@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&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:bold;}
.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;}
.img_right{display:block;width:40%;margin:0 0 0 20px;box-sizing:border-box;float:right;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
.img_right{width:100%;margin:0 0 20px 0;float:none;}
}

/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{  
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
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%;
box-sizing:border-box;
text-align:center;
background:#eb688d url(../img/header_bg.png) no-repeat center;
background-size:auto 100%;
}
header img{
width:100%;
max-width:1300px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){header{background:none;}}


/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
width:100%;
max-width:1060px;
margin:0 auto 60px auto;
padding:80px 30px 0 30px;
font-size:30px;
line-height:50px;
text-align:center;
font-weight:bold;
color:#e66700;
box-sizing:border-box;
}
.title img{width:100%;max-width:900px;margin:0 auto;}
.title:after{
content:"";
display:block;
margin:40px auto 0 auto;
padding:0;
width:0;
max-width:120px;
height:4px;
border-radius:2px;
background:#e14364;
}
.title.scrollin:after{
animation:title_hr 0.2s linear 0.5s both;
-webkit-animation:title_hr 0.2s linear 0.5s both;
}
@keyframes title_hr{0%{width:0;}100%{width:100%;}}
@-webkit-keyframes title_hr{0%{width:0;}100%{width:100%;}}
.title_img{
width:100%;
max-width:1060px;
margin:0 auto;
padding:80px 30px 60px 30px;
text-align:center;
box-sizing:border-box;
}
.title_img img{width:100%;max-width:900px;margin:0 auto;}
@media only screen and (max-width:750px){
.title{
margin:0 auto 20px auto;
padding:40px 20px 0 20px;
font-size:20px;
line-height:30px;
}
.title img{max-width:670px;}
.title:after{margin:20px auto 0 auto;max-width:60px;}
.title.scrollin:after{}
.title_img{padding:40px 20px 20px 20px;}
.title_img img{max-width:670px;}
}



