@charset "UTF-8";
/*---------------------------------------------------------
フォントサイズ・line-height 設定
---------------------------------------------------------*/
/*---------------------------------------------------------
マックスサイズ 設定
---------------------------------------------------------*/
/*---------------------------------------------------------
ブレークポイント設定
---------------------------------------------------------*/
/*---------------------------------------------------------
transition 遷移時間
---------------------------------------------------------*/
/*---------------------------------------------------------
transition
---------------------------------------------------------*/
/*header,h1,h2,p,a,strong,span,article,main,footer {
  transition: all $transitionTime ease-out;
  @include transitionTime;
}*/
/*---------------------------------------------------------
html & body & main
---------------------------------------------------------*/
body {
  font-family: 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
  font-size: 1rem;
  line-height: 1.8125;
  /*
  --------------------------------------------------*/ }
  @media screen and (max-width: 640px) {
    body {
      font-size: 0.875rem; } }
  body img {
    width: 100%; }

/*---------------------------------------------------------
aリンク・ボタン
---------------------------------------------------------*/
main a {
  color: #1155AA;
  text-decoration: underline; }

/*---------------------------------------------------------
コンテナサイズ 設定
---------------------------------------------------------*/
.contentMaxInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 95%; }

.contentMinInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 765px;
  width: 100%; }

/*---------------------------------------------------------
限定表示 設定
---------------------------------------------------------*/
.pc {
  display: block; }
  @media screen and (max-width: 640px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp {
      display: block; } }

/*---------------------------------------------------------
コンテンツエリア 設定
---------------------------------------------------------*/
#free_area * {
  box-sizing: border-box; }

/*---------------------------------------------------------
アイキャッチ 設定
---------------------------------------------------------*/
#eyecatch h1 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; }

