@charset "utf-8";
/* CSS Document */
#video{
	max-width:1024px;
	margin:25px auto;
}
.profile{
	max-width:1024px;
	margin:0 auto;
	padding:20px 0;

}
.picture{
	width:45%;
	float:left;
	background:#006;
	margin:0 0 25px;
}
.sign{
	margin:100px 0 0;
	width:50%;
	float:right;
	font-size:50px;
}
.sign span{
	font-size:20px;
}
.aboutMenu{
	padding:25px 0;
}
.aboutHead{
	text-align:center;
	background:#EB6EA5;
	color:#FFF;
	font-size:20px;
	line-height:50px;
}
.aboutBody{
	margin-top:20px;
	background:#fbe6e7;
	padding:25px 0;
	clear:both;
}
.aboutBody p{
	margin:0 auto;
	line-height:25px;
	display:block;
}
.aboutMenu ul{
	max-width:900px;
	margin:0 auto;
}
.aboutMenu li{
	float:left;
	width:calc(100%/3);
}
.aboutMenu a{
	display:block;
}
.aboutTitle::before {
	content: "》";
}
.aboutMenu dl{
	margin:2%;
	border:solid 2px #EB6EA5;
	box-sizing: border-box;
}
.aboutMenu dl:hover{
	border:solid 2px #00A199;
	box-sizing: border-box;
}
.aboutMenu dt{
	padding:2.5%;
	background:rgba(248,205,206,0.3);
	color:#EB6EA5;
	height:100px;
}
.aboutMenu dt:hover{
	color:#00A199;
}
.aboutTitle{
	font-size:120%;
	line-height:30px;
	color:#444;
	font-weight:500;
}

.overView{
	max-width:1024px;
	margin:30px auto;
	border:solid 3px #00A199;
}
.ovList{
}
.ovList dt{
	background:#00A199;
	color:#FFF;
	font-size:20px;
	padding:10px;
}
.ovList dd{
	padding:20px;
}
.details{
	list-style:url("../../img/listStyle.png");
	padding:0 25px;
}
.details li{
	padding:5px;
}
.prfPic{
	
}
.officer{
	width:90%;
	max-width:600px;
	margin:0 auto;
	font-size:18px;
	border-bottom:dotted 3px #00A199;
	padding:15px 0;
}
.officer li{
	float:left;
	width:50%;
}
.position,.name,.intro{
	margin:0 5%;
	line-height:25px;
}
.name{
	font-size:30px;
}
.cp_timeline02 {
	max-width:1024px;
	position: relative;
	margin: 3em auto;
	overflow: auto;
	min-height:500px;
}
.cp_timeline02:before {
	position: absolute;
	left: 50%;
	width: 5px;
	height: 100%;
	content: '';
	background: #E4007F;
}
.cp_timeline02 h2 {
	position: relative;
	clear: both;
	max-width: 6em;
	margin: 0 auto 1em;
	padding: .1em;
	text-align: center;
	background: #E4007F;
	border-radius: 8px;
	font-size: 1.2em;
	color:#FFF;
}
.cp_timeline02 ul {
	max-width: calc(100% - 4em);
	margin: 0;
	padding: 0 0 0 2em;
	list-style: none;
}
.cp_timeline02 li {
	position: relative;
	margin-bottom: 1em;
	padding: 1em;
	background: #fbe6e7;
	width: 42%;
	border-radius: 8px;
	border: solid 2px rgba(235,110,165 ,1);
}
.cp_timeline02 li:before {
	position: absolute;
	top: 12px;
	left: -14px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fbe6e7 transparent transparent;
	z-index: 0;
}
.cp_timeline02 li:after {
	position: absolute;
	top: 12px;
	left: -16px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #EB6EA5 transparent transparent;
 	z-index: -1;
}
.cp_timeline02 li:nth-child(even) {
	float: right;
	margin-top: 2em;
}
.cp_timeline02 li:nth-child(odd) {
	float: left;
}
.cp_timeline02 li:nth-child(odd):before {
	right: -14px;
	left: auto;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fbe6e7;
}
.cp_timeline02 li:nth-child(odd):after {
	position: absolute;
	right: -16px;
	left: auto;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #EB6EA5 ;
 	z-index: -1;
}
.cp_timeline02 li:nth-of-type(2n+1) {
	clear: both;
}
.cp_timeline02 li .flag {
	color:#E4007F;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.cp_timeline02 li .desc {
	font-size: 1em;
	color:#444;
	line-height: 2em;
}
.cp_timeline02 li .time {
	font-size: 0.8em;
	color: #00A199;
	font-weight: bold;
}
@media screen and (max-width:599px) {
    /*　画面サイズが600pxからはここを読み込む　*/
.profile{
	width:80%;	
}
.picture,.sign{float:none;width:100%;}
.aboutHead{
	font-size:15px;
}
.aboutBody p{
	max-width:90%;
	line-height:20px;
}
.aboutMenu ul{
	width:300px;
}
.aboutMenu li{
	float:none;
	width:300px;
}
.officer{
	max-width:300px;
}
.officer li{
	width:100%;	
	float:none;
}
	.cp_timeline02:before {
		left: 0;
	}
	.cp_timeline02 ul {
		z-index: 1;
		padding: 0 0 0 1.5em;
	}
	.cp_timeline02 li {
		width: 100%;
	}
	.cp_timeline02 li:nth-child(even),
	.cp_timeline02 li:nth-child(odd) {
		float: none;
	}
	.cp_timeline02 li:nth-child(odd):before {
		right: auto;
		left: -12px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #fbe6e7 transparent transparent;
	}
	.cp_timeline02 li:nth-child(odd)::after {
		right: auto;
		left: -16px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #EB6EA5 transparent transparent;
	}
}
@media screen and (min-width:600px) and ( max-width:1023px) {
    /*　画面サイズが600pxから1024pxまではここを読み込む　*/
.aboutBody p{
	max-width:550px;;
}
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
.aboutBody p{
	max-width:800px;
}
}