@charset "UTF-8";
/* CSS Document */
body{
  color:#666666;
}
h1{
  font-size: 24px;
  font-weight:bold;
  letter-spacing: 0.05em;
  color:#254072;
}

h2{
	font-size: 24px;
	line-height:50px;
	letter-spacing: 0.075em;
	color:#254072;
	margin-bottom: 0px;
  padding-left:15px;
  border-left: solid 20px #365ca5;
}

.phonetext{
  font-size:13px;
}

#over_inquiry_main_title{
	width:100%;
}
.around_inquiry_main_title{
  border: solid 1px #365ca5;
}

.over_inquiry_sub_title{
  width:100%;
}


.around_inquiry_sub_title a{
  display: block;
  text-align: center;
  margin: 30px auto 0px;
  background-color: #4f87f1;
  color:#fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
}

.around_inquiry_sub_title p:first-of-type{
  margin-top:30px;
}

#over_inquiry_sub_table{
  width:100%;
}


#inquiry_sub_table{
  border: solid 1px #e8e8e8;
}

#inquiry_sub_table label{
  display: inline;
}

#inquiry_sub_table span{
  color:#e14669;
   float:right;
}

input #name{
  width:200px;
}

input.postal_code{
  width:100px;
}

input.postal_code{
  width:100px;
}

input.address{
  width:500px;
}

input.tel_fax{
  width:200px;
}

textarea.naiyou{
  height:200px;
}

.submit{
  display: block;
  padding: 10px 30px;
  background-color: #365ca5;
  color:#fff;
  margin: 30px auto 50px;
  border: none;
  letter-spacing: 0.2em;
}

#inquiry_sub_table td,#inquiry_sub_table th,#inquiry_sub_table tr{
  border: solid 1px #e8e8e8;
  padding:20px;
}

#inquiry_sub_table th{
  width:260px;
  background-color: #f7f7f7;
  font-weight: inherit;
  vertical-align: middle;
}

#inquiry_sub_table p{
  margin-bottom: 0;
  color:#f00;
}

#inquiry_button_box{
  display: flex;
  justify-content: space-around;
  margin-top:30px;
}

.button_form:hover{
  background-color: #6797F1;
}

.tabletext{
  background-color: #f7f7f7;
  border: solid 1px #e8e8e8;
}

.tabletext2{
  border-top: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}

/* 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
  
  h1{
  font-size: 22px;
}
  
  h2{
	font-size: 20px;
	line-height:40px;
	letter-spacing: 0.075em;
  padding-left:10px;

}
  
  h3{
    font-size: 18px;
  }
  
  .tabletext2{
  border:none;
}
  
}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
  
}

/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1199.98px) {
  
}
