/*
Theme Name:  XXXXXXXXXXXXXXXXXXXXXXX
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #151515;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.03em;
	text-align: justify;
}

a {
	color: #151515;
	text-decoration: none;
	transition: 0.3s ease-out;
}

a:hover {
	color: #264db2;
}

::selection {
	background-color: #264db2;
	color: #FFF;
}

::-moz-selection {
	background-color: #264db2;
	color: #FFF;
}

body,
header,
footer {
	min-width: 1320px;
	max-width: 1920px;
	margin: auto;
}

@media screen and (max-width:640px) {
	body {
		font-size: 15px;
	}

	body,
	header,
	footer {
		min-width: 400px;
	}
}



/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
	animation-name: fadeInUpMin;
}

@keyframes fadeInUpMin {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}





/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
.inquiry {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 40px;
	border-bottom: solid 1px #FFF;
}

.inquiry th {
	padding-right: 16px;
	white-space: nowrap;
	border-top: solid 1px #FFF;
	box-sizing: border-box;
	font-weight: bold;
}

.inquiry td {
	padding: 20px 0;
	border-top: solid 1px #FFF;
	box-sizing: border-box;
}

.inquiry td input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 18px;
	background-color: #fff;
	border: 1px solid #a1bec5;
	border-radius: 5px;
}

.wpcf7-response-output {
	text-align: center;
}


/*------------------------------ 必須 ------------------------------*/
.haveto {
	position: relative;
	bottom: 1px;
	padding: 5px;
	background: #ff9393;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	margin-right: 15px;
}


/*------------------------------ 送信ボタン ------------------------------*/
.wpcf7-form-control {
	position: relative;
	display: block;
	width: 540px;
	margin: 0 auto;
	z-index: 9;
}

.wpcf7-form-control:hover {
	opacity: .7;
}

.lp-submit-button {
	background-color: transparent;
	border: none;
}


/* エラーメッセージの上部を消去 */
div.screen-reader-response {
	display: none;
}



@media(max-width:640px) {
	.inquiry th {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 18px;
	}

	.inquiry td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.wpcf7-form-control {
		width: 90%;
	}
}