@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;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:21px;}@media only screen and (max-width:750px){.big{font-size:16px;}}
.small{font-size:13px;}@media only screen and (max-width:750px){.small{font-size:12px;}}
.red{color:#e66700;}
.text_center{text-align:center;}
.text_right{text-align:right;}
/* image */
.pc{display:block;}
.sp{display:none;}
.img_right{display:block;width:40%;padding: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%;padding:0 0 20px 0;float:none;}
}


/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{  
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
font-weight:400;
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;
}
.box01{background:#797e93;}
.box02{
position:relative;
max-width:2000px;
margin:auto;
background:#fdad3d url(../img/header_bg_pc.png) no-repeat center top;
background-size:cover;
}
.box02:before{
content:"";
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background-image:url(../img/bg_chart.png);
background-repeat:repeat-x;
animation:bgAnime 30s linear infinite;
}
@keyframes bgAnime{0%{background-position:0 top;}100%{background-position:-2000px top;}}
header img{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
z-index:10;
}
@media only screen and (max-width:750px){
.box02{
background:#fbc837 url(../img/header_bg_sp.png) no-repeat center top;
background-size:cover;
}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
margin:0;
padding:0;
width:100%;
box-sizing:border-box;
text-align:center;
}
.cta img{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
z-index:10;
}
.cta .box02{padding:0 0 60px 0;}
/*-- CTA_PRODUCT --*/
.cta_product{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto 0 auto;
padding:0 30px 10px 30px;
box-sizing:border-box;
z-index:10;
}
.cta_product dl{
width:100%;
margin:0;
padding:0 0 30px 0;
box-sizing:border-box;
}
.cta_product dt{
display:flex;
align-items:center;
margin:0 0 10px 0;
font-size:18px;
line-height:20px;
font-weight:700;
text-align:left;
}
.cta_product dt:after{
content:"";
flex-grow:1;
border-bottom:1px solid #cf5d00;
margin-left:10px;
padding-right:10px;
}
.cta_product dd{
margin:0;
padding:0;
font-size:18px;
line-height:30px;
text-align:justify;
}
.cta_product dd.detail{
padding:0 0 10px 0;
font-size:16px;
line-height:24px;
color:#666666;
text-align:justify;
}
/*-- BTN --*/
.btn{
position:relative;
width:100%;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
z-index:10;
}
.btn_box{
position:relative;
width:100%;
max-width:600px;/*-- ボタンの横幅 --*/
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);
}
.btn_box img{width:100%;}
.btn_box img:hover{opacity:0.5;}
/*-- CTA_ATTENTION --*/
.cta_attention{
position:relative;
width:100%;
max-width:1000px;
margin:20px auto 0 auto;
padding:0 30px;
box-sizing:border-box;
z-index:10;
}
.cta_attention p{
margin:0;
padding:0;
font-size:16px;
line-height:24px;
text-align:center;
}
.cta_attention dl{
width:100%;
height:80px;
margin:20px 0 0 0;
padding:20px;
background:rgba(255,255,255,0.2);
border:1px solid #ffffff;
overflow-y:scroll;
box-sizing:border-box;
}
.cta_attention dt{
display:flex;
align-items:center;
margin:0 0 5px 0;
font-size:14px;
line-height:20px;
text-align:left;
}
.cta_attention dt:after{
content:"";
flex-grow:1;
border-bottom:1px solid #cf5d00;
margin-left:10px;
padding-right:10px;
}
.cta_attention dd{
margin:0;
padding:0 0 20px 0;
font-size:14px;
line-height:20px;
text-align:justify;
}
@media only screen and (max-width:750px){
.cta .box02{padding:0 0 20px 0;}
/*-- CTA_PRODUCT --*/
.cta_product{padding:0 20px;}
.cta_product dl{padding:0 0 20px 0;}
.cta_product dl:last-child{padding:0;}
.cta_product dt{margin:0;font-size:14px;line-height:24px;}
.cta_product dt:before{
content:"";
flex-grow:1;
border-bottom:1px solid #cf5d00;
margin-right:10px;
padding-left:10px;
}
.cta_product dt:after{}
.cta_product dd{word-break:break-all;text-align:center;font-size:14px;line-height:24px;}
.cta_product dd.detail{
padding:5px 0 20px 0;
font-size:12px;
line-height:20px;
text-align:center;
}
/*-- BTN --*/
.btn{padding:0 20px;}
/*-- CTA_ATTENTION --*/
.cta_attention{
margin:20px auto 0 auto;
padding:0 20px;}
.cta_attention p{font-size:14px;line-height:20px;text-align:justify;}
.cta_attention dl{
height:100px;
margin:20px 0 0 0;
padding:10px;
}
.cta_attention dt{margin:0;font-size:12px;line-height:20px;}
.cta_attention dt:after{}
.cta_attention dd{
margin:0;
padding:0 0 20px 0;
font-size:12px;line-height:18px;}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
position:relative;
width:100%;
margin:0 0 30px 0;
padding:40px 0;
background:#e66700;
box-sizing:border-box;
}
.title img{
width:100%;
max-width:1000px;
margin:0 auto;
}
.title:after{
content:"";
position:absolute;
z-index:10;
display:block;
width:0;
height:0;
margin:0 auto -30px auto;
left:0;
right:0;
bottom:-30px;
border-top:30px solid #e66700;
border-bottom:30px solid transparent;
border-right:30px solid transparent;
border-left:30px solid transparent;
background:transparent;
}
@media only screen and (max-width:750px){
.title{margin:0 0 10px 0;padding:20px 0;}
.title img{}
.title:after{
margin:0 auto -10px auto;
bottom:-10px;
border-top:10px solid #e66700;
border-bottom:10px solid transparent;
border-right:10px solid transparent;
border-left:10px solid transparent;
}
}

