@charset "UTF-8";
/* reset css　
---------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  @media screen and (max-width: 767px) {
    min-width: 0;
    width: 100vw;  
  }
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .h-opa {
    transition: 0.2s ease-out;
  }
  .h-opa:hover {
    opacity: 0.7;
  }
}

ul li, ol li {
  list-style-type: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
strong {
  font-weight: inherit;
}
.c-cont-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  &.tight{
    max-width: 1000px;
  }
  @media screen and (max-width: 767px) {
    margin: 0;
    padding: 0 calc(14 / 3.75 * 1vw);
  }
}

.c-anc-point {
  position: relative;
  top: -114px;
  @media screen and (max-width: 767px) {
    top: calc(-51 / 3.75 * 1vw);
  }
}
.c-comp-fnt-col{
  color: #215C98;
  font-weight: 500;
}
.c-maker-fnt-col{
  color: #C1113B;
  font-size: 1.1em;
  font-weight: 500;
  padding-right: .1em;
  position: relative;
  top: .1em;
}
/* common
-------------------------------------------------------------------------------------------------------------------------------------*/
main {
  padding-top: 114px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: calc(51 / 3.75 * 1vw);
  }
}

.scroll-bar {
  background: url("/common/img/scroll_bar.svg") left center/90px auto no-repeat;
  display: inline-block;
  padding: 0 0 0 100px;
  position: absolute;
}

.scroll-bar.top {
  filter: invert(100%);
  left: 40px;
  mix-blend-mode: exclusion;
  position: fixed;
  transition: opacity 0.4s ease-out;
  top: 870px;
  transform: rotate(-90deg);
  transform-origin: left top;
  z-index: 50;
}
.scroll-bar.top.hide {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .scroll-bar.top {
    display: none;
  }
}

.scroll-bar.bottom {
  filter: invert(100%);
  bottom: 40px;
  opacity: 0;
  mix-blend-mode: exclusion;
  position: fixed;
  pointer-events: none;
  right: 40px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  transition: 0.4s ease;
  z-index: 9999;
}
.scroll-bar.bottom.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-bar.bottom.show:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .scroll-bar.bottom {
    display: none;
  }
}

