@charset "UTF-8";
/* --------------------------------------------------------------------
 reset
-------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, table {
  font-size: 120%;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

select, input, button, textarea {
  font-size: 99%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

/* --------------------------------------------------------------------
 helpers
-------------------------------------------------------------------- */
/* margin
-------------------------------------------------------------------- */
._mt0 {
  margin-top: 0px !important;
}
._mr0 {
  margin-right: 0px !important;
}
._mb0 {
  margin-bottom: 0px !important;
}
._ml0 {
  margin-left: 0px !important;
}
._mt-0 {
  margin-top: -0px !important;
}
._mr-0 {
  margin-right: -0px !important;
}
._mb-0 {
  margin-bottom: -0px !important;
}
._ml-0 {
  margin-left: -0px !important;
}
._mt5 {
  margin-top: 5px !important;
}
._mr5 {
  margin-right: 5px !important;
}
._mb5 {
  margin-bottom: 5px !important;
}
._ml5 {
  margin-left: 5px !important;
}
._mt-5 {
  margin-top: -5px !important;
}
._mr-5 {
  margin-right: -5px !important;
}
._mb-5 {
  margin-bottom: -5px !important;
}
._ml-5 {
  margin-left: -5px !important;
}
._mt10 {
  margin-top: 10px !important;
}
._mr10 {
  margin-right: 10px !important;
}
._mb10 {
  margin-bottom: 10px !important;
}
._ml10 {
  margin-left: 10px !important;
}
._mt-10 {
  margin-top: -10px !important;
}
._mr-10 {
  margin-right: -10px !important;
}
._mb-10 {
  margin-bottom: -10px !important;
}
._ml-10 {
  margin-left: -10px !important;
}
._mt15 {
  margin-top: 15px !important;
}
._mr15 {
  margin-right: 15px !important;
}
._mb15 {
  margin-bottom: 15px !important;
}
._ml15 {
  margin-left: 15px !important;
}
._mt-15 {
  margin-top: -15px !important;
}
._mr-15 {
  margin-right: -15px !important;
}
._mb-15 {
  margin-bottom: -15px !important;
}
._ml-15 {
  margin-left: -15px !important;
}
._mt20 {
  margin-top: 20px !important;
}
._mr20 {
  margin-right: 20px !important;
}
._mb20 {
  margin-bottom: 20px !important;
}
._ml20 {
  margin-left: 20px !important;
}
._mt-20 {
  margin-top: -20px !important;
}
._mr-20 {
  margin-right: -20px !important;
}
._mb-20 {
  margin-bottom: -20px !important;
}
._ml-20 {
  margin-left: -20px !important;
}
._mt25 {
  margin-top: 25px !important;
}
._mr25 {
  margin-right: 25px !important;
}
._mb25 {
  margin-bottom: 25px !important;
}
._ml25 {
  margin-left: 25px !important;
}
._mt-25 {
  margin-top: -25px !important;
}
._mr-25 {
  margin-right: -25px !important;
}
._mb-25 {
  margin-bottom: -25px !important;
}
._ml-25 {
  margin-left: -25px !important;
}
._mt30 {
  margin-top: 30px !important;
}
._mr30 {
  margin-right: 30px !important;
}
._mb30 {
  margin-bottom: 30px !important;
}
._ml30 {
  margin-left: 30px !important;
}
._mt-30 {
  margin-top: -30px !important;
}
._mr-30 {
  margin-right: -30px !important;
}
._mb-30 {
  margin-bottom: -30px !important;
}
._ml-30 {
  margin-left: -30px !important;
}
._mt35 {
  margin-top: 35px !important;
}
._mr35 {
  margin-right: 35px !important;
}
._mb35 {
  margin-bottom: 35px !important;
}
._ml35 {
  margin-left: 35px !important;
}
._mt-35 {
  margin-top: -35px !important;
}
._mr-35 {
  margin-right: -35px !important;
}
._mb-35 {
  margin-bottom: -35px !important;
}
._ml-35 {
  margin-left: -35px !important;
}
._mt40 {
  margin-top: 40px !important;
}
._mr40 {
  margin-right: 40px !important;
}
._mb40 {
  margin-bottom: 40px !important;
}
._ml40 {
  margin-left: 40px !important;
}
._mt-40 {
  margin-top: -40px !important;
}
._mr-40 {
  margin-right: -40px !important;
}
._mb-40 {
  margin-bottom: -40px !important;
}
._ml-40 {
  margin-left: -40px !important;
}
._mt45 {
  margin-top: 45px !important;
}
._mr45 {
  margin-right: 45px !important;
}
._mb45 {
  margin-bottom: 45px !important;
}
._ml45 {
  margin-left: 45px !important;
}
._mt-45 {
  margin-top: -45px !important;
}
._mr-45 {
  margin-right: -45px !important;
}
._mb-45 {
  margin-bottom: -45px !important;
}
._ml-45 {
  margin-left: -45px !important;
}
._mt50 {
  margin-top: 50px !important;
}
._mr50 {
  margin-right: 50px !important;
}
._mb50 {
  margin-bottom: 50px !important;
}
._ml50 {
  margin-left: 50px !important;
}
._mt-50 {
  margin-top: -50px !important;
}
._mr-50 {
  margin-right: -50px !important;
}
._mb-50 {
  margin-bottom: -50px !important;
}
._ml-50 {
  margin-left: -50px !important;
}
._mt55 {
  margin-top: 55px !important;
}
._mr55 {
  margin-right: 55px !important;
}
._mb55 {
  margin-bottom: 55px !important;
}
._ml55 {
  margin-left: 55px !important;
}
._mt-55 {
  margin-top: -55px !important;
}
._mr-55 {
  margin-right: -55px !important;
}
._mb-55 {
  margin-bottom: -55px !important;
}
._ml-55 {
  margin-left: -55px !important;
}
._mt60 {
  margin-top: 60px !important;
}
._mr60 {
  margin-right: 60px !important;
}
._mb60 {
  margin-bottom: 60px !important;
}
._ml60 {
  margin-left: 60px !important;
}
._mt-60 {
  margin-top: -60px !important;
}
._mr-60 {
  margin-right: -60px !important;
}
._mb-60 {
  margin-bottom: -60px !important;
}
._ml-60 {
  margin-left: -60px !important;
}
._mt65 {
  margin-top: 65px !important;
}
._mr65 {
  margin-right: 65px !important;
}
._mb65 {
  margin-bottom: 65px !important;
}
._ml65 {
  margin-left: 65px !important;
}
._mt-65 {
  margin-top: -65px !important;
}
._mr-65 {
  margin-right: -65px !important;
}
._mb-65 {
  margin-bottom: -65px !important;
}
._ml-65 {
  margin-left: -65px !important;
}
._mt70 {
  margin-top: 70px !important;
}
._mr70 {
  margin-right: 70px !important;
}
._mb70 {
  margin-bottom: 70px !important;
}
._ml70 {
  margin-left: 70px !important;
}
._mt-70 {
  margin-top: -70px !important;
}
._mr-70 {
  margin-right: -70px !important;
}
._mb-70 {
  margin-bottom: -70px !important;
}
._ml-70 {
  margin-left: -70px !important;
}
._mt75 {
  margin-top: 75px !important;
}
._mr75 {
  margin-right: 75px !important;
}
._mb75 {
  margin-bottom: 75px !important;
}
._ml75 {
  margin-left: 75px !important;
}
._mt-75 {
  margin-top: -75px !important;
}
._mr-75 {
  margin-right: -75px !important;
}
._mb-75 {
  margin-bottom: -75px !important;
}
._ml-75 {
  margin-left: -75px !important;
}
._mt80 {
  margin-top: 80px !important;
}
._mr80 {
  margin-right: 80px !important;
}
._mb80 {
  margin-bottom: 80px !important;
}
._ml80 {
  margin-left: 80px !important;
}
._mt-80 {
  margin-top: -80px !important;
}
._mr-80 {
  margin-right: -80px !important;
}
._mb-80 {
  margin-bottom: -80px !important;
}
._ml-80 {
  margin-left: -80px !important;
}
._mt85 {
  margin-top: 85px !important;
}
._mr85 {
  margin-right: 85px !important;
}
._mb85 {
  margin-bottom: 85px !important;
}
._ml85 {
  margin-left: 85px !important;
}
._mt-85 {
  margin-top: -85px !important;
}
._mr-85 {
  margin-right: -85px !important;
}
._mb-85 {
  margin-bottom: -85px !important;
}
._ml-85 {
  margin-left: -85px !important;
}
._mt90 {
  margin-top: 90px !important;
}
._mr90 {
  margin-right: 90px !important;
}
._mb90 {
  margin-bottom: 90px !important;
}
._ml90 {
  margin-left: 90px !important;
}
._mt-90 {
  margin-top: -90px !important;
}
._mr-90 {
  margin-right: -90px !important;
}
._mb-90 {
  margin-bottom: -90px !important;
}
._ml-90 {
  margin-left: -90px !important;
}
._mt95 {
  margin-top: 95px !important;
}
._mr95 {
  margin-right: 95px !important;
}
._mb95 {
  margin-bottom: 95px !important;
}
._ml95 {
  margin-left: 95px !important;
}
._mt-95 {
  margin-top: -95px !important;
}
._mr-95 {
  margin-right: -95px !important;
}
._mb-95 {
  margin-bottom: -95px !important;
}
._ml-95 {
  margin-left: -95px !important;
}
._mt100 {
  margin-top: 100px !important;
}
._mr100 {
  margin-right: 100px !important;
}
._mb100 {
  margin-bottom: 100px !important;
}
._ml100 {
  margin-left: 100px !important;
}
._mt-100 {
  margin-top: -100px !important;
}
._mr-100 {
  margin-right: -100px !important;
}
._mb-100 {
  margin-bottom: -100px !important;
}
._ml-100 {
  margin-left: -100px !important;
}
._ma {
  margin: auto;
}
._mlra {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media all and (min-width: 430px) {
  ._pc-mt0 {
    margin-top: 0px !important;
  }
  ._pc-mr0 {
    margin-right: 0px !important;
  }
  ._pc-mb0 {
    margin-bottom: 0px !important;
  }
  ._pc-ml0 {
    margin-left: 0px !important;
  }
  ._pc-mt-0 {
    margin-top: -0px !important;
  }
  ._pc-mr-0 {
    margin-right: -0px !important;
  }
  ._pc-mb-0 {
    margin-bottom: -0px !important;
  }
  ._pc-ml-0 {
    margin-left: -0px !important;
  }
  ._pc-mt5 {
    margin-top: 5px !important;
  }
  ._pc-mr5 {
    margin-right: 5px !important;
  }
  ._pc-mb5 {
    margin-bottom: 5px !important;
  }
  ._pc-ml5 {
    margin-left: 5px !important;
  }
  ._pc-mt-5 {
    margin-top: -5px !important;
  }
  ._pc-mr-5 {
    margin-right: -5px !important;
  }
  ._pc-mb-5 {
    margin-bottom: -5px !important;
  }
  ._pc-ml-5 {
    margin-left: -5px !important;
  }
  ._pc-mt10 {
    margin-top: 10px !important;
  }
  ._pc-mr10 {
    margin-right: 10px !important;
  }
  ._pc-mb10 {
    margin-bottom: 10px !important;
  }
  ._pc-ml10 {
    margin-left: 10px !important;
  }
  ._pc-mt-10 {
    margin-top: -10px !important;
  }
  ._pc-mr-10 {
    margin-right: -10px !important;
  }
  ._pc-mb-10 {
    margin-bottom: -10px !important;
  }
  ._pc-ml-10 {
    margin-left: -10px !important;
  }
  ._pc-mt15 {
    margin-top: 15px !important;
  }
  ._pc-mr15 {
    margin-right: 15px !important;
  }
  ._pc-mb15 {
    margin-bottom: 15px !important;
  }
  ._pc-ml15 {
    margin-left: 15px !important;
  }
  ._pc-mt-15 {
    margin-top: -15px !important;
  }
  ._pc-mr-15 {
    margin-right: -15px !important;
  }
  ._pc-mb-15 {
    margin-bottom: -15px !important;
  }
  ._pc-ml-15 {
    margin-left: -15px !important;
  }
  ._pc-mt20 {
    margin-top: 20px !important;
  }
  ._pc-mr20 {
    margin-right: 20px !important;
  }
  ._pc-mb20 {
    margin-bottom: 20px !important;
  }
  ._pc-ml20 {
    margin-left: 20px !important;
  }
  ._pc-mt-20 {
    margin-top: -20px !important;
  }
  ._pc-mr-20 {
    margin-right: -20px !important;
  }
  ._pc-mb-20 {
    margin-bottom: -20px !important;
  }
  ._pc-ml-20 {
    margin-left: -20px !important;
  }
  ._pc-mt25 {
    margin-top: 25px !important;
  }
  ._pc-mr25 {
    margin-right: 25px !important;
  }
  ._pc-mb25 {
    margin-bottom: 25px !important;
  }
  ._pc-ml25 {
    margin-left: 25px !important;
  }
  ._pc-mt-25 {
    margin-top: -25px !important;
  }
  ._pc-mr-25 {
    margin-right: -25px !important;
  }
  ._pc-mb-25 {
    margin-bottom: -25px !important;
  }
  ._pc-ml-25 {
    margin-left: -25px !important;
  }
  ._pc-mt30 {
    margin-top: 30px !important;
  }
  ._pc-mr30 {
    margin-right: 30px !important;
  }
  ._pc-mb30 {
    margin-bottom: 30px !important;
  }
  ._pc-ml30 {
    margin-left: 30px !important;
  }
  ._pc-mt-30 {
    margin-top: -30px !important;
  }
  ._pc-mr-30 {
    margin-right: -30px !important;
  }
  ._pc-mb-30 {
    margin-bottom: -30px !important;
  }
  ._pc-ml-30 {
    margin-left: -30px !important;
  }
  ._pc-mt35 {
    margin-top: 35px !important;
  }
  ._pc-mr35 {
    margin-right: 35px !important;
  }
  ._pc-mb35 {
    margin-bottom: 35px !important;
  }
  ._pc-ml35 {
    margin-left: 35px !important;
  }
  ._pc-mt-35 {
    margin-top: -35px !important;
  }
  ._pc-mr-35 {
    margin-right: -35px !important;
  }
  ._pc-mb-35 {
    margin-bottom: -35px !important;
  }
  ._pc-ml-35 {
    margin-left: -35px !important;
  }
  ._pc-mt40 {
    margin-top: 40px !important;
  }
  ._pc-mr40 {
    margin-right: 40px !important;
  }
  ._pc-mb40 {
    margin-bottom: 40px !important;
  }
  ._pc-ml40 {
    margin-left: 40px !important;
  }
  ._pc-mt-40 {
    margin-top: -40px !important;
  }
  ._pc-mr-40 {
    margin-right: -40px !important;
  }
  ._pc-mb-40 {
    margin-bottom: -40px !important;
  }
  ._pc-ml-40 {
    margin-left: -40px !important;
  }
  ._pc-mt45 {
    margin-top: 45px !important;
  }
  ._pc-mr45 {
    margin-right: 45px !important;
  }
  ._pc-mb45 {
    margin-bottom: 45px !important;
  }
  ._pc-ml45 {
    margin-left: 45px !important;
  }
  ._pc-mt-45 {
    margin-top: -45px !important;
  }
  ._pc-mr-45 {
    margin-right: -45px !important;
  }
  ._pc-mb-45 {
    margin-bottom: -45px !important;
  }
  ._pc-ml-45 {
    margin-left: -45px !important;
  }
  ._pc-mt50 {
    margin-top: 50px !important;
  }
  ._pc-mr50 {
    margin-right: 50px !important;
  }
  ._pc-mb50 {
    margin-bottom: 50px !important;
  }
  ._pc-ml50 {
    margin-left: 50px !important;
  }
  ._pc-mt-50 {
    margin-top: -50px !important;
  }
  ._pc-mr-50 {
    margin-right: -50px !important;
  }
  ._pc-mb-50 {
    margin-bottom: -50px !important;
  }
  ._pc-ml-50 {
    margin-left: -50px !important;
  }
  ._pc-mt55 {
    margin-top: 55px !important;
  }
  ._pc-mr55 {
    margin-right: 55px !important;
  }
  ._pc-mb55 {
    margin-bottom: 55px !important;
  }
  ._pc-ml55 {
    margin-left: 55px !important;
  }
  ._pc-mt-55 {
    margin-top: -55px !important;
  }
  ._pc-mr-55 {
    margin-right: -55px !important;
  }
  ._pc-mb-55 {
    margin-bottom: -55px !important;
  }
  ._pc-ml-55 {
    margin-left: -55px !important;
  }
  ._pc-mt60 {
    margin-top: 60px !important;
  }
  ._pc-mr60 {
    margin-right: 60px !important;
  }
  ._pc-mb60 {
    margin-bottom: 60px !important;
  }
  ._pc-ml60 {
    margin-left: 60px !important;
  }
  ._pc-mt-60 {
    margin-top: -60px !important;
  }
  ._pc-mr-60 {
    margin-right: -60px !important;
  }
  ._pc-mb-60 {
    margin-bottom: -60px !important;
  }
  ._pc-ml-60 {
    margin-left: -60px !important;
  }
  ._pc-mt65 {
    margin-top: 65px !important;
  }
  ._pc-mr65 {
    margin-right: 65px !important;
  }
  ._pc-mb65 {
    margin-bottom: 65px !important;
  }
  ._pc-ml65 {
    margin-left: 65px !important;
  }
  ._pc-mt-65 {
    margin-top: -65px !important;
  }
  ._pc-mr-65 {
    margin-right: -65px !important;
  }
  ._pc-mb-65 {
    margin-bottom: -65px !important;
  }
  ._pc-ml-65 {
    margin-left: -65px !important;
  }
  ._pc-mt70 {
    margin-top: 70px !important;
  }
  ._pc-mr70 {
    margin-right: 70px !important;
  }
  ._pc-mb70 {
    margin-bottom: 70px !important;
  }
  ._pc-ml70 {
    margin-left: 70px !important;
  }
  ._pc-mt-70 {
    margin-top: -70px !important;
  }
  ._pc-mr-70 {
    margin-right: -70px !important;
  }
  ._pc-mb-70 {
    margin-bottom: -70px !important;
  }
  ._pc-ml-70 {
    margin-left: -70px !important;
  }
  ._pc-mt75 {
    margin-top: 75px !important;
  }
  ._pc-mr75 {
    margin-right: 75px !important;
  }
  ._pc-mb75 {
    margin-bottom: 75px !important;
  }
  ._pc-ml75 {
    margin-left: 75px !important;
  }
  ._pc-mt-75 {
    margin-top: -75px !important;
  }
  ._pc-mr-75 {
    margin-right: -75px !important;
  }
  ._pc-mb-75 {
    margin-bottom: -75px !important;
  }
  ._pc-ml-75 {
    margin-left: -75px !important;
  }
  ._pc-mt80 {
    margin-top: 80px !important;
  }
  ._pc-mr80 {
    margin-right: 80px !important;
  }
  ._pc-mb80 {
    margin-bottom: 80px !important;
  }
  ._pc-ml80 {
    margin-left: 80px !important;
  }
  ._pc-mt-80 {
    margin-top: -80px !important;
  }
  ._pc-mr-80 {
    margin-right: -80px !important;
  }
  ._pc-mb-80 {
    margin-bottom: -80px !important;
  }
  ._pc-ml-80 {
    margin-left: -80px !important;
  }
  ._pc-mt85 {
    margin-top: 85px !important;
  }
  ._pc-mr85 {
    margin-right: 85px !important;
  }
  ._pc-mb85 {
    margin-bottom: 85px !important;
  }
  ._pc-ml85 {
    margin-left: 85px !important;
  }
  ._pc-mt-85 {
    margin-top: -85px !important;
  }
  ._pc-mr-85 {
    margin-right: -85px !important;
  }
  ._pc-mb-85 {
    margin-bottom: -85px !important;
  }
  ._pc-ml-85 {
    margin-left: -85px !important;
  }
  ._pc-mt90 {
    margin-top: 90px !important;
  }
  ._pc-mr90 {
    margin-right: 90px !important;
  }
  ._pc-mb90 {
    margin-bottom: 90px !important;
  }
  ._pc-ml90 {
    margin-left: 90px !important;
  }
  ._pc-mt-90 {
    margin-top: -90px !important;
  }
  ._pc-mr-90 {
    margin-right: -90px !important;
  }
  ._pc-mb-90 {
    margin-bottom: -90px !important;
  }
  ._pc-ml-90 {
    margin-left: -90px !important;
  }
  ._pc-mt95 {
    margin-top: 95px !important;
  }
  ._pc-mr95 {
    margin-right: 95px !important;
  }
  ._pc-mb95 {
    margin-bottom: 95px !important;
  }
  ._pc-ml95 {
    margin-left: 95px !important;
  }
  ._pc-mt-95 {
    margin-top: -95px !important;
  }
  ._pc-mr-95 {
    margin-right: -95px !important;
  }
  ._pc-mb-95 {
    margin-bottom: -95px !important;
  }
  ._pc-ml-95 {
    margin-left: -95px !important;
  }
  ._pc-mt100 {
    margin-top: 100px !important;
  }
  ._pc-mr100 {
    margin-right: 100px !important;
  }
  ._pc-mb100 {
    margin-bottom: 100px !important;
  }
  ._pc-ml100 {
    margin-left: 100px !important;
  }
  ._pc-mt-100 {
    margin-top: -100px !important;
  }
  ._pc-mr-100 {
    margin-right: -100px !important;
  }
  ._pc-mb-100 {
    margin-bottom: -100px !important;
  }
  ._pc-ml-100 {
    margin-left: -100px !important;
  }
  ._pc-ma {
    margin: auto;
  }
}

@media screen and (max-width: 430px) {
  ._sp-mt0 {
    margin-top: 0px !important;
  }
  ._sp-mr0 {
    margin-right: 0px !important;
  }
  ._sp-mb0 {
    margin-bottom: 0px !important;
  }
  ._sp-ml0 {
    margin-left: 0px !important;
  }
  ._sp-mt-0 {
    margin-top: -0px !important;
  }
  ._sp-mr-0 {
    margin-right: -0px !important;
  }
  ._sp-mb-0 {
    margin-bottom: -0px !important;
  }
  ._sp-ml-0 {
    margin-left: -0px !important;
  }
  ._sp-mt5 {
    margin-top: 5px !important;
  }
  ._sp-mr5 {
    margin-right: 5px !important;
  }
  ._sp-mb5 {
    margin-bottom: 5px !important;
  }
  ._sp-ml5 {
    margin-left: 5px !important;
  }
  ._sp-mt-5 {
    margin-top: -5px !important;
  }
  ._sp-mr-5 {
    margin-right: -5px !important;
  }
  ._sp-mb-5 {
    margin-bottom: -5px !important;
  }
  ._sp-ml-5 {
    margin-left: -5px !important;
  }
  ._sp-mt10 {
    margin-top: 10px !important;
  }
  ._sp-mr10 {
    margin-right: 10px !important;
  }
  ._sp-mb10 {
    margin-bottom: 10px !important;
  }
  ._sp-ml10 {
    margin-left: 10px !important;
  }
  ._sp-mt-10 {
    margin-top: -10px !important;
  }
  ._sp-mr-10 {
    margin-right: -10px !important;
  }
  ._sp-mb-10 {
    margin-bottom: -10px !important;
  }
  ._sp-ml-10 {
    margin-left: -10px !important;
  }
  ._sp-mt15 {
    margin-top: 15px !important;
  }
  ._sp-mr15 {
    margin-right: 15px !important;
  }
  ._sp-mb15 {
    margin-bottom: 15px !important;
  }
  ._sp-ml15 {
    margin-left: 15px !important;
  }
  ._sp-mt-15 {
    margin-top: -15px !important;
  }
  ._sp-mr-15 {
    margin-right: -15px !important;
  }
  ._sp-mb-15 {
    margin-bottom: -15px !important;
  }
  ._sp-ml-15 {
    margin-left: -15px !important;
  }
  ._sp-mt20 {
    margin-top: 20px !important;
  }
  ._sp-mr20 {
    margin-right: 20px !important;
  }
  ._sp-mb20 {
    margin-bottom: 20px !important;
  }
  ._sp-ml20 {
    margin-left: 20px !important;
  }
  ._sp-mt-20 {
    margin-top: -20px !important;
  }
  ._sp-mr-20 {
    margin-right: -20px !important;
  }
  ._sp-mb-20 {
    margin-bottom: -20px !important;
  }
  ._sp-ml-20 {
    margin-left: -20px !important;
  }
  ._sp-mt25 {
    margin-top: 25px !important;
  }
  ._sp-mr25 {
    margin-right: 25px !important;
  }
  ._sp-mb25 {
    margin-bottom: 25px !important;
  }
  ._sp-ml25 {
    margin-left: 25px !important;
  }
  ._sp-mt-25 {
    margin-top: -25px !important;
  }
  ._sp-mr-25 {
    margin-right: -25px !important;
  }
  ._sp-mb-25 {
    margin-bottom: -25px !important;
  }
  ._sp-ml-25 {
    margin-left: -25px !important;
  }
  ._sp-mt30 {
    margin-top: 30px !important;
  }
  ._sp-mr30 {
    margin-right: 30px !important;
  }
  ._sp-mb30 {
    margin-bottom: 30px !important;
  }
  ._sp-ml30 {
    margin-left: 30px !important;
  }
  ._sp-mt-30 {
    margin-top: -30px !important;
  }
  ._sp-mr-30 {
    margin-right: -30px !important;
  }
  ._sp-mb-30 {
    margin-bottom: -30px !important;
  }
  ._sp-ml-30 {
    margin-left: -30px !important;
  }
  ._sp-mt35 {
    margin-top: 35px !important;
  }
  ._sp-mr35 {
    margin-right: 35px !important;
  }
  ._sp-mb35 {
    margin-bottom: 35px !important;
  }
  ._sp-ml35 {
    margin-left: 35px !important;
  }
  ._sp-mt-35 {
    margin-top: -35px !important;
  }
  ._sp-mr-35 {
    margin-right: -35px !important;
  }
  ._sp-mb-35 {
    margin-bottom: -35px !important;
  }
  ._sp-ml-35 {
    margin-left: -35px !important;
  }
  ._sp-mt40 {
    margin-top: 40px !important;
  }
  ._sp-mr40 {
    margin-right: 40px !important;
  }
  ._sp-mb40 {
    margin-bottom: 40px !important;
  }
  ._sp-ml40 {
    margin-left: 40px !important;
  }
  ._sp-mt-40 {
    margin-top: -40px !important;
  }
  ._sp-mr-40 {
    margin-right: -40px !important;
  }
  ._sp-mb-40 {
    margin-bottom: -40px !important;
  }
  ._sp-ml-40 {
    margin-left: -40px !important;
  }
  ._sp-mt45 {
    margin-top: 45px !important;
  }
  ._sp-mr45 {
    margin-right: 45px !important;
  }
  ._sp-mb45 {
    margin-bottom: 45px !important;
  }
  ._sp-ml45 {
    margin-left: 45px !important;
  }
  ._sp-mt-45 {
    margin-top: -45px !important;
  }
  ._sp-mr-45 {
    margin-right: -45px !important;
  }
  ._sp-mb-45 {
    margin-bottom: -45px !important;
  }
  ._sp-ml-45 {
    margin-left: -45px !important;
  }
  ._sp-mt50 {
    margin-top: 50px !important;
  }
  ._sp-mr50 {
    margin-right: 50px !important;
  }
  ._sp-mb50 {
    margin-bottom: 50px !important;
  }
  ._sp-ml50 {
    margin-left: 50px !important;
  }
  ._sp-mt-50 {
    margin-top: -50px !important;
  }
  ._sp-mr-50 {
    margin-right: -50px !important;
  }
  ._sp-mb-50 {
    margin-bottom: -50px !important;
  }
  ._sp-ml-50 {
    margin-left: -50px !important;
  }
  ._sp-mt55 {
    margin-top: 55px !important;
  }
  ._sp-mr55 {
    margin-right: 55px !important;
  }
  ._sp-mb55 {
    margin-bottom: 55px !important;
  }
  ._sp-ml55 {
    margin-left: 55px !important;
  }
  ._sp-mt-55 {
    margin-top: -55px !important;
  }
  ._sp-mr-55 {
    margin-right: -55px !important;
  }
  ._sp-mb-55 {
    margin-bottom: -55px !important;
  }
  ._sp-ml-55 {
    margin-left: -55px !important;
  }
  ._sp-mt60 {
    margin-top: 60px !important;
  }
  ._sp-mr60 {
    margin-right: 60px !important;
  }
  ._sp-mb60 {
    margin-bottom: 60px !important;
  }
  ._sp-ml60 {
    margin-left: 60px !important;
  }
  ._sp-mt-60 {
    margin-top: -60px !important;
  }
  ._sp-mr-60 {
    margin-right: -60px !important;
  }
  ._sp-mb-60 {
    margin-bottom: -60px !important;
  }
  ._sp-ml-60 {
    margin-left: -60px !important;
  }
  ._sp-mt65 {
    margin-top: 65px !important;
  }
  ._sp-mr65 {
    margin-right: 65px !important;
  }
  ._sp-mb65 {
    margin-bottom: 65px !important;
  }
  ._sp-ml65 {
    margin-left: 65px !important;
  }
  ._sp-mt-65 {
    margin-top: -65px !important;
  }
  ._sp-mr-65 {
    margin-right: -65px !important;
  }
  ._sp-mb-65 {
    margin-bottom: -65px !important;
  }
  ._sp-ml-65 {
    margin-left: -65px !important;
  }
  ._sp-mt70 {
    margin-top: 70px !important;
  }
  ._sp-mr70 {
    margin-right: 70px !important;
  }
  ._sp-mb70 {
    margin-bottom: 70px !important;
  }
  ._sp-ml70 {
    margin-left: 70px !important;
  }
  ._sp-mt-70 {
    margin-top: -70px !important;
  }
  ._sp-mr-70 {
    margin-right: -70px !important;
  }
  ._sp-mb-70 {
    margin-bottom: -70px !important;
  }
  ._sp-ml-70 {
    margin-left: -70px !important;
  }
  ._sp-mt75 {
    margin-top: 75px !important;
  }
  ._sp-mr75 {
    margin-right: 75px !important;
  }
  ._sp-mb75 {
    margin-bottom: 75px !important;
  }
  ._sp-ml75 {
    margin-left: 75px !important;
  }
  ._sp-mt-75 {
    margin-top: -75px !important;
  }
  ._sp-mr-75 {
    margin-right: -75px !important;
  }
  ._sp-mb-75 {
    margin-bottom: -75px !important;
  }
  ._sp-ml-75 {
    margin-left: -75px !important;
  }
  ._sp-mt80 {
    margin-top: 80px !important;
  }
  ._sp-mr80 {
    margin-right: 80px !important;
  }
  ._sp-mb80 {
    margin-bottom: 80px !important;
  }
  ._sp-ml80 {
    margin-left: 80px !important;
  }
  ._sp-mt-80 {
    margin-top: -80px !important;
  }
  ._sp-mr-80 {
    margin-right: -80px !important;
  }
  ._sp-mb-80 {
    margin-bottom: -80px !important;
  }
  ._sp-ml-80 {
    margin-left: -80px !important;
  }
  ._sp-mt85 {
    margin-top: 85px !important;
  }
  ._sp-mr85 {
    margin-right: 85px !important;
  }
  ._sp-mb85 {
    margin-bottom: 85px !important;
  }
  ._sp-ml85 {
    margin-left: 85px !important;
  }
  ._sp-mt-85 {
    margin-top: -85px !important;
  }
  ._sp-mr-85 {
    margin-right: -85px !important;
  }
  ._sp-mb-85 {
    margin-bottom: -85px !important;
  }
  ._sp-ml-85 {
    margin-left: -85px !important;
  }
  ._sp-mt90 {
    margin-top: 90px !important;
  }
  ._sp-mr90 {
    margin-right: 90px !important;
  }
  ._sp-mb90 {
    margin-bottom: 90px !important;
  }
  ._sp-ml90 {
    margin-left: 90px !important;
  }
  ._sp-mt-90 {
    margin-top: -90px !important;
  }
  ._sp-mr-90 {
    margin-right: -90px !important;
  }
  ._sp-mb-90 {
    margin-bottom: -90px !important;
  }
  ._sp-ml-90 {
    margin-left: -90px !important;
  }
  ._sp-mt95 {
    margin-top: 95px !important;
  }
  ._sp-mr95 {
    margin-right: 95px !important;
  }
  ._sp-mb95 {
    margin-bottom: 95px !important;
  }
  ._sp-ml95 {
    margin-left: 95px !important;
  }
  ._sp-mt-95 {
    margin-top: -95px !important;
  }
  ._sp-mr-95 {
    margin-right: -95px !important;
  }
  ._sp-mb-95 {
    margin-bottom: -95px !important;
  }
  ._sp-ml-95 {
    margin-left: -95px !important;
  }
  ._sp-mt100 {
    margin-top: 100px !important;
  }
  ._sp-mr100 {
    margin-right: 100px !important;
  }
  ._sp-mb100 {
    margin-bottom: 100px !important;
  }
  ._sp-ml100 {
    margin-left: 100px !important;
  }
  ._sp-mt-100 {
    margin-top: -100px !important;
  }
  ._sp-mr-100 {
    margin-right: -100px !important;
  }
  ._sp-mb-100 {
    margin-bottom: -100px !important;
  }
  ._sp-ml-100 {
    margin-left: -100px !important;
  }
  ._sp-ma {
    margin: auto;
  }
}



/*-------------------------------------------------------------------- */
/* padding
-------------------------------------------------------------------- */
._pt0 {
  padding-top: 0px !important;
}

._pr0 {
  padding-right: 0px !important;
}

._pb0 {
  padding-bottom: 0px !important;
}

._pl0 {
  padding-left: 0px !important;
}

._pt5 {
  padding-top: 5px !important;
}

._pr5 {
  padding-right: 5px !important;
}

._pb5 {
  padding-bottom: 5px !important;
}

._pl5 {
  padding-left: 5px !important;
}

._pt10 {
  padding-top: 10px !important;
}

._pr10 {
  padding-right: 10px !important;
}

._pb10 {
  padding-bottom: 10px !important;
}

._pl10 {
  padding-left: 10px !important;
}

._pt15 {
  padding-top: 15px !important;
}

._pr15 {
  padding-right: 15px !important;
}

._pb15 {
  padding-bottom: 15px !important;
}

._pl15 {
  padding-left: 15px !important;
}

._pt20 {
  padding-top: 20px !important;
}

._pr20 {
  padding-right: 20px !important;
}

._pb20 {
  padding-bottom: 20px !important;
}

._pl20 {
  padding-left: 20px !important;
}

._pt25 {
  padding-top: 25px !important;
}

._pr25 {
  padding-right: 25px !important;
}

._pb25 {
  padding-bottom: 25px !important;
}

._pl25 {
  padding-left: 25px !important;
}

._pt30 {
  padding-top: 30px !important;
}

._pr30 {
  padding-right: 30px !important;
}

._pb30 {
  padding-bottom: 30px !important;
}

._pl30 {
  padding-left: 30px !important;
}

._pt35 {
  padding-top: 35px !important;
}

._pr35 {
  padding-right: 35px !important;
}

._pb35 {
  padding-bottom: 35px !important;
}

._pl35 {
  padding-left: 35px !important;
}

._pt40 {
  padding-top: 40px !important;
}

._pr40 {
  padding-right: 40px !important;
}

._pb40 {
  padding-bottom: 40px !important;
}

._pl40 {
  padding-left: 40px !important;
}

._pt45 {
  padding-top: 45px !important;
}

._pr45 {
  padding-right: 45px !important;
}

._pb45 {
  padding-bottom: 45px !important;
}

._pl45 {
  padding-left: 45px !important;
}

._pt50 {
  padding-top: 50px !important;
}

._pr50 {
  padding-right: 50px !important;
}

._pb50 {
  padding-bottom: 50px !important;
}

._pl50 {
  padding-left: 50px !important;
}

._pt55 {
  padding-top: 55px !important;
}

._pr55 {
  padding-right: 55px !important;
}

._pb55 {
  padding-bottom: 55px !important;
}

._pl55 {
  padding-left: 55px !important;
}

._pt60 {
  padding-top: 60px !important;
}

._pr60 {
  padding-right: 60px !important;
}

._pb60 {
  padding-bottom: 60px !important;
}

._pl60 {
  padding-left: 60px !important;
}


._pt65 {
  padding-top: 65px !important;
}

._pr65 {
  padding-right: 65px !important;
}

._pb65 {
  padding-bottom: 65px !important;
}

._pl65 {
  padding-left: 65px !important;
}


._pt70 {
  padding-top: 70px !important;
}

._pr70 {
  padding-right: 70px !important;
}

._pb70 {
  padding-bottom: 70px !important;
}

._pl70 {
  padding-left: 70px !important;
}


._pt75 {
  padding-top: 75px !important;
}

._pr75 {
  padding-right: 75px !important;
}

._pb75 {
  padding-bottom: 75px !important;
}

._pl75 {
  padding-left: 75px !important;
}

._pt80 {
  padding-top: 80px !important;
}

._pr80 {
  padding-right: 80px !important;
}

._pb80 {
  padding-bottom: 80px !important;
}

._pl80 {
  padding-left: 80px !important;
}

._pt85 {
  padding-top: 85px !important;
}

._pr85 {
  padding-right: 85px !important;
}

._pb85 {
  padding-bottom: 85px !important;
}

._pl85 {
  padding-left: 85px !important;
}

._pt90 {
  padding-top: 90px !important;
}

._pr90 {
  padding-right: 90px !important;
}

._pb90 {
  padding-bottom: 90px !important;
}

._pl90 {
  padding-left: 90px !important;
}


._pt95 {
  padding-top: 95px !important;
}

._pr95 {
  padding-right: 95px !important;
}

._pb95 {
  padding-bottom: 95px !important;
}

._pl95 {
  padding-left: 95px !important;
}

._pt100 {
  padding-top: 100px !important;
}

._pr100 {
  padding-right: 100px !important;
}

._pb100 {
  padding-bottom: 100px !important;
}

._pl100 {
  padding-left: 100px !important;
}

._pt150 {
  padding-top: 150px !important;
}

._pr150 {
  padding-right: 150px !important;
}

._pb150 {
  padding-bottom: 150px !important;
}

._pl150 {
  padding-left: 150px !important;
}


@media screen and (max-width: 430px){
._sp-pt0 { padding-top: 0px !important; }
._sp-pr0 { padding-right: 0px !important; }
._sp-pb0 { padding-bottom: 0px !important; }
._sp-pl0 { padding-left: 0px !important; }
._sp-pt5 { padding-top: 5px !important; }
._sp-pr5 { padding-right: 5px !important; }
._sp-pb5 { padding-bottom: 5px !important; }
._sp-pl5 { padding-left: 5px !important; }
._sp-pt10 { padding-top: 10px !important; }
._sp-pr10 { padding-right: 10px !important; }
._sp-pb10 { padding-bottom: 10px !important; }
._sp-pl10 { padding-left: 10px !important; }
._sp-pt15 { padding-top: 15px !important; }
._sp-pr15 { padding-right: 15px !important; }
._sp-pb15 { padding-bottom: 15px !important; }
._sp-pl15 { padding-left: 15px !important; }
._sp-pt20 { padding-top: 20px !important; }
._sp-pr20 { padding-right: 20px !important; }
._sp-pb20 { padding-bottom: 20px !important; }
._sp-pl20 { padding-left: 20px !important; }
._sp-pt25 { padding-top: 25px !important; }
._sp-pr25 { padding-right: 25px !important; }
._sp-pb25 { padding-bottom: 25px !important; }
._sp-pl25 { padding-left: 25px !important; }
._sp-pt30 { padding-top: 30px !important; }
._sp-pr30 { padding-right: 30px !important; }
._sp-pb30 { padding-bottom: 30px !important; }
._sp-pl30 { padding-left: 30px !important; }
._sp-pt35 { padding-top: 35px !important; }
._sp-pr35 { padding-right: 35px !important; }
._sp-pb35 { padding-bottom: 35px !important; }
._sp-pl35 { padding-left: 35px !important; }
._sp-pt40 { padding-top: 40px !important; }
._sp-pr40 { padding-right: 40px !important; }
._sp-pb40 { padding-bottom: 40px !important; }
._sp-pl40 { padding-left: 40px !important; }
._sp-pt45 { padding-top: 45px !important; }
._sp-pr45 { padding-right: 45px !important; }
._sp-pb45 { padding-bottom: 45px !important; }
._sp-pl45 { padding-left: 45px !important; }
._sp-pt50 { padding-top: 50px !important; }
._sp-pr50 { padding-right: 50px !important; }
._sp-pb50 { padding-bottom: 50px !important; }
._sp-pl50 { padding-left: 50px !important; }
._sp-pt55 { padding-top: 55px !important; }
._sp-pr55 { padding-right: 55px !important; }
._sp-pb55 { padding-bottom: 55px !important; }
._sp-pl55 { padding-left: 55px !important; }
._sp-pt60 { padding-top: 60px !important; }
._sp-pr60 { padding-right: 60px !important; }
._sp-pb60 { padding-bottom: 60px !important; }
._sp-pl60 { padding-left: 60px !important; }
._sp-pt65 { padding-top: 65px !important; }
._sp-pr65 { padding-right: 65px !important; }
._sp-pb65 { padding-bottom: 65px !important; }
._sp-pl65 { padding-left: 65px !important; }
._sp-pt70 { padding-top: 70px !important; }
._sp-pr70 { padding-right: 70px !important; }
._sp-pb70 { padding-bottom: 70px !important; }
._sp-pl70 { padding-left: 70px !important; }
._sp-pt75 { padding-top: 75px !important; }
._sp-pr75 { padding-right: 75px !important; }
._sp-pb75 { padding-bottom: 75px !important; }
._sp-pl75 { padding-left: 75px !important; }
._sp-pt80 { padding-top: 80px !important; }
._sp-pr80 { padding-right: 80px !important; }
._sp-pb80 { padding-bottom: 80px !important; }
._sp-pl80 { padding-left: 80px !important; }
._sp-pt85 { padding-top: 85px !important; }
._sp-pr85 { padding-right: 85px !important; }
._sp-pb85 { padding-bottom: 85px !important; }
._sp-pl85 { padding-left: 85px !important; }
._sp-pt90 { padding-top: 90px !important; }
._sp-pr90 { padding-right: 90px !important; }
._sp-pb90 { padding-bottom: 90px !important; }
._sp-pl90 { padding-left: 90px !important; }
._sp-pt95 { padding-top: 95px !important; }
._sp-pr95 { padding-right: 95px !important; }
._sp-pb95 { padding-bottom: 95px !important; }
._sp-pl95 { padding-left: 95px !important; }
._sp-pt100 { padding-top: 100px !important; }
._sp-pr100 { padding-right: 100px !important; }
._sp-pb100 { padding-bottom: 100px !important; }
._sp-pl100 { padding-left: 100px !important; }
}



/* width
 -------------------------------------------------------------------- */
._w1 {
  width: 1% !important;
}

._w2 {
  width: 2% !important;
}

._w3 {
  width: 3% !important;
}

._w4 {
  width: 4% !important;
}

._w5 {
  width: 5% !important;
}

._w6 {
  width: 6% !important;
}

._w7 {
  width: 7% !important;
}

._w8 {
  width: 8% !important;
}

._w9 {
  width: 9% !important;
}

._w10 {
  width: 10% !important;
}

._w11 {
  width: 11% !important;
}

._w12 {
  width: 12% !important;
}

._w13 {
  width: 13% !important;
}

._w14 {
  width: 14% !important;
}

._w15 {
  width: 15% !important;
}

._w16 {
  width: 16% !important;
}

._w17 {
  width: 17% !important;
}

._w18 {
  width: 18% !important;
}

._w19 {
  width: 19% !important;
}

._w20 {
  width: 20% !important;
}

._w21 {
  width: 21% !important;
}

._w22 {
  width: 22% !important;
}

._w23 {
  width: 23% !important;
}

._w24 {
  width: 24% !important;
}

._w25 {
  width: 25% !important;
}

._w26 {
  width: 26% !important;
}

._w27 {
  width: 27% !important;
}

._w28 {
  width: 28% !important;
}

._w29 {
  width: 29% !important;
}

._w30 {
  width: 30% !important;
}

._w31 {
  width: 31% !important;
}

._w32 {
  width: 32% !important;
}

._w33 {
  width: 33% !important;
}

._w34 {
  width: 34% !important;
}

._w35 {
  width: 35% !important;
}

._w36 {
  width: 36% !important;
}

._w37 {
  width: 37% !important;
}

._w38 {
  width: 38% !important;
}

._w39 {
  width: 39% !important;
}

._w40 {
  width: 40% !important;
}

._w41 {
  width: 41% !important;
}

._w42 {
  width: 42% !important;
}

._w43 {
  width: 43% !important;
}

._w44 {
  width: 44% !important;
}

._w45 {
  width: 45% !important;
}

._w46 {
  width: 46% !important;
}

._w47 {
  width: 47% !important;
}

._w48 {
  width: 48% !important;
}

._w49 {
  width: 49% !important;
}

._w50 {
  width: 50% !important;
}

._w51 {
  width: 51% !important;
}

._w52 {
  width: 52% !important;
}

._w53 {
  width: 53% !important;
}

._w54 {
  width: 54% !important;
}

._w55 {
  width: 55% !important;
}

._w56 {
  width: 56% !important;
}

._w57 {
  width: 57% !important;
}

._w58 {
  width: 58% !important;
}

._w59 {
  width: 59% !important;
}

._w60 {
  width: 60% !important;
}

._w61 {
  width: 61% !important;
}

._w62 {
  width: 62% !important;
}

._w63 {
  width: 63% !important;
}

._w64 {
  width: 64% !important;
}

._w65 {
  width: 65% !important;
}

._w66 {
  width: 66% !important;
}

._w67 {
  width: 67% !important;
}

._w68 {
  width: 68% !important;
}

._w69 {
  width: 69% !important;
}

._w70 {
  width: 70% !important;
}

._w71 {
  width: 71% !important;
}

._w72 {
  width: 72% !important;
}

._w73 {
  width: 73% !important;
}

._w74 {
  width: 74% !important;
}

._w75 {
  width: 75% !important;
}

._w76 {
  width: 76% !important;
}

._w77 {
  width: 77% !important;
}

._w78 {
  width: 78% !important;
}

._w79 {
  width: 79% !important;
}

._w80 {
  width: 80% !important;
}

._w81 {
  width: 81% !important;
}

._w82 {
  width: 82% !important;
}

._w83 {
  width: 83% !important;
}

._w84 {
  width: 84% !important;
}

._w85 {
  width: 85% !important;
}

._w86 {
  width: 86% !important;
}

._w87 {
  width: 87% !important;
}

._w88 {
  width: 88% !important;
}

._w89 {
  width: 89% !important;
}

._w90 {
  width: 90% !important;
}

._w91 {
  width: 91% !important;
}

._w92 {
  width: 92% !important;
}

._w93 {
  width: 93% !important;
}

._w94 {
  width: 94% !important;
}

._w95 {
  width: 95% !important;
}

._w96 {
  width: 96% !important;
}

._w97 {
  width: 97% !important;
}

._w98 {
  width: 98% !important;
}

._w99 {
  width: 99% !important;
}

._w100 {
  width: 100% !important;
}

@media all and (min-width: 430px) {
  ._pc-w1 {
    width: 1% !important;
  }
  ._pc-w2 {
    width: 2% !important;
  }
  ._pc-w3 {
    width: 3% !important;
  }
  ._pc-w4 {
    width: 4% !important;
  }
  ._pc-w5 {
    width: 5% !important;
  }
  ._pc-w6 {
    width: 6% !important;
  }
  ._pc-w7 {
    width: 7% !important;
  }
  ._pc-w8 {
    width: 8% !important;
  }
  ._pc-w9 {
    width: 9% !important;
  }
  ._pc-w10 {
    width: 10% !important;
  }
  ._pc-w11 {
    width: 11% !important;
  }
  ._pc-w12 {
    width: 12% !important;
  }
  ._pc-w13 {
    width: 13% !important;
  }
  ._pc-w14 {
    width: 14% !important;
  }
  ._pc-w15 {
    width: 15% !important;
  }
  ._pc-w16 {
    width: 16% !important;
  }
  ._pc-w17 {
    width: 17% !important;
  }
  ._pc-w18 {
    width: 18% !important;
  }
  ._pc-w19 {
    width: 19% !important;
  }
  ._pc-w20 {
    width: 20% !important;
  }
  ._pc-w21 {
    width: 21% !important;
  }
  ._pc-w22 {
    width: 22% !important;
  }
  ._pc-w23 {
    width: 23% !important;
  }
  ._pc-w24 {
    width: 24% !important;
  }
  ._pc-w25 {
    width: 25% !important;
  }
  ._pc-w26 {
    width: 26% !important;
  }
  ._pc-w27 {
    width: 27% !important;
  }
  ._pc-w28 {
    width: 28% !important;
  }
  ._pc-w29 {
    width: 29% !important;
  }
  ._pc-w30 {
    width: 30% !important;
  }
  ._pc-w31 {
    width: 31% !important;
  }
  ._pc-w32 {
    width: 32% !important;
  }
  ._pc-w33 {
    width: 33% !important;
  }
  ._pc-w34 {
    width: 34% !important;
  }
  ._pc-w35 {
    width: 35% !important;
  }
  ._pc-w36 {
    width: 36% !important;
  }
  ._pc-w37 {
    width: 37% !important;
  }
  ._pc-w38 {
    width: 38% !important;
  }
  ._pc-w39 {
    width: 39% !important;
  }
  ._pc-w40 {
    width: 40% !important;
  }
  ._pc-w41 {
    width: 41% !important;
  }
  ._pc-w42 {
    width: 42% !important;
  }
  ._pc-w43 {
    width: 43% !important;
  }
  ._pc-w44 {
    width: 44% !important;
  }
  ._pc-w45 {
    width: 45% !important;
  }
  ._pc-w46 {
    width: 46% !important;
  }
  ._pc-w47 {
    width: 47% !important;
  }
  ._pc-w48 {
    width: 48% !important;
  }
  ._pc-w49 {
    width: 49% !important;
  }
  ._pc-w50 {
    width: 50% !important;
  }
  ._pc-w51 {
    width: 51% !important;
  }
  ._pc-w52 {
    width: 52% !important;
  }
  ._pc-w53 {
    width: 53% !important;
  }
  ._pc-w54 {
    width: 54% !important;
  }
  ._pc-w55 {
    width: 55% !important;
  }
  ._pc-w56 {
    width: 56% !important;
  }
  ._pc-w57 {
    width: 57% !important;
  }
  ._pc-w58 {
    width: 58% !important;
  }
  ._pc-w59 {
    width: 59% !important;
  }
  ._pc-w60 {
    width: 60% !important;
  }
  ._pc-w61 {
    width: 61% !important;
  }
  ._pc-w62 {
    width: 62% !important;
  }
  ._pc-w63 {
    width: 63% !important;
  }
  ._pc-w64 {
    width: 64% !important;
  }
  ._pc-w65 {
    width: 65% !important;
  }
  ._pc-w66 {
    width: 66% !important;
  }
  ._pc-w67 {
    width: 67% !important;
  }
  ._pc-w68 {
    width: 68% !important;
  }
  ._pc-w69 {
    width: 69% !important;
  }
  ._pc-w70 {
    width: 70% !important;
  }
  ._pc-w71 {
    width: 71% !important;
  }
  ._pc-w72 {
    width: 72% !important;
  }
  ._pc-w73 {
    width: 73% !important;
  }
  ._pc-w74 {
    width: 74% !important;
  }
  ._pc-w75 {
    width: 75% !important;
  }
  ._pc-w76 {
    width: 76% !important;
  }
  ._pc-w77 {
    width: 77% !important;
  }
  ._pc-w78 {
    width: 78% !important;
  }
  ._pc-w79 {
    width: 79% !important;
  }
  ._pc-w80 {
    width: 80% !important;
  }
  ._pc-w81 {
    width: 81% !important;
  }
  ._pc-w82 {
    width: 82% !important;
  }
  ._pc-w83 {
    width: 83% !important;
  }
  ._pc-w84 {
    width: 84% !important;
  }
  ._pc-w85 {
    width: 85% !important;
  }
  ._pc-w86 {
    width: 86% !important;
  }
  ._pc-w87 {
    width: 87% !important;
  }
  ._pc-w88 {
    width: 88% !important;
  }
  ._pc-w89 {
    width: 89% !important;
  }
  ._pc-w90 {
    width: 90% !important;
  }
  ._pc-w91 {
    width: 91% !important;
  }
  ._pc-w92 {
    width: 92% !important;
  }
  ._pc-w93 {
    width: 93% !important;
  }
  ._pc-w94 {
    width: 94% !important;
  }
  ._pc-w95 {
    width: 95% !important;
  }
  ._pc-w96 {
    width: 96% !important;
  }
  ._pc-w97 {
    width: 97% !important;
  }
  ._pc-w98 {
    width: 98% !important;
  }
  ._pc-w99 {
    width: 99% !important;
  }
  ._pc-w100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-w1 {
    width: 1% !important;
  }
  ._sp-w2 {
    width: 2% !important;
  }
  ._sp-w3 {
    width: 3% !important;
  }
  ._sp-w4 {
    width: 4% !important;
  }
  ._sp-w5 {
    width: 5% !important;
  }
  ._sp-w6 {
    width: 6% !important;
  }
  ._sp-w7 {
    width: 7% !important;
  }
  ._sp-w8 {
    width: 8% !important;
  }
  ._sp-w9 {
    width: 9% !important;
  }
  ._sp-w10 {
    width: 10% !important;
  }
  ._sp-w11 {
    width: 11% !important;
  }
  ._sp-w12 {
    width: 12% !important;
  }
  ._sp-w13 {
    width: 13% !important;
  }
  ._sp-w14 {
    width: 14% !important;
  }
  ._sp-w15 {
    width: 15% !important;
  }
  ._sp-w16 {
    width: 16% !important;
  }
  ._sp-w17 {
    width: 17% !important;
  }
  ._sp-w18 {
    width: 18% !important;
  }
  ._sp-w19 {
    width: 19% !important;
  }
  ._sp-w20 {
    width: 20% !important;
  }
  ._sp-w21 {
    width: 21% !important;
  }
  ._sp-w22 {
    width: 22% !important;
  }
  ._sp-w23 {
    width: 23% !important;
  }
  ._sp-w24 {
    width: 24% !important;
  }
  ._sp-w25 {
    width: 25% !important;
  }
  ._sp-w26 {
    width: 26% !important;
  }
  ._sp-w27 {
    width: 27% !important;
  }
  ._sp-w28 {
    width: 28% !important;
  }
  ._sp-w29 {
    width: 29% !important;
  }
  ._sp-w30 {
    width: 30% !important;
  }
  ._sp-w31 {
    width: 31% !important;
  }
  ._sp-w32 {
    width: 32% !important;
  }
  ._sp-w33 {
    width: 33% !important;
  }
  ._sp-w34 {
    width: 34% !important;
  }
  ._sp-w35 {
    width: 35% !important;
  }
  ._sp-w36 {
    width: 36% !important;
  }
  ._sp-w37 {
    width: 37% !important;
  }
  ._sp-w38 {
    width: 38% !important;
  }
  ._sp-w39 {
    width: 39% !important;
  }
  ._sp-w40 {
    width: 40% !important;
  }
  ._sp-w41 {
    width: 41% !important;
  }
  ._sp-w42 {
    width: 42% !important;
  }
  ._sp-w43 {
    width: 43% !important;
  }
  ._sp-w44 {
    width: 44% !important;
  }
  ._sp-w45 {
    width: 45% !important;
  }
  ._sp-w46 {
    width: 46% !important;
  }
  ._sp-w47 {
    width: 47% !important;
  }
  ._sp-w48 {
    width: 48% !important;
  }
  ._sp-w49 {
    width: 49% !important;
  }
  ._sp-w50 {
    width: 50% !important;
  }
  ._sp-w51 {
    width: 51% !important;
  }
  ._sp-w52 {
    width: 52% !important;
  }
  ._sp-w53 {
    width: 53% !important;
  }
  ._sp-w54 {
    width: 54% !important;
  }
  ._sp-w55 {
    width: 55% !important;
  }
  ._sp-w56 {
    width: 56% !important;
  }
  ._sp-w57 {
    width: 57% !important;
  }
  ._sp-w58 {
    width: 58% !important;
  }
  ._sp-w59 {
    width: 59% !important;
  }
  ._sp-w60 {
    width: 60% !important;
  }
  ._sp-w61 {
    width: 61% !important;
  }
  ._sp-w62 {
    width: 62% !important;
  }
  ._sp-w63 {
    width: 63% !important;
  }
  ._sp-w64 {
    width: 64% !important;
  }
  ._sp-w65 {
    width: 65% !important;
  }
  ._sp-w66 {
    width: 66% !important;
  }
  ._sp-w67 {
    width: 67% !important;
  }
  ._sp-w68 {
    width: 68% !important;
  }
  ._sp-w69 {
    width: 69% !important;
  }
  ._sp-w70 {
    width: 70% !important;
  }
  ._sp-w71 {
    width: 71% !important;
  }
  ._sp-w72 {
    width: 72% !important;
  }
  ._sp-w73 {
    width: 73% !important;
  }
  ._sp-w74 {
    width: 74% !important;
  }
  ._sp-w75 {
    width: 75% !important;
  }
  ._sp-w76 {
    width: 76% !important;
  }
  ._sp-w77 {
    width: 77% !important;
  }
  ._sp-w78 {
    width: 78% !important;
  }
  ._sp-w79 {
    width: 79% !important;
  }
  ._sp-w80 {
    width: 80% !important;
  }
  ._sp-w81 {
    width: 81% !important;
  }
  ._sp-w82 {
    width: 82% !important;
  }
  ._sp-w83 {
    width: 83% !important;
  }
  ._sp-w84 {
    width: 84% !important;
  }
  ._sp-w85 {
    width: 85% !important;
  }
  ._sp-w86 {
    width: 86% !important;
  }
  ._sp-w87 {
    width: 87% !important;
  }
  ._sp-w88 {
    width: 88% !important;
  }
  ._sp-w89 {
    width: 89% !important;
  }
  ._sp-w90 {
    width: 90% !important;
  }
  ._sp-w91 {
    width: 91% !important;
  }
  ._sp-w92 {
    width: 92% !important;
  }
  ._sp-w93 {
    width: 93% !important;
  }
  ._sp-w94 {
    width: 94% !important;
  }
  ._sp-w95 {
    width: 95% !important;
  }
  ._sp-w96 {
    width: 96% !important;
  }
  ._sp-w97 {
    width: 97% !important;
  }
  ._sp-w98 {
    width: 98% !important;
  }
  ._sp-w99 {
    width: 99% !important;
  }
  ._sp-w100 {
    width: 100% !important;
  }
}

/* display
-------------------------------------------------------------------- */
@media screen and (max-width: 430px) {
  ._pc {
    display: none !important;
  }
}

@media all and (min-width: 430px) {
  ._sp {
    display: none !important;
  }
}
@media all and (min-width: 1280px) {
  ._tablet-sp{
    display: none !important;
  }
}


._block {
  display: block !important;
}

._inline {
  display: inline !important;
}

._inline-block {
  display: inline-block !important;
}

._flex {
  display: flex !important;
}

._none {
  display: none !important;
}

@media all and (min-width: 430px) {
  ._pc-block {
    display: block !important;
  }
  ._pc-inline {
    display: inline !important;
  }
  ._pc-inline-block {
    display: inline-block !important;
  }
  ._pc-flex {
    display: flex !important;
  }
  ._pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-block {
    display: block !important;
  }
  ._sp-inline {
    display: inline !important;
  }
  ._sp-inline-block {
    display: inline-block !important;
  }
  ._sp-flex {
    display: flex !important;
  }
  ._sp-none {
    display: none !important;
  }
}

/* text-align
-------------------------------------------------------------------- */
._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

@media all and (min-width: 430px) {
  ._pc-center {
    text-align: center !important;
  }
  ._pc-left {
    text-align: left !important;
  }
  ._pc-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-center {
    text-align: center !important;
  }
  ._sp-left {
    text-align: left !important;
  }
  ._sp-right {
    text-align: right !important;
  }
}

/* vertical-align
-------------------------------------------------------------------- */
._top {
  vertical-align: top !important;
}

._middle {
  vertical-align: middle !important;
}

._bottom {
  vertical-align: bottom !important;
}

@media all and (min-width: 430px) {
  ._pc-top {
    vertical-align: top !important;
  }
  ._pc-middle {
    vertical-align: middle !important;
  }
  ._pc-bottom {
    vertical-align: bottom !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-top {
    vertical-align: top !important;
  }
  ._sp-middle {
    vertical-align: middle !important;
  }
  ._sp-bottom {
    vertical-align: bottom !important;
  }
}

/* font-size
-------------------------------------------------------------------- */

.fsS { font-size: 14px!important;}
.fsXS { font-size: 12px!important; }
.head01 { font-size: 30px!important; }
.head02 { font-size: 26px!important; }
.head03 { font-size: 24px!important; }
.head04 { font-size: 16px!important; }

._fs10 {
  font-size: 1rem !important;
}

._fs11 {
  font-size: 1.1rem !important;
}

._fs12 {
  font-size: 1.2rem !important;
}

._fs13, .fsS {
  font-size: 1.3rem !important;
}

._fs14 {
  font-size: 1.4rem !important;
}

._fs15 {
  font-size: 1.5rem !important;
}

._fs16, .fsM {
  font-size: 1.6rem !important;
}

._fs17 {
  font-size: 1.7rem !important;
}

._fs18 {
  font-size: 1.8rem !important;
}

._fs19, .fsL {
  font-size: 1.9rem !important;
}

._fs20 {
  font-size: 2rem !important;
}

._fs21 {
  font-size: 2.1rem !important;
}

._fs22 {
  font-size: 2.2rem !important;
}

._fs23 {
  font-size: 2.3rem !important;
}

._fs24 {
  font-size: 2.4rem !important;
}

._fs25 {
  font-size: 2.5rem !important;
}

._fs26 {
  font-size: 2.6rem !important;
}

._fs27 {
  font-size: 2.7rem !important;
}

._fs28 {
  font-size: 2.8rem !important;
}

._fs29 {
  font-size: 2.9rem !important;
}

._fs30 {
  font-size: 3rem !important;
}

._fs31 {
  font-size: 3.1rem !important;
}

._fs32 {
  font-size: 3.2rem !important;
}

._fs33 {
  font-size: 3.3rem !important;
}

._fs34 {
  font-size: 3.4rem !important;
}

._fs35 {
  font-size: 3.5rem !important;
}

._fs36 {
  font-size: 3.6rem !important;
}

._fs37 {
  font-size: 3.7rem !important;
}

._fs38 {
  font-size: 3.8rem !important;
}

._fs39 {
  font-size: 3.9rem !important;
}

._fs40 {
  font-size: 4rem !important;
}

._fs41 {
  font-size: 4.1rem !important;
}

._fs42 {
  font-size: 4.2rem !important;
}

._fs43 {
  font-size: 4.3rem !important;
}

._fs44 {
  font-size: 4.4rem !important;
}

._fs45 {
  font-size: 4.5rem !important;
}

._fs46 {
  font-size: 4.6rem !important;
}

._fs47 {
  font-size: 4.7rem !important;
}

._fs48 {
  font-size: 4.8rem !important;
}

._fs49 {
  font-size: 4.9rem !important;
}

._fs50 {
  font-size: 5rem !important;
}

@media all and (min-width: 430px) {
  ._pc-fs10 {
    font-size: 1rem !important;
  }
  ._pc-fs11 {
    font-size: 1.1rem !important;
  }
  ._pc-fs12 {
    font-size: 1.2rem !important;
  }
  ._pc-fs13 {
    font-size: 1.3rem !important;
  }
  ._pc-fs14 {
    font-size: 1.4rem !important;
  }
  ._pc-fs15 {
    font-size: 1.5rem !important;
  }
  ._pc-fs16 {
    font-size: 1.6rem !important;
  }
  ._pc-fs17 {
    font-size: 1.7rem !important;
  }
  ._pc-fs18 {
    font-size: 1.8rem !important;
  }
  ._pc-fs19 {
    font-size: 1.9rem !important;
  }
  ._pc-fs20 {
    font-size: 2rem !important;
  }
  ._pc-fs21 {
    font-size: 2.1rem !important;
  }
  ._pc-fs22 {
    font-size: 2.2rem !important;
  }
  ._pc-fs23 {
    font-size: 2.3rem !important;
  }
  ._pc-fs24 {
    font-size: 2.4rem !important;
  }
  ._pc-fs25 {
    font-size: 2.5rem !important;
  }
  ._pc-fs26 {
    font-size: 2.6rem !important;
  }
  ._pc-fs27 {
    font-size: 2.7rem !important;
  }
  ._pc-fs28 {
    font-size: 2.8rem !important;
  }
  ._pc-fs29 {
    font-size: 2.9rem !important;
  }
  ._pc-fs30 {
    font-size: 3rem !important;
  }
  ._pc-fs31 {
    font-size: 3.1rem !important;
  }
  ._pc-fs32 {
    font-size: 3.2rem !important;
  }
  ._pc-fs33 {
    font-size: 3.3rem !important;
  }
  ._pc-fs34 {
    font-size: 3.4rem !important;
  }
  ._pc-fs35 {
    font-size: 3.5rem !important;
  }
  ._pc-fs36 {
    font-size: 3.6rem !important;
  }
  ._pc-fs37 {
    font-size: 3.7rem !important;
  }
  ._pc-fs38 {
    font-size: 3.8rem !important;
  }
  ._pc-fs39 {
    font-size: 3.9rem !important;
  }
  ._pc-fs40 {
    font-size: 4rem !important;
  }
  ._pc-fs41 {
    font-size: 4.1rem !important;
  }
  ._pc-fs42 {
    font-size: 4.2rem !important;
  }
  ._pc-fs43 {
    font-size: 4.3rem !important;
  }
  ._pc-fs44 {
    font-size: 4.4rem !important;
  }
  ._pc-fs45 {
    font-size: 4.5rem !important;
  }
  ._pc-fs46 {
    font-size: 4.6rem !important;
  }
  ._pc-fs47 {
    font-size: 4.7rem !important;
  }
  ._pc-fs48 {
    font-size: 4.8rem !important;
  }
  ._pc-fs49 {
    font-size: 4.9rem !important;
  }
  ._pc-fs50 {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-fs10 {
    font-size: 1rem !important;
  }
  ._sp-fs11 {
    font-size: 1.1rem !important;
  }
  ._sp-fs12 {
    font-size: 1.2rem !important;
  }
  ._sp-fs13 {
    font-size: 1.3rem !important;
  }
  ._sp-fs14 {
    font-size: 1.4rem !important;
  }
  ._sp-fs15 {
    font-size: 1.5rem !important;
  }
  ._sp-fs16 {
    font-size: 1.6rem !important;
  }
  ._sp-fs17 {
    font-size: 1.7rem !important;
  }
  ._sp-fs18 {
    font-size: 1.8rem !important;
  }
  ._sp-fs19 {
    font-size: 1.9rem !important;
  }
  ._sp-fs20 {
    font-size: 2rem !important;
  }
  ._sp-fs21 {
    font-size: 2.1rem !important;
  }
  ._sp-fs22 {
    font-size: 2.2rem !important;
  }
  ._sp-fs23 {
    font-size: 2.3rem !important;
  }
  ._sp-fs24 {
    font-size: 2.4rem !important;
  }
  ._sp-fs25 {
    font-size: 2.5rem !important;
  }
  ._sp-fs26 {
    font-size: 2.6rem !important;
  }
  ._sp-fs27 {
    font-size: 2.7rem !important;
  }
  ._sp-fs28 {
    font-size: 2.8rem !important;
  }
  ._sp-fs29 {
    font-size: 2.9rem !important;
  }
  ._sp-fs30 {
    font-size: 3rem !important;
  }
  ._sp-fs31 {
    font-size: 3.1rem !important;
  }
  ._sp-fs32 {
    font-size: 3.2rem !important;
  }
  ._sp-fs33 {
    font-size: 3.3rem !important;
  }
  ._sp-fs34 {
    font-size: 3.4rem !important;
  }
  ._sp-fs35 {
    font-size: 3.5rem !important;
  }
  ._sp-fs36 {
    font-size: 3.6rem !important;
  }
  ._sp-fs37 {
    font-size: 3.7rem !important;
  }
  ._sp-fs38 {
    font-size: 3.8rem !important;
  }
  ._sp-fs39 {
    font-size: 3.9rem !important;
  }
  ._sp-fs40 {
    font-size: 4rem !important;
  }
  ._sp-fs41 {
    font-size: 4.1rem !important;
  }
  ._sp-fs42 {
    font-size: 4.2rem !important;
  }
  ._sp-fs43 {
    font-size: 4.3rem !important;
  }
  ._sp-fs44 {
    font-size: 4.4rem !important;
  }
  ._sp-fs45 {
    font-size: 4.5rem !important;
  }
  ._sp-fs46 {
    font-size: 4.6rem !important;
  }
  ._sp-fs47 {
    font-size: 4.7rem !important;
  }
  ._sp-fs48 {
    font-size: 4.8rem !important;
  }
  ._sp-fs49 {
    font-size: 4.9rem !important;
  }
  ._sp-fs50 {
    font-size: 5rem !important;
  }
}

/* font-weight
-------------------------------------------------------------------- */
._normal {
  font-weight: 400 !important;
}

._bold {
  font-weight: 700 !important;
}

@media all and (min-width: 430px) {
  ._pc-normal {
    font-weight: 400 !important;
  }
  ._pc-bold {
    font-weight: 700 !important;
  }
}

@media screen and (max-width: 430px) {
  ._sp-normal {
    font-weight: 400 !important;
  }
  ._sp-bold {
    font-weight: 700 !important;
  }
}

/* float
-------------------------------------------------------------------- */
._fl-left {
  float: left;
}

._fl-right {
  float: right;
}

@media all and (min-width: 430px) {
  ._pc-fl-left {
    float: left;
  }
  ._pc-fl-right {
    float: right;
  }
}

@media screen and (max-width: 430px) {
  ._sp-fl-left {
    float: left;
  }
  ._sp-fl-right {
    float: right;
  }
}

/* color
-------------------------------------------------------------------- */
._color-black {
  color: #333 !important;
}

._color-white {
  color: #FFF !important;
}

._color-red {
  color: #E60000 !important;
}

._color-gray01 {
  color: #6D6D6D !important;
}

._color-gray02 {
  color: #C3C3C3 !important;
}

._color-gray03 {
  color: #EEE !important;
}

._color-main {
  color: #10218b !important;
}

._color-danger {
  color: #D10909 !important;
}

._color-light-blue {
  color: #ebeff7 !important;
}
._color-green {
  color: #00b57a !important;
}

._bgcolor-black {
  background-color: #333 !important;
}

._bgcolor-white {
  background-color: #FFF !important;
}

._bgcolor-gray01 {
  background-color: #565656 !important;
}

._bgcolor-gray02 {
  background-color: #868686 !important;
}

._bgcolor-gray03 {
  background-color: #C3C3C3 !important;
}

._bgcolor-gray04 {
  background-color: #E3E3E3 !important;
}

._bgcolor-gray05 {
  background-color: #F9F9F9 !important;
}

._bgcolor-main {
  background-color: #10218b !important;
}

._bgcolor-danger {
  background-color: #D10909 !important;
}

._bgcolor-light-blue {
  background-color: #ebeff7 !important;
}
._bgcolor-green {
  background-color: #def6f1 !important;
}

/* etc.
-------------------------------------------------------------------- */
._word-wrap {
  word-wrap: break-word;
  word-break: break-all;
}

._word-nowrap {
  white-space: nowrap;
}

._underline {
  text-decoration: underline;
}

._strike-through {
  text-decoration: line-through;
}

/* --------------------------------------------------------------------
 vendor
-------------------------------------------------------------------- */
/* slick.js
-------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.related-width .slick-slider .slick-track,
.related-width .slick-slider .slick-list {
    display: flex;
    margin-bottom: 10px;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slider .slick-slide{
    margin:0 10px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(min(6.07vw, 83px));
  height: 100%;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.25;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: calc(-0.5 * calc(min(6.07vw, 83px)));
}

[dir='rtl'] .slick-prev {
  right: calc(-0.5 * calc(min(6.07vw, 83px)));
  left: auto;
}

.slick-prev:before {
  transform: rotate(45deg);
}

[dir='rtl'] .slick-prev:before {
  transform: rotate(-135deg);
}

.slick-next {
  right: calc(-0.5 * calc(min(6.07vw, 83px)));
}

[dir='rtl'] .slick-next {
  right: auto;
  left: calc(-0.5 * calc(min(6.07vw, 83px)));
}

.slick-next:before {
  transform: rotate(-135deg);
}

[dir='rtl'] .slick-next:before {
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.slider a:hover{
  opacity: 0.75;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}



/* ----------------------------------------------------------------- */
/* modaal.js
-------------------------------------------------------------------- */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*.modaal-close{
    right: calc(max(50vw - 400px, 20px));
    top: calc(max(50vh - 350px, 20px));
}*/
.modaal-video .modaal-close{
    right: 10vw;
    top: calc( max(50vh - 31vw, 35px));
}


@media screen and (max-width: 1400px) {
    .modaal-video .modaal-close{
        right: 40px;
    }
}
@media screen and (max-width: 430px) {
    .modaal-video-wrap{
        margin: auto 0px;
    }
    .modaal-close{
        right: 0px !important;
        top: calc(46vh - 30vw)!important;
    }
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#fff;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
.iframe-open{
    /*width: 600px;
    height: auto;*/
        overflow-y: hidden;
}
.modaal-wrapper{
    overflow: hidden!important;
}

@media screen and (max-height: 900px){
.modaal-video-container {
    /* max-width: 900px; */
    max-height: 510px;
}
}

/* --------------------------------------------------------------------
 layouts
-------------------------------------------------------------------- */
/* html, body
-------------------------------------------------------------------- */
html {
  font-size: 62.5%;
    height: 100%;
}
body {
    height: 100%;
}

body:lang(ja){
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.75;
  color: #333;
}
body:lang(en){
  font-size: 1.6rem;
  font-family: Helvetica,Arial,'Roboto',sans-serif;
  line-height: 1.75;
  color: #333;
}
body:lang(zh){
  font-size: 1.6rem;
  font-family: sans-serif;
  line-height: 1.75;
  color: #333;
}


body:lang(ja) p,
body:lang(ja) a,
body:lang(ja) figcaption{
	word-wrap: break-word;
	word-break:break-all;
}

:target {
  scroll-margin-top: 30px;
}

select, input, button, textarea {
  line-height: 1.75;
}

/* header
-------------------------------------------------------------------- */
#header {
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
  width: 100%;
  background-color: #FFF;
  z-index: 900;
}


@media screen and (max-width: 1279.98px) {
  #header {
    position: fixed;
    top: 0;
  }
}




/* footer
-------------------------------------------------------------------- */
#footer {
  position: relative;
  color: #FFF;
  background-color: #10218b;
}

#footer :lang(ja) {
  font-family: "BIZ UDPGothic", sans-serif;
}

