

.footer,
.mitsui_header,
.contact_block {
	display: none;
}

.mitsui_header dl dt a {
	text-decoration: none;
	color: #444;
}


@media print, screen and (min-width: 700px) {

	.pc {
		display: none !important;
	}

	#wrapper.modal {
		min-height: 604px;
		height: 100%;
		position: relative;
		margin: 0;
	}
	#wrapper.modal .modal_box {
/*
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate( -50%, -50% );
*/
		width: 100%;
		padding: 50px;
	}
	.mitsui_header dl dt a {
		transition: .4s;
	}

	.mitsui_header dl dt a:hover {
		opacity: 0.5;
	}

}

@media print, screen and (max-width: 700px) {

	.pc_n {
		display: none !important;
	}

	.mitsui_header dl {
		display: flex;
		padding: 0 10px;
		box-sizing: border-box;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		transition: .3s;
	}

    .mitsui_header dl dd a img {
        max-width: 125px;
        margin: 15px 0;
    }

}


/*
colorbox
////////////////////////////////////////////////////// */


/*
header
////////////////////////////////////////////////////// */

.mitsui_header {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 700px) {

	.mitsui_header dl {
		font-size: 130%;
		height: 54px;
		display: flex;
		max-width: 1220px;
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-between;
	}

	.mitsui_header dl dd a img {
		max-width: 195px;
		margin: 10px 0;
		transition: .3s;
	}



}

@media print, screen and (max-width: 700px) {


}


/*
inquiry
////////////////////////////////////////////////////// */

#wrapper {
	margin: 2em;
}

.modal_box {
	max-width: 1000px;
	margin: 0 auto;
	display: none;
}

.modal_box .inqury_wrap {
	text-align: center;
}

.modal_box h2,
.modal_box p {
	margin: 1em 0;
}

.modal_box .btn {
	display: block;
	margin-bottom: 1em;
}

.modal_box .btn a {
	color: #0152ad;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 0.5em;
	padding: 1em 2em;
	border: 1px solid #0152ad;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
}

.modal_box .btn a span {
	border-right: 2px solid #0152ad;
	border-bottom: 2px solid #0152ad;
	top: 50%;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(-45deg);
	position: absolute;
	right: 1em;
	transform: translateY( -50% ) rotate( -45deg );
}

.modal_box .split_btn {
	background: #e2efff;
}

.modal_box ul.split_btn li a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	border-radius: 5px;
	padding: 0.75em 0;
	font-weight: 400;
}

.modal_box ul.split_btn li:first-child a {
	background: #e27a00;
	border: 2px solid #e27a00;
}

.modal_box ul.split_btn li:last-child a {
	background: #0068b7;
	border: 2px solid #0068b7;
}


@media print, screen and (min-width: 700px) {

	.contact_block > p {
		font-size: 26px;
		font-weight: 600;
		margin: 1.5em 0;
	}

	.modal_box h2 {
		font-size: 26px;
		font-weight: 600;
	}

	.modal_box p {
		font-size: 21px;
	}

	.modal_box p small {
		font-size: 16px;
	}

	.modal_box .btn a {
		font-size: 21px;
		transition: .3s;
	}

	.modal_box .btn a:hover {
		background: #0152ad;
		color: #fff;
	}

	.modal_box ul.split_btn li a,
	.modal_box .btn a span {
		transition: .3s;
	}

	.modal_box .btn a:hover span {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

	.modal_box .split_btn {
		display: flex;
		padding: 30px 30px 20px;
		margin-top: 20px;
		justify-content: space-between;
	}

	.modal_box .split_btn {
	}

	.modal_box .split_btn li {
		width: 48%;
	}

	.modal_box .split_btn li > span {
		margin-top: 10px;
		display: block;
	}

	.modal_box .split_btn li a {
		font-size: 21px;
	}

	.modal_box ul.split_btn li:first-child a:hover {
		color: #e27a00;
		background: #fff;
	}

	.modal_box ul.split_btn li:last-child a:hover {
		color: #0068b7;
		background: #fff;
	}

}

@media print, screen and (max-width: 700px) {

	.contact_block > p {
		font-size: 22px;
		font-weight: 600;
		margin: 1.5em 0;
	}

	.modal_box h2 {
		font-size: 22px;
		font-weight: 600;
	}

	.modal_box p {
		font-size: 18px;
	}

	.modal_box p small {
		font-size: 13px;
	}

	.modal_box .btn a,
	.modal_box .split_btn > li {
		font-size: 18px;
	}

	.modal_box .split_btn {
		padding: 1.5em;
	}

	.modal_box .split_btn li:first-child {
		margin-bottom: 1.5em;
	}

	.modal_box .split_btn > li > span {
		display: block;
		margin-top: 0.5em;
	}

}


/*
demo
////////////////////////////////////////////////////// */


.contact_block {
	text-align: center;
	max-width: 1000px;
	margin: 1.5vw auto;
}

.contact_block ul {
	display: flex;
	flex-wrap: wrap;
}

.contact_block ul li a {
	position: relative;
	font-weight: 600;
	display: block;
	margin: 0.5em;
	background: #006db7;
	border: 2px solid #006db7;
	color: #fff;
	border-radius: 1em;
	height: 5em;
	text-decoration: none;
}

.navi_block p a span,
.contact_block ul li a span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	transform: translate( -50%, -50% );
}

.navi_block {
	text-align: center;
	max-width: 1000px;
	margin: 1.5vw auto;
}

.navi_block p a {
	position: relative;
	font-weight: 600;
	display: block;
	background: #006db7;
	border: 2px solid #006db7;
	color: #fff;
	border-radius: 0.5em;
	height: 4em;
	max-width: 300px;
	text-decoration: none;
	margin: 0.5em auto;
}



@media print, screen and (min-width: 700px) {

	.navi_block {
		margin-top: 3vw;
	}

	.contact_block ul li a,
	.navi_block p a {
		transition: .3s;
		font-size: 115%;
	}

	.navi_block p a {
		font-size: 21px;
	}

	.navi_block p a:hover,
	.contact_block ul li a:hover {
		color: #006db7;
		background: #fff;
	}

	.contact_block ul li {
		width: 25%;
	}

}

@media print, screen and (max-width: 700px) {

	#wrapper .contact_block ul li {
		width: 50%;
	}

	.contact_block ul li a {
		font-size: 85%;
	}

	.navi_block {
		margin: 1.5em;
	}

	#wrapper .contact_block {
		margin: 1.5em 0;
	}



}






