@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body{
font-family: 'Noto Sans JP', sans-serif;
font-size:14px;
font-weight:200;
}

#container {
width:940px;
margin-top:30px;
}

a {
color: #F8B500;
outline:none;
}

a:hover {
	color: #ffd86f;
	text-decoration:underline;
}
.bold{font-weight: bold;}

.logo {
    width: 80px;
    margin: 0 auto 30px;
}

.fs-logo img {width: 100%;}

.fs-logo a{
display: block;
overflow:hidden;
}



#header h1 a{
-webkit-transition: all .3s;
transition: all .3s;
}

#header h1 a:hover{
opacity:0.8;
}

.space10{
margin-bottom:10px;
}

.space20{
margin-bottom:20px;
}

.space30{
margin-bottom:30px;
}

.single .section {
	margin-bottom:280px;
	padding: 60px 130px 70px;
}

.section .sectionTit{
padding-bottom:20px;
}

#wrapper{
height: auto;
	min-height: 100% !important;
	position: relative;
}

#mypageHeader{
background:#F5F5F5;
padding: 35px 0 10px;
position: relative;
z-index: 99;
}

.rule{
	color:#151515;
}

#header h1{
display:none;
padding:30px 0;
background:transparent;
}

#mypageHeader .loginNav {
	width: 200px;
	padding:7px 0 0;
	margin-right:10px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 0;
}


#mypageHeader .loginNav .mypage a:before,
#mypageHeader .loginNav .logout a:before,
#mypageHeader .loginNav .login a:before,
#mypageHeader .loginNav .regist a:before{
content:"";
}

#mypageHeader .user{
padding: 5px 10px 0;
font-size:13px;
color:#000;
}

#mypageHeader li a {
display: block;
width: 100px;
float: left;
padding: 5px 10px;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
font-size: 12px;
background: transparent;
color: #F01858;
border-radius:30px;
border:solid 1px #F01858;
}

.formArea .formList{
	border-radius:0;
}

.formArea .formList dt{
	font-weight:200;
	font-size: 13px;
	line-height: 1.3;
}


#mypageHeader .loginNav li a:hover,
#mypageHeader .mypage a:hover,
#mypageHeader .regist a:hover{
background:#F01858;
color:#FFF;
-webkit-transition: all 0.1s;
transition: all 0.1s;
text-decoration:none;
}

.supportList{
	text-align:center;
}

.bnrArea{
	display:none;
}

.supportList li{
	display:inline-block;
	padding:0 20px 10px 0;
}

.supportList li a{
	font-size:16px;
}

.supportList li:last-child{
	padding-right:0;
}

.txtArea .tit{
	font-weight:normal;
}

.blockTit{
background:#333;
padding:10px 0;
font-weight:bold;
}

.alertBox .tit{
margin-bottom:10px;
}

.attentionList li{
margin-bottom:5px;
font-size:12px;
}

.txtCap{
font-weight:200;
text-align:center;
font-size:15px;
line-height:1.6em;
}

