html {
	font-size:62.5%;
}
body {
	color:#333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'Yu Gothic Medium', 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #FFF;
	height:100%;
	line-height: 1.6;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.1rem;
}
ol, ul {
	list-style: none;
}
h1 {
}
h2 {
	font-size:2rem;
	font-weight: normal;
	line-height: 1.2;
}
h3 {
	font-size:2rem;
	font-weight: normal;
}
p {
	font-size:1.6rem;
}
a:link {
  color: #e02a00;
	text-decoration: underline;
}
a:visited {
	color: #e02a00;
}
a:hover, a:active, a:focus {
	color: #e02a00;
	text-decoration: none;
}

a.onAlpha{
	transition: all 0.4s ease-in-out;
}
a.onAlpha:hover{
	opacity: 0.5;
}

.mg10{margin-top: 10px;}
.mg20{margin-top: 20px;}
.mg30{margin-top: 30px;}
.mg40{margin-top: 40px;}
.mg60{margin-top: 60px;}
.mg80{margin-top: 80px;}
.mg100{margin-top: 100px;}
.mg120{margin-top: 120px;}
.mg160{margin-top: 160px;}
.sp80{height: 80px;}

a.img_link {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.img_link img {
	width: 100%;
	height: auto;
}
a.img_link:hover {
	opacity: 0.5;
}

/*for SP-------------------------------------------------------------*/
.sp_logo{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
}
.sp_logo img{
	width: 70px;
	height: auto;
}
.wrapSP{
	display: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
.wrapSP img{
	width: 100%;
	height: auto;
}

/*for Header-------------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

/*for Home-------------------------------------------------------------*/
.wrapHome {
	position: relative;
	width: 100%;
}

/*0------------------------------------*/
.wrap {
	position: relative;
	width: 90%;
	max-width: 900px;
	padding-top: 110px;
	margin: 0 auto;
}
.wrap h2 {
	width: 100%;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
}
.wrap h3 {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 8px;
	padding-bottom: 60px;
}
.wrap_btn {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 60px;
}

/*FAQ------------------------------------*/
.faq_q{
	background-color:#d5e161;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.8rem;
}
.faq_a{
	font-size: 1.4rem;
	padding: 1.8rem 1.8rem 5rem 1.8rem;
}

/*CONTACT---------------------------------*/
.contact_wrap{
	font-size: 1.5rem;
	padding: 1rem 0 1rem 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DDD;
}
.contact_L{
	width: 25%;
	padding: 1rem 1rem 1rem 1rem;
	font-weight: 500;
	line-height: 1.2;
}
.contact_R{
	width: 75%;
	padding: 1rem 1rem 1rem 1rem;
}
.contact_R .caption{
	margin-left: 12px;
	font-size: 1.2rem;
	color: #e02a00;
}
.thanks_wrap{
	font-size: 1.4rem;
	padding: 1.8rem 1.8rem 5rem 1.8rem;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


/*FOOT------------------------------------*/
footer {
	color: #333;
	margin-top: -60px;
	padding: 60px 0 60px 0;
	width: 100%;
	text-align: center;
	letter-spacing:0;
}
footer span {
	display: block;
	margin-top: 60px;
	font-size: 1rem;
}
footer span a {
	color: #333;
	text-decoration: underline;
}
footer span a:hover {
	text-decoration: none;
}
/*for PAGETOP-------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
		z-index: 100;
}
	#page-top a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#page-top a img {
    width: 100%;
    height: auto;
	}
	#page-top a:hover {
		opacity: 0.5;
	}
@media (max-width:768px) {
	#page-top a {
		display: none;
	}
}

/*FORM*/
@media (max-width:768px) {
	.contact_wrap{
		display: block;
	}
	.contact_L{
		width: 90%;
		margin: 0 auto;
	}
	.contact_R{
		width: 90%;
		margin: 0 auto;
	}
}
