@charset "UTF-8";
.op {
  background: #F7F7F7; }
  .op .rg-header_ttl {
    margin-top: 0; }

.op-hero {
  /**background: url(../../img2/option_bag/hero_bg.png) no-repeat;
  background-size: 100% 100%;**/
  margin-top: -20px;
  padding: 30px 16px 40px 16px; }
  @media (max-width: 575px) {
    .op-hero {
      /**background: url(../../img2/option_bag/hero_bg_sp.png) no-repeat;
      background-size: 100% 100%;**/
      padding: 30px 0; } }
  .op-hero_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    flex-wrap: wrap;
    margin: 0 0 30px; }
    @media (max-width: 575px) {
      .op-hero_inner {
        margin-bottom: 20px; } }
  .op-hero_img {
    width: 280px; }
    @media (max-width: 575px) {
      .op-hero_img {
        width: 100%; } }
  .op-hero_body {
    width: 375px; }
    @media (max-width: 575px) {
      .op-hero_body {
        width: 100%; } }
  .op-hero_ttl {
    font-size: 27px;
    font-weight: bold;
    border-bottom: 3px dotted #006CAF;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .op-hero_ttl {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .op-hero_ttl {
        font-size: 20px; } }
    .op-hero_ttl strong {
      font-size: 32px; }
      @media (max-width: 991px) {
        .op-hero_ttl strong {
          font-size: 24px; } }
      @media (max-width: 575px) {
        .op-hero_ttl strong {
          font-size: 28px; } }
    @media (max-width: 575px) {
      .op-hero_ttl.is-pc {
        display: none; } }
    .op-hero_ttl.is-sp {
      display: none; }
      @media (max-width: 575px) {
        .op-hero_ttl.is-sp {
          display: block;
          width: 100%; } }
  .op-hero_icon {
    margin-bottom: 20px; }
  .op-hero_price {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1; }
    @media (max-width: 575px) {
     .op-hero_price {
       font-size: 13px;
       align-items: baseline; }
      .op-hero_price span {
        font-weight: 700; } }
    .op-hero_price span.small {
      font-size: 18px;
      margin-right: 14px; }
      @media (max-width: 575px) {
        .op-hero_price span.small {
          font-size: 14px;
          margin-right: 5px; } }
    .op-hero_price span.price {
      font-size: 32px; }
      @media (max-width: 575px) {
        .op-hero_price span.price {
          font-size: 18px; } }
      .op-hero_price span.price strong {
        font-size: 45px; }
        @media (max-width: 575px) {
          .op-hero_price span.price strong {
            font-size: 30px; } }
  .op-hero_note {
    font-size: 14px;
    margin: 18px 0 0; }
    @media (max-width: 575px) {
     .op-hero_note {
        margin-top: 6px; } }
  .op-hero_btn {
    background: #F17902;
    width: 100%;
    display: flex;
    padding: 14px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s; }
    .op-hero_btn::after {
      content: "\e5cf";
      font-family: 'Material Icons';
      font-size: 24px;
      position: absolute;
      right: 10%; }
    .op-hero_btn:hover {
      filter: brightness(110%);
      text-decoration: none; }

.op-nayami {
  background: #EFEFEF;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    .op-nayami {
      padding: 30px 0; } }
  .op-nayami_ttl {
    color: #0097AC;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center; }
    @media (max-width: 575px) {
      .op-nayami_ttl {
        font-size: 20px;
        line-height: 1.5;
        padding-left: .5em;
        padding-right: .5em;
        margin-bottom: calc(8px + 20px); } }
  .op-nayami_answer {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin: 30px 0 0; }
    @media (max-width: 575px) {
      .op-nayami_answer {
        font-size: 20px;
        text-align: center; } }
    .op-nayami_answer span.mark {
      background:linear-gradient(transparent 60%, #FFF000 60%); }
      @media (max-width: 575px) {
        .op-nayami_answer span.mark {
          font-weight: 500; } }
    @media (max-width: 575px) {
      .op-nayami_answer span.sp-mark {
        border-bottom: 5px solid #F8E82B; } }
    .op-nayami_answer span.bold {
      font-weight: bold; }
      .op-nayami_answer span.bold strong {
        font-size: 32px; }
        @media (max-width: 575px) {
          .op-nayami_answer span.bold strong {
            font-size: 23px; } }

.op-2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap; }
  .op-2col_item {
    width: calc(50% - 18px); }
    @media (max-width: 575px) {
      .op-2col_item {
        width: 100%; }
        .op-2col_item + .op-2col_item {
          margin-top: 24px; }
        .op-2col_item.is-center {
          text-align: center; } }
    .op-2col_item_txt {
      font-size: 16px;
      margin-bottom: 1em; }
    .op-2col_item img.logo {
      width: 100%;
      max-width: 265px; }
    .op-2col_item_list {
      font-size: 16px;
      margin-bottom: 2em; }
      .op-2col_item_list li {
        font-size: 16px;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: .8em;
        position: relative; }
        .op-2col_item_list li::before {
          content: "・"; }
    .op-2col_item dl dt {
      font-size: 16px;
      margin-bottom: 1em; }
    .op-2col_item dl dd {
      font-size: 14px;
      line-height: 1.9; }

.op-1col {
  margin-bottom: 60px; }
  .op-1col ol, .op-1col ul {
    font-size: 16px;
    margin-bottom: 2em; }
    .op-1col ol li, .op-1col ul li {
      font-size: 16px;
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: .8em; }
  .op-1col ul li::before {
    content: "・"; }

/*# sourceMappingURL=option_bag.css.map */
