/* Scss Document profile*/
/* mixin
*********************************************************************/
/* media query */
.area_header {
  background-image: url("../images/main.jpg");
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2em;
  padding: 20px 0 20px 0;
}
@media all and (max-width: 494px) {
  h2 {
    font-size: 3rem;
  }
}

.box_profile {
  padding: 30px 0;
}
.box_profile table {
  width: 100%;
  border-top: #666 solid 1px;
}
.box_profile table th, .box_profile table td {
  border-bottom: #666 dotted 1px;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 400;
}
.box_profile table th {
  white-space: nowrap;
}
.box_profile table td ul {
  counter-reset: number;
}
.box_profile table td ul li {
  padding: 2px 0 2px 1.6em;
  text-indent: -1.6em;
}
.box_profile table td ul li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  padding: 0 3px 0 0;
}
.box_profile .sekobi {
  text-align: right;
}
.box_profile .box_philosophy {
  text-align: center;
}
.box_profile .box_philosophy ul {
  text-align: left;
  display: inline-block;
}
.box_profile .box_philosophy ul li {
  font-size: 1.8rem;
  line-height: 1.3em;
  padding: 3px 0;
}
.box_profile .box_philosophy ul li .sage {
  padding: 0 0 0 7em;
}
@media all and (max-width: 494px) {
  .box_profile table th, .box_profile table td {
    padding: 5px;
  }
  .box_profile .box_philosophy ul li {
    font-size: 1.5rem;
  }
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
