﻿@charset "UTF-8";
body{font-size:0.9rem;color:#555;margin:0;padding:0;line-height: 1.7;font-family: 'Zen Kaku Gothic New',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.hed{width:100%;background:#619A93;margin:0 0 20px;padding:50px 0;color:#fff;text-align:center;}
.hed p{font-size: 0.8em;}
h2{font-size: 1.8em;margin:0;}
h3{font-size:2.0em;margin:5px 0;}

.ti {
    width: 600px;
    margin: 0 auto;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}
.req{display:inline-block;background:#fcdc0d;font-size:0.8em;color:#619A93;padding:1px 3px;}
.th-spe{padding:20px 10px;}
.thanks-txt{padding:20px 0 0;}
.thanks-txt p{text-align:center;}
.time{width: fit-content;margin:0 auto;padding:20px;border-top:2px solid #999;border-bottom:2px solid #999;}
.thanks-txt .btn{text-align:center;}
.thanks-txt a{width:230px;margin:20px auto;display:block;text-decoration:none;color:#555;}
#formWrap {
	max-width:700px;
	margin:0 auto;
	padding:30px 0 50px;
	color:#555;
	line-height:180%;
	font-size:0.9em;font-weight: 700;
}
input,
textarea{border:none;background:#e2eceb;padding:10px;font-family: 'Zen Kaku Gothic New',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: 700;}
table.formTable{
	width:100%;
	margin:0 auto;
	padding:50px 0 0 0;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
//	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{

	font-weight:normal;
//	background:#efefef;
	text-align:right;
	font-weight: 700;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:inlin-block;
	padding: 20px 30px;
	background:#fcdc0d !important;
}
.btn{background:#fcdc0d;padding: 20px;}
@media screen and (min-width: 768px) {
.img-sp{display:none;}
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:767px) {
.img-pc{display:none;}
.ti{width: 85%;}
.th-spe{padding:10px;}
.req{font-size:0.7em;}
.hed p{padding:0 20px;}
.br::before {display:none;}
#formWrap {
	width:95%;
	margin:0 auto;
}

table.formTable td,table.formTable th{padding:0 10px;}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	text-align:left;
}
form input[type="text"], form textarea {
	width:70%;
	padding:10px;margin:0;
//	font-size:110%;
	display:inline-block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
//	height:40px;
	padding: 20px 30px;margin-bottom:5px;
	background:#fcdc0d !important;
}
.btn{background:#fcdc0d;padding: 20px;}
.thanks-txt a{width:60%;}
}

footer{width:100%;background: #619A93;color:#fff;font-size:0.6em;text-align:center;padding:20px 0;}