@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;line-height:30px;}@media only screen and (max-width:640px){.big{font-size:16px;line-height:20px;}}
.red{color:#c70003;}

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

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

/*--- profile ---*/
.profile{
width:100%;
margin:0;
padding:30px 0;
background:#18243d;
}
.profile_wrapper{
width:960px;
margin:0 auto;
}
.profile_img{
float:right;
width:30%;
margin:0;
padding:0 0 20px 20px;
}
.profile_name{
display:block;
margin:0;
padding:0 20px 20px 0;
}
.profile_book{}
.profile_text{
margin:0;
padding:30px 30px 10px 30px;
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;
}

/*-- title --*/
.title{
width:100%;
margin:0;
padding:0;
background:url(../img/title_bg.png) repeat center;
}
.title_seminar{
width:100%;
margin:0;
padding:0;
background:#901d21;
}

/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:0;
width:960px;
}

/*-----textbox-----*/
.textbox{
width:900px;
margin:0 auto;
padding:60px 0;
font-size:16px;
line-height:30px;
text-align:justify;
box-sizing:border-box;
}
.textbox p,.textbox ul{
margin:0;
padding:0 0 30px 0;
}
.text_center{text-align:center;}
.name{display:block;margin:0 0 0 auto;}


/*--- seminar ---*/
.title_seminar{
width:100%;
margin:0;
padding:0;
text-align:center;
background:url(../img/seminar_bg.png) center top repeat;
-webkit-animation: bgroop 60s linear infinite;
animation: bgroop 60s linear infinite;
}
@-webkit-keyframes bgroop{
from{background-position: 0  0;}
to{background-position: -1260px 0;}
}
@keyframes bgroop{
from{background-position: 0 0;}
to{background-position: -1260px 0;}
}

.seminar_first{
width:100%;
margin:0;
padding:0;
background:url(../img/seminar_first_bg.png) center top no-repeat fixed;
}
.seminar_last{
width:100%;
margin:0;
padding:0;
background:url(../img/seminar_last_bg.png) center top no-repeat fixed;
}
.seminar_present{
width:100%;
margin:0;
padding:0;
background:url(../img/seminar_present_bg.png) center top no-repeat fixed;
}
.title_contents{
width:100%;
margin:0;
padding:0;
background:rgba(0,0,0,0.4);
}
.seminar_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:30px 30px 60px 30px;
box-sizing:border-box;
}
.contents_text{
width:900px;
margin:0 auto 30px auto;
padding:0 30px 30px 30px;
font-size:16px;
line-height:30px;
text-align:justify;
background:rgba(255,255,255,0.9);
box-sizing:border-box;
position:relative;
}
.matome{margin:0 auto;padding:0 30px;}
.contents_text p{
margin:0;
padding:0 0 30px 0;
}
.seminar_text img{width:100%;}
.present_img{
position:absolute;
right:40px;
top:-50px;
}
.special02_img{
position:absolute;
right:40px;
top:0px;
}

/*----- outline -----*/
.outline{
width:960px;
margin:0 auto 60px auto;
padding:0 30px;
text-align:center;
box-sizing:border-box;
}
.outline_box{
margin:30px 0 0 0;
width:100%;
}
.outline_box dt{
width:100%;
font-size:16px;
font-weight:bold;
line-height:20px;
text-align:left;
padding:20px;
background:#666666;
color:#ffffff;
box-sizing:border-box;
}
.outline_box dd{
width:100%;
font-size:14px;
line-height:20px;
text-align:left;
padding:20px;
background:#ffffff;
border-left:1px solid #666666;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
box-sizing:border-box;
}
.outline_box dd p{margin:20px 0 0 0;padding:0;}
.outline_table{width:100%;}
.outline_table th{
padding:20px;
background:#999999;
box-sizing:border-box;
color:#ffffff;
text-align:center;
}
.outline_table td{
padding:20px;
border:1px solid #999999;
box-sizing:border-box;
}
.schedule{}
.schedule th.first{background:#6fa0a7;border:1px solid #6fa0a7;}
.schedule th.last{background:#5783a8;border:1px solid #5783a8;}
.place{}
.place th{border-bottom:1px solid #ffffff;}
.place th.last{border-bottom:1px solid #cccccc;}
.program{}
.program th.first{background:#6fa0a7;border:1px solid #6fa0a7;}
.program th.last{background:#5783a8;border:1px solid #5783a8;}
.program td ul{margin-left:20px;}
.program td li{list-style:disc outside;}


/*--- cta ---*/
.cta{
margin:0;
padding:40px 0 80px 0;
width:100%;
}
.btn{
width:720px;
margin:0 auto 30px auto;
}
.btn a{display:block;margin:0 auto;}

/*--- footer ---*/
footer{
margin:0;
padding:40px 0;
width:100%;
background:#18243d;
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;
}