@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y:scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}   
img,abbr,acronym,fieldset{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display:none;}
object,embed{vertical-align:top;}
li{list-style:none;}

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:none;color:#333333;}
a:visited{text-decoration:none;color:#333333;}
a:hover{text-decoration:underline;color:#666666;}
a:active{text-decoration:none;color:#333333;}
/*font*/
.b{font-weight:900;}
.ul{text-decoration:underline;}
.bg{background:linear-gradient(transparent 75%, #ffe164 0%);}
.big{font-size:20px;}@media only screen and (max-width:768px){.big{font-size:16px;}}
.small{font-size:13px;}
.red{color:#ea413e;}
.yellow{color:#ffda45;}
.text_center{text-align:center;}
.text_right{text-align:right;}
/* image */
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{  
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-weight:400;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
letter-spacing:0em;
background:#ffffff;
width:100%;
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
width:100%;
margin:0;
padding:0;
}
.header01{
background:#ea413e url(../img/header01_bg.png) repeat left top;
}
.header01 img{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
.header02{
position:relative;
width:100%;
margin:0 auto;
padding:0;
background:#eeeeee url(../img/header02_bg.png) no-repeat center top;
background-size:cover;
}
.header02 img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
}

/* ----------------------- CSS Information 
 Style Info: SLIPIN
--------------------------------------- */
#slipin{
position:relative;
width:100%;
height:480px;
margin:0;
padding:0;
background:#ffffff url(../img/slipin_bg_pc.png) repeat-x;
animation:slipin_bg 30s linear infinite;
}
@keyframes slipin_bg{0%{background-position:0 0;}100%{background-position:-1500px 0;}}
.slipin_img{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#slipin{
height:240px;
background:#ffffff url(../img/slipin_bg_sp.png) repeat-x;
animation:slipin_bg 30s linear infinite;
}
@keyframes slipin_bg{0%{background-position:0 0;}100%{background-position:-750px 0;}}
.slipin_img{max-width:375px;}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
position:relative;
width:100%;
margin:0;
background:#ffffff;
}
.wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
/* -- title -- */
.title{
display:block;
width:100%;
margin:0 auto 80px auto;
padding:0;
box-sizing:border-box;
}
.title img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
/* -- text -- */
.text{
width:100%;
margin:0 auto;
padding:0 4%;
font-size:16px;
line-height:30px;
text-align:justify;
word-break:break-all;
box-sizing:border-box;
}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
.photo{
display:block;
float:right;
width:40%;
max-width:320px;
margin:0 0 20px 20px;
}
@media only screen and (max-width:750px){
.section{}
.wrapper{}
/* -- title -- */
.title{margin:0 auto 50px auto;}
.title img{}
/* -- text -- */
.text{font-size:14px;line-height:24px;text-align:justify;}
.text p{margin:0 0 20px 0;}
.text p:last-child{margin:0;}
.text br{display:none;}
.text br.sp,.text_box br.all{display:block;}
}
/* -- ul -- */
ul{margin:0 0 30px 0;list-style:none;}
ul li{margin:0;padding:0;}
ul.ul_down{}
ul.ul_down li{
margin:0;
padding:0 0 0 30px;
font-weight:600;
background:url(../img/icon_down.png) no-repeat left 5px;
background-size:20px 20px;
}
ul.ul_check{}
ul.ul_check li{
margin:0;
padding:0 0 0 30px;
font-weight:600;
background:url(../img/icon_check.png) no-repeat left 5px;
background-size:20px 20px;
}
@media only screen and (max-width:750px){
/* -- ul -- */
ul{margin:0 0 20px 0;}
ul li{}
ul.ul_down{}
ul.ul_down li{padding:0 0 0 20px;background:url(../img/icon_down.png) no-repeat left 4px;background-size:16px 16px;}
ul.ul_check{}
ul.ul_check li{padding:0 0 0 20px;background:url(../img/icon_check.png) no-repeat left 4px;background-size:16px 16px;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION01
--------------------------------------- */
#section01{
padding:120px 0 120px 0;
background:#ffffff;
}
.mockup{
display:block;
float:right;
width:35%;
max-width:300px;
margin:0 0 0 20px;
}
@media only screen and (max-width:750px){
#section01{padding:60px 0 60px 0;}
.mockup{width:40%;margin:0 0 0 10px;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION02
--------------------------------------- */
#section02{
padding:120px 0 120px 0;
background:#f6f6f6;
}
.img_box{
width:100%;
margin:40px 0;
padding:30px;
border-radius:10px;
box-sizing:border-box;
background:#ffffff;
}
.img_box img{
display:block;
width:100%;
margin:0 auto;
}
#melit{
width:100%;
max-width:1000px;
margin:60px auto 0 auto;
padding:0 4%;
box-sizing:border-box;
}
h2.melit_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 30px 0;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
box-sizing:border-box;
}
h2.melit_title:before,h2.melit_title:after{
content:"";
flex:1;
height:1px;
background:#ff8400;
}
h2.melit_title:before{margin:0 10px 0 0;}
h2.melit_title:after{margin:0 0 0 10px;}
.melit_wrapper{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:space-between;
align-items:flex-start;
}
.melit_box{
position:relative;
width:32%;
text-align:center;
background:#ffffff;
border-radius:10px;
font-size:16px;
line-height:30px;
box-sizing:border-box;
}
.melit_num{
display:block;
position:absolute;
top:-10px;
left:0;
font-size:18px;
line-height:20px;
font-weight:700;
color:#ef8a33;
}
.melit_dl{}
.melit_dl dt{
padding:20px 0 0 0;
font-size:16px;
line-height:30px;
font-weight:700;
}
.melit_dl dd{
padding:0 0 20px 0;
font-size:14px;
line-height:24px;
}
@media only screen and (max-width:750px){
#section02{padding:60px 0 60px 0;}
.img_box{margin:30px 0;padding:10px;}
.img_box img{}
#melit{margin:40px auto 0 auto;}
h2.melit_title{margin:0 0 20px 0;font-size:16px;line-height:20px;}
h2.melit_title:before,h2.melit_title:after{}
h2.melit_title:before{}
h2.melit_title:after{}
.melit_wrapper{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:space-between;
align-items:flex-start;
}
.melit_box{
position:relative;
width:32%;
}
.melit_num{font-size:14px;}
.melit_dl{}
.melit_dl dt{
padding:20px 0 10px 0;
font-size:14px;
line-height:20px;
}
.melit_dl dd{
padding:0 0 20px 0;
font-size:11px;
line-height:16px;
}
}

/* ----------------------- CSS Information 
 Style Info: SECTION03
--------------------------------------- */
#section03{
padding:120px 0 120px 0;
background:#ffffff;
}
@media only screen and (max-width:750px){
#section03{padding:60px 0 60px 0;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION04
--------------------------------------- */
#section04{
padding:120px 0 120px 0;
background:#f6f6f5;
}
@media only screen and (max-width:750px){
#section04{padding:60px 0 60px 0;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION05
--------------------------------------- */
#section05{
padding:120px 0 120px 0;
background:#ffffff;
}
@media only screen and (max-width:750px){
#section05{padding:60px 0 60px 0;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION06
--------------------------------------- */
#section06{
padding:120px 0 120px 0;
background:#f6f6f5;
}
@media only screen and (max-width:750px){
#section06{padding:60px 0 60px 0;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION07
--------------------------------------- */
#section07{
padding:120px 0 120px 0;
background:#ffffff;
}
#comparison{
width:100%;
max-width:1000px;
margin:60px auto 0 auto;
padding:0 4%;
box-sizing:border-box;
}
h2.comparison_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 30px 0;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
box-sizing:border-box;
}
h2.comparison_title:before,h2.comparison_title:after{
content:"";
flex:1;
height:1px;
background:#ff8400;
}
h2.comparison_title:before{margin:0 10px 0 0;}
h2.comparison_title:after{margin:0 0 0 10px;}
.comparison_table{
width:100%;
border-collapse:separate;
border-spacing:2px;
box-sizing:border-box;
}
.comparison_table tr th,.comparison_table tr td{
margin:0;
padding:10px 0;
font-size:15px;
line-height:20px;
text-align:center;
border-radius:4px;
}
.comparison_table tr th{font-weight:700;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(1){width:19%;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(2){width:27%;background:#ffda45;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(3){width:27%;background:#dddddd;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(4){width:27%;background:#dddddd;}
.comparison_table tr td{background:#f6f6f6;}
.comparison_table tr td:nth-of-type(1){background:#aaaaaa;color:#ffffff;font-weight:500;}
.comparison_table tr td:nth-of-type(2){background:#fcf8d9;color:#ff0033;font-weight:700;}
@media only screen and (max-width:750px){
#section07{padding:60px 0 60px 0;}
#comparison{margin:40px auto 0 auto;}
h2.comparison_title{font-size:16px;line-height:20px;}
h2.comparison_title:before,h2.comparison_title:after{}
h2.comparison_title:before{}
h2.comparison_title:after{}
.comparison_table{border-spacing:1px;}
.comparison_table tr th,.comparison_table tr td{padding:10px 0;font-size:12px;line-height:18px;}
.comparison_table tr th{}
.comparison_table tr:nth-of-type(1) th:nth-of-type(1){width:22%;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(2){width:26%;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(3){width:26%;}
.comparison_table tr:nth-of-type(1) th:nth-of-type(4){width:26%;}
.comparison_table tr td{}
.comparison_table tr td:nth-of-type(1){}
.comparison_table tr td:nth-of-type(2){}
}

/* ----------------------- CSS Information 
 Style Info: SECTION08
--------------------------------------- */
#section08{
padding:0 0 120px 0;
background:#ffffff;
}
.date_box{
width:100%;
margin:40px 0;
padding:30px;
border-radius:10px;
box-sizing:border-box;
background:#f6f6f6;
}
.date_box img{
display:block;
width:100%;
max-width:520px;
margin:0 auto;
}
#flow{
width:100%;
max-width:1000px;
margin:60px auto 0 auto;
padding:0 4%;
box-sizing:border-box;
}
h2.flow_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 30px 0;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
box-sizing:border-box;
}
h2.flow_title:before,h2.flow_title:after{
content:"";
flex:1;
height:1px;
background:#ff8400;
}
h2.flow_title:before{margin:0 10px 0 0;}
h2.flow_title:after{margin:0 0 0 10px;}
.flow_table{
width:100%;
border-collapse:separate;
border-spacing:2px;
box-sizing:border-box;
}
.flow_table tr th{
margin:0;
padding:10px 0;
width:90px;
font-size:14px;
line-height:20px;
text-align:center;
border-radius:4px;
font-weight:500;
background:#ffda45;
}
.flow_table tr td{
margin:0;
padding:10px;
font-size:16px;
line-height:20px;
text-align:left;
border-radius:4px;
background:#f6f6f6;
}
@media only screen and (max-width:750px){
#section08{padding:0 0 60px 0;}
.date_box{margin:30px 0;padding:20px;}
.date_box img{}
#flow{margin:40px auto 0 auto;}
h2.flow_title{font-size:16px;line-height:20px;}
h2.flow_title:before,h2.flow_title:after{}
h2.flow_title:before{}
h2.flow_title:after{}
.flow_table{border-spacing:1px;}
.flow_table tr th{width:60px;font-size:12px;line-height:20px;}
.flow_table tr td{font-size:14px;line-height:20px;}
}

/* ----------------------- CSS Information 
 Style Info: SECTION09
--------------------------------------- */
#section09{
padding:120px 0 120px 0;
background:#f6f6f6 url(../img/bg_09.png) no-repeat center top;
background-size:100% auto;
}
.sign{display:block;margin:30px 0 0 auto;}
@media only screen and (max-width:750px){
#section09{padding:60px 0 60px 0;}
.sign{width:80px;height:auto;margin:20px 0 0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: MANUAL
--------------------------------------- */
#manual{
padding:40px 0 120px 0;
background:#ffe164;
}
#manual .title{margin:0 auto 0 auto;}
.manual_box{
width:100%;
margin:0 auto 120px auto;
padding:0 4%;
box-sizing:border-box;
}
#manual .manual_box:last-child{margin:0 auto;}
/* -- title -- */
.manual_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 35px auto;
padding:0;
font-size:30px;
line-height:40px;
font-weight:900;
text-align:left;
color:#252525;
box-sizing:border-box;
overflow:hidden;
}
.manual_title:after{
content:"";
flex:1;
height:1px;
margin:0 0 0 15px;
background:#ff8400;
}
/* -- text -- */
.manual_text{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:30px;
color:#333333;
text-align:justify;
box-sizing:border-box;
}
.manual_text p{margin:0;padding:0;}
/* -- img -- */
.manual_img{
position:relative;
display:block;
float:right;
width:40%;
margin:8px 0 30px 30px;
box-shadow:5px 5px 0px 0px #ff8400;
z-index:10;
}
/* -- index -- */
.manual_index{
width:100%;
max-width:690px;
margin:40px auto 0 0;
padding:0;
}
.manual_index ul{margin:0;padding:0;}
.manual_index ul li{
position:relative;
margin:0 0 1px 0;
padding:10px 30px;
font-size:16px;
line-height:24px;
text-align:left;
background:rgba(255,255,255,0.4);
box-sizing:border-box;
}
.manual_index ul li:before{
content:"\025b6";
position:absolute;
margin:0 0 1px 0;
top:10px;
left:10px;
font-size:16px;
line-height:24px;
text-align:left;
color:#ff8400;
}
@media only screen and (max-width:750px){
#manual{padding:0 0 60px 0;}
#manual .title{}
.manual_box{margin:0 auto 40px auto;}
#manual .manual_box:last-child{}
/* -- title -- */
.manual_title{margin:0 auto 20px auto;font-size:20px;line-height:30px;text-align:center;}
.manual_title:before{content:"";flex:1;height:1px;margin:0 10px 0 0;background:#ff8400;}
.manual_title:after{content:"";flex:1;height:1px;margin:0 0 0 10px;background:#ff8400;}
/* -- text -- */
.manual_text{font-size:14px;line-height:30px;}
.manual_text p{}
/* -- img -- */
.manual_img{width:40%;margin:5px 0 10px 10px;}
/* -- index -- */
.manual_index{margin:30px auto 0 auto;}
.manual_index ul{}
.manual_index ul li{padding:10px 20px 10px 30px;font-size:14px;line-height:24px;}
.manual_index ul li:before{font-size:14px;line-height:24px;}
}


/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{
padding:120px 0 120px 0;
background:#f24f4f url(../img/present_bg_pc.png) no-repeat center top;
}
@media only screen and (max-width:1000px){
#present{
background:#f24f4f url(../img/present_bg_pc02.png) no-repeat center top;
background-size:100% auto;
}
}
.present_wrapper{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.present_box{
width:100%;
margin:0 auto 60px auto;
padding:0;
background:#ffffff;
border-radius:10px;
box-sizing:border-box;
overflow:hidden;
}
#present .present_box:last-child{margin:0 auto;}
/* -- title -- */
.present_title{
display:block;
width:100%;
margin:0 auto 60px auto;
padding:0;
font-size:30px;
line-height:50px;
font-weight:bold;
text-align:center;
color:#333333;
box-sizing:border-box;
overflow:hidden;
}
.present_title img{
width:100%;
max-width:690px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.present_title .number{
position:relative;
display:block;
margin:0 auto 40px 0;
padding:10px 30px;
width:100%;
height:40px;
font-size:18px;
line-height:20px;
text-align:left;
color:#ffffff;
background:#ff9c9d;
box-sizing:border-box;
}
.present_title .number img{
display:block;
margin:0 auto;
padding:0;
width:auto;
height:20px;
}
#present .text_box{overflow-y:auto;padding:0 0 40px 0;}
/* -- img -- */
.present_img{
float:right;
width:40%;
margin:8px 0 0 30px;
}
@media only screen and (max-width:750px){
#present{padding:0 0 60px 0;background:#f24f4f;}
#present .title{margin:0 auto;}
.present_box{margin:0 auto 40px auto;}
#present .present_box:last-child{margin:0 auto;}
#present .text_box{}
/* -- title -- */
.present_title{margin:0 auto 20px auto;font-size:20px;line-height:30px;}
.present_title img{}
.present_title .number{margin:0 auto 25px 0;padding:10px;height:auto;font-size:14px;line-height:20px;}
.present_title .number img{height:14px;}
/* -- text -- */
.present_box .text{}
/* -- img -- */
.present_img{float:none;width:100%;margin:0 0 25px 0;}
}

/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{
padding:120px 0;
background:#f6f6f6;
}
.voice_wrapper{
width:100%;
height:auto;
max-width:1000px;
margin:0 auto;
padding:60px 4%;
box-sizing:border-box;
}
.comment_box{
display:block;
width:100%;
margin:0 0 40px 0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
background:#ffffff;
border-radius:10px;
box-sizing:border-box;
}
#voice .comment_box:last-child{margin:0;}
.comment_info{
display:flex;
align-items:center;
width:100%;
margin:0;
padding:30px;
border-bottom:dotted 2px #eeeeee;
box-sizing:border-box;
}
.comment_img{
display:block;
width:80px;
height:80px;
margin:0;
padding:0 20px 0 0;
}
.comment_img img{display:block;width:100%;}
.comment_header{flex:1;padding:0;font-weight:700;}
.comment_header p{
margin:0;
padding:0;
font-size:20px;
line-height:40px;
text-align:left;
}
.comment_name{
display:block;
margin:0;
padding:0;
font-size:14px;
line-height:20px;
}
.comment_text{
position:relative;
display:block;
width:100%;
margin:0;
padding:30px;
font-size:16px;
line-height:30px;
text-align:justify;
box-sizing:border-box;
}
.comment_text p{margin:0;padding:0 0 20px 0;}
.comment_text p:last-child{margin:0;padding:0;}
.more{
position:relative;
width:100%;
max-height:160px;
overflow:hidden;
transition:1s;
}
.more:before {/*グラデーション部分*/
content:"";
position:absolute;
width:100%;
height:50%;
bottom:0;
background:linear-gradient(rgba(255,255,255,0.5), #ffffff);
transition: 1s;
}
.comment_textbox input{display:none;}
.comment_textbox label{/*ボタン部分のスタイル*/
display:block;
position:absolute;
width:180px;
height:40px;
margin:0 auto;
padding:8px 0 0 0;
bottom:40px;
left:0;
right:0;
font-size:14px;
line-height:20px;
text-align:center;
color:#ffffff;
background:#3895ff;
border:solid 1px #3895ff;
border-radius:6px;
cursor:pointer;
text-transform:uppercase;
z-index:999;
box-sizing:border-box;
}
.comment_textbox label:hover{color:#3895ff;background:#ffffff;}
.comment_textbox label:before{content:"続きを読む";}
.comment_textbox input:checked + label{display:none;}
input[type=checkbox]:checked ~ .more{max-height:100%;}
input[type=checkbox]:checked ~ .more:before{opacity:0;}
.voice_attention{margin:-30px 0 0 0;padding:0;color:#999999;text-align:right;font-size:12px;line-height:20px;}
@media only screen and (max-width:750px){
#voice{padding:60px 0;}
.voice_wrapper{padding:40px 4%;}
.comment_box{margin:0 0 20px 0;font-size:14px;line-height:24px;}
#voice .comment_box:last-child{}
.comment_info{padding:20px 4%;}
.comment_img{width:60px;height:60px;padding:0 10px 0 0;}
.comment_img img{display:block;width:100%;}
.comment_header{flex:1;padding:0;font-weight:700;}
.comment_header p{font-size:16px;line-height:24px;}
.comment_name{font-size:14px;line-height:20px;}
.comment_text{padding:20px 4%;font-size:14px;line-height:24px;}
.comment_text p{}
.comment_text p:last-child{}
.more{}
.more:before{}
.comment_textbox input{}
.comment_textbox label{bottom:20px;}
.comment_textbox label:hover{}
.comment_textbox label:before{}
.comment_textbox input:checked + label{}
input[type=checkbox]:checked ~ .more{}
input[type=checkbox]:checked ~ .more:before{}
.voice_attention{margin:-10px 0 0 0;font-size:10px;line-height:20px;}
}

/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{
padding:120px 0;
background:#ffffff;
}
#faq .faq_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
#faq input[type=checkbox]{display:none;}
#faq label{
display:block;
width:100%;
max-width:920px;
margin:0 auto;
padding:20px 20px 20px 70px;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
border-radius:10px;
cursor:pointer;
text-transform:uppercase;
box-sizing:border-box;
background-color:#f2f2f2;
background-image:url(../img/faq_q.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
}
#faq label:hover{background-color:#f5e2e2;}
#faq input[type=checkbox]:checked + label{background-color:#f5e2e2;border-radius:10px 10px 0 0;}
.faq_answer{
position:relative;
margin:0 auto 30px auto;
padding:0 20px 0 70px;
width:100%;
max-width:920px;
height:0;
font-size:16px;
line-height:30px;
text-align:justify;
transition:1s;
box-sizing:border-box;
background-color:#f9eced;
background-image:url(../img/faq_a.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
border-radius:0 0 10px 10px;
overflow:hidden;
opacity:0;
}
.faq_answer p{margin:0;padding:0;}
.faq_answer:last-child{margin:0 auto 0 auto;}
#faq input[type=checkbox]:checked + label + .faq_answer{
padding:20px 20px 20px 70px;
height:auto;
opacity:1;
}
@media only screen and (max-width:750px){
#faq{padding:60px 0;}
#faq .faq_wrapper{}
#faq label{
padding:10px 10px 10px 40px;
font-size:14px;
line-height:20px;
border-radius:6px;
background-size:20px 20px;
background-position:10px 10px;
}
#faq input[type=checkbox]:checked + label{border-radius:6px 6px 0 0;}
.faq_answer{
margin:0 auto 15px auto;
padding:0 10px 0 40px;
font-size:14px;
line-height:24px;
background-size:20px 20px;
background-position:10px 10px;
border-radius:0 0 6px 6px;
}
.faq_answer br{display:none;}
#faq input[type=checkbox]:checked + label + .faq_answer{padding:8px 10px 8px 40px;}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
#cta{
position:relative;
margin:0;
padding:0 0 80px 0;
width:100%;
text-align:center;
background:#ffe164;
box-sizing:border-box;
}
.cta_img{width:100%;max-width:1000px;margin:0 auto;padding:0;box-sizing:border-box;}
@media only screen and (max-width:750px){
#cta{padding:0 0 40px 0;}
.cta_img{}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
.outline{
margin:0 auto 40px auto;
padding:0 4%;
box-sizing:border-box;
}
.outline dl{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
color:#252525;
box-sizing:border-box;
}
.outline dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}
.outline dt:after{
content:"";
flex-grow:1;
border-top:1px solid #ef8a33;
margin:0 0 0 10px;
}
.outline dd{padding:0 0 20px 0;}
.outline dd:last-child{padding:0;}
.outline dd ol{margin:0;padding:0;counter-reset:li;}
.outline dd ol li{
position:relative;
margin:0;
padding-left:20px;
list-style:none;
}
.outline dd ol li:before{
position:absolute;
top:8px;
left:0;
width:16px;
height:16px;
font-size:14px;
line-height:16px;
font-weight:bold;
text-align:center;
color:#ffffff;
counter-increment:li;
content:counter(li);
background:#ef8a33;
}
.payment_img{width:100%;max-width:920px;margin:10px auto 10px 0;}
.outline dd ul{margin:0;padding:0;}
.outline dd ul li{
list-style:none;
font-size:14px;
line-height:20px;
}
@media only screen and (max-width:750px){
.outline{margin:0 auto 20px auto;}
.outline dl{font-size:14px;line-height:24px;}
.outline dt{}
.outline dt:after{}
.outline dd{}
.outline dd:last-child{}
.outline dd ol{}
.outline dd ol li{margin:0 0 5px 0;line-height:20px;}
.outline dd ol li:before{top:2px;font-size:12px;}
.payment_img{max-width:690px;margin:10px auto 10px auto;}
.outline dd ul{}
.outline dd ul li{display:inline-block;font-size:12px;line-height:16px;}
}

/* ----------------------- CSS Information 
 Style Info: BTN
--------------------------------------- */
.btn{
width:100%;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.btn_wrapper{
position:relative;
width:100%;
max-width:600px;
margin:0 auto;
padding:0;
background:#ffffff;
overflow:hidden;
border-radius:8px;
box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
}
.btn_wrapper img{width:100%;}
.btn_wrapper img:hover{opacity:0.5;}
@media only screen and (max-width:750px){
.btn{padding:0 4%;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{
padding:120px 0 120px 0;
background:#f6f6f6;
}
.profile_box{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:flex-start;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.profile_box .text_box{width:70%;margin:0;padding:0 4%;box-sizing:border-box;}
.profile_box .img_box{width:30%;margin:0;padding:0 0 0 4%;box-sizing:border-box;background:transparent;}
/* -- text -- */
.profile_box .text{margin:0;padding:0;}
.profile_box .text p{margin:0;padding:0;text-align:justify;}
.profile_box .text p.profile_name{
font-size:28px;
line-height:40px;
font-weight:700;
}
.profile_list{margin:0 0 30px 0;}
.profile_list li{
position:relative;
font-weight:700;
margin:0;
padding:0 0 0 20px;
}
.profile_list li:before{
content:"";
position:absolute;
left:0;
top:8px;
width:16px;
height:16px;
background:#ffda45;
}
/* -- img -- */
.profile_box .img_box img{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
}

@media only screen and (max-width:750px){
#profile{padding:60px 0 60px 0;}
.profile_box{flex-direction:column;}
.profile_box .text_box{width:100%;}
.profile_box .img_box{width:100%;margin:0 0 30px 0;padding:0 4%;}
/* -- text -- */
.profile_box .text{}
.profile_box .text p{}
.profile_box .text p.profile_name{font-size:20px;line-height:30px;}
.profile_list{margin:30px 0;}
.profile_list li{padding:0 0 0 16px;}
.profile_list li:before{top:6px;width:14px;height:14px;}
/* -- img -- */
.profile_box .img_box img{width:50%;margin:0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#252525;
}
#fnav a{color:#d1d1d1;text-decoration:none;}
#fnav a:hover{color:#d1d1d1;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:14px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #ffda45;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:14px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:750px){
#fnav{margin:0 0 40px 0;}
#fnav li{display:block;border-right:0;margin:0 0 20px 0;font-size:12px;}
address{font-size:12px;}
.sp_no{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: TSH
--------------------------------------- */
h1.title_subpage{
display:block;
margin:0;
padding:20px 0;
width:100%;
font-size:16px;
line-height:30px;
text-align:center;
color:#ffffff;
background:#252525;
}
#tsh{
width:100%;
margin:60px auto;
padding:0 4%;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
h1.title_subpage{font-size:14px;}
#tsh{margin:40px auto;}
}
/*--- tokutei ---*/
.tokutei{
width:100%;
margin:0;
padding:0;
font-size:14px;
line-height:20px;
border-collapse:separate;
border-spacing:0 2px;
}
.tokutei th{
width:180px;
margin:0;
padding:20px 10px;
color:#ffffff;
font-weight:normal;
text-align:center;
background:#707070;
box-sizing:border-box;
}
.tokutei td{
margin:0;
padding:20px 10px;
text-align:justify;
background:#f5f5f5;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.tokutei{border-spacing:0;font-size:12px;}
.tokutei th{
display:block;
float:none;
width:100%;
padding:10px;
}
.tokutei td{
display:block;
float:none;
width:100%;
}
}