@charset "utf-8";
/*下階層用*/
.itvNon {display: none;}

#title_img {
	margin: 0;
	padding: 0
}
#title_img img {
	width: 100%;
	vertical-align: bottom;
}
#second_title_wrap {
	width: 100%;
}

@media screen and (max-width: 768px) {
#second_title_wrap {
	margin: 0 0 3%;
}
}
#second_title {
	width: 100%;
	position: relative;
}
#second_title_catch h1 {
	width: 1000px;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	transform: none;
}

@media screen and (max-width: 1100px) {
#second_title_catch h1 {
	width: 90%;
	top: 20%;
}
}

@media screen and (max-width: 768px) {
#second_title_catch h1 {
	width: 85%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	transform: none;
}
}
#second_title_catch h1 img {
	width: 100%;
	vertical-align: bottom;
}
#second_title_catch p {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-align: right;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
#second_title_catch p {
	font-size: 1.2em;
}
}

@media screen and (max-width: 480px) {
#second_title_catch p {
	font-size: 1em;
}
}
#second_title_img {
	width: 100%;
	margin: 0 0 1%;
}
#second_title_img img {
	width: 100%;
	vertical-align: bottom;
}
/*コンテンツ*/
.second_content_wrap {
	width: 100%;
	padding: 3% 0;
	background-image: url(../images/content_back.png);
	background-position: center top;
	background-color: #ff9600;
	background-size: cover;
}
.second_content {
	width: 95%;
	margin: 0 auto;
	display: flex;
}

@media screen and (max-width: 768px) {
.second_content {
	display: block;
}
}
.second_content_img {
	width: 50%;
}

@media screen and (max-width: 768px) {
.second_content_img {
	width: 98%;
	margin: 0 auto;
}
}
.second_content_img img {
	width: 100%;
	vertical-align: bottom;
}
.second_content_interview {
	width: 42%;
	margin: 3% 3% 0;/*	background-color: #fafafa;*//*	border-top: 1px solid #000;*/
}

@media screen and (max-width: 768px) {
.second_content_interview {
	width: 98%;
	margin: 2% auto 0;
}
}
.second_content_interview h2 {
	margin: 0;
	padding: 2% 2% 0.5%;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #000;
	border-radius: 50px;
	text-align: center;
	background-image: url(../images/interview/second_h2_back.png);
	background-position: left center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
.second_content_interview h2 {
	font-size: 1.2em;
	padding: 3% 3% 2%;
}
}
.second_content_interview h3 {
	margin: 0;
	padding: 5% 3% 1%;
	font-size: 1.1em;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.second_content_interview h3 {
	font-size: 1em;
	padding: 3%;
}
}
.second_content_interview p {
	font-size: 0.95em;
	margin: 0;
	padding: 3% 5%;
	line-height: 1.5em;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 1%;
}
/* .second_content br.txt-m {
	display: block;
	content: "";
	margin-top: 1em;
} */
.second_content span.txt-m {
	display: block;
	/* content: ""; */
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
.second_content_interview p {
	font-size: 0.8em;
	padding: 3%;
}
}
.second_content_interview p a {
	color: #fff;
	text-decoration: none;
}
.second_content_interview #sign_img {
	max-width: 500px;
	margin: 0 auto
}
.second_content_interview #sign_img img {
	width: 100%;
	vertical-align: bottom;
}
/*パターン2_写真小*/
.second_content_wrap2 {
	width: 100%;
	background-color: #f3f3f3;
	background-image: url(../images/interview/contents_back_line.png);
	background-repeat: repeat-x;
	background-position: center 0%;
	padding: 1% 0 2%;
}

@media screen and (max-width: 768px) {
.second_content_wrap2 {
	background-image: none;
}
}
.second_content_img2 {
	width: 30%;
	margin-top: 3%;
}

@media screen and (max-width: 768px) {
.second_content_img2 {
	width: 98%;
	margin: 0 auto;
}
}
.second_content_img2 img {
	width: 100%;
	vertical-align: bottom;
}
.second_content_interview2 {
	width: 60%;
	margin: 3% 3% 0;
}

