.container-header-ttl small {
  color: #7bb9df; }

.section-box {
  max-width: 94rem;
  margin: 0 auto 5rem;
  padding: 5rem 2rem; }
  @media only screen and (max-width: 767px) {
    .section-box {
      padding: 3rem 0;
      margin-bottom: 2rem; } }
  .section-box-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-box-header {
        margin-bottom: 3rem; } }
    .section-box-header-en {
      font-size: 6.4rem;
      line-height: 1;
      font-weight: 700;
      color: #7bb9df; }
      @media only screen and (max-width: 767px) {
        .section-box-header-en {
          padding-bottom: .8rem; } }
    .section-box-header-ttl {
      font-size: 1.6rem;
      line-height: 1.3;
      display: flex;
      flex-direction: column; }
  .section-box-inner {
    font-size: 1.6rem; }
    .section-box-inner strong {
      font-size: 2.4rem; }
      .section-box-inner strong b {
        color: #ec695e; }
      @media only screen and (max-width: 767px) {
        .section-box-inner strong {
          font-size: 2rem;
          display: inline-block; } }
    .section-box-inner mark {
      background: none;
      font-size: 2rem;
      color: #3871af; }
    .section-box-inner p {
      line-height: 1.9;
      padding-bottom: 1.5rem; }
      .section-box-inner p.center {
        text-align: center; }
  .section-box-outline div {
    font-size: 1.6rem;
    background: rgba(244, 240, 233, 0.5);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-box-outline div {
        flex-direction: column;
        padding: 1.5rem; } }
    .section-box-outline div dt {
      text-align: center;
      width: 22rem;
      flex-shrink: 0;
      color: #094b95; }
      @media only screen and (max-width: 767px) {
        .section-box-outline div dt {
          width: 100%; } }
    .section-box-outline div dd {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .section-box-outline div dd {
          text-align: center; } }
  .section-box-history {
    border-top: 0.2rem solid #f4f0e9; }
    .section-box-history div {
      font-size: 1.6rem;
      border-bottom: 0.2rem solid #f4f0e9;
      padding: 2.5rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-box-history div {
          flex-direction: column;
          align-items: flex-start;
          padding: 1.5rem; } }
      .section-box-history div dt {
        text-align: center;
        width: 22rem;
        flex-shrink: 0;
        color: #094b95; }
        @media only screen and (max-width: 767px) {
          .section-box-history div dt {
            text-align: left; } }
      .section-box-history div dd {
        width: 100%; }
  .section-box-map {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-box-map {
        flex-direction: column; } }
    .section-box-map iframe {
      width: 50%;
      height: 36rem;
      flex-shrink: 0;
      margin-right: 4rem;
      border: 0.8rem solid #f4f0e9 !important;
      border-radius: 1.5rem;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .section-box-map iframe {
          width: 100%;
          margin: 0 0 1.5rem;
          border-width: .4rem; } }
    .section-box-map-inner {
      width: 100%;
      font-size: 1.6rem;
      padding: 2rem 0; }
      .section-box-map-inner-add {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1.5rem; }
        .section-box-map-inner-add p {
          margin-right: 1rem; }
        .section-box-map-inner-add a {
          width: 12rem;
          height: 3rem;
          border-radius: 5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #094b95;
          color: #fff;
          font-size: 1.4rem; }
      .section-box-map-inner dl {
        margin-bottom: 1.5rem;
        background: rgba(244, 240, 233, 0.5);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 0;
        border-radius: 1rem; }
        .section-box-map-inner dl dt {
          width: 11rem;
          flex-shrink: 0;
          font-size: 1.2rem;
          line-height: 1.3;
          text-align: center;
          color: #094b95; }
          .section-box-map-inner dl dt span {
            font-size: 4rem;
            color: #7bb9df;
            font-weight: 700; }
        .section-box-map-inner dl dd {
          width: 100%;
          padding-right: 1.5rem; }
          .section-box-map-inner dl dd ul li {
            border-bottom: 0.2rem solid #f4f0e9;
            padding: 1.5rem .3rem; }
            .section-box-map-inner dl dd ul li:nth-last-of-type(1) {
              border: none; }
