/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	background: #03c;
	font-size: 14px;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a,button{
	transition: .3s;
}
.wrap{
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	max-width: 1000px;
	background: #fff;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	padding: 0 0 10px 0;
	width: 100%;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.logo{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat left #03c;
	background-size: 170px 50px;
	overflow: hidden;
	border-radius: 4px;
}
.logo .inner-txt{
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 130px 50px;
}
.logo-1ban .inner-txt{
	background-image: url(../images/logo-1ban.png);
}
.logo-2ban .inner-txt{
	background-image: url(../images/logo-2ban.png);
}
.logo_mnc {
    text-indent: 100%;
    white-space:nowrap;
    overflow:hidden;
}
/*--------------------------------
Content
--------------------------------*/
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.intro{
}
.intro-txt{
	padding: 20px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.heading{
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	border-radius: 8px;
	background: url(../images/bg_heading.png) no-repeat right #03c;
	background-size: 189px 30px;
}
.heading-txt{
	padding: 10px 0 0 0;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	
}
.sub-head,.general-item h3{
	font-size: 16px;
	line-height: 30px;
	position: relative;
	color: #36c;
	font-weight: bold;
	border-bottom: 2px solid #03c;
}
.content{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 2px solid #03c;
}
.general-item{
	padding: 0 10px;
}
.general-txt,.general-item p{
	padding: 10px 0;
	line-height: 20px;
}
.general-txt a,.general p a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
/*--------------------------------
BUtton
--------------------------------*/
.btn-row{
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f0f2fa;
}
.btn-desc{
	margin: 10px 0 0 0;
	width: 100%x;
	height: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 170px 40px;
	background-color: #36c;
}
.btn-row:nth-of-type(1) .btn-desc{
	background-image: url(../images/btn_desc01.png);
}
.btn-row:nth-of-type(1) .entry-btn{
	background-image: url(../images/bg_btn01.jpg);
}
.btn-row:nth-of-type(2) .btn-desc{
	background-image: url(../images/btn_desc02.png);
}
.btn-row:nth-of-type(2) .entry-btn{
	background-image: url(../images/bg_btn02.jpg);
}
.entry-btn{
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 300px 60px;
	background-position: center;
	display: block;
	border: 4px solid #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	flex-shrink: 0;
}
/*--------------------------------
Form
--------------------------------*/
.form-label{
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #36c;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	word-break: break-all;
}
.alert a{
	color: #39c;
}
.radio-box{
	display: flex;
	align-items: center;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #900 transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}
.reg-btn{
	width: 100%;
	height: 60px;
	background: #03c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
	border: 4px solid #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.form-desc{
	line-height: 20px;
	text-align: center;
	display: block;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	border-radius: 0;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_select.png) no-repeat right #fafafa;
	background-size: 30px 40px;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 16px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-radius: 0;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #eee;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked{
	background: #ff99bb;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 10px 0;
	width: 100%;
}
.copy{
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.foot-nav{
	padding: 10px 0;
	text-align: center;
}
.foot-link{
	text-decoration: underline;
	color: #fff;
}
.foot-link:hover{
	opacity: .6;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #f0f0f0;
}
.popup-article{
	padding: 0;
	background: #fff;
}
.popup-header{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #36c;
	color: #fff;
	font-size: 16px;
}
.popup-article .inner{
	padding: 10px 20px;
}
.popup-article h3{
	padding: 10px;
	color: #36c;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.popup-article p{
	padding: 10px;
	line-height: 18px;
	color: #666;
}
.popup-footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup-footer a{
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------
sa form
--------------------------------*/
.sa #mailButton li.male a{
    margin: 10px 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    border: 4px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.sa li.male {
    margin: 10px 0 10px 0;
    padding: 0px 10px;
    background: #f0f2fa;
    overflow: hidden;
}