@media screen and (max-width: 768px) {
.second_content_interview2 {
	width: 98%;
	margin: 0 auto;
}
}
.second_content_interview2 h2 {
	margin: 0;
	padding: 2% 2% 0.5%;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	background-image: url(../images/interview/second_h2_back.png);
	background-position: left center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
.second_content_interview2 h2 {
	font-size: 1.2em;
	padding: 3% 3% 2%;
}
}
.second_content_interview2 h3 {
	margin: 0;
	padding: 5% 3% 1%;
	font-size: 1.1em;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.second_content_interview2 h3 {
	font-size: 1em;
	padding: 3% 3% 1%;
}
}
.second_content_interview2 p {
	font-size: 0.95em;
	margin: 0;
	padding: 2% 3%;
	background-color: #333;
	line-height: 1.5em;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 1%;
}

@media screen and (max-width: 768px) {
.second_content_interview2 p {
	font-size: 0.8em;
	padding: 3%;
}
}
.second_content_interview2 #sign_img {
	max-width: 500px;
	margin-right: 0;
	margin-left: auto;
	padding: 2% 0 3%;
}
.second_content_interview2 #sign_img img {
	width: 100%;
	vertical-align: bottom;
}
#uta_coment {
	width: 100%;
}
#uta_coment h3 {
	margin: 0;
	padding: 5% 3% 1%;
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width: 768px) {
#uta_coment h3 {
	font-size: 1em;
}
}
.second_content_interview #uta_coment p {
	padding: 2%;
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
	background-color: #ff9600;
	font-weight: 500;
	color: #000;
}
.second_content_interview2 #uta_coment p {
	padding: 2%;
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
	background-color: #f3f3f3;
	font-weight: 500;
	color: #000;
}
/*タイムスケジュール*/
#time_wrap {
	width: 100%;
	padding: 4% 0 2%;
	background-image: url(../images/interview/schedule._back.png);
	background-position: 0% top;
	background-color: #ccc;
	background-repeat: repeat-x;
}
#time {
	width: 60%;
	margin: 0 auto;
	text-align: center;/*	border: 5px solid #ff9600;*/
}
/* 複数名表示の時 */
.sche_ttl{
	margin: 4em auto 0;
    font-size: 20px;
	font-weight: 600;
    text-align: left;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
	.sche_ttl{
		margin: 1em auto 0;
	}
	#time {
		width: 95%;
		margin: 5% auto 0;
	}
}
#time h2 {
	max-width: 580px;
	margin: 0 auto;
	padding-bottom: 3%;
}
#time h2 img {
	width: 100%;
}
#time_img {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#time_img {
	width: 100%;
}
}
#time_img img {
	width: 100%;
	vertical-align: bottom;
}
/*記録*/
/*共通*/
.font_small09 {
	font-size: 0.95em;
}
#record_wrap {
	width: 100%;
	background-color: #000;
	padding: 4% 0;
	background-image: url(../images/interview/record_back.png);
	background-position: 0% bottom;
	background-repeat: repeat-x;
}
#record {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
#record {
	width: 95%;
	margin: 5% auto 0;
}
}
#record h2 {
	max-width: 580px;
	margin: 0 auto;
	padding-bottom: 3%;
}
#record h2 img {
	width: 100%;
}
#record table {
	width: 100%;
	border: none;
}
#record table th {
	width: 12%;
	border: 1px solid #999;
	font-size: 0.9em;
	border-radius: 5px;
	background-color: #fafafa;
}
#record table td {
	width: 88%;
	padding: 1% 1% 0.5% 1.5%;
	border: 1px solid #999;
	font-size: 0.9em;
	background-color: #fafafa;
	border-radius: 5px;
	text-align: left;
	font-weight: 700;
}
#record > p {
	font-size: 1.2em;
	font-weight: 600;
}
#record > p:last-of-type {
	margin: 2em auto 0.5em;
}
hr {
	width: 80%;
	margin: 1% auto;
	border: 1px dotted #999;
}
