@charset "UTF-8";
/* CSS Document */
body{
  color:#000;
}
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;
}

h3{
  font-size:22px;
  border-bottom: solid 3px #365ca5;
  font-weight: 700;
}

#over_companybrochure_main_title{
	width:100%;
}
.companybrochure_main_title{
  border: solid 1px #365ca5;
}

companybrochure_sub_title{

}


#around_companybrochure_sub_table{
  margin: 30px auto 0px;
}
#companybrochure_sub_table{
  border: solid 1px #e8e8e8;
  font-size:15px;
}

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

#companybrochure_sub_table th{
  background-color: #f7f7f7;
  font-weight: inherit;
}

.over_companybrochure_sub_heading{
  width:100%;
}

.around_companybrochure_sub_heading{
}

.companybrochure_sub_heading{
  margin-left: 20px; 
}

.companybrochure_sub_heading dt{
  font-size: 20px;
  font-weight: inherit;
  margin-left: 20px;
}
.companybrochure_sub_heading dd{
  font-size: 18px;
  line-height:30px;
  margin-left: 40px;
  font-weight: inherit;
}

.companybrochure_sub_heading dt:first-child{
  margin-top:20px;
}

.companybrochure_sub_heading dt:nth-child(n+2){
  margin-top:30px;
}

#over_companybrochure_access{
  width: 100%;
}

#around_companybrochure_access{
  width: 940px;
  margin: 30px auto 0px;
}

.companybrochure_access_title{
  text-align: center;
}

.companybrochure_access_title span{
  display: block;
  padding:5px 30px;
  background-color: #4f87f1;
  border-radius: 5px;
  line-height:30px;
  font-size: 20px;
  color:#fff;
  letter-spacing: 0.075em;
}

.googlemap-box iframe{
  width:100%;
  height:450px;
}

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

/* 小デバイス（横向きモバイル, 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;
  }
  
  .companybrochure_sub_heading{
  margin-left: 10px; 
}

.companybrochure_sub_heading dt{
  font-size: 16px;
  font-weight: inherit;
  margin-left: 10px;
}
.companybrochure_sub_heading dd{
  font-size: 14px;
  line-height:30px;
  margin-left: 20px;
  font-weight: inherit;
}

.companybrochure_sub_heading dt:first-child{
  margin-top:10px;
}

.companybrochure_sub_heading dt:nth-child(n+2){
  margin-top:10px;
}
  
}

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

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