@charset "UTF-8";
/*NotoSansフォントのインポート-------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*Robotoフォントの数字だけインポート-------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap&text=0123456789QA,");
/************************************************************/
/*reset
/************************************************************/
ol, ul {
  list-style: none;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:not([class]) {
  color: #224adf;
}
a:not([class]):hover {
  text-decoration: underline;
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

/************************************************************/
html {
  color: #635556;
  font-size: 62.5%;
  min-width: 300px;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 400;
  background: #fff;
}

/************************************************************/
/*メディアクエリ
/************************************************************/
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
/************************************************************/
/*余白
/************************************************************/
.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
  display: block;
}

.mb10 {
  margin-bottom: 10px !important;
  display: block;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

/************************************************************/
/*テキスト周り
/************************************************************/
.txt-s {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .txt-s {
    font-size: 12px;
  }
}

.txt-m {
  font-size: clamp(18px, 3.5vw, 24px);
  line-height: 1.4;
}

.txt-mm {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}

.txt-l {
  font-size: clamp(24px, 5vw, 30px);
}

.strike {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bold {
  font-weight: 700 !important;
}

.thin {
  font-weight: 100 !important;
}

.inline {
  display: inline !important;
}

.pen {
  background: linear-gradient(transparent 70%, #ffeb0082 30%);
}

.red {
  color: #d3313e !important;
}

.bold {
  font-weight: bold;
}

.price-s {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
}

.price-m {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
}

.price-l {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 900;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

span.or {
  display: block;
  color: #fff;
  background: #e32e37;
  line-height: 1em;
  border-radius: 5px;
  width: 30px;
  font-size: 90%;
  margin: 5px auto 7px;
  padding-bottom: 2px;
}

.niju {
  color: #cf2633;
}

.maru {
  color: #e77315;
}

.sankaku, .nasi {
  color: #999;
}

.tag {
  padding: 5px 15px 7px 15px;
  border-radius: 5px;
  font-size: 80%;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .tag {
    margin-right: 10px;
  }
}
.tag.tag-white {
  background: #fff;
}

p.txt-s {
  margin-top: 1rem;
  color: #777;
}

.midashi-shita {
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
  margin: 15px 0 50px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .midashi-shita {
    margin-bottom: 30px;
  }
}

/************************************************************/
/*見出し
/************************************************************/
h2 {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 900;
}
h2 small {
  position: relative;
  bottom: -4px;
}

h2.midashi, h1.midashi {
  font-size: clamp(24px, 8vw, 48px);
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  h2.midashi, h1.midashi {
    margin-bottom: 30px;
  }
}

h1.midashi {
  justify-content: center;
  font-size: clamp(24px, 7vw, 40px);
}

h2.midashi:after {
  content: "";
  background: #e74d59;
  height: 3px;
  width: 54px;
  position: absolute;
  bottom: -23px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  h2.midashi:after {
    bottom: -15px;
  }
}

h3.blue, h2.blue {
  font-size: clamp(16px, 3vw, 24px);
  padding: 5px clamp(14px, 2vw, 20px);
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  justify-content: flex-start;
}
h3.blue:before, h2.blue:before {
  content: "";
  display: block;
  width: 5px;
  height: clamp(16px, 5vw, 30px);
  background: linear-gradient(#e74d59 50%, #f2818d 50%);
  position: absolute;
  left: 0;
  top: calc(50% - clamp(8px,2.5vw,14px));
}

/************************************************************/
/*ボタン
/************************************************************/
a.button {
  background: #df2d3b;
  width: 48%;
  max-width: 250px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 20px);
  filter: drop-shadow(3px 5px 0 #f0efef);
  margin: 0;
  transition: .3s ease;
  position: relative;
}
@media screen and (max-width: 640px) {
  a.button {
    height: 50px;
  }
}
a.button:after {
  content: "";
  background: url("/service/provider/flets-zenko/form/common/img/btn-right.png");
  background-size: contain;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  transition: .3s ease;
  width: 14px;
  height: 14px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  a.button:after {
    width: 10px;
    height: 10px;
  }
}
a.button:hover {
  filter: drop-shadow(0px 2px 0px #f0efef) brightness(110%);
  transform: translateY(3px);
}
a.button:hover:after {
  right: 10px;
}

.btn2 {
  padding: 5px 30px 5px 10px;
  border: solid 2px #635556;
  margin: 10px 20px;
  color: #635556;
  position: relative;
  transition: .3s ease;
}
.btn2:after {
  content: "▲";
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  transform: rotate(90deg) scale(1, 0.6);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
.btn2:hover {
  background: #635556;
  border: solid 2px #635556;
  color: #ffffff;
}
.btn2:hover:after {
  right: 5px;
}

/************************************************************/
/*リスト
/************************************************************/
li {
  padding-bottom: 0.4em;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}

ul.notes {
  list-style-type: none;
  font-size: 80%;
  margin-left: 1.2em;
  color: #888;
  text-indent: -1.2em;
}
ul.notes li:before {
  content: "※";
  margin-right: .2em;
}
ul.notes li.midashi {
  font-weight: bold;
  margin-top: 0.5em;
}
ul.notes li.midashi:before {
  content: none;
}

/************************************************************/
/*枠
/************************************************************/
.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.w1000 {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
  max-width: 950px;
  margin: auto;
}

.noborder {
  border: none !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.scroll {
  width: 95%;
  overflow: scroll;
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

.scroll table {
  width: max-content;
}

section.sectionArea {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 640px) {
  section.sectionArea {
    padding: 30px 0 50px;
  }
}

/************************************************************/
/*角丸teble
/************************************************************/
table {
  width: 100%;
  max-width: 840px;
  margin: auto;
  border-radius: 6px;
  border-radius: 6px;
  border-collapse: collapse;
  overflow: hidden;
  outline: none;
  box-shadow: 0 0 0 1px #999;
}

table th, table td {
  padding: 15px 0.5rem;
  border-top: 1px solid #999;
}

table.p20 th, table.p20 td {
  padding: 20px;
}

table th + th, table td {
  border-left: 1px solid #999;
}

table tr:first-child th,
table tr:first-child td {
  border-top: none;
}

table tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

table tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}

table tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 640px) {
  table tr:last-child th:first-child {
    border-radius: 0 0 0 0;
  }
}

table tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

table th {
  background: #f8f2f3;
  border-left: 1px solid #999;
}
table th:first-child {
  border-left: none;
}

table th + th:first-child, table td:first-child {
  border-left: none;
}

/************************************************************/
/*セクション
/************************************************************/
header {
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 5px 0 10px #12121220;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  header {
    height: 56px;
  }
}
header .w1200 {
  width: 96%;
  max-width: 1200px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  header img.logo {
    width: 40vw;
    max-width: 160px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 640px) {
  header img.logo {
    max-width: 120px;
  }
}

@media screen and (max-width: 640px) {
  header a.button {
    height: 36px;
  }
}

@media screen and (max-width: 1000px) {
  section.navi {
    height: 95px;
  }
}
section.navi .flex {
  height: 80px;
}

@media screen and (max-width: 1000px) {
  section.navi .flex {
    height: 93px;
  }
}
section.navi .btn {
  width: clamp(100px, 12vw, 130px);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(90deg, #790015, #a40b25 30% 54%, #790015);
  height: 70px;
  padding: 5px 10px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

section.navi .btn:hover {
  filter: brightness(1.3);
}

@media screen and (max-width: 1000px) {
  section.navi .btn {
    margin: 0;
    width: 25%;
    height: 45px;
    padding: 5px;
    font-size: 80%;
    line-height: 1.4;
  }
}
/************************************************************/
/*フッター
/************************************************************/
footer {
  padding: 0 0 20px;
  text-align: center;
}
footer small {
  font-size: 12px;
  color: #777;
}
footer p.txt-s {
  margin: 30px auto;
}
footer a:not([class]) {
  font-size: 15px;
  margin: 10px;
  color: #635556;
}
footer .ft2 {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
footer .ft2 p {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
footer .res211.nav1 {
  border-top: solid #d9d0d0 1px;
  padding-top: 5px;
}

@media only screen and (max-width: 640px) {
  footer {
    padding: 0 0 130px;
    margin-top: 0;
  }
}
/************************************************************/
/*プライバシーマーク
/************************************************************/
#privacy_mark {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  width: fit-content;
  font-size: 90%;
}
#privacy_mark > * {
  transition: .3s;
}
#privacy_mark br {
  display: none;
}
@media only screen and (min-width: 641px) {
  #privacy_mark {
    position: relative;
  }
}
@media only screen and (min-width: 841px) {
  #privacy_mark {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #privacy_mark br {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  #privacy_mark {
    margin: 2rem 0 2rem;
  }
}
#privacy_mark #privacy_img {
  height: 101px;
  width: 101px;
  padding: 17px;
  background-color: white;
  border-radius: 50%;
}
#privacy_mark #privacy_img img {
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 640px) {
  #privacy_mark #privacy_img {
    margin-bottom: 10px;
  }
}
#privacy_mark #privacy_text {
  text-align: left;
  font-size: 12px;
  color: #777;
}
@media only screen and (max-width: 640px) {
  #privacy_mark #privacy_text {
    width: calc(100% - 101px);
  }
}
@media only screen and (min-width: 641px) {
  #privacy_mark #privacy_text {
    width: calc(100% - 120px);
    margin-left: 20px;
  }
}

/************************************************************/
/*フォーム
/************************************************************/
::placeholder {
  color: #bbb;
}

.p-header {
  justify-content: space-evenly;
}

.p-inner {
  max-width: 1000px;
}
.p-inner p.u-center {
  font-size: 100%;
}

@media only screen and (max-width: 640px) {
  .p-table-responsive tr {
    display: flex;
    flex-direction: column;
  }
}

.p-table-responsive-form {
  margin: 20px auto 50px;
  width: 96%;
  outline-offset: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #c1babb;
  overflow: auto;
}
@media only screen and (max-width: 640px) {
  .p-table-responsive-form {
    width: 100% !important;
    margin: 20px auto 30px;
  }
}
.p-table-responsive-form th, .p-table-responsive-form td {
  position: relative;
  background-clip: padding-box;
  border-color: #c1babb;
  word-break: break-all;
  padding: 20px 15px;
}
@media only screen and (max-width: 640px) {
  .p-table-responsive-form th + th, .p-table-responsive-form td {
    border-left: none;
  }
}
.p-table-responsive-form th {
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .p-table-responsive-form th {
    padding: 15px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 641px) {
  .p-table-responsive-form th {
    width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .p-table-responsive-form td {
    padding: 15px 15px 20px;
  }
}
.p-table-responsive-form .notice {
  color: #897b7c;
}

h1 + section {
  padding-top: 0;
}

.c-h1 {
  padding: 10px;
  font-size: clamp(18px, 5.5vw, 36px);
  background-color: #8b7a7b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.c-h2 {
  padding: 10px;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: none;
}

.c-h-img {
  padding: 0 10px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
textarea {
  border: 1px solid #c1babb;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  color: #564344;
}

input[type='tel'] {
  max-width: 15em;
}

input#zip {
  max-width: 8em;
}

select {
  color: #564344;
}

.input-title {
  display: flex;
  align-items: center;
  position: relative;
  background-clip: padding-box;
  font-size: 110%;
}

.req {
  background-color: #df2d3b;
  color: #fff;
  font-size: 80%;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  right: 0px;
}

.any {
  background-color: #868686;
  color: #fff;
  font-size: 80%;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  right: 0px;
}

label {
  cursor: pointer;
  width: 100%;
  display: inline-block;
}

.select-wrap {
  overflow: hidden;
}

.select-wrap select {
  max-width: 100% !important;
}

select {
  width: calc(100% - 10px);
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #c1babb;
  background-color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  select {
    width: calc(100% - 10px);
  }
}

select.select-box {
  margin: 0;
}

.radio-box, .checkbox-box {
  display: flex;
  flex-wrap: wrap;
}
.radio-box input, .checkbox-box input {
  visibility: hidden;
  position: absolute;
}
.radio-box li, .checkbox-box li {
  min-width: calc(25% - 20px);
  margin: 10px;
  line-height: 1.8;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .radio-box li, .checkbox-box li {
    width: calc(96% - 20px);
  }
}
.radio-box label, .checkbox-box label {
  border-radius: 5px;
  padding: 8px;
  display: flex;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #f1f1f1;
}
.radio-box label::before, .checkbox-box label::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.radio-box input:checked + label, .checkbox-box input:checked + label {
  position: relative;
  background-color: #fff;
  border: 2px solid #ef5964;
  color: #ef5964;
  font-weight: 700;
  padding: 6px;
}
.radio-box input:checked + label::before, .checkbox-box input:checked + label::before {
  border: 1px solid #ef5964;
  background: #ef5964;
}
.radio-box .disable + label, .checkbox-box .disable + label {
  color: #ccc;
  background: #fff;
  cursor: auto;
}

.checkbox-box input:checked + label::after {
  background-image: url("/lp/hinode/img/form_check.svg");
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 9px;
  filter: brightness(300);
}

.radio-box label::before {
  border-radius: 50%;
}
.radio-box input:checked + label::after {
  display: inline-block;
  content: "●";
  color: #f9d9db;
  position: absolute;
  left: 14px;
  top: 10px;
}

.c-button {
  background-color: #df2d3b;
  box-shadow: 0 3px #B7B7B7;
  color: #fff;
}
.c-button:hover {
  background-color: #ef5964;
  box-shadow: 0 1px #B7B7B7;
  transform: translateY(2px);
}
.c-button.back {
  width: 30%;
  background: #999;
  color: #444;
}

.c-button.disabled {
  background-color: gainsboro;
  box-shadow: none;
  cursor: auto;
}
.c-button.disabled:hover {
  box-shadow: none;
  transform: translateY(0);
}

textarea {
  resize: vertical;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
プライバシーポリシー同意ボタン
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.agreement-box label {
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  width: 300px;
  height: 100px;
  background: #f1f1f1;
}
.agreement-box input:checked + label::after {
  left: 108px;
}

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
SSL
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.p-ssl {
  max-width: 980px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto 50px;
  background-color: #f9eced;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-ssl img {
  line-height: 0;
  margin-left: 10px;
  max-width: 140px;
}
.p-ssl p {
  padding: 0;
  font-size: 80%;
}

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
進行
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.p-chartWrap {
  margin: 30px auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-chart {
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 150px;
}

.c-step {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: white;
  background-color: #dbcbcc;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  font-size: 100%;
  font-weight: 700;
}

.c-step-here {
  background-color: #df2d3b;
  color: #fff;
}

.c-step-here ~ * {
  color: #df2d3b !important;
}

.c-arrow {
  margin-top: -25px;
  max-height: 30px;
  filter: grayscale(0.8);
  opacity: 0.5;
}

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
ボタン
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
button {
  width: 48%;
  max-width: 418px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 900;
  font-size: clamp(16px, 3vw, 24px);
  margin: 0;
  transition: .3s ease;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 100px;
}
.btn-box .c-button, .btn-box .c-button-back {
  margin: 15px;
}

.notice {
  font-size: 14px;
  margin-left: 14px;
  margin-top: 7px;
}
.notice li {
  list-style: '※';
}
.notice.credit li {
  margin: auto;
  width: fit-content;
}

.cafl-label {
  display: inline-block;
  width: 40px;
}

#cafnum {
  display: inline-block;
  width: calc(100% - 40px);
}