/*---------------------------------------------------------
youtube 設定
---------------------------------------------------------*/
.youtubeArea {
  width: 100%;
  margin: 40px auto 80px auto;
  display: block !important; }
  @media screen and (max-width: 640px) {
    .youtubeArea {
      margin: 20px auto 40px auto; } }
  .youtubeArea .youtubeWp {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .youtubeArea .youtubeWp iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .youtubeArea p {
    width: 100% !important;
    display: block !important; }

/*---------------------------------------------------------
期間 設定
---------------------------------------------------------*/
.dateBox {
  display: block;
  padding: 60px 0 0; }
  @media screen and (max-width: 640px) {
    .dateBox {
      padding: 30px 0 0; } }

/*---------------------------------------------------------
マーカー 設定
---------------------------------------------------------*/
.marker {
  background: linear-gradient(transparent 70%, #FFFF05 70%);
  font-weight: bold; }

/*---------------------------------------------------------
タイトル 設定
---------------------------------------------------------*/
.title_02 {
  margin: 50px 0 30px;
  padding: 10px 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  border-top: 4px solid #000 !important;
  border-bottom: 2px dotted #000 !important; }
  @media screen and (max-width: 640px) {
    .title_02 {
      margin: 20px 0;
      font-size: 1.875rem;
      border-top: 2px solid #000 !important; } }

/*---------------------------------------------------------
ボタン 設定
---------------------------------------------------------*/
.btn {
  font-size: 1.4375rem;
  line-height: 1; }
  .btn a {
    position: relative;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px 20px 20px 0;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, #0C2D9C 0%, #0c2d9c 25%, #061752 85%, #061856 100%);
    border-radius: 10px; }
    @media screen and (max-width: 640px) {
      .btn a {
        width: 100%;
        padding: 15px 15px 15px 0;
        font-size: 1rem;
        position: relative;
        border-radius: 5px; } }
    .btn a::after {
      content: "";
      position: absolute;
      right: 20px;
      top: 39%;
      width: 17px;
      height: 17px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
      @media screen and (max-width: 640px) {
        .btn a::after {
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; } }
  .btn.two_lines {
    font-size: 1.25rem;
    line-height: 1.5; }
    .btn.two_lines a {
      padding: 10px 10px 10px 0; }

/*---------------------------------------------------------
注釈 設定
---------------------------------------------------------*/
.annotation-box {
  background-color: #E50012;
  color: #fff;
  padding: 15px 25px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .annotation-box {
      align-items: flex-start; } }
  .annotation-box dt {
    margin-right: 15px;
    width: 80px; }
    @media screen and (max-width: 640px) {
      .annotation-box dt {
        padding-top: 10px; } }
  .annotation-box dd span {
    display: block;
    font-size: 0.9375rem;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 640px) {
      .annotation-box dd span {
        font-size: 0.75rem; } }

/*---------------------------------------------------------
キャンペーンに関するお問い合わせ
---------------------------------------------------------*/
#caution-wrap {
  padding: 1px 0 70px;
  text-align: left;
  margin: 0 auto;
  /* 注意事項・お客様の個人情報の取り扱いについて
  ---------------------------------------------------------*/
  /* キャンペーンに関するお問い合わせ
  ---------------------------------------------------------*/ }
  #caution-wrap .about_cash_back dt {
    margin: 60px 0 24px;
    padding: 8px 0 4px;
    color: #fff;
    background-color: #464646;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #caution-wrap .about_cash_back dt {
        margin: 30px 0 20px;
        font-size: 0.875rem; } }
  #caution-wrap .caution-list li {
    padding-left: 1em;
    text-indent: -1em;
    word-break: break-all; }
    #caution-wrap .caution-list li.attention {
      color: #ff0000; }
  #caution-wrap .caution-list > li {
    position: relative; }
    #caution-wrap .caution-list > li::before {
      content: '\25CF';
      color: #000 !important; }
  #caution-wrap .caution-list strong {
    font-size: 1.125rem;
    color: #ff0000; }
  #caution-wrap .caution-contact {
    margin-top: 70px;
    padding: 40px 30px;
    background-color: #eee; }
    @media screen and (max-width: 640px) {
      #caution-wrap .caution-contact {
        width: 100%;
        margin-top: 40px;
        padding: 20px 15px; } }
    #caution-wrap .caution-contact .title {
      padding: 4px 0 1px;
      margin-bottom: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      background: #464646;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #caution-wrap .caution-contact .title {
          padding: 4px 0 1px;
          font-size: 0.9375rem; } }
    #caution-wrap .caution-contact .inBox {
      display: flex;
      padding: 20px;
      margin-top: 30px;
      border: #e6e6e6 1px solid;
      background: #fff; }
      @media screen and (max-width: 640px) {
        #caution-wrap .caution-contact .inBox {
          display: block;
          margin-top: 20px; } }
      #caution-wrap .caution-contact .inBox .boxL {
        width: 380px;
        border-right: #e6e6e6 1px solid; }
        @media screen and (max-width: 640px) {
          #caution-wrap .caution-contact .inBox .boxL {
            width: 100%;
            border-right: none;
            border-bottom: #e6e6e6 1px solid;
            margin-bottom: 20px;
            padding-bottom: 20px; } }
        #caution-wrap .caution-contact .inBox .boxL dt {
          font-weight: bold;
          line-height: 1;
          margin-bottom: 10px; }
          @media screen and (max-width: 640px) {
            #caution-wrap .caution-contact .inBox .boxL dt {
              text-align: center; } }
        #caution-wrap .caution-contact .inBox .boxL dd {
          font-weight: bold;
          font-size: 1.625rem;
          line-height: 1; }
          @media screen and (max-width: 640px) {
            #caution-wrap .caution-contact .inBox .boxL dd {
              text-align: center; } }
          #caution-wrap .caution-contact .inBox .boxL dd .tel {
            display: block;
            text-decoration: none;
            margin-bottom: 10px; }
            @media print, screen and (min-width: 641px) {
              #caution-wrap .caution-contact .inBox .boxL dd .tel {
                pointer-events: none;
                color: #000; } }
            @media screen and (max-width: 640px) {
              #caution-wrap .caution-contact .inBox .boxL dd .tel {
                font-size: 1.25rem;
                border-bottom: 1px solid #1155AA;
                display: inline-block; } }
          #caution-wrap .caution-contact .inBox .boxL dd .mail {
            font-weight: bold;
            font-size: 1.3125rem;
            display: block; }
            @media screen and (max-width: 640px) {
              #caution-wrap .caution-contact .inBox .boxL dd .mail {
                text-decoration: none;
                font-size: 0.9375rem;
                border-bottom: 1px solid #1155AA;
                display: inline-block; } }
      #caution-wrap .caution-contact .inBox .boxR {
        padding: 10px 0 0 30px;
        line-height: 1.4; }
        @media screen and (max-width: 640px) {
          #caution-wrap .caution-contact .inBox .boxR {
            padding: 0;
            font-size: 0.6875rem; } }
        #caution-wrap .caution-contact .inBox .boxR dl {
          display: flex; }
          #caution-wrap .caution-contact .inBox .boxR dl dt {
            white-space: nowrap; }
        #caution-wrap .caution-contact .inBox .boxR .caution-contact_notes {
          font-size: 0.75rem;
          margin-top: 3px;
          display: block;
          margin-left: -8px; }
          @media screen and (max-width: 640px) {
            #caution-wrap .caution-contact .inBox .boxR .caution-contact_notes {
              font-size: 0.6875rem; } }

