@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;}
li{list-style:none;}

/* ------------------------------------------- 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;}
/*font*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;}@media only screen and (max-width:640px){.big{font-size:16px;}}
.red{color:#c70003;}
/*----- image -----*/
img.pc{display:block;margin:0 auto;padding:0;width:100%;max-width:960px;}
img.sp{display:none;margin:0 auto;padding:0;width:100%;max-width:640px;}
img.img_right{float:right;padding:0 0 10px 10px;width:30%;max-width:300px;}
@media only screen and (max-width:640px){
img.pc{display:none;}
img.sp{display:block;}
img.img_right{float:none;padding:0 0 20px 0;width:80%;max-width:300px;margin:0 auto;display:block;}
}
/*----- br -----*/
br.pc{display:block;}
br.sp{display:none;}
@media only screen and (max-width:640px){
br.pc{display:none;}
br.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
background:#ffffff;
letter-spacing:0em;
overflow:hidden;
min-width:320px;
}

/*----- header -----*/
header{
margin:0;
width:100%;
text-align:center;
}
.header01{
background:url(../img/header01_bg2.png) no-repeat center top,url(../img/header01_bg.png) repeat-x left bottom;}
.header02{}

/*----- title -----*/
.title_voice{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff url(../img/bg_22475a.png) repeat-x left top;
}
.title_01{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#50525e url(../img/bg_ffffff.png) repeat-x left top;
}
.title_02{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff url(../img/bg_2c3441.png) repeat-x left top;
}
.title_03{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#52899d url(../img/bg_ffffff.png) repeat-x left top;
}
.title_04{
width:100%;
margin:0;
padding:0;
text-align:center;
background:#ffffff url(../img/bg_22475a.png) repeat-x left top;
}

/*-----textbox-----*/
.textbox{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125% 20px 3.125%;
font-size:16px;
line-height:24px;
text-align:center;
box-sizing:border-box;
}
.textbox p{
margin:0;
padding:0 0 20px 0;
}
@media only screen and (max-width:640px){
.textbox{
font-size:14px;
line-height:20px;
}
}

/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:30px 3.125%;
max-width:960px;
min-width:320px;
box-sizing:border-box;
}
@media only screen and (max-width:640px){.wrapper{padding:20px 3.125%;}}
@media only screen and (max-width:480px){.wrapper{padding:10px 3.125%;}}