/* ----------------------- CSS Information 
 Style Info: SECTION
--------------------------------------- */
.section{
width:100%;
margin:0;
padding:0;
position:relative;
background:#ffffff;
}
#section07{
background:#fff0d5 url(../img/section07_bg.png) no-repeat center;
background-size:cover;
}
.section_box{
width:100%;
max-width:1000px;
margin:0 auto;
padding:60px 30px 90px 30px;
box-sizing:border-box;
}
.section_img{
display:block;
float:right;
width:40%;
margin:0 0 20px 20px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.section{}
.section_box{padding:20px 20px 40px 20px;}
.section_img{width:50%;margin:0 0 10px 20px;}
}


/* -- text -- */
.text{
width:100%;
margin:0 auto;
padding:0;
font-size:18px;
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;}
/* -- dl -- */
.text dl{margin:40px 0 40px 0;padding:0;}
.text dl{padding:30px;background:#f6f6f5;border-radius:8px;}
.text dl dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 5px 0;
font-size:20px;
font-weight:bold;
}
.text dl dt:after{
content:"";
flex-grow:1;
border-top:1px solid #ed780a;
margin:0 0 0 10px;
}
.text dl dd{padding:0 0 30px 0;}
.text dl dd:last-child{padding:0;}
.text dl dd ul{margin:0;}
.text dl dd ul.point li{font-weight:normal;}
/* -- ul -- */
ul{margin:0 0 30px 0;}
ul li{margin:0;padding:0;font-weight:bold;}
ul.point{}
ul.point li{
position:relative;
margin:0;
padding:0 0 0 20px;
list-style:none;
text-align:left;
font-size:18px;
line-height:30px;
box-sizing:border-box;
}
ul.point li:before{
content:"";
display:block;
position:absolute;
top:10px;
left:0;
width:14px;
height:14px;
background:#fdad3d;
border-radius:50%;
}
ul.check{}
ul.check li{
position:relative;
display:block;
margin:0;
padding:10px 0 10px 30px;
list-style:none;
text-align:left;
font-size:18px;
line-height:30px;
box-sizing:border-box;
border-bottom:1px dashed #fdad3d;
}
ul.check li:before{
content:"";
display:block;
position:absolute;
top:16px;
left:0;
width:20px;
height:20px;
background:#e66700;
box-sizing:border-box;
}
ul.check li:after{
content:"";
display:block;
position:absolute;
top:16px;
left:5px;
width:6px;
height:12px;
transform:rotate(40deg);
border-bottom:3px solid #ffffff;
border-right:3px solid #ffffff;
}
@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;}
/* -- dl -- */
.text dl{margin:30px 0 30px 0;}
.text dl{padding:20px;}
.text dl dt{font-size:16px;}
.text dl dt:after{}
.text dl dd{padding:0 0 20px 0;}
.text dl dd:last-child{padding:0;}
.text dl dd ul{margin:0;}
.text dl dd ul.point li{padding:0 0 5px 12px;font-weight:normal;line-height:20px;}
.text dl dd ul.point li:before{top:6px;}
/* -- ul -- */
.text ul{margin:0 0 20px 0;}
.text ul li{}
ul.point{}
ul.point li{
padding:0 0 0 12px;
text-align:justify;
font-size:14px;
line-height:24px;
}
ul.point li:before{
top:8px;
width:10px;
height:10px;
}
ul.check{}
ul.check li{
margin:0;
padding:10px 0 10px 20px;
font-size:14px;
line-height:24px;
}
ul.check li:before{top:15px;left:0;width:16px;height:16px;}
ul.check li:after{top:15px;left:4px;width:5px;height:10px;}
/* -- br -- */
.text br{display:none;}
.text br.sp,.text br.all{display:block;}
}


