html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, address, code, em, img, small, strong, dl, dt, dd, ol, ul, li, form,
label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed,
figure, figcaption, footer, header, nav, section, summary, time, audio,
video, input, button, textarea, select {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

ol, ul {
    list-style: none
}

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

blockquote, q {
    quotes: none
}

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

html {
    font-size: 10px;
    overflow-y: scroll
}

input, button, select, textarea {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #555;
    font-size: 1.3rem;
    line-height: 1.85;
    letter-spacing: .3rem
}

input::-webkit-input-placeholder, button::-webkit-input-placeholder,
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input::-ms-input-placeholder, button::-ms-input-placeholder, select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999
}

input::placeholder, button::placeholder, select::placeholder, textarea::placeholder {
    color: #999
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    min-width: 320px;
    width: 100%;
    background: #fff;
    font-size: 1.3rem;
    letter-spacing: .3rem;
    line-height: 1.9;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

body.is-fixed {
    position: fixed
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.6
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -moz-outline-style: none
}

input ::-moz-focus-inner, button ::-moz-focus-inner, textarea ::-moz-focus-inner,
select ::-moz-focus-inner {
    border: none
}

label {
    cursor: pointer
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

a {
    text-decoration: none;
    color: #555;
    transition: opacity .6s
}

a:hover, a:active {
    color: #555;
    text-decoration: none
}

@media print, screen and (min-width: 1080px) {
    a:hover {
        opacity: 0.6
    }
}

* {
    box-sizing: border-box
}

* :before, * :after {
    box-sizing: border-box
}

.l-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 50px
}

@media print, screen and (min-width: 897px) {
    .l-wrapper {
        padding-top: 100px
    }
}

.l-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    height: auto;
    z-index: 31;
    display: none
}

.l-overlay.is-show {
    width: auto;
    height: auto;
    display: block;
    z-index: 10
}

.l-overlay.is-showModal {
    width: auto;
    height: auto;
    display: block;
    z-index: 31
}

.l-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

.l-header__inner {
    width: 100%;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.l-header__logo {
    padding: 0 10px;
    font-size: 0;
    width: 111px
}

.l-header__logo img {
    height: 35px
}

  .l-header__tel {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    flex: 1;
    position: absolute;
    right: 150px;
    text-indent: -9999px;
  }

    .tel_pc {
      display: none;
    }

    .tel_sp {
      display: block;
    }

  .l-header__tel .tel-inner{
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    background: url("../images/icon01_off.png") no-repeat;
    background-size: contain;
  }

.l-header__bt {
    display: flex;
    justify-content: flex-end;
    
}

  .l-header__bt a {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1371B5;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    height: 40px;
    padding: 0 12px 0 12px;
    margin: 0 5px 0 0;
    border-radius: 6px;
    border: solid 2px #1371B5;
  }

@media print, screen and (min-width: 897px) {
    .l-header__inner {
        height: 100px
    }

    .l-header__logo {
        padding: 0 0 0 40px;
        width: 222px;
        flex: initial
    }

    .l-header__logo img {
        height: 70px
    }

    .l-header__tel {
      font-size: 2.2rem;
      flex: 1;
      right: 280px;
      text-indent: inherit;
    }
  
    .tel_pc {
      display: block;
    }
  
    .tel_sp {
      display: none;
    }
  

  .l-header__tel .tel-inner {
    display: inline-block;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: #1371B5;
    width: inherit;
    height: inherit;
    background: none;
  }
  
  .l-header__tel .tel-inner::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -36px;
    width: 24px;
    height: 24px;
    background: url("../images/icon01_off.png") no-repeat;
    background-size: contain;
    transition: .4s;
  }
  
  
    .l-header__bt {
      margin: 0 20px 0 0;
      width: 220px;
    }

    .l-header__bt a {
      width: 220px;
      height: 60px;
      font-size: 1.6rem;
      transition: .4s;
      border-radius: 6px;
    }

    .l-header__bt a:hover {
        opacity: 1;
        color: #fff;
        background-color: #4690c5;
      border: solid 2px #4690c5;
    }
}

.l-hNav {
    width: 100%;
    height: 50px;
    background-color: #007fe2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: .3s
}

.l-hNav.is-open {
    height: 100px
}

.l-hNav__item {
    width: 100%
}

.l-hNav__item span {
    padding-left: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    height: 50px
}

.l-hNav__item a {
    padding-left: 15px;
    display: flex;
    align-items: center;
    color: #656d78;
    font-weight: bold;
    line-height: 1.3;
    height: 50px;
    background-color: #f2f2f2
}

.l-hNav__menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.l-hNav__menu::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #fff
}

.l-hNav__menu::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #fff
}

.is-open .l-hNav__menu::before {
    transform: rotate(45deg);
    top: 24px
}

.is-open .l-hNav__menu::after {
    transform: rotate(-45deg);
    bottom: 25px
}

@media print, screen and (min-width: 897px) {
    .l-hNav {
        position: static;
        height: 70px
    }

    .l-hNav.is-open {
        height: 70px
    }

    .l-hNav__inner {
        width: 100%;
        display: flex;
        flex-direction: row-reverse
    }

    .l-hNav__item {
        width: 50%
    }

    .l-hNav__item span {
        padding-left: 0;
        justify-content: center;
        height: 70px;
        font-size: 1.8rem
    }

    .l-hNav__item a {
        padding-left: 0;
        justify-content: center;
        height: 70px;
        font-size: 1.8rem
    }

    .l-hNav__item a:hover {
        opacity: 1
    }

    .l-hNav__menu {
        display: none
    }
}

.l-footer__inner {
    padding: 20px;
    color: #fff;
    background-color: #1371B5;
}

.l-footer__pagetop {
    display: none;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px
}

