﻿@charset "utf-8";


.pc_header .contactus {
	background: #0e7a65;
}
.pc_header .contactus:hover,
.pc_header .contactus:active:hover {
	background: #77b4a8;
}
.pc_header .contactus p {
	color: #fff;
}


.main {
	margin-bottom: 560px;
}
.main .contactus {
	margin-top: 120px;
}
.main .contactus_box {
	width: 85%;
	margin-top: 75px;
	text-align: center;
}
.main .description {
	display: inline-block;
	text-align: left;

	color: #3e3a39;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.main .description .text2 {
	margin-top: 30px;
}
.main .description .text3 {
	margin-top: 40px;
}

/* スマホレイアウトに切り替え */
@media screen and (max-width: 900px) {
}

/* iPad */
@media screen and (max-width: 768px) {
}

/* iPhone6/7/8 Plus */
@media screen and (max-width: 480px) {

	.main {
		margin-bottom: 100px;
	}

	.main .contactus {
		margin-top: 60px;
	}

	.main .contactus_box {
		margin-top: 20px;
	}
}

/* iPhone6/7/8/X */
@media screen and (max-width:375px) {
}

/* iPhone5 */
@media screen and (max-width:320px) {
}
