@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}
ul {list-style: none;}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    /*font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a:hover img ,
input:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
}


/*-------------------------------
base
-----------------------------------*/
body{
	margin:0;
	padding:0;
	font-family:arial,helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック';
	background-color:#f5f2e8;
  background-image:none;
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100% auto;
	text-align:center;
}

.contents{
	/*width:980px;*/
	margin:20px auto;
	display:block;
	background-color:none;	
	padding-bottom:10px;
}

.copyright{
	margin:20px auto;
	text-align:center;
	color:#666;
	font-size:70%;
	line-height:1.4;	
}

.wrapper{
  margin: 0; overflow: hidden;
  position: relative; top: 0;
}

header{
	background-color: #727471;
	width: 100%;
	max-width: 980px;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: inherit;
	z-index: 1000;
}

header.fixed{
  position: fixed; 
}

header h1{
  padding:70px 5px 10px 5px ; position: relative;
}

header h1:before,header h1:after{
  content:''; display: block; height: 100%;
  position: absolute;
  border-left: rgba(237,195,0,1.00) solid 2px;
}
header h1:before{ left: 1%; top: 0;}
header h1:after{ right: 1%; top: 0;}


header h1 img{
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 80%; height:auto;
}

header.fixed h1{
  padding:10px 5px 10px 5px ;
}
header.fixed h1 img{
  width: 55%; height:auto;
}


.top_icon{
	width: 100%; max-width: 980px;
	margin:0px auto 0 auto;
	clear:both;
	overflow:hidden;
  position:absolute;
  left:2%; right:0; top:15px;
  z-index: 1001;
}

.sns{
	width:100px;	
	float:left;
	display:table;
  background-color:#ffffff;
  padding:8px 5px 5px 5px ;
  border-radius:30px;
}

.sns li{
	list-style-type:none;	
	display:table-cell;
	width:25%;
  vertical-align:bottom;

}

.sns li img{
	margin:0 5px;	
}

.turning{display: none;}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 600px){
  header h1{
    padding-top: 60px;
  }
  .top_icon{
    position: absolute;
    left:2%; right:0; bottom: auto; top: 5px;
  }
  .turning{display: block;}

}
/* -------------------------------------------------------------
   
 --------------------------------------------------------------------- */
.block{
	width:100%; max-width: 960px;
  padding: 0 5px;
	margin:0 auto 40px auto;
	display:block;	
}
.block > p{
	font-size:90%;
	line-height:1.5;
	text-align:left;
	display:block;
	margin:10px 0 20px 0;
	color:#000;	
}

.attention{clear: both; font-size: 70%; text-align: right; padding-top: 0.25em;}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 425px){
  .attention{text-align: left;}
}

/*-------------------------------
top
-----------------------------------*/

.mainvisual{
  padding:200px 0 0em 0;
  background-color: none;
  width: 100%; max-width: 760px; margin: 0 auto;
  position: relative;
}
.mainvisual h2{
  margin: 3% 0;
}

.mainvisual h2 img{
  width: 100%; max-width: 820px;
}

.mainvisual .photo{
  width: 100%; max-width: 900px; margin: 0 auto;
}
.mainvisual .photo{}
.mainvisual .photo img{ width: 100%; }

.mainvisual .date{
  width:50%;
  margin: 1em 0;
	background-color:none;
  text-align: left;	
  margin-bottom: 0.25em;
}
.mainvisual .title {
  width:65%;
  margin: 1em 0;
}

.mainvisual .logo {
  width: 31%;
  position: absolute;
  bottom:0em; right: 1em;
}
.mainvisual .title img ,.mainvisual .logo img,.mainvisual .date img  { width: 100%;}

@media screen and (max-width: 768px){
  .mainvisual{ padding:25% 0 0em 0; }
  .mainvisual .title,.mainvisual .date {
    padding:0 3%;
  }
  .mainvisual h2{
    margin: 4% auto;
    width: 95%;
  }
}
@media screen and (max-width: 600px){
  .mainvisual{ padding:30% 0 0em 0; }
  .mainvisual .date{
    width:75%;
    margin: 1em 0;
    background-color:none;
    text-align: left;	
    margin-bottom: 0.25em;
  }
  .mainvisual .title {
    width:100%;
    margin: 1em 0;
  }
  .mainvisual .logo {
    width: 25%;
    position: absolute;
    bottom:16%; right: 1%;
  }
}
@media screen and (max-width: 425px){
  .mainvisual{ padding:34% 0 0em 0; }
}