/*---------------------------------------------------------
ヘッダー　レイアウト
---------------------------------------------------------*/
#nav-wrapper {
  border-bottom: #e6e6e6 1px solid;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #nav-wrapper {
      margin-bottom: 0; } }
  #nav-wrapper .nav {
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 641px) {
      #nav-wrapper .nav {
        height: 70px; } }
    #nav-wrapper .nav li {
      flex: 1;
      border-right: #ddd 1px dashed;
      text-align: center; }
      #nav-wrapper .nav li a {
        display: block;
        text-decoration: none;
        line-height: 70px;
        color: #333;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          #nav-wrapper .nav li a {
            font-size: min(3vw, 12px);
            line-height: 50px; } }
      #nav-wrapper .nav li.act a {
        color: #0D2EA0; }
        #nav-wrapper .nav li.act a::before {
          content: "＞";
          display: inline-block;
          width: 8px;
          height: 14px;
          margin-right: 10px; }
          @media screen and (max-width: 640px) {
            #nav-wrapper .nav li.act a::before {
              display: none; } }

/*---------------------------------------------------------
レイアウト 設定
---------------------------------------------------------*/
/*---------------------------------------------------------
キャンペーンについて
---------------------------------------------------------*/
#cp .campaignDescription {
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    #cp .campaignDescription {
      margin-bottom: 40px; } }
  #cp .campaignDescription .img-box {
    margin-bottom: 20px;
    display: block; }
  #cp .campaignDescription p {
    font-size: 1.25rem;
    display: block;
    text-align: center;
    color: #E60012; }
    @media screen and (max-width: 640px) {
      #cp .campaignDescription p {
        font-size: 1.125rem;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 40px; } }
#cp .campaignFlow h3 {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 50px;
  line-height: 1; }
  @media screen and (max-width: 640px) {
    #cp .campaignFlow h3 {
      font-size: 1rem;
      margin-bottom: 15px; } }
#cp .campaignFlow .youtubeArea {
  margin-bottom: 60px; }
#cp .campaignFlow .step_list li {
  border: 3px solid #1155AA;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-left: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  text-indent: 0;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    #cp .campaignFlow .step_list li {
      text-align: left;
      height: 65px; } }
  #cp .campaignFlow .step_list li::before {
    content: "";
    display: flex;
    position: absolute;
    background-color: #1155AA;
    color: #fff;
    font-weight: bold;
    width: 70px;
    height: 47px;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      #cp .campaignFlow .step_list li::before {
        height: 62px; } }
  #cp .campaignFlow .step_list li:nth-child(1)::before {
    content: "1." !important; }
  #cp .campaignFlow .step_list li:nth-child(2)::before {
    content: "2." !important; }
  #cp .campaignFlow .step_list li:nth-child(3)::before {
    content: "3." !important; }
  #cp .campaignFlow .step_list li:nth-child(4)::before {
    content: "4." !important; }
  #cp .campaignFlow .step_list li:nth-child(5)::before {
    content: "5." !important; }
  #cp .campaignFlow .step_list li:nth-child(6)::before {
    content: "6." !important; }
  #cp .campaignFlow .step_list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -27px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: calc(tan(34deg)* 25px) solid #1155AA;
    transform: rotate(180deg); }
  #cp .campaignFlow .step_list li:last-child::after {
    display: none; }
  #cp .campaignFlow .step_list li p {
    width: 100%; }
    @media screen and (max-width: 640px) {
      #cp .campaignFlow .step_list li p {
        padding: 5px 10px 5px 85px; } }
    #cp .campaignFlow .step_list li p small {
      font-size: 0.9375rem;
      font-weight: normal; }
      @media screen and (max-width: 640px) {
        #cp .campaignFlow .step_list li p small {
          font-size: 0.8125rem; } }
    #cp .campaignFlow .step_list li p span {
      color: #E60012; }