/*----- opt -----*/
.opt{
width:100%;
margin:0;
padding:0 0 20px 0;
text-align:center;
color:#ffffff;
background:#52899d url(../img/opt_bg.png) repeat-x left top;
}
.opt p{
margin:0;
padding:0;
font-size:14px;
line-height:20px;
}
.opt_form{
width:100%;
max-width:600px;
margin:0 auto;
}
.opt_table{
width:100%;
margin:0;
border-collapse:separate;
border-spacing:0 20px;
}
.opt_table th{
width:25%;
margin:0;
color:#333333;
background:#eeeeee;
text-align:center;
font-size:16px;
line-height:20px;
padding:10px 5px;
font-weight:normal;
box-sizing:border-box;
}
.opt_table td{
width:75%;
margin:0;
}
.opt_form input[type=text]{
font-size:16px;
line-height:20px;
margin:0;
padding:10px 5px;
width:100%;
border:1px solid #eeeeee;
box-sizing:border-box;
}
.opt_form input[type=image]{
width:80%;
max-width:480px;
}
.attention{
font-size:14px;
line-height:20px;
margin:20px 0;
}
.attention a{color:#ffffff;}
.title_opt{
width:100%;
max-width:640px;
display:block;
margin:0 auto;
}
@media only screen and (max-width:640px){
.opt_table th{
text-align:left;
display:block;
width:100%;
float:none;
padding:10px;
font-size:14px;
box-sizing:border-box;
margin:0 0 2px 0;
}
.opt_table td{
display:block;
width:100%;
float:none;
box-sizing:border-box;
}
.opt_form input[type=text]{
font-size:14px;
line-height:20px;
padding:10px 5px;
width:100%;
max-width:600px;
box-sizing:border-box;
}
.attention{
font-size:12px;
line-height:16px;
text-align:justify;
}
}
/*----- cdt -----*/
.cdt{
font-size:18px;
line-height:24px;
color:#f2e12a;
font-weight:bold;
}

/*--- seminar ---*/
.seminar{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/seminar_bg.png) center top repeat-x;
background-size:auto 100%;
-webkit-animation: bgroop 60s linear infinite;
animation: bgroop 60s linear infinite;
border-bottom:40px solid #52899d;
}
@-webkit-keyframes bgroop{
from{background-position: 0  0;}
to{background-position: -1440px 0;}
}
@keyframes bgroop{
from{background-position: 0 0;}
to{background-position: -1440px 0;}
}
@media only screen and (max-width:640px){
.seminar{border-bottom:20px solid #52899d;}
}

/*----- sorry -----*/
#sorry{
width:100%;
margin:0 auto;
padding:0;
color:#ffffff;
background:#50525e;
}
.sorry_text{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px 3.125%;
text-align:center;
font-size:20px;
line-height:30px;
box-sizing:border-box;
}
.sorry_text p{
margin:0;
padding:0 0 30px 0;
}
.sorry_text ul{
width:100%;
max-width:600px;
margin:20px auto 40px auto;
padding:0;
}
.sorry_text li{
margin:0 0 30px 0;
padding:18px 10px;
color:#2c3441;
background:#ffffff;
border:solid 2px #cb091b;
border-radius:30px;
position:relative;
font-weight:bold;
}
.sorry_text li:before{
content:"";
position:absolute;
bottom:-16px;
left:50%;
margin-left:-8px;
border:8px solid transparent;
border-top:8px solid #ffffff;
z-index:2;
}
.sorry_text li:after{
content:"";
position:absolute;
bottom:-20px;
left:50%;
margin-left:-10px;
border:10px solid transparent;
border-top:10px solid #cb091b;
z-index:1;
}
@media only screen and (max-width:640px){
.sorry_text{
font-size:16px;
line-height:24px;
}
.sorry_text p{
margin:0;
padding:0 0 20px 0;
}
.sorry_text ul{max-width:400px;}
.sorry_text li{
border-radius:30px;
padding:10px;
}
}

/*--- wall ---*/
#wall{
width:100%;
margin:0 auto;
padding:0;
color:#ffffff;
background:#52899d;
}
.wall_title{
width:100%;
margin:0;
padding:0;
background:#f2e12a;
}
.wall_text{
width:100%;
max-width:960px;
margin:0 auto;
padding:60px 3.125% 40px 3.125%;
font-size:20px;
line-height:30px;
text-align:center;
box-sizing:border-box;
}
.wall_text p{
margin:0;
padding:0 0 30px 0;
}
.wall_01{
background:url(../img/wall_01_bg.png) no-repeat center;
background-size:contain;
}
.wall_02{
background:url(../img/wall_02_bg.png) no-repeat center;
background-size:contain;
}
.wall_03{
background:url(../img/wall_03_bg.png) no-repeat center;
background-size:contain;
}
@media only screen and (max-width:640px){
.wall_text{
padding:40px 3.125% 20px 3.125%;
font-size:16px;
line-height:24px;
}
.wall_text p{
margin:0;
padding:0 0 20px 0;
}
}

/*--- reason ---*/
#reason{
width:100%;
max-width:960px;
margin:0 auto 40px auto;
padding:0 0 1px 0;
background:#f5f5f5;
}
.reason_text{
margin:0 3.125% 30px 3.125%;
padding:0 3.125% 20px 3.125%;
font-size:16px;
line-height:24px;
text-align:left;
background:#ffffff;
}
.reason_text p{
margin:0;
padding:0 0 20px 0;
}
@media only screen and (max-width:640px){
#reason{margin:0 auto 20px auto;}
.reason_text{
margin:0 3.125% 20px 3.125%;
padding:0 3.125% 10px 3.125%;
font-size:14px;
line-height:20px;
text-align:justify;
}
.reason_text br{display:none;}
}