/* ---------------------------------------------------------------------
   message
 --------------------------------------------------------------------- */

.message{
	width:100%;	max-width: 760px;
	margin:40px auto;
	background-image:none;
	background-position:bottom center,top center;
	background-repeat:no-repeat,repeat-y;
	padding:0 0 0 0;
  text-align: left;
}
.message h2 img{ width:100%; max-width: 600px; margin-bottom: 1em;}
.message p{
	width:100%;
	color:#000000;
	line-height:1.7;
	margin:0 auto 20px 0px;
	text-align:left;
  font-size: 1.15rem;
}
@media screen and (max-width: 768px){
  .message{
    padding: 0 3%;
  }
  .message p{
    line-height:1.7;
    font-size: 1rem;
  }
}


.charactor{
  border-top:solid 1px rgba(0,0,0,1.00);
	width:100%;
	margin-bottom:20px; padding-top: 1em;
  position: relative;
  display: table;
}


.charactor div{
  display: table-cell; vertical-align: middle;
	margin:0 auto;
}
.charactor .image{
  width:30%;
}
.charactor .text {
	width:100%;
	margin:0 auto;
	color:#333;
}
.charactor p{ line-height:1.5; font-size: 0.95rem; }

.charactor h2{
	padding-bottom:1em; padding-top:1em; text-align: left;
	width:100%;
	margin:0;
  position: relative;
}
.charactor h2 img{
  width: 100%; max-width: 8em; display: block; margin-bottom: 0.5em;
}

.charactor .prof {
  width: 90%;
}

@media screen and (max-width: 425px){
  .charactor{ display: block; }
  .charactor div{ display: block;}
  .charactor h2{
    width:60%; float: right; padding-bottom:0em; padding-top:10%;
    font-size: 0.8rem; line-height: 1.5;
  }
  .charactor .image{
    width:40%; float: left;
  }
  .charactor .text {
    clear: both;
    padding-top: 1em;
    width:100%;
  }

}


/* ---------------------------------------------------------------------
   point
 --------------------------------------------------------------------- */
.point{
  width:100%; max-width: 760px;
  margin: 0 auto 20px auto;
  
}
.point h2{
  text-align: left;
  margin-bottom: 2em;
}
.point h2 img{ width: 100%; max-width: 600px;}


.point h3{
  text-align: left;
  background-color: #727471;
  width: 100%; padding: 0.75em 0.5em;
  position: relative;
}
.point h3 img { height: 2.25rem; vertical-align: bottom;}
.point h3:before,.point h3:after{
  content:''; display: block; width: 100%;
  position: absolute;
  border-top: rgba(237,195,0,1.00) solid 2px;
}
.point h3:before{ left: 0; top: 5px;}
.point h3:after{ right: 0; bottom: 5px;}

.point .box_point{
  position: relative;
  padding: 1em 0 1em 0;
}
.point .box_point p{
  width: 57%;
  min-height: 12em;
  text-align: left; line-height: 1.5;
  font-size: 1.0rem;
  padding:0 1em 0 0em;
}
.point .box_point img {
  position: absolute; margin: auto; display: block;
  width:42%;
  top: 1em; bottom:1em;
  right:0;
}
.point .other{
  background-color: rgba(255,255,255,1.00);
  padding-bottom: 0.5em; margin-top: 2em;
}
.point .other h3{
  text-align: left;
  background-color: rgba(237,195,0,1.00);
  width: 100%; padding: 0.75em 0.75em;
  position: relative;
}
.point .other h3 img { width: 10em; height: auto; display: block;}
.point .other h3:before,.point .other h3:after{
  content:''; display: block; width: 100%;
  position: absolute;
  border-top: #727471 solid 2px;
}
.point .other h3:before{ left: 0; top: 5px;}
.point .other h3:after{ right: 0; bottom: 5px;}
.point .other p{
	border-left: 6px solid #A7AAA9;
	padding-left: 0.5em;
	font-size: 1.1rem;
	color: #727471;
	text-align: left;
	margin: 0.5em 0.5em 0em 0.5em;
	line-height: 1.3em;
}



@media screen and (max-width: 768px){
  .point{ padding: 0 3%; }
  .point .other p{ font-size:1rem; }
}
@media screen and (max-width: 425px){
  .point h3 img { height: auto; width: 100%; max-width: 320px; vertical-align: bottom;}
  .point .box_point p{
    width: 100%;
    min-height:inherit;
    text-align: left; line-height: 1.5;
    font-size: 1.0rem;
    padding:0 0em 1em 0em;
  }
  .point .box_point img {
    position: relative; margin: auto; display: block;
    width:100%;
    top:inherit; bottom:inherit; right:inherit;
  }
  .point .other{ padding-bottom: 0.5em; margin-top: 2em; }
  .point .other h3 img { width: 8em; height: auto; display: block;}
  .point .other p{ font-size: 1rem; }
}

