/* 
1.デバイス共通css
2.767px以下のみ (スマホのみ)
3.768px以上のみ (タブレット含むスマホサイズ以上)
4.1080px以上のみ (PC)
5.320px以下のみ (幅狭スマホ) 
*/

/* ========================================
   PC表示
======================================== */
@media screen and (min-width: 769px) {

  body {
    line-height: 1.6;
    color: #333;
    background-color: #FFBB55;
    padding-bottom: 80px;
  }

  section {
    max-width: 1000px;
    margin-inline: auto !important;
  }

  .container {
    padding: 0px 25px 40px 25px;
    margin: 0 auto;
  }

  .container2 {
    padding: 30px 25px 30px 25px;
    margin: 0 auto;
  }

  .container3 {
    padding: 25px 25px 30px 25px;
    margin: 0 auto;
    background-color: #FFF;
  }

  .container4 {
    padding: 30px 25px 40px 25px;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
  }

  /* 画像レスポンシブ */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* メインビジュアル */
  .mv img {
    width: 100%;
  }

  /* セクション背景色 */
  .section {
    padding: 0px 0;
  }

  .section-yellow {
    background-color: #FB5;
  }

  .section-dyellow {
    background-color: #F9D62D;
  }

  .section-ryellow {
    background-color: #FFF97A;
  }

  .section-gray {
    background-color: #F2F2F2;
  }

  .sec-title-black {
    background-color: #333333;
    color: #FFF97A;
    text-align: center;
    padding: 10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
  }

  .sec-title_sub {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .box {
    border-radius: 8px;
    border: 2px solid #333;
    padding: 30px 20px;
    background: #FFF;
  }

  h4 {
    width: 200px;
    height: 30px;
    border-radius: 17px;
    background: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    color: #fff;
    margin-bottom: 20px;
  }

  h5 {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .condition {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .condition__badge {
    width: 64px;
    height: 64px;
    background: #FFF97A;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .condition__badge span {
    font-size: 14px;
    line-height: 1.2;
  }

  .condition__badge strong {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
  }

  .condition__text {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .List-caution__layout {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 22px 20px;
    border: solid 2px #E60012;
    border-radius: 6px;
    margin-inline: auto;
    background-color: #fff;
  }

  .red {
    color: #E60012;
  }

  .red2 {
    color: #F44336;
    font-weight: 600;
  }


  .benefit-box {
    position: relative;
    width: 100%;
    padding: 38px 20px 20px;
    margin: 40px auto 0;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #333;
    border-radius: 7px;
  }

  /* 上に重なる丸 */
  .benefit-box__badge {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

    width: 60px;
    height: 60px;
    border-radius: 50%;

    background: #292929;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .benefit-box__badge span {
    font-size: 14px;
    line-height: 1;
  }

  .benefit-box__badge strong {
    margin-top: 2px;
    color: #FFF97A;
    font-size: 26px;
    line-height: 1;
  }

  /* タイトル */
  .benefit-box h3 {
    margin: 0 0 20px;
    font-size: 20px;
  }

  /* 説明 */
  .benefit-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .benefit-box p strong {
    color: #e60012;
    font-size: 19px;
  }

  /* 注釈 */
  .benefit-box small {
    display: block;
    margin-top: 12px;
    font-size: 14px;
  }

  .List-normal__item {
    display: -ms-grid;
    display: flex;
    gap: 5px;
    grid-template-columns: 1em 1fr;
  }

  .ColorButton__moduleE.-colorGreen>.ColorButton__text {
    background-color: #F44336;
    border-color: #F44336;
  }

  .ColorButton__moduleE.-colorGreen>.ColorButton__text:hover,
  .ColorButton__moduleF.-colorGreen>.ColorButton__text:hover {
    background-color: #fff;
    color: #F44336;
  }

  .ColorButton__moduleE.-colorGreen.-blank>.ColorButton__text:hover::before,
  .ColorButton__moduleF.-colorGreen.-blank>.ColorButton__text:hover::before {
    background-image: url('/oos/adv/tmp_296/image/ico_blank_pink.svg');
  }

  #cashback .Annotation__moduleA {
    display: -ms-grid;
    display: grid;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    gap: 5px;
    grid-template-columns: 2em 1fr;
  }


  #step .Link__arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%) rotate(90deg);
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(/shared2022/images/common/ico_arrow_right_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  ._mt110 {
    margin-top: 110px;
  }

  .Section__Box2 {
    border-top: 0;
    border-radius: 10px;
    border: solid 1px #CCCCCC;
    background: #fff;
  }

  .Heading__title_attention {
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .Section__BoxInner {
    padding: 30px 20px;
    border-radius: 10px 10px 10px 10px;
  }

  .notice_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }

  .ColorButton__moduleE.-colorDarkOrange>.ColorButton__text,
  .ColorButton__moduleF.-colorDarkOrange>.ColorButton__text {
    background-color: #333;
    border-color: #333;
  }

  .ColorButton__moduleE.-colorDarkOrange>.ColorButton__text:hover,
  .ColorButton__moduleF.-colorDarkOrange>.ColorButton__text:hover {
    background-color: #fff;
    color: #333;
  }

  .ColorButton__moduleE.-colorDarkOrange.-blank>.ColorButton__text:hover::before,
  .ColorButton__moduleF.-colorDarkOrange.-blank>.ColorButton__text:hover::before {
    background-image: url('/oos/adv/tmp_296/image/ico_blank_black.svg');
  }

  .FollowingBanner__block {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    height: auto;
    width: 100%;
    background-color: #FFF97A;
    transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
  }

  .Carousel__moduleB .Carousel__heading {
    margin-bottom: 41px;
    font-size: 1.6rem;
  }

  .QaAccordion__moduleA {
    font-size: 1.6rem;
  }

  .Table__wrapper td {
    padding: 15px 15px;
    vertical-align: middle;
  }

  .ImageColumn__image {
    flex-shrink: 0;
    margin: auto;
  }

  .Footer__wrapper {
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
  }



  .fn-scrollable .Table__wrapper {
    width: 100%;
  }


}




/* タブレットサイズ（スマホ）未満の指定 */
@media (max-width: 767px) {

  /* 基本リセット & モバイルファースト設定 */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    line-height: 1.6;
    color: #333;
    background-color: #ffff;
    padding-bottom: 80px;
  }

  .container {
    padding: 0px 25px 40px 25px;
    margin: 0 auto;
  }

  .container2 {
    padding: 30px 25px 30px 25px;
    margin: 0 auto;
  }

  .container3 {
    padding: 25px 25px 30px 25px;
    margin: 0 auto;
  }

  .container4 {
    padding: 30px 25px 40px 25px;
    margin: 0 auto;
  }

  /* 画像レスポンシブ */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* メインビジュアル */
  .mv img {
    width: 100%;
  }

  /* セクション背景色 */
  .section {
    padding: 0px 0;
  }

  .section-yellow {
    background-color: #FB5;
  }

  .section-dyellow {
    background-color: #F9D62D;
  }

  .section-ryellow {
    background-color: #FFF97A;
  }

  .section-gray {
    background-color: #F2F2F2;
  }

  .sec-title-black {
    background-color: #333333;
    color: #FFF97A;
    text-align: center;
    padding: 10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
  }

  .sec-title_sub {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .box {
    border-radius: 8px;
    border: 2px solid #333;
    padding: 30px 20px;
    background: #FFF;
  }

  h4 {
    width: 200px;
    height: 30px;
    border-radius: 17px;
    background: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    color: #fff;
    margin-bottom: 20px;
  }

  h5 {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .condition {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .condition__badge {
    width: 64px;
    height: 64px;
    background: #FFF97A;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .condition__badge span {
    font-size: 12px;
    line-height: 1.2;
  }

  .condition__badge strong {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
  }

  .condition__text {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
  }

  .List-caution__layout {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 22px 20px;
    border: solid 2px #E60012;
    border-radius: 6px;
    margin-inline: auto;
    background-color: #fff;
  }

  .red {
    color: #E60012;
  }

  .red2 {
    color: #F44336;
    font-weight: 600;
  }


  .benefit-box {
    position: relative;
    width: 100%;
    padding: 38px 20px 20px;
    margin: 40px auto 0;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #333;
    border-radius: 7px;
  }

  /* 上に重なる丸 */
  .benefit-box__badge {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

    width: 60px;
    height: 60px;
    border-radius: 50%;

    background: #292929;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .benefit-box__badge span {
    font-size: 12px;
    line-height: 1;
  }

  .benefit-box__badge strong {
    margin-top: 2px;
    color: #FFF97A;
    font-size: 24px;
    line-height: 1;
  }

  /* タイトル */
  .benefit-box h3 {
    margin: 0 0 20px;
    font-size: 18px;
  }

  /* 説明 */
  .benefit-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .benefit-box p strong {
    color: #e60012;
    font-size: 17px;
  }

  /* 注釈 */
  .benefit-box small {
    display: block;
    margin-top: 12px;
    font-size: 12px;
  }

  .List-normal__item {
    display: -ms-grid;
    display: flex;
    gap: 5px;
    grid-template-columns: 1em 1fr;
  }

  .ColorButton__moduleE.-colorGreen>.ColorButton__text {
    background-color: #F44336;
    border-color: #F44336;
  }

  .ColorButton__moduleE.-colorGreen>.ColorButton__text:hover,
  .ColorButton__moduleF.-colorGreen>.ColorButton__text:hover {
    background-color: #fff;
    color: #F44336;
  }

  .ColorButton__moduleE.-colorGreen.-blank>.ColorButton__text:hover::before,
  .ColorButton__moduleF.-colorGreen.-blank>.ColorButton__text:hover::before {
    background-image: url('/oos/adv/tmp_296/image/ico_blank_pink.svg');
  }

  #cashback .Annotation__moduleA {
    display: -ms-grid;
    display: grid;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    gap: 5px;
    grid-template-columns: 2em 1fr;
  }


  #step .Link__arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%) rotate(90deg);
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(/shared2022/images/common/ico_arrow_right_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  ._mt110 {
    margin-top: 110px;
  }

  .Section__Box2 {
    border-top: 0;
    border-radius: 10px;
    border: solid 1px #CCCCCC;
    background: #fff;
  }

  .Heading__title_attention {
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .Section__BoxInner {
    padding: 30px 20px;
    border-radius: 10px 10px 10px 10px;
  }

  .notice_title {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
  }

  .ColorButton__moduleE.-colorDarkOrange>.ColorButton__text,
  .ColorButton__moduleF.-colorDarkOrange>.ColorButton__text {
    background-color: #333;
    border-color: #333;
  }

  .ColorButton__moduleE.-colorDarkOrange>.ColorButton__text:hover,
  .ColorButton__moduleF.-colorDarkOrange>.ColorButton__text:hover {
    background-color: #fff;
    color: #333;
  }

  .ColorButton__moduleE.-colorDarkOrange.-blank>.ColorButton__text:hover::before,
  .ColorButton__moduleF.-colorDarkOrange.-blank>.ColorButton__text:hover::before {
    background-image: url('/oos/adv/tmp_296/image/ico_blank_black.svg');
  }

  .FollowingBanner__block {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    height: auto;
    width: 100%;
    background-color: #FFF97A;
    transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
  }

  .Footer__wrapper {
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
  }



}

/* タブレット以上の指定 */
@media (min-width: 768px) {}

/* PCコンテンツ幅以下 */
@media (max-width: 999px) {}


/* PCコンテンツ幅以上 */
@media (min-width: 1080px) {}

/* iphone5等小さめのスマホ */
@media (max-width: 320px) {}