/* ----------------------- CSS Information 
 Style Info: RESULT
--------------------------------------- */
#result{background:#ffeece;}
.result_box{
width:100%;
margin:0 auto 60px auto;
padding:0;
box-sizing:border-box;
}
.result_box:last-child{margin:0 auto 0 auto;}
.result_year{
width:100%;
margin:0;
padding:10px;
font-size:20px;
line-height:30px;
color:#ffffff;
font-weight:700;
text-align:center;
background:#797e93;
box-sizing:border-box;
}
.result_date{
width:100%;
height:300px;
margin:0;
padding:0;
overflow-y:scroll;
border:1px solid #797e93;
box-sizing:border-box;
}
.result_img{
width:100%;
max-width:940px;
margin:0 auto;
}
.result_text{
width:100%;
margin:0;
padding:15px;
font-size:30px;
line-height:30px;
color:#ffffff;
font-weight:700;
text-align:center;
vertical-align:middle;
background:#ed780a;
box-sizing:border-box;
}
.result_text .item{
display:inline-block;
margin:0 10px 0 0;
padding:5px 10px;
font-size:16px;
line-height:20px;
vertical-align:top;
border:2px solid #ffffff;
}
.result_text .yen{font-size:20px;}
@media only screen and (max-width:750px){
#result{}
.result_box{margin:0 auto 20px auto;}
.result_year{padding:5px;font-size:16px;line-height:20px;}
.result_date{height:200px;}
.result_img{}
.result_text{
padding:10px 0;
font-size:20px;
line-height:20px;
}
.result_text .item{
display:inline-block;
margin:0 5px 0 0;
padding:0 5px;
font-size:12px;
line-height:20px;
vertical-align:top;
border:1px solid #ffffff;
}
.result_text .yen{font-size:12px;}
}


/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{}
.profile_img{
display:block;
float:right;
width:120px;
margin:0 0 30px 30px;
}
.profile_name{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 0 20px 0;
font-size:20px;
font-weight:bold;
}
.profile_name:after{
content:"";
flex-grow:1;
border-top:1px solid #ed780a;
margin:0 0 0 10px;
}
@media only screen and (max-width:750px){
#profile{}
.profile_img{
display:block;
float:none;
width:80px;
margin:0 auto 20px auto;
}
.profile_name{font-size:16px;}
.profile_name:before{
content:"";
flex-grow:1;
border-top:1px solid #ed780a;
margin:0 10px 0 0;
}
.profile_name:after{
content:"";
flex-grow:1;
border-top:1px solid #ed780a;
margin:0 0 0 10px;
}
}

/* ----------------------- CSS Information 
 Style Info: REASON
--------------------------------------- */
#reason{background:#fff0d5;}
.reason_box{
margin:0 0 60px 0;
overflow-y:auto;
}
.reason_sub{
margin:0;
padding:10px;
font-size:18px;
line-height:20px;
color:#ffffff;
text-align:center;
font-weight:700;
background:#ed780a;
box-sizing:border-box;
}
.reason_title{
margin:0 auto 0 auto;
padding:30px 0;
font-size:24px;
line-height:30px;
color:#ed780a;
text-align:center;
font-weight:700;
box-sizing:border-box;
}
.reason_img{
display:block;
float:right;
width:40%;
margin:0 0 20px 30px;
box-sizing:border-box;
}
.reason_box .text{text-align:justify;}
@media only screen and (max-width:750px){
#reason{}
.reason_box{margin:0 0 40px 0;}
.reason_sub{padding:10px 0;font-size:14px;line-height:20px;}
.reason_title{padding:20px 0;font-size:18px;line-height:24px;}
.reason_img{float:none;width:100%;margin:0 0 20px 0;}
.reason_box .text{text-align:justify;}
}

