@charset "UTF-8";
footer {
  border-top: 1px solid #c7c7c7;
}

#contents * {
  color: #4d4d4d;
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 1100px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: calc(160px * 1.7);
  }
  #contents > section:last-of-type {
    margin-bottom: 160px;
  }
  #contents > section .wrapper {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
  }
  #contents > section .wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper dl dt {
    width: 29%;
    border-bottom: #4d4d4d 1px solid;
    padding: 1em 0.5em;
  }
  #contents > section .wrapper dl dd {
    width: 69%;
    border-bottom: #b3b3b3 1px solid;
    padding: 1em 0.5em;
  }
  #contents > section .wrapper dl dd > span:not(.sp_over) {
    display: block;
  }
  #contents > section .wrapper p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper p span {
    display: block;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(90px * 0.84375);
  }
}

/* ----------------------------------------------

PC~Pad設定

------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1100px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: calc(160px * 1.71);
  }
  #contents > section:last-of-type {
    margin-bottom: 160px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
  }
  #contents > section .wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 2rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper dl dt {
    width: 29%;
    border-bottom: #4d4d4d 1px solid;
    padding: 1em 0.5em;
  }
  #contents > section .wrapper dl dd {
    width: 69%;
    border-bottom: #b3b3b3 1px solid;
    padding: 1em 0.5em;
  }
  #contents > section .wrapper dl dd > span:not(.sp_over) {
    display: block;
  }
  #contents > section .wrapper p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper p span {
    display: block;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(90px * 0.84375);
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: calc(110px * 1.71);
  }
  #contents > section:last-of-type {
    margin-bottom: 110px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #contents > section .wrapper h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #contents > section .wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.5rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #contents > section .wrapper dl dt {
    width: 100%;
    border-bottom: #4d4d4d 1px solid;
    padding: 1em 0.5em 0.5em;
  }
  #contents > section .wrapper dl dd {
    width: 100%;
    border-bottom: #b3b3b3 1px solid;
    padding: 0.5em 0.5em 1em;
    margin-bottom: 1rem;
  }
  #contents > section .wrapper dl dd > span:not(.sp_over) {
    display: block;
  }
  #contents > section .wrapper dl dd > span.sp_over {
    display: none;
  }
  #contents > section .wrapper p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper p span {
    display: block;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(70px * 0.84375);
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: calc(80px * 1.71);
  }
  #contents > section:last-of-type {
    margin-bottom: 80px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 20px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #contents > section .wrapper h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #contents > section .wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #contents > section .wrapper dl dt {
    width: 100%;
    border-bottom: #4d4d4d 1px solid;
    padding: 1em 0.5em 0.5em;
  }
  #contents > section .wrapper dl dd {
    width: 100%;
    border-bottom: #b3b3b3 1px solid;
    padding: 0.5em 0.5em 1em;
    margin-bottom: 1rem;
  }
  #contents > section .wrapper dl dd > span:not(.sp_over) {
    display: block;
  }
  #contents > section .wrapper p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper p span {
    display: block;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(45px * 0.84375);
  }
}
/*# sourceMappingURL=operation.css.map */