@charset "utf-8";
/* CSS Document */
#formWrap {
	width:stretch;
	min-width:1200px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:1.0em;
    border: 3px solid #CCCCCC;
    border-radius: 7px;
}

#formWrap table.formTable{
	width:stretch;
	margin:2.0em auto;
	border-collapse:collapse;
}
#formWrap table.formTable td,#formWrap table.formTable th{
	border-bottom:2px solid #ccc;
	padding:10px 2.0em;
	font-size:1.0em;
	line-height:2.0em;
	font-weight:normal;
	color:#000000;
	border-color:#cccccc;
}
#formWrap table.formTable th{
/*	width:stretch;
	font-weight:normal;
	background:#ecff5c;
	text-align:left;
	border-color:#cccccc;*/
  	position: relative;
  	width: stretch;
  	background-color: #ecff5c;
  	color: #000000;
  	text-align: center;
  	padding: 10px;
	border-color:#cccccc;
}
#formWrap table.formTable th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ecff5c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#formWrap input[type="text"], textarea {
/*width:stretch;*/
	padding:5px;
	font-size:110%;
	display:block;
	border:solid 2px #b9fff9;
	border-radius: 6px;
}
#formWrap table.formTable td input{
	margin-left: 0.5em;
}
#formWrap table.formTable td input textarea {
	margin-left: 0.5em;
}
#formWrap table.formTable td span{
   color:#000000;
	float:left;
	margin:-2.0em 0 0 600px;
}
#formWrap table.formTable td select{
	width:50%;
	padding:5px;
	font-size:1.0em;
	display:block;
	border:solid 2px #b9fff9;
	border-radius: 6px;
	margin-left:1.0em;
}
#formWrap table.formTable td textarea{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:1.2em;
	line-height:1.4em;
	margin-left:0.5em;
}

#formWrap input[type="submit"]{
	width : 521px;
	height : 85px;
	padding : 0 0 0 0; /*4px 10px;*/
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 0; /*1px solid #cccccc;*/
/*	border-radius : 3px; */
	font-family : inherit;
	font-weight : bold;
    background-image:url("../../images/i2508/send_btn_08.png");
}
#formWrap input[type="submit"]:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
    background-image:url("../../images/i2508/send_btn_10.png");
}
 #formWrap input[type="reset"]{
	display:block;
	width:540px;	
	font-size:1.4em;
	height:88px;
	background-color:#008c00;
	color:#FFFFFF;
	border: solid 1px #CECEBF;
	border-radius: 6px;
	transition: all .3s;
}

#formWrap table tr:nth-child(even) td{
	background: #FFFFFF;
}
#formWrap table tr:first-child {
    border-top:2px solid #cccccc;	
}
#formWrap table tr:nth-child(8) td {
    background-image:url("../../images/i2508/inq_dh_06.png");
	background-repeat: no-repeat;
	background-position:30%;
	height:100px;
}
#formWrap table tr:nth-child(8) th{
	background: #FFFFFF;
}
#formWrap table tr:nth-child(8) th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*#formWrap table th:last-child, #formWrap table td:last-child{
	border-right: 2px solid #cccccc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}
#formWrap table tr:last-child th, #formWrap table tr:last-child td{
	border-bottom: 2px solid #cccccc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}
#formWrap table tr:first-child :first-child{
	border-top-left-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}
#formWrap table tr:first-child :last-child{
	border-top-right-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}
#formWrap table tr:last-child :first-child{
	border-bottom-left-radius: 0px;
}
#formWrap table tr:last-child :last-child{
	border-bottom-right-radius: 0px;
}*/

#formWrap input {
	background: #b9fff9;
}

#formWrap textarea {
	background: #F7F7F7;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#formWrap table.formTable th, #formWrap table.formTable td {
	width:auto;
	display:block;
}
#formWrap table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
#formWrap input[type="text"], textarea {
	width:85%;
	padding:5px;
	font-size:120%;
	display:block;
}
#formWrap input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

.fomrbox {
	height:6.0em;
	background-color:#E9E9E9;
	border-top:10px solid #E9E9E9;
	border-right:4px solid #E9E9E9;
	border-bottom:6px solid #E9E9E9;
	border-left:6px solid #E9E9E9;
	border-radius: 4px;
}
.fomrh {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	height:1.2em;
	font-size:1.2em;
}
.fomrt {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	height:6.0em;
	line-height: 1.4em;
	font-size:1.2em;
}
.kibobox {
	width:90%;
	margin:0.8em 5%;
	display:block;
	background-color:#E9E9E9;
	border:4px solid #E9E9E9;
	border-radius: 4px;
	text-align:center
}

::placeholder {
  color: #BFBFBF;
}
::placeholder-shown {
  background: #FFFFFF;
}
