@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Abel&family=Barlow:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
.p-breadcrumb {
  position: relative;
}

.p-breadcrumb .p-breadcrumb__item + .p-breadcrumb__item:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.332' height='21.332' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4 2l5.651 6L4 14h2.349L12 8 6.349 2H4z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 12px 12px;
}

.p-pagetop {
  width: 45px;
  height: 45px;
}

.p-pagetop__trigger {
  opacity: 1;
  background: url(../images/common/pagetop.png) center no-repeat;
  background-size: 45px;
}

.p-pagetop__trigger::before {
  display: none;
}

.c-heading-02__link, .c-heading-03__link {
  display: inline-block;
}

.c-heading-02__link span, .c-heading-03__link span {
  display: inline-block;
}

.c-list-update.is-no_label {
  border-top: 1px solid #ddd;
}

.c-list-update.is-no_label .c-list-update__item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}

@media (min-width: 801px) {
  .c-list-update.is-no_label .c-list-update__item {
    overflow: hidden;
    padding: 20px;
  }
}

.c-list-update.is-no_label .c-list-update__label {
  display: inline-block;
  padding: 2px;
  border: 1px solid #3a3a3a;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
  min-width: 104px;
}

.c-list-update.is-no_label .c-list-update__date {
  color: #999;
}

@media (min-width: 801px) {
  .c-list-update.is-no_label .c-list-update__date {
    float: left;
    width: 162px;
    padding-left: 12px;
  }
}

.c-list-update.is-no_label .c-list-update__body {
  overflow: hidden;
  padding-left: 36px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.c-list-update.is-no_label .c-list-update__link[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.332' height='21.332' viewBox='0 0 16 16' fill='%23979797'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.526 6.5v-3H2.5v5.967h3V12.5h8v-6h-2.974z'/%3E%3Cpath fill='none' d='M6 9.5V12h7V7h-2.5v2.5H6z'/%3E%3Cpath d='M11 6V3H2v7h3v3h9V6zM3 4h7v1H3zm0 2h7v3H3zm10 6H6v-2h5V7h2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.c-list-update.is-no_label .c-list-update__link[href$=".pdf"]:before {
  background: url("/images/common/com_ic_pdf02.svg") top center no-repeat;
  background-size: cover;
  height: 20px;
  top: 2px;
}

.c-list-update.is-no_label .c-list-update__link[href$=".pdf"]:after {
  display: none;
}

.c-list-update.is-no_label .c-list-update__link {
  display: inline;
  position: relative;
  margin-top: 9px;
}

.c-list-update.is-no_label .c-list-update__link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -36px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.332' height='21.332' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath d='M4 2l5.651 6L4 14h2.349L12 8 6.349 2H4z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

@media (min-width: 801px) {
  .c-list-update.is-no_label .c-list-update__link {
    margin-top: 0;
    margin-right: 10px;
  }
  .c-list-update.is-no_label .c-list-update__link:hover {
    color: #e60000;
    text-decoration: underline;
  }
}

.c-list-update.is-no_label .c-list-update__pdf {
  color: #999;
}

.c-list-update.is-no_label p.c-list-update__link:before {
  display: none;
}

@media (min-width: 801px) {
  .c-list-update.is-no_label p.c-list-update__link:hover {
    color: inherit;
    text-decoration: none;
  }
}

@media screen and (max-width: 800px) {
  .c-list-update.is-no_label .c-list-update__label + .c-list-update__date {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .c-list-update.is-no_label .c-list-update__body {
    margin-top: 9px;
  }
}

.c-button-group.is-pdf_text .c-button {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding: 16px 36px 17px 27px;
  border-radius: 10px;
  text-align: center;
}

.c-button-group.is-pdf_text .c-button:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mhcc_group__commonheader {
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border-bottom: 4px solid #e70000;
}

.mhcc_group__commonheader .header__main {
  position: relative;
  height: 60px;
  max-width: 1326px;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .mhcc_group__commonheader .header__main {
    width: 100%;
    padding: 0 20px;
  }
}

.mhcc_group__commonheader .header__main__logo {
  width: 506px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

@media (min-width: 801px) {
  .mhcc_group__commonheader .header__main__logo {
    left: 20px;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    width: 404px;
    min-height: 24px;
  }
}

.mhcc_group__commonheader .header__main__logo.is-en {
  width:400px;
}

@media (min-width: 801px) {
  .mhcc_group__commonheader .header__main__logo.is-en {
    width: 400px;
  }
}

.mhcc_group__commonheader_megamenu {
  width: 100%;
  background-color: #fff;
}

@media (min-width: 801px) {
  .mhcc_group__commonheader_megamenu {
    position: relative;
    min-width: 980px;
    height: 145px;
  }
  .mhcc_group__commonheader_megamenu.clone-nav {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .mhcc_group__commonheader_megamenu.clone-nav.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mhcc_group__commonheader_megamenu .l-header-top:before {
  content: "";
  position: absolute;
  top: 56px;
  z-index: 2;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #e60000;
}

.code-sample.is-english {
  font-family: "Barlow";
}

.code-sample.is-english .l-header__logo {
  width: 210px;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .code-sample.is-english .l-header__logo {
    width: 310px;
    margin-left: 0;
    min-height: 19px;
  }
}

.code-sample.is-english .l-header-language-button:first-child a {
  color: #ccc;
}

.code-sample.is-english .l-header-language-button:first-child a:before {
  border-color: transparent #ccc transparent transparent;
}

.code-sample.is-english .l-header-language-button:first-child a:hover {
  color: #e60000;
}

@media (min-width: 801px) {
  .code-sample.is-english .l-header-language-button:first-child a:hover:before {
    border-color: transparent #e60000 transparent transparent;
  }
}

.code-sample.is-english .l-header-language-button:last-child a {
  color: #333;
}

.code-sample.is-english .l-header-language-button:last-child a:before {
  border-color: transparent transparent transparent #666;
}

@media (min-width: 801px) {
  .code-sample.is-english .l-header-language-button:last-child a:hover:before {
    border-color: transparent transparent transparent #666;
  }
}

.code-sample.is-english .l-header-drawer__inquiry.c-button-red {
  min-width: 0;
  padding: 5px 5px 5px 45px;
  margin-right: -10px;
  margin-left: 20px;
  border-radius: 4px;
  margin-top: 0;
  font-size: 1.6rem;
}

.code-sample.is-english .l-header-drawer__inquiry.c-button-red:before {
  left: 10px;
}

.mhcc_group__commonfooter {
  border-top: 1px solid #4d4d4d;
  background: #3a3a3a;
  color: #999;
  padding: 30px 0;
  font-size: 1.0rem;
  line-height: 1.42857;
}

.mhcc_group__commonfooter .footer__main {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 20px;
}

.mhcc_group__commonfooter_megamenu {
  margin-top: 80px;
}

@media (min-width: 801px) {
  .mhcc_group__commonfooter_megamenu {
    margin-top: 120px;
  }
}
