@charset "utf-8";
/* CSS Document */
.btn_style01 {
	width: 410px;
	margin: 25px auto 0 auto;
}
.btn_style01 a {
	display: block;
	border: 1px solid #c5d8eb;
	border-radius: 3px;
	color: #113c66;
	padding: 10px 0;
	background: #dce5ee;
	text-align: center;
	font-size: 14px;
}
.btn_style01 a:hover {
	border: 1px solid #113c66;
	color: #ffffff;
	background: #113c66;
}
.btn_style01 a span {
	position: relative;
	padding-right: 20px;
}
.btn_style01 a span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-top: 1px solid #113c66;
	border-right: 1px solid #113c66;
	transform: rotate(45deg);
}
.btn_style01 a:hover span:after {
  border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.column_3 li {
	width: 30.8%;
	float: left;
	margin-bottom: 55px;
}
.column_3 li:not(:nth-child(3n)) {
	margin-right: 3.8%;
}
.part_title {
	font-size: 18px;
	color: #113c66;
	font-weight: normal;
	border-bottom: 1px solid #113c66;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.part_title span {
  display: block;
}
.contact_tel {
  font-size: 32px;
  padding-left: 35px;
  color: #113c66;
  line-height: 1.3;
  background: url(../img/contact/ico-tel.png) left 8px no-repeat;
}
.contact_tel a {
  color: #113c66;
  pointer-events: none;
}
.contact_fax {
  font-size: 24px;
  padding-left: 26px;
  color: #113c66;
  background: url(../img/contact/ico-fax.png) left 10px no-repeat;
}
.contact_text {
  font-size: 14px;
  color: #113c66;
  margin-top: 5px;
}
.contact_note  {
  color: #113c66;
}
.txt_red {
  color: #ff0000;
}
.button_caption {
  font-size: 18px;
  color: #113c66;
  text-align: center;
}
.form_caption {
  font-size: 14px;
  margin-bottom: 8px;
}
.form_caption li {
  padding-left: 1em;
  text-indent: -1em;
}
.must_text {
  font-size: 16px;
  margin-bottom: 25px;
}
.aform-content dl {
  display: table;
  table-layout:fixed;
  width: 100%;
  border-left: 1px solid #d4dfea;
  border-right: 1px solid #d4dfea;
}
.aform-content dl:first-of-type {
  border-top: 1px solid #d4dfea;
}
.aform-content dl dt, .aform-content dl dd {
  display: table-cell;
  padding: 18px 0;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #d4dfea;
  box-sizing: border-box;
}
.aform-content dl dt {
  width: 270px;
  font-size: 14px;
  padding-left: 35px;
  border-right: 1px solid #d4dfea;
  background: #edf1f5;
  
}
.aform-content dl dd {
  padding-left: 50px; 
}
.aform-content dl dd input[type=text],
.aform-content dl dd input[type=email] {
  width: 85%;
  padding-left: 10px;
  border: 1px solid #d4dfea;
  background: #f2f5f6;
  line-height: 36px;
  box-sizing: border-box;
	height: 36px;
}
.aform-content dl dd textarea {
  width: 85%;
  min-height: 164px;
  border: 1px solid #d4dfea;
  background: #f2f5f6;
  padding: 10px;
  box-sizing: border-box;
}
.aform-content span.required {
  color: #ffffff;
  padding: 3px 10px;
  margin-left: 10px;
  background: #e51629;
  line-height: 1;
  border-radius: 3px;
}
.aform-radio-ul li {
  float: left;
  white-space: nowrap;
  font-size: 14px;
  padding-right: 8%;
}
.aform-radio-ul li input[type=radio] {
  display: none;
}
.aform-radio-ul li label {
  padding-left: 20px;
  background: url(../img/contact/ico-radio.gif) left 3px no-repeat;
}
.aform-radio-ul li input[type=radio]:checked + label {
  background: url(../img/contact/ico-radio_checked.gif) left 3px no-repeat;
}
.tips {
  margin-top: 10px;
  font-size: 14px;
}
.aform-content dl.last_line {
  border: none;
}
.aform-content dl.last_line dt,
.aform-content dl.last_line dd {
  border: none;
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: none;
}
.aform-content dl.last_line dt {
  margin-top: 35px;
}
.aform-content dl.last_line dt span.required {
  display: none;
}
.aform-content dl:last-of-type dd label {
  display: inline-block;
  padding-left: 40px;
  margin-left: -40px;
  position: relative;
  background: url(../img/contact/ico-checkbox.gif) left 3px no-repeat;
}
.aform-content dl.last_line dd input[type=checkbox]:checked + label {
  background: url(../img/contact/ico-checkbox_checked.gif) left 3px no-repeat;
}
.aform-content dl.last_line dd input {
  display: none;
}
.submit {
  text-align: center;
}
.submit span.btn_submit {
  width: 410px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 10px 30px; 
  background: #58c86a;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.submit_contact {
  margin-top: 30px;
  text-align: center;
}
.submit_contact span.btn_submit:first-of-type {
  margin-right: 30px;
}
.submit_contact span.btn_submit {
  width: 260px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 10px 30px; 
  background: #58c86a;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
ul.parts-1:after {
  content:"."; visibility: hidden; display: block; height: 0.1px; line-height: 0; font-size: 0.1em; clear: both;
}
.btn_style01.agree_button {
  width: 240px;
  margin-top: 0;
  margin-bottom: 40px;
}
.part-column {
  width: 80%;
  position: relative;
  padding-right: 25px;
  box-sizing: border-box;
}
.aform-content dl dd .part-column input[type=text] {
  width: 80%;
}
.aform-content dl dd .part-column span {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 6px;
}
.aform-error {
  margin-top: 5px;
  font-size: 14px;
  color: #ff0000;
}
@media screen and (max-width: 1024px) {
  .aform-content dl dt {
    width: 220px;
    font-size: 14px;
    padding: 20px;
    border-right: 1px solid #d4dfea;
    background: #edf1f5;
  }
  .aform-content dl dd {
    padding: 18px 20px;
  }
.aform-content dl dd input[type=text],
.aform-content dl dd input[type=email] {
  width: 100%;
}
.aform-content dl dd textarea {
  width: 100%;
}
.part-column {
  width: 100%;
  position: relative;
  padding-right: 25px;
  box-sizing: border-box;
}
}
@media screen and (max-width : 767px) {
.part_title {
  height: auto!important;
}
.aform-content dl {
  display: block;
}
.aform-content dl dt {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px;
  border-right: none;
  background: #edf1f5;
}
.aform-content dl dd {
  width: 100%;
  display: block;
  padding: 15px;
}
.column_3 li {
	width: 100%;
	float: none;
	margin-bottom: 35px;
}
.column_3 li:not(:nth-child(3n)) {
	margin-right: 0;
}
.btn_style01 {
	width: 100%;
	max-width: 240px;
	margin: 10px auto 0 auto;
}
.btn_style01 a {
	font-size: 12px;
}
.aform-content dl.last_line dt {
  margin-top: 20px;
}
.contact_tel a {
  pointer-events: initial;
}
.submit span.btn_submit {
  width: 100%;
  max-width: 410px;
}
.submit_contact span.btn_submit {
  width: 45%;
  float: left;
}
.submit_contact span.btn_submit:first-of-type {
  margin-right: 0;
}
.submit_contact span.btn_submit:last-of-type {
  float: right;
}
}