@charset "UTF-8";
/*************************
 RESTA実験室
 *************************/


.main {
	margin-bottom: 60px;
}

.body_contents{
	margin-bottom:60px;
}

.lab_top_dl01{
	margin-bottom:80px;	
}


.lab_top_main h3 {
	background: url(../../../../img/page/lab_top/icon_lab.png) no-repeat center top;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: -3px 0 0;
	padding-top: 40px;
	letter-spacing: 0.3rem;
}
.lab_top_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 100px 0 0;
	padding-bottom: 5px;
	text-align: center;
}
.lab_top_title:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin: 25px auto 0;
	background: #fb7d7d;
}
.lab_top_dl01 dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}
.lab_top_dl01 dt:first-child {
	margin: 60px 0 0;
}
.lab_top_dl01 dd {
	line-height: 1.8;
	margin: 15px 0 0;
}
.lab_top_dl02 dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}
.lab_top_dl02 dt:first-child {
	margin: 25px 0 0;
}
.lab_top_dl02 dd {
	line-height: 1.8;
}
.lab_top_box {
	display: table;
	width: 100%;
	margin: 20px 0 0;
}
.lab_top_box .pl20 {
	padding-left: 20px;
}
.lab_top_box .figure {
	margin: 0 auto;
	text-align: left;
}
.lab_top_box p {
	text-align: left;
	margin: 0 0 15px;
}
.lab_top_box .minititle {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px;
}
.lab_top_box.bg_orange {
	width: 100%;
	border:5px solid #efefef;
	margin: 100px 0 0;
}
.lab_top_box .catch {
	text-align: center;
	padding: 25px 0;
	line-height: 1.4;
}
.lab_top_box .catch p {
	text-align: center;
}
.lab_top_box .catch span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.lab_top_box .catch p img {
	vertical-align: middle;
	margin: -3px 5px 0;
}
.lab_top_box .col_4, .lab_top_box .col_8 {
	display: table-cell;
	vertical-align: top;
}
.lab_top_box .col_4 {
	width: 33.33333333%;
}
.lab_top_box .col_8 {
	width: 66.66666667%;
	text-align: center;
}
@media (max-width: 767px) {
.lab_top_box .pl20 {
	padding-left: 0;
}
.lab_top_box .figure {
	text-align: center;
}
.lab_top_box .col_4,  .lab_top_box .col_8 {
	display: block;
	width: 100%;
}
.lab_top_box .col_4:nth-child(2n+2),  .lab_top_box .col_8:nth-child(2n+2) {
	margin: 15px auto 0;
}
}
/* ページ下部　共通部分（ページリンク・お問い合わせ・ページトップへ戻る） */
.lab_top_link {
	margin: 60px -15px 0;
}
.lab_top_link ul {
	display: table;
	margin: 0 auto;
}
.lab_top_link li {
	display: table-cell;
	text-align: center;
}
.lab_top_link li a {
	display: block;
	margin: 0 15px;
}
.lab_top_contact {
	margin: 60px auto 0;
	text-align: center;
}
.lab_top_pagetop {
	margin: 60px 0 0;
	text-align: right;
}
@media (max-width: 767px) {
.lab_top_contact {
	margin: 30px auto 0;
}
}
