@charset "UTF-8";
/* ******************************************************************

	--interview.css--

	1. Layout setting

****************************************************************** */

#page_block3{
width:745px; float:left; padding:0; margin:0;
    background-color: #f9f9f9;
    border: 1px solid #c6bfba;
    -ms-box-shadow: 0 0 0 4px #fff inset;
    -moz-box-shadow: 0 0 0 4px #fff inset;
    -webkit-box-shadow: 0 0 0 4px #fff inset;
    box-shadow: 0 0 0 4px #fff inset;
    padding: 17px!important;
}

/*==================================================================
	1. Layout setting
===================================================================*/

#search form{
	width: 678px;
}

.bdimg {
	border: 1px solid #e1e1e1;
	line-height: 0;
	margin-bottom: 20px;
}

.listtopic li {
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 18px;
	padding: 19px;
}

.listtopic li:last-child {
	margin-bottom: 0;
}

.listtopic li p{
	line-height: 1.7;
}

.listtopic li .right{
	margin-top: 20px;
}

.imgtopic {
	width: 98px;
	text-align: center;
}

.txttopic {
	width: 530px;
}

.txttopic h3 a {
	background: #fbf9ea;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
}

.textcl {
	background: #f8edd1;
	color: #644328;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 14px;
}

.txttopic p {
	color: #644328;
}

.txttopic > a {
	display: block;
	margin-top: 30px;
	text-align: right;
}

.detailimgbox {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 0;
	position: relative;
}

.detailimgbox .main-detail{position: relative;}

.bg-detail{
	position: absolute;
	right: 0;
	top: 0;
}

.bigtxt {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.4;
}

.yamada {
	font-size: 18px;
	margin-left: -20%;
	margin-bottom: 17px;
	text-align: center;
}

.event li {
	font-size: 12px;
	margin-bottom: 15px;
}

.event li:last-child {
	margin-bottom: 0;
}

.summary {
	background: #fbf9ea;
	border: 4px solid #e5deae;
	color: #644328;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 15px;
}

.pager {
	position: relative;
	padding: 13px 0;
}

.curpage {
	text-align: center;
}

.next,
.prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev {
	display: none;
	left: 0;
}

.next {
	right: 0;
}

.interviewbox {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 19px;
}

.titinter {
	background: #eeeacd;
	border-left: 9px solid #cbc17c;
	color: #402610;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 15px;
}

.otherbox {
	background: #fff;
    border: 1px solid #e5e1c8;
    border-top: 7px solid #009cff;
    margin-bottom: 15px;
    padding: 25px;
}

.imgother {
	width: 186px;
}

.txtother {
	width: 425px;
}

.txtother > a {
	font-size: 18px;
	font-weight: bold;
}

.tblinter {
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.tblinter th {
	background: #eeeacd;
	border: none;
	border-bottom: 1px solid #ebebeb;
	color: #8a631b;
	padding: 7px 15px;
	position: relative;
	vertical-align: middle;
	width: 112px;
}

.tblinter th:before {
	border-top: 2px solid #fff;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.tblinter th:after {
	border-top: 2px solid #fff;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
}

.tblinter td {
	border: none;
	border-bottom: 1px solid #ebebeb;
	padding: 7px 15px;
}

.btn01{
	border: 1px solid #d8ac88;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
	margin: auto;
}

.btn01 a{
	background: #ead4i89;
	background: -moz-linear-gradient(top,  #ead489 0%, #d3b473 100%);
	background: -webkit-linear-gradient(top,  #ead489 0%,#d3b473 100%);
	background: linear-gradient(to bottom,  #ead489 0%,#d3b473 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead489', endColorstr='#d3b473',GradientType=0 );
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
/*#header{height:113px;}*/
/*コロナLPリンク用*/
    #header{height:170px;}
/*コロナLPリンク用*/
.contentbox{padding:0;}
#page_block3{width:100%!important;float:none!important;border:none;background:#fff;padding:0;}
.headline02{margin:0 0 10px;}
	.yamada{
		color: #009cff;
		text-align: left;
		margin-left: 0;
	}

	.event{
		color: #009cff;
	}

	.imgtopic {
		margin-right: 10px;
		width: 98px;
	}

	.listtopic li{
		padding-right: 15px;
	}
	
	.txttopic {
		width: calc(100% - 108px);
	}

	.txttopic h3 a{
		background: none;
		padding: 5px 0 5px 15px;
	}

	.listtopic li p{
		color: #644328;
	}

	.listtopic li .right{display: none;}
	
	.imgother {
		width: 100%;
		text-align: center;
	}

	.textcl{
		background: none;
	}
	
	.txtother {
		width: 100%;
		text-align: center;
	}

	.section-inner .bx-next{
		right: 10px;
	}

	.section-inner .bx-prev{
		left: 10px;
	}

	.interviewbox,
	.detailimgbox{
		border: none;
		padding: 0;
	}

	.detailimgbox{margin-bottom: 24px;}

	.summary{margin: 0 -10px 20px;}

	.txtother > a{
		display: block;
		text-align: center;
	}

	.tblinter td{
		text-align: left;
	}

	.btn01{
		display: inline-block;
		width: auto;
	}

	.bg-detail{
		position: static;
	}

	.bg-detail img{width: 100%;}
    .hline01{
        margin: 0;
    }
}

@media only screen and (max-width: 468px) {
	.tblinter th, .tblinter td {
		width: 100%;
		display: block;
	}

	.bg-detail img{
		width: 100%;
	}

	.detailimgbox{
		border: none;
		padding: 20px 0;
	}

	.detailimgbox .main-detail{
		background-color: #fff;
	}
}