@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  min-width: unset !important;
}

.imp-1211 {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 40px 16px 60px;
  color: #333333;
  font-family: "Meiryo";
}
.imp-1211 h1,
.imp-1211 h2,
.imp-1211 h3,
.imp-1211 h4,
.imp-1211 figure {
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1.4;
}
.imp-1211 .sp-only {
  display: none;
}
.imp-1211 a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1211 a[href^="#"] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.imp-1211 .mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .imp-1211 {
    padding: 10px 16px 72px;
  }
  .imp-1211 h1,
  .imp-1211 h2,
  .imp-1211 h3,
  .imp-1211 h4 {
    margin: 0;
    padding: 0;
  }
  .imp-1211 .pc-only {
    display: none;
  }
  .imp-1211 .sp-only {
    display: block;
  }
}
.imp-1211 .bcs_breadcrumb {
  margin-bottom: 20px;
}
.imp-1211 .bcs_breadcrumb li {
  display: inline;
  font-size: 12px;
}
.imp-1211 .bcs_breadcrumb li:not(:has(> span))::after {
  content: "＞";
  color: #969696;
  display: inline-block;
  margin: 0 2px;
}
.imp-1211 .bcs_breadcrumb li > a,
.imp-1211 .bcs_breadcrumb li > span {
  text-decoration: none;
  color: #969696;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1211 .bcs_breadcrumb li > span {
  color: #333333;
}
@media screen and (hover: hover) {
  .imp-1211 .bcs_breadcrumb li > a:hover {
    color: #333333;
  }
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_breadcrumb li {
    font-size: 14px;
  }
}
.imp-1211 .bcs_anchor {
  margin-bottom: 32px;
}
.imp-1211 .bcs_anchor li a {
  display: block;
  padding: 12px 12px 12px 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  background: url(../img/ico_arrow_down.svg) 8px 50%/8px auto no-repeat;
}
.imp-1211 .bcs_title-lv1 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_title-lv1 {
    font-size: 20px;
  }
}
.imp-1211 .bcs_title-lv2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 13px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_title-lv2 {
    font-size: 16px;
  }
}
.imp-1211 .bcs_title-lv2::before {
  position: absolute;
  top: calc(50% - 0.1em);
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: max(71.45%, 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.imp-1211 .bcs_title-lv2.yellow::before {
  background: #FFC20A;
}
.imp-1211 .bcs_title-lv2.green::before {
  background: #2DBE60;
}
.imp-1211 .bcs_title-lv2.red::before {
  background: #E41F26;
}
.imp-1211 .bcs_title-lv2.blue::before {
  background: #1B6EF3;
}
.imp-1211 .bcs_title-lv2.gray::before {
  background: #A7A9AC;
}
.imp-1211 .bcs_title-lv2.orange::before {
  background: #FF8A00;
}
.imp-1211 .bcs_title-lv2.pink::before {
  background: #C2185B;
}
.imp-1211 .bcs_title-lv2.red02::before {
  background: #E60012;
}
.imp-1211 .bcs_block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_block:not(:last-child) {
    margin-bottom: 48px;
  }
}
.imp-1211 .bcs_grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.imp-1211 .bcs_grid.col-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_grid.col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.imp-1211 .bcs_grid.col-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 991px) {
  .imp-1211 .bcs_grid.col-3 {
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_grid.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.imp-1211 .bcs_grid.col-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 991px) {
  .imp-1211 .bcs_grid.col-4 {
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_grid.col-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.imp-1211 .bcs_grid.type-02 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_grid.type-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.imp-1211 .bcs_grid.type-03 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 991px) {
  .imp-1211 .bcs_grid.type-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_grid.type-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 52px;
  }
}
.imp-1211 .bcs_grid.merges {
  gap: 26px;
}
@media screen and (min-width: 640px) {
  .imp-1211 .bcs_grid.merges {
    gap: 0;
    -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .imp-1211 .bcs_grid.merges .bcs_col .bcs_tbl {
    border-radius: 0;
  }
  .imp-1211 .bcs_grid.merges .bcs_col:not(:last-child) .bcs_tbl {
    border-right: 0;
  }
  .imp-1211 .bcs_grid.merges .bcs_col:first-child .bcs_tbl {
    border-radius: 8px 0 0 8px;
  }
  .imp-1211 .bcs_grid.merges .bcs_col:last-child .bcs_tbl {
    border-radius: 0 8px 8px 0;
  }
}
.imp-1211 .bcs_col.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.imp-1211 .bcs_col.align-end .bcs_list {
  margin-top: -8px;
}
.imp-1211 .bcs_tbl {
  position: relative;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
.imp-1211 .bcs_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .imp-1211 .bcs_title {
    padding: 13px;
    font-size: 16px;
  }
}
.imp-1211 .bcs_title.yellow {
  background: #FFF0C2;
}
.imp-1211 .bcs_title.green {
  background: #CBEFD8;
}
.imp-1211 .bcs_title.red {
  background: #F9C7C9;
}
.imp-1211 .bcs_title.blue {
  background: #C6DBFC;
}
.imp-1211 .bcs_title.gray {
  background: #E9EAEB;
}
.imp-1211 .bcs_title.orange {
  background: #FFE2C0;
}
.imp-1211 .bcs_title.pink {
  background: #F0C6D6;
}
.imp-1211 .bcs_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imp-1211 .bcs_row.has-divider {
  border-bottom: 1px solid #CCCCCC;
}
.imp-1211 .bcs_name {
  padding: 11px 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.5;
}
.imp-1211 .bcs_name .sm {
  position: relative;
  top: 0.5em;
  vertical-align: top;
  font-size: 0.5em;
}
.imp-1211 .bcs_value {
  padding: 11px 12px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #D51121;
  text-align: right;
  min-width: 73px;
}
.imp-1211 .bcs_level {
  padding: 11px 12px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  min-width: 73px;
}
.imp-1211 .bcs_list {
  margin-top: 16px;
}
.imp-1211 .bcs_list li {
  font-size: 12px;
  line-height: 1.4;
}
.imp-1211 .bcs_list li::before {
  content: "※";
  display: inline-block;
}
.imp-1211 .bcs_txt {
  font-size: 12px;
}
.imp-1211 .bcs_txt:not(:last-child) {
  margin-bottom: 18px;
}