@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:24px;line-height:40px;}@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
.small{font-size:13px;}
.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;
letter-spacing:0em;
background:#ffffff;
width:100%;
height:100%;
}

/* ----------------------- CSS Information 
 Style Info: TOPBAR
--------------------------------------- */
#topbar{
position:fixed;
top:0;
margin:0;
padding:0;
width:100%;
height:80px;
text-align:center;
background:rgba(255,255,255,0.95);
z-index:100;
}
#topbar .logo{
display:block;
position:absolute;
top:15px;
left:20px;
height:50px;
}
#topbar .logo:hover{opacity:0.5;}
#CDT{
display:block;
position:absolute;
top:25px;
right:200px;
font-size:15px;
line-height:30px;
text-align:right;
color:#333333;
}
.day,.hour,.min,.sec,.milli{font-size:20px;}
#topbar .btn{
position:relative;
width:200px;
margin:0 0 0 auto;
padding:20px 10px;
text-align:center;
box-sizing:border-box;
}
#topbar .btn li{
display:block;
margin:0;
padding:0;
width:180px;
height:40px;
}
#topbar .btn li a{
display:block;
margin:0;
padding:10px 0;
width:100%;
color:#ffffff;
background:#e66700;
border-radius:10px;
}
#topbar .btn li a:hover{text-decoration:none;background:#fdad3d;}
#topbar .btn li a img{display:block;margin:0 auto;width:160px;height:20px;box-sizing:border-box;}
header:before{content:"";display:block;margin:0;padding:0;width:100%;height:120px;background:#ffffff;}
.page_link{display:block;margin-top:-120px;padding-top:120px;}
@media only screen and (max-width:768px){
#topbar{height:40px;}
#topbar .logo{top:2px;left:10px;height:36px;}
#CDT{display:none;}
#topbar .btn{display:none;}
header:before{height:40px;}
.page_link{display:block;margin-top:-40px;padding-top:40px;}
}

/* ----------------------- CSS Information 
 Style Info: HEADER_NAV
--------------------------------------- */
.menu-trigger{display:none;}
#header_nav{display:block;margin:0;padding:0;background:#555555;}
#header_nav ul{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:distribute;justify-content:space-around;
-ms-flex-align:stretch;align-items:stretch;
width:100%;
max-width:1280px;
margin:0 auto;
padding:0;
border-left:1px solid #333333;
box-sizing:border-box;
}
#header_nav li{
display:block;
width:100%;
margin:0;
padding:0;
list-style-type:none;
border-right:1px solid #333333;
box-sizing:border-box;
}
#header_nav li a{
display:block;
margin:0;
padding:10px 0;
width:100%;
height:100%;
font-size:14px;
line-height:20px;
text-align:center;
color:#f6f6f5;
box-sizing:border-box;
}
#header_nav li a:hover{text-decoration:none;color:#ffffff;background:#333333;}
@media only screen and (max-width:768px){
.menu-trigger{
display:inline-block;
z-index:100;
margin:0;
width:40px;
height:40px;
cursor:pointer;
position:absolute;
top:0;
right:0;
box-sizing:border-box;
transform:translateX(0);
transition:transform .5s;
}
.menu-trigger.active{transform:translateX(-240px);}
.menu-icon{
margin:0;
display:inline-block;
width:24px;
height:16px;
vertical-align:middle;
position:absolute;
top:11px;
right:7px;
box-sizing:border-box;
}
.menu-icon span{
display:inline-block;
box-sizing:border-box;
position:absolute;
left:0;
width:100%;
height:2px;
background-color:#666666;
}
.menu-trigger.active .menu-icon span{background-color:#666666;}
.menu-trigger .menu-icon span:nth-of-type(1){top: 0;}
.menu-trigger.active .menu-icon span:nth-of-type(1) {transform:translateY(7px) rotate(-45deg);}
.menu-trigger .menu-icon span:nth-of-type(2){top:7px;}
.menu-trigger.active .menu-icon span:nth-of-type(2){opacity:0;}
.menu-trigger .menu-icon span:nth-of-type(3){bottom:0;}
.menu-trigger.active .menu-icon span:nth-of-type(3) {transform:translateY(-7px) rotate(45deg);}
#header_nav{
width:240px;
height:100%;
position:fixed;
top:0;
right:0;
z-index:20;
transform:translate(240px);
transition:all .5s;
box-sizing:border-box;
}
#header_nav.open{transform:translateZ(0);}
#header_nav ul{display:block;border-left:none;}
#header_nav li{
height:40px;
border-right:none;
border-bottom:1px solid #333333;
box-sizing:border-box;
}
#header_nav li a{padding:10px 20px;text-align:left;}
#header_nav li a:hover{text-decoration:none;color:#ffffff;background:#333333;}
.overlay{
display:block;
width:0;
height:0;
position:fixed;
top:0;
left:0;
z-index:10;
opacity:0;
transition:opacity .5s;
background:rgba(255,255,255,0.75);
}
.overlay.open{
width:100%;
height:100%;
opacity:1;
}
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
margin:0;
padding:0;
width:100%;
box-sizing:border-box;
text-align:center;
background:#fff0d5 url(../img/header_bg.png) no-repeat center;
background-size:cover;
}
header img{
width:100%;
max-width:1260px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
@media only screen and (max-width:960px){header img{padding:0 20px;}}
@media only screen and (max-width:750px){header img{padding:0;}}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
width:100%;
max-width:1260px;
margin:0 auto 40px auto;
padding:0 30px;
font-size:30px;
line-height:50px;
text-align:center;
font-weight:bold;
color:#e66700;
box-sizing:border-box;
}
.title:after{
content:"";
display:block;
margin:20px auto 0 auto;
padding:0;
width:0;
max-width:120px;
height:4px;
background:#e66700;
}
.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%;}}
.balloon{
position:relative;
display:block;
margin:0 auto 20px auto;
padding:10px;
width:240px;
height:40px;
color:#333333;
font-size:18px;
line-height:20px;
background:#fdad3d;
border-radius:20px;
box-sizing:border-box;
}
.balloon:before{
content: "";
position:absolute;
top:100%;
left:50%;
margin-left:-10px;
border:10px solid transparent;
border-top:10px solid #fdad3d;
}
@media only screen and (max-width:768px){
.title{
margin:0 auto 20px auto;
padding:0;
font-size:18px;
line-height:30px;
}
.title:after{margin:10px auto 0 auto;max-width:60px;}
.title.scrollin:after{}
.balloon{
padding:5px;
width:240px;
height:30px;
font-size:14px;
line-height:20px;
border-radius:15px;
}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
/* -- contents -- */
.contents{
width:100%;
margin:0;
padding:80px 0 80px 0;
position:relative;
background:#ffffff;
}
.contents_box{
width:100%;
max-width:1260px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.flex{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:justify;justify-content: space-between;
-ms-flex-align:stretch;align-items:stretch;
}

.flex .text_box{width:60%;box-sizing:border-box;}
.flex .img_box{
width:40%;
padding:0 0 0 20px;
box-sizing:border-box;
}
.flex .img_box img{width:100%;}
@media only screen and (max-width:960px){.contents{padding:40px 0 40px 0;}}
@media only screen and (max-width:750px){
/* -- contents -- */
.contents{padding:40px 0 40px 0;}
.contents_box{padding:0 20px;}
.flex{
flex-direction:column-reverse;
align-items:flex-start;
justify-content:center;
}
.flex .text_box{width:100%;}
.flex .img_box{width:100%;padding:0 0 40px 0;}
.flex .img_box img{width:100%;}
}


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

/* -- ul -- */
ul{margin:0 0 30px 0;}
ul li{margin:0;padding:0;font-weight:bold;}
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:#e66700;
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 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:9px;
left:0;
width:14px;
height:14px;
background:#fdad3d;
border-radius:50%;
}

@media only screen and (max-width:768px){
.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 20px;
font-size:14px;
line-height:24px;
}
ul.check li:before{top:5px;left:0;width:16px;height:16px;}
ul.check li:after{top:5px;left:4px;width:5px;height:10px;}
ul.point{}
ul.point li{font-size:14px;}
ul.point li:before{}

/* -- br -- */
.text br{display:none;}
.text br.sp,.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
.cta{
position:relative;
margin:0;
padding:60px 0;
width:100%;
text-align:center;
background:#333333 url(../img/inquiry_bg.png) no-repeat center right;
background-size:cover;
box-sizing:border-box;
}
.cta .title{margin:0 auto 20px auto;color:#ffffff;}
.cta .text{text-align:center;color:#ffffff;}
.agreement{width:100%;max-width:780px;margin:30px auto;}
.agreement dt{
font-size:16px;
line-height:30px;
text-align:left;
}
.agreement dd{
font-size:16px;
line-height:30px;
text-align:justify;
}
.btn_cta{
position:relative;
width:100%;
max-width:750px;
margin:0 auto;
padding:0 10px;
text-align:center;
box-sizing:border-box;
}
.btn_cta a{
display:block;
margin:0;
padding:30px;
width:100%;
background:#e66700;
border-radius:10px;
border-bottom:4px solid #fdad3d;
box-sizing:border-box;
}
.btn_cta a:hover{text-decoration:none;background:#fdad3d;border-bottom:none;margin:0 0 4px 0;}
.btn_cta a img{
display:block;
margin:0 auto;
width:100%;
max-width:670px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.cta{padding:40px 0;}
.cta .title{margin:0 auto 20px auto;color:#ffffff;}
.cta .text{text-align:center;color:#ffffff;}
.agreement{margin:20px auto;}
.agreement dt{font-size:14px;line-height:30px;}
.agreement dd{font-size:14px;line-height:24px;}
.btn_cta{padding:0 20px;}
.btn_cta a{padding:20px 10px;}
.btn_cta a:hover{}
.btn_cta a img{}
}

/* -- attention -- */
.attention{
width:100%;
margin:-20px auto 10px auto;
padding:0;
font-size:14px;
line-height:20px;
color:#666666;
text-align:justify;
box-sizing:border-box;
}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: VIDEO
--------------------------------------- */
.video_wrapper{
position:relative;
width:100%;
max-width:1200px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.video_box{
position:relative;
width:100%;
max-width:1200px;
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:1200px;
max-height:675px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: CASE
--------------------------------------- */
#case{background:#eeeeee url(../img/bg01.png) repeat center top;}
#case .text{text-align:center;}
.case_video{border:2px solid #e66700;}
.case_img{margin:40px auto;}
.case_img dl{
margin:40px 0 0 0;
border:1px solid #e66700;
}
.case_img dt{
padding:10px;
font-size:24px;
line-height:40px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.case_img dd{
padding:20px;
background:#ffffff;
}
.case_img dd img{
display:block;
max-width:100%;
margin:0 auto;
}
.case_sheet{margin:40px auto;}
.case_sheet_title{
padding:10px 0;
font-size:20px;
line-height:30px;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.case_sheet_frame{
width:100%;
margin:0 auto;
padding:30px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e66700;
}
dl.case_sheet_box{
margin:0;
padding:0;
}
dl.case_sheet_box dt{
margin:0 0 10px 0;
padding:0 0 0 30px;
font-size:16px;
line-height:24px;
text-align:left;
color:#999999;
background-image:url(../img/faq_q.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 2px;
}
dl.case_sheet_box dd{
padding:0 0 20px 30px;
font-size:16px;
line-height:24px;
text-align:justify;
background-image:url(../img/faq_a.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 3px;
}
dl.case_sheet_box dd ul.point{}
dl.case_sheet_box dd ul.point li{
margin:0 0 16px 0;
padding:0 0 0 14px;
text-align:justify;
font-size:16px;
line-height:24px;
font-weight:normal;
}
ul.point li:before{
content:"";
display:block;
position:absolute;
top:9px;
left:0;
width:10px;
height:10px;
background:#fdad3d;
border-radius:50%;
}
.case_attention{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
text-align:right;
color:#666666;
}
@media only screen and (max-width:750px){
#case{}
#case .text{}
.case_video{border:1px solid #e66700;}
.case_img{margin:20px auto;}
.case_img dl{margin:20px 0 0 0;}
.case_img dt{padding:5px;font-size:18px;line-height:30px;}
.case_img dd{padding:0;}
.case_img dd img{}
.case_sheet{margin:20px auto;}
.case_sheet_title{padding:5px;font-size:18px;line-height:30px;}
.case_sheet_frame{padding:20px;}
dl.case_sheet_box{}
dl.case_sheet_box dt{font-size:14px;line-height:24px;}
dl.case_sheet_box dd{
padding:0 0 20px 30px;
font-size:14px;
line-height:24px;
text-align:justify;
background-image:url(../img/faq_a.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 3px;
}
dl.case_sheet_box dd ul.point{}
dl.case_sheet_box dd ul.point li{
margin:0 0 16px 0;
padding:0 0 0 14px;
text-align:justify;
font-size:14px;
line-height:24px;
font-weight:normal;
}
ul.point li:before{
content:"";
display:block;
position:absolute;
top:9px;
left:0;
width:10px;
height:10px;
background:#fdad3d;
border-radius:50%;
}
.case_attention{font-size:12px;}
}

/* ----------------------- CSS Information 
 Style Info: CAMPAIGN
--------------------------------------- */
.campaign{background:#fff0d5;}
.campaign dl{
display:flex;
-ms-flex-align:center;align-items:center;
width:100%;
height:100px;
max-width:900px;
margin:0 auto 10px auto;
background:#ffffff;
}
.campaign dt{
width:100px;
height:100px;
padding:35px 0;
font-size:18px;
line-height:30px;
font-weight:bold;
text-align:center;
color:#ffffff;
background:#e66700;
box-sizing:border-box;
}
.campaign dd{
flex:1;
padding:20px;
font-size:18px;
line-height:30px;
text-align:left;
}
.campaign .text{margin:40px 0;text-align:center;}
@media only screen and (max-width:750px){
.campaign{}
.campaign dl{display:block;height:auto;margin:0 auto 10px auto;}
.campaign dt{width:100%;height:auto;padding:0;font-size:14px;line-height:30px;}
.campaign dd{padding:10px;font-size:14px;line-height:24px;text-align:left;}
.campaign .text{margin:20px 0;text-align:center;}
.campaign .text br{display:block;}
}


/* ----------------------- CSS Information 
 Style Info: COVID19
--------------------------------------- */
#covid19{
position:relative;
margin:0;
padding:40px 30px;
width:100%;
text-align:center;
background:#ffffff;
box-sizing:border-box;
}
#covid19 .title{margin:0 auto 20px auto;}
#covid19 .text{text-align:center;color:#333333;}
#covid19 .btn{
position:relative;
width:100%;
max-width:320px;
margin:10px auto;
padding:0;
text-align:center;
box-sizing:border-box;
}
#covid19 .btn a{
display:block;
margin:0;
padding:9px 0 11px 0;
width:100%;
font-size:16px;
line-height:20px;
font-weight:bold;
color:#ffffff;
background:#e66700;
border-radius:22px;
border-bottom:4px solid #fdad3d;
}
#covid19 .btn a:hover{text-decoration:none;background:#fdad3d;border-bottom:none;margin:0 0 4px 0;}
@media only screen and (max-width:750px){
#covid19{padding:20px 0;}
#covid19 .title{}
#covid19 .text{text-align:justify;}
#covid19 .btn{}
#covid19 .btn a{font-size:14px;line-height:20px;}
#covid19 .btn a:hover{}
}


/* ----------------------- CSS Information 
 Style Info: PV
--------------------------------------- */
#pv{background:#f6f6f5;}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: QUERY
--------------------------------------- */
#query{background:#ffffff;}
#query .flex{}
#query .flex_box{
width:31.666%;
width:-webkit-calc((100% - 40px) / 3);
width:calc((100% - 40px) / 3);
margin:0;
padding:0;
background:#ffe1ab;
}
#query .query_img{dispaly:block;width:100%;background:#000000;}
#query dl{margin:0;}
#query dt{
margin:0;
padding:10px 0;
font-size:18px;
line-height:20px;
color:#ffffff;
background:#e66700;
}
#query dd{
margin:0;
padding:20px 20px;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
background:#ffe1ab;
}
@media only screen and (max-width:750px){
#query{}
#query .flex{}
#query .flex_box{width:100%;margin:0 0 20px 0;}
#query .query_img{dispaly:block;width:100%;background:#000000;}
#query dl{margin:0;}
#query dt{font-size:16px;line-height:20px;}
#query dd{font-size:14px;line-height:24px;text-align:justify;}
}

/* ----------------------- CSS Information 
 Style Info: INTRODUCTION
--------------------------------------- */
#introduction{background:f6f6f5;}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: PROLOGUE
--------------------------------------- */
#prologue{background:ffffff;}
#prologue .btn{
position:relative;
width:100%;
max-width:320px;
margin:20px 0 0 auto;
padding:0;
text-align:center;
box-sizing:border-box;
}
#prologue .btn a{
display:block;
margin:0;
padding:9px 0 11px 0;
width:100%;
font-size:16px;
line-height:20px;
font-weight:bold;
color:#ffffff;
background:#e66700;
border-radius:22px;
border-bottom:4px solid #fdad3d;
}
#prologue .btn a:hover{text-decoration:none;background:#fdad3d;border-bottom:none;margin:0 0 4px 0;}
@media only screen and (max-width:750px){
#prologue .btn{}
#prologue .btn a{font-size:14px;line-height:20px;}
#prologue .btn a:hover{}
}

/* ----------------------- CSS Information 
 Style Info: TROUBLE
--------------------------------------- */
#trouble{background:#ffffff;}
#trouble ul.check{
display:-ms-flexbox;display:flex;
-ms-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:start;justify-content:flex-start;
align-items:stretch;
width:100%;
padding:20px 10px 10px 20px;
background:#ffe1ab;
box-sizing:border-box;
}
#trouble ul.check li{
width:49%;
width:-webkit-calc(50% - 10px) ;
width:calc(50% - 10px) ;
margin:0 10px 10px 0;
padding:10px 10px 10px 40px;
background:#ffffff;
}
#trouble ul.check li:before{top:15px;left:10px;}
#trouble ul.check li:after{top:15px;left:15px;}
@media only screen and (max-width:750px){
#trouble{}
#trouble ul.check{
-ms-flex-direction:column;flex-direction:column;
padding:10px 10px 1px 10px;
}
#trouble ul.check li{
width:100%;
margin:0 10px 10px 0;
padding:10px 10px 10px 30px;
}
#trouble ul.check li:before{top:15px;left:10px;}
#trouble ul.check li:after{top:15px;left:14px;}
}

/* ----------------------- CSS Information 
 Style Info: CAUSE
--------------------------------------- */
#cause{background:#ffffff;}

/* ----------------------- CSS Information 
 Style Info: SOLVE
--------------------------------------- */
#solve{background:#ffffff;}
.solve_img{display:block;margin:0 auto;max-width:100%;}

/* ----------------------- CSS Information 
 Style Info: CURRICULUM
--------------------------------------- */
#curriculum{background:#eeeeee url(../img/bg02.png) repeat center top;}
.curriculum_box{
margin:30px 0;
padding:0;
background:#ffffff;
border:1px solid #999999;
box-sizing:border-box;
}
.curriculum_box:last-child{margin:0;}
.curriculum_box dl{
display:block;
padding:40px 30px;
box-sizing:border-box;
}
.curriculum_box dt{
position:relative;
margin:0 0 30px 0;
padding:0 0 30px 0;
font-size:24px;
line-height:40px;
font-weight:bold;
text-align:left;
color:#e66700;
border-bottom:1px solid #fdad3d;
}
.curriculum_box dd + dt{margin:60px 0 30px 0;}
.curriculum_box dt span.number{
display:block;
width:150px;
height:30px;
margin:0 auto 10px 0;
padding:0;
font-size:18px;
line-height:28px;
font-weight:bold;
text-align:center;
color:#f6f6f5;
border-radius:15px;
background:#e66700;
}
.curriculum_box dd{
font-size:18px;
line-height:30px;
color:#333333;
text-align:justify;
}
.curriculum_box dd p{margin:0 0 30px 0;padding:0;}
.curriculum_box dd p:last-child{margin:0;}
.curriculum_box dd .img_box{
width:100%;
margin:0 auto 30px auto;
padding:20px;
background:#eeeeee;
box-sizing:border-box;
}
.curriculum_box dd .img_box img{
display:block;
margin:0 auto;
max-width:100%;
}
@media only screen and (max-width:750px){
#curriculum{background:#eeeeee url(../img/bg02.png) repeat-y center top;background-size:100% auto;}
.curriculum_box{margin:20px 0;}
.curriculum_box:last-child{}
.curriculum_box dl{padding:20px;}
.curriculum_box dt{margin:0 0 20px 0;padding:0 0 20px 0;font-size:16px;line-height:24px;}
.curriculum_box dd + dt{margin:60px 0 30px 0;}
.curriculum_box dt span.number{margin:0 auto 10px auto;padding:0;font-size:14px;line-height:30px;}
.curriculum_box dd{font-size:14px;line-height:24px;}
.curriculum_box dd p{margin:0 0 20px 0;}
.curriculum_box dd p:last-child{}
.curriculum_box dd p br{display:none;}
.curriculum_box dd .img_box{margin:0 auto 20px auto;padding:5px;}
.curriculum_box dd .img_box img{}
}

/* ----------------------- CSS Information 
 Style Info: SCHEDULE
--------------------------------------- */
#schedule{background:#f6f6f5;}
#step{
width:100%;
margin:40px auto;
box-sizing:border-box;
}
#step .flex_box{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row-reverse;flex-direction:row-reverse;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
min-height:200px;
margin:0 0 20px 0;
padding:0;
background:#ffffff;
}
#step .flex_box dl{
display:block;
width:720px;
padding:20px;
box-sizing:border-box;
}
#step .flex_box dt{
margin:0 0 10px 0;
font-size:20px;
line-height:30px;
font-weight:bold;
text-align:left;
vertical-align:middle;
}
#step .flex_box dt span.num{
display:inline-block;
width:100px;
margin:0 10px 0 0;
font-size:15px;
line-height:24px;
font-weight:normal;
text-align:center;
color:#ffffff;
background:#e66700;
}
#step .flex_box dd{
position:relative;
padding:0 0 0 20px;
font-size:18px;
line-height:30px;
color:#333333;
text-align:left;
}
#step .flex_box dd:before{
content:"";
display:block;
position:absolute;
top:9px;
left:0;
width:14px;
height:14px;
background:#fdad3d;
border-radius:50%;
}
#step .flex_box .img_box{
flex:1;
background-color:#555555;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
#step .flex_box.step01 .img_box{background-image:url(../img/step01_img.png);}
#step .flex_box.step02 .img_box{background-image:url(../img/step02_img.png);}
#step .flex_box.step03 .img_box{background-image:url(../img/step03_img.png);}
#step .flex_box.step04 .img_box{background-image:url(../img/step04_img.png);}
#step .flex_box.step05 .img_box{background-image:url(../img/step05_img.png);}
#step .flex_box.step06 .img_box{background-image:url(../img/step06_img.png);}
#step .flex_box.step07 .img_box{background-image:url(../img/step07_img.png);}
#step .flex_box .img_box img{width:100%;display:none;}
@media only screen and (max-width:750px){
#schedule{}
#step{margin:20px auto;}
#step .flex_box{-ms-flex-direction:column;flex-direction:column;}
#step .flex_box dl{width:100%;padding:0;}
#step .flex_box dt{font-size:14px;line-height:24px;text-align:center;}
#step .flex_box dt span.num{display:block;width:100%;margin:0 0 10px 0;font-size:14px;line-height:30px;}
#step .flex_box dd{padding:0 10px 10px 22px;font-size:14px;line-height:24px;text-align:left;}
#step .flex_box dd:before{top:6px;left:10px;width:10px;height:10px;}
#step .flex_box .img_box{width:100%;}
#step .flex_box .img_box img{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: JOIN
--------------------------------------- */
#join{background:#ffffff;}
.join_how{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
margin:0 auto;
}
.join_how dl{
width:31.666%;
width:-webkit-calc((100% - 40px) / 3);
width:calc((100% - 40px) / 3);
background:#ffffff;
border:1px solid #e66700;
box-sizing:border-box;
}
.join_how dt{
padding:10px 0;
font-size:18px;
line-height:30px;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.join_how dd{padding:0;}
.join_how dd img{display:block;width:100%;}
.join_how dd.join_text{
padding:20px;
font-size:16px;
line-height:30px;
text-align:justify;
}
@media only screen and (max-width:750px){
#join{}
.join_how{flex-direction:column;}
.join_how dl{width:100%;margin:0 0 20px 0;}
.join_how dt{padding:5px 0;font-size:16px;line-height:30px;}
.join_how dd{}
.join_how dd img{}
.join_how dd.join_text{padding:20px;font-size:14px;line-height:24px;}
}

/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{background:#fff0d5;}
#present .flex_box{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row-reverse;flex-direction:row-reverse;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
margin:30px 0;
padding:0;
background:#ffffff;
}
#present .flex_box:last-child{margin:0;}
#present .flex_box dl{
display:block;
width:60%;
padding:40px 30px;
box-sizing:border-box;
}
#present .flex_box dt{
position:relative;
margin:0 0 30px 0;
padding:0 0 30px 0;
font-size:24px;
line-height:40px;
font-weight:bold;
text-align:left;
color:#e66700;
border-bottom:1px solid #fdad3d;
}
#present .flex_box dt span.number{
display:block;
width:150px;
height:30px;
margin:0 auto 10px 0;
padding:0;
font-size:18px;
line-height:28px;
font-weight:bold;
text-align:center;
color:#f6f6f5;
border-radius:15px;
background:#e66700;
}
#present .flex_box dd{
font-size:18px;
line-height:30px;
color:#333333;
text-align:justify;
}
#present .flex_box dd p{margin:0 0 30px 0;padding:0;}
#present .flex_box dd p:last-child{margin:0;}
#present .flex_box dd ul{margin:0 0 30px 0;padding:0;}
#present .flex_box dd li{
position:relative;
margin:0;
padding:0;
font-weight:bold;
list-style:none;
}
#present .flex_box .img_box{
flex:1;
background-color:#555555;
background-repeat:no-repeat;
background-size:cover;
}
#present .flex_box.present01 .img_box{background-image:url(../img/present01_img.png);background-position:center;}
#present .flex_box.present02 .img_box{background-image:url(../img/present02_img.png);background-position:center;}
#present .flex_box.present03 .img_box{background-image:url(../img/present03_img.png);background-position:center;}
#present .flex_box.present04 .img_box{background-image:url(../img/present04_img.png);background-position:center;}
#present .flex_box.present05 .img_box{background-image:url(../img/present05_img.png);background-position:center;}
#present .flex_box.present06 .img_box{background-image:url(../img/present06_img.png);background-position:center;}
#present .flex_box.present07 .img_box{background-image:url(../img/present07_img.png);background-position:center;}
#present .flex_box .img_box img{width:100%;display:none;}
@media only screen and (max-width:750px){
#present{}
#present .flex_box{-ms-flex-direction:column;flex-direction:column;margin:20px 0;}
#present .flex_box:last-child{margin:0;}
#present .flex_box dl{width:100%;padding:0;}
#present .flex_box dt{margin:20px;padding:0 0 20px 0;font-size:16px;line-height:30px;text-align:center;}
#present .flex_box dt span.number{
width:120px;height:30px;margin:0 auto 10px auto;padding:0;
font-size:14px;
line-height:30px;
}
#present .flex_box dd{padding:20px;font-size:14px;line-height:24px;}
#present .flex_box dd p{margin:0 0 20px 0;}
#present .flex_box dd ul{margin:0 0 20px 0;}
#present .flex_box dd li{}
#present .flex_box .img_box{}
#present .flex_box .img_box img{width:100%;display:block;}
}


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

