@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	padding: 80px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mrg-b-20 {
	margin-bottom: 20px;
}
.mrg-b-30 {
	margin-bottom: 30px;
}
.mrg-b-40 {
	margin-bottom: 40px;
}
.mrg-b-60 {
	margin-bottom: 60px;
}
.mrg-b-80 {
	margin-bottom: 80px;
}
.bg-F9F7F2 {
	background: #F9F7F2;
}
.mrg-auto {
	margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition-delay: opacity 0.5s;
	transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.tac {
	text-align: center;
}
.thum {
	overflow: hidden;
}
.btn {
	display: block;
	background: linear-gradient(90deg, rgba(241,142,29,1) 0%, rgba(255,108,0,1) 30%, rgba(255,239,119) 100%);
	background-size: 200% 100%;
	width: 100%;
	width: 340px;
	height: auto;
	line-height: 140%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 34px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	padding: 20px 10px;
}
.btn:hover {
	opacity: 1;
	background-position: 100% 0;
}
/* [CONTACT-FORM]
--------------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
input[type="number"] {
	width: 140px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
textarea {
	width: 100%;
	height: 180px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}
input[type="submit"] {
	font-size: 18px;
	background: #009A7D;
	color: #fff;
	width: 360px;
	height: 72px;
	border-radius: 36px;
	line-height: 72px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
}
#page-contact .pkg {
	padding: 120px 20px 60px;
	max-width: 1020px;
}
#page-contact .maru-f {
	color: #009A7D;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
#page-contact .maru-f.conf {
	margin-bottom: 60px;
}
#page-contact .maru-f span {
	display: block;
	font-size: 22px;
	margin-top: 5px;
	line-height: 140%;
}
.form-tel {
	margin-bottom: 20px;
}
.form-dsp {
	padding: 30px;
	background: #F7FCFC;
	margin-bottom: 60px;
	font-weight: bold;
}
.contact-form {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
.contact-form li {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	align-items: center;
}
.contact-form li div:first-child {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.contact-form li div:last-child {
	width: 100%;
}
.contact-form li div .hosoku {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #009A7D;
	font-size: 14px;
	line-height: 140%;
}
.contact-form li div .ttl,
.contact-form li div .ttl-must {
	width: auto;
	font-weight: bold;
	margin-right: 10px;
}
.contact-form li div .must {
	width: 15%;
	max-width: 38px;
	color: #fff;
	display: inline-block;
	background: #F18E1D;
	padding: 6px 5px;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
}
.contact-form li .horizontal-item {
	width: 100%;
	margin-bottom: 5px;
	display: block;
}	
.contact-form select {
	border: 1px solid #eee;
	padding: 10px;
	font-size: 15px;
	background: #fff;
}
.contact-form li span.txt {
	margin: 0 10px;
	display: inline-block;
}
.contact-fin-ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin-bottom: 40px;
}
.contact-fin-dsp {
	text-align: center;
	margin-bottom: 40px;
}
#page-contact-fin .btn {
	margin: 0 auto;
}
#required {
	background: #f5f5f5;
	padding: 10px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 40px;
}
.privacy-link {
	width: 205px;
	margin: 0 auto 30px;
}
.privacy-link a {
	font-size: 13px;
	display: block;
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	color: #009A7D;
}
.privacy-link a:after {
	content: "";
	background: url(../images/layouts/blk-link.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
	vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
} 
input[type="number"] { 
	-moz-appearance:textfield; 
}
.contact-form li div .number_full {
	width: 100%;
}
.important-txt {
	padding: 25px;
	border: 1px solid #D35258;
	margin-bottom: 60px;
	line-height: 140%;
	color: #D35258;
}
.important-txt .ttl {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 140%;
}
.important-txt .ttl:before {
	content: "";
	background: url(../images/layouts/form-check-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 0;
	vertical-align: middle;
}
@media (min-width:1020px) {
	.pkg {
		max-width: 1280px;
		padding: 100px 40px;
	}
	a .thum img {
		transition: unset;
	}
	a .thum:hover img {
		transform: none;
	}
	a .thum img,
	.thum a img {
		transition: 0.6s;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	a .thum:hover img,
	.thum:hover a img,
	a:hover .thum img,
	.thum a:hover {
		transform: scale(1.1);
		opacity: 1;
	}
	#page-contact .pkg {
		padding: 120px 40px 100px;
	}
	.contact-form li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-form li div:first-child {
		margin-bottom: 0;
		width: 23%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-form li div:last-child {
		width: 75%;
	}
	.contact-form li div:first-child .ttl-must {
		width: 75%;
	}
	.contact-form li div:first-child .must {
		width: 20%;
	}
	.contact-fin .ttl-fin {
		font-size: 28px;
	}
	.contact-fin .dsp {
		text-align: center;
	}
}

@supports (-ms-ime-align: auto){
}