/* =======================
   Onetop Section
   ======================= */

#onetop h2.oneh2,
#two h2.oneh2,
#five h2.oneh2 {
  color: #6f76b3;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  margin: 7em auto 10px auto;
  border: 1px solid #6f76b3;
  padding: 20px 10px;
  border-radius: 5px;
}

#onetop ul.hataiconul {
  margin-top: 3em;
  margin-bottom: 3em;
}

#onetop li.hataiconli {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  padding: 5px;
}

#onetop li.hataiconli:hover {
  background-color: #f5f5f5;
  transition: 0.7s;
}

#onetop li.hataiconli h3 {
  font-size: 16px;
  font-weight: 300;
}

#onetop li.hataiconli .icon-size {
  font-size: 40px;
  color: #6f76b3;
}

#onetop h3.oneh3 {
  text-align: center;
  font-weight: 300;
}

#onetop h3.oneh3icon {
  font-size: 30px;
}

#onetop .bold {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  margin-left: 1em;
}

#onetop .icon-size {
  font-size: 80px;
  color: #6f76b3;
}

#onetop article {
  border-top: solid 3px #f4f4f4;
  margin-bottom: 2.25em;
  padding-top: 2.25em;
}

@media screen and (max-width: 480px) {
  #onetop li.hataiconli {
    width: 50%;
    margin-bottom: 2em;
  }

  td.tdleft {
    width: 5.5em;
  }
}

/* =======================
   Three & Four Sections
   ======================= */

#three h2,
#four h2 {
  color: #6f76b3;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  margin: 7em auto 10px auto;
  border: 1px solid #6f76b3;
  padding: 20px 10px;
  border-radius: 5px;
}

/* =======================
   Google Map / iFrame
   ======================= */

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmapp {
  padding-top: 10px;
}

#fh5co-about p span {
  font-size: 14px;
  color: #11308e;
}

/* =======================
   Table adjustments
   ======================= */

td.tdleft {
  width: 8.5em;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  /* 1025px以上（large以上の画面幅）の場合に非表示にする */
  #titleBar {
    display: none !important;
  }
}
h4.oneh3icon {
  color: #555;
}
