@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;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:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#999999;}
a:active{text-decoration:none;color:#666666;}
/*font*/
.b{font-weight:700;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
.small{font-size:14px;line-height:20px;}@media only screen and (max-width:768px){.small{font-size:12px;line-height:20px;}}
.red{color:#c70003;}
/*----- image -----*/
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{
position:relative;
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
font-size:16px;
line-height:0;
letter-spacing:0em;
text-align:center;
font-weight:400;
color:#333333;
background:#ffffff;
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{position:relative;width:100%;margin:0;padding:0;}
.header01{
position:relative;
width:100%;
margin:0 auto;
padding:0;
background:#eceff1 url(../img/header01_bg_pc.png) no-repeat center top;
background-size:auto 100%;
}
.header01 img{
width:100%;
max-width:1000px;
margin:0 auto;
}
@media only screen and (max-width:750px){
.header01{background:none;}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto 40px auto;
padding:0 40px;
box-sizing:border-box;
}
.title h1{
display:block;
width:100%;
max-width:750px;
margin:0 auto 40px 0;
padding:0 0 0 10px;
font-size:26px;
line-height:30px;
text-align:left;
font-weight:700;
border-left:5px solid #ff0000;
box-sizing:border-box;
}
.title h1 span{display:inline-block;margin:0 0 0 10px;font-size:14px;font-weight:400;color:#999999;}
@media only screen and (max-width:750px){
.title{margin:0 auto 30px auto;padding:0 4%;}
.title h1{margin:0 auto 20px auto;font-size:20px;line-height:30px;}
.title h1 span{font-size:12px;}
}


/* ----------------------- CSS Information 
 Style Info: SECTION
--------------------------------------- */
.section{
margin:0;
padding:120px 0 120px 0;
width:100%;
position:relative;
box-sizing:border-box;
background:#ffffff;
overflow-y:auto;
}
.section_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 40px;
box-sizing:border-box;
}
.section_img{
position:relative;
display:block;
float:right;
margin:10px 0 20px 40px;
width:30%;
}
.section_img:before{
content:"";
position:absolute;
top:-10px;
left:-10px;
width:100%;
height:100%;
border:2px solid #ff0000;
z-index:10;
box-sizing:border-box;
}
.section_img img{display:block;width:100%;}
@media only screen and (max-width:750px){
.section{padding:40px 0 40px 0;}
.section_wrapper{padding:0 4%;}
.section_img{margin:10px 0 20px 20px;}
.section_img:before{top:-5px;left:-5px;border:2px solid #069cb7;}
}

/* ----------------------- CSS Information 
 Style Info: TEXT
--------------------------------------- */
.text{
font-size:17px;
line-height:32px;
text-align:left;
margin:0;
padding:0;
box-sizing:border-box;
}
.text_center{text-align:center;}
.text_right{text-align:right;}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
.text ul{margin:0 0 30px 0;padding:0;list-style:none;}
.text ul.point li{position:relative;padding:0 0 0 17px;}
.text ul.point li:before{
content:"";
position:absolute;
top:11px;
left:0;
width:12px;
height:12px;
background:#069cb7;
border-radius:50%;
}
.text ol{margin:0 0 30px 0;padding:0;list-style:none;}
ol.ol_num{
counter-reset:decimal;
list-style:none;
box-sizing:border-box;
}
ol.ol_num li{
display:-ms-flexbox;display:flex;
-ms-flex-align:start;align-items:flex-start;
margin:0;
padding:0;
text-align:justify;
font-weight:700;
}
ol.ol_num li:before{
content:counter(decimal);
counter-increment:decimal;
display:block;
margin:6px 5px 0 0;
font-size:15px;
width:20px;
height:20px;
line-height:19px;
text-align:center;
color:#ffffff;
background:#158ed7;
}
@media only screen and (max-width:750px){
.text{font-size:14px;line-height:30px;text-align:justify;}
.text_center{text-align:center;}
.text_right{text-align:right;}
.text p{margin:0 0 20px 0;padding:0;}
.text p:last-child{margin:0;}
.text ul{margin:0 0 20px 0;padding:0;}
.text ul.point li{position:relative;padding:0 0 0 14px;}
.text ul.point li:before{top:8px;left:0;width:10px;height:10px;background:#069cb7;border-radius:50%;}
.text ol{margin:0 0 20px 0;}
ol.ol_num{}
ol.ol_num li{}
ol.ol_num li:before{
margin:4px 4px 0 0;
font-size:12px;
width:16px;
height:16px;
line-height:15px;
}
/* br */
.text p br{display:none;}
.text p br.sp,.text p br.all{display:block;}
}



/* ----------------------- CSS Information 
 Style Info: OVERVIEW
--------------------------------------- */
#overview{}
/*----- OUTLINE -----*/
#outline{}
.outline_content{}
dl.outline_detail{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:space-between;
align-items:stretch;
margin:0 0 5px 0;
padding:0;
}
.outline_content dl.outline_detail:last-child{margin:0;}
dl.outline_detail dt{
display:flex;
align-items:center;
justify-content:center;
width:160px;
margin:0 5px 0 0;
padding:20px 10px;
font-size:16px;
line-height:30px;
text-align:center;
color:#333333;
background:#f1f1f1;
box-sizing:border-box;
}
dl.outline_detail dd{
flex:1;
margin:0;
padding:20px;
font-size:16px;
line-height:30px;
text-align:justify;
background:#f9f9f9;
}
dl.outline_detail dd span{display:inline;}
dl.outline_detail dd p{margin:0 0 20px 0;padding:0;}
dl.outline_detail dd p:last-child{margin:0;}
@media only screen and (max-width:750px){
#outline{}
.outline_content{}
dl.outline_detail{}
dl.outline_detail dt{margin:0 5px 0 0;padding:20px 0;width:90px;font-size:14px;line-height:24px;}
dl.outline_detail dd{padding:20px 10px;font-size:14px;line-height:24px;}
}


/* ----------------------- CSS Information 
 Style Info: SEMINAR
--------------------------------------- */
#seminar{}
@media only screen and (max-width:750px){}


/* --------------------------------- CSS Information 
 Style Info: OPT
------------------------------------------------- */
.opt{
position:relative;
margin:0;
padding:60px 0 60px 0;
box-sizing:border-box;
text-align:center;
background:#f1f1f1 url(../img/opt_bg.png) no-repeat center;
background-size:cover;
}
.opt_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.opt .text{text-align:center;}
.opt_arrow{
display:block;
margin:0 auto 10px auto;
color:#ff0000;
}
.opt_box{
width:100%;
max-width:690px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.opt_box form{
width:100%;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.opt_box form input[type=text]{
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
font-size:18px;
line-height:30px;
width:100%;
margin:0 0 20px 0;
padding:10px;
text-align:left;
background:#ffffff;
border:1px solid #606060;
box-sizing:border-box;
}
.opt_box form p{
width:480px;
margin:0 auto;
padding:0;
border-radius:10px;
box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
overflow:hidden;
background:#ffffff;
}
.opt_box form input[type=image]{
position:relative;
width:100%;
margin:0 auto;
}
.opt_box form input[type=image]:hover{opacity:0.5;}
.opt_attention{
width:100%;
margin:30px auto;
padding:0;
box-sizing:border-box;
}
.opt_attention li{
position:relative;
margin:0;
padding:0 0 0 16px;
font-size:14px;
line-height:24px;
text-align:justify;
list-style:none;
color:#666666;
}
.opt_attention li:before{
content:"※";
position:absolute;
top:0;
left:0;
font-size:14px;
line-height:24px;
color:#666666;
}
@media only screen and (max-width:750px){
.opt{padding:40px 0 40px 0;}
.opt_wrapper{padding:0 4%;}
.opt .text{}
.opt_arrow{text-align:center;}
.opt_box{}
.opt_box form{}
.opt_box form input[type=text]{font-size:15px;line-height:30px;width:100%;margin:0 0 10px 0;}
.opt_box form p{width:100%;}
.opt_box form input[type=image]{}
.opt_box form input[type=image]:hover{}
.opt_attention{margin:20px auto 0 auto;}
.opt_attention li{padding:0 0 0 14px;font-size:12px;line-height:20px;}
.opt_attention li:before{font-size:12px;line-height:20px;}
}




/* ----------------------- CSS Information 
 Style Info: CONTACT
--------------------------------------- */
#contact{
width:100%;
margin:0;
padding:60px 0 0 0;
box-sizing:border-box;
text-align:center;
color:#606060;
background:#e0e0e0;
}
.contact_wrapper{
width:100%;
margin:0 auto;
padding:0 40px;
box-sizing:border-box;
}
.contact_title{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:100%;
margin:0 auto 30px auto;
padding:0;
font-size:20px;
line-height:30px;
font-weight:600;
}
.contact_title:before,.contact_title:after{
content:"";
flex-grow:1;
margin:0 0 0 10px;
border-top:1px solid #d1d1d1;
}
.contact_title:before{margin:0 10px 0 0;}
.contact_title:after{margin:0 0 0 10px;}
.contact_mail{
position:relative;
margin:0;
padding:0;
font-size:18px;
line-height:30px;
font-weight:600;
color:#065fd4;
}
.contact_mail span{
display:inline-block;
margin:0 10px 0 0;
padding:4px 10px 6px 10px;
font-size:16px;
line-height:20px;
font-weight:500;
color:#ffffff;
background:#065fd4;
}
.contact_attention{
width:320px;
margin:30px auto 60px auto;
padding:0;
box-sizing:border-box;
}
.contact_attention li{
position:relative;
margin:0;
padding:0 0 0 16px;
font-size:14px;
line-height:24px;
text-align:justify;
list-style:none;
}
.contact_attention li:before{
content:"※";
position:absolute;
top:0;
left:0;
font-size:14px;
line-height:24px;
}
.contact_hr{
display:block;
margin:0 auto;
width:100%;
height:1px;
background:#d1d1d1;
border:none;
}
@media only screen and (max-width:750px){
#contact{padding:40px 0 0 0;}
.contact_wrapper{padding:0 4%;}
.contact_title{margin:0 auto 20px auto;font-size:16px;line-height:24px;}
.contact_mail{font-size:16px;line-height:30px;}
.contact_mail span{padding:4px 5px 6px 5px;font-size:13px;}
.contact_attention{width:100%;margin:20px auto 40px auto;}
.contact_attention li{padding:0 0 0 14px;font-size:12px;line-height:20px;}
.contact_attention li:before{font-size:12px;line-height:20px;}
.contact_hr{}
}


/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#606060;
background:#e0e0e0;
}
footer a:link,footer a:visited{color:#606060;text-decoration:none;}
footer a:hover{color:#606060;text-decoration:underline;}
#ftop{font-size:14px;line-height:20px;}
#fnav{margin:20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
display:inline-block;
padding:0 20px;
font-size:14px;
line-height:20px;
border-right:1px solid #ff0000;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:14px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:750px){
#fnav{margin:20px 0 40px 0;}
#fnav li{display:block;margin:0 0 20px 0;border-right:0;font-size:13px;}
address{font-size:13px;}
.sp_no{display:none;}
}