.l-footer__pagetop a {
    display: block;
    background: url(../images/bt_pagetop_off.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px
}

.l-footer__pagetop a:hover {
    background: url(../images/bt_pagetop_on.png) 0 0 no-repeat;
    background-size: contain;
}

.l-footer__info {
    margin-bottom: 10px
}

.l-footer__infoTit {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center
}

.l-footer__infoTxt {
    text-align: center;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.l-footer__infoTxt .is-en {
    font-size: 1.1rem
}

.l-footer__infoTxt .is-num {
    font-size: 2rem;
    font-weight: bold
}

.l-footer__contact {
    text-align: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
}

.l-footer__contact a {
    width: 100%;
    padding: 15px 15px 15px 40px;
    display: inline-block;
    font-weight: bold;
    color: #1371B5;
    background-color: #fff;
  border-radius: 6px;
}

.l-footer__contact a span {
  display: inline-block;
  position: relative;
}

.l-footer__contact a span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 22px;
  height: 14px;
  background: url("../images/icon02_off.png") no-repeat;
  background-size: contain;
  transition: .4s;
}

.l-footer__address {
    font-size: 1rem;
    text-align: center
}

.l-footer__copyright {
    color: #1371B5;
    padding: 20px;
    text-align: center;
    font-size: 1rem
}

@media print, screen and (min-width: 897px) {
    .l-footer__pagetop a {
        background: url(../images/bt_pagetop_off.png) 0 0 no-repeat;
        background-size: contain;
        width: 60px;
        height: 60px
    }

    .l-footer__pagetop a:hover {
        opacity: 1;
        background: url(../images/bt_pagetop_on.png) 0 0 no-repeat;
        background-size: contain;
    }

    .l-footer__inner {
        padding: 60px 0 20px
    }

    .l-footer__info {
        margin-bottom: 15px
    }

    .l-footer__infoTit {
        font-size: 1.6rem
    }

    .l-footer__infoTxt .is-en {
        font-size: 2rem
    }

    .l-footer__infoTxt .is-num {
        font-size: 4rem
    }

    .l-footer__address {
        font-size: 1.2rem
    }

    .l-footer__contact {
        margin-bottom: 40px
    }

    .l-footer__contact a {
        padding: 30px 0 30px 30px;
        font-size: 2rem;
        background-color: #fff;
        border: 2px solid #fff;
        transition: .4s;
      border-radius: 8px;
    }

    .l-footer__contact a span::before {
      top: 8px;
      left: -42px;
      width: 30px;
      height: 20px;
      background: url("../images/icon02_off.png");
      background-size: contain;
      transition: .4s;
    }

  
    .l-footer__contact a:hover {
        opacity: 1;
        color: #fff;
        background-color: #4690c5;
    }
  
    .l-footer__contact a:hover span::before {
      background: url("../images/icon02_on.png");
      background-size: contain;
    }

  
}

.l-main {
    width: 100%;
    overflow: hidden;
    flex: 1;
    margin: auto;
    position: relative
}

.l-sec {
    padding: 60px 0;
    position: relative
}

.l-sec.is-bg1 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    background-color: #f8f8f8
}

.l-sec.is-bg1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_1.png) 0 0 repeat-x;
    background-size: 208px;
    width: 100%;
    height: 40px;
    margin-top: -40px
}

.l-sec.is-bg2 {
    padding-top: 60px;
    padding-bottom: 0
}

.l-sec.is-bg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    width: 200vw;
    margin-left: -80vw;
    transform: rotate(-8deg);
    height: 200px;
    margin-top: -150px
}

.l-sec.is-bg3 {
    padding-top: 0px;
    background-color: #f8f8f8
}

    .l-sec.is-bg3 .grid.is-fxd-rr-md {
      padding-top: 60px;
    }

.l-sec.is-bg3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 200vw;
    margin-left: -80vw;
    transform: rotate(8deg);
    height: 200px;
    margin-top: -150px
}

.l-sec.is-bg4 {
    padding-bottom: 20px;
    background-color: #f8f8f8
}

.l-sec.is-bg5 {
    background-color: #f8f8f8
}

.l-sec__tit {
    color: #006ec3;
    text-align: center;
    margin-bottom: 30px
}

.l-sec__tit .is-en {
    border-bottom: 1px solid #006ec3;
    letter-spacing: .1rem;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold
}

