@charset "UTF-8";

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


/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color: #fff45c;}
.red{color:#f18324;}
/*img float*/
img.imgr{float: right; padding: 0 0 50px 30px;}
img.imgl{float: left;}


/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:18px;
line-height:0;
text-align:center;
background:url(../img/bg.png) no-repeat center top fixed;
background-size:cover;
}

.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:640px;display:none;margin:0 auto;}
@media only screen and (max-width:640px){
.pc{display:none;}
.sp{display:block;}
}

/*topbar*/
#topbar{
margin:0;
padding:0;
width:100%;
background:#535965;
text-align:left;
}
.catch{height:20px;padding:15px 10px;}
.logo{height:30px;padding:10px;float:right;}
@media only screen and (max-width:640px){
#topbar{text-align:center;}
.catch{height:12px;padding:10px 0 5px 0;display:block;margin:0 auto;}
.logo{height:20px;padding:0 0 10px 0;float:none;display:block;margin:0 auto;}
}

/*header*/
header{
margin:0;
width:100%;
min-width:320px;
background:url(../img/header_bg.png) no-repeat center top;
text-align:center;
}
/*slipin*/
#slipin{
margin:0;
width:100%;
min-width:320px;
}

/*cta*/
.cta{
width:100%;
min-width:320px;
margin:0;
padding:0 0 50px 0;
text-align:center;
background:#2faeb9 url(../img/cta_bg.png) no-repeat center top;
}
.cta form{
max-width:940px;
padding:0 10px;
margin:0 auto;
}
.cta form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:16px;
line-height:30px;
margin:0 0 10px 0;
width:680px;
padding:9px;
text-align:center;
background:#ffffff;
border:1px solid #535965;
}
.cta form input[type=image] {}
.seminar{
margin:0 auto 20px auto;
width:700px;
}
.seminar th{
background:#535965;
color:#ffffff;
text-align:center;
font-size:14px;
line-height:30px;
font-weight:normal;
}
.seminar td{
background:#f2f2f2;
font-size:14px;
line-height:30px;
padding:10px;
}
.cta form input[type=radio] {display:none;}
.cta form input[type=radio] + label{display:inline-block;width:28px;height:28px;background:#ffffff;border:1px solid #535965;}
.cta form input[type=radio]:checked + label{display:inline-block;width:28px;height:28px;background:#ffffff url(../img/cta_check.png) no-repeat center;border:1px solid #535965;}
.cta p{
margin:40px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:14px;
line-height:20px;
text-align:center;
color:#ffffff;
}
@media only screen and (max-width:739px){
.cta{padding:0 0 20px 0;}
.cta form{
padding:0 10px;
margin:0 auto;
}
.cta form input[type=text]{
padding:9px 0;
width:100%;
}
.cta form input[type=image] {width:90%;}
.seminar{width:100%;}
}
@media only screen and (max-width:640px){
.cta{padding:0 0 20px 0;}
.cta form{
padding:0 10px;
margin:0 auto;
}
.cta form input[type=text]{
font-size:12px;
line-height:20px;
margin:0 0 10px 0;
padding:4px 0;
width:100%;
}
.seminar th{font-size:12px;}
.seminar td{
font-size:12px;
line-height:20px;
padding:10px 0;
}
.cta form input[type=radio] + label{width:18px;height:18px;background:#ffffff;}
.cta form input[type=radio]:checked + label{width:18px;height:18px;background:#ffffff url(../img/cta_check_sp.png) no-repeat center;}
.cta p{
margin:20px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:12px;
line-height:18px;
text-align:justify;
}
.cta p br{display:none;}
}

/*contents*/
.contents{
margin:0 auto;
width:100%;
max-width:960px;
min-width:320px;
background:#ffffff;
box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
}

/*profile*/
#profile{
width:100%;
margin:0 auto;
padding:0 0 30px 0;
background:#f2f2f2;
}
.profile_text{
max-width:800px;
margin:0 auto;
padding:10px;
text-align:justify;
font-size:14px;
line-height:20px;
}
.profile_text p{
margin:0;
padding:0 0 20px 0;
}
#career{
width:100%;
margin:10px auto 20px auto;
border-collapse:collapse;
}
#career th{
width:100px;
font-weight:normal;
text-align:right;
vertical-align:top;
border-bottom:1px solid #f2f2f2;
background:#535965;
color:#ffffff;
padding:10px;
}
#career td{
font-weight:normal;
text-align:justify;
vertical-align:middle;
border-bottom:1px solid #f2f2f2;
background:#ffffff;
padding:10px;
}