/*--- profile ---*/
.profile{
width:100%;
margin:0;
padding:20px 0 0 0;
background:#50525e;
}
.profile_title{
display:block;
height:40px;
margin:0 auto 0 0;
padding:0;
}
.profile_img{
float:right;
width:30%;
margin:0;
padding:0 0 20px 20px;
}
.profile_name{
display:block;
height:40px;
margin:0;
padding:0 20px 20px 0;
}
.profile_book_pc{
margin:0;
padding:0;
height:120px;
}
.profile_book_sp{display:none;}
.profile_text{
margin:0;
padding:20px 0 0 0;
color:#ffffff;
text-align:justify;
font-size:14px;
line-height:20px;
box-sizing:border-box;
}
.profile_text p{
margin:0;
padding:0 0 20px 0;
}
@media only screen and (max-width:640px){
.profile_title{
height:30px;
margin:0 auto;
}
.profile_img{
float:none;
display:block;
width:160px;
margin:0 auto;
padding:0;
}
.profile_name{
height:30px;
margin:0 auto;
padding:20px 0;
}
.profile_book_pc{display:none;}
.profile_book_sp{
display:block;
margin:0 auto;
padding:0;
width:260px;
}
span.center{width:100%;display:block;text-align:center;}
}

/*--- voice ---*/
.voice{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 3.125%;
box-sizing:border-box;
text-align:justify;
}
.voice_info{
width:100%;
text-align:left;
margin:0;
padding:0;
display:table-row;
}
.voice_img{
width:150px;
padding:0 20px 0 0;
vertical-align:middle;
display:table-cell;
}
.voice_caption{
margin:0;
padding:0;
font-size:20px;
line-height:30px;
font-weight:bold;
vertical-align:middle;
display:table-cell;
}
.voice_name{
display:inline-block;
margin:0 0 10px 0;
padding:0 5px;
font-size:16px;
line-height:30px;
color:#ffffff;
font-weight:bold;
background:#52899d;
}
.voice_text{padding:0;}
.voice_text dt{display:none;}
.voice_text dd{
font-size:16px;
line-height:24px;
text-align:justify;
margin:40px 0;
padding:0 0 16px 0;
border-bottom:1px dashed #333333;
}
.voice_text dd p{
margin:0;
padding:0 0 20px 0;
}
@media only screen and (max-width:640px){
.voice_info{
width:100%;
margin:0;
padding:0;
display:block;
}
.voice_img{
width:100px;
margin:0 auto;
padding:0;
vertical-align:top;
display:block;
}
.voice_caption{
margin:0;
padding:0;
font-size:16px;
line-height:20px;
font-weight:bold;
vertical-align:top;
text-align:center;
display:block;
}
.voice_name{
display:block;
width:100px;
height:20px;
margin:0 auto;
padding:0;
font-size:13px;
line-height:20px;
color:#ffffff;
font-weight:bold;
background:#52899d;
box-sizing:border-box;
}
.voice_text{margin:20px 0 40px 0;}
.voice_text dt{
display:block;
width:100%;
height:30px;
margin:0;
text-align:center;
background:#eeeeee;
font-size:14px;
line-height:30px;
}
.voice_text dt.open{display:none;}
.voice_text dd{
font-size:14px;
line-height:20px;
text-align:justify;
margin:20px 0;
padding:0 0 16px 0;
border-bottom:1px dashed #333333;
display:none;
}
.voice_text dd br{display:none;}
}

/*--- footer ---*/
footer{
margin:0;
padding:40px 0;
width:100%;
background:#222222;
color:#ffffff;
}
#fnav a{color:#ffffff;text-decoration:none;}
#fnav a:hover{color:#ffffff;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:12px;
line-height:20px;
display:inline-block;
padding:0 5px;
border-right:1px solid #cccccc;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:767px){
#fnav li{
line-height:30px;
display:block;
border-right:0;
}
.sp_no{display:none;}
}