#contents,
footer {
	padding-left: 333px;
}
#contents {
	min-height: 450px;
	background-image: url('/common/img/background/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.content-box {
	position: relative;
	margin-right: 50px;
	padding: 1em 1.5em 2em 4em;
	border: 1px solid rgb(200, 200, 200);
	background-color: rgba(255,255,255,.9);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .12);
}
.content-box h2::before {
	content: '';
	position: absolute;
	margin-top: .6em;
	left: -24px;
	width: 70px;
	border-bottom: 3px solid rgb(9, 39, 113);
	box-shadow: 1px 1px 2px rgb(49, 85, 183);
}
.content-box.secondary {
	margin-top: 3em;
}

footer {
	position: relative;
	margin-top: 4em;
	padding-bottom: 4em;
	font-size: 15px;
}
footer address {
	margin-right: 165px;
}
footer address span {
	margin-left: .5em;
	white-space: nowrap;
}
footer .tel::before {
	content: 'TEL';
	margin-right: 3px;
}
footer .fax::before {
	content: 'FAX';
	margin-right: 5px;
}
footer .navi {
	margin-bottom: 1em;
}
footer .navi > div{
	display: inline-block;
}
footer .navi a {
	display: inline-block;
	margin: 0 .5em .5em 0 ;
}
footer .icons {
	float: right;
	margin-right: 50px;
}
footer .icons img {
	width: 42px;
}
footer .copyright {
	margin-top: 12px;
	color: rgb(100, 100, 100);
}

/** checkbox **/
.check-blue {
	position: relative;
}
.check-blue [type="checkbox"] {
	display: none;
}
.check-blue [type="checkbox"] + span:before {
	content: '';
	position: relative;
	top: -2px;
	margin-right: 8px;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	vertical-align: middle;

}
.check-blue [type="checkbox"]:checked + span:after {
	content: '';
	position: absolute;
	top: .2em;
	left: .1em;
	display: inline-block;
	height: .55em;
	width: 1.1em;
	border-left: 4px solid;
	border-bottom: 3px solid;
	border-color: #3394ff;
	border-radius: 1px;
	transform: rotate(-40deg);
}

/** button **/
.btn-blue,
.btn-green,
.btn-orange,
.btn-gray,
.btn-pink {
	display: inline-block;
	padding: 6px 2em;
	border: 1px solid;
	color: white;
}
.btn-blue:hover,
.btn-green:hover,
.btn-orange:hover,
.btn-gray:hover,
.btn-pink:hover {
	background-color: white;
}
button.btn-blue,
button.btn-green,
button.btn-orange,
button.btn-gray,
button.btn-pink {
	padding: .75em 2.5em .55em;
}
button.btn-blue[disabled],
button.btn-green[disabled],
button.btn-orange[disabled],
button.btn-gray[disabled],
button.btn-pink[disabled] {
	border-color: transparent;
	background-color: #cecdcd;
	color: #8e8e8e;
	cursor: not-allowed;
}

.btn-blue {
	background-color: #2c7ecd;
}
.btn-blue:hover {
	color: #2c7ecd;
}

.btn-green {
	background-color: #599b65;
}
.btn-green:hover {
	color: #599b65;
}

.btn-orange {
	background-color: #f08a40;
}
.btn-orange:hover {
	color: #f08a40;
}

.btn-gray {
	background-color: #7b7b7b;
}
.btn-gray:hover {
	color: #7b7b7b;
}

.btn-pink {
	background-color: #f39582;
}
.btn-pink:hover {
	color: #f39582;
}
/** bread-crumb */
.bread-crumb {
	padding: 66px 0 15px 1em;
}
.bread-crumb span + span:before {
	content: '>';
	margin: .5em;
}

/** carousel **/
.carousel {
	width: 75%;
	margin: 0 auto;
}
.carousel img {
	margin: 1em;
}

/** consent **/
.consent {
	margin: 2em 0;
}

/** jump **/
#page-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: .75em 1em;
	font-weight: bold;
	background-color: rgb(9, 39, 103);
	color: white;
	cursor: pointer;
}

/** form **/
.input-form {
	width: 100%;
}
.input-title {
	clear: both;
	float: left;
	width: 20%;
	min-width: 10em;
	font-weight: bold;
	color: rgb(75, 75, 75);
}

.input-title,
.input-label {
	padding: 13px 0;
	word-break: break-all;
}
.input-item {
	padding: 5px 0;
}
.input-item,
.input-label {
	float: left;
	width: 70%;
}
.input-item input[type="text"] {
	width: 99%;
}
.input-item label {
	margin-top: .4em;
}
.input-item textarea {
	width: 99%;
	max-width: 99%;
	height: 8.2em;
}
.input-item select {
	margin-top: .3em;
}

@media(max-width: 1200px) {
	.input-item,
	.input-label {
		width: 98%;
	}
}
@media(max-width: 800px) {

	body {
		font-size: 15px;
	}
	body.show-menu {
		overflow: hidden;
	}

	h2 {
		margin-bottom: 30px;
		padding-left: .25em;
	}

	ol, ul {
		padding-left: 1.5em;
	}

	#main-content {
		height: 400px;
	}
	#main-content h1 {
		font-size: 18px;
		margin-right: 1em;
	}

	#contents {
		padding: 0;
		background-size: auto 40vw;
	}
	.content-box {
		margin: 0 6%;
		padding: 2em 1.5em 2em 2em;
	}
	.content-box h2::before {
		left: -12px;
		width: 34px;
	}

	.bread-crumb {
		padding-top: 80px;
	}
	.bread-crumb span {
		display: none;
	}

	footer {
		margin: 0 6%;
		padding: 0 0 3em;
		text-align: center;
	}
	footer address {
		margin: 0;
	}
	footer span:nth-child(1)::after,
	footer span:nth-child(2)::after {
		content: '';
		display:block;
	}
	footer .navi {
		margin-top: 30px;
	}
	footer .navi > div {
		display: block;
	}
	footer .icons {
		float: none;
		margin: 1em 0;
	}
	footer .copyright {
		font-size: 14px;
	}

	.input-title,
	.input-label {
		padding: 10px 0;
	}

	.input-item label,
	.input-item select {
		margin-top: 0;
	}
}