@charset "UTF-8";
/*!------------------------------------------------------------------
[ 背景斜めループスライドアニメーション ]
*/
.bg {
	animation: slide 5s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #ffffff 50%, #f8f8f8 50%);
	bottom: 0;
	left: -50%;
	opacity: 0.5;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: -1;
}
.bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 6s;
}
.bg3 {
	animation-duration: 7s;
}
@keyframes slide {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}

/*!------------------------------------------------------------------
[フォーム ]
*/
#contact_form {
	margin: 0 auto !important;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #151515;
	text-align: center !important;
	margin: 0;
	padding: 0.75rem 0 0 0 !important;
}
#contact_form_table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 1.25rem auto 0.9375rem auto !important;
	list-style: none !important;
	width: 100% !important;
}
@media screen and (min-width: 992px) {
#contact_form{
		max-width: 960px !important;
	}
	#contact_form_table{
	max-width: 960px !important;
	margin: 1.25rem auto 0.9375rem auto !important;
	}
.formtxt{
	max-width: 960px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 400px) {
#contact_form{
		max-width: 350px !important;
	}
	#contact_form_table{
	max-width: 350px !important;
	margin: 1.25rem auto 0.9375rem auto !important;
	}
.formtxt{
	max-width: 350px !important;
		margin: 0 auto !important;
	}
}

#contact_form_table caption {
	caption-side: top !important;
	margin: 0 0 0.5rem 0;
}
#contact_form_table th {
	white-space: nowrap !important;
	text-align: left !important;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ECECEC;
	padding: 0.75rem;
	letter-spacing: -0.05em !important ;
}
#contact_form_table td {
	background: #ffffff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.75rem;
}
#contact_form_table input {
  position: relative;
  top: 2px;
}
input[type="text"],
textarea {
    width: 100%;
}
.text_red {
	color: #CA4343;
}
#confirmation_btn {
	margin: 0.9375rem auto 1.875rem auto !important;
}

#confirmation_btn ul {
margin: 2em 0 0 0!important;
text-align: center !important;
padding: 0;

}
#confirmation_btn li {
	display: inline-block !important;
	padding: 0 1.25rem 0.9375rem 1.25rem !important;
list-style: none !important;
}

/* お問い合わせフォームページ　thanks.html
////////////////////////////////////////////////////////////*/
.mailad a {
	text-decoration: underline !important;
}
.mailad a:hover {
	color: #ffb52f !important;
}
.checktxt {
	padding: 30px !important;
	background: #FFE7C1;
	margin: 1.25rem 0 0 0;
}


/* エラー画面
////////////////////////////////////////////////////////////*/
.error_text {
	padding: 20px 15px 0 15px !important;
	min-width: 100% !important;
}


/* 確認画面
////////////////////////////////////////////////////////////*/
#transmission_text {
	margin: 1.25rem 0 0 0;
	font-weight: bold;
}