#footer :lang(en) {
  font-family: Helvetica,Arial,'Roboto',sans-serif;
}



/* main
-------------------------------------------------------------------- */
@media screen and (max-width: 1279.98px) {
  #main {
    padding-top: 60px;
  }
}
.contents-area {
  min-height: 80%;
}

.contents-area > .inner, .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 calc(min(6.07vw, 83px));
}

@media screen and (max-width: 430px) {
  .contents-area > .inner, .inner {
    padding: 0 15px;
  }
}

.contents-area > .inner > *:first-child, .inner > *:first-child {
  margin-top: 0;
}

.contents-area > .inner > *:last-child, .inner > *:last-child {
  margin-bottom: 0;
}

/*.contents-area:last-of-type {
  margin-bottom: 70px;
}*/

.contents-bgcolor {
  margin: 120px 0;
  padding: 45px 0;
  background-color: #EEE;
}

@media screen and (max-width: 430px) {
  .contents-bgcolor {
    margin: 80px 0;
  }
}

.content-block-l {
  margin: 60px 0;
}

.content-block-m {
  margin: 45px 0;
}

/* --------------------------------------------------------------------
 parts
-------------------------------------------------------------------- */
/* link
-------------------------------------------------------------------- */
a, button {
  text-decoration: none;
  color: #10218b;
  transition: color .3s linear;
}

