@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 screen and (min-width: 769px) and (max-width: 1100px) {
  .main {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .main {
    padding-top: 60px;
  }
}

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

.main .bousai_header {
  margin-bottom: 30px;
  width: 100%;
}

.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 30px;
  letter-spacing: .15em;
}

.group1_none {
  width: 100%;
}

.main h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  padding: 5px;
  background: #e7ebf3;
  color: #0C3388;
}

.bousai_col > h3,
.main .subTitle {
  background: #0C3388;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bousai_col h4 {
  background: #4d4d4d;
  color: #fff;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

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

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

.bousai_pl {
  padding-left: 15px;
  margin-bottom: 50px;
}

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

.bousai .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;
}

.bousai .container > hr {
  display: none;
}

.acms-admin-btn-action-group {
  width: 100%;
}

.bousai .container .bousai_col {
  width: 46%;
  margin-bottom: 50px;
}

.bousai .container .bousai_col img {
  margin-bottom: 10px;
}


.bousai .container .bousai_col p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}


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