#cp .campaignFlow .notes-box {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    #cp .campaignFlow .notes-box {
      margin-bottom: 60px; } }
  #cp .campaignFlow .notes-box span {
    display: block;
    color: #E60012; }
    @media screen and (max-width: 640px) {
      #cp .campaignFlow .notes-box span {
        padding-top: 15px; } }
#cp .campaignFlow .present {
  display: block;
  margin-bottom: 40px; }
#cp .campaignFlow .btn {
  margin-bottom: 30px; }
#cp .campaignFlow .annotation-box {
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    #cp .campaignFlow .annotation-box {
      margin-bottom: 40px; } }
@media screen and (max-width: 640px) {
  #cp .campaignFlow .campaign_notes {
    margin-bottom: 30px; } }
#cp .campaignFlow .campaign_notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal; }
  #cp .campaignFlow .campaign_notes li::before {
    content: '\203B'; }
  #cp .campaignFlow .campaign_notes li:first-child::before {
    content: '■'; }
  #cp .campaignFlow .campaign_notes li strong {
    color: #E60012; }
#cp .pointPresent h3 {
  display: block;
  margin-bottom: 55px; }
  @media screen and (max-width: 640px) {
    #cp .pointPresent h3 {
      margin-bottom: 10px; } }
#cp .pointPresent .heading_h3 {
  margin: 35px auto 20px;
  font-size: 1.875rem;
  color: #E94F29;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 640px) {
    #cp .pointPresent .heading_h3 {
      font-size: 1.25rem;
      margin: 25px auto 10px; } }
#cp .pointPresent .read {
  text-align: center;
  display: block;
  margin-bottom: 30px; }
  #cp .pointPresent .read .st {
    color: #E60012; }
#cp .pointPresent .link-box p {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    #cp .pointPresent .link-box p {
      text-align: left; } }
#cp .pointPresent .link-box a {
  display: block;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .pointPresent .link-box a {
      margin-bottom: 25px; } }
#cp .pointPresent .notes-box {
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .pointPresent .notes-box {
      margin-bottom: 40px; } }
  #cp .pointPresent .notes-box li {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal; }
    #cp .pointPresent .notes-box li::before {
      content: '\203B'; }
#cp .cashback h3 {
  display: block;
  margin-bottom: 55px; }
  @media screen and (max-width: 640px) {
    #cp .cashback h3 {
      margin-bottom: 30px; } }
#cp .cashback .info {
  display: block;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .cashback .info {
      margin-bottom: 40px; } }
  #cp .cashback .info span {
    display: block; }
    #cp .cashback .info span.t01 {
      font-size: 2rem;
      color: #E94F29;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        #cp .cashback .info span.t01 {
          font-size: 1.25rem; } }
    #cp .cashback .info span.t03 {
      font-weight: bold;
      color: #E60012;
      margin-bottom: 40px; }
      @media screen and (max-width: 640px) {
        #cp .cashback .info span.t03 {
          margin-bottom: 20px; } }
    #cp .cashback .info span.t04 {
      font-weight: bold;
      font-size: 1.5625rem; }
      @media screen and (max-width: 640px) {
        #cp .cashback .info span.t04 {
          font-size: 0.9375rem; } }
    #cp .cashback .info span.t05 {
      color: #E60012;
      font-size: 1.25rem; }
      @media screen and (max-width: 640px) {
        #cp .cashback .info span.t05 {
          font-size: 0.875rem; } }
#cp .cashback .cashback_method {
  display: block;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .cashback .cashback_method {
      margin-bottom: 30px; } }
#cp .cashback .link-box p {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px; }
#cp .cashback .link-box a {
  display: block;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .cashback .link-box a {
      margin-bottom: 30px; } }
#cp .cashback .notes-box {
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    #cp .cashback .notes-box {
      margin-bottom: 40px; } }
  #cp .cashback .notes-box li {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal; }
    #cp .cashback .notes-box li::before {
      content: '\203B'; }
#cp .target_product .cashback {
  margin: 70px auto 70px;
  color: #C9171E;
  border: none;
  text-align: center;
  line-height: 1.6; }
  @media screen and (max-width: 640px) {
    #cp .target_product .cashback {
      margin: 35px auto 30px; } }