/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
/* -- contents -- */
.contents{
width:100%;
margin:0;
padding:0 0 80px 0;
position:relative;
background:#ffffff;
}
.wrapper1060{
width:100%;
max-width:1060px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.wrapper1260{
width:100%;
max-width:1260px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
/* -- contents -- */
.contents{padding:0 0 40px 0;}
.wrapper1060{padding:0 20px;}
.wrapper1260{padding:0 20px;}
}


/* -- 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;}
ul.check{}
ul.check li{
position:relative;
display:block;
margin:0;
padding:0 0 0 40px;
list-style:none;
text-align:left;
font-size:18px;
line-height:30px;
box-sizing:border-box;
}
ul.check li:before{
content:"";
display:block;
position:absolute;
top:6px;
left:10px;
width:20px;
height:20px;
background:#95adc4;
box-sizing:border-box;
}
ul.check li:after{
content:"";
display:block;
position:absolute;
top:6px;
left:15px;
width:6px;
height:12px;
transform:rotate(40deg);
border-bottom:3px solid #ffffff;
border-right:3px solid #ffffff;
}
ul.point{}
ul.point li{
position:relative;
margin:0;
padding:0 0 0 17px;
list-style:none;
text-align:left;
box-sizing:border-box;
}
ul.point li:before{
content:"";
display:block;
position:absolute;
top:10px;
left:0;
width:12px;
height:12px;
background:#fd91a0;
border-radius:50%;
}
ul.asterisk{}
ul.asterisk li{
position:relative;
margin:0;
padding:0 0 0 16px;
list-style:none;
font-size:14px;
line-height:20px;
text-align:left;
box-sizing:border-box;
}
ul.asterisk li:before{
content:"※";
display:block;
position:absolute;
top:0;
left:0;
}

@media only screen and (max-width:750px){
.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{}
ul.check{}
ul.check li{
margin:0;
padding:0 0 0 18px;
font-size:14px;
line-height:24px;
}
ul.check li:before{top:6px;left:0;width:14px;height:14px;}
ul.check li:after{top:6px;left:3px;width:4px;height:8px;}
ul.point{}
ul.point li{padding:0 0 0 15px;}
ul.point li:before{
top:7px;
width:10px;
height:10px;
}
ul.asterisk{}
ul.asterisk li{padding:0 0 0 14px;font-size:12px;line-height:18px;text-align:justify;}
ul.asterisk li:before{}
/* -- br -- */
.text br{display:none;}
.text br.sp,.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: INTERVIEW
--------------------------------------- */
#interview{background:#f6f6f5 url(../img/voice_bg_pc.png) no-repeat top center;}
.interview_box{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
margin:0 auto 40px auto;
background:#ffffff;
border-radius:4px;
border:1px solid #dbdbdb;
overflow:hidden;
}
.interview_box:last-child{margin:0 auto;}
.interview_text{
width:60%;
padding:20px;
margin:0;
box-sizing:border-box;
}
.interview_info{
margin:0 0 10px 0;
font-size:16px;
line-height:20px;
text-align:left;
box-sizing:border-box;
}
.interview_thumbnail{display:inline-block;width:32px;height:32px;margin:0 10px 0 0;vertical-align:middle;border-radius:50%;border:1px solid #c9c9c9;}
.interview_star{margin:0 0 0 10px;color:#c7a767;}
.interview_before{margin:0 0 20px 0;}
.interview_text dt{
display:block;
width:120px;
margin:0 auto 0 0;
padding:4px 0 6px 0;
font-size:14px;
line-height:20px;
font-weight:600;
text-align:center;
color:#ffffff;
box-sizing:border-box;
border-radius:15px;
}
.interview_before dt{background:#e14364;}
.interview_after dt{background:#c7a767;}
.interview_text dd{
margin:4px 0 0 0;
font-size:16px;
line-height:24px;
text-align:justify;
}
.interview_video{
position:relative;
width:40%;
background:#333333;
}
.video_box{
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
width:100%;
max-width:1200px;
max-height:675px;
margin:auto; 
padding-top:56.25%;
}
.video_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:1200px;
max-height:675px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#interview{background:#f6f6f5 url(../img/voice_bg_sp.png) no-repeat top center;background-size:100% auto;}
.interview_box{flex-direction:column-reverse;margin:0 auto 20px auto;}
.interview_text{width:100%;}
.interview_info{font-size:14px;}
.interview_thumbnail{display:inline-block;width:32px;height:32px;margin:0 10px 0 0;vertical-align:middle;border-radius:50%;border:1px solid #c9c9c9;}
.interview_star{margin:0 0 0 10px;color:#c7a767;}
.interview_before{margin:0 0 20px 0;}
.interview_text dt{width:100px;padding:1px 0 2px 0;font-size:12px;line-height:17px;border-radius:10px;}
.interview_text dd{font-size:14px;line-height:24px;}
.interview_video{width:100%;}
.video_box{position:relative;top:0;transform:none;-webkit-transform:none;}
.video_box iframe{}
}

/* ----------------------- CSS Information 
 Style Info: RANKING
--------------------------------------- */
#ranking{
border-top:1px solid #c7a05b;
border-bottom:1px solid #c7a05b;
background:#f6f6f5 url(../img/ranking_bg.png) no-repeat center left;
background-size:cover;
}
.ranking_img{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){#ranking{background:none;}}

/* ----------------------- CSS Information 
 Style Info: TROUBLE
--------------------------------------- */
#trouble{
background:#e9ecec url(../img/trouble_bg_pc.png) no-repeat center;
background-size:cover;
}
#trouble .title:after{background:#567a96;}
#trouble ul.check{margin:0;}
#trouble ul.check li{margin:0 0 10px 0;}
#trouble ul.check li:last-child{margin:0;}
@media only screen and (max-width:750px){
#trouble{background:#e9ecec url(../img/trouble_bg_sp.png) no-repeat center;background-size:cover;}
}

/* ----------------------- CSS Information 
 Style Info: HISTORY
--------------------------------------- */
#history{background:ffffff;}
.history_img{
float:right;
width:40%;
margin:0 0 0 20px;
}
.history_img img{display:block;width:100%;margin:0;}
.history_img p{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
text-align:center;
color:#999999;
}
@media only screen and (max-width:750px){
#history{background:ffffff;}
.history_img{float:none;width:100%;margin:0 auto 20px auto;}
.history_img img{max-width:600px;margin:0 auto;}
.history_img p{font-size:13px;}
}

/* ----------------------- CSS Information 
 Style Info: REASON
--------------------------------------- */
#reason{background:#e9ecec;padding:0 0 120px 0;}
.title_reason{
width:100%;
max-width:1060px;
margin:0 auto;
padding:120px 30px 60px 30px;
text-align:center;
box-sizing:border-box;
}
.title_reason img{
width:100%;
max-width:900px;
margin:0 auto;
}
.sub_reason{
width:100%;
margin:0 0 30px 0;
padding:0;
text-align:center;
box-sizing:border-box;
background:#95adc4;
}
#reason .img_right{box-shadow:5px 5px 0 0 #9bb3ba;}
/* -- 01 -- */
.reason01_dl{
margin:0 0 30px 0;
padding:30px;
background:#ffffff;
border-radius:10px;
}
.reason01_dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
margin:0 0 20px 0;
}
.reason01_dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #9bb3ba;
margin:0 0 0 10px;
}
.reason01_dl dd{margin:0;padding:0;}
.reason01_dl dd p{margin:0;padding:0;}
/* -- 02 -- */
.comparison_table{
width:100%;
max-width:1060px;
margin:0 auto 60px auto;
padding:0 30px;
box-sizing:border-box;
}
.comparison_table .table_sp{}
.comparison_table table{
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
table-layout:fixed;
border-collapse:separate;
border-spacing:1px 1px;
box-sizing:border-box;
}
.comparison_table th{
padding:10px 5px;
font-size:16px;
line-height:20px;
font-weight:600;
text-align:center;
color:#ffffff;
background:#9bb3ba;
}
.comparison_table td{
padding:20px 5px;
font-size:16px;
line-height:20px;
background:#ffffff;
vertical-align:top;
}
.comparison_table tr:last-child td{padding:10px;font-size:15px;line-height:24px;text-align:justify;}
.comparison_table p{margin:5px 0 0 0;padding:0;font-size:13px;line-height:20px;text-align:right;}
.comparison_table tr.tr_10years{font-weight:600;}

/* -- 03 -- */
.loop_img{float:right;width:40%;max-width:400px;}
ul.point.reason03{}
ul.point.reason03 li{font-weight:600;}
ul.point.reason03 li:before{background:#9bb3ba;}
@media only screen and (max-width:750px){
#reason{padding:0 0 40px 0;}
.title_reason{padding:40px 20px 20px 20px;}
.title_reason img{max-width:670px;}
.sub_reason{margin:0 0 20px 0;}
#reason .img_right{box-shadow:2px 2px 0 0 #9bb3ba;}
/* -- 01 -- */
.reason01_dl{margin:0 0 20px 0;padding:15px;border-radius:8px;}
.reason01_dl dt{display:block;margin:0 0 15px 0;padding:0 0 15px 0;border-bottom:2px dotted #9bb3ba;text-align:center;}
.reason01_dl dt:after{display:none;}
.reason01_dl dd{margin:0;padding:0;}
.reason01_dl dd p{margin:0;padding:0;}
/* -- 02 -- */
.comparison_table{
margin:0 auto 40px auto;
padding:0 0 0 20px;
}
.comparison_table .table_sp{overflow:auto;}
.comparison_table .table_sp:-webkit-scrollbar{height:4px;}
.comparison_table .table_sp:-webkit-scrollbar-track{background:#666666;}
.comparison_table .table_sp:-webkit-scrollbar-thumb{background:#cccccc;}
.comparison_table table{min-width:600px;box-sizing:border-box;}
.comparison_table th{padding:8px 0;font-size:12px;line-height:16px;font-weight:400;}
.comparison_table td{padding:10px 2px;font-size:13px;line-height:20px;}
.comparison_table tr:last-child td{padding:10px;font-size:12px;line-height:20px;}
.comparison_table p{margin:5px 0 0 0;padding:0;font-size:12px;line-height:20px;text-align:center;}
/* -- 03 -- */
.loop_img{float:none;width:100%;max-width:670px;margin:0 auto 20px auto;}
ul.point.reason03{}
ul.point.reason03 li{}
ul.point.reason03 li:before{}
}

/* ----------------------- CSS Information 
 Style Info: ENEMY
--------------------------------------- */
#enemy{background:#ffffff;}
.enemy_arrow{
position:relative;
width:0;
height:0;
margin:0 auto -60px auto;
border-top:60px solid #e9ecec;
border-bottom:60px solid transparent;
border-right:60px solid transparent;
border-left:60px solid transparent;
}
.enemy_dl{
margin:0;
padding:30px;
background:#e9ecec;
border-radius:10px;
}
.enemy_dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
margin:0 0 20px 0;
}
.enemy_dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #9bb3ba;
margin:0 0 0 10px;
}
.enemy_dl dd{margin:0;padding:0;}
.enemy_dl dd p{margin:0;padding:0;}
@media only screen and (max-width:750px){
#enemy{}
.enemy_arrow{
margin:0 auto -30px auto;
border-top:30px solid #e9ecec;
border-bottom:30px solid transparent;
border-right:30px solid transparent;
border-left:30px solid transparent;
}
.enemy_dl{margin:0 0 20px 0;padding:15px;border-radius:8px;}
.enemy_dl dt{display:block;margin:0 0 15px 0;padding:0 0 15px 0;border-bottom:2px dotted #9bb3ba;text-align:center;}
.enemy_dl dt:after{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: THEORY
--------------------------------------- */
#theory{background:#ffffff;}
.theory_img{margin:0 auto;padding:0 30px;width:100%;max-width:960px;box-sizing:border-box;}
@media only screen and (max-width:750px){
#theory{}
.theory_img{padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: RESULT
--------------------------------------- */
#result{background:#ffffff;}
.result_img{margin:0 auto;width:100%;max-width:960px;}
#result ul.asterisk{padding:10px 20px 0 20px;}
#result ul.asterisk li{font-size:12px;line-height:20px;color:#999999;}

/* ----------------------- CSS Information 
 Style Info: FEATURE
--------------------------------------- */
#feature{background:#ffffff;}
.feature_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1060px;
margin:0 auto 30px auto;
padding:0 30px;
box-sizing:border-box;
}
.feature_box{
width:48%;
background:#fff1f1;
border-radius:10px;
overflow:hidden;
}
.feature_img{display:block;width:100%;margin:0;padding:0;}
.feature_number{
position:relative;
display:block;
margin:-20px auto 0 auto;
padding:8px 10px 12px 10px;
width:180px;
height:40px;
font-size:16px;
line-height:20px;
text-align:center;
color:#ffffff;
font-weight:600;
background:#f59eb1;
box-sizing:border-box;
border-radius:20px;
z-index:10;
}
.feature_box dl{margin:0;padding:20px;}
.feature_box dt{
margin:0;
padding:0 0 20px 0;
font-size:20px;
line-height:30px;
font-weight:600;
color:#ec6286;
}
.feature_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
#feature .wrapper1060 .text{margin:60px 0 0 0;text-align:center;}
@media only screen and (max-width:750px){
#feature{}
.feature_wrapper{
-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0 20px;}
.feature_box{margin:0 0 20px 0;width:100%;border-radius:8px;}
.feature_img{}
.feature_number{
margin:-15px auto 0 auto;
padding:4px 10px 6px 10px;
width:180px;
height:30px;
font-size:14px;
line-height:20px;
border-radius:15px;
}
.feature_box dl{margin:0;padding:20px;}
.feature_box dt{padding:0 0 20px 0;font-size:18px;line-height:20px;}
.feature_box dd{font-size:14px;line-height:24px;}
#feature .wrapper1060 .text{margin:0;text-align:justify;}
}

/* ----------------------- CSS Information 
 Style Info: BIBLE
--------------------------------------- */
#bible{background:#fff1f1;padding:0 0 40px 0;}
#bible .text{overflow:auto;}
.bible_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
margin:0 auto 20px auto;
padding:0;
}
.bible_title:before,.bible_title:after{
content:"";
flex-grow:1;
border-top:4px dotted #f59eb1;
margin:0;
}
.bible_sub{
width:100%;
margin:0 0 40px 0;
padding:9px 10px 11px 10px;
font-size:16px;
line-height:20px;
color:#ffffff;
background:#ec6286;
box-sizing:border-box;
}
.bible_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
margin:40px auto 80px auto;
padding:30px 0;
background:#ffffff;
box-sizing:border-box;
border-radius:10px;
}
.bible_wrapper:last-child{margin:40px auto 0 auto;}
.bible_box{
width:50%;
padding:0 20px 0 30px;
box-sizing:border-box;
}
.bible_box dl{margin:0;padding:0;}
.bible_box dt{
position:relative;
display:block;
margin:0;
padding:0 0 0 20px;
font-size:16px;
line-height:30px;
text-align:justify;
}
.bible_box dt:before{
content:"";
display:block;
position:absolute;
top:7px;
left:0;
width:16px;
height:16px;
background:#ec6286;
box-sizing:border-box;
}
.bible_box dt:after{
content:"";
display:block;
position:absolute;
top:7px;
left:4px;
width:5px;
height:10px;
transform:rotate(40deg);
border-bottom:3px solid #ffffff;
border-right:3px solid #ffffff;
}
.bible_box dd{
position:relative;
display:block;
margin:0;
padding:0 0 0 36px;
font-size:16px;
line-height:30px;
text-align:justify;
}
.bible_box dd:before{
content:"";
display:block;
position:absolute;
top:15px;
left:20px;
width:12px;
height:1px;
background:#ec6286;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#bible{background:#fff1f1;padding:0 0 40px 0;}
#bible .text{overflow:auto;}
.bible_title{display:block;margin:0 auto 20px auto;padding:20px 0 0 0;border-top:4px dotted #f59eb1;}
.bible_title img{width:100%;max-width:670px;margin:0 auto;}
.bible_title:before,.bible_title:after{display:none;}
.bible_sub{margin:0 0 20px 0;padding:9px 10px 11px 10px;font-size:14px;line-height:20px;}
.bible_wrapper{-ms-flex-direction:column;flex-direction:column;margin:20px auto 40px auto;padding:15px 0;border-radius:8px;}
.bible_box{width:100%;padding:0 15px;}
.bible_box dl{}
.bible_box dt{padding:0 0 0 18px;font-size:14px;line-height:30px;}
.bible_box dt:before{top:8px;width:14px;height:14px;}
.bible_box dt:after{top:8px;left:3px;width:4px;height:8px;}
.bible_box dd{padding:0 0 0 30px;font-size:14px;line-height:30px;}
.bible_box dd:before{top:15px;left:16px;width:10px;}
}

/* ----------------------- CSS Information 
 Style Info: SUPPORT
--------------------------------------- */
#support{background:#fff1f1;}
.support_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1060px;
margin:0 auto 30px auto;
padding:0 30px;
box-sizing:border-box;
}
.support_box{
width:48%;
padding:30px 0 0 0;
background:#ffffff;
border-radius:10px;
overflow:hidden;
}
.support_number{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
margin:0 auto 20px auto;
padding:0;
font-size:16px;
line-height:20px;
color:#ec6286;
box-sizing:border-box;
}
.support_number:before,.support_number:after{
content:"";
flex-grow:1;
border-top:3px dotted #f59eb1;
margin:0 20px;
}
.support_img{display:block;width:70px;margin:0 auto;padding:0;}
.support_box dl{margin:0;padding:20px;}
.support_box dt{
margin:0;
padding:0 0 20px 0;
font-size:20px;
line-height:30px;
font-weight:600;
color:#ec6286;
}
.support_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
#support .wrapper1060 .text{margin:30px 0 0 0;text-align:center;font-size:14px;line-height:20px;color:#666666;}
@media only screen and (max-width:750px){
#support{}
.support_wrapper{-ms-flex-direction:column;flex-direction:column;margin:0 auto 0 auto;padding:0 20px;}
.support_box{width:100%;margin:0 auto 20px auto;padding:20px 0 0 0;border-radius:8px;}
.support_number{font-size:14px;line-height:20px;}
.support_number:before,.support_number:after{}
.support_img{display:block;width:70px;margin:0 auto;padding:0;}
.support_box dl{margin:0;padding:15px;}
.support_box dt{
margin:0;
padding:0 0 15px 0;
font-size:16px;
line-height:24px;
}
.support_box dd{font-size:14px;line-height:24px;}
#support .wrapper1060 .text{margin:0;font-size:12px;line-height:20px;}
}

/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{background:#f0eddc url(../img/present_bg_pc.png) no-repeat top center;}
.present_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1060px;
margin:0 auto 30px auto;
padding:0 30px;
box-sizing:border-box;
}
.present_box{
width:48%;
background:#ffffff;
border-radius:10px;
overflow:hidden;
border:1px solid #e0ce5b;
}
.present_img{display:block;width:100%;margin:0;padding:0;}
.present_number{
position:relative;
display:block;
margin:-20px auto 0 auto;
padding:8px 10px 12px 10px;
width:180px;
height:40px;
font-size:16px;
line-height:20px;
text-align:center;
color:#ffffff;
font-weight:600;
background:#d2af36;
box-sizing:border-box;
border-radius:20px;
z-index:10;
}
.present_box dl{margin:0;padding:20px;}
.present_box dt{
margin:0;
padding:0 0 20px 0;
font-size:20px;
line-height:30px;
font-weight:600;
color:#cc9900;
}
.present_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
.present_box dd p{margin:0;padding:0;}
@media only screen and (max-width:750px){
#present{background:#f0eddc url(../img/present_bg_sp.png) no-repeat top center;background-size:100% auto;}
.present_wrapper{-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0 20px;}
.present_box{margin:0 0 20px 0;width:100%;border-radius:8px;}
.present_img{}
.present_number{
margin:-15px auto 0 auto;
padding:4px 10px 6px 10px;
width:180px;
height:30px;
font-size:14px;
line-height:20px;
border-radius:15px;
}
.present_box dl{margin:0;padding:20px;}
.present_box dt{padding:0 0 20px 0;font-size:18px;line-height:24px;}
.present_box dd{font-size:14px;line-height:24px;}
.present_box dd br{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: PRICE
--------------------------------------- */
#price{background:#ffffff;}

/* ----------------------- CSS Information 
 Style Info: SPECIAL
--------------------------------------- */
#special{background:#f0eddc url(../img/special_bg_pc.png) no-repeat center top;background-size:cover;}
#special .title{max-width:1060px;}
#special .title img{
width:100%;
max-width:900px;
margin:0 auto;
}
.sub_special{
width:100%;
margin:0 0 30px 0;
padding:0;
text-align:center;
box-sizing:border-box;
background:#d2b72d;
}
#special .title:after{background:#cc9900;}
@media only screen and (max-width:750px){
#special{background:#f0eddc url(../img/special_bg_sp.png) no-repeat center top;background-size:cover;}
.sub_special{margin:0 0 20px 0;}
}

/* ----------------------- CSS Information 
 Style Info: REPAY
--------------------------------------- */
#repay{background:#ffffff;}
.repay_dl{
margin:0;
padding:30px;
background:#f4f2e5;
border-radius:10px;
}
.repay_dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
margin:0 0 5px 0;
}
.repay_dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #cc9900;
margin:0 0 0 5px;
}
.repay_dl dd{margin:0 0 20px 0;padding:0;}
.repay_dl dd:last-child{margin:0;}
.repay_dl dd ul.point{margin:0;padding:0;}
.repay_dl dd ul.point li:before{background:#d2af36;}
@media only screen and (max-width:750px){
#repay{}
.repay_dl{padding:20px;border-radius:8px;}
.repay_dl dt{}
.repay_dl dt:after{}
.repay_dl dd{}
.repay_dl dd:last-child{}
}

/* ----------------------- CSS Information 
 Style Info: CASHBACK
--------------------------------------- */
#cashback{background:#ffffff;}
#cashback .text{overflow:auto;}
.cashback_dl{
margin:30px 0 0 0;
padding:30px;
background:#f4f2e5;
border-radius:10px;
}
.cashback_dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
margin:0 0 5px 0;
}
.cashback_dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #cc9900;
margin:0 0 0 5px;
}
.cashback_dl dd{margin:0 0 20px 0;padding:0;}
.cashback_dl dd:last-child{margin:0;}
.cashback_dl dd ul.point{margin:0;padding:0;}
.cashback_dl dd ul.point li:before{background:#d2af36;}
@media only screen and (max-width:750px){
#cashback{}
.cashback_dl{margin:20px 0 0 0;padding:20px;border-radius:8px;}
.cashback_dl dt{}
.cashback_dl dt:after{}
.cashback_dl dd{}
.cashback_dl dd:last-child{}
}

/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{background:#f6f6f5 url(../img/voice_bg_pc.png) no-repeat top center;}
.voice_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1060px;
margin:0 auto 30px auto;
padding:0 30px;
box-sizing:border-box;
}
.voice_box{
width:48%;
background:#ffffff;
border-radius:4px;
border:1px solid #dbdbdb;
box-sizing:border-box;
overflow:hidden;
}
.voice_info{
width:100%;
padding:10px;
font-size:16px;
line-height:20px;
text-align:left;
box-sizing:border-box;
}
.voice_thumbnail{display:inline-block;width:32px;height:32px;margin:0 10px 0 0;vertical-align:middle;border-radius:50%;border:1px solid #c9c9c9;}
.star{margin:0 0 0 10px;color:#c7a767;}
.voice_bf{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
margin:0;
}
.voice_bf span{
display:block;
width:50%;
margin:0;
padding:9px 0 11px 0;
font-size:16px;
line-height:20px;
font-weight:600;
text-align:center;
color:#ffffff;
box-sizing:border-box;
}
.voice_bf span.before{background:#e14364;}
.voice_bf span.after{background:#c7a767;}
.voice_img{display:block;width:100%;margin:0;padding:0;}
.voice_text{
margin:0;
padding:15px 20px;
font-size:15px;
line-height:24px;
text-align:justify;
}

.voice_ss{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:start;align-items:flex-start;
width:100%;
height:auto;
max-width:1260px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.voice_ss_img{
display:block;
width:24.5%;
border:1px solid #dbdbdb;
box-sizing:border-box;
}
#voice .wrapper1260 .text{margin:40px 0 0 0;}
#voice ul.asterisk{width:430px;margin:0 0 0 auto;color:#999999;}
@media only screen and (max-width:750px){
#voice{background:#f6f6f5 url(../img/voice_bg_sp.png) no-repeat top center;background-size:100% auto;}
.voice_wrapper{-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0 20px;}
.voice_box{width:100%;margin:0 auto 20px auto;}
.voice_info{font-size:14px;}
.voice_bf{}
.voice_bf span{padding:4px 0 6px 0;font-size:14px;line-height:20px;}
.voice_img{}
.voice_text{padding:15px;font-size:14px;}
.voice_ss{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px;}
.voice_ss_img{width:48%;margin:0 0 20px 0;}
#voice .wrapper1260 .text{margin:0;}
#voice ul.asterisk{width:100%;margin:0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: FUTURE
--------------------------------------- */
#future{
background:#ffe3eb url(../img/future_bg_pc.png) no-repeat center;
background-size:cover;
}
.future_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1060px;
margin:0 auto 30px auto;
padding:0 30px;
box-sizing:border-box;
}
.future_box{
width:48%;
padding:0;
background:#ffffff;
border-radius:10px;
overflow:hidden;
}
.future_img{display:block;width:100%;margin:0 auto;padding:0;}
.future_text{
margin:0;
padding:20px;
font-size:20px;
line-height:30px;
font-weight:600;
color:#ec6286;
text-align:center;
}
@media only screen and (max-width:750px){
#future{background:#fff1f1;}
.future_wrapper{-ms-flex-direction:column;flex-direction:column;margin:0 auto 0 auto;padding:0 20px;}
.future_box{width:100%;margin:0 auto 20px auto;border-radius:8px;}
.future_img{}
.future_text{padding:15px;font-size:14px;line-height:24px;}
}

/* ----------------------- CSS Information 
 Style Info: RECOMMEND
--------------------------------------- */
#recommend{
background:#ffffff url(../img/recommend_bg_pc.png) no-repeat center;
background-size:cover;
}
.recommend_box{
width:100%;
margin:0 auto 30px auto;
padding:30px;
background:#ffffff;
border-radius:10px;
border:1px solid #e0ce5b;
box-sizing:border-box;
}
.recommend_box:last-child{margin:0 auto;}
.recommend_info{
display:-ms-flexbox;display:flex;
-ms-flex-align:center;align-items:center;
width:100%;
margin:0 auto 30px auto;
padding:0 0 30px 0;
border-bottom:4px dotted #e0ce5b;
box-sizing:border-box;
}
.recommend_img{
display:block;
width:150px;
margin:0;
box-sizing:border-box;
border-radius:8px;
overflow:hidden;
}
.recommend_img img{width:100%;}
.recommend_title{
flex:1;
font-size:22px;
line-height:30px;
font-weight:600;
text-align:justify;
color:#cc9900;
margin:0;
padding:0 0 0 30px;
box-sizing:border-box;
}
.recommend_name{
display:block;
font-size:18px;
line-height:30px;
font-weight:600;
text-align:right;
color:#333333;
margin:10px 0 0 0;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#recommend{background:#ffffff url(../img/recommend_bg_sp.png) no-repeat center;background-size:cover;}
.recommend_box{margin:0 auto 20px auto;padding:15px;}
.recommend_info{-ms-flex-direction:column;flex-direction:column;padding:0 0 10px 0;}
.recommend_img{width:120px;margin:0 auto 10px auto;}
.recommend_img img{width:100%;}
.recommend_title{font-size:16px;line-height:24px;text-align:center;margin:0;padding:0;}
.recommend_name{font-size:14px;line-height:20px;text-align:center;margin:10px 0 0 0;}
.recommend_name .small{display:block;}
}







/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{background:#ffffff;}
#faq .faq_box{
width:100%;
max-width:1060px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
#faq input[type=checkbox]{display:none;}
#faq label{
display:block;
width:100%;
max-width:1000px;
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:#fff1f2;
background-image:url(../img/faq_q.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
}
#faq label:hover{background-color:#ffe3eb;}
#faq input[type=checkbox]:checked + label{background-color:#ffe3eb;border-radius:10px 10px 0 0;}
.faq_answer{
position:relative;
margin:0 auto 20px auto;
padding:0 20px 0 70px;
width:100%;
max-width:1000px;
height:0;
font-size:17px;
line-height:30px;
text-align:justify;
transition:1s;
box-sizing:border-box;
background-color:#fff1f2;
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: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:768px){
#faq{}
#faq .faq_box{padding:0 20px;}
#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 10px 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 input[type=checkbox]:checked + label + .faq_answer{padding:8px 10px 8px 40px;}
}

/* ----------------------- CSS Information 
 Style Info: PS
--------------------------------------- */
#ps{background:#fff8f8 url(../img/ps_bg_pc.png) no-repeat center right;background-size:auto 100%;}
.sign{display:inline-block;width:180px;margin:10px 0 0 0;}
@media only screen and (max-width:750px){
#ps{background:#fff8f8 url(../img/ps_bg_sp.png) no-repeat center top;background-size:auto 100%;}
.sign{width:120px;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{background:#ffffff;padding:60px 0;}
.title_profile{
width:100%;
margin:0 auto 30px 0;padding:10px;
font-size:20px;
line-height:30px;
color:#ffffff;
background:#ec6286;
box-sizing:border-box;
}
.profile_img{
display:inline-block;
float:right;
width:380px;
height:auto;
padding:0 0 30px 0;
}
.profile_name{
margin:0;
padding:0 0 20px 0;
font-size:20px;
line-height:30px;
font-weight:bold;
text-align:left;
color:#ec6286;
}
#profile .text{text-align:justify;}
#profile .text p{margin:0;padding:0;}
.profile_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:30px 0 6px 0;
font-size:16px;
line-height:30px;
font-weight:bold;
text-align:left;
}
.profile_title:after{
content:"";
flex-grow:1;
border-top:1px solid #fd91a0;
margin:0 0 0 10px;
}
@media only screen and (max-width:750px){
#profile{padding:40px 0;}
.title_profile{margin:0 auto 20px 0;padding:5px;font-size:16px;}
.profile_img{
display:block;
float:none;
width:100%;
max-width:480px;
margin:0 auto;
padding:0 0 20px 0;
}
.profile_name{font-size:16px;padding:0 0 10px 0;}
#profile .text{}
#profile .text p{}
.profile_title{margin:20px 0 6px 0;font-size:14px;}
.profile_title:after{}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
margin:0;
padding:0 0 60px 0;
width:100%;
text-align:center;
background:#eb688d url(../img/cta_bg.png) no-repeat center;
background-size:cover;
box-sizing:border-box;
}
.cta_img{width:100%;max-width:960px;margin:0 auto;padding:0 30px;box-sizing:border-box;}
.payment{width:100%;max-width:960px;margin:30px auto 0 auto;padding:0 30px;box-sizing:border-box;}
.payment dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
line-height:30px;
text-align:left;
color:#fff1f1;
}
.payment dt:after{
content:"";
flex-grow:1;
border-top:2px dotted #fff1f1;
margin:0 0 0 10px;
}
.payment dd{
padding:0 0 20px 0;
font-size:16px;
line-height:24px;
text-align:justify;
color:#fff1f1;
}
.payment_img{width:100%;max-width:900px;margin:10px auto 0 0;}
/*-- BTN --*/
.btn_wrapper{
display:flex;
width:100%;
max-width:960px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.btn_box{
width:50%;
margin:0;
box-sizing:border-box;
}
.cta .btn_box:first-child{padding:0 10px 0 0;}
.cta .btn_box:last-child{padding:0 0 0 10px;}
.btn{
position:relative;
width:100%;
max-width:440px;
height:100%;
margin:0 auto;
background:#ffffff;
overflow:hidden;
box-sizing:border-box;
border-radius:8px;
box-shadow:2px 2px 8px 0px rgba(0,0,0,0.9);
z-index:10;
}
.btn img{width:100%;}
.btn img:hover{opacity:0.5;}
@media only screen and (max-width:750px){
.cta{padding:0 0 40px 0;}
.cta_img{padding:0;max-width:750px;}
.payment{margin:20px auto 0 auto;padding:0 20px;}
.payment dt{font-size:14px;}
.payment dt:after{}
.payment dd{font-size:14px;line-height:24px;}
.payment_img{width:100%;max-width:710px;}
/*-- BTN --*/
.btn_wrapper{display:block;padding:0 20px;}
.btn_box{width:100%;}
.cta .btn_box:first-child{padding:0;margin:0 0 20px 0;}
.cta .btn_box:last-child{padding:0;}
.btn{max-width:600px;}
.btn img{}
.btn img:hover{}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#18222c;
}
#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 #ec6286;
}
#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:767px){
#fnav{margin:0 0 40px 0;}
#fnav li{
display:block;
border-right:0;
margin:0 0 20px 0;
}
.sp_no{display:none;}
}






/* ----------------------- CSS Information 
 Style Info: PRIVACY
--------------------------------------- */
#privacy{background:#ffffff;border-bottom:1px solid #cccccc;}
#privacy:before{content:"";display:block;margin:0;padding:0;width:100%;height:120px;background:#ffffff;}
#privacy .text{text-align:justify;}
/*--- dl ---*/
#privacy dl{margin:60px 0 0 0;padding:0;}
#privacy dt.privacy_title{
margin:0 0 10px 0;
padding:10px 0;
font-weight:bold;
font-size:18px;
line-height:30px;
text-align:left;
border-bottom:1px solid #fdad3d;
}
#privacy dt.privacy_sub{
margin:0;
padding:0;
font-weight:bold;
font-size:16px;
line-height:30px;
text-align:left;
}
#privacy dd{
margin:0 0 40px 0;
font-size:16px;
line-height:30px;
text-align:justify;
}
#privacy .ol_inner{
margin:0;
padding:0;
}
#privacy .ol_inner li{
margin:0;
padding:0;
list-style:decimal inside;
}
@media only screen and (max-width:768px){
#privacy{border-top:1px solid #cccccc;}
#privacy:before{height:40px;}
#privacy .text{text-align:justify;}
/*--- dl ---*/
#privacy dl{margin:20px 0 0 0;}
#privacy dt{font-size:14px;line-height:20px;}
#privacy dd{margin:0 0 20px 0;font-size:14px;line-height:24px;}
#privacy .ol_inner{}
#privacy .ol_inner li{}
}

/* ----------------------- CSS Information 
 Style Info: TOKUTEI
--------------------------------------- */
#tokutei{background:#ffffff;border-bottom:1px solid #cccccc;}
#tokutei:before{content:"";display:block;margin:0;padding:0;width:100%;height:120px;background:#ffffff;}
.tokutei{
width:100%;
margin:0;
padding:0;
font-size:16px;
line-height:24px;
border-collapse:separate;
border-spacing:0 2px;
}
.tokutei th{
width:260px;
margin:0;
padding:20px 10px;
color:#ffffff;
font-weight:normal;
text-align:center;
background:#fd862a;
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:768px){
#tokutei{border-top:1px solid #cccccc;}
#tokutei:before{height:40px;}
.tokutei{border-spacing:0;font-size:14px;line-height:20px;}
.tokutei th{
display:block;
float:none;
width:100%;
padding:10px;
}
.tokutei td{
display:block;
float:none;
width:100%;
}
}

/* ----------------------- CSS Information 
 Style Info: FADEIN
--------------------------------------- */
.fadein{opacity:0;transition:all ease 1s;}
.fadein.scrollin{opacity:1;}