@charset "utf-8";

.mainImg {
	background-image: url(../images/contact/main_img.jpg);
}
#main .headLine01 {
	margin-bottom: 47px;
}
#main .contact {
	position: relative;
}
#main .contact:after {
	width: 215px;  
	height: 71px;
	border-radius: 50px;
	background-image: -webkit-linear-gradient( 180deg, #96fbc4 0%, #f9f586 100%);
	opacity: 0.4;
	position: absolute;  
	top: 340px;
	right: -70px;  
	content: ""; 
}
#main .contact::before {
	width: 84px;  
	height: 198px;
	background-image: -webkit-linear-gradient( 90deg, rgb(32,226,215) 0%, rgb(141,240,190) 49%, rgb(249,254,165) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 5px;
	left: 251px;  
	content: ""; 
}
#main .bg {
	position: absolute;
	top: 1165px;
	left: 0;
}
#main .bg:after {
	width: 190px;  
	height: 270px;
	background-image: -webkit-linear-gradient( 90deg, rgb(250,112,154) 0%, rgb(252,169,109) 53%, rgb(254,225,64) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 0;
	left: -141px;  
	content: ""; 
}
#main p {
	margin-bottom: 135px;
	line-height: 1.75;
	font-weight: 300;
	text-align: center;
}
#main .contactList {
	margin: 0 10px 139px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .contactList li {
	width: 50%;
	text-align: center;
	padding: 1px 10px 0;
	border-right: 1px solid #DCDCDC;
}
#main .contactList li:nth-child(2n) {
	border: none;
}
#main .contactList li:first-child {
	padding-left: 45px;
}
#main .contactList li .img {
	margin-bottom: 8px;
}
#main .contactList li p {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: 500;
	color: #368c9b;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
#main .contactList li .text {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
#main .contactList li span {
	margin-bottom: 2px;
	display: block;
	font-size: 42.72px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main h3 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 18px;
	line-height: 1.75;
	color: #368c9b;
}
#main .txt {
	margin-bottom: 44px;
	line-height: 2.25;
	font-weight: 300;
	letter-spacing: 0;
}
#main .txt .red {
	color: #e60012;
}
#main .contactDl {
	word-break: break-all;
	max-width: 900px;
	margin:0 auto 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-feature-settings: "palt";
}
#main .contactDl dt {
	width: 230px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0;
	padding: 17px 10px 20px 0;
}
#main .contactDl .dtStyle {
	padding-top: 30px;
	align-self: flex-start;
}
#main .contactDl dt sup {
	color: #e60012;
	font-size: 11px;
	display: inline-block;
}
#main .contactDl dd {
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0;
	padding: 20px 0 20px 0;
	width: calc(100% - 230px);
}
input[type="email"],
input[type="mail"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 5px;
    height: 60px;
	color: #484848;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 27px;
    width: 100%;
	font-weight: 400;
	font-feature-settings: "palt";
    background-color: #fff;
}
textarea {
	resize: vertical;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 5px;
    height: 265px;
	color: #484848;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 27px;
    width: 100%;
	font-weight: 400;
    background-color: #fff;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity:1;
}
input::-moz-placeholder {
    color: #cccccc;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
    opacity:1;
}
#main .radioUl {
	display: flex;
	flex-wrap: wrap;
}
#main .radioUl li {
	margin: 17px 40px 14px 3px;
}
#main .radioUl li:last-child {
	margin-right: 0;
}
.radioUl li input[type="radio"] {
    display: none;
	padding: 0;
	height: 14px;
	width: 14px;
	vertical-align: middle;
}
.radioUl li input[type="radio"] + span {
	background: url(../images/contact/radio01.png) no-repeat left center;
	background-size: 18px 18px;
	border-radius: 0;
	align-items: center;
    display: inline-flex;
    line-height: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
    padding: 2px 0 4px 28px;
}
.radioUl li input[type="radio"]:checked + span {
	background-image: url("../images/contact/radio02.png");
}
#main .checkP {
	margin-bottom: 37px;
	font-feature-settings: "palt";
}
#main .checkP a {
	color: #368c9b;
	text-decoration: underline;
}
.submit {
	text-align: center;
}
.submit li {
	width: 442px;
	height: 80px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.submit li::before {
	width: 100%;  
	height: 100%;
	background-image: -webkit-linear-gradient( 0deg, rgb(190,95,0) 0%, rgb(215,119,22) 51%, rgb(240,142,43) 100%);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
.submit li:after {
	width: 20px;  
	height: 22px;
	background: url(../images/common/icon07.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 30px;  
	content: ""; 
}
.submit li input {
	position: relative;
	z-index: 1;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    border: none;
	letter-spacing: 0;
	background-color: transparent;
}
.contactBox {
	display: none;
}
.thanks .bg::after { 
	display: none;
}

@media only screen and (min-width: 769px) {
	#main .checkP a:hover {
		text-decoration: none;
	}
	.submit li:hover {
		opacity: 0.7;
	}
	.radioUl li input[type="radio"] + span {
		min-height: 26px;
	}
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	#main .contact::before {
		width: 57px;
		height: 139px;
		left: auto;
		top: -40px;
		right: -23px;
	}
	#main .contact::after {
		display: none;
	}
	#main p {
		margin-bottom: 40px;
	}
	#main .contactList {
		display: block;
		margin: 0 0 60px;
	}
	#main .contactList li {
		margin-bottom: 30px;
		padding: 0 10px 30px !important;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #DCDCDC;
	}
	#main .contactList li:last-child {
		margin-bottom: 0;
	}
	#main .contactList li span {
		font-size: 35px;
	}
	#main h3 {
		font-size: 25px;
	}
	#main .contactDl {
		max-width: inherit;
		display: block;
	}
	#main .contactDl dt {
		width: auto;
		font-size: 16px;
		padding: 0 0 20px !important;
	}
	#main .contactDl dd {
		font-size: 15px;
		width: auto;
		padding: 0 0 20px;
	}
	.radioUl li input[type="radio"] + span {
		font-size: 15px;
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		height: 50px;
		font-size: 15px;
		padding: 0 10px;
	}
	#main .radioUl {
		display: block;
	}
	#main .radioUl li {
		margin: 5px 0;
	}
	#main .checkP {
		font-size: 13px;
	}
	textarea {
		font-size: 15px;
		padding: 10px;
		height: 200px;
	}
	.submit li {
		display: block;
		width: auto;
		height: 60px;
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
	.submit li input {
		font-size: 16px;
		margin: 0 auto;
	}
}
