@charset "UTF-8";
/* 共通 */
.main {
  padding-top: 130px;
}

.main_visual + .main {
  padding-top: 0;
}

.main .breadcrumb {
  background-color: #F1F1F1;
}

.main .breadcrumb .container {
  max-width: 1096px;
  padding: 0 50px;
}

.breadcrumb ul li {
  color: #8F8F8F;
  display: inline-block;
  font-size: 14px;
  padding: 12px 12px 12px 0;
}

.breadcrumb ul li a {
  color: #000;
  padding-right: 10px;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .forSp {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 1050px) {
  .footer_menu ul li {
    font-size: 12px;
  }
  .footer_menu:nth-of-type(4) {
    padding-right: 0;
  }
  .footer_menu:nth-of-type(5) {
    clear: both;
    padding-top: 30px;
    width: 100%;
  }
  .footer_menu:nth-of-type(5) dl:first-child {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1310px) {
  .header_top .container {
    padding: 0 20px;
  }
  .header_menu {
    padding-left: 0;
  }
  .header_menu_gnav > li {
    font-size: 15px;
  }
  .header_menu_gnav > li > a {
    padding: 0 10px;
  }
  .header_logo {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .header_menu_gnav {
    text-align: center;
    width: 100%;
  }
  .header_logo {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .header_menu {
    height: 110px;
  }
  .header_menu_gnav {
    height: auto;
  }
  .main {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1311px) {
  .forTab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .forSp {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forTab {
    display: none;
  }
  .open-menu {
    height: 100%;
    overflow: hidden;
  }
  #totop {
    height: 50px;
    width: 50px;
  }
  .footer .footer_bottom.container {
    padding: 30px 20px;
  }
  .footer_logo {
    float: none;
    margin-bottom: 20px;
  }
  .main {
    padding-top: 60px;
  }
}

.main .container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
}

.main .ttl {
  height: 150px;
  background: url("/images/product/ttl_bg.png") center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .ttl h1 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.main .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}

.main .breadcrumbs li {
  position: relative;
}

.main .breadcrumbs li a {
  color: #000;
  font-size: 12px;
  display: block;
}

.main .breadcrumbs li:not(:first-of-type) {
  margin-left: 24px;
}

.main .breadcrumbs li:not(:last-of-type):after {
  content: ">";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .secTitle {
  font-size: 32px;
  margin: 18px auto;
  letter-spacing: .15em;
}

.main .exp_col h2 {
  background: #0C3388;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.main .exp_col h2 small {
  font-size: 15px;
}

.ex_pl h3 {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.ex_pl h3::before {
  position: absolute;
  left: -15px;
  content: "▶";
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f;
}

.ex_pl {
  padding-left: 15px;
}

.ex_pl img {
  margin-top: 10px;
  margin-left: -15px;
}

.exp .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exp .container .exp_col {
  width: 46%;
  margin-bottom: 100px;
}

.exp .container .exp_col p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
  .exp .container .exp_col {
    width: 100%;
  }
  .exp .container .exp_col + .exp_col {
    margin-top: 30px;
  }
}

.exp .container .exp_col .column-image-auto {
  position: relative;
}

.column-image-auto img {
  width: 100%;
}

.column-image-auto p {
  width: 78px;
  position: absolute;
  top: 10px;
  left: -15px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #0A338C;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}