.l-sec__tit .is-ja {
    display: block;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.l-sec__tit2 {
    color: #006ec3;
    text-align: center;
    margin-bottom: 30px
}

.l-sec__tit2 .is-en {
    border-bottom: 1px solid #006ec3;
    letter-spacing: .1rem;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    font-style: italic
}

@media print, screen and (min-width: 897px) {
    .l-sec {
        padding: 100px 0
    }

    .l-sec.is-bg1 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .l-sec.is-bg2 {
        padding-bottom: 60px
    }
  

    .l-sec.is-bg2::before {
        margin-top: -400px;
        height: 600px
    }

    .l-sec.is-bg3::before {
        height: 600px;
        margin-top: -500px
    }

    .l-sec__tit {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px
    }

    .l-sec__tit .is-en {
        margin-bottom: 0;
        margin-right: 5px
    }

    .l-sec__tit .is-ja {
        padding-left: 5px;
        font-size: 3.5rem
    }

    .l-sec__tit2 .is-en {
        font-size: 2.4rem
    }

    .l-sec.is-bg4 {
        padding-bottom: 60px
    }
}

.l-inner {
    padding: 0 15px;
    max-width: 1270px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2
}

.bt-type1 {
    text-align: center;
    display: inline-block;
    border: #006ec3 1px solid;
    background-color: #fff;
    padding: 16px 0;
    width: 100%;
    line-height: 1.1;
    position: relative;
    cursor: pointer
}

.bt-type1 .is-en {
    color: #006ec3;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: bold
}

.bt-type1 .is-ja {
    font-style: italic;
    font-weight: bold
}

@media print, screen and (min-width: 897px) {
    .bt-type1 {
        font-size: 2.4rem;
        padding: 24px 0
    }

    .bt-type1:hover {
        transition: .4s
    }

    .bt-type1:hover:hover {
        opacity: 1;
        color: #fff;
        background-color: #1371B5
    }

    .bt-type1:hover:hover .is-en {
        color: #fff
    }

    .bt-type1:hover:hover .is-ja {
        color: #fff
    }
}

.grid__item.is-img {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
    padding-right: 30%
}

.grid__item.is-img.is-r {
    padding-left: 30%;
    text-align: right;
    padding-right: 0
}

@media print, screen and (min-width: 897px) {
    .grid {
        display: flex;
        justify-content: space-between;
        margin-left: -100px;
        margin-right: -100px
    }

    .grid.is-fxd-rr-md {
        flex-direction: row-reverse
    }

    .grid.is-fxd-rr-md .grid__item.is-txt {
        padding-right: 0;
        padding-left: 100px
    }

    .grid__item.is-img {
        margin-right: 0;
        margin-left: 0;
        text-align: left;
        padding-right: 0;
        width: calc(50% - 144px)
    }

    .grid__item.is-img.is-r {
        padding-left: 0;
        text-align: right;
        padding-right: 0
    }

    .grid__item.is-txt {
        padding-top: 20px;
        padding-right: 100px;
        width: calc(50% + 80px)
    }
}

.grid2__item {
    max-width: 520px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto
}

@media print, screen and (min-width: 897px) {
    .grid2 {
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: center;
        background: url(../images/bg_2.png) center 0 no-repeat
    }

    .grid2__item:nth-child(1) {
        margin-right: 40px
    }

    .grid2__item:nth-child(2) {
        margin-left: 40px
    }
}

.grid3__item.is-img {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
    padding-right: 30%
}

.grid3__item.is-img.is-r {
    padding-left: 30%;
    text-align: right;
    padding-right: 0
}

@media print, screen and (min-width: 897px) {
    .grid3 {
        display: flex;
        justify-content: center;
        margin-left: -100px;
        margin-right: -100px;
        position: relative
    }

    .grid3.is-fxd-rr-md {
        flex-direction: row-reverse
    }

    .grid3.is-fxd-rr-md .grid3__item.is-img {
        top: -100px;
        left: auto;
        right: 0
    }

    .grid3__item.is-img {
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
        padding-right: 0;
        width: calc(50% - 144px);
        width: calc((100% - 690px) / 2)
    }

    .grid3__item.is-img.is-r {
        padding-left: 0;
        text-align: right;
        padding-right: 0
    }

    .grid3__item.is-txt {
        padding-top: 20px;
        padding-right: 0;
        width: 670px
    }
}

.keyvisual {
}

.keyvisual__img img {
    width: 100%;
    max-width: inherit
}

.keyvisual__head {
    background-color: rgba(0, 110, 195, 0.85);
    position: relative;
    color: #fff;
    padding: 30px 0 20px;
    margin-top: -60px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.keyvisual__headCatch {
    background-color: #007fe2;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    width: 220px;
    top: -14px;
    padding: 4px 0
}

.keyvisual__headTit {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.3rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5px;
}

.keyvisual__headTxt {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center
}

.keyvisual__lead {
    padding: 40px 25px;
    font-weight: 700;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center
}

.keyvisual__lead small {
  display: inline-block;
  margin: 8px 0 0 0;
  font-size: 0.9em;
  font-weight: normal;
}

@media print, screen and (min-width: 897px) {
    .keyvisual {
        padding-top: 0
    }

    .keyvisual__img {
        text-align: center
    }

    .keyvisual__head {
        padding: 50px 0 30px;
        margin-top: -100px
    }

    .keyvisual__headCatch {
        width: 300px;
        top: -20px;
        padding: 8px 0;
        font-size: 1.6rem
    }

    .keyvisual__headTit {
        font-size: 4.2rem;
        line-height: 1.3;
        margin-bottom: 15px
    }

    .keyvisual__headTxt {
        font-size: 3rem;
        line-height: 1.1
    }

    .keyvisual__lead {
        padding: 60px 25px;
        font-size: 1.6rem;
        line-height: 2
    }
  
  .keyvisual__lead small {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 0.8em;
    font-weight: normal;
  }
}

.comment {
    display: flex
}

.comment:not(:last-child) {
    margin-bottom: 25px
}

.comment__name {
    width: 85px;
    text-align: right;
    position: relative;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold
}

.comment__name.is-iconTakeda::before {
    content: "";
    background: url(../images/icon_takeda.png) 0 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px
}

.comment__name.is-iconMori::before {
    content: "";
    background: url("../images/icon_mori.png") 0 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -3px
}

.comment__content {
    flex: 1;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold
}

.comment__content a {
    color: #007fe2;
    text-decoration: underline
}

@media print, screen and (min-width: 897px) {
    .comment__name {
        width: 105px;
        text-align: right;
        position: relative;
        font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.4rem
    }

    .comment__name.is-iconTakeda::before {
        content: "";
        background: url(../images/icon_takeda.png) 0 0 no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: -8px
    }

    .comment__name.is-iconMori::before {
        content: "";
        background: url(../images/icon_mori.png) 0 0 no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: -8px
    }

    .comment__content {
        font-size: 1.4rem
    }
}

.commentImg {
    text-align: center
}

@media print, screen and (min-width: 897px) {
    .commentImg img {
        width: 100%;
        max-width: inherit
    }
}

.topic {
    background-color: #e5f0f9;
    padding: 20px
}

.topic__tit {
    color: #007fe2;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px
}

.topic__tit2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px
}

.topic__tit3 {
    font-weight: bold
}

@media print, screen and (min-width: 897px) {
    .topic {
        padding: 40px
    }

    .topic__tit {
        font-size: 2.4rem
    }

    .topic__tit2 {
        font-size: 1.8rem
    }

    .topic__txt {
        font-size: 1.4rem
    }
}

@media print, screen and (min-width: 897px) {
    .topicGrid {
        display: flex
    }

    .topicGrid__txt {
        flex: 1;
        padding-right: 40px
    }

    .topicGrid__img {
        width: 450px
    }
}

.profile {
    background-color: #fff
}

.profile__content {
    padding: 20px
}

.profile__name .is-en {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #006ec3;
    font-size: 1rem
}

.profile__name .is-ja {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: bold
}

.profile__txt {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media print, screen and (min-width: 897px) {
    .profile__content {
        padding: 20px 30px
    }

    .profile__name {
        margin-bottom: 10px
    }

    .profile__name .is-en {
        font-size: 1.4rem
    }

    .profile__name .is-ja {
        font-size: 2.4rem
    }
}

.js-scroll-fade {
    position: relative;
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95)
}

.js-scroll-fade.is-animation {
    opacity: 1;
    transform: translate(0, 0)
}

.js-scroll-fade-l {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95)
}

.js-scroll-fade-l.is-animation-l {
    opacity: 1;
    transform: translateX(0)
}

.js-scroll-fade-r {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95)
}

.js-scroll-fade-r.is-animation-r {
    opacity: 1;
    transform: translateX(0)
}

