@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;
}



.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

header{
  width: 100%;
  height: 50%;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: end;

}


header h1 img{
  width: 90%; max-width: 500px;
  height:auto;
  margin: auto;
}

.linkBox{
  height: 50%;
}

.linkBox a{
  display: block; margin: 1em auto; padding: 1em 1.5em;
  background-color: #EDC300;
  color: #222222;
  border-radius: 2em;
  text-decoration: none;
}


.copyright{
	margin:20px auto;
	text-align:center;
	color:#666;
	font-size:70%;
	line-height:1.4;	
  position: relative;
  align-self: flex-end;
}

/* -------------------------------------------------------------
   他
 --------------------------------------------------------------------- */

.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;
	}
}
/*end----sp用--講義内容エリア*/
