@charset "utf-8";
.kome {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 16px;
}
/* CSS Document */

.-------------------------------------{}



.form_tr {
	border-top: 1px dotted #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
}
.form_th {
	width: 240px;
	float: left;
	text-indent: 20px;
	background-image: url(../img_common/table_arw_01.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.form_td {
	width: 540px;
	float: left;
}
.hissu {
	background-image: url(../img_contact/mailform_hissu.png);
	background-repeat: no-repeat;
	background-position: 160px center;
}
.hosoku {
	font-size: 1.4rem;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:480px )
{
	
	.form_th, .form_td {
		width: 100%;
	}

	.form_th {
		margin-bottom: 25px;
	}
	.hissu {
		background-position: right 21px;

	}


	
}



.-------------------------------------{}
input, textarea {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.input_01 {
	width: 320px;
}
.input_02 {
	width: 80px;
}
textarea {
	width: 500px;
	height: 200px;
	max-width: 100%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:480px )
{
	
	.input_01 {
		width: 100%;
	}
	.input_01,
	.input_02 {
		margin-bottom: 5px;
	}
	
}

.エラー-------------------------------------{}

.mailform_error {
	color: #D4111F;
	padding-top: 5px;
}



.-------------------------------------{}
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
	position: relative;
	width: 130%;
	margin: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 6px;
	height: 28px;
	line-height: 1;
	font-size: 1.4rem;
	color: #000000;
	text-shadow: 0 0 #FDFDFD;
	/* Fallback for IE 8 */
	background: #f2f2f2;
	/* "transparent" doesn't work with Opera */
	background: #fafafa !important;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

.-------------------------------------{}
#button_wrap {
	text-align: center;
	padding-top: 60px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:480px )
{

#button_wrap img:nth-child(1) {
	margin-bottom: 15px;
}

#button_wrap img {
	width: auto;
	height: 32px;
}


}
.-------------------------------------{}
.-------------------------------------{}
.-------------------------------------{}
.-------------------------------------{}