.btn .main{
	display:block;
	width:max(50%,300px);
	padding: 16px 1em;
	border-radius:3em;
	font-size:16px;
	/* background: #F8B500; */
	background: linear-gradient(#F8B500, #F8B500 );
	color:#fff;
	text-shadow:none !important;
	text-align:center;
	margin:40px auto 20px;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;
	transition: all 0.6s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn .main:hover,
.btn input[type="submit"].main:hover{
	background: #fff;
	color:#F8B500;
	transition: 0.2s all ease;
	text-decoration:none;
	box-shadow: 0 0 0px 2px #F8B500 inset;
}


.btn .sub{
	display:block;
	margin:0 auto;
	background:transparent;
	width:300px;
	padding: 15px 0;
	border:none;
	border-radius:3em;
	color:#F8B500;
	text-shadow:none !important;
	font-size:16px;
	font-family: 'Lato','Noto Sans Japanese';
	font-weight:400;
	text-align:center;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;
	border: 2px solid #F8B500;
}

.btn .sub:hover{
	background:#F8B500;
transition: 0.2s all ease;
	text-decoration:none;
	color:#fff;
}


.formArea .btn{
margin-bottom:10px;
}

.formArea .formList input[type="text"], .formArea .formList input[type="password"]{
	padding: 5px;
	background: #FFF;
	border: none;
}

.subBtn a{
color:#F8B500;
text-decoration:none;
font-weight:300;
font-size:16px;
}

.subBtn a:hover{
color:#ffd86f;
}

.alertBox .tit{
font-weight:bold;
}
.error{
text-align:center;
}

.formArea .supportList .pw a:before {
	content: '\f0be';
}

.formArea .supportList .faq a:before {
	content: '\f0a3';
}

.block{
margin:0;
margin-bottom: 20px;
}

.sideBox_l{
width:350px;
float:left;
}

.sideBox_r{
width:350px;
float:right;
}

.formArea .formList{
padding: 20px 50px 20px 10px;
}


.formTable{
width:100%;
border:solid 1px #DDD;
margin-bottom:30px;
}

.formTable th{
width:170px;
padding:15px;
border-bottom:solid 1px #DDD;
background:#EEE;
font-size:14px;
font-weight:normal;
color:#333;
text-align:left;

}

.formTable td{
border-bottom:solid 1px #DDD;
border-left:solid 1px #DDD;
padding:15px;
}

.formTable .mail input{
width:98%;
}


.alertBox{
padding:20px;
}

.section .attentionList li:last-child{
margin-bottom:0;
}

.noteBox{
padding:20px;
margin-bottom:20px;
background:#EEE;
}

.txtArea p{
font-size:14px;
line-height:1.6em;
}

.txtArea form p{
text-align:center;
}

.attentionList li:before{
color:#333;
}
.formList {margin: 0 0 30px;}
.formList dt{
    font-size: 12px;
    color: #F8B500;
    margin: 0 0 1px;
}
.formList dd{margin: 0 0 10px;}
.formList dd:last-child{margin: 0;}
.formList input,
.formList textarea {
	width: 100%;
	background: none;
	border: none;
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px 10px;
	border: 1px solid #000000;
	background:#fff;
	border-radius: 5px;
	box-shadow: none;
	    -webkit-appearance: none;
}
.formList textarea {
	font-size: 14px;
	height: 140px;
}
.formList.pulldownBox {width: 100%;}
.formList.pulldownBox select{
    border: 1px solid #000000;
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 10px 10px;
    height: auto;
    line-height: 1.8em;
}
.formList.pulldownBox:before {
	color: #b4c3e2;
	right: 4%;
}
.errorList {margin: 0 0 25px;}
.errorList li {
	font-size: 13px;
	color: #ff5b5b;
    line-height: 1.5em;
    margin: 0 0 6px;
    text-indent: -1em;
    padding-left: 1em;
}
.errorList li:before {content:'※';}
/*==============================
footer
==============================*/

.footer{
	background: #F8B500;
	position: absolute;
	padding:30px 0 20px;
	bottom: 0;
	z-index: 5;
	width: 100%;
}

.footer .supportList li a{
	color:#fff;
	font-weight:normal;
	font-size:11px;
}

.footer .supportList li a:hover{
color:#ffd86f;
}

.footer .support li { padding: 0 0.5em;}
.footer .copyright { color:#fff; }


.bnrArea{
	width: 1000px;
	padding:10px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.bnrArea li{
	display:inline-block;
	margin-right:10px;
}

.bnrArea li a{
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bnrArea li a:hover{
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.support{
margin-bottom:15px;
text-align:center;
}

.support li{
display:inline;
padding:0 0.5em;
text-align:center;
}

.support li a{
color:#fff;
font-size:11px;
}

.copy{
margin-bottom:5px;
text-align:center;
font-size:11px;
color:#b5b5b5;
line-height:1.4em;
letter-spacing:0.05em;
}


.logoFooter{
text-align:center;
margin-bottom:15px;
}


.support li{
color:#151515;
transition: 0.2s all ease;
}

.support li a{
color:#fff;
transition: 0.2s all ease;
font-family: YakuHanJP,-apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
font-weight:200;
}

.support li a:hover{
transition: 0.1s all ease;
text-decoration:none;
color:#ffd86f;
}

.officialLink{
	margin:30px 0 10px;
	text-align:center;
transition: 0.2s all ease;

}

.officialLink a:hover{
	opacity:0.7;
transition: 0.2s all ease;

}

/*==============================
新規ページ
==============================*/

.resistTit{
margin-bottom:60px;
font-size:28px;
font-weight:bold;
text-align:center;
}

.resistTit .resistSpn{
font-size:32px;
font-family: gill-sans-nova, sans-serif;
}


.resistTit:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 105px;
}


.mainLead{
font-size:13px;
line-height:1.8em;
margin-bottom:10px;
}

.fcArea{
padding:60px 0 20px;
}

.fcArea h3{
margin-bottom:60px;
/*padding-bottom:10px;
border-bottom:solid 1px #FFF;*/
font-size: 32px;
font-weight: bold;
font-family: gill-sans-nova, sans-serif;
color: #FFF;
text-align:center;
}

.restitCont:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 62px;
}



.mainCont{
margin-bottom:30px;
}

.mainCont a{
color:#FFF;
text-decoration:underline;
}

.mainCont dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:25px;
font-weight: bold;
font-family: gill-sans-nova, sans-serif;
color: #FFF;
text-align:center;
}

.mainCont dd{
font-size:14px;
line-height:1.8em;
text-align:center;
}

.mainCont dd span{
font-size:12px;
}

.contBox{
overflow:hidden;
margin-bottom:40px;
}

.contBox li {
width: 180px;
float: left;
margin-right: 20px;
}

.contBox li:last-child{
margin:0;
}

.contBox dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:22px;
font-weight: bold;
font-family: gill-sans-nova, sans-serif;
text-align:center;
}

.contBox dd{
text-align:center;
font-size:12px;
line-height:1.8em;
}

.fcTable{
width:100%;
border:solid 1px #FFF;
}

.fcTable th{
width:120px;
padding:20px;
border-right:solid 1px #FFF;
border-bottom:solid 1px #FFF;
vertical-align:middle;
/*background:rgba(0,0,0,0.6);*/
font-size:14px;
font-weight:bold;
text-align:center;
}

.fcTable td{
padding:20px;
border-bottom:solid 1px #FFF;
font-size:14px;
line-height:1.7em;
}

.fcTable dl{
margin-bottom:10px;
}

.fcTable dt{
font-size:13px;
margin-bottom:5px;
}

.fcTable dd{
margin-bottom:2px;
line-height:1.5em;
font-size:11px;
}

.captionList li{
padding-left:1em;
margin-top:7px;
font-size:11px;
line-height:1.3em;
text-indent:-1em;
}


.resistArea .txt{
font-size:12px;
line-height:1.8em;
text-align:center;
}

.mainBtn{
position:relative;
}

.mainBtn a{
display:block;
width:230px;
padding:10px 0;
border:solid 2px #FFF;
margin:15px auto 0;
border-radius:30px;
position:relative;
color:#FFF;
font-size:14px;
text-align:center;
background:transparent;
overflow: hidden;
-webkit-transition: all .3s;
transition: all .3s;

}


.mainBtn a:hover{
color: #000 !important;
background: #FFF;
-webkit-transition: all .3s;
transition: all .3s;
}

.resistArea .block{
padding:15px;
border:solid 1px #FFF;
margin-bottom:20px;
}

.resistArea .block .blockTit{
padding-bottom:15px;
margin-bottom:15px;
background:transparent;
font-size:18px;
border-bottom:solid 1px #FFF;
}

.mailTxt{
font-weight:bold;
line-height:1.6em;
font-size:14px;
text-align:center;

}
.oshimen.ph{
	width: 50%;
	margin: 0 auto 15px;
	border: 2px solid #F8B500;
	line-height: 0;
}
.oshimen.ph img{
	width: 100%;
	height: 100%;
	background-size: cover;
}
.block--oshimen{
	position: relative;
	margin-bottom: 50px;
}
.block--oshimen .comment{
	position: absolute;
	top: 70%;
	right: 0%;
	background-color: #F8B500;
	padding:10px 15px;
	width: 50%;
	color: #fff;
	border-radius: 7px;
}

.block--oshimen .comment:after{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(248, 181, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#F8B500;
    bottom:100%;
    left:14%;
}

.block--oshimen .comment span{
	font-weight: bold;
	font-family: gill-sans-nova, sans-serif;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 12px;
	}
.block--oshimen .comment .name{
font-weight: bold;
font-size: 16px;
border-bottom: 1px solid;
display: block;
padding-bottom: 5px;
margin-bottom: 10px;
}
.block--oshimen .comment .text_comment{
	font-size: 13px;
}

.formList.confirm{
	background: #f5f5f5;
}
.formList.confirm li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.formList.confirm .tit {
	display: inline-block;
    width: 40%;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 10px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    width: 50%;

}
.pulldownBox.memberSelect {
    border: none;
    position: relative;
    width: 300px;
    margin: 20px auto 40px;
    background: none;
}
.pulldownBox.memberSelect:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 6%;
    top: 50%;
    z-index: 10;
    color: #fff;
    line-height: 0;
    font-size: 22px;
}
.pulldownBox.memberSelect select {
    width: 100%;
    height: 40px;
    padding: 0 8%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border: none;
    border-radius: 25px;
    background: #ffd86f;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    -webkit-appearance: none;
    cursor: pointer;
}
.block--attention{
	background: #fff3f4;
    font-size: 13px;
    padding: 20px;
    border: 2px solid #c00;
    margin-top: 16px;
	margin-bottom: 30px;
}
.block--attention .tit{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.block--attention .txt{
	margin-bottom: 0;
}
.block--attention .bold{margin-bottom: 0.75em;display: inline-block;}
.block--attention .lead{margin-bottom: 1em;}
.memberName{
	padding: 20px;
	border: 2px solid #F8B500;
	text-align: center;
	font-size: 18px;
}
.block--attention .txt-link{margin: 1em 0 2em;}
.block--attention .txt-link a{position: relative;text-decoration: underline;color: #000;}
.block--attention .txt-link .allow{
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	transform: rotate(-135deg);
	vertical-align: middle;
	position: absolute;
	right: -0.75em;
	top:.5em;
}

@media screen and (max-width: 900px) {
	#mypageHeader{min-width: inherit;}
	#container{width: 100%;}
	.btn input{-webkit-appearance:none;}
	.footer{ box-sizing: border-box; padding: 30px 50px; }
	.single .section { padding: 60px 7% 70px; }
}