/* ----------------------- CSS Information 
 Style Info: STEP
--------------------------------------- */
#step{background:#ffffff;}
.flow{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
margin:40px auto;
}
.flow_box{
width:31.666%;
width:-webkit-calc((100% - 40px) / 3);
width:calc((100% - 40px) / 3);
padding:0;
background:#ed780a;
border:1px solid #ed780a;
box-sizing:border-box;
overflow:hidden;
}
.flow_box img{display:block;width:100%;}
.flow_number{
position:relative;
display:block;
margin:-20px auto 0 auto;
padding:8px 10px 12px 10px;
width:150px;
height:40px;
font-size:16px;
line-height:20px;
text-align:center;
color:#ffffff;
font-weight:700;
background:#cf5d00;
box-sizing:border-box;
border-radius:20px;
z-index:10;
}
.flow_box p{
margin:0;
padding:20px;
font-size:20px;
line-height:30px;
text-align:center;
font-weight:700;
color:#ffffff;
}
@media only screen and (max-width:750px){
#step{}
.flow{
flex-direction:column;
align-items:flex-start;
justify-content:center;
margin:30px auto;
}
.flow_box{width:100%;margin:0 0 20px 0;}
.flow_box:last-child{margin:0;}
.flow_box img{}
.flow_number{
margin:-15px auto 0 auto;
padding:4px 10px 6px 10px;
width:150px;
height:30px;
font-size:12px;
line-height:20px;
border-radius:15px;
}
.flow_box p{
margin:0;
padding:10px;
font-size:16px;
line-height:20px;
}
}