/* ---------------------------------------------------------------------
  voice 
 --------------------------------------------------------------------- */
.voice{
  width: 100%; max-width: 760px; word-spacing: -.4em;
  margin: 0 auto 5em auto; padding: 8em 0 0em 0; position: relative;
}
.voice .voiceBox{
  width: 48%; padding: 1%; box-sizing: border-box; min-height:15em;
  display: inline-block; word-spacing: normal;
  margin-top: 1em; vertical-align: top; padding-bottom: 4em;
}
.voice .voiceBox .photo{}
.voice .voiceBox .photo img{ width: 100%;}
.voice .voiceBox .name{font-size: 1.5rem; font-weight: normal; margin: 0.5em 0 1em 0;}
.voice .voiceBox .name span{font-size: 60%; font-weight: normal; margin: 0.5em 0; display: block;line-height: 1.3;}
.voice .voiceBox .text{font-size: 1rem; text-align: left; font-weight: normal; margin-bottom: 0.5em; line-height: 1.3; }
.voice .voiceBox .btn{ position: absolute; bottom: 0; width: 45%; margin: auto;}
.voice .voiceBox a{
  width: 100%; display: block; padding: 0.5em; box-sizing: border-box;
  border: solid #727471; border-radius: 8px;
  color: #727471;
  text-decoration: none; font-weight: bold;
}
.voice .voiceBox a:link, .voice .voiceBox a:visited{ background-color: rgba(255,255,255,1.00); }
.voice .voiceBox a:hover, .voice .voiceBox a:active{ background-color: rgba(255,255,255,0.3); position: relative; top: 1px;}

@media screen and (max-width: 768px){
  .voice{ padding: 6em 0.5em 0 0.5em; }
  .voice .voiceBox .name{font-size: 1.2rem;}
}
@media screen and (max-width: 600px){
  .voice{ padding: 5em 0.5em 0 0.5em; }
  .voice .voiceBox{ width: 100%; min-height:inherit;}
  .voice .voiceBox .photo img{ width: 60%;}
  .voice .voiceBox .text{font-size: 0.9rem; line-height: 1.3;  min-height:inherit;}
  .voice .voiceBox .btn{ position: relative; bottom: 0; width: 90%; max-width: 20em; margin: auto; padding-top: 1em;}
  .voice .voiceBox .name span br{ display: none;}
}

/*--------------------------------------------------------
	links
----------------------------------------------------------*/
.links{ width: 75%; max-width: 600px; margin: 2em auto;}
.links img{ width: 70%;}
.links a{
  display: block; padding:3% 2%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.3);
}
.links a.gold{ background-image: url(images/bg_btn_bold.png); }
.links a.red{ background-image: url(images/bg_btn_red.png); width: 80%; margin: 0 auto;}

.linkstext{ font-size: 1rem; text-align: center; line-height: 1.5;}

@media screen and (max-width: 768px){
  .links{ width: 90%;}
  .links a.red{ width: 90%; }
  .linkstext{ font-size: 0.9rem; margin: auto;}
}
@media screen and (max-width: 425px){
  .links{ width: 95%;}
  .links img{ width: 85%;}
  .links a.red{ width: 100%; }
  .links a{
    display: block; padding:5% 1%;
    }
  .linkstext{ font-size: 0.8rem; text-align: left;}
}



/* ---------------------------------------------------------------------
  white_wrap 
 --------------------------------------------------------------------- */
.white_wrap{
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
}
.white_wrap h2{ text-align: left;}

.teemaTitle{
  border-top:solid 1px rgba(0,0,0,1.00); border-bottom:solid 1px rgba(0,0,0,1.00);
  display: table; width: 100%; padding: 1%; font-weight: normal;
}
.teemaTitle p{ display: table-cell; vertical-align: middle; width:auto;}
.teemaTitle p+p{ padding-left: 1em;}
.teemaTitle p.image{ width: 55%; padding-right: 0.5em;}
.teemaTitle img{ display: table-cell; vertical-align: middle; height: auto; width: 100%;}
/*.teemaTitle img.subtitle{max-width: 430px;}*/

.midashi {text-align: left;}
.midashi img{ height: 2rem;}

