/*

tumiki2016迚�

*/

.tumiki{
	display: block;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 0px;
	font-size: 0;
	line-height: 1.8;
}
.tumiki:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	visibility:  hidden;
	clear: both;
}

.tumiki > div {
	float: left;
	font-size: 15px;
}

.tumiki .iframeWrapper {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.tumiki .iframeWrapper:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.tumiki > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.tumiki > div:last-child {
	margin-bottom: 0;
}

.tumiki_block .date {
	font-family: 'Oswald',sans-serif;
	font-weight: lighter;
	font-size: 24px !important;
	margin-bottom: 30px !important;
}

.tumiki_block .date > span.type {
	position: relative;
	top: -0.3em;
}

.tumiki_block .fullsize_img + .date {
	margin-top: 11px;
}

div.fullsize_text {
	width: 100%;
	margin-bottom: 40px;
	line-height: 24px;
	font-size: 14px;
}

/*separate_line*/
div.separate_line {
	display: block;
	width: 100%;
	border-top: 1px dotted rgba(150,150,150,.75);
	margin: 40px 0;
}


.tumiki_clear {
	clear: both;
	display: inline-block;
	width: 100%;
	height: 3px;
}

.double_text {
	display: flex;
	text-align: left;
}

.double_text p {
	font-size: 14px;
	margin: 65px 8px 30px;
	line-height: 24px;
}

.double_text p + p {
	margin-left: 4.8%;
}

@media screen and (max-width:750px) {
}


.tumiki .iframeWrapper{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.tumiki .iframeWrapper:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.tumiki > div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.tumiki > div:last-child{
	margin-bottom: 0;
}
/*title_main*/
.tumiki_block .title_main,
.tumiki .title_main{
	font-weight: normal;
	width: 100%;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.tumiki_block .date {
    font-family: 'Oswald',sans-serif;
    font-weight: lighter;
    font-size: 24px !important;
    margin-bottom: 30px !important;
}
.tumiki_block .date > span.type{
	position: relative;
	top: -0.3em;
}
.tumiki_block .fullsize_img + .date {
    margin-top: 11px;
}

@media screen and (max-width: 768px) {
.tumiki_block .title_main,
.tumiki .title_main{
    font-size: 24px;
    margin-bottom: 10px; 
   	text-align: justify;
  } 
}

/*title_sub*/
div.title_sub{
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
	div.title_sub{
		text-align: justify;
	}
}

/*fullsize_text*/
div.fullsize_text{
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
	div.fullsize_text{
		text-align: justify;
		margin-bottom: 20px;
		line-height: 22px;
		font-size: 16px;
	}
}

/*fullsize_img*/
div.fullsize_img{
    width: 100%;
    font-size: 0;
    margin: 0 0 30px;
}
@media screen and (max-width:750px) {
	div.fullsize_img{
    margin:0 0 20px ;
}
}
.title_main + div.fullsize_img{
	margin-top: 30px;
}
div.fullsize_img:first-child{
	margin-top: 0;
}
div.fullsize_img img{
	width: 100%;
}

/*title_lead*/
div.title_lead{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 16px;
	letter-spacing: normal;
	line-height: 1.5;
	letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
	div.title_lead{
		text-align: justify;
		margin-top: 10px;
	}
}
div.title_lead span{
	display: block;
	font-family: initial;
	width: 100%;
	font-size: 20px;
	margin: 7px 0 0 0;
	line-height: 1.6;
}
@media screen and (max-width:750px) {
	div.title_lead span{
		line-height: 23px;
		
	}
}


/*image_right*/
div.image_right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 30px;
}

div.image_right p{
	flex: 0 0 calc((100% - 20px)/2);
	text-align: justify;
	line-height: 1.8;
}

div.image_right > span{
	flex: 0 0 calc((100% - 20px)/2);
}
div.image_right > span > img{
	width: 100%;
	display: block;
}
div.image_right > span > span{
	font-size: 13px;
}
div.image_left + div.image_left,
div.image_left + div.image_right,
div.image_right + div.image_right,
div.image_right + div.image_left{
	margin-top: -5px;
}
@media screen and (max-width:750px) {
	div.image_right{
		display: block;
	}
	div.image_right > span,
	div.image_right > p{
		display: block;
		width: 100%;
	}
	div.image_right > p{
		margin-top: 10px;
	}
}


/*image_left*/
div.image_left{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 30px;
}

div.image_left p{
	flex: 0 0 calc((100% - 20px)/2);
	text-align: justify;
	line-height: 1.8;
}

div.image_left > span{
	flex: 0 0 calc((100% - 20px)/2);
}
div.image_left > span > img{
	width: 100%;
	display: block;
}
div.image_left > span > span{
	font-size: 13px;
}
@media screen and (max-width:750px) {
	div.image_left{
		display: block;
	}
	div.image_left > span,
	div.image_left > p{
		display: block;
		width: 100%;
	}
	div.image_left > p{
		margin-top: 10px;
	}
}

/*image_double*/
div.image_double{
	display: block;
	width: calc((100% - 10px)/2);
	margin-bottom: 30px;
}
.image_double img{
	display: block;
	width: 100%;
}
div.image_double + div.image_double{
	margin-left: 10px;
}
@media screen and (max-width:750px) {
	div.image_double{
		display: block;
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}
}


/*image_triple*/
div.image_triple{
	display: block;
	width: calc((100% - 10px*2 - 1px)/3);
	margin-bottom: 30px;
}
div.image_triple img{
	display: block;
	width: 100%;
}
div.image_triple + div.image_triple{
	margin-left: 10px;
}
@media screen and (max-width:750px) {
	div.image_triple{
		width: 100%;
		margin-bottom: 20px;
	}
}


/*image_double_caption*/
div.image_double_caption{
	display: block;
	width: calc((100% - 10px)/2);
	margin-bottom: 16px;
}
div.image_double_caption img{
	display: block;
	width: 100%;
}
div.image_double_caption span {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 10px;
}
div.image_double_caption + div.image_double_caption{
	margin-left: 10px;
}
@media screen and (max-width:750px) {
	div.image_double_caption{
		display: block;
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
	}
}

/*image_triple_caption*/
div.image_triple_caption{
	display: block;
	width: calc((100% - 10px*2 - 1px)/3);
	margin-bottom: 16px;
}
div.image_triple_caption img{
	display: block;
	width: 100%;
}
div.image_triple_caption span {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 10px;
}
div.image_triple_caption + div.image_triple_caption{
	margin-left: 10px;
}
@media screen and (max-width:750px) {
	div.image_triple_caption{
		width: calc((100% - 10px*2 - 1px)/3);
		margin-bottom: 10px;
	}
}

/*text_link*/
div.text_link{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
div.text_link > a {
	flex:  0 0 auto;
	display: block;
	color: #00877c;
	font-size: 16.21px;
	background: #b2ddda;
	padding: 15px 20px 13px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	min-width: 325px;
}

div.text_link > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #99d3dd;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

div.text_link > a:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
@media screen and (max-width: 750px) {
	div.text_link > a{
		flex-basis: 100%;
	}
}

div.pdf_list{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: row wrap;
	justify-content: space-between;
	margin-bottom: 0px;
	font-size: 0;
	line-height: 1.8
}

div.fifth{
	width: 24%;
	height: 4.5vw;
	margin: 0 0.2% 32px 0;
}

div.fifth ul{
	width: 100%;
	height: 100%;
}

div.fifth ul li{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 3px;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

div.fifth ul li span{
	font-size: 18px;
	margin-left: 5%;
	color: #FFF;
}

div.youtube_double{
	width: 49%;
	margin-bottom: 15px;
}

div.youtube_double li{
	position: relative;
	width: 100%;
}
div.youtube_double li{
	display: block;
	content: "";
	padding-top: 55%;
}

div.youtube_double iframe{
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px) {
	div.text_link > a{
		max-width: inherit;
	}
}
/*tumiki_clear*/
.tumiki_clear{
	display: block;
	width: 100%;
	height: 0;
}

.double_text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
}
.double_text p {
	font-size: 14px;
	margin: 65px 8px 30px;
	line-height: 24px;
}
.double_text p + p {
	margin-left: 4.8%;
}
@media screen and (max-width:750px) {
.double_text {
	display: block ;
	text-align: left;
}
.double_text p {
	font-size: 16px;
	line-height: 23px;
	margin: 28px 0px 0px;
}
.double_text p + p {
	margin-left: 0;
}
}