@media all and (min-width: 430px) {
  a:hover, a:active,
  button:hover, button:active {
    text-decoration: underline;
  }
}

.-hover {
  text-decoration: none;
  transition: opacity .2s linear;
}

.-hover:hover {
  opacity: 0.7;
}

.-color-hover {
  transition: color 0.2s linear;
}

.-color-hover:hover {
  color: #10218b !important;
}




/* list
-------------------------------------------------------------------- */
/* リストアイコン 追加 ------------------------------------------------------------------------ */
/*.list-decimal li,*/
.list-disc > li,
.list-circle > li,
.list-square > li {
    /*list-style:disc; margin-left:20px;*/
    position: relative; padding-left: 20px;
}
.list-none > li{
    list-style: none;
    padding-left:0px;
}


.list-disc > li::before 
{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
}
.list-circle > li::before 
{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #333333;
}

.list-square > li::before
{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #333333;
  border: none;
}

.list-decimal > li{
  list-style:decimal; margin-left:20px;
}
.list-upper-alpha > li{
  list-style:upper-alpha; margin-left:20px;
}
.list-lower-alpha > li{
  list-style:lower-alpha; margin-left:20px;
}
.list-upper-roman > li{
  list-style:upper-roman; margin-left:20px;
}

/* リストアイコン ここまで ------------------------------------------------------------------------ */



