.font-line {
    display: block
  }
  
  .main-contents__inner::before {
    padding-top: 7.8125%
  }
  
  .main-contents__title {
    margin: 0 auto 1.95312%;
    width: 59.47266%
  }
  
  .main-contents__lead {
    font-size: 1.8rem;
    margin-bottom: 9.27734%;
    text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff
  }
  
  .main-contents__notes {
    font-size: 1.4rem;
    margin-bottom: 35px;
    text-align: right
  }
  
  @media only screen and (max-width: 767px) {
    .main-contents__title {
      margin-bottom: 4.66667vw;
      width: 58.13333vw
    }
    .main-contents__lead {
      margin-bottom: 6.66667vw
    }
    .main-contents__lead p {
      font-size: 3.73333vw
    }
    .main-contents__notes {
      font-size: 2.66667vw;
      margin-bottom: 18.66667vw;
      text-align: center
    }
  }
  
  .menu-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .menu-list__item {
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    width: 49.02344%
  }
  
  .menu-list__item--important {
    position: relative
  }
  
  .menu-list__item--important::before {
    background: url(../images/ico_important.png) no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 74px;
    left: -40px;
    position: absolute;
    top: -45px;
    width: 69px
  }
  
  .menu-list__link {
    background: #fff;
    border: 1px solid #c0a6d7;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden
  }
  
  .menu-list__link>* {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }
  
  .menu-list__link:hover {
    border-color: #6b489a;
    -webkit-box-shadow: 0 0 0 2px #6b489a inset;
    box-shadow: 0 0 0 2px #6b489a inset;
    text-decoration: none
  }
  
  .menu-list__link:hover .menu-list__arrow {
    background-color: #6b489a
  }
  
  .menu-list__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 94px;
    -ms-flex: 0 1 94px;
    flex: 0 1 94px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
  }
  
  .menu-list__icon svg {
    background: rgba(255, 255, 255, 0.01);
    height: 5.6em;
    width: 60%
  }
  
  .menu-list__text {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 368px;
    -ms-flex: 0 1 368px;
    flex: 0 1 368px;
    height: 100%;
    padding: calc(10 / 503 * 100%) calc(10 / 503 * 100%) calc(10 / 503 * 100%) 0
  }
  
  .menu-list__text-inner {
    border-left: 2px solid #ffa400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: calc(15 / 503 * 100%);
    height: 100%
  }
  
  .menu-list__text-hd {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.35;
    line-height: calc(19 / 14);
    margin-bottom: 2px;
    margin-top: 2px
  }
  
  .menu-list__text-sub {
    font-size: 1.4rem;
    line-height: 1.5;
    line-height: calc(21 / 14)
  }
  
  .menu-list__arrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c0a6d7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
  }
  
  .menu-list__arrow .arrow::before, .menu-list__arrow .arrow::after {
    height: 12px;
    width: 5px
  }
  
  @media only screen and (max-width: 1120px) {
    .menu-list__item--important::before {
      left: 0;
      top: -60px
    }
  }
  
  @media only screen and (max-width: 964px) {
    .menu-list__icon-inner img {
      -webkit-transform: translate(-50%, -50%) scale(0.35);
      -ms-transform: translate(-50%, -50%) scale(0.35);
      transform: translate(-50%, -50%) scale(0.35)
    }
  }
  
  @media only screen and (max-width: 767px) {
    .menu-list__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }
    .menu-list__item {
      margin-bottom: 2.66667vw;
      width: 100%
    }
    .menu-list__item--important::before {
      height: 17.33333vw;
      left: 0;
      top: -13.33333vw;
      width: 16.53333vw
    }
    .menu-list__link {
      height: 26vw
    }
    .menu-list__icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 18.4vw;
      -ms-flex: 0 1 18.4vw;
      flex: 0 1 18.4vw
    }
    .menu-list__icon-inner img {
      -webkit-transform: translate(-50%, -50%) scale(0.35);
      -ms-transform: translate(-50%, -50%) scale(0.35);
      transform: translate(-50%, -50%) scale(0.35)
    }
    .menu-list__text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 68.13333vw;
      -ms-flex: 0 1 68.13333vw;
      flex: 0 1 68.13333vw
    }
    .menu-list__text-hd {
      font-size: 3.73333vw
    }
    .menu-list__text-sub {
      font-size: 3.46667vw
    }
    .menu-list__arrow {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 7.86667vw;
      -ms-flex: 0 1 7.86667vw;
      flex: 0 1 7.86667vw
    }
    .menu-list__arrow .arrow::before, .menu-list__arrow .arrow::after {
      height: 9px;
      width: 3px
    }
  }
  
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .menu-list__icon-inner img {
      -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
      transform: translate(-50%, -50%) scale(0.7)
    }
  }
  
  .banner-unit {
    margin: 30px auto 0;
    width: 459px;
    display: inline-block;
    vertical-align: top;    
  }
  
  .banner-unit__banner {
    background: #fbfbfb;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 1px #cdcdcd inset;
    box-shadow: 0 0 0 1px #cdcdcd inset;
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 0;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    width: 100%
  }
  
  .banner-unit__banner:hover {
    -webkit-box-shadow: 0 0 0 3px #4099e1 inset;
    box-shadow: 0 0 0 3px #4099e1 inset
  }
  
  .banner-unit__banner a:hover img {
    opacity: 1
  }
  
  .banner-unit__text {
    font-size: 1.4rem;
    padding-left: .3em
  }
  
  @media only screen and (max-width: 767px) {
    .banner-unit {
      width: 100%
    }
    .banner-unit__banner img {
      width: 83.33333vw
    }
    .banner-unit__text {
      font-size: 3.2vw
    }
  }