#cp .target_product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    #cp .target_product ul {
      display: block; } }
  #cp .target_product ul li {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 480px;
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      #cp .target_product ul li {
        display: block;
        width: 100%;
        margin-bottom: 50px; } }
    #cp .target_product ul li a {
      display: block;
      margin-top: auto; }
      @media screen and (max-width: 640px) {
        #cp .target_product ul li a {
          width: 60%;
          margin: 0 auto 20px auto; } }
    #cp .target_product ul li .info_text {
      text-align: left;
      width: 70%;
      font-size: 0.75rem;
      line-height: 1.7;
      margin-left: 15px;
      margin-top: auto; }
      @media screen and (max-width: 640px) {
        #cp .target_product ul li .info_text {
          width: 50%;
          margin: 0 auto 0 auto; } }
      #cp .target_product ul li .info_text span {
        display: block;
        font-weight: bold;
        font-size: 1.25rem;
        margin-bottom: 5px;
        margin-bottom: 10px;
        line-height: 1; }
#cp .period table {
  margin: 40px auto 30px auto;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap; }
  @media screen and (max-width: 640px) {
    #cp .period table {
      margin: 20px auto 10px auto;
      font-size: 15px; } }
  #cp .period table tr th {
    text-align: left; }
    @media screen and (max-width: 640px) {
      #cp .period table tr th {
        text-align: center;
        display: block; } }
  #cp .period table tr td {
    border: none; }
    @media screen and (max-width: 640px) {
      #cp .period table tr td {
        text-align: center;
        display: block;
        padding-bottom: 15px; } }
    #cp .period table tr td::before {
      content: "："; }
      @media screen and (max-width: 640px) {
        #cp .period table tr td::before {
          display: none; } }
#cp .period .notes-box {
  display: block;
  width: 100%;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #cp .period .notes-box {
      margin-bottom: 30px; } }
#cp .period .btn {
  margin-bottom: 30px; }

/*---------------------------------------------------------
お申込み方法
---------------------------------------------------------*/
#web .readArea > div {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    #web .readArea > div {
      display: block;
      margin-bottom: 20px; } }
  #web .readArea > div p {
    width: 28%;
    position: relative; }
    @media screen and (max-width: 640px) {
      #web .readArea > div p {
        width: 100%; } }
    #web .readArea > div p span {
      content: "";
      display: block;
      width: 23px; }
      @media print, screen and (min-width: 641px) {
        #web .readArea > div p span {
          position: absolute;
          top: 65px;
          right: -43px; } }
      @media screen and (max-width: 640px) {
        #web .readArea > div p span {
          position: relative;
          margin: 15px auto 0; } }
    #web .readArea > div p:nth-child(2)::after, #web .readArea > div p:last-child::after {
      display: none; }
    #web .readArea > div p img {
      width: 100%; }
#web .readArea > p {
  font-weight: bold;
  text-align: center; }
#web .readArea .bText {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 641px) {
    #web .readArea .bText {
      font-size: 1.5625rem !important; } }
  @media screen and (max-width: 640px) {
    #web .readArea .bText {
      font-size: min(3.2vw, 14px) !important;
      margin-bottom: 10px; } }
#web .readArea .sText {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 641px) {
    #web .readArea .sText {
      font-size: 0.9375rem !important; } }
  @media screen and (max-width: 640px) {
    #web .readArea .sText {
      text-align: left !important;
      font-size: 0.75rem !important;
      margin-bottom: 15px; } }
@media print, screen and (min-width: 641px) {
  #web .readArea .stepList {
    margin-bottom: 60px !important; } }
#web .readArea .notes-box {
  text-align: center;
  font-size: 1rem;
  display: block;
  font-weight: bold; }