/* table
-------------------------------------------------------------------- */
.table01 {
  /*margin: 60px 0;*/
}

.table01, .table02{
  width: 100%;
  border-top:1px solid #C3C3C3;
  border-left:1px solid #C3C3C3;
  border-collapse:collapse;
}

.table01 th, .table01 td {
  padding: 10px 15px;
  border-right:1px solid #C3C3C3;
  border-bottom:1px solid #C3C3C3;
}

.table02 th, .table02 td {
  padding: 5px;
  border-right:1px solid #C3C3C3;
  border-bottom:1px solid #C3C3C3;
}

@media screen and (max-width: 430px) {
  .table01 th, .table01 td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .table02 th, .table02 td {
    font-size: 1.4rem;
  }
}

.table01 th,
.table02 th{
  font-weight: 700;
  text-align: left;
  background-color: #EEE;
}


@media screen and (max-width: 799.9px) {
  .table01.-scroll th, .table01.-scroll td 
  .table02.-scroll th, .table02.-scroll td {
    white-space: nowrap;
  }
}

/*レスポンシブ用*/
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    padding: 0 0px 5px;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #eee;
    border-radius: 3px;
  }
}
@media screen and (max-width: 799px) {
    /*旧和文の指定継承*/
    .table-responsive > table{
        min-width:799px !important;
        max-width:initial !important;
    }
}

