html {
  font-size: 625%;
}

body {
  width: 100%;
  min-height: 100%;
  color: #454545;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
  background-position: center top;
  background-image: url("../../images/common/other/common_bg.gif");
  background-size: 500px auto;
}

@media screen and (max-width: 1024px) {
  body {
    width: 1420px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.3333333333vw;
  }

  body {
    width: auto;
    font-size: 0;
    background-size: 50vw auto;
  }
}
html img {
  max-width: none;
}

.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cd_pc_only {
    display: none !important;
  }

  .cd_sp_only {
    display: block !important;
  }

  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
}
img.v_top {
  vertical-align: top;
}
img.v_middle {
  vertical-align: middle;
}
img.v_bottom {
  vertical-align: bottom;
}

.underlineN:hover {
  text-decoration: underline;
}

.underlineU {
  text-decoration: underline;
  cursor: pointer;
}
.underlineU:hover {
  text-decoration: none;
}

a:hover > .underlineN {
  text-decoration: underline;
}
a:hover > .underlineU {
  text-decoration: none;
}

#site_common_bg_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
#site_common_bg_wrapper > svg {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

dl.cmd_post_share > dt {
  width: 107px;
  height: 30px;
  background: rgba(0, 97, 42, 0.2);
  border-radius: 30px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
dl.cmd_post_share > dt span:nth-child(1) {
  margin-left: 20px;
}
dl.cmd_post_share > dt span:nth-child(2) {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #005740;
  font-size: 14px;
}
dl.cmd_post_share > dd {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
dl.cmd_post_share > dd.is-open {
  max-height: 100%;
  opacity: 1;
  padding-top: 10px;
}
dl.cmd_post_share > dd ul {
  width: 90px;
  margin-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  dl.cmd_post_share {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 5.3333333333vw;
  }
  dl.cmd_post_share > dt {
    width: auto;
    height: 4vw;
    background: none;
    border-radius: 0;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  dl.cmd_post_share > dt span:nth-child(1) {
    margin-left: 0;
  }
  dl.cmd_post_share > dt span:nth-child(1) img {
    width: 4vw !important;
  }
  dl.cmd_post_share > dt span:nth-child(2) {
    margin-left: 1.3333333333vw;
    font-size: 2.8vw;
  }
  dl.cmd_post_share > dd {
    max-height: none;
    opacity: 1;
  }
  dl.cmd_post_share > dd.is-open {
    padding-top: 0;
  }
  dl.cmd_post_share > dd ul {
    width: 20.6666666667vw;
    margin-left: 3.3333333333vw;
  }
  dl.cmd_post_share > dd ul li img {
    width: auto !important;
    height: 5.3333333333vw !important;
  }
}
.cmd_effect_hover {
  transition: 0.6s;
}

.cmd_effect_hover:hover {
  opacity: 0.7;
}

.cmd_effect_fadeIn {
  transition: all 1s ease;
  opacity: 0;
}
.cmd_effect_fadeIn.fromB {
  transform: translateY(30px);
}

.cmd_effect_fadeIn.active {
  transform: translateY(0);
  opacity: 1;
}

.cmd_effect_continuous_appear > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.3, 0.4, 0.1, 1);
  transform: translate3d(60px, -10px, 80px) rotateY(-80deg);
}
.cmd_effect_continuous_appear.active > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0);
}

.cmd_effect_btn {
  box-sizing: border-box;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #005740;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmd_effect_btn.color_reverse {
  border: 1px solid #ffffff;
}
.cmd_effect_btn.type_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #005740;
  font-size: 18px;
}
.cmd_effect_btn.type_en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #005740;
  font-size: 23px;
}
.cmd_effect_btn.type_en.color_reverse {
  color: #ffffff;
}
.cmd_effect_btn.decoration_arrow::before, .cmd_effect_btn.decoration_arrow::after {
  content: "";
  width: 25px;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
.cmd_effect_btn.decoration_arrow::before {
  background-image: url("../../images/common/other/btn_decoration_arrow_green.png");
  opacity: 1;
}
.cmd_effect_btn.decoration_arrow::after {
  background-image: url("../../images/common/other/btn_decoration_arrow_white.png");
  opacity: 0;
}
.cmd_effect_btn.decoration_arrow.color_reverse::before {
  background-image: url("../../images/common/other/btn_decoration_arrow_white.png");
}
.cmd_effect_btn.decoration_arrow.color_reverse::after {
  background-image: url("../../images/common/other/btn_decoration_arrow_green.png");
}
.cmd_effect_btn.decoration_newtab::before, .cmd_effect_btn.decoration_newtab::after {
  content: "";
  width: 21px;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
.cmd_effect_btn.decoration_newtab::before {
  background-image: url("../../images/common/other/btn_decoration_newtab_green.png");
  opacity: 1;
}
.cmd_effect_btn.decoration_newtab::after {
  background-image: url("../../images/common/other/btn_decoration_newtab_white.png");
  opacity: 0;
}
.cmd_effect_btn.decoration_pdf::before, .cmd_effect_btn.decoration_pdf::after {
  content: "";
  width: 26px;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
.cmd_effect_btn.decoration_pdf::before {
  background-image: url("../../images/common/other/btn_decoration_pdf.svg");
  opacity: 1;
}
.cmd_effect_btn.decoration_pdf::after {
  background-image: url("../../images/common/other/btn_decoration_pdf.svg");
  opacity: 0;
}
.cmd_effect_btn:hover {
  background: #005740;
  color: #ffffff;
}
.cmd_effect_btn:hover.color_reverse {
  background: #ffffff;
  color: #005740;
}
.cmd_effect_btn:hover::before, .cmd_effect_btn:hover::after {
  transform: translateX(10px);
}
.cmd_effect_btn:hover::before {
  opacity: 0;
}
.cmd_effect_btn:hover::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .cmd_effect_btn {
    height: 11vw;
  }
  .cmd_effect_btn.type_jp {
    font-size: 3.6vw;
  }
  .cmd_effect_btn.type_en {
    font-size: 4.5333333333vw;
  }
  .cmd_effect_btn.decoration_arrow::before, .cmd_effect_btn.decoration_arrow::after {
    content: "";
    width: 5vw;
  }
  .cmd_effect_btn.decoration_newtab::before, .cmd_effect_btn.decoration_newtab::after {
    content: "";
    width: 4.2666666667vw;
  }
  .cmd_effect_btn.decoration_pdf::before, .cmd_effect_btn.decoration_pdf::after {
    content: "";
    width: 5.2vw;
  }
  .cmd_effect_btn:hover {
    background: #005740;
    color: #ffffff;
  }
  .cmd_effect_btn:hover::before, .cmd_effect_btn:hover::after {
    transform: translateX(2.6666666667vw);
  }
}
body [data-show-with-lang="ja"],
body [data-show-with-lang="en"],
body [data-show-with-lang="foreign"] {
  display: none;
}
body[data-selected-language="ja"] img[data-show-with-lang="ja"] {
  display: inline !important;
}
body[data-selected-language="en"] [data-show-with-lang="en"] {
  display: block !important;
}
body[data-selected-language="en"] img[data-show-with-lang="foreign"], body[data-selected-language="zh-CN"] img[data-show-with-lang="foreign"], body[data-selected-language="zh-TW"] img[data-show-with-lang="foreign"], body[data-selected-language="ko"] img[data-show-with-lang="foreign"] {
  display: inline !important;
}
body[data-selected-language="en"] [data-show-with-lang="not___en"] {
  display: none !important;
}

/*# sourceMappingURL=common.css.map */
