@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .content {
	width: 1002px;
}

#main .h2Ttl {
	margin: 185px 0 39px;
	font-size: 106px;
	letter-spacing: 28px;
}

#main .topTxt {
	margin-bottom: 96px;
	font-size: 23px;
	text-align: center;
	line-height: 2.06;
	letter-spacing: 2px;
}

#main .photo {
	margin-bottom: 214px;
}

#main .photo img {
	width: 100%;
}

#main .h3Ttl01 {
	margin-bottom: 99px;
	font-size: 48px;
	font-weight: 400;
	font-family: 'Cinzel', serif;
	text-align: center;
	letter-spacing: 10px;
}

#main .interviewBox {
	margin-bottom: 181px;
}

#main .interviewBox01 {
	margin-bottom: 209px;
}

#main .photoArea {
	margin-bottom: 24px;
	position: relative;
}

#main .photoArea .num {
	position: absolute;
	left: 42px;
	top: 0;
}

#main .photoArea .text {
	display: inline-block;
	position: absolute;
	left: 39px;
	bottom: 44px;
	font-size: 19px;
}

#main .photoArea .text .txt {
	padding: 5px 10px 3px;
	display: inline-block;
	letter-spacing: 3px;
	background-color: #FFF;
}

#main .photoArea .text .txt01 {
	margin: 9px 0 0 63px;
	display: inline-block;
	background-color: #FFF;
}

#main .name {
	margin: 0 72px 9px 47px;
	padding-bottom: 8px;
	font-size: 17px;
	letter-spacing: 3px;
	border-bottom: 1px solid #7F7F7F;
}

#main .note {
	margin: 0 72px 0 47px;
}

#main .note .txt {
	padding: 1px 5em 0 0;
	display: block !important;
	font-size: 16px;
	letter-spacing: 2.5px;
}

#main .note .btn {
	padding-right: 29px;
	display: block;
	float: right;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	background: url(../img/common/icon05.png) no-repeat right 2px top 7px;
}

#main .note .btn .close {
	display: none;
}

#main .note.on .btn {
	background-image: url(../img/common/icon06.png); 
}

#main .note.on .btn .close {
	display: block;
}

#main .note.on .btn .open {
	display: none;
}

#main .note .btn:hover {
	opacity: 0.7;
}

#main .detailBox {
	display: none;
	padding: 153px 62px 250px;
}

#main .detailBox h4 {
	margin-bottom: 70px;
	font-size: 38px;
	font-weight: normal;
}

#main .detailBox h5 {
	margin-bottom: 27px;
	color: #1D7CB5;
	font-size: 31px;
	font-weight: normal;
	line-height: 1.9;
}

#main .detailBox p {
	margin-bottom: 101px;
	font-size: 18px;
	line-height: 2.22;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: justify;
}

#main .detailBox .text01 {
	margin-bottom: 40px;
}

#main .detailBox .text02 {
	margin-bottom: 67px;
}

#main .detailBox .text03 {
	margin-bottom: 63px;
}

#main .detailBox .pho {
	margin-bottom: 112px;
}

#main .detailBox .pho01 {
	margin-bottom: 52px;
}

#main .linkBox a {
	padding: 29px 10px 27px;
	display: block;
	font-size: 21px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 7px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #000;
}

#main .linkBox a:hover {
	opacity: 0.7;
}

#main .h3Ttl02 {
	margin: 0 60px 36px 71px;
	padding: 22px 10px 18px;
	font-size: 19px;
	text-align: center;
	letter-spacing: 2px;
	border: 1px solid #BFBFBF;
}

#main .tableBox {
	margin: 0 60px 49px 71px;
}

#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .tableBox th,
#main .tableBox td {
	padding: 15px 14px 14px;
	width: 78%;
	font-size: 14px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	vertical-align: top;
	line-height: 1.74;
	border-bottom: 1px solid #BFBFBF;
}

#main .tableBox th {
	padding: 15px 20px 14px 50px;
	width: 22%;
	font-weight: bold;
}

#main .tableBox .last th,
#main .tableBox .last td {
	border-bottom: none;
}

#main .phoList {
	margin: 0 0 40px 6px;
}

#main .phoList li {
	margin-bottom: 20px;
	text-align: center;
}

#main .phoList li:last-child {
	margin-bottom: 0;
}

#main .linkBox01 {
	margin: 0 65px 175px 72px;
}

#main .linkBox01 a {
	padding: 22px 10px 21px;
}

