@charset "utf-8";

.page_header .wrapper {
	position: relative;
	width: 100%;
	background-image: url("../images/support/support_header.jpg");
	background-size: cover;
	background-position: center top;
}
.page_header .wrapper:before {
	content: "";
	display: block;
	padding-top: 32.8%;
}
.page_header .contents {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.page_header .header_title {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 360px;
	margin: 0 0 0 -180px;
	padding: 20px 0 0;
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
.page_header .header_title span {
	display: block;
	padding: 10px 0 0;
	font-size: 2.0rem;
	line-height: 2.0rem;
}

.page_title {
	padding: 60px 0 0;
}

.page_title .title {
	font-size: 4.5rem;
	line-height: 6.5rem;
	color: #16800c;
	font-weight: 700;
	text-align: center;
}
.page_title .title b {
	font-size: 6.5rem;
	line-height: 6.5rem;
	font-weight: 700;
}

.page_title .txt {
	margin-bottom: 90px;
	font-size: 2.8rem;
	line-height: 4.0rem;
	font-weight: 700;
	text-align: center;
}

.tel_title,
.mail_title {
	margin-bottom: 30px;
	font-size: 4.0rem;
	line-height: 4.0rem;
	font-weight: 700;
	text-align: center;
}

.support_tel {
	margin-bottom: 90px;
	font-size: 4.0rem;
	line-height: 4.0rem;
	font-weight: 700;
	font-family: "Helvetica Neue";
	letter-spacing: .2rem;
	text-align: center;
	color: #16800c;
}



@media screen and (max-width:1280px) { 

}



@media screen and (max-width:1024px) { 
.page_header .wrapper {
	position: relative;
	width: 100%;
	background-image: url("../images/support/support_header.jpg");
	background-size: cover;
	background-position: center top;
}
.page_header .wrapper:before {
	content: "";
	display: block;
	padding-top: 32.8%;
}
.page_header .contents {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.page_header .header_title {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 360px;
	margin: 0 0 0 -180px;
	padding: 20px 0 0;
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
.page_header .header_title span {
	display: block;
	padding: 10px 0 0;
	font-size: 2.0rem;
	line-height: 2.0rem;
}

.page_title {
	padding: 60px 0 0;
}

.page_title .title {
	font-size: 4.0vw;
	line-height: 5.0vw;
	color: #16800c;
	font-weight: 700;
	text-align: center;
}
.page_title .title b {
	font-size: 5.0vw;
	line-height: 5.0vw;
	font-weight: 700;
}

.page_title .txt {
	font-size: 2.8rem;
	line-height: 4.0rem;
	font-weight: 700;
	text-align: center;
}
}



@media screen and (max-width:896px) {

}



@media screen and (max-width:480px) {
.page_header .header_title {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40%;
	margin: 0 0 0 -20%;
	padding: 5px 0 0;
	font-size: 5.0vw;
	line-height: 5.0vw;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
.page_header .header_title span {
	display: block;
	padding: 5px 0 0;
	font-size: 3.0vw;
	line-height: 3.0vw;
}

.page_title {
	padding: 40px 0;
}

.page_title .title {
	font-size: 4.5vw;
	line-height: 6.5vw;
	color: #16800c;
	font-weight: 700;
	text-align: center;
}
.page_title .title b {
	font-size: 6.5vw;
	line-height: 6.5vw;
	font-weight: 700;
}

.page_title .txt {
	margin-bottom: 0;
	font-size: 4.5vw;
	line-height: 6.5vw;
	font-weight: 700;
	text-align: center;
}

.tel_title,
.mail_title {
	margin-bottom: 10px;
	font-size: 5.5vw;
	line-height: 5.5vw;
	font-weight: 700;
	text-align: center;
}

.support_tel {
	margin-bottom: 30px;
	font-size: 7.5vw;
	line-height: 7.5vw;
	font-weight: 700;
	font-family: "Helvetica Neue";
	letter-spacing: .2rem;
	text-align: center;
	color: #16800c;
}

}


