/* DOCUMENT */
.contactCover {
	background: url(../img/contact/cover-contact.png) no-repeat 70% bottom;
}

.contactCover:after {
	content: '';
	display: block;
	width: 120px;
	height: 1000px;
	background: #f5ff76;
	position: absolute;
	top: -300px;
	right: 35%;
	z-index: -1;
	transform: skew(-45deg, 0deg) translateY(-900px);
	transition: transform 0.8s ease-out;
}

.contactCover.in:after {
	transform: skew(-45deg, 0deg) translateY(0);
	transition-delay: 2.0s;
}

.contactCover .secTitle {
	padding-top: 200px;
	margin-bottom: 0;
}


/*
 * Single Style
 */

.contactSingleCover .singleTitle {
	background: url(../img/contact/cover-contact.png) no-repeat center 50%;
	background-size: auto 130px;
	padding-top: 230px;
}


/*
 * MA form style
 */

.label-warning{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	background: #BD0808;
	border-radius: 9px;
	line-height: 1.1;
	font-size: 12px;
	color: #fff;
	vertical-align: text-bottom;
}

.secMain{
	table{
		width: 100%;
		line-height: 1.6;
		th,
		td{
			padding: 1em;
			vertical-align: middle;
		}
		th{
			width: 30%;
			text-align: right;
			font-weight: normal;
			.label-warning{
				margin-left: 9px;
				margin-right: 0;
			}
		}
		td{
			width: 70%;
			.label-warning{
				padding: 5px 5px;
				margin-left: 0;
				margin-right: 5px;
			}
			.ss_error_msg{
				padding-right: 5px;
				font-size: 12px;
				color: #BD0808;
			}
		}
	}
}

.ss_form{
	margin-top: 40px;
}

.ss_privacy{
	border: 1px solid #eaeaea;
	font-size: .85em;
	padding: 16px;
	color: #555;
	a{
		color: #14A7CC;
	}
}
.ss_input{
	display: table-cell;
}

textarea{
	vertical-align: top;
	padding: 9px 10px;
	margin-right: .5em;
	background: #eeeeee;
	border: none;
	opacity: 0.85;
}
input[type="text"],
input[type="email"] {
	padding: 9px 10px;
	margin-right: .5em;
	background: #eeeeee;
	border: none;
	opacity: 0.85;
}
input[type="text"]:focus,
input[type="email"]:focus{
	opacity: 1;
	border: none;
}

select{
	position: relative;
	border-radius: 0;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	background: #eeeeee;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
	padding: 9px 10px;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	width: 100%;
}

.ss_topComment,
.ss_rightComment,
.ss_bottomComment,
.ss_leftComment{
	padding-top: .1em;
	font-size: .9em;
	color: #555;
}

.ss_form_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
	button{
		display: inline-block;
		/* width: 100%; */
		padding: 18px 15px;
		padding: 18px 50px 18px 36px;
		background: #14A7CC;
		border: none;
		border-radius: 31px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		cursor: pointer;
		transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
		&::before{
			content: "";
			display: block;
			width: 15px;
			height: 15px;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			-webkit-transform: translateY(-50%) rotate(-45deg);
			transform: translateY(-50%) rotate(-45deg);
			position: absolute;
			right: 30px;
			top: 50%;
			transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
		}
		&:hover{
			opacity: 0.7;
		}
		&:hover::before{
			right: 25px;
		}
	}
}


.sb_confirm_index{
	.secMain{
		table{
			th{
				width: 50%;
			}
			td{
				width: 50%;
			}
		}
	}
		.ss_price_type11{
		display: none;
	}
}


/* monitor
________________________*/
@media screen and (max-width: 1344px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

/* tablet
________________________*/
@media screen and (max-width: 768px) {

	.contactCover {
		background-position: 95% 80%;
	}

}

/* sp
________________________*/
@media screen and (max-width: 640px) {

	.contactCover {
		background-size: auto 180px;
	}

	.contactCover .secTitle {
		padding-top: 20px;
	}

	.contactCover .secTitle .en {
		font-size: 60px;
	}

}
