
/*---------------------------------
		下層ページ共通
---------------------------------*/
#main_visual{
	position: relative;
    padding: 5rem 0;
	background: #efefef;
	z-index: 1;
}
#main_visual:before{
	content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    left: 0;
    top: 0;
}
#main_visual p{
	margin-bottom: 0;
	line-height: 2.4rem;
}
table{
	width: 100%;
	border-collapse : collapse;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
table th,
table td{
	padding: 1rem;
	border-bottom:2px solid #333;
	vertical-align: middle;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: 0;
}
table td{
	width: 70%;
}
table th{
	text-align: center;
	width: 30%;
}
.bnr_sec{
	background: #e9e8e4;
}
.first_table th,
.first_table td{
	color: #fff;
	background: #333;
}
.col2_block{
	display: flex;
	flex-wrap: wrap;
}
.col2_inner{
	width: 50%;
	padding-right: 2%;
}
.col2_inner:last-child{
	padding-right: 0;
}
.col2_block.reverse{
	flex-direction : row-reverse;
}
.col2_block.reverse .col2_inner:first-child{
	padding-right: 0;
}
.col2_block.reverse .col2_inner:last-child{
	padding-right: 2%;
}
.contact_box {
	width: 980px;
	margin: 10rem auto 0 auto;
	padding: 10px 0;
	color: #333;
}
.contact_box_txt {
  margin: 5rem 0
}
.contact_box .wrapper {
	padding: 5px;
	text-align: center;
	border: 3px solid;
	background: #efefef;
}
/*---------------------------------
		responsive
----------------------------------*/
@media (min-width: 1200px) {/* 1200px以上*/
}
@media (min-width: 980px) {/* 980px以上*/
	.contact_box .wrapper {
		border-top: none;
		width: 980px;
	}
	#main_visual .wrap980,
	#main_visual .wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.page_title{
	    padding-right: 3rem;
	    border-right: 2px solid #222;
	}
	.page_discription{
	    padding-left: 5rem;
    	font-size: 1.4rem;
	}
	.contact_box .wrapper .caption {
		font-size: 3rem;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		overflow: hidden;
		margin: -5px -8px 0 -8px;
		position: absolute;
		width: 980px;
	}
	.contact_box .wrapper .caption:before,
	.contact_box .wrapper .caption:after {
		content: "";
		position: absolute;
		width: 100%;
		margin-top: -2px;
		border-top: 3px solid;
		top: 50%;
	}
	.contact_box .wrapper .caption:before {
		-ms-transform: translate(-100%, 0);
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		margin-left: -30px;
	}
	.contact_box .wrapper .caption:after {
		margin-left: 30px;
	}
}
@media (min-width: 769px) {
}
@media screen and (max-width: 980px) {
	.contact_box,
	.contact_box .wrapper .caption,
	.contact_box .wrapper {
		width: 100%;
	}
	.contact_box .wrapper .caption{
		padding: 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.contact_box_txt {
	    margin: 2rem 0;
	}
}
@media screen and (max-width: 768px) {
	#main_visual {
	    padding: 2rem 0;
	}
}
@media screen and (max-width: 468px) {
	table th {
    	text-align: left;
	    width: 35%;
	}
	table td {
	    width: 65%;
	}
.contact_box {
	    margin: 5rem auto 0 auto;
	}
}