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

/* ----------------------- CSS Information 
 Style Info: RESET
--------------------------------------- */
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: BASIC
--------------------------------------- */
/*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;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
.img_right{width:40%;margin:0 0 15px 15px;}
}

/* ----------------------- 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%;
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
width:100%;
margin:0;
padding:0;
text-align:center;
background:#fa5e9a url(../img/bg01.png) no-repeat center top;
background-size:cover;
box-sizing:border-box;
}
.header_wrapper{
width:100%;
background:url(../img/header_bg.png) no-repeat center;
background-size:auto 100%;
}
.header_box{
width:100%;
max-width:1250px;
margin:0 auto;
padding:0;
}
.header_box img{
width:100%;
max-width:1000px;
margin:0 auto 0 0;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){header{background:none;}}


/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
width:100%;
margin:0 auto 60px auto;
padding:0;
font-size:30px;
line-height:50px;
text-align:center;
font-weight:bold;
color:#333333;
box-sizing:border-box;
}
.title img{width:100%;max-width:690px;margin:0 auto;}
.title:after{
content:"";
display:block;
margin:40px auto 0 auto;
padding:0;
width:0;
max-width:100%;
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%;}}
.sub_title{
width:100%;
margin:0 0 30px 0;
padding:0;
text-align:center;
box-sizing:border-box;
background:-moz-linear-gradient(left,#f44276,#fa81a2);
background:-webkit-linear-gradient(left,#f44276,#fa81a2);
background:linear-gradient(to right,#f44276,#fa81a2);
}
.sub_title img{width:100%;max-width:690px;margin:0 auto;padding:0;}
@media only screen and (max-width:750px){
.title{
margin:0 auto 20px auto;
padding:0;
font-size:20px;
line-height:30px;
}
.title img{max-width:690px;}
.title:after{margin:20px auto 0 auto;}
.title.scrollin:after{}
.sub_title{margin:0 0 20px 0;}
.sub_title img{}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
width:100%;
margin:0;
padding:80px 0;
position:relative;
background:#ffffff;
}
.wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
@media only screen and (max-width:800px){.section{padding:60px 0;}}
@media only screen and (max-width:750px){.section{padding:40px 0;}}
/* -- 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 30px;
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:0;
width:20px;
height:20px;
background:#f44276;
box-sizing:border-box;
}
ul.check li:after{
content:"";
display:block;
position:absolute;
top:6px;
left:5px;
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: PV
--------------------------------------- */
#pv{background:#333333 url(../img/pv_bg_pc.png) no-repeat center;background-size:cover;}
.video_box{
position:relative;
width:100%;
max-width:1000px;
max-height:675px;
margin:0 auto; 
padding-top:56.25%;
}
.video_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:1000px;
max-height:562px;
box-sizing:border-box;
border:5px solid #d2af36;
}
@media only screen and (max-width:750px){
#pv{background:#333333 url(../img/pv_bg_pc.png) no-repeat top center;background-size:cover;}
.video_box iframe{border:2px solid #d2af36;}
}

/* ----------------------- CSS Information 
 Style Info: TROUBLE
--------------------------------------- */
#trouble{
padding:120px 0;
background:#eeeeee url(../img/trouble_bg_pc.png) no-repeat center;
background-size:cover;
}
#trouble .wrapper{max-width:1250px;}
#trouble .title img{margin:0 auto 0 0;}
#trouble .title:after{max-width:690px;margin:40px auto 0 0;background:#2faeb9;}
#trouble ul.check{margin:0;}
#trouble ul.check li{margin:0 0 10px 0;}
#trouble ul.check li:last-child{margin:0;}
#trouble ul.check li:before{background:#2faeb9;}
@media only screen and (max-width:750px){
#trouble{
padding:40px 0;
background:#eeeeee url(../img/trouble_bg_sp.png) no-repeat center;
background-size:cover;
}
#trouble .title:after{margin:20px auto 0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: CASE
--------------------------------------- */
#case{
background:#ffffff url(../img/case_bg_pc.png) no-repeat center top;
background-size:100% auto;
}
.case_wrapper{
width:100%;
margin:0 auto 40px auto;
padding:30px;
background:#fff1f2;
border-radius:10px;
overflow:hidden;
box-sizing:border-box;
}
#case .case_wrapper:last-child{margin:0 auto 0 auto;}
.case_index{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-pack:start;justify-content:flex-start;
-ms-flex-align:center;align-items:center;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
}
.case_index .small{font-size:14px;}
.case_img{width:80px;}
.case_img img{width:100%;}
.case_name{
flex:1;
margin:0;
padding:0 0 0 20px;
font-size:18px;
line-height:24px;
font-weight:700;
text-align:left;
box-sizing:border-box;
}
.case_box{
width:100%;
margin:0 auto;
padding:0;
box-sizing:border-box;
padding:30px 0 0 0;
}
.case_box dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 5px 0;
font-size:16px;
line-height:30px;
text-align:left;
font-weight:700;
}
.case_box dt:after{
content:"";
flex-grow:1;
border-top:1px solid #f44276;
margin:0 0 0 10px;
}
.case_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
.case_box dd p{margin:0;padding:0;}
@media only screen and (max-width:750px){
#case{
background:#ffffff url(../img/case_bg_sp.png) no-repeat center top;
background-size:100% auto;
}
.case_wrapper{margin:0 auto 20px auto;padding:20px;}
#case .case_wrapper:last-child{margin:0 auto 0 auto;}
.case_index{}
.case_index .small{font-size:12px;}
.case_img{width:60px;}
.case_name{padding:0 0 0 10px;font-size:16px;}
.case_box{padding:20px 0 0 0;}
.case_box dt{margin:0 0 5px 0;font-size:14px;line-height:24px;}
.case_box dt:after{}
.case_box dd{font-size:14px;line-height:24px;}
.case_box dd p{margin:0;padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: REASON
--------------------------------------- */
#reason{background:#ffffff;}
#reason .title img{max-width:800px;}
.reason_img{display:block;width:75%;max-width:600px;margin:0 auto 50px auto;box-shadow:5px 5px 0 0 #fa81a2;}
.reason_box{margin:0 0 120px 0;}
#reason .reason_box:last-child{margin:0;}
@media only screen and (max-width:750px){
#reason{}
.reason_box{margin:0 0 40px 0;}
.reason_img{margin:0 auto 30px auto;box-shadow:2px 2px 0 0 #fa81a2;}
}

/* ----------------------- CSS Information 
 Style Info: COMPARISON
--------------------------------------- */
#comparison{background:#ffffff;}
.comparison_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;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.comparison_box{width:48%;box-sizing:border-box;}
.comparison_box.other{background:#f6f6f5;}
.comparison_box.own{background:#fff1f1;}
.comparison_box dt{padding:9px 0 11px 0;color:#ffffff;font-size:16px;line-height:20px;}
.comparison_box.other dt{background:#777777;}
.comparison_box.own dt{background:#f44276;}
.comparison_box dd{}
.comparison_summary{padding:20px 10px 20px 10px;font-size:18px;line-height:30px;font-weight:bold;}
.comparison_summary .big{font-size:24px;line-height:36px;}
.comparison_icon{padding:0;}
.comparison_icon img{width:100%;max-width:300px;margin:0 auto;padding:0 10px;box-sizing:border-box;}
.comparison_detail{padding:10px 10px 30px 10px;font-size:16px;line-height:24px;color:#999999;}
@media only screen and (max-width:750px){
#comparison{}
.comparison_wrapper{display:block;}
.comparison_box{width:100%;margin:0 auto 20px auto;}
.comparison_box.own{margin:0 auto;}
.comparison_box dt{padding:4px 0 6px 0;font-size:14px;}
.comparison_summary{padding:15px 10px 20px 10px;font-size:16px;line-height:24px;}
.comparison_summary .big{font-size:20px;line-height:30px;}
.comparison_icon{padding:0;}
.comparison_icon img{max-width:240px;margin:0 auto;padding:0 10px;box-sizing:border-box;}
.comparison_detail{padding:10px 10px 20px 10px;font-size:14px;line-height:20px;}
}

/* ----------------------- CSS Information 
 Style Info: STEP
--------------------------------------- */
#step{background:#ffffff;}
.step_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;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.step_box{
width:31%;
background:#fff1f1;
overflow:hidden;
}
.step_number{
position:relative;
display:block;
margin:0 auto;
padding:9px 10px 11px 10px;
font-size:16px;
line-height:20px;
text-align:center;
color:#ffffff;
font-weight:600;
background:#f44276;
box-sizing:border-box;
z-index:10;
}
.step_box dl{margin:0;padding:20px;}
.step_box dt{
margin:0;
padding:0 0 20px 0;
font-size:30px;
line-height:40px;
font-weight:600;
color:#f44276;
}
.step_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
.step_arrow{
width:3%;
display:-ms-flexbox;display:flex;
-ms-flex-align:center;align-items:center;
-ms-flex-pack: center;justify-content:center;
margin:0;
padding:0;
}
.step_arrow img{width:100%;}

@media only screen and (max-width:750px){
#step{}
.step_wrapper{display:block;}
.step_box{width:100%;margin:0 auto;}
.step_number{padding:4px 10px 6px 10px;font-size:14px;}
.step_box dl{margin:0;padding:20px;}
.step_box dt{font-size:24px;line-height:30px;}
.step_box dd{font-size:14px;line-height:24px;}
.step_arrow{
width:100%;
display:block;
text-align:center;
}
.step_arrow img{width:30px;margin:0 auto;}
}


/* ----------------------- CSS Information 
 Style Info: CONTENT
--------------------------------------- */
#content{
padding:20px 0 120px 0;
background:#fa5e9a url(../img/bg02.png) no-repeat center top;
background-size:100% auto;
}
.content_img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
#content .wrapper{max-width:1250px;}
#content .title img{max-width:690px;}
/*-- CHAPTER --*/
.chapter{
width:100%;
margin:0 0 80px 0;
padding:0;
}
#content .chapter:last-child{margin:0;}
.chapter_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
margin:0 auto 40px auto;
padding:0;
}
.chapter_title:before,.chapter_title:after{
content:"";
flex-grow:1;
border-top:4px dotted #000000;
margin:0;
}
.chapter_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:0 auto 20px auto;
padding:0;
}
.chapter .chapter_wrapper:last-child{margin:0 auto 0 auto;}
.chapter_box{
width:49%;
background:#ffffff;
}
.chapter_box dt{
position:relative;
padding:9px 20px 11px 26px;
font-size:16px;
line-height:30px;
text-align:left;
color:#ffffff;
background:#000000;
}
.chapter_box dt:before{
content:"";
position:absolute;
top:19px;
left:10px;
width:12px;
height:12px;
border-radius:50%;
background:#f44276;
}
.chapter_box dd{
padding:20px;
font-size:16px;
line-height:30px;
text-align:justify;
}
@media only screen and (max-width:780px){
#content{
padding:0 0 40px 0;
background:#fa5e9a url(../img/bg03.png) no-repeat center top;
background-size:100% auto;
}
.content_img{}
#content .wrapper{}
#content .title img{}
/*-- CHAPTER --*/
.chapter{margin:0 0 40px 0;}
.chapter_wrapper{display:block;margin:0 auto 0 auto;}
.chapter_box{width:100%;margin:0 0 15px 0;}
.chapter_box dt{
padding:4px 10px 6px 26px;
font-size:14px;
line-height:24px;
text-align:left;
}
.chapter_box dt:before{top:14px;left:10px;}
.chapter_box dd{
padding:15px;
font-size:14px;
line-height:24px;
}
}
@media only screen and (max-width:750px){
.chapter_title{
display:block;
width:100%;
margin:0 auto 20px auto;
padding:0;
}
.chapter_title img{
width:100%;
max-width:690px;
margin:0 auto 0 auto;
padding:0;
}
.chapter_title:before,.chapter_title:after{display:none;}
}


/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{background:#f0eddc url(../img/present_bg_pc.png) no-repeat top center;}
#present .sub_title{
background:-moz-linear-gradient(left,#c39324,#d9b770);
background:-webkit-linear-gradient(left,#c39324,#d9b770);
background:linear-gradient(to right,#c39324,#d9b770);
}
#present .sub_title img{max-width:690px;}
#present .wrapper{max-width:1250px;}
.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%;
margin:0 auto 30px auto;
padding:0;
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;}
.present_box{margin:0 0 20px 0;width:100%;border-radius:8px;}
.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 15px;}
.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: FAQ
--------------------------------------- */
#faq{padding:120px 0;background:#ffffff;}
#faq .faq_box{
width:100%;
margin:0 auto;
padding:0;
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:16px;
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:16px;
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:750px){
#faq{padding:60px 0;}
#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 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: FUTURE
--------------------------------------- */
#future{
padding:120px 0;
background:#eeeeee url(../img/future_bg_pc.png) no-repeat center;
background-size:cover;
}
#future .title:after{max-width:690px;margin:60px auto 0 0;}
#future .wrapper{max-width:1200px;}
#future .title img{margin:0 auto 0 0;}
#future .text br{}
@media only screen and (max-width:750px){
#future{
padding:60px 0;
background:#eeeeee url(../img/future_bg_sp.png) no-repeat center;
background-size:cover;
}
#future .title:after{margin:20px auto 0 0;}
#future .text br{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{background:#ffffff;padding:60px 0;}
.title_profile{
width:100%;
margin:0 auto 30px 0;
padding:9px 10px 11px 10px;
font-size:18px;
line-height:20px;
color:#ffffff;
background:#ec6286;
box-sizing:border-box;
}
#profile .text{text-align:justify;}
#profile .text p{margin:0;padding:0;}
@media only screen and (max-width:750px){
#profile{padding:40px 0;}
.title_profile{margin:0 auto 20px 0;padding:4px 5px 6px 5px;font-size:14px;}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
margin:0;
padding:0 0 40px 0;
width:100%;
box-sizing:border-box;
text-align:center;
background:#fa5e9a url(../img/bg02.png) no-repeat center top;
background-size:100% auto;
}
.cta_img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
/*-- BTN --*/
.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 4px 0px rgba(0,0,0,0.25);
z-index:10;
}
.btn img{width:100%;}
.btn img:hover{opacity:0.5;}

@media only screen and (max-width:750px){
.cta{
padding:0 0 20px 0;
background:#fa5e9a url(../img/bg03.png) no-repeat center top;
background-size:100% auto;
}
.cta img{}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
.outline{
width:100%;
margin:0;
padding:40px 0;
box-sizing:border-box;
text-align:center;
background:#000000;
background-size:auto 100%;
}
.outline_dl{
width:100%;
margin:0 auto 20px auto;
padding:0;
box-sizing:border-box;
}
.outline .outline_dl:last-child{margin:0 auto;}
.outline_dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
line-height:30px;
text-align:left;
color:#fff1f1;
}
.outline_dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #f44276;
margin:0 0 0 10px;
}
.outline_dl dd{
padding:0;
font-size:16px;
line-height:24px;
text-align:justify;
color:#fff1f1;
}
.payment_img{width:100%;max-width:900px;margin:10px auto 0 0;}
@media only screen and (max-width:750px){
.outline{padding:30px 0;}
.outline_dl{}
.outline_dl dt{font-size:14px;}
.outline_dl dt:after{}
.outline_dl dd{font-size:14px;line-height:24px;}
.payment_img{;max-width:710px;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#dddddd;
background:#121212;
}
#fnav a{color:#dddddd;text-decoration:none;}
#fnav a:hover{color:#dddddd;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 #f75a87;
}
#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: TOKUTEI
--------------------------------------- */
#tokutei{background:#ffffff;}
.tokutei{
width:100%;
margin:0;
padding:0;
font-size:14px;
line-height:20px;
border-collapse:separate;
border-spacing:0 2px;
}
.tokutei th{
width:220px;
margin:0;
padding:20px 5px;
color:#ffffff;
font-weight:normal;
text-align:center;
background:#666666;
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;}