@media screen and (max-width: 768px){
  .white_wrap{
    padding: 2%;
  }
  .teemaTitle{
    display: block; width: 100%; padding: 2% 0;
  }
  .teemaTitle p{ display: block; width:auto; font-size: 1.15rem;}
  .teemaTitle p.image{ width: 100%; padding-right: 0.5em;}
  .teemaTitle img{ display: block; vertical-align: middle; height: auto;}
  .midashi img{ height: 1.5rem;}	
  .teemaTitle img.subtitle{margin-top: 0.8em;}

}

@media screen and (max-width: 560px){
/*	.teemaTitle img.subtitle{max-width: 280px;}*/
}

@media screen and (max-width: 425px){
  .teemaTitle p{ font-size: 1.0rem;}
  .midashi img{ height: 1.5rem;}
}



/* -------------------------------------------------------------
   sch_wrap
 --------------------------------------------------------------------- */
.sch_wrap h3{
  text-align:left;
  margin-bottom: 0.5em;
}
.sch_wrap .fig{ width:980px; text-align: left;}


/* -------------------------------------------------------------
   schedule　開催日程
 --------------------------------------------------------------------- */
.sch_wrap{
	width:100%; max-width:930px;
	margin:20px auto 30px auto;	
	clear:both;
	overflow:hidden;
	position: relative; /*付け足し*/
}

.sch_wrap .midashi { text-align: left; }
.sch_wrap .midashi img{ width: 100%; max-width: 600px; height: auto;}

/*付け足し*/
.sch_wrap p.detail{
	position: absolute;
	top: 15px; right: 0px;
	font-size: 1.1em;
}


.schedule{
	width:100%; max-width: 930px; height: auto;
  overflow: hidden;
	margin-right:10px;
}
.schedule img{
	width:99%;
}

.block:nth-child(2){
	clear:both;
	overflow:hidden;
}

/*付け足し*/
@media screen and (max-width: 900px){
	.sch_wrap p.detail{
		position: static;
		text-align: left;
		margin-bottom: 0.3em;
	}
}


/* -------------------------------------------------------------
   cont_box　講義内容
 --------------------------------------------------------------------- */