/* header
-------------------------------------------------------------------------------------------------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500000;
  padding: 10px 0 0;
  @media screen and (max-width: 767px) {
    padding: calc(12 / 3.75 * 1vw) 0 0;
   }

  .header-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 10px;
    @media screen and (max-width: 767px) {
      padding: 0 calc(16 / 3.75 * 1vw) calc(8 / 3.75 * 1vw);
    }
    .header-logo{
      width: 220px;
      @media screen and (max-width: 767px) {
        width: calc(140 / 3.75 * 1vw);
      }
    }
    h1{
      margin: 0 auto 0 16px;
      font-weight: 400;
      line-height: 1.2;
      font-size: 14px;
      @media screen and (max-width: 900px) {
        font-size: .8em;
      }
      .h1-br{
        display: none;
        @media screen and (max-width: 900px) {
          display: initial;
          
        }

      }
      .space{
        padding-left: 0;
        @media screen and (max-width: 900px) {
          padding-left: 4.25em;
        }
      }
    }
  }

  .header-cont-box{
    a{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 180px;
      height: 50px;
      text-align: center;
      font-size: 15px;
      line-height: 1.25;
      border-radius: 4px;
      background: url(/common/img/icn_mail.svg) left 16px center / 30px auto no-repeat;
      background-color: #21b4c2 ;
      color: #fff;
      transition: background .2s ease;
      padding: 0 0 0 30px;
      &:hover{
        background-color: #C1113B;
      }
      &.crnt{
        background-color: #C1113B;
        pointer-events: none;
      }
    }
  }

  nav{
    display: block;
    background-color: #153D64;
    width: 100%;
    @media screen and (max-width: 767px){
      top: calc(52 / 3.75 * 1vw);
      right: calc(-380 / 3.75 * 1vw);
      transition: .1s ease;
      background: #21b4c2;
      position: fixed;
      width: calc(250 / 3.75 * 1vw);
      border-top-left-radius: calc(16 / 3.75 * 1vw);
      border-bottom-left-radius: calc(16 / 3.75 * 1vw);
      &.h-open{
        right: 0;
        transition: .3s ease;
      }
    }
    .nav-outer{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 300;
      @media screen and (max-width: 767px){
        flex-direction: column;
        padding: calc(20 / 3.75 * 1vw) 0;
      }  
      & > li{
        width: 180px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.25;
        border-left: 1px dashed #ddd;
        transition: .2s ease;
        height: 44px;
        @media screen and (max-width: 767px){
          width: 100%;
          font-size: calc(15 / 3.75 * 1vw);
          border: none;
          height: auto;
          span,br{
            display: none;
          }
        }
        a{
          width: 100%;
          height: 100%;
          padding-bottom: 4px;
          @media screen and (max-width: 767px){
            text-align: left;
            padding: calc(8 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
            font-size: calc(14 / 3.75 * 1vw);
            &::before{
              color: #ddd;
              content: "▶";
              font-size: .6em;
              margin-right: .2em;
              position: relative;
              top: calc(-2 / 3.75 * 1vw);
            }
          }
        }
        span{
          font-size: .8em;
        }
        &:nth-child(5){
          border-right: 1px dashed #ddd;
        }
        &:hover{
          @media screen and (min-width: 767.99px){
            background-color: #C1113B;
            cursor: pointer;
          }
        }
        &.crnt{
          @media screen and (min-width: 767.99px){
            background-color: #C1113B;
            pointer-events: none;
          }
          @media screen and (max-width: 767px){
            background-color: #C1113B;
            &.sp-off{
              background: none;
            }
          }
        }
      }
      .pd-sw{
        position: relative;
        @media screen and (max-width: 767px){
          text-align: left;
          display: block;
          padding: 0 0 calc(8 / 3.75 * 1vw)  calc(20 / 3.75 * 1vw);
          font-size: calc(14 / 3.75 * 1vw);
        }
        &::after{
          content: "▼";
          font-size: 8px;
          color: "fff";
          position: absolute;
          top: 16px;
          right: 16px;
          @media screen and (max-width: 767px){
            content: none;
          }
        }
        &::before{
          @media screen and (max-width: 767px){
              color: #ddd;
              content: "▼";
              font-size: .6em;
              margin-right: .2em;
              position: relative;
              top: calc(-2 / 3.75 * 1vw);
           }
        }
        .pd-inner{
          position: absolute;
          top:40px;
          left: 0;
          padding-top: 3px;
          color: #000;
          @media screen and (max-width: 767px){
            position: static;
          }
          li{
            width: 220px;
            font-size: 14px;
            color: #fff;
            line-height: 1.25;
            border-top: 1px solid #ddd;
            transition: .2s ease;
            height: 46px;
            background-color: #153D64;
            opacity: 0;
            height: 0;
            @media screen and (max-width: 767px){
              opacity: 1;
              height: auto;
              background: none;
              border: none;
              text-align: left;
              width: auto;
            }
            a{
              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;
              text-align: center;
              width: 100%;
              height: 100%;
              padding-top: 2px;
              pointer-events: none;
              @media screen and (max-width: 767px){
                display: block;
                text-align: left;
                padding: calc(8 / 3.75 * 1vw) 0 calc(8 / 3.75 * 1vw)  calc(16 / 3.75 * 1vw);
                font-size: calc(14 / 3.75 * 1vw);
                pointer-events: all;
              }
            }
            &:last-child{
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px;
            }
            &.crnt{
              background-color: #C1113B;
                pointer-events: none;
            }
          }
        }
        &:hover{
          @media screen and (min-width: 767.99px){
            cursor: default;
            .pd-inner{
              li{
                height: 50px;
                font-size: 15px;
                opacity: 1;
                a{
                  pointer-events: all;
                }
                &:hover{
                  background-color: #C1113B;
                }
              }
            } 
          }
        }
        &.crnt{
          pointer-events: all;
        }
      }
    }
  }

  .hamburger{
    position: absolute;
    right: 0;
    top: 0;
    padding: calc(16 / 3.75 * 1vw) calc(12 / 3.75 * 1vw);
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: calc(30 / 3.75 * 1vw);
      height: calc(2 / 3.75 * 1vw);
      background-color: #21b4c2;
    }
  
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #C1113B;
  }
}

/* footer
-------------------------------------------------------------------------------------------------------------------------------------*/

