@charset "utf-8";

.-bottomMargin {
    margin-bottom: 35px;
  }
  .notice_nested {
    margin-top: 10px!important;
  }
  .two-col-individual {
    display: flex;
    align-items: center;
    margin: 10px 30px 0px;
  }
  .two-col-individual + .two-col-individual {
    margin-top: 30px;
  }
  .two-col-first {
    width: 40%;
  }
  .two-col-sec {
    width: 60%;
  }
  .two-col-mainDiv {
    padding: 1px 10px 27px 20px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 20px;
  }
  .txt-underline-twoCol {
    text-decoration: underline;
  }
  .small_subTitle {
    position: relative;
    padding-left: 1.5em;
    color: #0885e1;
  }
  .small_subTitle::before {
    background: #0885e1;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0.65em;
    width: 1.8rem;
  }
  .sub_para {
    padding: 0px 0px 18px;
  }
  .two-col-meigara {
    display: flex;
    align-items: center;
  }
  .meigara_img {
    width: 204px;
  }
  .img_caption {
    padding-left: 20px;
  }
  .img_caption_02 {
    padding-left: 40px;
  }
  .c-textList02_data_title {
    font-size: 1em;
    margin: .5em 0;
  }
  .panel02_image img {
    box-shadow: none;
    width: 100%;
  }
  .panel02_image img[src$="img_benefit_station.svg"] {
    width: 65%;
  }
  .panel02_image {
    display: grid;
    place-items: center;
    margin: 0 0 2rem;
    background-color: #fff;
    aspect-ratio: 3 / 2;
    border-radius: 0.6rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.03);
  }
  .l-section02__note {
    margin-top: 2.5rem;
  }
  .u-mt10:not(#_) {
    margin-bottom: 10px;
  }
  @media screen and (max-width:768px){
    .two-col-individual {
      display: block;
    }
    .two-col-first,
    .two-col-sec {
      width: 100%;
    }
    .two-col-sec {
      margin-top: 10px;
    }
    .meigara_img {
      width: 113px;
    }
    .panel02_image img {
      max-width: 100%;
    }
    .l-section02__note {
      margin-top: 1.5rem;
    }
  }

  /* -------------------------------------------------- */
  /* 汎用 */
  /* -------------------------------------------------- */

  /* 右寄せ */
  .t-right {
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  /* -------------------------------------------------- */
  /* 各種認定 */
  /* -------------------------------------------------- */

  /* ２列 */
  .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 120px);
    grid-gap: 24px;
    width: fit-content;
  }

  /* 画像 */
  .col-2>.col_item>img {
    object-fit: contain;
    width: 100%;
    min-height: 100px;
  }

  /* 罫線囲み */
  .col-2>.col_item>.box {
    border: solid 1px currentColor;
    padding: 8px;
  }

  /* 罫線囲み＞強調 */
  .col-2>.col_item>.box>.strong {
    font-weight: bold;
  }