.cont_box{
	width: 100%; max-width:930px;
	margin:10px auto;
	display:table;
	border-top:1px solid #666; border-bottom:1px solid #666;
  padding: 10px 0;
}
.cont_box+.cont_box{ border-bottom:1px solid #666; border-top:0;padding-top: 0px;}

/* --- .title---*/
.cont_box .title{ width: 43%; padding-right: 1em; box-sizing: border-box;}

/* --- 講義見出し---*/
.cont_box .title .cont{
  text-align: left;
	background-color:#727471;
	color:#fff;
	font-weight:bold;
  word-spacing: -.4em;
}
.cont_box .title .cont p{ display: inline-block; font-size: 0.8rem; word-spacing: normal;  line-height: 2; vertical-align: middle;}
/* --- 第○部 ---*/
.cont_box .title .cont .number{
	color:#727471;
  background: #EDC300;
  display: inline-block;
  margin-right: 0.5em;
  height: auto;
}
/* --- 講義名--*/
.cont_box .title .cont_title{
  max-width:340px;
	color:#222;
	font-weight:bold;
	font-size:1.1rem;
	line-height:1.4;
	margin:0 auto 0 auto;
	padding:2em 0 1em 0 ;
	text-align:center;
	vertical-align:middle;
}
.cont_box .title .cont_title span{ font-size:60%; display:block;	}


/* --- .text---*/
.cont_box .text{
	width:55%; padding: 0; box-sizing: border-box;
  margin:0 auto;
	line-height:1.5;
	font-size:1rem;
	text-align:left;
}

.cont_box .title, .cont_box .text{ display: inline-block; vertical-align: top;}


@media screen and (max-width: 768px){
  .cont_box .title{ width:49%; }
  .cont_box .text{ width:49%;}
  .cont_box .title .cont p{ font-size: 0.7rem; }
  .cont_box .title .cont_title{ font-size:1.2rem; }
}
@media screen and (max-width: 600px){
  .cont_box .title, .cont_box .text{ display: block; vertical-align: top;}
  .cont_box .title{ width:100%; padding-right: 0em;}
  .cont_box .text{ width:100%; margin-top: .5em}
  .cont_box .title .cont p{ font-size: 2.0vw; }
}
@media screen and (max-width: 425px){
  .cont_box .title .cont p{ font-size: 3.5vw; }
}


/* -------------------------------------------------------------
   title_member　講師プロフィール
 --------------------------------------------------------------------- */
.subbox{ display: block; padding-bottom: 5em;}
.subbox:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.subbox_text{
  width: 48%; padding: 1%; box-sizing: border-box;
  display: inline-block; vertical-align: top; text-align: center;
}

.title_member{
  text-align: left;
	width:100%; height: 5.5em;
	border-bottom:1px solid #888;	
	margin:2em 0 1.5em 0;
  word-spacing: normal;
  font-size: 0.9rem; line-height: 1.3;
  font-weight: normal;
}
.title_member img{
  height: 2rem; display: block; margin-bottom: 0.5em;
}

.subbox_text .image{ width: 35%; margin-bottom: 0.5em; margin-right: 1em; float: left;}
.subbox_text .image img{ width: 100%;}
.subbox_text .text{  text-align: left; font-size: 1.05rem; line-height: 1.65; width: 100%; }

/*
.height_ad{ height: 8em;}
@media screen and (max-width: 768px){
	.height_ad{ height: 9.5em;}
}
*/


@media screen and (max-width: 600px){
  .subbox_text{
    width: 100%; padding: 1%;
    display: block; clear: both;
  }
  .title_member{
    text-align: left;
    width:100%; height: auto;
    border-bottom:1px solid #888;	
    margin:2em 0 1.5em 0;
    word-spacing: normal;
    font-size: 1rem; line-height: 1.3;
    font-weight: normal;
  }
}



/* -------------------------------------------------------------
    実施要領
 --------------------------------------------------------------------- */
h2.b_title{
  background-color: rgba(245,242,232,1.00); text-align: left; padding: 0 1%;
  width: 100%; max-width: 780px; box-sizing: border-box; margin: 0 auto;
  position: relative; z-index: 0;
}
h2.b_title::before{
  content: ''; display: block;
  position: absolute; margin: auto;
  width: 98%; height: 1px;
  background-color: #727471;
  bottom: 0; top: 0; z-index: -1;
}
h2.b_title p{background-color: rgba(245,242,232,1.00); display: inline-block; padding-right: 1em}
h2.b_title img{height: 1.5em;}


.infobox{
	width:100%; max-width: 760px;
	margin:20px auto;
	border:0 #aaa solid;
}
.info{
	overflow:hidden;
	width:100%;
	margin:0;
  display: table;
}
.info:after{ 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
.i_title {
  background-color:#EDC300;
  width:80px; box-sizing: border-box; font-size: 0.9rem;
  padding:5px 10px;
  color:#727471;
  float: left;
  margin-bottom:10px;
  line-height: 1.5;
}
.i_data {
	text-align:left;
	padding:5px 10px;
	margin-bottom:10px; margin-left: 80px;
  box-sizing: border-box;  font-size: 0.9rem;
	line-height:1.6;
}
.i_data ul{ margin-left: 1em; }
.i_data li{ text-indent: -1em; }

.i_data > em{
	font-style:normal;
	color:#E31136;
	font-weight:bold;
}

.i_data_ph{
	width:50%;
	text-align:left;
	display: inline-block;
	float:left;
	padding:5px 0 5px 10px;
	margin-bottom:10px;
	line-height:1.6;
	font-size:90%;
}
.i_data_ph img{ width: 100%; height: auto; }

.sp{
	font-weight:bold;	
}

.i_access{
	display:block;
	font-weight:bold;
	width:50%;
	margin-top:10px;
}


@media screen and (max-width: 768px){
  .infobox{ padding: 0 2%; }  
}
@media screen and (max-width: 600px){
  .i_title,.i_data { font-size: 1.05rem; }
  .i_title {  width:100px; }
  .i_data{margin-left: 100px;}
}
@media screen and (max-width: 425px){
  .infobox{ padding: 0 1%; }  
  .i_title {
    width:8em; box-sizing: border-box; font-size: 1.1rem;
    padding:0.25em 0.5em;
    float: none;
    margin-bottom:10px;
    line-height: 1.5;
  }
  .i_data {
    text-align:left;
    padding:0.25em;
    margin-bottom:10px; margin-left: 0;
    box-sizing: border-box;  font-size: 1rem;
    line-height:1.6;
  }

}

/* -------------------------------------------------------------
   annual_box　2018年度開催日程
 --------------------------------------------------------------------- */
.annual_box{
	width:50%; padding-left: 10px;
  display: inline-block;
}

.annual_box h4{
	width:100%;
	font-size:100%;
	line-height:1.5;
	text-align:left;
	margin:0 auto;
}

.annual{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	clear:both;	
	font-size:90%;
	line-height:1.5;
}

.annual_box p{
	font-size:70%;
	line-height:1.6;
	text-align:left;
  font-color:#727471;
}

.annual > dt,.annual > dd{
	font-size:95%;
	padding-top:0.45em;
  display:inline-block;
	margin:0 auto 2px auto;
  height:2em;
	line-height:1;
	border:1px solid #727471;
  box-sizing: border-box; vertical-align: top;
}

.annual > dt{
	background-color:#727471;
	color:#EDC300;
	text-align:center;
	width:15%;	
}
.annual > dd{
	text-align:left;
	width:75%;
	padding-left:5px;
}
.annual > dd:after{
  content:''; height:0; display:block; clear:both;
}

@media screen and (max-width: 768px){
  .i_data_ph{
    width:100%; max-width: none;
    text-align:left;
    display: block;
    float: none;
    padding:5px 0 5px 10px;
    margin-bottom:10px;
    line-height:1.6;
    font-size:90%;
  }
  .annual_box{
    width:100%; max-width: none;
    display: block;
  }
}
@media screen and (max-width: 370px){
.annual > dt,.annual > dd{
  font-size:80%;
 }
}



/* -------------------------------------------------------------
   footer
 --------------------------------------------------------------------- */
footer{
	width:100%; max-width:940px;
	margin:20px auto;
  padding: 0 2%;
	display:block;	
}

.ftr li{
	background-color:#fff;
  text-align:left;
  font-size: 0.8rem;
	line-height:1.4;
	display:table;
  margin-bottom: 3px;
}
.ftr li p{ display: table-cell;vertical-align: middle;}
.ftr li .f_image{
  background-image: url(images/bg_logo.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size:100% auto;
}
.ftr li img{
  width: 100%; height: auto; display: block;
}
.f_text{
	border-left:1px solid #666; box-sizing: border-box;
	padding:1em; 
	width:65%;
	
}
@media screen and (max-width: 768px){
  footer{
    padding: 0 3%;
  }
}
@media screen and (max-width: 600px){
  .f_text{ width:50%;}
}
@media screen and (max-width: 425px){
  .ftr li{
    display: block;
  }
  .ftr li p{ display: block;vertical-align: middle;}
  .f_text{
    border-left:none; border-top:1px solid #666; box-sizing: border-box;
    width:100%;
  }
}

/* -------------------------------------------------------------
   他
 --------------------------------------------------------------------- */

.block > p > em {
	font-style:normal;
	font-weight:bold;
	color:#cb0e28;
}

.box_movie{
  position: relative;
  padding-bottom: 35%; 
  height: 0;
  overflow: hidden;
}

.box_movie iframe{
  position: absolute; margin: auto;
  top: 0; bottom: 0;
  left: 0; right: 0;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 315px;
}

p.movie_text{
  text-align: center;
	padding-top:20px;	
	clear:both;
}

@media screen and (max-width: 768px){
  .box_movie{ padding-bottom: 50.25%; }
}
@media screen and (max-width: 600px){
  .box_movie{ padding-bottom: 56.25%; }
}
@media screen and (max-width: 425px){
}



/* -- clear float -- */ 
.info{ 
    display: block; 
} 
.info:after{ 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 

/* \*/ 
* html .info{height:1%;} 
.info{display: block;} 
/* */ 
/* -- end clear float -- */



.block:last-child > p{
	text-align:center;
}


.info_full,.block .info_full{
  text-align: center;
  margin: auto; padding-bottom:1em;
  color: rgba(230,0,0,1.00);
  font-size: 120%;
  line-height: 1.5;
}


/*--------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{display: inline-block;}
/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End Hack */

/* ---------------------------------------------------------------------
   animation-box
 --------------------------------------------------------------------- */
.animation-box{
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
}
.animation-box.active{
  opacity: 1;
}





/*sp用--講義内容エリア--帯部分2行にしたい場合*/
@media screen and (max-width: 900px){
	.cont_box .title .cont .sp-number {
        line-height: 3.5em;
    }
	.cont_box .title .cont .sp__performer {
		line-height: 1.5em;
	}
	.cont_box .title .cont .sp__br {
		display: block;
	}
	.cont_box .title .cont p.third {
		display: block; background-color: #EDC300;
	}
  .cont_box .title .cont_title {
    max-width: 350px;
  }
}
/*end----sp用--講義内容エリア*/
