/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/


/* ------ General Settings ------ */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background: white;
}

#wrapper {
}

.nopc{display: none!important;}
.nopc_il{display: none!important;}
.nosp{display: block!important;}
.nosp_il{display: inline!important;}
.nosp_tbl{display: table!important;}

/*--- 配置関連 ---*/

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

.disp_tbl{display: table;}
.disp_none{display: none;}
.disp_inbl{display: inline-block;}

.pd0{padding:0;}
.pd5{padding: 5px;}
.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd25{padding: 25px;}

.pl15{padding-right: 15px;}

.pr15{padding-left: 15px;}

.pt10{padding-top: 10px;}

.pb10{padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}

.m0a{margin: 0 auto;}

.m10{margin: 10px;}
.m15{margin: 15px;}
.m20{margin: 20px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt50{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt100{margin-top: 100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb100 {margin: 0 0 100px 0;}

.ml60{margin-left: 60px;}

.container {display: flex;}

.mt1{margin-top: 30px;}
.mt2{margin-top: 60px;}
.mt3{margin-top: 90px;}

/*---- text関連 ----*/

.txt_r{text-align: right;}
.txt_c{text-align: center;}

.txt_emphasis{color:#004196; text-decoration:underline;}
.txt_blue{color:#004196;}

.marker_kuan{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #ffffa5 0%);}
.marker_ni{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #cecece 0%);}
.marker_chen{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #E2F0ED 0%);}
.marker_joint{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #E0D1E8 0%);}
.marker_immunity{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #E2F0ED 0%);}
.marker_replenish{color:#004196; text-decoration:underline; background:linear-gradient(transparent 0%, #dcfdff 0%);}

.fs_20px{font-size: 20px;}
.fs_22px{font-size: 22px;}
.fs_24px{font-size: 24px;}
.fs_28px{font-size: 28px;}
.fs_32px{font-size: 32px;}
.fs_18{font-size: 18pt;}
.fs_16{font-size: 16pt;}
.fs_14{font-size: 14pt;}
.fs_12{font-size: 12pt;}
.fs_10{font-size: 10pt;}
.fs_s{font-size:0.8em;}
.fs_l{font-size:1.2em;}

.fw_b{font-weight: bold;}

/* ------ h ------ */


h1.logo{
	width: 78px;
	height: auto;
}

h2 {width:100%;}

h2 img{
	width:100%;
	height:auto;
}


h3{
	padding: 10px;
	font-size: 25px;
	color:#fff;
	background-color: #000;
	text-align: center;
}

h5{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.midote_profile{
	width:100%;
	background-color: #000;
	border-width: 5px 0 0 0;
	border-color: #ff0000;
	border-style: solid;
	background-color: #000;
}

.midote_profile h2{
	margin: 0 auto;
	max-width: 800px;
}

/* ------ 装飾 ------*/


/* ------ a,ボタン ------*/
a:hover{
	opacity: 0.7;
}

/* ------ Header ------ */

header {
	clear: both;
	overflow: hidden;
	height:60px;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

header .container {
	text-align: left;
	display: table;
	height:60px;
}

header .container .item{
	display: table-cell;
	vertical-align: middle;
}

/* ------ Footer ------ */

footer {
	height:35px;
	background-color: #fff;
	padding-top:100px;
}

footer .ft_wrap{
	width:100%;
	padding:5px;
	background-color:#000;
	color:#fff;
	text-align:center;
}

/* ------ Contents ------ */

.wrap{
	margin: 0 auto;
	max-width: 800px;
}

.introduction{
	color:#004196;
	font-weight: bold;
	font-size: 1.2em;
}

.bnr3_container {
	display: flex;
	justify-content: center;
}

.bnr3_container .item{
	text-align: center;
	padding:8px;
}

.bnr3_container .item img{
	max-width: 250px;
}

/* -- プロフィール -- */

.profile_histry_text{
	font-size: 20px;
}

.profile_histry_ttl{
	background-color: #0088ee;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size:20px;
}

.profile_histry_hl .item{
	background-color: #B8DEFA;
	color:#0068A8;
	text-align: center;
}

.profile_histry_hl .item:nth-child(1){
	width:10%;
}

.profile_histry_hl .item:nth-child(2){
	width:60%;
	border-style: solid;
	border-color:#D0E9FC;
	border-width: 0 0 0 1px;
}

.profile_histry_hl .item:nth-child(3),
.profile_histry_hl .item:nth-child(4),
.profile_histry_hl .item:nth-child(5){
	width:10%;
	border-style: solid;
	border-color:#D0E9FC;
	border-width: 0 0 0 1px;
}

.profile_histry .item,
.profile_histry2 .item,
.profile_histry_w .item,
.profile_histry2_w .item,
.profile_histry_hl .item{
	padding: 5px;
}

.profile_histry .item:nth-child(1){
	width:10%;
	background-color: #cccccc;
}

.profile_histry .item:nth-child(2){
	width:60%;
	background-color: #e5e5e5;
}

.profile_histry .item:nth-child(3),
.profile_histry .item:nth-child(4),
.profile_histry2 .item:nth-child(3),
.profile_histry2 .item:nth-child(4){
	text-align: right;
}

.profile_histry .item:nth-child(3),
.profile_histry .item:nth-child(4),
.profile_histry .item:nth-child(5){
	width:10%;
	background-color: #e5e5e5;
	border-style: solid;
	border-color:#F1F1F1;
	border-width: 0 0 0 1px;	
}

.profile_histry2 .item:nth-child(1){
	width:10%;
	background-color: #bfbfbf;
}

.profile_histry2 .item:nth-child(2){
	width:60%;
	background-color: #d9d9d9;
}

.profile_histry2 .item:nth-child(3),
.profile_histry2 .item:nth-child(4),
.profile_histry2 .item:nth-child(5){
	width:10%;
	background-color: #d9d9d9;
	border-style: solid;
	border-color:#F1F1F1;
	border-width: 0 0 0 1px;
}

.profile_histry_w .item{
	width: 100%;
	background-color: #e5e5e5;
}

.profile_histry2_w .item{
	width: 100%;
	background-color: #d9d9d9;
}

.youtube_wrap{
	width:445px;
	margin: 0 auto;
}

.youtube_ttl{
	background-color: #000;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size:20px;
}


.youtube{
	width:445px;
	height:250px;
}

.bnr_sp2{flex-wrap: wrap;}

.img_half{width:50%;}


/* ------ Media Queries ------ */

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

	.nosp{display: none!important;}
	.nopc{display: block!important;}
	.nopc_il{display: inline!important;}
	.nosp_il{display: none!important;}
	.nosp_tbl{display: none!important;}

	body{
		font-size: 40px;
	}

	header{
		height:100px;
		padding-top: 10px;
	}

	header .container .item{
		margin: 0 auto;
	}


	/* ------ footer sp nav ------*/
	.footer {
		margin-bottom: 48px;
	}

	footer .ft_wrap {font-size: 24px;}

	/* ------ h ------*/
	h1.logo{
		width: 280px;
		height: auto;
	}

	h1.logo img{
		width:280px;
	}

	h3{
		font-size: 40px;
	}

	h5{
		font-size: 44px;
	}


	/* ------ a ------*/


	/* ------ main ------*/

	.profile_histry_hl .item:nth-child(1),		
	.profile_histry .item:nth-child(1),
	.profile_histry2 .item:nth-child(1){
		width:17%;
	}

	.profile_histry .item:nth-child(2),
	.profile_histry2 .item:nth-child(2),
	.profile_histry_hl .item:nth-child(2){
		width:29%;
	}

	.profile_histry .item:nth-child(3),
	.profile_histry .item:nth-child(4),
	.profile_histry .item:nth-child(5),
	.profile_histry2 .item:nth-child(3),
	.profile_histry2 .item:nth-child(4),
	.profile_histry2 .item:nth-child(5),
	.profile_histry_hl .item:nth-child(3),
	.profile_histry_hl .item:nth-child(4),
	.profile_histry_hl .item:nth-child(5){
		width:18%;
	}

	.youtube_ttl{
		font-size: 40px;
	}
	
	.introduction{
		font-size: 1.1em;
	}

	.wrap{padding: 0 20px;}

	.bnr3_container{
		flex-direction:column;
	}

	.bnr3_container .item{
		margin-top:21px; 
		padding:0;
	}

	.bnr_sp2{
		flex-direction: row;
	}

	.bnr_sp2 .item{
		width:45%;
	}

	.bnr_sp2 .item{
		padding: 8px;
		margin-top: 0;
	}

	.bnr3_container .item img{
		max-width: 100%;
		width: 100%;
		height:auto;
	}



	.profile_histry .item,
	.profile_histry2 .item,
	.profile_histry_w .item,
	.profile_histry2_w .item,
	.profile_histry_ttl,
	.profile_histry_hl{
		font-size: 26px;
	}



	.youtube_wrap{
		width:728px;
		margin: 0 auto;
	}

	.youtube{
		width:728px;
		height:409px;
	}

	.profile_histry_text{font-size: 30px;}

	.img_half{width:100%;}


}