#web .advancePreparation {
  background-color: #e60012;
  border: 1px solid #e60012;
  margin-bottom: 100px; }
  @media screen and (max-width: 640px) {
    #web .advancePreparation {
      margin-bottom: 50px; } }
  #web .advancePreparation .mt {
    color: #fff;
    padding: 15px 20px;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    background-color: #e60012; }
  #web .advancePreparation ul {
    background-color: #fff698;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      #web .advancePreparation ul {
        padding: 2.5%; } }
    #web .advancePreparation ul li {
      width: 100%; }
      #web .advancePreparation ul li .st {
        color: #e60012;
        font-size: 1.125rem; }
      #web .advancePreparation ul li .text-box {
        display: block;
        font-size: 0.9375rem;
        padding-left: 1.6em;
        margin-bottom: 20px; }
        #web .advancePreparation ul li .text-box span {
          display: block;
          color: #e60012;
          font-weight: bold; }
      #web .advancePreparation ul li .img-box {
        display: block;
        width: 93%;
        margin: 0 auto 30px auto; }
        @media screen and (max-width: 640px) {
          #web .advancePreparation ul li .img-box {
            margin: 0 auto 20px auto; } }
      #web .advancePreparation ul li:first-child .inner {
        background-color: #fff;
        border-radius: 5px;
        padding: 10px 1.2em;
        margin-bottom: 15px; }
      #web .advancePreparation ul li:first-child .notes-box {
        margin-bottom: 20px; }
        #web .advancePreparation ul li:first-child .notes-box .indent-box {
          margin-left: 1.6em; }
          @media screen and (max-width: 640px) {
            #web .advancePreparation ul li:first-child .notes-box .indent-box {
              margin-left: .5em; } }
      #web .advancePreparation ul li.serialnum div {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 640px) {
          #web .advancePreparation ul li.serialnum div {
            display: block; } }
        #web .advancePreparation ul li.serialnum div .text-box {
          font-size: 0.8125rem; }
        #web .advancePreparation ul li.serialnum div .img-box {
          width: 45%;
          margin-left: 2%; }
          @media screen and (max-width: 640px) {
            #web .advancePreparation ul li.serialnum div .img-box {
              width: 100%;
              margin-left: 0; } }
      #web .advancePreparation ul li .indent-box {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 0;
        font-size: 0.8125rem;
        display: block;
        font-weight: normal !important;
        color: #000 !important; }
#web .step {
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    #web .step {
      margin-bottom: 50px; } }
  #web .step .stepTitle {
    position: relative;
    background-color: #ed4c59;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    display: flex;
    padding: 15px 30px 15px 0;
    margin-bottom: 30px;
    font-size: 1.875rem;
    line-height: 1;
    align-items: center; }
    @media screen and (max-width: 640px) {
      #web .step .stepTitle {
        font-size: 0.9375rem;
        line-height: 1.3;
        padding: 12px 15px 10px 0;
        margin-bottom: 15px; } }
    #web .step .stepTitle::before {
      content: "";
      background-color: #e60012;
      position: absolute;
      display: block;
      transform: rotate(22deg);
      width: 200px;
      height: 200px;
      top: -44px;
      left: -45px;
      z-index: 1; }
      @media screen and (max-width: 640px) {
        #web .step .stepTitle::before {
          left: -110px; } }
    #web .step .stepTitle span {
      display: flex;
      align-items: center;
      margin-right: 30px;
      white-space: nowrap;
      position: relative;
      z-index: 1;
      padding: 0 25px;
      left: 0;
      top: 0;
      height: 100%;
      font-size: 2rem; }
      @media screen and (max-width: 640px) {
        #web .step .stepTitle span {
          font-size: 1.25rem;
          padding: 0 15px; } }
      #web .step .stepTitle span small {
        font-size: 1.5rem;
        padding-right: 5px; }
        @media screen and (max-width: 640px) {
          #web .step .stepTitle span small {
            font-size: 0.875rem; } }
  #web .step .stepWrap {
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      #web .step .stepWrap {
        display: block; } }
    #web .step .stepWrap > div {
      width: 40%; }
      @media screen and (max-width: 640px) {
        #web .step .stepWrap > div {
          width: 100% !important; } }
      #web .step .stepWrap > div:first-child {
        width: 65%; }
      #web .step .stepWrap > div p b {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1;
        display: block; }
        @media screen and (max-width: 640px) {
          #web .step .stepWrap > div p b {
            font-size: 1.125rem;
            margin-bottom: 10px; } }
  @media screen and (max-width: 640px) {
    #web .step .btn {
      margin-top: 15px; } }
  #web .step#step1 .btn {
    margin-top: 15px; }
  #web .step#step2 p span {
    color: #E60012;
    margin-top: 10px;
    display: block; }
  #web .step#step3 .notes-box {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    font-size: 1.5rem; }
    @media screen and (max-width: 640px) {
      #web .step#step3 .notes-box {
        padding-top: 25px;
        font-size: 1rem; } }
  #web .step.registrationConfirmation .stepTitle {
    background-color: #45ad22; }
    #web .step.registrationConfirmation .stepTitle::before {
      background-color: #429B0B; }
  #web .step.registrationConfirmation strong {
    display: block;
    line-height: 1.6;
    color: #E60012;
    margin-bottom: 40px; }
  #web .step.registrationConfirmation .notes-box {
    background-color: #EBECEE;
    padding: 20px;
    margin-bottom: 80px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #web .step.registrationConfirmation .notes-box {
        margin-bottom: 40px; } }
  #web .step.registrationConfirmation .campaignDescription {
    background-color: #E60012;
    padding: 30px 20px 20px 20px;
    border-bottom: 10px solid #ED848D;
    border-top: 10px solid #ED848D;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #web .step.registrationConfirmation .campaignDescription {
        border-bottom: 5px solid #ED848D;
        border-top: 5px solid #ED848D; } }
    #web .step.registrationConfirmation .campaignDescription .img-box {
      display: block;
      margin: 0 auto 20px auto;
      max-width: 755px; }

