@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.c-accordion01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-accordion01 > li {
  margin-top: 24px;
}

.c-accordion01 > li:first-child {
  margin-top: 0;
}

.c-accordion01_section {
  border-radius: 6px;
  border: 1px solid #999999;
  overflow: hidden;
}

.c-accordion01_btn {
  font-size: 14px;
  text-align: left;
  background: #f2f2f2;
  padding: 16px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
}

.c-accordion01_heading {
  display: flex;
  align-items: center;
}

.c-accordion01_heading-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

.c-accordion01_heading-text {
  display: block;
}

.c-accordion01_arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  flex-shrink: 0;
}

[aria-expanded=true] .c-accordion01_arrow {
  transform: rotate(180deg);
}

.c-accordion01_panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  background: #ffffff;
  border-radius: 6px;
}

.c-accordion01_panel[aria-hidden=false] {
  max-height: max-content;
}

.c-accordion01_panel-inr {
  padding: 16px;
}

.c-accordion01_panel-top {
  display: flex;
}

.c-accordion01_panel-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

.c-accordion01_panel-top-inr {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 12px;
}

.c-accordion01_panel-text {
  margin: 0;
}

.c-accordion01_panel-btm {
  margin-top: 24px;
}

.c-border01 {
  width: 100%;
}

.c-border01--s {
  height: 1px;
  background: #cccccc;
}

.c-border01--m {
  height: 2px;
  background: #cccccc;
}

.c-border01--l {
  height: 4px;
  background: #f2f2f2;
}

.c-border01--xl {
  height: 8px;
  background: #f2f2f2;
}

.c-btn-close01 {
  width: 64px;
}

.c-btn-sns01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.c-btn-sns01[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn-sns01_icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-btn-sns01_text {
  line-height: 1.5;
  text-align: center;
}

.c-btn-sns01--m {
  padding: 15px 16px;
  min-height: 62px;
  border-radius: 46px;
  font-size: 20px;
}

.c-btn-sns01--m .c-btn-sns01_icon {
  width: 24px;
  height: 24px;
}

.c-btn-sns02 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  border-color: #00ab21;
  background: #00ab21;
  color: #ffffff;
}

.c-btn-sns02[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn-sns02_icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-btn-sns02_text {
  line-height: 1.5;
  text-align: center;
}

.c-btn-sns02--m {
  padding: 15px 16px;
  min-height: 62px;
  border-radius: 46px;
  font-size: 20px;
}

.c-btn-sns02--m .c-btn-sns02_icon {
  width: 24px;
  height: 24px;
}

.c-btn01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  border-color: #f40000;
  background: #f40000;
  color: #ffffff;
}

.c-btn01[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn01_icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-btn01_text {
  line-height: 1.5;
  text-align: center;
}

.c-btn01--l {
  padding: 15px 20px;
  min-height: 68px;
  border-radius: 52px;
  font-size: 24px;
}

.c-btn01--l .c-btn01_icon {
  width: 32px;
  height: 32px;
}

.c-btn01--m {
  padding: 15px 16px;
  min-height: 62px;
  border-radius: 46px;
  font-size: 20px;
}

.c-btn01--m .c-btn01_icon {
  width: 24px;
  height: 24px;
}

.c-btn01--s {
  padding: 7px 16px;
  min-height: 40px;
  border-radius: 32px;
  font-size: 16px;
}

.c-btn01--s .c-btn01_icon {
  width: 24px;
  height: 24px;
}

.c-btn01--border {
  border-color: #ffffff;
}

.c-btn02 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  border-color: #f40000;
  background: #ffffff;
  color: #db0400;
}

.c-btn02[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn02_icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-btn02_text {
  line-height: 1.5;
  text-align: center;
}

.c-btn02--l {
  padding: 15px 20px;
  min-height: 68px;
  border-radius: 52px;
  font-size: 24px;
}

.c-btn02--l .c-btn02_icon {
  width: 32px;
  height: 32px;
}

.c-btn02--m {
  padding: 15px 16px;
  min-height: 62px;
  border-radius: 46px;
  font-size: 20px;
}

.c-btn02--m .c-btn02_icon {
  width: 24px;
  height: 24px;
}

.c-btn02--s {
  padding: 7px 16px;
  min-height: 40px;
  border-radius: 32px;
  font-size: 16px;
}

.c-btn02--s .c-btn02_icon {
  width: 24px;
  height: 24px;
}

.c-btn03 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  border-color: #cccccc;
  background: #ffffff;
}