@media only screen and (max-width:640px){
#profile{padding:0 0 10px 0;}
.profile_text{
width:auto;
padding:10px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.profile_text p{
margin:0;
padding:0 0 10px 0;
}
.profile_text br{
display:none;
}
#career th{
width:auto;
padding:5px;
display:block;
text-align:center;
}
#career td{display:block;}
}




/*title*/
.title{
padding:0 0 6px 0;
background:url(../img/title_bg.png) center bottom repeat-x;
}
/*textbox*/
.textbox{
margin: 0 auto;
padding:35px 10px 65px 10px;
max-width:800px;
text-align:left;
line-height:30px;
position:relative;
z-index:1;
}
.textbox p,.textbox ul{
margin: 0;
padding:15px 0;
}
ul.check{
margin:20px 0;
padding:20px;
border:1px solid #d1d1d1;
}
.textbox li{list-style-type:none;}
ul.check li{
padding:0 0 0 24px;
background:url(../img/check30.png) top left no-repeat;
}
.big{font-size:24px;line-height:36px;}
@media only screen and (max-width:640px){
.textbox{
margin: 0 auto;
padding:20px 10px;
width:auto;
text-align:justfy;
font-size:12px;
line-height:20px;
}
.textbox p,.textbox ul{
margin:0;
padding:10px 0;
}
ul.check{
margin:10px 0;
padding:10px;
border:1px solid #d1d1d1;
}
ul.check li{
padding:0 0 0 16px;
background:url(../img/check20.png) top left no-repeat;
}
.textbox br{display:none;}
.big{font-size:14px;line-height:20px;}
}





/*bullet*/
#bullet{
width:100%;
margin:0;
padding:0;
border-top:2px solid #d1d1d1;
border-bottom:2px solid #d1d1d1;
background:#f6feff;
}
.bullet_text{
max-width:900px;
margin:0 auto;
padding:10px 10px 30px 10px;
text-align:justify;
font-size:16px;
line-height:24px;
}
.bullet_text p{
margin:0;
padding:10px 0;
}
@media only screen and (max-width:640px){
.bullet_text{
padding:0 10px 20px 10px;
font-size:12px;
line-height:20px;
}
}

/*user*/
#user{
width:100%;
margin:0 auto;
padding:5px 0;
}
.user_text{
max-width:900px;
padding:30px 10px;
margin:0 auto;
}
.user_text dl{
margin:0 auto 20px auto;
padding:10px 20px 0 20px;
text-align:justify;
background:#f6feff;
border:1px solid #333333;
border-radius:10px;
}
.user_text dt{
font-weight:bold;
font-size:16px;
line-height:20px;
color:#1391a0;
padding:10px 0;
border-bottom:dashed 1px #333333;
overflow-y:auto;
}
.user_name{float:right;font-size:14px;}
.user_text dd{
font-size:14px;
line-height:20px;
padding:10px 0;
}
.user_text p{
margin:0;
padding:10px 0;
}
@media only screen and (max-width:640px){
.user_text dl{
padding:10px 10px 0 10px;
}
.user_text dt{
font-weight:bold;
font-size:14px;
line-height:20px;
padding:10px 0;
border-bottom:dashed 1px #333333;
overflow-y:auto;
}
.user_text dd{
font-size:12px;
line-height:18px;
padding:0;
}
.user_name{font-size:12px;}
}

/*footer*/
footer{
margin:0;
padding:10px 0;
width:100%;
font-size:12px;
color:#ffffff;
background:#535965;
}
address{
font-size:12px;
line-height:20px;
padding: 5px 15px;
}