@charset "utf-8";

/*--------------------
	メインビジュアル
---------------------*/
.mainVisual {
	background-image: url(../img/support/mainv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.pageTitle {
	color: #fff;
	font-size: 5vw;
	font-weight: 400;
	padding-top: 7.18%;
	padding-bottom: 7.37%;
}
/*--------------------
	sec01
---------------------*/
.sec01 {
	background-color: #fff;
	overflow: hidden;
}
.sec01Inner {
	padding-top: 62px;
	padding-bottom: 86px;
	position: relative;
}
.sec01Inner h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 34px;
}
.sec01Inner p {
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}
.sec01_deco1 {
	position: absolute;
	right: 0;
	bottom: -27px;
}
/*--------------------
	sec02
---------------------*/
.sec02 {
	background-color: #F5F5F5;
}
.sec02Inner {
	padding-top: 60px;
	padding-bottom: 50px;
}
.sec02Inner h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 36px;
	font-weight: normal;
}
.sec02_tbl {
	width: 100%;
	margin-bottom: 45px;
}
.tbl1 {
	margin-bottom: 80px;
}
.sec02_tbl th,
.sec02_tbl td {
	padding: 15px 0 15px 18px;
}
.sec02_tbl th {
	width: 30%;
	background-color: #000085;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.sec02_tbl td {
	width: 70%;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.sec02_tbl td:last-child {
	border-bottom: 1px solid #ccc;
}
.sec02_box1 h3 {
	font-size: 20px;
	color: #000085;
	text-align: left;
	background-color: #fff;
	padding: 12px 0 12px 14px;
	margin-bottom: 19px;
}
.sec02_box1 span a {
	border-bottom: 1px solid #000;
}
/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/



/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
	

}

/*---------------------------------------------------------
 Portrait 
---------------------------------------------------------*/
@media screen and (max-width:479px) {

}