/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{background:#fff0d5;}
.voice_box{
width:100%;
margin:0 auto 30px auto;
padding:30px;
box-sizing:border-box;
background:#ffffff;
overflow-y:auto;
}
.voice_info{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:flex-start;
margin:0 0 20px 0;
}
.voice_img{
display:block;
width:100px;
margin:0 20px 0 0;
box-sizing:border-box;
}
.voice_img img{width:100%;}
.voice_title{
flex:1;
font-size:20px;
line-height:30px;
text-align:left;
font-weight:700;
color:#ed780a;
}
.voice_name{
display:flex;
align-items:center;
margin:0 0 20px 0;
font-size:18px;
line-height:20px;
text-align:left;
font-weight:400;
color:#797e93;
}
.voice_name:after{
content:"";
flex-grow:1;
border-bottom:1px solid #e66700;
margin-left:10px;
padding-right:10px;
}
.voice_box .text{font-size:16px;text-align:justify;}
.voice_box .text p{margin:0;}
.voice_attention{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
text-align:right;
color:#666666;
}
@media only screen and (max-width:750px){
#voice{}
.voice_box{margin:0 auto 20px auto;padding:20px;}
.voice_info{flex-direction:column;margin:0 0 20px 0;}
.voice_img{width:100px;margin:0 auto 10px auto;}
.voice_img img{width:100%;}
.voice_title{
font-size:16px;
line-height:24px;
text-align:left;
}
.voice_name{
margin:0 0 20px 0;
font-size:14px;
line-height:20px;
}
.voice_name:before{
content:"";
flex-grow:1;
border-bottom:1px solid #e66700;
margin-right:10px;
padding-left:10px;
}
.voice_box .text{font-size:14px;text-align:justify;}
.voice_box .text p{}
.voice_attention{font-size:12px;text-align:center;}
}

/* ----------------------- CSS Information 
 Style Info: FUTURE
--------------------------------------- */
#future{margin:40px auto;}
.future_wrapper{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:stretch;
width:100%;
margin:0 auto 30px auto;
padding:0;
box-sizing:border-box;
}
.future_wrapper:last-child{margin:0 auto;}
.future_box{
width:48%;
padding:0;
background:#ed780a;
border:1px solid #ed780a;
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:#ffffff;
text-align:center;
}
@media only screen and (max-width:750px){
#future{margin:30px auto 10px auto;}
.future_wrapper{
flex-direction:column;
align-items:flex-start;
justify-content:center;
margin:0 auto;
}
.future_box{width:100%;margin:0 0 20px 0;}
.future_img{}
.future_text{padding:10px;font-size:16px;line-height:20px;}
.future_text br{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{background:#fff0d5;}
.present_box{
width:100%;
margin:30px auto 0 auto;
padding:0;
background:#ffffff;}
.present_img{width:100%;}
.present_number{
position:relative;
display:block;
margin:-30px auto 0 auto;
padding:13px 10px 17px 10px;
width:480px;
height:60px;
font-size:24px;
line-height:30px;
text-align:center;
color:#ffffff;
font-weight:700;
background:#e66700;
box-sizing:border-box;
border-radius:30px;
z-index:10;
}
.present_text{padding:40px;}
.present_text dt{
font-size:30px;
line-height:40px;
font-weight:700;
text-align:center;
color:#e66700;
margin:0 0 40px 0;
padding:0 0 30px 0;
border-bottom:1px solid #e66700;
}
@media only screen and (max-width:750px){
#present{}
.present_box{margin:20px auto 0 auto;}
.present_img{}
.present_number{
margin:-20px auto 0 auto;
padding:8px 10px 12px 10px;
width:240px;
height:40px;
font-size:16px;
line-height:20px;
border-radius:20px;
}
.present_text{padding:20px;}
.present_text dt{
font-size:20px;
line-height:30px;
margin:0 0 20px 0;
padding:0 0 20px 0;
}
}

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

/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{background:#ffffff;}
#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:18px;
line-height:30px;
text-align:justify;
color:#333333;
border-radius:10px;
cursor:pointer;
text-transform:uppercase;
box-sizing:border-box;
background-color:#fff0d5;
background-image:url(../img/faq_q.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
}
#faq label:hover{background-color:#ffe1ab;}
#faq input[type=checkbox]:checked + label{background-color:#ffe1ab;border-radius:10px 10px 0 0;}
.faq_answer{
position:relative;
margin:0 auto 20px auto;
padding:0 20px 0 70px;
width:100%;
max-width:900px;
height:0;
font-size:18px;
line-height:30px;
text-align:justify;
transition:1s;
box-sizing:border-box;
background-color:#fff0d5;
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{}
#faq .faq_box{padding:0 10px;}
#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:#ffffff;}
.sign{display:inline-block;height:40px;margin:10px 0 0 0;}
@media only screen and (max-width:750px){
.sign{display:inline-block;height:20px;margin:10px 0 0 0;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#ffffff;
background:#666666;
box-sizing:border-box;
}
.footer_attention{
width:100%;
max-width:1000px;
margin:0 auto 40px auto;
padding:0 30px;
box-sizing:border-box;
}
.footer_attention dt{
display:flex;
align-items:center;
margin:0 0 5px 0;
font-size:14px;
line-height:20px;
text-align:left;
}
.footer_attention dt:after{
content:"";
flex-grow:1;
border-bottom:1px solid #fdad3d;
margin-left:10px;
padding-right:10px;
}
.footer_attention dd{
font-size:14px;
line-height:20px;
text-align:justify;
}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
display:inline-block;
padding:0 20px;
font-size:14px;
line-height:20px;
font-weight:normal;
border-right:1px solid #fdad3d;
}
#fnav li:last-child{border-right:none;}
#fnav a{color:#ffffff;text-decoration:none;}
#fnav a:hover{color:#ffffff;text-decoration:underline;}
address{padding:0;font-size:12px;line-height:20px;text-align:center;color:#ffffff;}
@media only screen and (max-width:767px){
.footer_attention{padding:0 15px;}
.footer_attention dt{font-size:12px;}
.footer_attention dt:after{}
.footer_attention dd{font-size:12px;}
#fnav{margin:0 0 40px 0;}
#fnav li{display:block;margin:0 0 20px 0;border-right:0;}
.sp_no{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: PRIVACY
--------------------------------------- */
.title_sub{
position:relative;
width:100%;
margin:0 0 20px 0;
padding:40px 0;
font-size:18px;
line-height:20px;
color:#ffffff;
background:#e66700;
box-sizing:border-box;
}

#privacy{background:#ffffff;}
#privacy .text{text-align:justify;}
/*--- dl ---*/
#privacy dl{margin: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){
.title_sub{
padding:20px 0;
font-size:14px;
line-height:20px;
}
#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;}
.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;}