@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:700;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;}@media only screen and (max-width:768px){.big{font-size:16px;}}
.small{font-size:13px;}
.red{color:#ec6286;}
.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%;
height:100%;
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
margin:0;
padding:0;
width:100%;
background:#f6f6f6 url(../img/header_bg.png) no-repeat center;
background-size:cover;
}
.header_img{
width:100%;
max-width:1250px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
header{background:none;}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-weight:400;
position:relative;
display:block;
width:100%;
max-width:1000px;
margin:0 auto 60px auto;
padding:0;
box-sizing:border-box;
}
.title img{width:100%;max-width:1000px;margin:0 auto;padding:0;}
@media only screen and (max-width:750px){
.title{margin:0 auto 40px auto;}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
width:100%;
margin:0;
padding:120px 0 120px 0;
position:relative;
background:#ffffff;
}
.section_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.section_box{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.section_title{
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-weight:400;
position:relative;
margin:80px 0 40px 0;
padding:60px 0 0 10px;
font-size:24px;
line-height:40px;
font-weight:bold;
border-top:1px solid #dddddd;
}
.section_title:before{
content:"";
display:block;
position:absolute;
top:60px;
left:0;
width:4px;
height:40px;
background:#9cb9b9;
}
.section_img{
display:block;
width:40%;
margin:0 0 0 20px;
box-sizing:border-box;
float:right;
}
/* -- text -- */
.text{
width:100%;
margin:0 auto;
padding:0;
font-size:17px;
line-height:30px;
text-align:left;
box-sizing:border-box;
}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
/* -- ul -- */
ul{margin:0 0 30px 0;}
ul li{margin:0;padding:0;font-weight:700;}
@media only screen and (max-width:750px){
.section{padding:40px 0 60px 0;}
.section_wrapper{}
.section_box{}
.section_title{margin:30px 0 20px 0;padding:30px 0 0 6px;font-size:16px;line-height:30px;}
.section_title:before{top:30px;width:2px;height:30px;}
.section_img{margin:0 0 0 15px;}
/* -- text -- */
.text{font-size:14px;line-height:24px;text-align:justify;}
.text p{margin:0 0 20px 0;}
.text p:last-child{margin:0;}
/* -- ul -- */
.text ul{margin:0 0 20px 0;}
.text ul li{}
/* -- br -- */
.text br{display:none;}
.text br.sp,.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: RESULT
--------------------------------------- */
#result{padding:0 0 120px 0;background:#f6f6f6;}
.video{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.video_box{
position:relative;
width:100%;
max-width:920px;
max-height:518px;
margin:auto; 
padding-top:56.25%;
background:#333333;
}
.video_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:920px;
max-height:518px;
box-sizing:border-box;
}
.result_box{
width:100%;
max-width:1000px;
margin:60px auto 0 auto;
padding:0 4%;
box-sizing:border-box;
}
.result_box img{margin:0 auto;width:100%;max-width:920px;}
@media only screen and (max-width:750px){
#result{padding:0 0 60px 0;}
.result_box{margin:20px auto 0 auto;}
.result_box img{}
}

/* ----------------------- CSS Information 
 Style Info: SECTION
--------------------------------------- */
#section01{background:#ffffff;}
#section02{background:#f6f6f6;padding:120px 0 0 0;}
#section03{background:#f6f6f6;}
/* -- img_howto -- */
img.img_howto{
width:100%;
max-width:920px;
margin:60px auto 60px auto;
}
@media only screen and (max-width:750px){
#section02{padding:40px 0 40px 0;}
/* -- img_howto -- */
img.img_howto{margin:30px auto 30px auto;}
}

/* ----------------------- CSS Information 
 Style Info: FEATURE
--------------------------------------- */
#feature{background:#ffffff;}
.feature_wrapper{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start;
width:100%;
max-width:1250px;
margin:0 auto;
padding:0;
}
.feature_box{
width:28%;
margin:0 0 40px 4%;
padding:0;
background:#f6f6f6;
box-sizing:border-box;
}
.feature_number{
position:relative;
display:block;
margin:0;
padding:10px;
width:100%;
font-size:16px;
line-height:20px;
text-align:center;
font-weight:700;
color:#ffffff;
background:#9cb9b9;
box-sizing:border-box;
}
/* -- img -- */
.feature_box .img_box{
width:100%;
padding:20px;
box-sizing:border-box;
}
.feature_box .img_box img{
display:block;
width:100px;
margin:0 auto;
padding:0;
}
.feature_box dt{
display:block;
width:100%;
margin:0 auto;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
text-align:center;
color:#333333;
box-sizing:border-box;
}
.feature_box dd{
width:100%;
margin:0 auto;
padding:20px 10px 30px 10px;
font-size:14px;
line-height:20px;
color:#444444;
text-align:center;
box-sizing:border-box;
}
@media only screen and (max-width:768px){
#feature{}
.feature_wrapper{}
.feature_box{width:44%;margin:0 0 20px 4%;}
.feature_number{padding:5px;font-size:14px;}
/* -- img -- */
.feature_box .img_box{padding:10px;}
.feature_box .img_box img{width:60px;}
.feature_box dt{font-size:15px;line-height:20px;}
.feature_box dd{padding:15px 10px 20px 10px;font-size:13px;line-height:20px;text-align:justify;}
.feature_box dd br{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: STEP
--------------------------------------- */
#step{background:#f6f6f6;}
.step_img{width:100%;max-width:920px;margin:0 auto 60px auto;padding:0;}
@media only screen and (max-width:750px){
.step_img{width:100%;margin:0 auto 20px auto;padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{background:#f6e6e6;}
.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;
box-sizing:border-box;
}
/* -- title -- */
.present_title{
display:block;
width:100%;
margin:0 auto 40px auto;
padding:0;
box-sizing:border-box;
}
.present_title img{
width:100%;
max-width:920px;
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{padding:0 30px 40px 30px;}
/* -- img -- */
.present_img{
float:right;
width:40%;
margin:8px 0 0 30px;
}
@media only screen and (max-width:750px){
#present{}
.present_box{margin:0 auto 40px auto;}
#present .text_box{}
/* -- title -- */
.present_title{margin:0 auto 20px auto;}
.present_title img{}
.present_title .number{margin:0 auto 25px 0;padding:10px;height:auto;}
.present_title .number img{height:14px;}
/* -- text -- */
#present .text_box{padding:0 15px 30px 15px;}
/* -- img -- */
.present_img{float:none;width:100%;margin:0 0 25px 0;}
}

/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{background:#f6f6f6;}
.voice_wrapper{
width:100%;
height:auto;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.voice_box{
width:100%;
margin:0 0 30px 0;
padding:0;
background:#ffffff;
box-sizing:border-box;
}
.voice_index{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:flex-start;
align-items:flex-start;
width:100%;
margin:0;
padding:30px;
box-sizing:border-box;
border-bottom:dotted 2px #cccccc;
}
.voice_img{display:block;width:80px;margin:0 20px 0 0;}
.voice_img img{display:block;width:100%;margin:0;}
.voice_info{
position:relative;
display:block;
flex:1;
margin:0;
padding:10px 0;
}
.voice_info h2{
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-weight:400;
display:block;
font-weight:700;
font-size:20px;
line-height:30px;
text-align:left;
}
.voice_info{
text-align:left;
font-size:16px;
line-height:30px;
}
.voice_info .voice_value{
margin:0 0 0 20px;
font-size:14px;
color:#666666;
font-weight:normal;
}
.voice_info .star{font-size:16px;color:#ffe164;}
.voice_text{
width:100%;
margin:0;
padding:30px;
text-align:justify;
font-size:16px;
line-height:30px;
box-sizing:border-box;
}
.voice_text p{margin:0;padding:0;}
.voice_attention{margin:-20px auto 60px auto;padding:0;color:#999999;text-align:right;font-size:12px;line-height:20px;}
@media only screen and (max-width:750px){
#voice{}
.voice_wrapper{}
.voice_box{margin:0 0 20px 0;}
.voice_index{padding:10px;}
.voice_img{display:block;width:60px;margin:0 10px 0 0;}
.voice_img img{display:block;width:100%;margin:0;}
.voice_info{padding:5px 0;}
.voice_info h2{font-size:15px;line-height:24px;}
.voice_info{font-size:14px;line-height:24px;}
.voice_info .voice_value{font-size:12px;}
.voice_info .star{font-size:14px;}
.voice_text{padding:20px 015px;font-size:14px;line-height:24px;}
.voice_text p{}
.voice_attention{margin:-10px auto 40px auto;}
}

/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{background:#ffffff;}
.faq_box{
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:900px;
margin:0 auto;
padding:20px 20px 20px 70px;
font-size:17px;
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:#e3efef;}
#faq input[type=checkbox]:checked + label{background-color:#e3efef;border-radius:10px 10px 0 0;}
.faq_answer{
position:relative;
margin:0 auto 30px auto;
padding:0 20px 0 70px;
width:100%;
max-width:900px;
height:0;
font-size:17px;
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{}
.faq_box{}
#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: PROFILE
--------------------------------------- */
#profile{background:#f5f8fa;}
.profile_index{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:flex-start;
align-items:flex-start;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
}
.profile_img{display:block;width:140px;margin:0 20px 0 0;}
.profile_img img{display:block;width:100%;margin:0;}
.profile_info dl{
position:relative;
display:block;
flex:1;
margin:0;
padding:0;
}
.profile_info dt{
display:block;
margin:0 0 10px 0;
font-weight:700;
font-size:20px;
line-height:30px;
text-align:left;
}
.profile_info dd{
text-align:left;
font-size:16px;
line-height:30px;
}
@media only screen and (max-width:750px){
#profile{}
.profile_index{}
.profile_img{display:block;width:100px;margin:0 20px 0 0;}
.profile_img img{}
.profile_info dl{}
.profile_info dt{font-size:16px;line-height:24px;margin:0 0 4px 0;}
.profile_info dd{font-size:14px;line-height:24px;}
}

/* ----------------------- 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: CTA
--------------------------------------- */
#cta{
position:relative;
margin:0;
padding:0 0 80px 0;
width:100%;
text-align:center;
background:#f6f6f6 url(../img/cta_bg_pc.png) no-repeat center top;
background-size:100% auto;
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;background:#eeeeee;}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
.outline{
width:100%;
max-width:1000px;
margin:0 auto 40px auto;
padding:0;
box-sizing:border-box;
}
.outline dl{
width:100%;
margin:0;
padding:30px;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
background:#ffffff;
box-sizing:border-box;
}
.outline dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}
.outline dt:after{
content:"";
flex-grow:1;
border-top:1px solid #eeeeee;
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:700;
text-align:center;
color:#ffffff;
counter-increment:li;
content:counter(li);
background:#9cb9b9;
}
.outline dd ul{margin:0;padding:0;}
.outline dd ul li .item{
display:inline-block;
margin:0 10px 0 0;
width:180px;
height:18px;
font-size:14px;
line-height:17px;
font-weight:700;
text-align:center;
vertical-align:2px;
color:#ffffff;
background:#9cb9b9;
}
.payment_img{width:100%;max-width:860px;margin:10px auto 0 0;}
@media only screen and (max-width:750px){
.outline{margin:0 auto 20px auto;}
.outline dl{padding:20px 4%;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;}
.outline dd ul{}
.outline dd ul li{margin:0 0 10px 0;line-height:20px;}
.outline dd ul li .item{
display:block;
margin:5px 0;
padding:0 0 0 5px;
width:100%;
text-align:left;
height:16px;
font-size:12px;
line-height:15px;
box-sizing:border-box;
}
.payment_img{max-width:690px;margin:10px auto 0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#1a1b1d;
}
#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 #b00f14;
}
#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:13px;}
address{font-size:13px;}
.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%;
}
}