@charset "UTF-8";
/* CSS Document */
h2 {
	background-color: #501717;
	background: linear-gradient(90deg, #501717, #fff);
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: leht;
	font-size: 24px;
	text-indent: 1em;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	display: block;
	margin: 20px 0;
}
#interview h4 {
	display: block;
	margin: 0 0 20px;
	font-size: 18px;
}
#interview {
	background-image: url(../images/write/write_bg_01.jpg), url(../images/write/write_bg_03.jpg), url(../images/write/write_bg_02.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	margin: 20px 0;
	padding: 40px;
}
#inter01_01 {
	float: left;
	width: 550px;
	padding-bottom: 20px;
}
#inter01_02 {
	float: right;
	width: 280px;
	padding-bottom: 20px;
}
#inter01_03 {
	text-align: center;
	padding-bottom: 20px;
}
#inter02_01 {
	clear: both;
	float: left;
	width: 280px;
	padding-bottom: 20px;
}
#inter02_02 {
	float: right;
	width: 550px;
	padding-bottom: 20px;
}
#inter03_01 {
	clear: both;
	float: left;
	width: 550px;
	padding-bottom: 20px;
}
#inter03_02 {
	float: left;
	width: 280px;
	padding-bottom: 20px;
	margin-left: 20px
}
#inter04_01 {
	clear: both;
	float: left;
	width: 280px;
}
#inter04_02 {
	float: left;
	width: 550px;
	margin-left: 20px
}
.write01 {
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
#contents, #inter01_01, #inter02_02, #inter01_03, #inter03_01, #inter04_02 {
	max-width: 100%;
}
#interview {
	float: none;
	overflow: hidden;
}
#inter01_01,#inter01_02,#inter01_03,#inter02_01,#inter02_02 {
	float: none;
	margin: 0 auto;
}
#inter03_01,#inter03_02,#inter04_01,#inter04_02{
	float: none;
	margin:10px auto;
}
}