@media all and (-ms-high-contrast:none){
	#main .photoArea .text .txt {
		padding: 8px 10px 0;
	}
	
	#main .note .btn {
		background-position: right 2px top 3px;
	}
}

@media screen and (max-width: 767px) {
	#main .content {
		margin: 0;
		width: auto;
	}
		
	#main .h2Ttl {
		margin: 61px 0 26px;
		font-size: 43px;
		letter-spacing: 10px;
	}
	
	#main .topTxt {
		margin-bottom: 45px;
		font-size: 13px;
		line-height: 2.15;
	}

	#main .photo {
		margin-bottom: 66px;
	}

	#main .h3Ttl01 {
		margin-bottom: 36px;
		font-size: 18px;
		letter-spacing: 4px;
	}
	
	#main .interviewBox {
		margin-bottom: 41px;
	}
	
	#main .interviewBox01 {
		margin-bottom: 110px;
	}
		
	#main .photoArea {
		margin-bottom: 13px;
	}
			
	#main .photoArea img {
		width: 100%;
	}
	
	#main .photoArea .num {
		left: 17px;
	}
		
	#main .photoArea .num img {
		width: 50px;
	}
	
	#main .photoArea .text {
		left: 15px;
		bottom: 15px;
		font-size: 13px;
	}
	
	#main .photoArea .text .txt {
		padding: 4px 6px 2px;
	}
	
	#main .photoArea .text .txt01 {
		margin: 7px 0 0 43px;
	}

	#main .name {
		margin: 0 35px 4px 35px;
		padding-bottom: 2px;
		font-size: 10px;
		border-bottom: 1px solid #BFBFBF;
	}

	#main .note {
		margin: 0 35px 0 35px;
	}

	#main .note .txt {
		font-size: 11px;
	}
	
	#main .note .btn {
		padding-right: 15px;
		font-size: 11px;
		background: url(../img/common/sp_icon05.png) no-repeat right 4px;
		background-size: 15px auto;
	}
	
	#main .note .btn:hover {
		opacity: 1;
	}
		
	#main .detailBox {
		padding: 57px 35px 103px;
	}
	
	#main .detailBox h4 {
		margin-bottom: 45px;
		font-size: 18px;
		text-align: center;
		line-height: 1.8;
	}
	
	#main .detailBox h5 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.5;
	}
	
	#main .detailBox p {
		margin-bottom: 60px;
		font-size: 12px;
		line-height: 1.81;
		letter-spacing: 1px;
	}

	#main .detailBox .text01 {
		margin-bottom: 23px;
	}

	#main .detailBox .text02 {
		margin-bottom: 38px;
	}

	#main .detailBox .text03 {
		margin-bottom: 28px;
	}
	
	#main .detailBox .pho {
		margin: 0 -35px 66px;
		padding-top: 20px;
	}
	
	#main .detailBox .pho01 {
		margin-bottom: 29px; 
	}
		
	#main .detailBox .pho img {
		width: 100%;
	}
	
	#main .linkBox a {
		padding: 16px 10px 15px;
		font-size: 16px;
		letter-spacing: 3px;
	}

	#main .h3Ttl02 {
		margin: 0 36px 32px;
		padding: 11px 10px 10px;
		font-size: 17px;
	}
	
	#main .tableBox {
		margin: 0 35px 32px;
	}
	
	#main .tableBox table {
		border-top: 1px solid #BFBFBF;
	}
	
	#main .tableBox th,
	#main .tableBox td {
		padding: 4px 0 6px;
		width: 71%;
		font-size: 11px;
	}
	
	#main .tableBox th {
		padding: 4px 10px 6px 0;
		width: 29%;
	}
/*	
	#main .phoBox {
		margin: 0;
	}
	
	#main .phoBox img {
		width: 100%;
	}
	
	#main .phoList {
		margin: 0;
	}
	
	#main .phoList li {
		width: 48.2%;
	}*/

	#main .phoList {
		margin: 0 0 28px;
	}
		
	#main .phoList li {
		margin-bottom: 9px;
	}

	#main .phoList li img {
		width: 100%;
	}
	
	#main .linkBox01 {
		margin: 0 34px 110px;
	}
	
	#main .linkBox01 a {
		padding: 16px 10px 15px;
	}
}
@media (min-width: 320px) and (max-width: 374px) {
	#main .detailBox h4 {
		margin: 0 -15px 45px;
	}
}
@media all and (-ms-high-contrast:none){
	#main .linkBox01 a {
		padding: 24px 10px 19px;
	}
}