/*線無し*/
.table01 ._noborder-bottom, /* th,tdにクラス指定 */
.table02 ._noborder-bottom{
	border-bottom: 0px none;
}
.table01 ._noborder-right, /* th,tdにクラス指定 */
.table02 ._noborder-right{
	border-right: 0px none;
}
.table01._noborder-top, /* tableクラスと併記 */
.table02._noborder-top{
	border-top: 0px none;
}
.table01._noborder-left, /* tableクラスと併記 */
.table02._noborder-left{
	border-left: 0px none;
}




/* unique parts
-------------------------------------------------------------------- */
/* パンくずリスト */
.breadcrumbs-list {
  padding: 20px 0;
}

.breadcrumbs-list:empty {
  height:68px;
}

.breadcrumbs-list > .inner {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 calc(min(6.07vw, 83px));
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1279.98px) {
  .breadcrumbs-list > .inner {
    display: block;
  }
}

.breadcrumbs-list ol {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs-list ol > li {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #C3C3C3;
}

.breadcrumbs-list ol > li > a {
  display: block;
  color: #333;
}

.breadcrumbs-list ol > li > a::after {
  content: "\3E";
  display: inline-block;
  margin: 0 6px;
  line-height: 1;
}

@media screen and (max-width: 430px) {
  .breadcrumbs-list:last-of-type {
    display: none;
  }
}

.breadcrumbs-list .link {
  margin-left: 15px;
}

@media screen and (max-width: 1279.98px) {
  .breadcrumbs-list .link {
    margin-left: 0;
    margin-bottom: 8px;
  }
}

.breadcrumbs-list .link a {
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
  text-align: left;
  text-decoration: none;
  color: #333;
  transition: color 0.2s linear;
  font-size: 1.2rem;
  font-weight: 700;
}

.breadcrumbs-list .link a::after {
  content: "\e901";
  display: block;
  position: absolute;
  right: 0;
  top: 0.4em;
  font-size: 1em;
  font-family: 'iconfont';
  line-height: 1;
  color: #10218b;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media all and (min-width: 430px) {
  .breadcrumbs-list .link a:hover {
    text-decoration: none;
    color: #10218b;
  }
  .breadcrumbs-list .link a:hover::after {
    transform: translateX(5px);
  }
}




/* Grid 追加 ------------------------------------------------------------------------ */

.clearfix { /*position:relative;*/ display:inline-block; }
.clearfix:after { display:block; clear:both; height:0; visibility:hidden; content:" "; }

.row {
	position: relative;
	/*margin: 0 -10px;*/
    margin: 0 -30px;
	*zoom: 1;
}
.flex {
  display: flex;
}
.row:after {
	content: '';
	display: block;
	clear: both;
}
.df{
	display:flex;
	flex-wrap: wrap;
}
.grid2, .grid3, .grid4, .grid6, .grid8, .grid9, .grid12, .five_parts,
.sp-grid3, .sp-grid4, .sp-grid6, .sp-grid8, .sp-grid9, .sp-grid12, .sp-five_parts {
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid12, .sp-grid12 { width: 100%;  }
.grid9, .sp-grid9  { width: 74.99997%;}
.grid8, .sp-grid8  { width: 66.66664%; }
.grid6, .sp-grid6  { width: 50%;}
.grid4, .sp-grid4  { width: 33.33333%; }
.grid3, .sp-grid3  { width: 25%; }
.grid2 { width: 16.66%; } /* grid2は基本のレイアウトでは使用しない */

.five_parts, .sp-five_parts { width: 20%; }

/*@media screen and (max-width: 999px){
        .row {
            margin: 0 -20px;
        }
		.grid2, .grid3, .grid4, .grid6, .grid8, .grid9, .grid12, .five_parts,
		.sp-grid3, .sp-grid4, .sp-grid6, .sp-grid8, .sp-grid9, .sp-grid12, .sp-five_parts {
			padding: 0 10px;
		}

    /*gridの割合変更 /
    .five_parts { width:33.33333%; }

}

*/
@media screen and (max-width: 1279px){
        .row {
            margin: 0 -15px;
        }
		/*gridの割合変更*/
		/*.grid6,*/
		.grid7, /*.grid8, .grid9, */.grid10, .grid11 { width: 100%; }
		.grid4 .grid6 { width: 100%; }
		.grid8 .grid3, .five_parts /*,.grid3*/ { width: 50%; }
		.grid2 { width: 33.33333%; }
		.grid1 { width: 16.66666%; }
		.tb-100{width: 100% !important;}
		.tb-50{width: 50% !important;}
}

@media screen and (max-width: 430px){
        .row {
            margin: 0 -10px;
        }
		.grid2, .grid3, .grid4, .grid6, .grid8, .grid9, .grid12, .five_parts,
		.sp-grid3, .sp-grid4, .sp-grid6, .sp-grid8, .sp-grid9, .sp-grid12, .sp-five_parts {
			padding: 0 10px;
		}
    
    
		/*gridの割合変更*/
		.grid12 { width: 100%; }
		.grid9  { width: 100%; }
		.grid8  { width: 100%; }
		.grid6  { width: 100%; }
		.grid4  { width: 100%; }
		.grid3, .five_parts  { width: 50%; }
		.grid2  { width: 33.33333%; } /* grid2は基本のレイアウトでは使用しない */
		.tb-50{width: 100% !important;}
		.sp-30{width: 30% !important;}
		.sp-50{width: 50% !important;}
		.sp-70{width: 70% !important;}
		.sp-100{width: 100% !important;}

}


/* Grid ここまで ------------------------------------------------------------------------ */

/* リンクアイコン 追加 ------------------------------------------------------------------------ */
/*サイト内*/
.arrow,
.arrow-white{
    /*display: inline-block; */
    display: inline;
    position: relative;
    /*padding-right: 0.4em;*/
    text-align: left;
    text-decoration: none;
    color: #10218b;
    transition: color 0.2s linear;
    /*margin-right: 0.5em;*/
}

p > a.arrow,
p > a.arrow-white{
    /*padding-right: 1.4em;*/
    margin-right: 0.4em;
}


.arrow::after ,
.arrow-white::after {
    /* content: "\e901"; */
    /*display: block;*/
    position: absolute;
    /*right: 0;*/
    /*top: 0.4em;*/
    padding-top: 0.4em;
    padding-left: 0.4em;
    font-size: 1em;
    /*font-family: 'iconfont';*/
	font-family: 'Font Awesome 5 Free';
	content: "\f35a";
    line-height: 1;
    color: #10218b;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.arrow-white,
.arrow-white::after {
    color: #ffffff;
}

@media all and (min-width: 430px) {
  .arrow:hover {
    text-decoration: none;
    color: #10218b;
  }
  .arrow-white:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .arrow:hover::after,
  .arrow-white:hover::after {
    transform: translateX(5px);
  }
    
}

/*サイト外*/
.arrow-blank ,
.arrow-blank-white {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    text-align: left;
    text-decoration: none;
    color: #10218b;
    transition: color 0.2s linear;
}
.arrow-blank::after ,
.arrow-blank-white::after {
    display: inline-block;
	padding-right:5px;
	padding-left:8px;
	font-family: 'Font Awesome 5 Free';
    font-weight: bold;
	content: "\f35d";
    /*color: #10218b;*/
}
.arrow-blank-white,
.arrow-blank-white::after {
    color: #ffffff;
}

/*ページ内*/
.arrow-anchor,
.arrow-anchor-white{
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    text-align: left;
    text-decoration: none;
    color: #10218b;
    transition: color 0.2s linear;
}
.arrow-anchor::after ,
.arrow-anchor-white::after {
    display: inline-block;
    font-family: 'iconfont';
    vertical-align: 0.1em;
    color: #10218b;
    content: "\e907";
    margin-left: 0.8em;
    font-size: 0.7em;
    transform: rotate(90deg);
}

.arrow-anchor-white,
.arrow-anchor-white::after {
    color: #ffffff;
}


/*PDF/Excel/Word リンク*/
.arrow-pdf ,
.arrow-pdf-white ,
.arrow-excel ,
.arrow-excel-white ,
.arrow-word ,
.arrow-word-white {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    text-align: left;
    text-decoration: none;
    color: #10218b;
    transition: color 0.2s linear;
}
.arrow-pdf::after ,
.arrow-pdf-white::after {
    display: inline-block;
    content: "\f1c1";
    margin-left: .2em;
    font-size: 1.2em;
    font-family: 'Font Awesome 6 Free';
    color: #FF0000;
}
.arrow-excel::after ,
.arrow-excel-white::after {
    display: inline-block;
    content: "\f1c3";
    margin-left: .2em;
    font-size: 1.2em;
    font-family: 'Font Awesome 6 Free';
    color: #008080;
}
.arrow-word::after ,
.arrow-word-white::after {
    display: inline-block;
    content: "\f1c2";
    margin-left: .2em;
    font-size: 1.2em;
    font-family: 'Font Awesome 6 Free';
    color: #000080;
}

.arrow-pdf-white,
.arrow-pdf-white::after ,
.arrow-excel-white,
.arrow-excel-white::after ,
.arrow-word-white,
.arrow-word-white::after {
    color: #ffffff;
}

/* youtube */
.video-wrap {
  display: block;
  position: relative;
}
.video-area a:hover{
  opacity: 0.75;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.video-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/fantas-aquarium/ja/post/assets/img/ico-play.png) no-repeat 50% 50%;
  background-size: calc(min(16%, 86px)) auto;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-wrap img {
  width: 100%;
}

/* ブラウザの画像のボケをなくす */
.img-rendering{
    image-rendering: pixelated;
}

/*.video-wrap .time {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 3px 10px;
  font-size: 1.4rem;
  color: #FFF;
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 6px;
}*/

/* リンクアイコン ここまで ------------------------------------------------------------------------ */

/* ページ目次用、テキストのみリンク用 追加------------------------------------------------------------------------*/
.anchorNav li,
.textLinklist li{
    display: block;
}
.anchorNav + .heading02{
    margin-top: 35px;
}


/* ページ目次用 ここまで------------------------------------------------------------------------*/

/*ボーダー 追加 ------------------------------------------------------------------------*/
/* 全て */    .bdG {border:solid 1px #C3C3C3;}
/* 上 */        .bdGT{border-top:solid 1px #C3C3C3;}
/* 右 */        .bdGR{border-right:solid 1px #C3C3C3;}
/* 下 */        .bdGB{border-bottom:solid 1px #C3C3C3;}
/* 左 */        .bdGL{border-left:solid 1px #C3C3C3;}
/* 上下 */    .bdGTB{border-top:solid 1px #C3C3C3;border-bottom:solid 1px #C3C3C3;}
/* 左右 */    .bdGRL{border-right:solid 1px #C3C3C3;border-left:solid 1px #C3C3C3;}
/*ボーダー ここまで ------------------------------------------------------------------------*/

/*pcsp画像切り替え用20230110宮澤追加 ------------------------------------------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 430px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*pcsp画像切り替え用20230110宮澤追加 --------------------------------------------------------------------------------------------------*/
/* vertical-align 追加 ------------------------------------------------------------------------ */
.vaT { vertical-align:top !important; }
.vaM { vertical-align:middle !important; }
.vaB { vertical-align:bottom !important; }
/* vertical-align ここまで ------------------------------------------------------------------------ */

/*インデント 追加 ------------------------------------------------------------------------ */
.tIndent:lang(ja){ text-indent: 1em; }
.tIndent:lang(ja) .arrow::after{ margin-left: -1em; }
.tIndent:lang(ja) .arrow-blank,
.tIndent:lang(ja) .arrow-blank::after{ margin-left: -0.8em; }
.tIndent:lang(ja) .arrow-anchor{ margin-left: -0.8em; padding-right:0em; }
.tIndent:lang(ja) .arrow-anchor::after{ margin-left: -0.5em; padding-right:1.5em; }
.tIndent:lang(ja) .arrow-pdf,
.tIndent:lang(ja) .arrow-excel,
.tIndent:lang(ja) .arrow-word{ margin-left: -0.8em; }
.tIndent:lang(ja) .arrow-pdf::after,
.tIndent:lang(ja) .arrow-excel::after,
.tIndent:lang(ja) .arrow-word::after{ margin-left: -0.6em; }

.indent1 { padding-left:1em; text-indent:-1em; }
.indent2 { padding-left:0.5em; text-indent:-0.5em; }
.indent3 { padding-left:2.2em; text-indent:-2.2em; }
/*インデント ここまで ------------------------------------------------------------------------ */


/* --------------------------------------------------------------------
 marsfinder用
-------------------------------------------------------------------- */
#mf_marsfinder {
  box-sizing: content-box !important;
  margin-bottom: 70px !important;
}

#mf_marsfinder :lang(ja), #mf_marsfinder :lang(en) {
  line-height: normal !important;
}

@media screen and (max-width: 1279.98px) {
  #mf_marsfinder {
    padding-top: 60px !important;
  }
}


/* --------------------------------------------------------------------
 print
-------------------------------------------------------------------- */
@media print {
    body {
        display: none !important;
    }
  /*body {
    width: 210mm;
  }
  #header {
    position: static;
  }
  .header-menu-pc,
  .header-menu-sp,
  .menu-btns-sp,
  .local-nav-area {
    display: none !important;
  }*/
}
/*# sourceMappingURL=common.css.map */