@charset "utf-8";
@media screen and (max-width: 1024px) {



/*==================================================

keyvisual
==================================================*/

#keyvisual {
	min-height: 160px;
}
#keyvisual header h1 {
	font-size: 100%;
}
#keyvisual header h2 {
	font-size: 200%;
	white-space: nowrap;
}


#entrance header {
	display: none;
}
#entrance .text {
	width: auto;
	float: none;
	display: block;
}
#entrance .text h4 {
	font-size: 150%;
}


.service-list {
	padding: 0;
}
.service-list ul {
	margin: 0;
}
.service-list li,
.service-list li:nth-child(1),
.service-list li:nth-child(2) {
	width: auto;
	margin: 24px 0 0;
}
	
#follow {
	text-align: center;
	background: rgba( 0, 70, 140, 1 );
	color: rgba( 255, 255, 255, 1 );
	padding: 40px 0;
	margin: 40px 0 0;
}
#follow h1 {
	font-size: 150%;
}
#follow p {
	margin: 16px 20px;
}
.feature li {
	left: -50%;
	margin: 0 2%;
	width: 27%;
}
.feature li figcaption {
	font-size: 100%;
}

.outline figure {
	display: none;
}
.outline .text {
	float: none;
	width: auto;
	padding: 20px;
}
.outline h1 {
	font-size: 100%;
}
.outline table,
.outline table tbody,
.outline table thead,
.outline table tr,
.outline table th,
.outline table td,
.outline {
	display: block;
}
.outline table th,
.outline table td {
	padding: 0;
}
	.outline table th {
		margin-top: 8px;
		font-weight: bold;
	}
	.outline table td {
		margin-top: 4px;
	}
.outline .btn {
	margin: 0 0 40px;
	text-align: center;
}

#contact {
	width: auto;
}
#form-wrapper {
	position: relative;
	zoom:1;
}
#form-wrapper:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
.form-block,
.form-block:nth-child(2) {
	float: none;
	width: auto;
	box-sizing: border-box;
	padding: 0;
}
form button {
	border: none;
	display: inline-block;
	padding: 8px 40px;
	background: #00468C;
	color: rgba( 255, 255, 255, 1 );
	border-radius: 80px;
	margin-top: 32px;
}
.form-block dt {
	margin-top: 16px;
}
.form-block input,
.form-block textarea {
	width: 100%;
	border: 1px solid rgba( 0, 0, 0, 0.3 );
	border-radius: 4px;
	margin-top: 8px;
}