@charset "utf-8";
/* 訪問取材 */
#visit {
	padding-bottom: 30px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	width: 100%;
	line-height: 1.9em;
}
#list-bnr {
	border-bottom: 2px solid #333;
	padding-bottom: 15px;
}
#main-bnr .pic:nth-child(n + 2) img {
	margin-top: 30px;
}
#main-bnr {
	margin-top: 60px;
}
/* 写真のキャプション */
.pic {
	position: relative;
}
.pic-cap1 {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	color: #222;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.pic-cap2 {
	color: #222;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 15px;
	width: 100%;
	text-align: center;
}
/* チャプター */
.chap {
	letter-spacing: 0.05em;
	color: #000;
	margin-top: 80px;
}
.chap img {
	margin-top: 30px;
}
#chap-lead {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #111;
	border: 1px solid #333;
	padding: 18px 0;
	border-left: 0;
	border-right: 0;
}
.chap-tit {
	text-align: left;
	font-size: 23px;
	font-weight: bold;
	color: #111;
	/* background-color: #1B951D; */
	padding: 0 0 12px 12px;
	border: 2px solid #457FFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
/* 小見出し */
.sub {
	margin-top: 30px;
	font-size: 15px;
	overflow: hidden;
}
.sub-tit {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #457FFF;
	position: relative;
}
.sub-tit-dash {
	position: absolute;
	top: 1px;
	left: 0;
	font-weight: bold;
	font-size: 22px;
	margin-right: 8px;
	display: inline-block;
	color: #457FFF;
}
.sub-tit-txt {
	padding-left: 32px;
}
.sub-txt {
	font-size: 14px;
}
.sub i { /* IE7、8、9向け */
	background-color: #FF6;
}
.sub i {
	background: linear-gradient(transparent 60%, #FFFF66 60%);
	font-style: normal;
	font-weight: bold;
}
/* レイアウト①（左：写真、右：本文） */
.left-img {
	float: left;
	width: 265px;
}
.right-txt {
	float: left;
	width: 530px;
	max-width: 100%;
	margin-left: 10px;
}
/* レイアウト②（左：本文、右：写真） */
.right-img {
	float: right;
	width: 265px;
}
.left-txt {
	float: left;
	width: 530px;
	max-width: 100%;
}
/* レイアウト③（本文のみ） */
/* #visit-info */
#visit-info {
	border: 1px solid #87BD88;
	background-color: #F1FFF1;
	margin-top: 50px;
	padding: 20px;
}
#visit-info-tit {
	overflow: hidden;
	margin-bottom: 10px;
}
#visit-info-tit-line {
	float: left;
	height: 23px;
	width: 5px;
	background-color: #87BD88;
}
#visit-info-tit-txt {
	margin-left: 8px;
	float: left;
	font-weight: bold;
	color: #111;
}
#visit-info table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#visit-info table th, #visit-info table td {
	font-size: 13px;
	background-color: #FFF;
	padding: 8px;
	border: 1px solid #BBB;
}
#visit-info table th {
	font-weight: bold;
	width: 180px;
	text-align: left;
	background-color: #F9F9F9;
}

@media (max-width: 767px) {
	#visit {
		margin: 0 10px;
		width: auto;
		line-height: 2em;
	}
	.chap-tit {
		margin-top: 45px !important;
	}
	.pic-cap1 {
		padding: 10px 0;
	}
	#list-bnr {
		padding-bottom: 0;
	}
	picture img, .chap img {
		margin-top: 15px !important;
	}
	#main-bnr {
		margin-top: 20px;
	}
	#visit-info {
		margin-top: 30px;
		padding: 0 10px 10px 10px;
	}
	#visit-info table th {
		width: 36%;
	}
	#visit-info table td {
		word-break: break-all;
	}
}