/*---------------------------------------------------------
よくあるご質問
---------------------------------------------------------*/
#faq .faq_title {
  margin: 50px 0 20px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: #333 1px solid; }
  @media screen and (max-width: 640px) {
    #faq .faq_title {
      margin: 25px 0 10px;
      padding-bottom: 6px;
      font-size: 1rem; } }
#faq .faq-box {
  margin-bottom: 30px;
  border-bottom: #e6e6e6 1px solid; }
  #faq .faq-box dl {
    font-size: 1rem; }
    @media screen and (max-width: 640px) {
      #faq .faq-box dl {
        font-size: 0.875rem; } }
    #faq .faq-box dl dt {
      padding: 20px 60px 20px 90px;
      min-height: 90px;
      background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/pc/ico_que.png) no-repeat 20px center #e6e6e6;
      background-size: 50px;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 640px) {
        #faq .faq-box dl dt {
          padding: 13px 10px 30px 50px;
          min-height: 60px;
          background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/sp/ico_que.png) no-repeat 10px 10px #e6e6e6;
          background-size: 30px; } }
      #faq .faq-box dl dt::after {
        content: "";
        display: block;
        position: absolute;
        right: 30px;
        width: 18px;
        height: 10px;
        background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/pc/arr_open_bk.png) no-repeat center center;
        background-size: contain; }
        @media print, screen and (min-width: 641px) {
          #faq .faq-box dl dt::after {
            top: 40px; } }
        @media screen and (max-width: 640px) {
          #faq .faq-box dl dt::after {
            bottom: 10px;
            left: 50%;
            background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/sp/arr_open_bk.png) no-repeat center center;
            transform: translateX(-50%);
            background-size: contain; } }
      #faq .faq-box dl dt.focus::after {
        background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/pc/arr_close_bk.png) no-repeat center center;
        background-size: contain; }
        @media screen and (max-width: 640px) {
          #faq .faq-box dl dt.focus::after {
            background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/sp/arr_close_bk.png) no-repeat center center;
            background-size: contain; } }
    #faq .faq-box dl dd {
      padding: 20px 20px 60px 90px;
      background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/pc/ico_ans.png) no-repeat 20px 20px;
      background-size: 50px; }
      @media screen and (max-width: 640px) {
        #faq .faq-box dl dd {
          padding: 10px 10px 30px 50px;
          background: url(/-/media/BOL/campaign/brotherCP-2025-11/cp_faq/sp/ico_ans.png) no-repeat 10px 10px;
          background-size: 30px; } }

/* ▼ FAQアコーディオン開閉制御 ▼ */

/* 初期状態で非表示 */
#faq .faq-box dl dd {
  display: none;
}

/* 開いている時の表示（JSで .active または .focus を付与） */
#faq .faq-box dl dd.active {
  display: block;
}

/* アニメーションで滑らかに開閉したい場合 */
#faq .faq-box dl dd {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

/* 開いた状態 */
#faq .faq-box dl dd.active {
  max-height: 1000px; /* 内容に応じて大きめに */
}


/*---------------------------------------------------------
MININ
---------------------------------------------------------*/
