@charset "utf-8";
/* CSS Document */

/*========pc_style========*/
@media screen and (min-width: 751px) {
	/*========実行委員紹介コンテンツ========*/
	.leader_title{
		max-width:89.2%;
		max-height:302px;
		background-color:#00c474;
	}
	.leader_title img{
		max-width:57.8%;
		margin-left:21%;
	}
	.leader_wrap{
		padding-top:25px;
		padding-bottom:40px;
		margin-left:7.6%;
	}
	.leader_wrap_left{
		width:44%;
		float:left;
		margin-right:1.2%;
	}
	.leader_wrap_right{
		width:44%;
		float:left;
		margin:0;
	}
	.leader_01{
		background-color:#009eff;
	}
	.leader_01 .leader_img{
		width:26%;
		float:left;
		margin:50px 20px;
	}
	.leader_01 .leader_text{
		width:64%;
		float:left;
		margin-top:4%;
		margin-bottom:4%;
	}
	.leader_01 .leader_text p{
		font-size:110%;
		margin-left:6px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.leader_01 .leader_text .comment{
		color:#fff;
	}
	.leader_01 .leader_text .profile_01{
		font-size:200%;
		color:#fcff01;
		font-weight:bold;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.leader_01 .leader_text .profile_02{
		font-size:130%;
		color:#fcff01;
		font-weight:bold;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.leader_02{
		background-color:#fff;
	}
	.leader_02 .leader_img{
		width:23%;
		float:left;
		margin:30px 25px 30px 30px; 
	}
	.leader_02 .leader_text{
		width:63%;
		float:left;
		margin-top:2%;
		margin-right:2%;
		padding-bottom:4%;
		letter-spacing:0.2px;
		line-height:170%;
	}
	.leader_02 .leader_text p{
		font-size:110%;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.leader_02 .leader_text .comment{
		color:#2c2c2c;
	}
	.leader_02 .leader_text .profile_01{
		font-size:170%;
		color:#ff0753;
	}
	.leader_02 .leader_text .profile_02{
		font-size:130%;
		color:#ff0753;
		margin-top:8px;
	}
	footer{
		margin-top:-1%;
	}
}

@media screen and ( max-width:750px) {
	.leader_wrap{
		width:750px;
		margin-top:110px;
	}
	.leader_title{
		width:750px;
		height:342px;
		background:url(../images/tab/leader_title.jpg) no-repeat #fff;
		margin-bottom:30px;
	}
	.leader_01{
		width:750px;
		background-color:#41c0ff;
	}
	.leader_01 .leader_img{
		width:240px;
		float:left;
		margin:45px 20px 20px 20px;
	}
	.leader_01 .leader_text{
		padding:20px 12px 40px 0;
	}
	.leader_01 .profile_01{
		font-size:34px;
		color:#fcff01;
	}
	.leader_01 .profile_02{
		font-size:30px;
		color:#fcff01;
	}
	.leader_01 .leader_text{
		color:#fff;
		font-size:20px;
	}
	.leader_02{
		width:750px;
		background-color:#fff;
	}
	.leader_02 .leader_img{
		width:220px;
		float:left;
		margin:50px 20px 20px 20px;
	}
	.leader_02 .leader_text{
		padding:30px 12px 20px 0;
	}
	.leader_02 .profile_01{
		font-size:36px;
		color:#ff0753;
	}
	.leader_02 .profile_02{
		font-size:24px;
		color:#ff0753;
	}
	.leader_02 .leader_text{
		font-size:20px;
	}
	.leader_02 .michikawa{
		margin-bottom:160px;
	}
	.leader_02 .kaziro{
		margin-bottom:520px;
	}
	.leader_02 .totuka{
		margin-bottom:200px;
	}
	.leader_01 .koizumi{
		margin-bottom:200px;
	}
	.map_btn{
		width:700px;
		margin:auto;
	}
}