.u-ff-serif-xs {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.u-ff-sansserif-xs {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.u-ls-0-xs {
    letter-spacing: 0
}

.u-ls-01rem-xs {
    letter-spacing: 0.1rem
}

.u-ta-left-xs {
    text-align: left
}

.u-ta-center-xs {
    text-align: center
}

.u-ta-right-xs {
    text-align: right
}

.u-d-bl-xs {
    display: block
}

.u-d-ib-xs {
    display: inline-block
}

.u-d-in-xs {
    display: inline
}

.u-d-n-xs {
    display: none
}

.u-color-blue-d-xs {
    color: #91a5ad
}

.u-color-blue-m-xs {
    color: #69b6d4
}

.u-color-blue-l-xs {
    color: #f2f5f6
}

.u-color-pink-d-xs {
    color: #ee767a
}

.u-color-pink-m-xs {
    color: #f79c99
}

.u-color-pink-l-xs {
    color: #fdecef
}

.u-color-orange-d-xs {
    color: #e87f17
}

.u-color-orange-l-xs {
    color: #f9aa41
}

.u-color-darkBrown-d-xs {
    color: #786a5b
}

.u-color-darkBrown-l-xs {
    color: #96897c
}

.u-color-black-d-xs {
    color: #000
}

.u-color-gray-m-xs {
    color: #999
}

.u-color-white-d-xs {
    color: #fff
}

.u-color-red-d-xs {
    color: #e6113e
}

.u-bgc-white-d-xs {
    background-color: #fff
}

.u-bgc-blue-l-xs {
    background-color: #f2f5f6
}

.u-fw-b-xs {
    font-weight: bold
}

.u-fw-n-xs {
    font-weight: normal
}

.u-td-u-xs {
    text-decoration: underline
}

.u-marker-yellow-xs {
    background: linear-gradient(to top, #ffde03 0%, #ffde03 19%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%)
}

.u-bdb-blue-m-xs {
    border-bottom: #69b6d4 1px solid
}

.u-mw-200-xs {
    max-width: 200px
}

.u-mw-275-xs {
    max-width: 275px
}

.u-mw-476-xs {
    max-width: 476px
}

.u-mw-800-xs {
    max-width: 800px
}

.u-mw-950-xs {
    max-width: 950px
}

.u-mw-1120-xs {
    max-width: 1120px
}

.u-fz-10rem-xs {
    font-size: 1rem
}

.u-fz-11rem-xs {
    font-size: 1.1rem
}

.u-fz-12rem-xs {
    font-size: 1.2rem
}

.u-fz-13rem-xs {
    font-size: 1.3rem
}

.u-fz-14rem-xs {
    font-size: 1.4rem
}

.u-fz-15rem-xs {
    font-size: 1.5rem
}

.u-fz-16rem-xs {
    font-size: 1.6rem
}

.u-fz-17rem-xs {
    font-size: 1.7rem
}

.u-fz-18rem-xs {
    font-size: 1.8rem
}

.u-fz-19rem-xs {
    font-size: 1.9rem
}

.u-fz-20rem-xs {
    font-size: 2rem
}

.u-fz-21rem-xs {
    font-size: 2.1rem
}

.u-fz-22rem-xs {
    font-size: 2.2rem
}

.u-fz-23rem-xs {
    font-size: 2.3rem
}

.u-fz-24rem-xs {
    font-size: 2.4rem
}

.u-pb-0-xs {
    padding-bottom: 0px
}

.u-pb-5-xs {
    padding-bottom: 5px
}

.u-pb-10-xs {
    padding-bottom: 10px
}

.u-pb-15-xs {
    padding-bottom: 15px
}

.u-pb-20-xs {
    padding-bottom: 20px
}

.u-pb-25-xs {
    padding-bottom: 25px
}

.u-pb-30-xs {
    padding-bottom: 30px
}

.u-pb-35-xs {
    padding-bottom: 35px
}

.u-pb-40-xs {
    padding-bottom: 40px
}

.u-pb-45-xs {
    padding-bottom: 45px
}

.u-pb-50-xs {
    padding-bottom: 50px
}

.u-pb-55-xs {
    padding-bottom: 55px
}

.u-pb-60-xs {
    padding-bottom: 60px
}

.u-pb-65-xs {
    padding-bottom: 65px
}

.u-pb-70-xs {
    padding-bottom: 70px
}

.u-pb-75-xs {
    padding-bottom: 75px
}

.u-pb-80-xs {
    padding-bottom: 80px
}

.u-pb-85-xs {
    padding-bottom: 85px
}

.u-pb-90-xs {
    padding-bottom: 90px
}

.u-pb-95-xs {
    padding-bottom: 95px
}

.u-pb-100-xs {
    padding-bottom: 100px
}

.u-pr-0-xs {
    padding-right: 0px
}

.u-pr-5-xs {
    padding-right: 5px
}

.u-pr-10-xs {
    padding-right: 10px
}

.u-pr-15-xs {
    padding-right: 15px
}

.u-pr-20-xs {
    padding-right: 20px
}

.u-pr-25-xs {
    padding-right: 25px
}

.u-pr-30-xs {
    padding-right: 30px
}

.u-pr-35-xs {
    padding-right: 35px
}

.u-pr-40-xs {
    padding-right: 40px
}

.u-pr-45-xs {
    padding-right: 45px
}

.u-pr-50-xs {
    padding-right: 50px
}

.u-pr-55-xs {
    padding-right: 55px
}

.u-pr-60-xs {
    padding-right: 60px
}

.u-pr-65-xs {
    padding-right: 65px
}

.u-pr-70-xs {
    padding-right: 70px
}

.u-pr-75-xs {
    padding-right: 75px
}

.u-pr-80-xs {
    padding-right: 80px
}

.u-pr-85-xs {
    padding-right: 85px
}

.u-pr-90-xs {
    padding-right: 90px
}

.u-pr-95-xs {
    padding-right: 95px
}

.u-pr-100-xs {
    padding-right: 100px
}

.u-pl-0-xs {
    padding-left: 0px
}

.u-pl-5-xs {
    padding-left: 5px
}

.u-pl-10-xs {
    padding-left: 10px
}

.u-pl-15-xs {
    padding-left: 15px
}

.u-pl-20-xs {
    padding-left: 20px
}

.u-pl-25-xs {
    padding-left: 25px
}

.u-pl-30-xs {
    padding-left: 30px
}

.u-pl-35-xs {
    padding-left: 35px
}

.u-pl-40-xs {
    padding-left: 40px
}

.u-pl-45-xs {
    padding-left: 45px
}

.u-pl-50-xs {
    padding-left: 50px
}

.u-pl-55-xs {
    padding-left: 55px
}

.u-pl-60-xs {
    padding-left: 60px
}

.u-pl-65-xs {
    padding-left: 65px
}

.u-pl-70-xs {
    padding-left: 70px
}

.u-pl-75-xs {
    padding-left: 75px
}

.u-pl-80-xs {
    padding-left: 80px
}

.u-pl-85-xs {
    padding-left: 85px
}

.u-pl-90-xs {
    padding-left: 90px
}

.u-pl-95-xs {
    padding-left: 95px
}

.u-pl-100-xs {
    padding-left: 100px
}

.u-pt-0-xs {
    padding-top: 0px
}

.u-pt-5-xs {
    padding-top: 5px
}

.u-pt-10-xs {
    padding-top: 10px
}

.u-pt-15-xs {
    padding-top: 15px
}

.u-pt-20-xs {
    padding-top: 20px
}

.u-pt-25-xs {
    padding-top: 25px
}

.u-pt-30-xs {
    padding-top: 30px
}

.u-pt-35-xs {
    padding-top: 35px
}

.u-pt-40-xs {
    padding-top: 40px
}

.u-pt-45-xs {
    padding-top: 45px
}

.u-pt-50-xs {
    padding-top: 50px
}

.u-pt-55-xs {
    padding-top: 55px
}

.u-pt-60-xs {
    padding-top: 60px
}

.u-pt-65-xs {
    padding-top: 65px
}

.u-pt-70-xs {
    padding-top: 70px
}

.u-pt-75-xs {
    padding-top: 75px
}

.u-pt-80-xs {
    padding-top: 80px
}

.u-pt-85-xs {
    padding-top: 85px
}

.u-pt-90-xs {
    padding-top: 90px
}

.u-pt-95-xs {
    padding-top: 95px
}

.u-pt-100-xs {
    padding-top: 100px
}

.u-mr-a-xs {
    margin-right: auto
}

.u-ml-a-xs {
    margin-left: auto
}

.u-mb-8-xs {
    margin-bottom: 8px
}

.u-mr--25-xs {
    margin-right: -25px
}

.u-ml--25-xs {
    margin-left: -25px
}

.u-mb-0-xs {
    margin-bottom: 0px
}

.u-mb-5-xs {
    margin-bottom: 5px
}

.u-mb-10-xs {
    margin-bottom: 10px
}

.u-mb-15-xs {
    margin-bottom: 15px
}

.u-mb-20-xs {
    margin-bottom: 20px
}

.u-mb-25-xs {
    margin-bottom: 25px
}

.u-mb-30-xs {
    margin-bottom: 30px
}

.u-mb-35-xs {
    margin-bottom: 35px
}

.u-mb-40-xs {
    margin-bottom: 40px
}

.u-mb-45-xs {
    margin-bottom: 45px
}

.u-mb-50-xs {
    margin-bottom: 50px
}

.u-mb-55-xs {
    margin-bottom: 55px
}

.u-mb-60-xs {
    margin-bottom: 60px
}

.u-mb-65-xs {
    margin-bottom: 65px
}

.u-mb-70-xs {
    margin-bottom: 70px
}

.u-mb-75-xs {
    margin-bottom: 75px
}

.u-mb-80-xs {
    margin-bottom: 80px
}

.u-mb-85-xs {
    margin-bottom: 85px
}

.u-mb-90-xs {
    margin-bottom: 90px
}

.u-mb-95-xs {
    margin-bottom: 95px
}

.u-mb-100-xs {
    margin-bottom: 100px
}

.u-mb-105-xs {
    margin-bottom: 105px
}

.u-mb-110-xs {
    margin-bottom: 110px
}

.u-mb-115-xs {
    margin-bottom: 115px
}

.u-mb-120-xs {
    margin-bottom: 120px
}

.u-mb-125-xs {
    margin-bottom: 125px
}

.u-mb-130-xs {
    margin-bottom: 130px
}

.u-mb-135-xs {
    margin-bottom: 135px
}

.u-mb-140-xs {
    margin-bottom: 140px
}

.u-mb-145-xs {
    margin-bottom: 145px
}

.u-mb-150-xs {
    margin-bottom: 150px
}

.u-mr-0-xs {
    margin-right: 0px
}

.u-mr-5-xs {
    margin-right: 5px
}

.u-mr-10-xs {
    margin-right: 10px
}

.u-mr-15-xs {
    margin-right: 15px
}

.u-mr-20-xs {
    margin-right: 20px
}

.u-mr-25-xs {
    margin-right: 25px
}

.u-mr-30-xs {
    margin-right: 30px
}

.u-mr-35-xs {
    margin-right: 35px
}

.u-mr-40-xs {
    margin-right: 40px
}

.u-mr-45-xs {
    margin-right: 45px
}

.u-mr-50-xs {
    margin-right: 50px
}

.u-mr-55-xs {
    margin-right: 55px
}

.u-mr-60-xs {
    margin-right: 60px
}

.u-mr-65-xs {
    margin-right: 65px
}

.u-mr-70-xs {
    margin-right: 70px
}

.u-mr-75-xs {
    margin-right: 75px
}

.u-mr-80-xs {
    margin-right: 80px
}

.u-mr-85-xs {
    margin-right: 85px
}

.u-mr-90-xs {
    margin-right: 90px
}

.u-mr-95-xs {
    margin-right: 95px
}

.u-mr-100-xs {
    margin-right: 100px
}

.u-mr-105-xs {
    margin-right: 105px
}

.u-mr-110-xs {
    margin-right: 110px
}

.u-mr-115-xs {
    margin-right: 115px
}

.u-mr-120-xs {
    margin-right: 120px
}

.u-mr-125-xs {
    margin-right: 125px
}

.u-mr-130-xs {
    margin-right: 130px
}

.u-mr-135-xs {
    margin-right: 135px
}

.u-mr-140-xs {
    margin-right: 140px
}

.u-mr-145-xs {
    margin-right: 145px
}

.u-mr-150-xs {
    margin-right: 150px
}

.u-ml-0-xs {
    margin-left: 0px
}

.u-ml-5-xs {
    margin-left: 5px
}

.u-ml-10-xs {
    margin-left: 10px
}

.u-ml-15-xs {
    margin-left: 15px
}

.u-ml-20-xs {
    margin-left: 20px
}

.u-ml-25-xs {
    margin-left: 25px
}

.u-ml-30-xs {
    margin-left: 30px
}

.u-ml-35-xs {
    margin-left: 35px
}

.u-ml-40-xs {
    margin-left: 40px
}

.u-ml-45-xs {
    margin-left: 45px
}

.u-ml-50-xs {
    margin-left: 50px
}

.u-ml-55-xs {
    margin-left: 55px
}

.u-ml-60-xs {
    margin-left: 60px
}

.u-ml-65-xs {
    margin-left: 65px
}

.u-ml-70-xs {
    margin-left: 70px
}

.u-ml-75-xs {
    margin-left: 75px
}

.u-ml-80-xs {
    margin-left: 80px
}

.u-ml-85-xs {
    margin-left: 85px
}

.u-ml-90-xs {
    margin-left: 90px
}

.u-ml-95-xs {
    margin-left: 95px
}

.u-ml-100-xs {
    margin-left: 100px
}

.u-ml-105-xs {
    margin-left: 105px
}

.u-ml-110-xs {
    margin-left: 110px
}

.u-ml-115-xs {
    margin-left: 115px
}

.u-ml-120-xs {
    margin-left: 120px
}

.u-ml-125-xs {
    margin-left: 125px
}

.u-ml-130-xs {
    margin-left: 130px
}

.u-ml-135-xs {
    margin-left: 135px
}

.u-ml-140-xs {
    margin-left: 140px
}

.u-ml-145-xs {
    margin-left: 145px
}

.u-ml-150-xs {
    margin-left: 150px
}

.u-mt-0-xs {
    margin-top: 0px
}

.u-mt-5-xs {
    margin-top: 5px
}

.u-mt-10-xs {
    margin-top: 10px
}

.u-mt-15-xs {
    margin-top: 15px
}

.u-mt-20-xs {
    margin-top: 20px
}

.u-mt-25-xs {
    margin-top: 25px
}

.u-mt-30-xs {
    margin-top: 30px
}

.u-mt-35-xs {
    margin-top: 35px
}

.u-mt-40-xs {
    margin-top: 40px
}

.u-mt-45-xs {
    margin-top: 45px
}

.u-mt-50-xs {
    margin-top: 50px
}

.u-mt-55-xs {
    margin-top: 55px
}

.u-mt-60-xs {
    margin-top: 60px
}

.u-mt-65-xs {
    margin-top: 65px
}

.u-mt-70-xs {
    margin-top: 70px
}

.u-mt-75-xs {
    margin-top: 75px
}

.u-mt-80-xs {
    margin-top: 80px
}

.u-mt-85-xs {
    margin-top: 85px
}

.u-mt-90-xs {
    margin-top: 90px
}

.u-mt-95-xs {
    margin-top: 95px
}

.u-mt-100-xs {
    margin-top: 100px
}

.u-mt-105-xs {
    margin-top: 105px
}

.u-mt-110-xs {
    margin-top: 110px
}

.u-mt-115-xs {
    margin-top: 115px
}

.u-mt-120-xs {
    margin-top: 120px
}

.u-mt-125-xs {
    margin-top: 125px
}

.u-mt-130-xs {
    margin-top: 130px
}

.u-mt-135-xs {
    margin-top: 135px
}

.u-mt-140-xs {
    margin-top: 140px
}

.u-mt-145-xs {
    margin-top: 145px
}

.u-mt-150-xs {
    margin-top: 150px
}

@media print, screen and (min-width: 897px) {
    .u-pos-relative-md {
        position: relative
    }

    .u-ta-left-md {
        text-align: left
    }

    .u-ta-center-md {
        text-align: center
    }

    .u-ta-right-md {
        text-align: right
    }

    .u-d-bl-md {
        display: block
    }

    .u-d-ib-md {
        display: inline-block
    }

    .u-d-in-md {
        display: inline
    }

    .u-d-n-md {
        display: none
    }

    .u-mw-240-md {
        max-width: 240px
    }

    .u-mw-275-md {
        max-width: 275px
    }

    .u-h-a-md {
        height: auto
    }

    .u-fz-10rem-md {
        font-size: 1rem
    }

    .u-fz-11rem-md {
        font-size: 1.1rem
    }

    .u-fz-12rem-md {
        font-size: 1.2rem
    }

    .u-fz-13rem-md {
        font-size: 1.3rem
    }

    .u-fz-14rem-md {
        font-size: 1.4rem
    }

    .u-fz-15rem-md {
        font-size: 1.5rem
    }

    .u-fz-16rem-md {
        font-size: 1.6rem
    }

    .u-fz-17rem-md {
        font-size: 1.7rem
    }

    .u-fz-18rem-md {
        font-size: 1.8rem
    }

    .u-fz-19rem-md {
        font-size: 1.9rem
    }

    .u-fz-20rem-md {
        font-size: 2rem
    }

    .u-fz-21rem-md {
        font-size: 2.1rem
    }

    .u-fz-22rem-md {
        font-size: 2.2rem
    }

    .u-fz-23rem-md {
        font-size: 2.3rem
    }

    .u-fz-24rem-md {
        font-size: 2.4rem
    }

    .u-fz-25rem-md {
        font-size: 2.5rem
    }

    .u-fz-26rem-md {
        font-size: 2.6rem
    }

    .u-fz-27rem-md {
        font-size: 2.7rem
    }

    .u-fz-28rem-md {
        font-size: 2.8rem
    }

    .u-pb-0-md {
        padding-bottom: 0px
    }

    .u-pb-5-md {
        padding-bottom: 5px
    }

    .u-pb-10-md {
        padding-bottom: 10px
    }

    .u-pb-15-md {
        padding-bottom: 15px
    }

    .u-pb-20-md {
        padding-bottom: 20px
    }

    .u-pb-25-md {
        padding-bottom: 25px
    }

    .u-pb-30-md {
        padding-bottom: 30px
    }

    .u-pb-35-md {
        padding-bottom: 35px
    }

    .u-pb-40-md {
        padding-bottom: 40px
    }

    .u-pb-45-md {
        padding-bottom: 45px
    }

    .u-pb-50-md {
        padding-bottom: 50px
    }

    .u-pb-55-md {
        padding-bottom: 55px
    }

    .u-pb-60-md {
        padding-bottom: 60px
    }

    .u-pb-65-md {
        padding-bottom: 65px
    }

    .u-pb-70-md {
        padding-bottom: 70px
    }

    .u-pb-75-md {
        padding-bottom: 75px
    }

    .u-pb-80-md {
        padding-bottom: 80px
    }

    .u-pb-85-md {
        padding-bottom: 85px
    }

    .u-pb-90-md {
        padding-bottom: 90px
    }

    .u-pb-95-md {
        padding-bottom: 95px
    }

    .u-pb-100-md {
        padding-bottom: 100px
    }

    .u-pb-105-md {
        padding-bottom: 105px
    }

    .u-pb-110-md {
        padding-bottom: 110px
    }

    .u-pb-115-md {
        padding-bottom: 115px
    }

    .u-pb-120-md {
        padding-bottom: 120px
    }

    .u-pb-125-md {
        padding-bottom: 125px
    }

    .u-pb-130-md {
        padding-bottom: 130px
    }

    .u-pb-135-md {
        padding-bottom: 135px
    }

    .u-pb-140-md {
        padding-bottom: 140px
    }

    .u-pb-145-md {
        padding-bottom: 145px
    }

    .u-pb-150-md {
        padding-bottom: 150px
    }

    .u-pr-0-md {
        padding-right: 0px
    }

    .u-pr-5-md {
        padding-right: 5px
    }

    .u-pr-10-md {
        padding-right: 10px
    }

    .u-pr-15-md {
        padding-right: 15px
    }

    .u-pr-20-md {
        padding-right: 20px
    }

    .u-pr-25-md {
        padding-right: 25px
    }

    .u-pr-30-md {
        padding-right: 30px
    }

    .u-pr-35-md {
        padding-right: 35px
    }

    .u-pr-40-md {
        padding-right: 40px
    }

    .u-pr-45-md {
        padding-right: 45px
    }

    .u-pr-50-md {
        padding-right: 50px
    }

    .u-pr-55-md {
        padding-right: 55px
    }

    .u-pr-60-md {
        padding-right: 60px
    }

    .u-pr-65-md {
        padding-right: 65px
    }

    .u-pr-70-md {
        padding-right: 70px
    }

    .u-pr-75-md {
        padding-right: 75px
    }

    .u-pr-80-md {
        padding-right: 80px
    }

    .u-pr-85-md {
        padding-right: 85px
    }

    .u-pr-90-md {
        padding-right: 90px
    }

    .u-pr-95-md {
        padding-right: 95px
    }

    .u-pr-100-md {
        padding-right: 100px
    }

    .u-pr-105-md {
        padding-right: 105px
    }

    .u-pr-110-md {
        padding-right: 110px
    }

    .u-pr-115-md {
        padding-right: 115px
    }

    .u-pr-120-md {
        padding-right: 120px
    }

    .u-pr-125-md {
        padding-right: 125px
    }

    .u-pr-130-md {
        padding-right: 130px
    }

    .u-pr-135-md {
        padding-right: 135px
    }

    .u-pr-140-md {
        padding-right: 140px
    }

    .u-pr-145-md {
        padding-right: 145px
    }

    .u-pr-150-md {
        padding-right: 150px
    }

    .u-pl-0-md {
        padding-left: 0px
    }

    .u-pl-5-md {
        padding-left: 5px
    }

    .u-pl-10-md {
        padding-left: 10px
    }

    .u-pl-15-md {
        padding-left: 15px
    }

    .u-pl-20-md {
        padding-left: 20px
    }

    .u-pl-25-md {
        padding-left: 25px
    }

    .u-pl-30-md {
        padding-left: 30px
    }

    .u-pl-35-md {
        padding-left: 35px
    }

    .u-pl-40-md {
        padding-left: 40px
    }

    .u-pl-45-md {
        padding-left: 45px
    }

    .u-pl-50-md {
        padding-left: 50px
    }

    .u-pl-55-md {
        padding-left: 55px
    }

    .u-pl-60-md {
        padding-left: 60px
    }

    .u-pl-65-md {
        padding-left: 65px
    }

    .u-pl-70-md {
        padding-left: 70px
    }

    .u-pl-75-md {
        padding-left: 75px
    }

    .u-pl-80-md {
        padding-left: 80px
    }

    .u-pl-85-md {
        padding-left: 85px
    }

    .u-pl-90-md {
        padding-left: 90px
    }

    .u-pl-95-md {
        padding-left: 95px
    }

    .u-pl-100-md {
        padding-left: 100px
    }

    .u-pl-105-md {
        padding-left: 105px
    }

    .u-pl-110-md {
        padding-left: 110px
    }

    .u-pl-115-md {
        padding-left: 115px
    }

    .u-pl-120-md {
        padding-left: 120px
    }

    .u-pl-125-md {
        padding-left: 125px
    }

    .u-pl-130-md {
        padding-left: 130px
    }

    .u-pl-135-md {
        padding-left: 135px
    }

    .u-pl-140-md {
        padding-left: 140px
    }

    .u-pl-145-md {
        padding-left: 145px
    }

    .u-pl-150-md {
        padding-left: 150px
    }

    .u-pt-0-md {
        padding-top: 0px
    }

    .u-pt-5-md {
        padding-top: 5px
    }

    .u-pt-10-md {
        padding-top: 10px
    }

    .u-pt-15-md {
        padding-top: 15px
    }

    .u-pt-20-md {
        padding-top: 20px
    }

    .u-pt-25-md {
        padding-top: 25px
    }

    .u-pt-30-md {
        padding-top: 30px
    }

    .u-pt-35-md {
        padding-top: 35px
    }

    .u-pt-40-md {
        padding-top: 40px
    }

    .u-pt-45-md {
        padding-top: 45px
    }

    .u-pt-50-md {
        padding-top: 50px
    }

    .u-pt-55-md {
        padding-top: 55px
    }

    .u-pt-60-md {
        padding-top: 60px
    }

    .u-pt-65-md {
        padding-top: 65px
    }

    .u-pt-70-md {
        padding-top: 70px
    }

    .u-pt-75-md {
        padding-top: 75px
    }

    .u-pt-80-md {
        padding-top: 80px
    }

    .u-pt-85-md {
        padding-top: 85px
    }

    .u-pt-90-md {
        padding-top: 90px
    }

    .u-pt-95-md {
        padding-top: 95px
    }

    .u-pt-100-md {
        padding-top: 100px
    }

    .u-pt-105-md {
        padding-top: 105px
    }

    .u-pt-110-md {
        padding-top: 110px
    }

    .u-pt-115-md {
        padding-top: 115px
    }

    .u-pt-120-md {
        padding-top: 120px
    }

    .u-pt-125-md {
        padding-top: 125px
    }

    .u-pt-130-md {
        padding-top: 130px
    }

    .u-pt-135-md {
        padding-top: 135px
    }

    .u-pt-140-md {
        padding-top: 140px
    }

    .u-pt-145-md {
        padding-top: 145px
    }

    .u-pt-150-md {
        padding-top: 150px
    }

    .u-mr-a-md {
        margin-right: auto
    }

    .u-ml-a-md {
        margin-left: auto
    }

    .u-mb-0-md {
        margin-bottom: 0px
    }

    .u-mb-5-md {
        margin-bottom: 5px
    }

    .u-mb-10-md {
        margin-bottom: 10px
    }

    .u-mb-15-md {
        margin-bottom: 15px
    }

    .u-mb-20-md {
        margin-bottom: 20px
    }

    .u-mb-25-md {
        margin-bottom: 25px
    }

    .u-mb-30-md {
        margin-bottom: 30px
    }

    .u-mb-35-md {
        margin-bottom: 35px
    }

    .u-mb-40-md {
        margin-bottom: 40px
    }

    .u-mb-45-md {
        margin-bottom: 45px
    }

    .u-mb-50-md {
        margin-bottom: 50px
    }

    .u-mb-55-md {
        margin-bottom: 55px
    }

    .u-mb-60-md {
        margin-bottom: 60px
    }

    .u-mb-65-md {
        margin-bottom: 65px
    }

    .u-mb-70-md {
        margin-bottom: 70px
    }

    .u-mb-75-md {
        margin-bottom: 75px
    }

    .u-mb-80-md {
        margin-bottom: 80px
    }

    .u-mb-85-md {
        margin-bottom: 85px
    }

    .u-mb-90-md {
        margin-bottom: 90px
    }

    .u-mb-95-md {
        margin-bottom: 95px
    }

    .u-mb-100-md {
        margin-bottom: 100px
    }

    .u-mb-105-md {
        margin-bottom: 105px
    }

    .u-mb-110-md {
        margin-bottom: 110px
    }

    .u-mb-115-md {
        margin-bottom: 115px
    }

    .u-mb-120-md {
        margin-bottom: 120px
    }

    .u-mb-125-md {
        margin-bottom: 125px
    }

    .u-mb-130-md {
        margin-bottom: 130px
    }

    .u-mb-135-md {
        margin-bottom: 135px
    }

    .u-mb-140-md {
        margin-bottom: 140px
    }

    .u-mb-145-md {
        margin-bottom: 145px
    }

    .u-mb-150-md {
        margin-bottom: 150px
    }

    .u-mb-155-md {
        margin-bottom: 155px
    }

    .u-mb-160-md {
        margin-bottom: 160px
    }

    .u-mb-165-md {
        margin-bottom: 165px
    }

    .u-mb-170-md {
        margin-bottom: 170px
    }

    .u-mb-175-md {
        margin-bottom: 175px
    }

    .u-mb-180-md {
        margin-bottom: 180px
    }

    .u-mb-185-md {
        margin-bottom: 185px
    }

    .u-mb-190-md {
        margin-bottom: 190px
    }

    .u-mb-195-md {
        margin-bottom: 195px
    }

    .u-mb-200-md {
        margin-bottom: 200px
    }

    .u-mr-0-md {
        margin-right: 0px
    }

    .u-mr-5-md {
        margin-right: 5px
    }

    .u-mr-10-md {
        margin-right: 10px
    }

    .u-mr-15-md {
        margin-right: 15px
    }

    .u-mr-20-md {
        margin-right: 20px
    }

    .u-mr-25-md {
        margin-right: 25px
    }

    .u-mr-30-md {
        margin-right: 30px
    }

    .u-mr-35-md {
        margin-right: 35px
    }

    .u-mr-40-md {
        margin-right: 40px
    }

    .u-mr-45-md {
        margin-right: 45px
    }

    .u-mr-50-md {
        margin-right: 50px
    }

    .u-mr-55-md {
        margin-right: 55px
    }

    .u-mr-60-md {
        margin-right: 60px
    }

    .u-mr-65-md {
        margin-right: 65px
    }

    .u-mr-70-md {
        margin-right: 70px
    }

    .u-mr-75-md {
        margin-right: 75px
    }

    .u-mr-80-md {
        margin-right: 80px
    }

    .u-mr-85-md {
        margin-right: 85px
    }

    .u-mr-90-md {
        margin-right: 90px
    }

    .u-mr-95-md {
        margin-right: 95px
    }

    .u-mr-100-md {
        margin-right: 100px
    }

    .u-mr-105-md {
        margin-right: 105px
    }

    .u-mr-110-md {
        margin-right: 110px
    }

    .u-mr-115-md {
        margin-right: 115px
    }

    .u-mr-120-md {
        margin-right: 120px
    }

    .u-mr-125-md {
        margin-right: 125px
    }

    .u-mr-130-md {
        margin-right: 130px
    }

    .u-mr-135-md {
        margin-right: 135px
    }

    .u-mr-140-md {
        margin-right: 140px
    }

    .u-mr-145-md {
        margin-right: 145px
    }

    .u-mr-150-md {
        margin-right: 150px
    }

    .u-ml-0-md {
        margin-left: 0px
    }

    .u-ml-5-md {
        margin-left: 5px
    }

    .u-ml-10-md {
        margin-left: 10px
    }

    .u-ml-15-md {
        margin-left: 15px
    }

    .u-ml-20-md {
        margin-left: 20px
    }

    .u-ml-25-md {
        margin-left: 25px
    }

    .u-ml-30-md {
        margin-left: 30px
    }

    .u-ml-35-md {
        margin-left: 35px
    }

    .u-ml-40-md {
        margin-left: 40px
    }

    .u-ml-45-md {
        margin-left: 45px
    }

    .u-ml-50-md {
        margin-left: 50px
    }

    .u-ml-55-md {
        margin-left: 55px
    }

    .u-ml-60-md {
        margin-left: 60px
    }

    .u-ml-65-md {
        margin-left: 65px
    }

    .u-ml-70-md {
        margin-left: 70px
    }

    .u-ml-75-md {
        margin-left: 75px
    }

    .u-ml-80-md {
        margin-left: 80px
    }

    .u-ml-85-md {
        margin-left: 85px
    }

    .u-ml-90-md {
        margin-left: 90px
    }

    .u-ml-95-md {
        margin-left: 95px
    }

    .u-ml-100-md {
        margin-left: 100px
    }

    .u-ml-105-md {
        margin-left: 105px
    }

    .u-ml-110-md {
        margin-left: 110px
    }

    .u-ml-115-md {
        margin-left: 115px
    }

    .u-ml-120-md {
        margin-left: 120px
    }

    .u-ml-125-md {
        margin-left: 125px
    }

    .u-ml-130-md {
        margin-left: 130px
    }

    .u-ml-135-md {
        margin-left: 135px
    }

    .u-ml-140-md {
        margin-left: 140px
    }

    .u-ml-145-md {
        margin-left: 145px
    }

    .u-ml-150-md {
        margin-left: 150px
    }

    .u-mt-0-md {
        margin-top: 0px
    }

    .u-mt-5-md {
        margin-top: 5px
    }

    .u-mt-10-md {
        margin-top: 10px
    }

    .u-mt-15-md {
        margin-top: 15px
    }

    .u-mt-20-md {
        margin-top: 20px
    }

    .u-mt-25-md {
        margin-top: 25px
    }

    .u-mt-30-md {
        margin-top: 30px
    }

    .u-mt-35-md {
        margin-top: 35px
    }

    .u-mt-40-md {
        margin-top: 40px
    }

    .u-mt-45-md {
        margin-top: 45px
    }

    .u-mt-50-md {
        margin-top: 50px
    }

    .u-mt-55-md {
        margin-top: 55px
    }

    .u-mt-60-md {
        margin-top: 60px
    }

    .u-mt-65-md {
        margin-top: 65px
    }

    .u-mt-70-md {
        margin-top: 70px
    }

    .u-mt-75-md {
        margin-top: 75px
    }

    .u-mt-80-md {
        margin-top: 80px
    }

    .u-mt-85-md {
        margin-top: 85px
    }

    .u-mt-90-md {
        margin-top: 90px
    }

    .u-mt-95-md {
        margin-top: 95px
    }

    .u-mt-100-md {
        margin-top: 100px
    }

    .u-mt-105-md {
        margin-top: 105px
    }

    .u-mt-110-md {
        margin-top: 110px
    }

    .u-mt-115-md {
        margin-top: 115px
    }

    .u-mt-120-md {
        margin-top: 120px
    }

    .u-mt-125-md {
        margin-top: 125px
    }

    .u-mt-130-md {
        margin-top: 130px
    }

    .u-mt-135-md {
        margin-top: 135px
    }

    .u-mt-140-md {
        margin-top: 140px
    }

    .u-mt-145-md {
        margin-top: 145px
    }

    .u-mt-150-md {
        margin-top: 150px
    }
}

@media screen and (max-width: 479px) {
    .u-hidden-u-sm {
        display: none
    }
}

@media screen and (max-width: 896px) {
    .u-hidden-u-md {
        display: none
    }
}

@media screen and (max-width: 1079px) {
    .u-hidden-u-lg {
        display: none
    }
}

@media print, screen and (min-width: 480px) {
    .u-hidden-o-sm {
        display: none
    }
}

@media print, screen and (min-width: 897px) {
    .u-hidden-o-md {
        display: none
    }
}

@media print, screen and (min-width: 1080px) {
    .u-hidden-o-lg {
        display: none
    }
}

@media screen and (max-width: 374px) {
    .u-hidden-o-xsm {
        display: none
    }
}


