@charset "UTF-8";

.contents_area > *:not(#breadlist) {
  &.example > .inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  &.example .box {
    position: relative;
  }
  &.example .box + .box {
    margin-top: 30px;
  }
  &.example .box .img {
    border-radius: 10px;
    overflow: hidden;
  }
  &.example .box > .title {
    position: absolute;
    left: 18.3%;
    top: 38.3%;
    background: url(../img/bg_example1_2.png) no-repeat center center / contain;
    width: 413px;
    height: 271px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    padding: 34px 0 0 59px;
  }
  &.example .box2 > .title {
    background-image: url(../img/bg_example2_2.png);
  }
  &.example .box3 > .title {
    background-image: url(../img/bg_example3_2.png);
  }
  &.example .box4 > .title {
    background-image: url(../img/bg_example4_2.png);
  }
  &.example .box .info {
    position: absolute;
    left: 52.8%;
    top: 50%;
    transform: translate(0, -50%);
    width: 25.5%;
    text-align: center;
  }
  &.example .box .info .label {
    color: #740000;
    font-weight: bold;
  }
  &.example .box .info .inbox {
    margin-top: 30px;
  }
  &.example .box .info .inbox .title {
    color: #740000;
    font-size: 20px;
    border: 1px solid #740000;
  }
  &.example .box .info .inbox .text {
    color: #707070;
    margin-top: 18px;
    font-size: 15px;
  }
  &.way {
    padding: 90px 0;
  }
  &.way > .inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  &.way h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
  }
  &.way .lead {
    text-align: center;
    color: #707070;
    margin-top: 30px;
  }
  &.way .fbox {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
  }
  &.way .insec {
    width: 540px;
  }
  &.way .insec h3 {
    text-align: center;
    background: #f8f8f8;
    padding: 15px 10px;
    box-shadow: 0 3px 6px #ccc;
    font-size: 20px;
    color: #740000;
    margin-bottom: 35px;
    line-height: 1;
  }
  &.way .insec .text {
    color: #707070;
  }
  &.way .insec .text sup {
    display: inline-block;
    top: 5px;
    font-size: 60%;
    margin: 0 2px;
  }
  &.way .insec .note {
    color: #707070;
    font-size: 12px;
    line-height: 1.7em;
    margin-top: 18px;
  }
  &.way .insec .img {
    margin: 20px 0px;
  }
  &.way .insec2 .img {
    margin: 20px 40px 0 40px;
  }
  &.way2 {
    padding-top: 0;
  }
  &.way2 .fbox {
    justify-content: center;
  }
  &.bg {
    background: #707070;
    padding: 100px 0 80px 0;
  }
  &.bg .insec {
    width: 830px;
    margin: 0 auto;
    color: #fff;
  }
  &.bg .insec h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
  }
  &.bg .insec.support {
    position: relative;
  }
  &.bg .insec.support > .img {
    margin-top: 90px;
  }
  &.bg .insec.support .info {
    position: absolute;
    bottom: 74px;
    height: 490px;
    width: 405px;
    background: #707070;
    right: -170px;
    box-sizing: border-box;
    padding: 66px 0 0 65px;
  }
  &.bg .insec.support .info .title {
    font-size: 20px;
    width: 110%;
  }
  &.bg .insec.support .info .text {
    color: #e0e0e0;
    margin-top: 24px;
  }
  &.bg .insec.support .info .img {
    margin-top: 43px;
  }
  &.bg .insec.contact {
    margin-top: 90px;
    background: none;
    padding: 0;
  }
  &.bg .insec.contact ul {
    background: url(../img/img_contact.jpg) no-repeat center center / cover;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 32px;
    padding: 121px 0;
    margin-top: 45px;
  }
  &.bg .insec.contact ul li {
    width: 42%;
    text-align: center;
    border: 1px solid #fff;
    padding: 27px 0;
    line-height: 1;
  }
  &.bg .insec.contact .bt_more {
    width: 350px;
    margin: -30px auto 0 auto;
  }
  &.bg .insec.contact .bt_more span {
    height: 60px;
    font-size: 20px;
    padding-left: 50px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  &.bg .insec.contact .bt_more span::before {
    width: 60px;
    height: 60px;
  }
  &.bg .insec.contact .bt_more span::after {
    background: url(../../library/img/common/icon_mail_w.png) no-repeat center center / 30px;
    width: 30px;
    height: 30px;
    right: 15px;
  }
  &.bg .insec.contact .note {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #e3e3e3;
  }

  /**************************************************************/
  /**************************************************************/
  /** SP ********************************************************/
  /**************************************************************/
  /**************************************************************/

  @media screen and (max-width: 767px) {
    &.example > .inner {
      max-width: 100%;
      margin: 0 auto;
    }
    &.example .box {
      position: relative;
    }
    &.example .box + .box {
      margin-top: 50px;
    }
    &.example .box .img {
      border-radius: 0;
      overflow: hidden;
    }
    &.example .box .img img {
      height: 80vw;
      object-fit: cover;
    }
    &.example .box > .title {
      position: absolute;
      left: 8.7%;
      top: 38.3%;
      background: url(../img/bg_example1_2.png) no-repeat center center / contain;
      width: 46vw;
      height: 30.3vw;
      box-sizing: border-box;
      font-size: 2vw;
      line-height: 1.8em;
      color: #fff;
      padding: 4.2vw 0 0 6.6vw;
    }
    &.example .box2 > .title {
      background-image: url(../img/bg_example2_2.png);
    }
    &.example .box3 > .title {
      background-image: url(../img/bg_example3_2.png);
    }
    &.example .box4 > .title {
      background-image: url(../img/bg_example4_2.png);
    }
    &.example .box .info {
      position: absolute;
      left: 52.8%;
      top: 50%;
      transform: translate(0, -50%);
      width: 37vw;
      text-align: center;
    }
    &.example .box .info .label {
      color: #740000;
      font-weight: bold;
      font-size: 2vw;
    }
    &.example .box .info .inbox {
      margin-top: 4vw;
    }
    &.example .box .info .inbox .title {
      color: #740000;
      font-size: 2.4vw;
      border: 0.5px solid #740000;
    }
    &.example .box .info .inbox .text {
      color: #707070;
      margin-top: 2vw;
      font-size: 1.75vw;
    }
    &.way {
      padding: 60px 0;
    }
    &.way > .inner {
      max-width: 90%;
      margin: 0 auto;
    }
    &.way h2 {
      text-align: center;
      font-size: 20px;
      line-height: 1.8em;
    }
    &.way .lead {
      text-align: center;
      color: #707070;
      margin-top: 16px;
    }
    &.way .fbox {
      display: block;
      margin-top: 45px;
    }
    &.way .insec {
      width: auto;
    }
    &.way .insec2 {
      margin-top: 40px;
    }
    &.way .insec h3 {
      text-align: center;
      background: #f8f8f8;
      padding: 12px 10px;
      box-shadow: 0 3px 6px #ccc;
      font-size: 16px;
      color: #740000;
      margin-bottom: 21px;
    }
    &.way .insec .text {
      color: #707070;
      font-size: 14px;
    }
    &.way .insec .note {
      color: #707070;
      font-size: 10px;
      line-height: 1.7em;
      margin-top: 10px;
    }
    &.way .insec .img {
      margin: 20px 0px;
    }
    &.way .insec2 .img {
      margin: 20px 5% 0 5%;
    }
    &.way2 {
      padding-top: 0;
    }
    &.way2 .fbox {
      justify-content: center;
    }
    &.bg {
      background: #707070;
      padding: 60px 0 60px 0;
    }
    &.bg .insec {
      width: 90%;
      margin: 0 auto;
      color: #fff;
    }
    &.bg .insec h2 {
      text-align: center;
      font-size: 16px;
      line-height: 1.8em;
    }
    &.bg .insec.support {
      position: relative;
    }
    &.bg .insec.support > .img {
      margin-top: 40px;
    }
    &.bg .insec.support .info {
      position: relative;
      bottom: auto;
      height: auto;
      width: auto;
      background: #707070;
      right: auto;
      box-sizing: border-box;
      padding: 0;
      margin-top: 30px;
    }
    &.bg .insec.support .info .title {
      font-size: 18px;
      width: 110%;
    }
    &.bg .insec.support .info .text {
      color: #e0e0e0;
      margin-top: 16px;
      font-size: 14px;
    }
    &.bg .insec.support .info .img {
      margin-top: 27px;
    }
    &.bg .insec.contact {
      margin-top: 90px;
      background: none;
      padding: 0;
    }
    &.bg .insec.contact ul {
      background: url(../img/img_contact.jpg) no-repeat center center / cover;
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      justify-content: center;
      gap: 18px;
      padding: 60px 20px;
      margin-top: 45px;
    }
    &.bg .insec.contact ul li {
      width: 100%;
      text-align: center;
      border: 1px solid #fff;
      padding: 15px 0;
    }
    &.bg .insec.contact .bt_more {
      width: 280px;
      margin: -30px auto 0 auto;
    }
    &.bg .insec.contact .bt_more span {
      height: 60px;
      font-size: 16px;
      padding-left: 38px;
      letter-spacing: 0;
      font-weight: normal;
    }
    &.bg .insec.contact .bt_more span::before {
      width: 60px;
      height: 60px;
    }
    &.bg .insec.contact .bt_more span::after {
      background: url(../../library/img/common/icon_mail_w.png) no-repeat center center / 30px;
      width: 30px;
      height: 30px;
      right: 15px;
    }
    &.bg .insec.contact .note {
      text-align: center;
      margin-top: 25px;
      font-size: 12px;
      color: #e3e3e3;
    }
  }
}