.c-btn03[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn03_icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-btn03_text {
  line-height: 1.5;
  text-align: center;
}

.c-btn03--m {
  padding: 15px 16px;
  min-height: 62px;
  border-radius: 46px;
  font-size: 20px;
}

.c-btn03--m .c-btn03_icon {
  width: 24px;
  height: 24px;
}

.c-btn03--s {
  padding: 7px 16px;
  min-height: 40px;
  border-radius: 32px;
  font-size: 16px;
}

.c-btn03--s .c-btn03_icon {
  width: 24px;
  height: 24px;
}

.c-btn04 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  justify-content: flex-start;
  border-radius: 8px;
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

.c-btn04[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-btn04:not(.c-btn04--border) {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.c-btn04[aria-disabled=true] {
  color: #ffffff;
}

.c-btn04[aria-disabled=true] .c-btn04_icon-on {
  opacity: 0;
}

.c-btn04[aria-disabled=true] .c-btn04_arrow > svg > path {
  fill: currentColor;
}

.c-btn04--border {
  border-color: #999999;
}

.c-btn04--border[aria-disabled=true] {
  border-color: #f2f2f2;
}

.c-btn04_icon, .c-btn04_logo {
  display: block;
  flex-shrink: 0;
  position: relative;
}

.c-btn04_icon-on, .c-btn04_icon-off, .c-btn04_logo-on, .c-btn04_logo-off {
  position: absolute;
  left: 0;
  top: 0;
}

.c-btn04_logo {
  margin-right: 8px;
}

.c-btn04_box {
  padding-right: 8px;
}

.c-btn04_text {
  line-height: 1.5;
}

.c-btn04_arrow {
  width: 24px;
  flex-shrink: 0;
  margin-left: auto;
}

.c-btn04--l {
  padding: 15px 8px 15px 16px;
  min-height: 96px;
  font-size: 24px;
}

.c-btn04--l .c-btn04_icon {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.c-btn04--l .c-btn04_logo {
  width: 96px;
  height: 48px;
}

.c-btn04--m {
  padding: 15px 8px 15px 16px;
  min-height: 72px;
  font-size: 16px;
}

.c-btn04--m.c-btn04--no-icon {
  min-height: 66px;
}

.c-btn04--m .c-btn04_icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.c-btn04--m .c-btn04_logo {
  width: 80px;
  height: 40px;
}

.c-btn04--s {
  padding: 7px 8px 7px 12px;
  min-height: 48px;
  font-size: 14px;
}

.c-btn04--s .c-btn04_icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.c-btn04--s .c-btn04_logo {
  width: 64px;
  height: 32px;
}

.c-btn04--down .c-btn04_arrow {
  transform: rotate(90deg);
}

.c-btn-set01 {
  margin-top: 32px;
}

.c-btn-set01_text {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c-btn-set01_notes {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

.c-check01 {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.c-checkbox01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
}

.c-checkbox01_input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.c-checkbox01_panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #ffffff;
  color: #000000;
}

.c-checkbox01_check {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
}

.c-checkbox01_check::before, .c-checkbox01_check::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-checkbox01_check::before {
  background: #ffffff;
  border: 1px solid #999999;
}

.c-checkbox01_check::after {
  display: none;
}

.c-checkbox01_check::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.c-checkbox01_check::after {
  width: 100%;
  height: 100%;
  background: url(/_common/img/icon_checkbox.png) no-repeat 0 0/100%;
}

.c-checkbox01_inr {
  display: block;
  flex: 1;
  margin-left: 16px;
}

.c-checkbox01_top {
  display: flex;
  align-items: center;
}

.c-checkbox01_icon, .c-checkbox01_logo {
  display: block;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.c-checkbox01_icon-off, .c-checkbox01_logo-off {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.c-checkbox01_text {
  line-height: 1.5;
}

.c-checkbox01_error {
  color: #db0400;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 8px;
  display: none;
}

.c-checkbox01_badge {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  visibility: hidden;
}

.c-checkbox01--l .c-checkbox01_panel {
  padding: 15px;
  min-height: 72px;
  font-size: 16px;
  font-weight: bold;
}

.c-checkbox01--l .c-checkbox01_icon {
  width: 40px;
}

.c-checkbox01--l .c-checkbox01_logo {
  width: 80px;
}

.c-checkbox01--s .c-checkbox01_panel {
  padding: 11px 15px;
  min-height: 56px;
  font-size: 14px;
}

.c-checkbox01--s .c-checkbox01_icon {
  width: 32px;
}

.c-checkbox01--s .c-checkbox01_logo {
  width: 64px;
}

.c-checkbox01--border .c-checkbox01_panel {
  border-color: #999999;
}

.c-checkbox01_input:checked + .c-checkbox01_panel .c-checkbox01_check::before {
  border-color: #f40000;
}

.c-checkbox01_input:checked + .c-checkbox01_panel .c-checkbox01_check::after {
  display: block;
}

.c-checkbox01--checked-border .c-checkbox01_input:checked + .c-checkbox01_panel {
  border-color: #f40000;
  border-width: 2px;
}

.c-checkbox01--checked-border.c-checkbox01--l .c-checkbox01_input:checked + .c-checkbox01_panel {
  padding: 14px;
}

.c-checkbox01--checked-border.c-checkbox01--s .c-checkbox01_input:checked + .c-checkbox01_panel {
  padding: 10px 14px;
}

.c-checkbox01--checked-no-border .c-checkbox01_input:checked + .c-checkbox01_panel {
  border-color: transparent;
}

.c-checkbox01_input:disabled + .c-checkbox01_panel {
  background: #cccccc;
  border-color: #cccccc;
  pointer-events: none;
  color: #ffffff;
  pointer-events: none;
}

.c-checkbox01_input:disabled + .c-checkbox01_panel .c-checkbox01_check::before {
  background: #f2f2f2;
}

.c-checkbox01_input:disabled + .c-checkbox01_panel .c-checkbox01_icon-on {
  opacity: 0;
}

.c-checkbox01_input:disabled + .c-checkbox01_panel .c-checkbox01_icon-off {
  opacity: 1;
}

.c-dropdown01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
}

.c-dropdown01_select {
  display: block;
  width: 100%;
  padding: 15px 7px 15px 11px;
  border-radius: 4px;
  border: 1px solid #999999;
  min-height: 56px;
  background: #ffffff;
}

.c-dropdown01_select[aria-invalid=true] {
  background: #fdf2f2;
}

.c-dropdown01_top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-dropdown01_icon {
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.c-dropdown01_box {
  flex: 1;
}

.c-dropdown01_text {
  line-height: 1.5;
}

.c-dropdown01_arrow {
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.c-dropdown01_listbox {
  background: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.c-dropdown01_listbox[aria-hidden=false] {
  margin-top: 4px;
  max-height: 170px;
  border: 1px solid #999999;
  overflow-y: scroll;
}

.c-dropdown01--logo .c-dropdown01_icon {
  width: 64px;
}

.c-dropdown01--text .c-dropdown01_listbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-dropdown01--text .c-dropdown01_listbox[aria-hidden=false] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-form-set01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-form-set01_label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.c-form-set01_label-required {
  color: #db0400;
  margin-left: 4px;
}

.c-form-set01_notes {
  font-size: 12px;
  margin-top: 4px;
}

.c-form-set01_notes--error {
  color: #db0400;
}

.c-heading01 {
  font-size: 16px;
  color: #db0400;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.c-heading01--xl {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.c-heading01--l {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.c-heading01--m {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f40000;
}

.c-heading01--s {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.c-heading01--black {
  color: #000000;
  border-color: #000000;
}

.c-heading01--white {
  color: #ffffff;
  border-color: #ffffff;
}

.c-heading01--gray60 {
  color: #666666;
  border-color: #666666;
}

.c-heading01--gray20 {
  color: #cccccc;
  border-color: #cccccc;
}

.c-heading01--gray5 {
  color: #f2f2f2;
  border-color: #f2f2f2;
}

.c-heading01--green {
  color: #32c462;
  border-color: #32c462;
}

.c-heading01--yellow {
  color: #ffeb00;
  border-color: #ffeb00;
}

.c-heading01--orange {
  color: #f7b538;
  border-color: #f7b538;
}

.c-heading01--blue {
  color: #0077d9;
  border-color: #0077d9;
}

.c-heading02 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.c-heading02_icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-heading02--l {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-heading02--m {
  font-size: 20px;
}

.c-heading02--s {
  font-size: 16px;
}

.c-heading02--border {
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}

.c-heading02--attention {
  color: #db0400;
  border-color: #f40000;
}

.c-hero01 {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
}

.c-info01 {
  background: #fdf2f2;
  border: 1px solid #f40000;
  border-radius: 8px;
}

.c-info01_item {
  position: relative;
}

.c-info01_item::before {
  display: block;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.c-info01_item:first-child::before {
  display: none;
}

.c-info01_btn {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  padding: 10px 8px 10px 16px;
  min-height: 57px;
}

.c-info01_icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.c-info01_text {
  line-height: 1.5;
  padding-right: 8px;
}

.c-info01_arrow {
  width: 20px;
  flex-shrink: 0;
  margin-left: auto;
}

.c-input01 {
  position: relative;
}

.c-input01_text {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 16px 12px;
  border-radius: 4px;
  border: 1px solid #999999;
}

.c-input01_text::placeholder {
  color: #808080;
}

.c-input01_text[aria-invalid=true] {
  background: #fdf2f2;
}

.c-input01_text:disabled {
  background: #f2f2f2;
  opacity: 1;
}

.c-input01_text:disabled::placeholder {
  color: #cccccc;
}

.c-input01_icon, .c-input01_badge {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-input01_icon {
  left: 12px;
}

.c-input01_badge {
  right: 12px;
  visibility: hidden;
}

.c-input01--icon .c-input01_text {
  padding-left: 44px;
}

.c-input01--badge .c-input01_text {
  padding-right: 40px;
}

.c-list01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-list01--l {
  font-size: 16px;
}

.c-list01 > li {
  margin-top: 4px;
  display: flex;
}

.c-list01 > li:first-child {
  margin-top: 0;
}

.c-list01_mark {
  display: block;
  min-width: 1em;
  flex-shrink: 0;
  margin-right: 4px;
}

.c-list01--m {
  font-size: 14px;
}

.c-list01--m .c-list01_mark {
  margin-right: 2px;
}

.c-list01--s {
  font-size: 12px;
}

.c-list01--s .c-list01_mark {
  margin-right: 2px;
}

.c-btn04[aria-disabled=true] .c-list01 {
  color: #ffffff;
}

.c-list02 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-list02_item {
  border-bottom: 1px solid #cccccc;
}

.c-list02_item--last-no-border:last-of-type {
  border-bottom: none;
}

.c-list02_link {
  display: block;
  width: 100%;
  padding: 16px 0;
}

.c-list02_top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-list02_icon {
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.c-list02_box1 {
  flex: 1;
}

.c-list02_text {
  line-height: 1.5;
}

.c-list02_caption {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.c-list02_label {
  line-height: 1.5;
  font-size: 12px;
}

.c-list02_arrow {
  display: block;
  width: 20px;
  flex-shrink: 0;
}

.c-list02_notes {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
}

.c-list02_notes-text {
  line-height: 1.5;
  color: #db0400;
  font-size: 12px;
}

.c-list02_item--logo .c-list02_top {
  gap: 4px;
}

.c-list02_item--logo .c-list02_icon {
  width: 64px;
  margin-right: 4px;
}

.c-modal01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s;
}

.c-modal01[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.c-modal01_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal01_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100vh;
  height: 100dvh;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-modal01_contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 630px;
  overflow-y: scroll;
}

.c-modal01_body {
  background: #ffffff;
  flex: 1;
  overflow-y: scroll;
  flex: initial;
  height: calc(100vh - 268px);
}

.c-modal01_btn-close {
  margin: 24px auto 0;
}

.c-modal02 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s;
}

.c-modal02[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.c-modal02_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal02_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100vh;
  height: 100dvh;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-modal02_contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 630px;
  overflow-y: scroll;
}

.c-modal02_body {
  background: #ffffff;
  flex: 1;
  overflow-y: scroll;
}

.c-modal02_btn-close {
  margin: 24px auto 0;
}

.c-modal02_heading {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
  min-height: 70px;
  padding: 5px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-modal02_heading-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 3px;
}

.c-modal02_heading-text {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-modal03 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s;
}

.c-modal03[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.c-modal03_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal03_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100vh;
  height: 100dvh;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-modal03_contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 630px;
  overflow-y: scroll;
}

.c-modal03_body {
  background: #ffffff;
  flex: 1;
  overflow-y: scroll;
}

.c-modal03_btn-close {
  margin: 24px auto 0;
}

.c-modal04 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s;
}

.c-modal04[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.c-modal04_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal04_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100vh;
  height: 100dvh;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-modal04_contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 630px;
  overflow-y: scroll;
}

.c-modal04_body {
  background: #ffffff;
  flex: 1;
  overflow-y: scroll;
}

.c-modal04_body-inr {
  padding: 40px 16px;
}

.c-modal04_body-inr > *:first-child {
  margin-top: 0;
}

.c-modal04_btns {
  background: #ffffff;
  border-top: 2px solid #f2f2f2;
  display: flex;
}

.c-modal04_btn {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  padding: 16px;
  flex-shrink: 0;
  text-align: center;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  width: 100%;
}

.c-modal04_btn:last-of-type {
  position: relative;
}

.c-modal04_btn:last-of-type::before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  margin: auto;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.c-modal04_btn--red {
  color: #db0400;
}

.c-modal04_btn:last-of-type::before {
  display: none;
}

.c-modal05 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s;
}

.c-modal05[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.c-modal05_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal05_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100vh;
  height: 100dvh;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.c-modal05_contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  max-height: 630px;
  overflow-y: scroll;
}

.c-modal05_body {
  background: #ffffff;
  flex: 1;
  overflow-y: scroll;
}

.c-modal05_body-inr {
  padding: 40px 16px;
}

.c-modal05_body-inr > *:first-child {
  margin-top: 0;
}

.c-modal05_btns {
  background: #ffffff;
  border-top: 2px solid #f2f2f2;
  display: flex;
}

.c-modal05_btn {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  padding: 16px;
  flex-shrink: 0;
  text-align: center;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  width: 50%;
}

.c-modal05_btn:last-of-type {
  position: relative;
}

.c-modal05_btn:last-of-type::before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  margin: auto;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.c-modal05_btn--red {
  color: #db0400;
}

.c-nav-point01 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffeb00;
  box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 4px 0 16px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.c-nav-point01_layout-top {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-wrap: break-word;
}

.c-nav-point01_layout-top-item {
  flex-shrink: 0;
}

.c-nav-point01_layout-top-item:first-child {
  width: 50.1457725948%;
}

.c-nav-point01_layout-top-item:last-child {
  width: 47.5218658892%;
}

.c-nav-point01_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-nav-point01_heading-text {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.25;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.c-nav-point01_heading-link {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  flex-shrink: 0;
}

.c-nav-point01_point {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  margin-top: -6px;
}

.c-nav-point01_point-num {
  font-size: 32px;
}

.c-nav-point01_point-unit {
  font-size: 20px;
  margin-left: 4px;
}

.c-nav-point01_btn-primary {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  padding: 3px 8px;
  border-radius: 40px;
  border-color: #ffffff;
  background: #f40000;
  color: #ffffff;
  min-height: 56px;
}

.c-nav-point01_btn-primary[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-nav-point01_btn-primary-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-nav-point01_btn-primary-text {
  line-height: 1.3;
  display: block;
  text-align: center;
}

.c-nav-point01_btn-primary-text-l {
  font-size: 18px;
  display: block;
}

.c-nav-point01_btn-primary-text-m {
  font-size: 16px;
  display: block;
}

.c-nav-point01_btn-primary-text-s {
  font-size: 12px;
  display: block;
}

.c-nav-point02 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffeb00;
  box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 0 0 16px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}

.c-nav-point02_layout-top {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}

.c-nav-point02_layout-top-item {
  width: 50%;
  flex-shrink: 0;
}

.c-nav-point02_layout-btm {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-nav-point02_layout-btm-item {
  width: 48.1049562682%;
  flex-shrink: 0;
}

.c-nav-point02_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-nav-point02_heading-text {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.25;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.c-nav-point02_heading-link {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  flex-shrink: 0;
}

.c-nav-point02_point {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
}

.c-nav-point02_point-num {
  font-size: 36px;
}

.c-nav-point02_point-unit {
  font-size: 20px;
  margin-left: 4px;
}

.c-nav-point02_btn-primary {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  padding: 3px 8px;
  border-radius: 40px;
  border-color: #ffffff;
  background: #f40000;
  color: #ffffff;
  min-height: 48px;
}

.c-nav-point02_btn-primary[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-nav-point02_btn-primary-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-nav-point02_btn-primary-text {
  line-height: 1.3;
  display: block;
  text-align: center;
}

.c-nav-point02_btn-primary-text-l {
  font-size: 18px;
  display: block;
}

.c-nav-point02_btn-primary-text-m {
  font-size: 16px;
  display: block;
}

.c-nav-point02_btn-primary-text-s {
  font-size: 12px;
  display: block;
}

.c-nav-point02_btn-secondary {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  padding: 3px 8px;
  border-radius: 40px;
  border-color: #f40000;
  background: #ffffff;
  color: #db0400;
  min-height: 48px;
}

.c-nav-point02_btn-secondary[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-nav-point02_btn-secondary-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-nav-point02_btn-secondary-text {
  line-height: 1.3;
  display: block;
  text-align: center;
}

.c-nav-point02_btn-secondary-text-l {
  font-size: 18px;
  display: block;
}

.c-nav-point02_btn-secondary-text-m {
  font-size: 16px;
  display: block;
}

.c-nav-point02_btn-secondary-text-s {
  font-size: 12px;
  display: block;
}

.c-panel01 {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.c-panel01 + .c-panel01 {
  margin-top: 24px;
}

.c-panel01_inr {
  padding: 32px 24px;
}

.c-panel01_inr > *:first-child {
  margin-top: 0;
}

.c-prize01_link {
  display: block;
  padding: 0 0 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}

.c-prize01_link:first-child {
  margin-top: 0;
}

.c-prize01_heading {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  min-height: 46px;
  background: #000000;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-prize01_num {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 0 16px;
  min-height: 40px;
  background: #e3e3e3;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  transform: translateY(-50%);
}

.c-prize01_name {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 0 16px;
}

.c-prize01_textlink {
  padding: 0 16px;
  margin: 16px auto 0;
}

.c-prize01--col2 {
  display: flex;
  flex-wrap: wrap;
}

.c-prize01--col2 .c-prize01_link {
  width: calc(50% - 8px);
  flex-shrink: 0;
  margin-left: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
}

.c-prize01--col2 .c-prize01_link:nth-child(1), .c-prize01--col2 .c-prize01_link:nth-child(2) {
  margin-top: 0;
}

.c-prize01--col2 .c-prize01_link:nth-child(2n+1) {
  margin-left: 0;
}

.c-prize01--col2 .c-prize01_heading {
  font-size: 16px;
  min-height: 32px;
  padding: 4px;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

.c-prize01--col2 .c-prize01_num {
  font-size: 12px;
  padding: 0 8px;
  min-height: 22px;
  border-radius: 4px;
  margin-left: 8px;
}

.c-prize01--col2 .c-prize01_name {
  font-size: 14px;
  padding: 0 8px;
}

.c-prize01--col2 .c-prize01_textlink {
  padding: 0 8px;
  margin-top: 12px;
}

.c-radio01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
}

.c-radio01_input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.c-radio01_panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #ffffff;
  color: #000000;
}

.c-radio01_check {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
}

.c-radio01_check::before, .c-radio01_check::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-radio01_check::before {
  background: #ffffff;
  border: 1px solid #999999;
}

.c-radio01_check::after {
  display: none;
}

.c-radio01_check::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.c-radio01_check::after {
  width: 16px;
  height: 16px;
  background: #f40000;
  border-radius: 50%;
}

.c-radio01_inr {
  display: block;
  flex: 1;
  margin-left: 16px;
}

.c-radio01_top {
  display: flex;
  align-items: center;
}

.c-radio01_icon, .c-radio01_logo {
  display: block;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.c-radio01_icon-off, .c-radio01_logo-off {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.c-radio01_text {
  line-height: 1.5;
}

.c-radio01_error {
  color: #db0400;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 8px;
  display: none;
}

.c-radio01_badge {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  visibility: hidden;
}

.c-radio01--l .c-radio01_panel {
  padding: 15px;
  min-height: 72px;
  font-size: 16px;
  font-weight: bold;
}

.c-radio01--l .c-radio01_icon {
  width: 40px;
}

.c-radio01--l .c-radio01_logo {
  width: 80px;
}

.c-radio01--s .c-radio01_panel {
  padding: 11px 15px;
  min-height: 56px;
  font-size: 14px;
}

.c-radio01--s .c-radio01_icon {
  width: 32px;
}

.c-radio01--s .c-radio01_logo {
  width: 64px;
}

.c-radio01--border .c-radio01_panel {
  border-color: #999999;
}

.c-radio01_input:checked + .c-radio01_panel .c-radio01_check::before {
  border-color: #f40000;
}

.c-radio01_input:checked + .c-radio01_panel .c-radio01_check::after {
  display: block;
}

.c-radio01--checked-border .c-radio01_input:checked + .c-radio01_panel {
  border-color: #f40000;
  border-width: 2px;
}

.c-radio01--checked-border.c-radio01--l .c-radio01_input:checked + .c-radio01_panel {
  padding: 14px;
}

.c-radio01--checked-border.c-radio01--s .c-radio01_input:checked + .c-radio01_panel {
  padding: 10px 14px;
}

.c-radio01--checked-no-border .c-radio01_input:checked + .c-radio01_panel {
  border-color: transparent;
}

.c-radio01_input:disabled + .c-radio01_panel {
  background: #cccccc;
  border-color: #cccccc;
  pointer-events: none;
  color: #ffffff;
  pointer-events: none;
}

.c-radio01_input:disabled + .c-radio01_panel .c-radio01_check::before {
  background: #f2f2f2;
}

.c-radio01_input:disabled + .c-radio01_panel .c-radio01_icon-on {
  opacity: 0;
}

.c-radio01_input:disabled + .c-radio01_panel .c-radio01_icon-off {
  opacity: 1;
}

.c-select01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
}

.c-select01::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/_common/img/arrow_down_gray.png) no-repeat 0 0/100%;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.c-select01_select {
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  justify-content: flex-start;
  border-radius: 4px;
  border-color: #999999;
  background: #ffffff;
  color: #000000;
  font-weight: normal;
  padding: 15px 39px 15px 11px;
  min-height: 56px;
}

.c-select01_select[aria-disabled=true] {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
}

.c-select01_select[aria-invalid=true] {
  background: #fdf2f2;
}

.c-spinner01_icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.c-spinner01_icon > svg > path {
  animation: c-spinner 0.8s linear infinite;
}

.c-spinner01_icon > svg > path:nth-child(1) {
  animation-delay: 0s;
}

.c-spinner01_icon > svg > path:nth-child(2) {
  animation-delay: -0.1s;
}

.c-spinner01_icon > svg > path:nth-child(3) {
  animation-delay: -0.2s;
}

.c-spinner01_icon > svg > path:nth-child(4) {
  animation-delay: -0.3s;
}

.c-spinner01_icon > svg > path:nth-child(5) {
  animation-delay: -0.4s;
}

.c-spinner01_icon > svg > path:nth-child(6) {
  animation-delay: -0.5s;
}

.c-spinner01_icon > svg > path:nth-child(7) {
  animation-delay: -0.6s;
}

.c-spinner01_icon > svg > path:nth-child(8) {
  animation-delay: -0.7s;
}

.c-spinner01_text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  margin-top: 16px;
}

.c-spinner01--black .c-spinner01_icon > svg > path {
  fill: #666666;
}

.c-spinner01--black .c-spinner01_text {
  color: #000000;
}

.c-spinner01--white .c-spinner01_icon > svg > path {
  fill: #ffffff;
}

.c-spinner01--white .c-spinner01_text {
  color: #ffffff;
}

@keyframes c-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-step01_item::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 24px solid #cccccc;
  border-bottom: 0;
  margin: 32px auto;
}

.c-step01_item:last-child::after {
  display: none;
}

.c-step01_num {
  text-align: center;
}

.c-step01_num-inr {
  min-width: 48px;
  min-height: 48px;
  border-radius: 40px;
  background: #ffeb00;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2px 8px 8px;
}

.c-step01_num-text {
  min-width: 1em;
}

.c-step01_heading {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}

.c-step01_num + .c-step01_heading {
  margin-top: 12px;
}

.c-step01_text {
  margin-top: 12px;
}

.c-step01_heading + .c-step01_text {
  margin-top: 8px;
}

.c-step01_notes {
  margin-top: 12px;
}

.c-step01_heading + .c-step01_notes {
  margin-top: 8px;
}

.c-step01_img {
  margin-top: 12px;
}

.c-step01_btn {
  margin-top: 20px;
}

.c-step01_heading + .c-step01_btn {
  margin-top: 8px;
}

.c-step01--col2 {
  display: flex;
  flex-wrap: wrap;
}

.c-step01--col2 .c-step01_item {
  width: calc(50% - 8px);
  flex-shrink: 0;
  margin-left: 16px;
}

.c-step01--col2 .c-step01_item:nth-child(1), .c-step01--col2 .c-step01_item:nth-child(2) {
  margin-top: 0;
}

.c-step01--col2 .c-step01_item:nth-child(2n+1) {
  margin-left: 0;
}

.c-step01--col2 .c-step01_item::after {
  display: none;
}

.c-step01--col2 .c-step01_num-inr {
  font-size: 24px;
  min-width: 40px;
  min-height: 40px;
  padding: 2px 4px 4px;
}

.c-step01--col2 .c-step01_heading {
  font-size: 16px;
}

.c-step02_item:first-child .c-step02_section {
  padding-top: 0;
}

.c-step02_item:last-child .c-step02_section {
  padding-bottom: 0;
}

.c-step02_heading-label {
  color: #db0400;
  font-weight: bold;
  display: block;
}

.c-step02_heading-num {
  margin-left: 4px;
}

.c-step02_heading-text {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  margin-top: 4px;
}

.c-step02--s .c-step02_heading-label {
  font-size: 14px;
}

.c-step02--s .c-step02_heading-num {
  font-size: 20px;
}

.c-step02--s .c-step02_section {
  padding: 16px 0;
}

.c-step02--l .c-step02_heading-label {
  font-size: 28px;
}

.c-step02--l .c-step02_heading-num {
  font-size: 36px;
}

.c-step02--l .c-step02_section {
  padding: 16px 0;
}

.c-step02--border .c-step02_item {
  border-top: 1px solid #cccccc;
}

.c-step02--border .c-step02_item:first-child {
  border-top: none;
}

.c-step02--border.c-step02--s .c-step02_section {
  padding: 24px 0;
}

.c-step02--border.c-step02--l .c-step02_section {
  padding: 32px 0;
}

.c-step03_item:first-child .c-step03_section {
  padding-top: 0;
}

.c-step03_item:last-child .c-step03_section {
  padding-bottom: 0;
}

.c-step03_section {
  padding: 8px 0;
  display: flex;
}

.c-step03_mark {
  color: #db0400;
  font-weight: bold;
  font-size: 16px;
  min-width: 1em;
  flex-shrink: 0;
  margin-right: 8px;
}

.c-step03_heading {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-step03--border .c-step03_item {
  border-top: 1px solid #cccccc;
}

.c-step03--border .c-step03_item:first-child {
  border-top: none;
}

.c-step03--border .c-step03_section {
  padding: 16px 0;
}

.c-stepbar01 {
  display: flex;
}

.c-stepbar01_item {
  flex: 1;
  position: relative;
}

.c-stepbar01_item::before, .c-stepbar01_item::after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  top: 13px;
  z-index: -1;
}

.c-stepbar01_item::before {
  left: 0;
}

.c-stepbar01_item::after {
  right: 0;
}

.c-stepbar01_item:first-child::before {
  display: none;
}

.c-stepbar01_item:last-child::after {
  display: none;
}

.c-stepbar01_item[aria-current=step] ~ .c-stepbar01_item .c-stepbar01_img {
  opacity: 0;
}

.c-stepbar01_item[aria-current=step] ~ .c-stepbar01_item .c-stepbar01_text {
  color: #666666;
}

.c-stepbar01_icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background: url(/_common/img/icon_check_off.svg) no-repeat 0 0/100%;
}

.c-stepbar01_img {
  opacity: 1;
}

.c-stepbar01_text {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
  text-align: center;
  word-break: break-all;
  padding: 0 4px;
  margin-top: 4px;
}

.c-tab01_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-tab01_list-btn {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 4px 4px 0 0;
  transition: 0.1s;
  flex-shrink: 0;
}

.c-tab01_list-btn[aria-selected=true] {
  color: #ffffff;
  background: #000000;
  pointer-events: none;
}

.c-tab01_list-btn-inr {
  text-align: center;
}

.c-tab01_body {
  display: none;
  transition: 0.1s;
}

.c-tab01_body[aria-hidden=false] {
  display: block;
}

.c-tab01--tab2 .c-tab01_list-btn {
  width: calc(50% - 0.5px);
}

.c-tab01--tab3 .c-tab01_list-btn {
  width: calc(33.33333% - 0.5px);
}

.c-tab01--tab3 .c-tab01_list-btn-text {
  display: block;
  font-size: 16px;
}

.c-tab01--tab4 .c-tab01_list-btn {
  width: calc(25% - 0.75px);
}

.c-tab01--tab4 .c-tab01_list-btn-text {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.c-tab02 {
  position: relative;
}

.c-tab02::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-tab02_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-tab02_list {
  position: relative;
  display: flex;
  overflow-x: scroll;
}

.c-tab02_list-btn {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-height: 48px;
  padding: 12px 8px;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.c-tab02_list-btn::after {
  display: none;
  content: "";
  width: 100%;
  height: 4px;
  background: #f40000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-tab02_list-btn[aria-selected=true] {
  color: #db0400;
  font-weight: bold;
}

.c-tab02_list-btn[aria-selected=true]::after {
  display: block;
}

.c-tab02--tab2 .c-tab02_list-btn {
  min-width: 50%;
}

.c-tab02--tab3 .c-tab02_list-btn {
  min-width: 33.33333%;
}

.c-tab02--tab4 .c-tab02_list-btn {
  min-width: 25%;
}

.c-table01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

.c-table01 caption {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  background: #cccccc;
  text-align: center;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.c-table01 tr:first-child th {
  border-top-left-radius: 8px;
}

.c-table01 tr:first-child td {
  border-top-right-radius: 8px;
}

.c-table01 tr:last-child th,
.c-table01 tr:last-child td {
  border-bottom: 1px solid #cccccc;
}

.c-table01 tr:last-child th {
  border-bottom-left-radius: 8px;
}

.c-table01 tr:last-child td {
  border-bottom-right-radius: 8px;
}

.c-table01 caption + colgroup + tbody tr:first-child th {
  border-top-left-radius: 0;
}

.c-table01 caption + colgroup + tbody tr:first-child td {
  border-top-right-radius: 0;
}

.c-table01 th {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 8px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.c-table01 td {
  vertical-align: middle;
  padding: 10px 8px;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.c-table01_item {
  margin-top: 4px;
}

.c-table01_item:first-child {
  margin-top: 0;
}

.c-text01 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-text01--l {
  font-size: 16px;
}

.c-text01--m {
  font-size: 14px;
}

.c-text01--s {
  font-size: 12px;
}

.c-text-link01 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}

.c-text-link01--l {
  font-size: 16px;
}

.c-text-link01--s {
  font-size: 14px;
}

.c-text-link01_icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex-shrink: 0;
}

.c-text-link01_arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  flex-shrink: 0;
}

.c-text-link02 {
  font-size: 16px;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: inherit;
  text-decoration: underline;
}

.c-text-num01 {
  font-family: "Oswald", sans-serif;
}

.is-active {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  visibility: visible !important;
}

.u-red {
  color: #db0400 !important;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.p-body-index {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  word-break: break-all;
  background: #ffffff;
}
.p-body-index img {
  width: 100%;
  vertical-align: top;
}

.c-btn-close01 img {
  width: 100%;
  vertical-align: top;
}

.app li {
  width: 100%;
  text-align: center;
  padding: 12% 0 11%;
  display: none;
}

.app li.open {
  display: block;
}

.app li .ttl {
  margin: 0 auto 7.2%;
}

.app li .btn {
  width: 75.2%;
  margin: 0 auto;
}

.app li.iphone {
  background: url(/app/common/img/app_iphone_bg_sp_common.jpg) no-repeat center top;
  background-size: 100%;
}

.app li.iphone .ttl {
  width: 67.7333%;
}

.app li.android {
  background: url(/app/common/img/app_android_bg_sp_bg_common.jpg) no-repeat center top;
  background-size: 100%;
}

.app li.android .ttl {
  width: 71.0666%;
}

.app li.other {
  background: #ccc;
  padding: 0;
}

.p-label {
  background: #FEF601;
  padding: 8px 0;
}
.p-label_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.p-label_text {
  text-align: center;
  color: #011345;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
.p-label_text-s {
  font-size: 20px;
}

.p-hero {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
}

.p-select {
  background: #DB0400;
}
.p-select_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 30px 16px 16px;
}
.p-select_heading {
  margin: 0 32.75px 24px;
}
.p-select_comment {
  width: 116px;
  margin: 0 auto 5px;
  display: none;
}
.p-select_comment.is-active {
  display: block;
}
.p-select_comment.is-active + .p-select_list {
  margin: 0 auto 0;
}
.p-select_heading-sub {
  margin: 0 auto 0;
}
.p-select_icon {
  width: 106px;
  position: absolute;
  top: -6px;
  right: -100px;
  display: none;
}
.p-select_icon.is-active {
  display: block;
}
.p-select_list {
  margin: 0 auto 0;
}
.p-select_list-ul {
  width: 100%;
  margin: 0 auto 0;
}
.p-select_list-ul > li {
  margin: 24px auto 0;
  background: #ededed;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-select_list-ul > li:first-child {
  margin-top: 0;
}
.p-select_list-ul > li > button {
  width: 100%;
}
.p-select_list-ul > li > a {
  display: block;
}
.p-select_list-head {
  width: 100%;
  min-height: 46px;
  background: #000;
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-select_list-box {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-select_list-box--border {
  border-top: 2px dotted #AAA;
}
.p-select_list-img {
  width: 139px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-active .p-select_list-img {
  width: 133px;
}
.p-select_list-detail {
  flex: 1;
  padding: 10px 10px 5px 17px;
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.is-active .p-select_list-detail {
  width: 202px;
}
.p-select_list-num span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  background: #CCC;
  padding: 12px 12px;
  box-sizing: border-box;
  border-radius: 8px;
}
.is-active .p-select_list-num span {
  color: #FFF;
  background: #F40000;
}
.p-select_list-name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 7px 0 7px;
}
.p-select_list-name span {
  font-size: 14px;
}
.p-select_list-notes {
  margin: 3px auto 0;
}
.p-select_list-notes li {
  font-size: 10px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.p-select_list-notes2 {
  margin: 10px 12px 15px;
}
.p-select_list-notes2 li {
  font-size: 10px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.p-select_list-limit {
  background: #FF0;
}
.p-select_list-limit p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN";
}
.p-select_list-limit p span {
  color: #F00;
}

.p-info {
  margin: 0 auto 0;
  background: #D9D9D9;
  padding: 24px 0;
}
.p-info_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  position: relative;
}
.p-info_heading:first-of-type {
  margin-top: 0;
}
.p-info_box {
  margin: 0 auto 0;
  padding: 32px 24px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
}
.p-info_notes {
  text-align: left;
  margin: 24px 0 0;
}
.p-info_date-label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  background: #001344;
  border-radius: 6px;
  padding: 5px 12px;
  margin: 20px auto 0;
}
.p-info_date-text {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 24px auto 0;
}
.p-info_date-text span {
  font-size: 18px;
}
.p-info_date-notes {
  text-align: left;
  margin: 20px 0 0;
}
.p-info_products-text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.p-info_products-img {
  margin: 24px 59.5px 0;
}
.p-info_store-text {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.p-info_store-img {
  margin: 24px 0px 0;
}
.p-info_send-text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.p-link-text-terms {
  margin: 44px auto 0;
  text-align: center;
}

.p-howto {
  margin: 0 auto 0;
  background: #FFF;
  padding: 40px 0;
}
.p-howto_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  position: relative;
}
.p-howto_heading {
  margin-top: 0;
}
.p-howto_heading-sub {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.p-howto_heading-sub-num {
  width: 48px;
  height: 48px;
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN";
  background: #FFEB00;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-howto_heading-sub-text {
  display: inline-block;
  width: 156px;
}
.p-howto_tab {
  margin-top: 19px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-howto_tab-inr {
  padding: 20px 24px;
  border-radius: 0 0 16px 16px;
  background: #FFF;
}
.p-howto_tab-item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-howto #howto-tablist {
  overflow: hidden;
}
.p-howto_new {
  display: block;
  width: 49px;
  height: 17px;
  border-radius: 50px;
  background: #F40000;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  margin: 0 auto;
}
.p-howto_text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 25px auto 0;
}
.p-howto_text2 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 12px auto 0;
}
.p-howto_text2 span {
  color: #F40000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-howto_text2 span:before, .p-howto_text2 span:after {
  width: 1px;
  height: 20px;
  content: "";
  background: #F40000;
}
.p-howto_text2 span:before {
  transform: rotate(-25deg);
  margin: 0 10px 0 0;
}
.p-howto_text2 span:after {
  transform: rotate(25deg);
  margin: 0 0 0 10px;
}
.p-howto_list > li::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 24px solid #DB0400;
  border-bottom: 0;
  margin: 32px auto;
}
.p-howto_list > li:last-child::after {
  display: none;
}
.p-howto_list-step-heading {
  display: flex;
}
.p-howto_list-step-heading-text1 {
  border-radius: 4px 0 0 4px;
  background: #747474;
  width: 79px;
  height: 30px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-howto_list-step-heading-text2 {
  border-radius: 0 4px 4px 0;
  background: #D9D9D9;
  height: 30px;
  flex: 1;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-howto_list-step-text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto 0;
}
.p-howto_list-img {
  margin: 12px auto 0;
}
.p-howto_list-notes {
  margin: 12px 0 0;
}

.p-collect_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
}

.p-notes {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

.p-btn-link-text {
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 0;
  width: 100%;
}

.p-copyright {
  width: 145px;
  margin: 0 auto 50px;
}

.p-dl {
  background: #C4BC7C;
}
.p-dl_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 24px;
}
.p-dl_box {
  border-radius: 10px;
  margin: 0 auto 0;
  padding: 32px 0 40px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-dl_heading {
  margin: 0 9.25px;
}
.p-dl_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto 0;
}
.p-dl_list {
  width: 237px;
  margin: 24px auto 0;
}

.p-dl2_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.p-dl2_logo {
  width: 129px !important;
  margin: 0 0 3px 0;
  display: inline-block;
}
.p-dl2_list {
  width: 237px;
  margin: 24px auto 0;
}

.p-terms_inr {
  width: min(100%, 500px);
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
}
.p-terms_sec:first-of-type .p-terms_heading2 {
  margin-top: 0;
}
.p-terms_heading2 {
  text-align: left;
}
.p-terms_list-indent {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-terms_list-indent > li {
  display: flex;
}
.p-terms_list-indent-mark {
  flex-shrink: 0;
}


img {
  width: 100%;
  vertical-align: top;
}

.main {
  background: #fff;
}

.main {
  position: relative;
  display: block;
  overflow-x: hidden;
}

.footer {
  display: block;
  background-color: #eee;
  text-align: center;
  height: 7.7333333333vw;
  line-height: 7.7333333333vw;
  font-size: 2.4vw;
  color: #808080;
}
.footer small {
  font: inherit;
}

