@charset "utf-8";
/* ====================================================
	firstvew
==================================================== */
.topWrapper{
	height:  350px;
	background-image: none;
}
.topWrapper:before {
	content: none;
}
.topHeading .heading_large{
	color:#f39800;
}
.topHeading .heading_middle{
	color: #000000;
}
/* ====================================================
	index
==================================================== */
.commonWrapper .contactForm{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}
/* ----------------------------------------------------
	error block
----------------------------------------------------- */
.errorBlock{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fcefe3;
}
.errorBlock .errorText{
	margin: 0 auto 30px;
	font-size: 18px;
	font-weight: bold;
}
.errorBlock .errorText:before{
	content: "\f071";
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.errorBlock .errorList li{
	margin: 0 auto 20px;
	color: #fc141c;
}
.errorBlock .errorList li:last-of-type{
	margin: 0 auto;
}
/* ----------------------------------------------------
	table
----------------------------------------------------- */
.commonWrapper .contactForm .formContent{
	margin: 0 auto 55px;
}
.commonWrapper .contactForm .formContent li{
	display: flex;
	margin: 0 auto 30px;
}
.commonWrapper .contactForm .formContent li .inputTitle{
	width: 220px;
}
.commonWrapper .contactForm .formContent li .parts{
	width: calc(100% - 220px);
}
.commonWrapper .contactForm .formContent li .inputTitle span{
	color: #ff0000;
}
.commonWrapper .contactForm .formContent li .parts .error{
	margin: 10px auto 0;
	font-size: 14px;
}
/* ----------------------------------------------------
	form Parts
----------------------------------------------------- */
.commonWrapper .contactForm input,
.commonWrapper .contactForm select,
.commonWrapper .contactForm .formContent textarea{
	border: 1px solid #959595;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: transparent;
	border-radius: 0;
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
}
.commonWrapper .contactForm .selectBox {
	position: relative;
}
.commonWrapper .contactForm .selectBox:after {
	content: "\f054";
	font-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 35%;
	right: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	transform: rotate(90deg);
	color: #959595;
	pointer-events: none;
}
.commonWrapper .contactForm input::placeholder,
.commonWrapper .contactForm .formContent select::placeholder,
.commonWrapper .contactForm .formContent textarea::placeholder{
	color: #d2d2d2;
}
.commonWrapper .contactForm .formContent input,
.commonWrapper .contactForm .formContent select,
.commonWrapper .contactForm .formContent .selectBox{
	width: 350px;
	height: 30px;
}
.commonWrapper .contactForm .formContent textarea{
	width: 660px;
	height: 260px;
	padding: 20px;
	line-height: 1.4;
	letter-spacing: 0.25em;
}
.commonWrapper .contactForm input:focus,
.commonWrapper .contactForm select:focus,
.commonWrapper .contactForm .formContent textarea:focus{
	border: 1px solid #ff9900;
	box-shadow: none;
	outline: none;
}
.commonWrapper .contactForm .submitBtn input{
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #0fc8c9;
	background-color: #0fc8c9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	letter-spacing: 0.15em;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
}
.commonWrapper .contactForm .submitBtn input:hover,
.commonWrapper .contactForm .submitBtn input:focus {
	background-color: #ffffff;
	color: #0fc8c9;
	outline: none;
}
.commonWrapper .contactForm .submitBtn input::-moz-foucus-inner {
	border: none;
	padding: 0;
}
/* ====================================================
	confirm
==================================================== */
.confirmPage{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}
.confirmPage h2{
	font-size: 18px;
	margin: 0 auto 30px;
	font-weight: bold;
	color: #006DCC;
}
.confirmPage .confirmationText{
	margin: 0 auto 30px;
	line-height: 1.4;
}
.confirmPage .formConfirm{
	margin: 0 auto 50px;
}
.confirmPage .formConfirm li{
	margin: 0 auto 20px;
}
.confirmPage .formConfirm li:last-of-type{
	margin: 0 auto;
}
.confirmPage .formConfirm li .title{
	margin: 0 auto 10px;
	font-weight: bold;
}
.confirmPage .formConfirm li .parts{
	line-height: 1.4;
}
.confirmPage .returnIndex{
	margin: 0 auto 40px;
}
.confirmPage .returnIndex input,
.confirmPage .sendDeta input{
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #0fc8c9;
	background-color: #0fc8c9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	letter-spacing: 0.15em;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.confirmPage .returnIndex input:hover,
.confirmPage .returnIndex input:focus,
.confirmPage .sendDeta input:hover,
.confirmPage .sendDeta input:focus{
	background-color: #ffffff;
	color: #0fc8c9;
	outline: none;
}
/* ====================================================
	finish
==================================================== */
.finish{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}
.finish h2{
	font-size: 18px;
	margin: 0 auto 30px;
	font-weight: bold;
	color: #006DCC;
}
.finish .thankyouTexts{
	margin: 0 auto 30px;
	line-height: 1.4;
}
.finish .thankyouTexts p{
	margin: 0 auto 20px;
}
.finish .thankyouTexts p:last-of-type{
	margin: 0 auto;
}
.finish .thankyouTexts p a{
	color: #ff0000;
}
.finish .rinkBox a{
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #0fc8c9;
	background-color: #0fc8c9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	letter-spacing: 0.15em;
	text-decoration: none;
	transition: .5s;
}
.finish .rinkBox a:hover{
	background-color: #ffffff;
	color: #0fc8c9;
}