footer{
  background: #153D64;
  padding: 30px 0;
  margin: auto 0 0;
  @media screen and (max-width: 767px){
    padding: calc(20 / 3.75 * 1vw) 0;
  }
  .footer-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    @media screen and (max-width: 767px){
      flex-direction: column;
      align-items: center;
    }
    .owner-box{
      .comp-name{
        font-size: 14px;
        line-height: 1.5;
        @media screen and (max-width: 767px){
          text-align: center;
          font-size: calc(12 / 3.75 * 1vw);
        }
      }
      .comp{
        display: block;
        text-indent: -5.1em;
        padding-left: 5.1em;
        @media screen and (max-width: 767px){
          text-align: left;
          font-size: calc(10 / 3.75 * 1vw);
        }
      }
      img{
        width: 192px;
        margin: 8px 0 4px;
        @media screen and (max-width: 767px){
          width: calc(150 / 3.75 * 1vw); 
        }
      }
      address{
        font-size: 14px;
        line-height: 1.5;
        @media screen and (max-width: 767px){
          font-size: calc(10 / 3.75 * 1vw);
        }
      }
    }

    .footer-link-box{
      p{
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        &::before{
          content: "";
          height: 0;
          width: 100%;
          border-bottom: 1px solid #ddd;
          position: absolute;
          top: 50%;
        }
        span{
          background: #153D64;
          z-index: 2;
          padding: 0 .5em;
        }
      }
      .flx-box{
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        margin-top: 16px;
        li{

          a{
            line-height: 1.75;
            font-weight: 300;
            transition: .2s ease;
            &::before{
              content: "▶";
              font-size: 10px;
              margin-right: .3em;
              position: relative;
              top: -2px;
            }
            &:hover{
              color: #21b4c2;
            }
          }
        } 
      }
      
      
    }
  }
  small{
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 30px;
    font-weight: 300;
    @media screen and (max-width: 767px){
      margin-top: calc(16 / 3.75 * 1vw);
          font-size: calc(10 / 3.75 * 1vw);
        }
  }
}



/* aside ------------------------------------------------------- */


/* contents common parts
-------------------------------------------------------------------------------------------------------------------------------------*/

