@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 共通 */
.footer__contact {
	display: none;
}



/* slideshow */
.mv {
	background-image: url("/img/contact/bg_mv.jpg");
}



/* main */
.main__wrapper {
	max-width: 1020px;
	padding-bottom: 200px;
}

.input__txt {
	text-align: center;
	margin-bottom: 60px;
}

table {
	width: 100%;
}

table tr th {
	width: 32%;
	padding: 20px 0;
	line-height: 40px;
	vertical-align: top;
	letter-spacing: .2em;
}

table tr td {
	width: 65%;
	padding: 20px 0;
}

.confirm table tr td {
	line-height: 40px;
}

.must {
	color: #D90000;
	margin-left: 10px;
}

.needNot {
	margin-left: 10px;
}

.alert {
	color: #D90000;
}

input[type=text],
input[type=email],
input[type=tel] {
	width: 100%;
	height: 40px;
	border: 1px solid #666;
	padding-left: 15px;
}

select {
	width: 60%;
	height: 40px;
	border: 1px solid #666;
	padding-left: 15px;
}

textarea {
	width: 100%;
	height: 260px;
	border: 1px solid #666;
	resize: none;
	padding: 10px 10px 10px 15px;
	font-family: sans-serif;
	font-weight: normal;
}

input[type=submit],
input[type=button] {
	display: block;
	margin: 0 auto;
	width: 330px;
	height: 60px;
	border: 1px solid #666;
	background-color: #FFF;
	border-radius: 10px;
	transition: .2s;
}

.input input[type=submit] {
	margin: 0 auto 0 0;
	font-size: 16px;
}

input[type=submit]:hover,
input[type=button]:hover {
	background-color: #666;
	color: #FFF;
}

.confirm .submit {
	display: flex;
	justify-content: space-between;
	width: 690px;
	margin: 50px auto 0 auto;
}

.sendmail .main {
	text-align: center;
}

.sendmail .main__h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 50px;
}

.sendmail .main p {
	margin-bottom: 50px;
}

.main__btn {
	display: block;
	margin: 0 auto;
	width: 330px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #666;
	border-radius: 10px;
	text-align: center;
	transition: .2s;
}

.main__btn:hover {
	background-color: #666;
	color: #FFF;
}



/* privacypolicy */
.privacypolicy {
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	border: 1px solid #666;
	margin-top: 100px;
	padding: 30px;
}

.privacypolicy h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

.privacypolicy > ol > li {
	line-height: 2;
	position: relative;
}

.privacypolicy ol li::before {
	content: "・";
	display: inline-block;
}



/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

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



	
	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* main */
.main__wrapper {
	padding-bottom: 100px;
}

.input__txt {
	text-align: center;
	margin-bottom: 30px;
}

table tr th {
	display: block;
	font-weight: 500;
	width: 100%;
	padding: 15px 0 5px 0;
	line-height: auto;
}

table tr td {
	display: block;
	width: 100%;
	padding: 0 0 15px 0;
}

.confirm table tr td {
	line-height: 1.8;
}

.must,
.needNot {
	margin-left: 5px;
}

input[type=text],
input[type=email],
input[type=tel] {
	padding-left: 10px;
}

select {
	width: 100%;
	padding-left: 10px;
}

textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #666;
	padding-left: 10px;
	line-height: 2;
}

input[type=submit],
input[type=button] {
	width: 100%;
}

.input input[type=submit] {
	margin: 0 auto;
}
	
.confirm input[type=submit] {
	margin-bottom: 20px;
}

.confirm .submit {
	display: block;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0 auto;
}

.sendmail .main__h3 {
	font-size: 14px;
	margin-top: 30px;
}

.sendmail .main p {
	margin-bottom: 30px;
}

.main__btn {
	width: 100%;
}
	
	
	
/* privacypolicy */
.privacypolicy {
	width: 100%;
	height: 300px;
	margin-top: 50px;
	padding: 20px;
}

	
	
}