@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR voice
Made by Tranpth
/////////////////////////////////////
*/

#Subvisual .inner-main {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

/* block-01 */
.block-01 {
  background: #e6f2fd;
  padding: 30px;
  min-height: 280px;
  margin-bottom: 40px;
}

.block-01.last {
  margin-bottom: 0;
}

.block-01 .info-block {
  width: 430px;
}

.block-01 .photo-block {
  width: 445px;
}

.title-h2 {
  font-size: 183%;
  font-weight: 700;
  margin-bottom: 25px;
}

.block-01 .title-h3 {
  font-size: 150%;
  color: #0054a6;
  font-weight: 700;
  margin-bottom: 15px;
}

.block-01 p {
  font-size: 117%;
  line-height: 30px;
  color: #000;
}

.photo-block-name {
  height: 30px;
  text-align: right;
  font-size: 130%;
}

/* required-block */
.required-block {
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
}

.required-block li {
  display: block;
  clear: both;
  border-top: 1px solid #0056a7;
}

/* required-list */
.required-list dl {
  clear: both;
  color: #000;
  clear: both;
}

.required-list .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.required-list .inner:last-child {
  margin-bottom: 0;
}

#Map {
  margin-top: 20px;
}

.required-list dl dt {
  font-size: 134%;
  line-height: 36px;
  float: left;
  width: 290px;
  padding: 25px 0;
}

.required-list dl dd {
  font-size: 117%;
  line-height: 30px;
  padding: 25px 0 25px 290px;
}

.required-list .numbers {
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}

.required-list .numbers img {
  float: left;
  margin: 5px 5px 0 0;
}

.required-list .number-phone {
  color: #9e0808;
  font-size: 250%;
  font-weight: 700;
  margin-right: 15px;
  float: left;
}

/*======▼2021.10〜======*/
#map_container {
  margin: 0 0 50px 0;
}

.googlemaps_title {
  margin: 0 0 15px 0;
  font-size: 120%;
  font-weight: bold;
}

.googlemaps {
  margin: 20px 0 0 0;
  display: inline-block;
  width: 300px;
  height: 200px;
}

.googlemaps+.googlemaps {
  margin-left: 22px;
}