.moni-logo-box{
  margin: 30px 0;
  background: linear-gradient( to bottom , transparent 0% , transparent 60% , #C1113B 60%,  #C1113B 80%, transparent 80% ,transparent 100%);
  @media screen and (max-width: 767px) {
    margin: calc(16 / 3.75 * 1vw) 0;
    position: relative;
  }
  .moni-logo-inner{
    width: 100%;
    max-width: 1040px;
    padding: 0 20px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media screen and (max-width: 767px) {
      padding: 0 calc(10 / 3.75 * 1vw) 0 0;
    }
    &.rev{
      flex-direction: row-reverse;
      padding: 0 0 0 20px;
      @media screen and (max-width: 767px) {
        padding: 0 0 0 calc(10 / 3.75 * 1vw);
      }
    }
  }
  .maker-name{
    background: #fff;
    padding: 0 20px;
    @media screen and (max-width: 767px) {
      padding: 0 calc(10 / 3.75 * 1vw);
    }
    img{
      width: 300px;
      @media screen and (max-width: 767px) {
        width: calc(150 / 3.75 * 1vw);
      }
    }
  }
  .notic{
    font-size: 14px;
    padding-bottom: 10px;
    @media screen and (max-width: 767px) {
      position: absolute;
      font-size: calc(10 / 3.75 * 1vw);
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.25;
      left: calc(10 / 3.75 * 1vw);;
      top: calc(-10 / 3.75 * 1vw);
      width: calc(210 / 3.75 * 1vw);
    }
  }
}


/* top
-------------------------------------------------------------------------------------------------------------------------------------*/
.top .top-mv{
  padding-bottom: 40px;
  @media screen and (max-width: 767px) {
    padding-bottom: calc(30 / 3.75 * 1vw);
  }
  .img-box{
    background: url(/images/top_mv.webp) center center no-repeat;
    height: 320px;
    padding-top: 20px;
    @media screen and (max-width: 767px) {
      background: url(/images/top_mv.webp) center center /cover no-repeat;
      height: calc(280 / 3.75 * 1vw);
      padding-top: calc(16 / 3.75 * 1vw);
    }
    .flx-box{
      display: flex;
      justify-content: center;
    }
    
    h2{
      border: 4px double #fff;
      border-radius: 10px;
      padding: 16px;
      text-align: center;
      color: #fff;
      font-size: 30px;
      line-height: 1.5;
      font-weight: 500;
      @media screen and (max-width: 767px) {
        font-size: calc(18 / 3.75 * 1vw);
        padding: calc(10 / 3.75 * 1vw);
        width: 100%;
      }
      span{
        color: #C1113B;
        font-size: 1.1em;
        font-weight: 700;
        position: relative;
        top: .1em;
        @media screen and (max-width: 767px) {
          font-size: 1.25em;
        }
      }
    }
  }
  .sub-lead{
    font-size: 18px;
    line-height: 2;
    padding: 30px 0 0;
    @media screen and (max-width: 767px) {
      padding: calc(16 / 3.75 * 1vw) 0 0;
      font-size: calc(16 / 3.75 * 1vw);
      line-height: 1.5;
    }
  }
}

.top .bg-outer{
  background-color: #f0f0f0;
  padding: 30px 0;
  @media screen and (max-width: 767px) {
    padding: calc(16 / 3.75 * 1vw);
  }
  .ttl-big{
    margin: 0 0 50px;
    text-align: center;
    position: relative;
    font-size: 90px;
    color: #fff;
    font-weight:500;
    font-family: serif;
    @media screen and (max-width: 767px) {
      margin: 0 0 calc(28 / 3.75 * 1vw);
      font-size: calc(72 / 3.75 * 1vw);
    }
    span{
      font-size: 36px;
      color: #153D64;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      letter-spacing: .1em;
      font-family: "Noto Sans JP", sans-serif;
      @media screen and (max-width: 767px) {
        font-size: calc(30 / 3.75 * 1vw);
      }
    }
  }
  .c-cont-inner{
    background: #fff;
    padding: 40px 20px;
    @media screen and (max-width: 767px) {
      padding: calc(20 / 3.75 * 1vw) calc(16 / 3.75 * 1vw);
    }
  }  
}

.top .block01,
.top .block02,
.top .block03{
  padding-bottom: 40px;
  @media screen and (max-width: 767px) {
    padding-bottom: calc(16 / 3.75 * 1vw);
  }
}
.top .sec-ttl-box{
  display: flex;
  justify-content: center;
  h2{
    display: inline-block;
    text-align: center;
    .en{
      display: block;
      color: #C1113B;
      font-size: 32px;
      padding-bottom: .2em;
      border-bottom: 3px solid #C1113B;
      @media screen and (max-width: 767px) {
        font-size: calc(20 / 3.75 * 1vw);
      }
      .fnt-s{
        font-size: .6em;
        @media screen and (max-width: 767px) {
          font-size: .7em;
        }
      }
    }
    .jp{
      display: block;
      color: #215C98;
      font-size: 20px;
      padding-top: .2em;
      @media screen and (max-width: 767px) {
        font-size: calc(16 / 3.75 * 1vw);
        letter-spacing: -.02em;
      }
    }
  }
}
.top .block01 .flx-box,
.top .block02 .flx-box,
.top .block03 .flx-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    row-gap: calc(24 / 3.75 * 1vw);
  }
  .lead-box{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    @media screen and (max-width: 767px) {
      width: 100%;
      padding-right: 0;
    }
    .sub-lead{
      font-size: 18px;
      line-height: 1.5;
      @media screen and (max-width: 767px) {
        font-size: calc(15 / 3.75 * 1vw);
        margin-bottom: 1em;
      }
    }
    .link-box{
      margin: auto 0 0;
      a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        width: 240px;
        height: 40px;
        border-radius: 20px;
        transition: .2s ease;
        background: url(/common/img/123_arr_hoso.svg) right 50px top 12px / 30px auto no-repeat;
        background-color: #C1113B;
        color: #fff;
        @media screen and (max-width: 767px) {
          font-size: calc(18 / 3.75 * 1vw);
          width: calc(240 / 3.75 * 1vw);
          height: calc(40 / 3.75 * 1vw);
          border-radius: calc(20 / 3.75 * 1vw);
          background: #C1113B url(/common/img/123_arr_hoso.svg) right calc(50 / 3.75 * 1vw) top calc(12 / 3.75 * 1vw) / calc(30 / 3.75 * 1vw) auto no-repeat;
        }
        @media screen and (min-width: 767.99px) {
          &:hover{
            background: url(/common/img/123_arr_hoso.svg) right 40px top 12px / 30px auto no-repeat;
            background-color: #21b4c2;
          }
        }
      }
    }
  }
  &.rev{
    flex-direction: row-reverse;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
    .lead-box{
      padding: 0 0 0 20px;
      @media screen and (max-width: 767px) {
        padding: 0;
      }
    }
  }
  figure{
    flex: 1;
    min-height: 200px;
    border: 1px solid #ddd;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* sub
-------------------------------------------------------------------------------------------------------------------------------------*/

/* sub main catch */
.sub .sub-mv{
  padding-bottom: 40px;
  @media screen and (max-width: 767px) {
    padding-bottom: calc(30 / 3.75 * 1vw);
  }
  .img-box{
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    @media screen and (max-width: 767px) {
      height: calc(70 / 3.75 * 1vw);
    }

    /* メインビジュアル背景 */
    &.prd-bg{
      background: url(/images/prd_main.jpg) center center no-repeat;
      @media screen and (max-width: 767px) {
        background: url(/images/prd_main.jpg) center center /cover no-repeat;
      }
    }
    &.qlty-bg{
      background: url(/images/services-banner.webp) center center /cover no-repeat;
    }
    &.reso-bg{
      background: url(/images/tech-banner.webp) center center /cover no-repeat;
    }
    &.abus-bg{
      background: url(/images/about-banner.webp) center center /cover no-repeat;
    }
    &.cont-bg{
      background: url(/images/news-banner.webp) center center /cover no-repeat;
    }
    &::before{
      position: absolute;
      content: "";
      display: block;
      background: rgba(0,0,0,.4);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    .main-ttl{
      color: #e9e9e9;
      font-weight: 700;
      font-size: 80px ;
      font-family: serif;
      position: relative;
      z-index: 2;
      @media screen and (max-width: 767px) {
        font-size: calc(36 / 3.75 * 1vw);
      }
    }
    

  }
  .sub-lead{
    font-size: 18px;
    line-height: 2;
    padding: 30px 0 0;
    @media screen and (max-width: 767px) {
      padding: calc(16 / 3.75 * 1vw) 0 0;
      font-size: calc(16 / 3.75 * 1vw);
      line-height: 1.5;
    }
  }
}

/* Abotu Us Contact Us */
.sub.ctd{
  h2{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    @media screen and (max-width: 767px) {
      margin-bottom: calc(30 / 3.75 * 1vw);
    }
    span{
      color: #215C98;
      letter-spacing: .1em;
      font-weight: 700;
      font-size: 32px;
      background: #fff;
      padding: 0 .5em;
      @media screen and (max-width: 767px) {
        font-size: calc(20 / 3.75 * 1vw);
      }
    }
    &::before{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      border-bottom: 3px double #215C98;
      top: 50%;
      z-index: -1;
      @media screen and (max-width: 767px) {
        border-bottom: 1px solid #215C98;
      }
    }
  }
  .flx-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 100px;
    width: 800px;
    @media screen and (max-width: 767px) {
      padding: calc(30 / 3.75 * 1vw) calc(14 / 3.75 * 1vw) calc(60 / 3.75 * 1vw);
      width: 100%;
    }
    &.cont{
      padding: 60px 0;
      @media screen and (max-width: 767px) {
        padding: calc(30 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
      }
    }
  }
  table th,
  table td{
    border: 1px solid #ddd;
    padding: 1em 2em;
    @media screen and (max-width: 767px) {
      padding: 1em .5em;
    }
  }
  table{
    width: 100%;
    th{
      vertical-align: middle;
      text-align: center;
      background-color: #C1113B;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      @media screen and (max-width: 767px) {
        font-size: calc(14 / 3.75 * 1vw);
        width: 6em;
      }
    }
    td{
      line-height: 1.5;
      font-size: 16px;
      @media screen and (max-width: 767px) {
        font-size: calc(14 / 3.75 * 1vw);
      }
      img{
        width: 120px;
        margin-right: 1em;
        @media screen and (max-width: 767px) {
          width: calc(100 / 3.75 * 1vw);
          margin: 0 0 .5em ;
        }
      }
      a{
        text-decoration: underline;
        color: #21b4c2;
      }
    }
  }
} 