@charset "UTF-8";

/* 全ページ共通 Css start */
*,
*::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}
html {height: 100%; font-size: 62.5%;overflow-x: hidden;}
body {position: relative; font-family: 'Noto Sans JP', sans-serif; font-size: 1.6rem;line-height: 1.0em;letter-spacing: 0em;background: #ffffff;overflow-x: hidden;overflow-y: scroll;word-wrap: break-word; height: auto;}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,span,strong {line-height: 1.6em;letter-spacing: 0em;font-weight: 400;font-feature-settings : "palt";margin: 0;padding: 0; color:#0A3632;}
main {display: block;overflow: hidden;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
ul {list-style: none;}
a, a:visited {color:#333;text-decoration: none;background-color: transparent;}
a:hover, a:active { color:#666; }
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;width: auto;height: auto;max-width: 100%;max-height: 100%;}
button, input, optgroup, select,textarea {font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset { padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
details { display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}


/* Component ----------------------- */
/* Button */
.btn-base, .btn-base:visited {width: fit-content;display: inline-block;padding: 15px 60px;color: #fff;font-size: 1rem;font-weight: 600;text-decoration: none;background-color: #E1251B;transition: .3s;border-radius: 30px;}
.btn-base:active, .btn-base:hover {color: #fff;background-color: #f13228;}
.pctb-none {display: block;}
.sp-none {display: none;}
@media screen and (min-width: 768px) {
  .pctb-none {display: none;}
  .sp-none {display: block;}
}
@media screen and (min-width: 1024px) {
  .pctb-none {display: none;}
}
@media screen and (min-width: 1200px) {
}

/* Form */
input {padding: .3rem .5rem;}
button, input, optgroup, select, textarea {font-size: 1rem;}




@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}





/* Header ----------------------- */
.header {width: 100%; position: absolute; top: 0; z-index: 100;}
.header-inner {width: 100%;height: 60px;padding-left: 10px;padding-right: 10px;display: flex; align-items: center;}
.header-inner .header-title {line-height: 0.8em;}
.header-inner .header-title img {width: 100px;}
.header-nav {margin-left: auto; }
.fixed-header {position: fixed;top: -80px;left: 0;z-index: 100;transition: all 0.3s ease-in-out;visibility: hidden;background: linear-gradient(to bottom right, #1A756E, #70B095);}
.fixed-header.is-show {top: 0;visibility: visible;}
@media screen and (min-width: 768px) {
  .header-inner {height: 80px;}
  .header-inner .header-title img {width: 150px;}
  /*.header-nav {display: flex;}*/
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
  .header-inner {width: 96%; max-width: 1600px;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;position: relative;}
}

.language-switcher {position: relative;display: inline-block;cursor: pointer;}
.language-switcher > .current-language {padding: 10px 20px;color: #ffffff;border: none;font-size: 16px;display: flex;align-items: center;gap: 10px;}
.language-switcher > .language-options {display: block;visibility: hidden;opacity: 0;position: absolute;top: 100%;left: 0;background-color: white;border: 1px solid #ddd;border-radius: 5px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);z-index: 100;transform: translateY(-10px);transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}
.language-switcher > .language-options a {display: flex;align-items: center;gap: 10px;padding: 10px 20px;color: #333;text-decoration: none;font-size: 14px;
transition: background-color 0.3s ease;}
.language-switcher > .language-options a:hover {background-color: #f1f1f1;}
@media (hover: hover) {
  .language-switcher:hover > .language-options {visibility: visible;opacity: 1;transform: translateY(0);}
}
.language-switcher.show-options > .language-options {visibility: visible;opacity: 1;transform: translateY(0);}
.flag {width: 20px;height: 20px;object-fit: cover;}



/* Preloader ----------------------- */
#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: #202020;z-index: 9999;display: flex;justify-content: center;align-items: center;opacity: 1;transition: opacity .8s ease-in-out;}
.pre-logo {width: 40%; display: block; margin-bottom: 100px; opacity: 0;transition: opacity 0.5s ease-in-out;}
@media screen and (min-width: 768px) {
  .pre-logo {width: 30%; margin-bottom: 100px; margin-left: 0;}
}
@media screen and (min-width: 1024px) {
  .pre-logo {width: 500px;}
}
@media screen and (min-width: 1024px) {
  .pre-logo {width: 15%;}
}



/* Footer ----------------------- */
.copy-wrap { width: 100%; padding: 20px 0; margin: 0; display: block; z-index: 1; background: #202020;}
.copy-wrap p {text-align: center; color: #ffffff; font-size: 14px; font-weight: bold;}
@media screen and (min-width: 768px) {
  .f-link-block {display: flex; justify-content: space-between; }
  .f-link-block .ft-link {width: 48%;}
}



/* Animation ----------------------- */
.mv-left-in-pt1, .mv-left-in-pt2 {opacity: 0;transform: translateX(-100px);}
.mv-right-in-pt1, .mv-right-in-pt2 {opacity: 0;transform: translateX(100px);}
.mv-bottom-pt1, .mv-bottom-pt2 {opacity: 0;transform: translateY(100px);}
.mv-scale-in {opacity: 0;transform: scale(0.8);}



#contents {width: 100%;padding: 0;margin: 0; z-index: 0;}
section {width: 100%; padding: 0; margin: 0 auto; display: block;}
.wh-bk {background: #ffffff;}
.inbox {width: 100%; padding: 60px 20px; margin: 0; display: block; }
.inbox h2 {font-size: 2rem; font-weight: bold; color: #E1251B; text-align: center; margin-bottom: 60px;}
.pc-img {display: none;}
.sp-img {display: block;}
@media screen and (min-width: 768px) {
  .inbox h2 {font-size: 2.6rem; margin-bottom: 30px;}
  .pc-img {display: block;}
  .sp-img {display: none;}
}
@media screen and (min-width: 1024px) {
  .inbox {padding: 90px 20px;}
  .inbox h2 {font-size: 2.6rem;}
  
}
@media screen and (min-width: 1200px) {
  .inbox {width: 90%; max-width: 1000px; padding: 100px 0; margin: 0 auto; }
  .inbox h2 {font-size: 3.2rem;}
}



/* Main ----------------------- */
.main {width: 100%;height: auto; background: #202020;}
.main .inbox { padding-top: 80px; padding-bottom: 90px;}

.main .inbox h2 {font-size: 4rem; font-weight: bold; font-family: "Noto Serif JP", serif; letter-spacing: 0.1em; color: #ffffff; position: relative; text-align: center; width: fit-content; margin: 0 auto 20px; }
.main .inbox h2 span {color: #ffffff; font-size: 3rem; position: absolute; right: -15px; top: 0px; }
.main .inbox h3 {font-size: 2.2rem; color: #ffffff; margin-bottom: 0; font-family: "Noto Serif JP", serif; text-align: center;}
.main .inbox .sp-box {display: block;}
.main .inbox .sp-box p {color: #ffffff; font-size: 1.8rem; margin-bottom: 40px;}
.main .inbox .sp-box .bl {font-weight: bold; font-size: 1.8rem; margin-bottom: 15px;}
.main .inbox .sp-box img {width: 100%; display: block; margin: 0 auto 30px;}
.main .inbox .sp-box img:nth-child(4) {width: 90%; display: block; margin: 0 auto 30px;}
.main .inbox .pc-box {display: none;} 


.main .inbox .cta-wrap {display: block; width: 100%; }
.main .inbox .cta-wrap p {font-size: 2rem; color: #ffffff; font-weight: bold; line-height: 2em; text-align: center;}
.main .inbox .cta-wrap a:link, .main .inbox .cta-wrap a:visited { display: block; width: fit-content; padding: 20px 60px; margin: 30px auto 50px;  color: #ffffff;  background: linear-gradient(#E1251B, #7B140F); border-radius: 30px; font-size: 1.8rem; font-weight: bold; }
.main .inbox p {text-align: center; color: #ffffff; font-size: 1.2rem;}

@media screen and (min-width: 768px) {
  .main .inbox { padding-top: 140px;}
  .main .inbox h2 {font-size: 4.6rem; }
  .main .inbox h3 br {display: none;}
  .main .inbox .cta-wrap p br {display: none;}
  .main .inbox .sp-box img {width: 60%;}
  .main .inbox .sp-box img:nth-child(4) {width: 45%;}
  .main .inbox .sp-box p {text-align: center;}

}
@media screen and (min-width: 1024px) {
  .main .inbox { padding-bottom: 100px;}
  .main .inbox h3 {font-size: 2.6rem;}
  .main .inbox .sp-box {display: none;}
  .main .inbox .pc-box {display: block; width: 100%; position: relative; height: 520px;}
  .main .inbox .pc-box .mock { position: absolute; top:0; left: 0; width: 590px; z-index: 1;}
  .main .inbox .pc-box .pc-txt { position: absolute; top:280px; right: 10px; width: 390px; z-index: 1;}
  .main .inbox .pc-box .right-parts1 {width: 350px; position: absolute; right: 0; top: 30px; z-index: 0;}
  .main .inbox .pc-box .right-parts2 {width: 350px; position: absolute; right: 0; top: 150px; z-index: 0;}
  .main .inbox .pc-box .right-parts3 {width: 350px; position: absolute; right: 0; top: 250px; z-index: 0;}
  .main .inbox .pc-box .right-parts4 {width: 350px; position: absolute; right: 0; top: 230px; z-index: 0;}
  .main .inbox .pc-box .tx-box {display: block; width: 400px; position: absolute; right: 0; top: 50px; z-index: 2;}
  .main .inbox .pc-box .tx-box p {color: #ffffff; font-size: 1.6rem ; text-align: left; }
  .main .inbox .pc-box .tx-box .bl {font-weight: bold; font-size: 2.4rem; margin-bottom: 15px;}



  
}
@media screen and (min-width: 1200px) {
  .main {height: 100vh;}
  .main .inbox { max-width: 1200px; padding-top: 80px;}
  .main .inbox h2 {font-size: 6.4rem; line-height: 1.2em; }
  .main .inbox h3 {font-size: 3rem;}
  .main .inbox .pc-box {height: 550px;}
  .main .inbox .pc-box .mock { width: 700px; z-index: 0;}
  .main .inbox .pc-box .pc-txt { top:280px; right: 0; width: 430px;}
  .main .inbox .pc-box .right-parts1 {width: 380px; position: absolute; right: -70px; top: 0; z-index: 0;}
  .main .inbox .pc-box .right-parts2 {width: 380px; position: absolute; right: -70px; top: 120px; z-index: 0;}
  .main .inbox .pc-box .right-parts3 {width: 380px; position: absolute; right: -70px; top: 220px; z-index: 0;}
  .main .inbox .pc-box .right-parts4 {width: 380px; position: absolute; right: -70px; top: 200px; z-index: 0;}
  .main .inbox .pc-box .tx-box {display: block; width: 430px; position: absolute; right: 0; top: 60px; z-index: 2;}
  .main .inbox .pc-box .tx-box p {color: #ffffff; font-size: 1.6rem ; text-align: left; }
  .main .inbox .pc-box .tx-box .bl {font-weight: bold; font-size: 2.4rem;}
  .main .inbox .cta-wrap {margin-top: -30px; z-index: 3;}
  
}



/* Primary ----------------------- */
.primary .inbox 
.primary .inbox img {width: 100%;}
.primary .inbox .sp-img {margin: 0 auto; width: 100%;}



/* About ----------------------- */
.about {background: #202020;}
.about .inbox h2 {color: #ffffff;}
.about .inbox p {text-align: center; color: #ffffff; line-height: 2em;}
.about .inbox .sub-tl {color: #E1251B; margin-bottom: 30px; font-size: 2rem; font-weight: bold;}
@media screen and (min-width: 1024px) {
  .about .inbox .sub-tl {color: #E1251B; margin-bottom: 50px; font-size: 2.4rem;}
}




/* Features ----------------------- */
.features {width: 100%;height: auto; background: #EDEDED; }
.features .inbox h2 {font-size: 2.2rem; font-family: "Noto Serif JP", serif;}
.features .inbox h2 br {display: block;}
.features .inbox .item {display: flex; flex-direction: column; width: 100%; margin-bottom: 80px; align-items: center;}
.features .inbox .item:last-child {margin-bottom: 0;}
.features .inbox .item img { width: 90%; margin-bottom: 30px;}
.features .inbox .item .txt-box h3 {font-size: 2.2rem; font-weight: bold; margin-bottom: 30px; text-align: center; }
.features .inbox .item .txt-box h3 br {display: none;}
.features .inbox .item .txt-box p {line-height: 2em; text-align: center;}
@media screen and (min-width: 768px) {
  .features .inbox h2 {margin-bottom: 50px;}
  .features .inbox h2 br {display: none;}
  .features .inbox .item img { width: 50%; margin-bottom: 30px;}
}
@media screen and (min-width: 1024px) {
  .features .inbox { padding: 130px 20px;}
  .features .inbox h2 {font-size: 2.4rem;}
  .features .inbox .item {display: flex; justify-content: space-between; flex-direction: row; width: 100%; margin-bottom: 50px; align-items: center;}
  .features .inbox .item img {width: 350px;}
  .features .inbox .item .txt-box {width: 60%;}
  .features .inbox .item .txt-box h3 {font-size: 2.8rem;  margin-bottom: 30px; text-align: left;}
  .features .inbox .item .txt-box h3 br {display: block;}
  .features .inbox .item .txt-box p {text-align: left;}
  .features .inbox .item:nth-child(odd) img {order: 2;}
  .features .inbox .item:nth-child(odd) .txt-box {order: 1;}  
}
@media screen and (min-width: 1200px) {
  .features .inbox .item img {width: 350px;}
}


/* Detail ----------------------- */
.detail {background: #202020;}
.detail .inbox h2 {color: #ffffff; font-family: "Noto Serif JP", serif;}
.detail .inbox h2 br {display: block;}
.detail .inbox img {margin: 0 auto 50px;}
@media screen and (min-width: 768px) {
  .detail .inbox h2 br {display: none;}
  .detail .inbox img.pc-img {display: block;}
  .detail .inbox img.sp-img {display: none;}
}
@media screen and (min-width: 1024px) {
  .detail .inbox h2 {margin-bottom: 60px;}
}
@media screen and (min-width: 1200px) {
}



/* Price ----------------------- */
.price {background: #ffffff;}
.price .inbox img {width: 100%;}
.price .inbox .top-box {display: block; margin: 30px 0 50px; }
.price .inbox .top-box p {text-align: center; margin-bottom: 20px;}
.price .inbox .top-box p:nth-child(1) {font-weight: bold; font-size: 2.4rem; margin-bottom: 30px;}
.price .inbox .top-box p:nth-child(2) {font-size: 2rem; font-weight: bold; margin-bottom: 0;}
.price .inbox .top-box p:nth-child(3) {font-size: 3rem; font-weight: bold; font-family: "Goldman", sans-serif;}
.price .inbox .top-box p:nth-child(3) span {font-size: 6rem; font-family: "Goldman", sans-serif; font-weight: bold; color: #E1251B; padding-right: 10px;}
.price .inbox .top-box .img-block .sp-img {margin-left: 80px;}
.price .inbox h3 {font-size: 2.4rem; font-weight: bold; margin-bottom: 30px; text-align: center;}
.price .inbox .under {font-size: 2rem; margin-top: 50px; text-align: center; font-weight: bold; line-height: 2em; }
@media screen and (min-width: 768px) {
  .price .inbox .top-box {display: flex; justify-content: space-around; margin: 60px 0 50px;}
  .price .inbox .top-box p:nth-child(1) {font-size: 2.4rem; margin-bottom: 50px;}
  .price .inbox .top-box p:nth-child(2) {font-size: 2rem; margin-bottom: 20px;}
  .price .inbox .top-box p:nth-child(3) {font-size: 3rem;}
  .price .inbox .top-box p:nth-child(3) span {font-size: 6rem; padding-right: 10px;}
  .price .inbox .top-box .img-block .pc-img {margin-left: 0; margin-right: -150px;}
}
@media screen and (min-width: 1024px) {
  .price .inbox .top-box .img-block .pc-img {margin-right: 0;}
}
@media screen and (min-width: 1200px) {
}



/* crypto-sv ----------------------- */
.crypto-sv {background: url('../images/section5_sp.webp?v=02') 0 0/cover no-repeat;}
.crypto-sv .inbox { padding: 430px 20px 60px 20px;}
.crypto-sv .inbox h2 {color: #ffffff; font-size: 2.4rem; font-weight: bold; margin-bottom: 30px; line-height: 2em;}
.crypto-sv .inbox p {color: #ffffff; line-height: 2em; margin-bottom: 20px; } 
@media screen and (min-width: 768px) {
  .crypto-sv .inbox { padding: 650px 20px 60px 20px;}
}
@media screen and (min-width: 1024px) {
  .crypto-sv {background: url('../images/section5.webp?v=02') 0 0/cover no-repeat;}
  .crypto-sv .inbox {padding: 90px 20px 90px 400px;}
}



/* cashback ----------------------- */
.cashback {background: #F6F6F6; }
.cashback .inbox h2 {color: #040000; font-weight: bold; font-size: 2.8rem; margin-bottom: 50px;}
.cashback .inbox img {width: 100%;}
@media screen and (min-width: 768px) {
  .cashback .inbox h2 {font-size: 2.6rem; }
  .cashback .inbox h2 br {display: none;}
}
@media screen and (min-width: 1024px) {
  .cashback .inbox h2 {font-size: 3.2rem; }
}



/* line-contact ----------------------- */
.line-contact {
  background-color: #ffffff;
}

.line-contact .inbox h2 {
  font-family: 'Noto Sans JP', sans-serif; color: #040000;
}

.line-contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: 0 auto;
}

.line-qr {
  margin-bottom: 30px;
}

.line-qr img {
  width: 200px;
  height: auto;
  border: 4px solid #06C755;
  border-radius: 10px;
  background: white;
  padding: 10px;
}

.line-info {
  text-align: center;
}

.line-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.6;
}

.line-info p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}

.line-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.line-id {
  background: rgba(6, 199, 85, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
}

.line-id p {
  margin: 0;
  font-size: 1.6rem;
  color: #06C755;
}

.line-button {
  display: inline-block;
  background: #06C755;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.line-button:hover {
  background: #05B64B;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(6, 199, 85, 0.3);
}

.line-button i {
  margin-right: 8px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .line-contact-container {
      flex-direction: row;
      justify-content: center;
      padding: 50px;
      gap: 40px;
  }
  
  .line-qr {
      margin-bottom: 0;
  }
  
  .line-info {
      text-align: left;
      max-width: 500px;
  }
  
  .line-info h3 {
      font-size: 2.2rem;
  }
  
  .line-info p {
      font-size: 1.6rem;
  }
  
  .line-actions {
      flex-direction: row;
      justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .line-contact-container {
      padding: 60px;
      gap: 60px;
  }
  
  .line-qr img {
      width: 240px;
  }
  
  .line-info h3 {
      font-size: 2.4rem;
  }
  
  .line-info p {
      font-size: 1.8rem;
  }
  
  .line-id p {
      font-size: 1.8rem;
  }
  
  .line-button {
      font-size: 1.8rem;
  }
}







.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.floating.visible {
  opacity: 1;
  visibility: visible;
}


/* 追従ボタンのスタイル */
.fixed-apply-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: block;
}

.floating-apply-button {
  display: block;
  padding: 15px;
  background: linear-gradient(#e1251b, #7B140F);
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  animation: float-pulse 2s infinite;
}

.floating-apply-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.floating-apply-button .button-image {
  width: 160px;
  height: auto;
  display: block;
}

@keyframes float-pulse {
  0% {
      box-shadow: 0 4px 20px rgba(225, 37, 27,0.4);
  }
  50% {
      box-shadow: 0 4px 30px rgba(225, 37, 27,0.7);
  }
  100% {
      box-shadow: 0 4px 20px rgba(225, 37, 27,0.4);
  }
}

@media screen and (max-width: 767px) {
  .fixed-apply-button {
      bottom: 15px;
      right: 15px;
  }
  
  .floating-apply-button {
      padding: 12px;
  }
  
  .floating-apply-button .button-image {
      width: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .fixed-apply-button {
      bottom: 30px;
      right: 30px;
  }
  
  .floating-apply-button {
      padding: 18px;
  }
  
  .floating-apply-button .button-image {
      width: 180px;
  }
}



/* notice-area */
.notice-area {background: #202020; display: block; padding: 80px 20px;}
.notice-area .inbox { background: linear-gradient(to bottom right, #3C3C3C, #222222); border-radius: 10px; padding: 60px 20px 20px;}
.notice-area .inbox h2 {font-size: 2.4rem; color: #ffffff; margin-bottom: 30px;}
.notice-area .inbox h2 span {font-size: 1.6rem; color: #ffffff; border: 1px solid #ffffff; display: inline-block; padding: 10px 10px; margin-bottom: 15px;}
.notice-area .inbox .fl-block img {width: 100%; display: block; margin-bottom: 30px;}
.notice-area .inbox .fl-block .dl-block p {font-size: 1.8rem; color: #ffffff; text-align: center; margin-top: 0;}
.notice-area .inbox .fl-block .dl-block p br {display: none;}
.notice-area .inbox .fl-block .dl-block p span {color: #E1251B; font-weight: bold; font-size: 6rem; display: inline-block; padding: 0 5px; }
.notice-area .inbox .fl-block .dl-block p.nl-txt {line-height: 0; margin-bottom: 40px; font-weight: bold;}
.notice-area .inbox .cta-wrap {display: block; width: 100%; }
.notice-area .inbox .cta-wrap p {font-size: 2rem; color: #ffffff; font-weight: bold; line-height: 2em; text-align: center;}
.notice-area .inbox .cta-wrap a:link, .main .inbox .cta-wrap a:visited { display: block; width: fit-content; padding: 20px 60px; margin: 30px auto 50px;  color: #ffffff;  background: linear-gradient(#E1251B, #7B140F); border-radius: 30px; font-size: 1.8rem; font-weight: bold; }

@media screen and (min-width: 768px) {
  .notice-area .inbox h2 br.pc-none {display: none;}
  .notice-area .inbox .fl-block img {width: 50%; display: block; margin: 0 auto;}
  .notice-area .inbox .fl-block .dl-block {width: 80%; margin: 0 auto;}
  .notice-area .inbox .fl-block .dl-block ul li { text-align: center;}
  .notice-area .inbox .fl-block .dl-block p {text-align: center;}
  .notice-area .inbox .fl-block .dl-block p.nl-txt {margin-bottom: 30px;}
}
@media screen and (min-width: 1024px) {
  .notice-area .inbox { padding: 90px 30px;}
  .notice-area .inbox h2 {font-size: 3rem;}
  .notice-area .inbox h2 .pc-none { display: none;}
  .notice-area .inbox .fl-block {display: flex; align-items:center ; justify-content: space-between; margin: 50px 0 0;}
  .notice-area .inbox .fl-block img {width: 45%; display: block; margin: 0;}
  .notice-area .inbox .fl-block .dl-block {width: 50%; margin: 0;}
  .notice-area .inbox .fl-block .dl-block ul li { text-align: left;}
  .notice-area .inbox .fl-block .dl-block p {text-align: left; line-height: 1.8em;}
}
@media  screen and (min-width: 1200px) {
  .notice-area .inbox .fl-block img {width: 40%;}
  .notice-area .inbox .fl-block .dl-block p {margin-bottom: 20px;}
  .notice-area .inbox .fl-block .dl-block p:nth-child(1) { margin-bottom: 0;}
  .notice-area .inbox .fl-block .dl-block p.nl-txt {margin-bottom: 20px; margin-top: -10px;}
  .notice-area .inbox .cta-wrap {margin-top: 0; z-index: 3;}
  .notice-area .inbox .cta-wrap a:link, .main .inbox .cta-wrap a:visited { margin: 30px auto 0; }
}



/* add 251022 */
.mb-none {margin-bottom: 0 !important;}