@charset "utf-8";

#main-content section:nth-child(odd){
	background: #fafbe4;
}
#main-content section.contents_btn{
	background: none;
}

/*explanatory-video
************************************************************************************/
#explanatory-video .movie{
	text-align: center;
	margin: 20px auto 0;
	width: 900px;
}
#explanatory-video .movie video{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
#explanatory-video .movie{
	width: 98%;
	margin: auto;
}
}

/*flow
************************************************************************************/
#flow .flowchart-area{
	margin: 50px 0 0 55px;
}

#flow .flowchart-area .wrap-step{
	border: 3px solid #ff7f00;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width: calc(100% - 90px);
	height: auto;
	margin-bottom: 50px;
	
	position: relative;
}
#flow .flowchart-area .wrap-step .stepbox{
	position: absolute;
	width: 95px;
	left: -75px;
	top: 0;
}
#flow .flowchart-area .wrap-step .subject{
	width: 100%;
	height: auto;
	padding: 0 70px 0 30px;
	margin: 0 auto -60px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#flow .flowchart-area .wrap-step:last-child .subject{
	margin: 0 auto 0px auto;
}
#flow .flowchart-area .wrap-step .illust{
	width: 170px;
	position: absolute;
	bottom: -30px;
	right: -50px;
	z-index: 10;
}
#flow .flowchart-area .wrap-step .illust.small{
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -30px;
	right: -50px;
}
#flow .flowchart-area .wrap-step .illust img{
	width: 100%;
	height: auto;
}
#flow .flowchart-area .wrap-step .arrow{
	position: relative;
	bottom: -80px;
	left: 0;
	z-index: 50;
	width: 100%;
	text-align: center;
	height: 61px;
}

#flow .flowchart-area .wrap-step .subject h3{
	font-size: 21px;
	font-family: m-plus-rounded-2p, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 700;
	font-style: normal;
}
#flow .flowchart-area .wrap-step .subject h3 + p{
	padding: 1em 0 0 0;
}
#flow .flowchart-area .wrap-step .subject .point-area{
	background: #fdedbb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	position: relative;
	width: 500px;
	margin: 60px 0 0 auto;
}
#flow .flowchart-area .wrap-step .subject .point-area .title{
	position: absolute;
	top: -50px;
	left: 15px;
}
#flow .flowchart-area .wrap-step .subject .point-area .title + p{
	padding-top: 10px;
}

#flow .stepbox .step{
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	text-align: center;
	color: #FFF;
	line-height: 1;
	font-size: 36px;
	font-weight: bold;
	background: #ff7f00;
	border-radius: 50%;
	box-sizing: border-box;
	
	font-family: m-plus-rounded-2p, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 700;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow .stepbox .step span:before{
	display: block;
	font-size: 16px;
	margin: 0;
	content: "STEP";
}

#flow .stepbox .step:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ff7f00;
	z-index: 0;
}
@media screen and (max-width: 979px) {
#flow .flowchart-area .wrap-step .subject h3{
	font-size: 20px;
}
#flow .flowchart-area .wrap-step .subject{
	padding: 0 100px 0 30px;
}
#flow .flowchart-area .wrap-step .subject .point-area{
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {

#flow .flowchart-area .wrap-step{
	padding: 15px;
	width: 100%;
}
#flow .flowchart-area .wrap-step .subject{
	padding: 0 0px 0 30px;
	margin: 0 auto -60px auto;
}
#flow .flowchart-area .wrap-step .illust{
	display: inline;
	
	width: auto;
	height: auto;
	position: static;
}
#flow .flowchart-area .wrap-step .illust.small{
	width: auto;
	height: auto;
	position: static;
}
#flow .flowchart-area .wrap-step .illust img{
	width: 100px;
	height: auto;
	float: right;
	margin: 0 0 15px 15px;
}
}
@media screen and (max-width: 620px) {
table.normal tbody th,
.cms-posts table tbody th{
	background: #ffc8c8;
	text-align: left;
}
table.normal tbody th:before { content: "承認番号："; }

table.normal tbody td::before{
	font-weight: bold;
	display: block;
}
table.normal tbody td.issue-title:before {
	content: "[研究課題名]";
}
table.normal tbody td.date:before {
	content: "[研究終了日]";
}
}
@media screen and (max-width: 480px){

}

/*docs
************************************************************************************/

/*research-list
************************************************************************************/
#research-list td.issue-title a{
	background: url(/mdp/img/common/icon_pdf.svg) no-repeat left 0.85em;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 10px 1.5em 10px 25px;
}

@media screen and (min-width: 980px) {
/*pc*/
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}