/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{background:#eeeeee url(../img/bg01.png) repeat center top;}
.voice_result{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
margin:0 auto 40px auto;
}
.voice_result dl{
width:48.75%;
width:-webkit-calc(50% - 15px);
width:calc(50% - 15px);
background:#ffffff;
border:1px solid #e66700;
box-sizing:border-box;
}
.voice_result dt{
padding:10px 0;
font-size:18px;
line-height:30px;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.voice_result dd.result_text{
font-size:16px;
line-height:30px;
text-align:justify;
padding:20px;
}
.voice_interview{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:space-between;
margin:0 auto 40px auto;
}
.voice_interview dl{
width:31.666%;
width:-webkit-calc((100% - 40px) / 3);
width:calc((100% - 40px) / 3);
background:#ffffff;
border:1px solid #e66700;
box-sizing:border-box;
}
.voice_interview dt{
padding:10px 0;
font-size:18px;
line-height:30px;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.voice_interview dd{margin:0;padding:0;}
.voice_sheet{margin:0 auto 40px auto;}
.voice_sheet_title{
padding:10px 0;
font-size:18px;
line-height:30px;
font-weight:bold;
color:#ffffff;
background:#e66700;
}
.voice_sheet_frame{
width:100%;
height:600px;
overflow-y:scroll;
margin:0 auto;
padding:30px;
box-sizing:border-box;
background:#ffffff;
border:1px solid #e66700;
}
.voice_sheet_name{
display:flex;
align-items:center;
margin:0 0 20px 0;
font-size:16px;
line-height:30px;
text-align:left;
color:#e66700;
}
.voice_sheet_name:after{
content:"";
flex-grow:1;
border-bottom:1px solid #e66700;
margin-left:10px;
padding-right:15px;
}
.voice_sheet_img{
display:block;
float:right;
width:240px;
margin:0 0 0 20px;
border:1px solid #999999;
box-sizing:border-box;
}
dl.voice_sheet_box{
margin:0;
padding:0 0 30px 0;
}
dl.voice_sheet_box dt{
padding:0 20px 0 30px;
font-size:16px;
line-height:24px;
text-align:left;
color:#999999;
background-image:url(../img/faq_q.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 2px;
}
dl.voice_sheet_box dd{
padding:0 20px 20px 30px;
font-size:16px;
line-height:24px;
text-align:justify;
background-image:url(../img/faq_a.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 2px;
}
.voice_attention{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
text-align:right;
color:#666666;
}
#voice .text{text-align:center;}
@media only screen and (max-width:768px){
#voice{}
.voice_result{flex-direction:column;margin:0 auto;}
.voice_result dl{width:100%;margin:0 auto 20px auto;}
.voice_result dt{font-size:14px;line-height:20px;}
.voice_result dd.result_text{padding:10px;font-size:14px;line-height:24px;}
.voice_interview{flex-direction:column;margin:0 auto;}
.voice_interview dl{width:100%;margin:0 auto 20px auto;}
.voice_interview dt{font-size:14px;line-height:20px;}
.voice_interview dd{margin:0;padding:0;}
.voice_sheet{margin:0 auto 40px auto;}
.voice_sheet_title{font-size:14px;line-height:20px;}
.voice_sheet_frame{height:400px;padding:10px;}
.voice_sheet_name{margin:0 0 10px 0;font-size:14px;line-height:30px;}
.voice_sheet_name:after{}
.voice_sheet_img{float:none;width:100%;max-width:300px;margin:0 auto 10px auto;}
dl.voice_sheet_box{padding:0 0 20px 0;}
dl.voice_sheet_box dt{
padding:0 0 0 30px;
font-size:14px;
line-height:24px;
text-align:left;
background-image:url(../img/faq_q.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 2px;
}
dl.voice_sheet_box dd{
padding:0 0 20px 30px;
font-size:14px;
line-height:24px;
background-image:url(../img/faq_a.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0 2px;
}
.voice_attention{font-size:12px;text-align:center;}
#voice .text{text-align:center;}
#voice .text br{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{background:#ffffff;}
#faq .faq_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 30px;
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: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;
}
#contact{
width:100%;
max-width:750px;
margin:40px auto 0 auto;
padding:0 20px;
box-sizing:border-box;
}
#contact p{
margin:0 0 20px 0;
padding:0;
font-size:16px;
line-height:30px;
text-align:center;
}
#contact .btn{
position:relative;
width:100%;
max-width:320px;
margin:0 auto;
padding:0;
text-align:center;
box-sizing:border-box;
}
#contact .btn a{
display:block;
margin:0;
padding:9px 0 11px 0;
width:100%;
font-size:17px;
line-height:20px;
font-weight:bold;
color:#ffffff;
background:#e66700;
border-radius:22px;
border-bottom:4px solid #fdad3d;
}
#contact .btn a:hover{text-decoration:none;background:#fdad3d;border-bottom:none;margin:0 0 4px 0;}
@media only screen and (max-width:768px){
#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;}
#contact{margin:20px auto 0 auto;padding:0 20px;}
#contact p{font-size:14px;line-height:24px;text-align:justify;}
#contact .btn{}
#contact .btn a{font-size:14px;line-height:20px;}
#contact .btn a:hover{}
}

/* ----------------------- CSS Information 
 Style Info: RESPONSIBLE
--------------------------------------- */
#responsible{background:#f6f6f5;}

/* ----------------------- CSS Information 
 Style Info: PS
--------------------------------------- */
#ps{background:#ffffff;}
.sign{display:inline-block;width:180px;margin:10px 0 0 0;}
@media only screen and (max-width:750px){
.sign{display:inline-block;width:120px;margin:10px 0 0 0;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{background:#f6f6f5;}
.profile_main{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row-reverse;flex-direction:row-reverse;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:stretch;align-items:stretch;
margin:0;
padding:0;
}
.profile_main dl{
display:block;
width:60%;
padding:0 20px 0 0;
box-sizing:border-box;
}
.profile_main dt{
margin:0 0 10px 0;
padding:0 0 10px 0;
font-size:20px;
line-height:30px;
font-weight:bold;
text-align:left;
color:#e66700;
border-bottom:1px solid #fdad3d;
}
.profile_main dd{
font-size:16px;
line-height:30px;
color:#333333;
text-align:justify;
}
.profile_main .img_box{
flex:1;
background-repeat:no-repeat;
background-size:cover;
}
.profile_main.profile01 .img_box{background-image:url(../img/profile01_img.png);background-position:center;}
.profile_main.profile02 .img_box{background-image:url(../img/profile02_img.png);background-position:center;}
.profile_main .img_box img{width:100%;display:none;}
.profile_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0 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 #fdad3d;
margin:0 0 0 10px;
}
.profile_career{
margin:30px 0 0 0;
text-align:left;
}
.profile_career dl{
display:flex;
padding:0 0 6px 0;
font-size:16px;
line-height:24px;
}
.profile_career dt{display:block;width:60px;color:#666666;}
.profile_career dd{display:block;flex:1;}
.profile_books{
margin:30px 0 0 0;
text-align:left;
}
.profile_books li{
padding:0 0 6px 0;
font-size:16px;
line-height:24px;
text-align:left;
font-weight:normal;
}
.profile_lecture{
margin:30px 0 60px 0;
text-align:left;
}
.profile_lecture_box{
display:flex;
padding:0 0 6px 0;
font-size:16px;
line-height:24px;
}
.profile_lecture_box dl{
display:block;
width:50%;
}
.profile_lecture_box dt{
font-size:16px;
line-height:30px;
font-weight:bold;
}
.profile_lecture_box dd{
padding:0 0 6px 0;
font-size:16px;
line-height:24px;
}
.profile_img{
width:400px;
float:right;
}
@media only screen and (max-width:750px){
#profile{}
.profile_main{-ms-flex-direction:column;flex-direction:column;}
.profile_main dl{width:100%;padding:0;}
.profile_main dt{margin:10px 0;font-size:16px;}
.profile_main dd{font-size:14px;line-height:24px;}
.profile_main .img_box{width:100%;}
.profile_main .img_box img{width:100%;display:block;}
.profile_title{margin:0 0 6px 0;font-size:14px;line-height:30px;}
.profile_title:after{}
.profile_career{margin:20px 0 0 0;}
.profile_career dl{font-size:14px;line-height:24px;}
.profile_career dt{display:block;width:60px;}
.profile_career dd{}
.profile_books{margin:20px 0 0 0;}
.profile_books li{
padding:0 0 6px 0;
font-size:14px;line-height:24px;}
.profile_lecture{
margin:30px 0 60px 0;
text-align:left;
}
.profile_lecture_box{
display:block;
padding:0 0 6px 0;
font-size:14px;
line-height:24px;
}
.profile_lecture_box dl{width:100%;}
.profile_lecture_box dt{font-size:14px;line-height:24px;}
.profile_lecture_box dd{padding:0;font-size:14px;line-height:24px;}
.profile_img{
width:100%;
float:none;
}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:end;align-items:flex-end;
width:100%;
margin:0;
padding:40px 30px;
background:#ffffff;
box-sizing:border-box;
}
#footer_nav{
display:block;
margin:0;
}
#footer_nav ul{
display:block;
width:100%;
margin:0 auto 0 0;
padding:0;
box-sizing:border-box;
}
#footer_nav li{
list-style-type:none;
display:block;
text-align:left;
font-size:14px;
line-height:20px;
margin:0 0 10px 0;
padding:0 10px 0 3px;
border-left:2px solid #e66700;
box-sizing:border-box;
}
#footer_nav li:last-child{margin:0;}
#footer_info{}
footer .logo{
display:block;
margin:0 0 0 auto;
height:50px;
}
address{
display:block;
width:100%;
margin:0;
padding:20px;
font-size:12px;
line-height:20px;
text-align:center;
color:#ffffff;
background:#555555;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
footer{display:block;padding:30px 20px 20px 20px;}
#footer_nav{}
#footer_nav ul{}
#footer_nav li{margin:0 0 20px 0;}
footer .logo{margin:20px 0 0 auto;height:30px;}
address{padding:10px 0;font-size:11px;}
.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;}