@charset "UTF-8";
.contents_area > *:not(#breadlist) {
  .f_en {
    font-family: "europa", sans-serif;
  }
  &.inner_sec {
    padding: 0;
  }
  &.inner_sec + .inner_sec {
    margin-top: 100px;
  }
  &.inner_sec h2 {
    text-align: center;
    font-size: 20px;
    line-height: 2em;
  }
  &.inner_sec .lead {
    text-align: center;
    width: 580px;
    margin: 30px auto 0 auto;
    color: #707070;
  }
  &.inner_sec.proposal .fbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  &.inner_sec.proposal .fbox .img {
    width: 100%;
    margin-bottom: 25px;
  }
  &.inner_sec.proposal .fbox .info {
    width: 50%;
    text-align: center;
  }
  &.inner_sec.proposal .fbox .info .title {
    font-size: 20px;
  }
  &.inner_sec.proposal .fbox .info .text {
    font-size: 15px;
    color: #707070;
    margin-top: 7px;
  }
  &.inner_sec.analysis .img {
    width: 513px;
    margin: 55px auto 0 auto;
  }
  &.inner_sec.analysis .text {
    text-align: center;
    color: #707070;
    margin-top: 40px;
  }
  &.inner_sec.analysis .plan {
    margin-top: 37px;
    display: flex;
    div {
      flex: 1;
    }
  }
  &.inner_sec.good .fbox {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  &.inner_sec.good .fbox .img {
    width: calc(100% - 485px);
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      max-width: 70%;
    }
  }
  /* &.inner_sec.good .fbox .img img {
    max-width: none;
    width: 775px;
    position: relative;
    left: -100px;
  } */
  &.inner_sec.good .fbox .info {
    width: 380px;
    padding-top: 50px;
  }
  &.inner_sec.good .fbox .info .text {
    color: #707070;
  }
  &.inner_sec.good .fbox .info .four_p {
    margin-top: 70px;
  }
  &.inner_sec.good .fbox .info .four_p .title {
    font-weight: bold;
  }
  &.inner_sec.good .fbox .info .four_p dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 20px 0;
    color: #707070;
    margin-top: 31px;
  }
  &.inner_sec.good .fbox .info .four_p dl dt {
    width: 190px;
    position: relative;
    line-height: 1;
  }
  &.inner_sec.good .fbox .info .four_p dl dt::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 35px;
    height: 1px;
    background: #707070;
  }
  &.inner_sec.good .fbox .info .four_p dl dd {
    width: calc(100% - 190px);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  &.inner_sec.good .fbox .info .four_p dl dd span {
    color: #740000;
    line-height: 1;
  }
  &.bg {
    background: #e3e3e3;
    padding: 100px 0;
    margin-bottom: 2px;
    margin-top: 90px;
  }
  &.bg .bt_more {
    width: 500px;
    margin: 0px auto 0 auto;
  }
  &.bg .bt_more span {
    height: 60px;
    font-size: 20px;
    padding-left: 74px;
    font-weight: normal;
  }
  &.bg .bt_more span::before {
    width: 60px;
    height: 60px;
  }
  &.bg .bt_more span::after {
    background: url(../../library/img/common/icon_mail_w.png) no-repeat center center / 30px;
    width: 30px;
    height: 30px;
    right: 15px;
  }
  /**************************************************************/
  /**************************************************************/
  /** SP ********************************************************/
  /**************************************************************/
  /**************************************************************/

  @media screen and (max-width: 767px) {
    &.inner_sec {
      padding: 0;
    }
    &.inner_sec + .inner_sec {
      margin-top: 60px;
    }
    &.inner_sec h2 {
      text-align: center;
      font-size: 16px;
      line-height: 2em;
    }
    &.inner_sec .lead {
      text-align: left;
      width: auto;
      margin: 15px auto 0 auto;
      color: #707070;
      font-size: 14px;
    }
    &.inner_sec.proposal .fbox {
      display: flex;
      flex-wrap: wrap;
      margin-top: 29px;
    }
    &.inner_sec.proposal .fbox .img {
      width: 100%;
      margin-bottom: 15px;
    }
    &.inner_sec.proposal .fbox .info {
      width: 50%;
      text-align: center;
    }
    &.inner_sec.proposal .fbox .info .title {
      font-size: 16px;
    }
    &.inner_sec.proposal .fbox .info .text {
      font-size: 12px;
      color: #707070;
      margin-top: 3px;
    }
    &.inner_sec.analysis .img {
      width: 95%;
      margin: 35px auto 0 auto;
    }
    &.inner_sec.analysis .text {
      text-align: center;
      color: #707070;
      margin-top: 40px;
      font-size: 14px;
    }
    &.inner_sec.analysis .plan {
      margin-top: 25px;
      flex-direction: column;
      div {
        width: 100%;
      }
    }
    &.inner_sec.good .fbox {
      display: block;
      margin-top: 40px;
    }
    &.inner_sec.good .fbox .img {
      width: 100%;
      img {
        max-width: 80%;
      }
    }
    &.inner_sec.good .fbox .info {
      width: auto;
      padding-top: 30px;
    }
    &.inner_sec.good .fbox .info .text {
      color: #707070;
      font-size: 14px;
    }
    &.inner_sec.good .fbox .info .four_p {
      margin-top: 50px;
    }
    &.inner_sec.good .fbox .info .four_p .title {
      font-weight: bold;
      font-size: 15px;
    }
    &.inner_sec.good .fbox .info .four_p dl {
      display: flex;
      flex-wrap: wrap;
      font-size: 16px;
      gap: 18px 0;
      color: #707070;
      margin-top: 28px;
    }
    &.inner_sec.good .fbox .info .four_p dl dt {
      width: 164px;
      position: relative;
    }
    &.inner_sec.good .fbox .info .four_p dl dt::after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      width: 30px;
      height: 1px;
      background: #707070;
    }
    &.inner_sec.good .fbox .info .four_p dl dd {
      width: calc(100% - 190px);
      letter-spacing: 0.1em;
    }
    &.inner_sec.good .fbox .info .four_p dl dd span {
      color: #740000;
    }
    &.bg {
      background: #e3e3e3;
      padding: 60px 0;
      margin-bottom: 2px;
      margin-top: 60px;
    }
    &.bg .bt_more {
      width: 350px;
      margin: 0px auto 0 auto;
    }
    &.bg .bt_more span {
      height: 60px;
      font-size: 16px;
      padding-left: 28px;
      font-weight: normal;
    }
  }
}
