@charset "UTF-8";
/************************************
  reset
************************************/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::after, ::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

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;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button: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;
}

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: 700;
}

/************************************
  base
************************************/
html,
body {
  height: 100%;
  width: 100%;
}

html {
  box-sizing: border-box;
  font-size: calc(100vw / 3.75);
}
@media screen and (min-width: 769px) {
  html {
    font-size: 32px;
  }
}

*, ::after, ::before {
  box-sizing: inherit;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5;
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
  }
}
body a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: none;
  color: #333;
  outline: none;
  text-decoration: none;
}
body ul li {
  list-style: none;
}
body ul li a {
  display: block;
}
body img {
  height: auto;
  width: 100%;
  border: none;
  image-rendering: -webkit-optimize-contrast;
  margin: auto;
  outline: none;
}
body img.base-size {
  height: auto;
  width: auto;
}
body button {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  outline: none;
}

/************************************
	header
************************************/
.header {
  background: #333;
  color: #FFF;
}
.header .page-ttl {
  font-size: 0.28rem;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header .page-ttl {
    font-size: 28px;
    padding: 20px 0;
  }
}

/************************************
	footer
************************************/
.footer {
  background: #333;
  color: #FFF;
}
.footer .footer-copyright {
  font-size: 0.14rem;
  padding: 0.1rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .footer-copyright {
    font-size: 14px;
    padding: 10px 0;
  }
}

/************************************
	Container
************************************/
@media screen and (min-width: 769px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
  }
}

.main {
  min-height: 100vh;
}

.sec {
  padding: 0 0 0.3rem;
}
@media screen and (min-width: 769px) {
  .sec {
    padding: 0 0 30px;
  }
}
.sec-inner {
  padding: 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-inner {
    padding: 0 20px;
  }
}

/***** 見出し *****/
.h2-ttl {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .h2-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.h2-ttl small {
  font-size: 0.85em;
}

.h3-ttl {
  background: #E0E0E0;
  font-size: 0.18rem;
  padding: 0.2rem;
}
@media screen and (min-width: 769px) {
  .h3-ttl {
    font-size: 18px;
    padding: 20px;
  }
}
.h3-ttl .t-required {
  color: #FD3727;
  margin-left: 1em;
}

/***** リンク *****/
.text-link {
  text-decoration: underline;
}

.btn-item {
  background: #36B6F5;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: 0.18rem;
  padding: 0.15rem 0.2rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn-item {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.btn-send .btn-item {
  background: #36B6F5;
}
.btn-back .btn-item {
  background: #E0E0E0;
  padding: 0;
}
.btn-back .btn-item a {
  display: block;
  padding: 0.15rem 0.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn-back .btn-item a {
    padding: 15px 20px;
  }
}
.btn-close .btn-item {
  background: #E0E0E0;
  color: #333;
}
.btn[data-js-elem=sendBtn].is-disable .btn-item {
  background: #E0E0E0;
  color: #333;
  pointer-events: none;
}

/***** リスト *****/
.dl-list:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .dl-list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.dl-list dd .text:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .dl-list dd .text:not(:last-child) {
    margin-bottom: 20px;
  }
}

.dot-list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.dot-list li:not(:last-child) {
  margin-bottom: 1em;
}

.text-list li:not(:last-child) {
  margin-bottom: 1em;
}

/***** アコーディオン *****/
.ac-btn {
  background: #333;
  color: #FFF;
  font-size: 0.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .ac-btn {
    font-size: 20px;
  }
}
.ac-btn::after {
  content: "\e145";
  display: block;
  font-family: "Material Icons";
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .ac-btn::after {
    right: 15px;
  }
}
.ac-btn.is-active::after {
  content: "\e15b";
}

/***** フォーム *****/
.form-ttl {
  background: #F2F2F2;
  padding: 0.15rem 0.2rem;
}
@media screen and (min-width: 769px) {
  .form-ttl {
    padding: 15px 20px;
  }
}
.form-ttl-inner {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.form-ttl .t-required {
  color: #FD3727;
  margin-left: 1em;
}
.form-underline::after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.2rem;
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}
@media screen and (min-width: 769px) {
  .form-underline::after {
    margin-top: 20px;
  }
}
.form-input {
  padding: 0.2rem;
}
@media screen and (min-width: 769px) {
  .form-input {
    padding: 20px;
  }
}
.form-input.pd-b-0 {
  padding: 0.2rem 0.2rem 0;
}
@media screen and (min-width: 769px) {
  .form-input.pd-b-0 {
    padding: 20px 20px 0;
  }
}
.form-input-text input {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-input-text input {
    padding: 10px 20px;
  }
}
.form-input-text ::-moz-placeholder {
  font-size: 0.85em;
  font-weight: 400;
}
.form-input-text :-ms-input-placeholder {
  font-size: 0.85em;
  font-weight: 400;
}
.form-input-text ::placeholder {
  font-size: 0.85em;
  font-weight: 400;
}
.form-input-number {
  position: relative;
  text-align: center;
}
.form-input-number input {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-input-number input {
    padding: 10px 20px;
  }
}
.form-input-upload input {
  display: none;
  width: 100%;
}
.form-input-upload-preview .preview-img {
  border: 1px solid #E0E0E0;
  line-height: 0;
  margin-bottom: 1em;
}
.form-input-upload-label {
  background: #36B6F5;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: 0.18rem;
  padding: 0.15rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .form-input-upload-label {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.form-input-check {
  text-align: center;
}
.form-input-check label {
  background: #E0E0E0;
  border-radius: 50px;
  display: inline-block;
  padding: 0.15rem 0.3rem;
}
@media screen and (min-width: 769px) {
  .form-input-check label {
    padding: 15px 30px;
  }
}
.form-input-check label span {
  display: block;
  position: relative;
  padding-left: 1.8em;
}
.form-input-check label span::before {
  content: "\e835";
  font-size: 1.4em;
  font-family: "Material Icons";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.form-input-check label span::after {
  background: #FFF;
  border-radius: 3px;
  content: "";
  display: block;
  height: 1em;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  z-index: 1;
}
.form-input-check input[type=checkbox] {
  display: none;
}
.form-input-check input[type=checkbox]:checked + label span::before {
  content: "\e834";
}
.form-input-check input[type=checkbox]:checked + label span::after {
  display: none;
}
.form-input-select-inner {
  border: 1px solid #333;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.form-input-select select {
  border: none;
  line-height: 1.5;
  outline: none;
  padding: 0.1rem 0.2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form-input-select select {
    padding: 10px 20px;
  }
}
.form-input-select select:invalid {
  font-size: 0.85em;
  font-weight: 400;
}
.form-input-select label::after {
  content: "\e313";
  font-size: 1.4em;
  font-family: "Material Icons";
  font-weight: 400;
  right: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .form-input-select label::after {
    right: 10px;
  }
}
.form-input-radiolist, .form-input-checklist {
  padding: 0.1rem 0;
}
@media screen and (min-width: 769px) {
  .form-input-radiolist, .form-input-checklist {
    padding: 10px 0;
  }
}
.form-input-radiolist label span, .form-input-checklist label span {
  display: block;
  position: relative;
  padding-left: 1.8em;
}
.form-input-radiolist label span::before, .form-input-checklist label span::before {
  content: "\e836";
  font-size: 1.4em;
  font-family: "Material Icons";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.form-input-radiolist label span::after, .form-input-checklist label span::after {
  background: #FFF;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1em;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  z-index: 1;
}
.form-input-radiolist label span.pos-t::before, .form-input-checklist label span.pos-t::before {
  top: 0.6em;
}
.form-input-radiolist label span.pos-t::after, .form-input-checklist label span.pos-t::after {
  top: 0.6em;
}
.form-input-radiolist label span.t-indent, .form-input-checklist label span.t-indent {
  padding-left: 2.15em;
  text-indent: -2.15em;
}
.form-input-radiolist label span.t-indent::before, .form-input-radiolist label span.t-indent::after, .form-input-checklist label span.t-indent::before, .form-input-checklist label span.t-indent::after {
  display: none;
}
.form-input-radiolist input[type=radio] {
  display: none;
}
.form-input-radiolist input[type=radio]:checked + label {
  pointer-events: none;
}
.form-input-radiolist input[type=radio]:checked + label span::before {
  content: "\e837";
}
.form-input-radiolist input[type=radio]:checked + label span::after {
  display: none;
}
.form-input-checklist label span::before {
  content: "\e835";
}
.form-input-checklist input[type=checkbox] {
  display: none;
}
.form-input-checklist input[type=checkbox]:checked + label {
  /*pointer-events: none;*/
}
.form-input-checklist input[type=checkbox]:checked + label span::before {
  content: "\e834";
}
.form-input-checklist input[type=checkbox]:checked + label span::after {
  display: none;
}
.form-input-checklist + .form-input-other {
  padding: 0.1rem 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .form-input-checklist + .form-input-other {
    padding: 10px 0 20px;
  }
}
.form-input-notes {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 0.1rem;
}
@media screen and (min-width: 769px) {
  .form-input-notes {
    margin-top: 10px;
  }
}
.form-input-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.form-input-notes li strong {
  color: #FD3727;
}
.form-input-err .error {
  color: #FD3727;
  display: block;
  margin-top: 1em;
}
.form-input-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.4rem;
}
@media screen and (min-width: 769px) {
  .form-input-flex {
    padding: 20px 30px;
  }
}
.form-input-flex .form-input-image {
  width: 25.4237288136%;
}
@media screen and (min-width: 769px) {
  .form-input-flex .form-input-image {
    width: 75px;
  }
}
.form-input-flex .form-input-label {
  width: 40.6779661017%;
}
@media screen and (min-width: 769px) {
  .form-input-flex .form-input-label {
    width: 120px;
  }
}
.form-input-flex .form-input-item {
  width: 27.1186440678%;
}
@media screen and (min-width: 769px) {
  .form-input-flex .form-input-item {
    width: 80px;
  }
}
.form-input-flex .form-input-err {
  width: 100%;
}
.form-text:not(:last-child) {
  margin-bottom: 0.5em;
}

/***** 包括 *****/
.scroll-ctr {
  border-bottom: 1px solid #E0E0E0;
  height: 25em;
  padding: 0.2rem 0 0.2rem 0.1rem;
}
@media screen and (min-width: 769px) {
  .scroll-ctr {
    padding: 20px 0 20px 10px;
  }
}
.scroll-ctr-inner {
  height: 100%;
  overflow-y: auto;
  padding: 0 0.2rem 0 0.1rem;
}
@media screen and (min-width: 769px) {
  .scroll-ctr-inner {
    padding: 0 20px 0 10px;
  }
}
.scroll-ctr-inner::-webkit-scrollbar {
  border-radius: 4px;
  height: 9px;
  width: 18px;
}
.scroll-ctr-inner::-webkit-scrollbar-track {
  border-radius: 4px;
}
.scroll-ctr-inner::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 9px;
}
.scroll-ctr-inner::-webkit-scrollbar-thumb:window-inactive {
  border-radius: 4px;
}

/************************************
	Theme
************************************/
/***** About *****/
.sec-about {
  padding: 0.3rem 0;
}
@media screen and (min-width: 769px) {
  .sec-about {
    padding: 30px 0;
  }
}

/***** Course *****/
.sec-course .sec-inner {
  padding: 0.2rem 0.2rem 0;
}
@media screen and (min-width: 769px) {
  .sec-course .sec-inner {
    padding: 20px 20px 0;
  }
}

/***** Entry *****/
.sec-entry .sec-inner {
  padding: 0;
}

/***** Enquete *****/
.sec-enquete .h2-ttl {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-enquete .h2-ttl {
    margin-bottom: 20px;
  }
}
.sec-enquete .sec-inner {
  padding: 0;
}
.sec-enquete .form-ttl-inner {
  padding-left: 3.1em;
  text-indent: -3.1em;
}

/***** Customer *****/
.sec-customer .h2-ttl {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-customer .h2-ttl {
    margin-bottom: 20px;
  }
}
.sec-customer .sec-inner {
  padding: 0;
}

/***** Upload *****/
.sec-upload .notes-ctr {
  font-weight: 700;
}
.sec-upload .notes-ttl {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 769px) {
  .sec-upload .notes-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sec-upload .notes-list {
  font-size: 0.9em;
}
.sec-upload .notes-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-upload .notes-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

/***** receipt *****/
.sec-receipt .sec-inner {
  padding: 0.3rem 0.2rem 0;
}
@media screen and (min-width: 769px) {
  .sec-receipt .sec-inner {
    padding: 30px 20px 0;
  }
}
.sec-receipt .receipt-item {
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(51, 51, 51, 0.2);
  padding: 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item {
    padding: 20px;
  }
}
.sec-receipt .receipt-item-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item-ttl {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.sec-receipt .receipt-item-ttl-img {
  width: 28.4745762712%;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item-ttl-img {
    margin-right: 20px;
    max-width: 84px;
  }
}
.sec-receipt .receipt-item-ttl-text {
  font-size: 0.18rem;
  width: 65.7627118644%;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item-ttl-text {
    font-size: 18px;
    width: auto;
  }
}
.sec-receipt .receipt-item-ttl-text strong {
  color: #FD3727;
}
.sec-receipt .receipt-item-img {
  margin-bottom: 0.2rem;
  width: 48%;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item-img {
    margin-bottom: 20px;
    width: 29%;
  }
}
.sec-receipt .receipt-item-img-ctr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-receipt .receipt-item-img-item {
  margin-bottom: 0.5em;
}
.sec-receipt .receipt-item-img figcaption {
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-receipt .receipt-item-img:nth-child(1), .sec-receipt .receipt-item-img:nth-child(3), .sec-receipt .receipt-item-img:nth-child(5) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item-img:nth-child(1), .sec-receipt .receipt-item-img:nth-child(2), .sec-receipt .receipt-item-img:nth-child(4) {
    margin-right: 4%;
  }
}
.sec-receipt .receipt-item:nth-child(1) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 769px) {
  .sec-receipt .receipt-item:nth-child(1) {
    margin-bottom: 30px;
  }
}
.sec-receipt .receipt-item:nth-child(1) .receipt-item-img {
  margin-right: auto;
  margin-left: auto;
}

/***** terms *****/
.sec-terms .sec-inner {
  padding: 0.3rem 0;
}
@media screen and (min-width: 769px) {
  .sec-terms .sec-inner {
    padding: 30px 0;
  }
}
.sec-terms .text-ctr {
  margin-bottom: 0.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec-terms .text-ctr {
    margin-bottom: 20px;
  }
}
.sec-terms .text-ctr .text:not(:last-child) {
  margin-bottom: 1em;
}
.sec-terms .text-ctr .btn {
  width: 100%;
  z-index: 3;
}
.sec-terms .num-list {
  margin-bottom: 1em;
}
.sec-terms .num-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-terms .terms-accept {
  padding: 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-terms .terms-accept {
    padding: 0 20px;
  }
}

/***** Confirm *****/
.sec-confirm .sec-inner {
  padding: 0;
}
.sec-confirm .form-input {
  padding: 0.3rem 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-confirm .form-input {
    padding: 30px 20px;
  }
}
.sec-confirm .form-input-text {
  background: #D9D9D9;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec-confirm .form-input-text {
    padding: 10px 20px;
  }
}
.sec-confirm .form-input-text-white {
  background: #FFF;
}
.sec-confirm .form-input.pd-b-0 {
  padding: 0.3rem 0.2rem 0;
}
@media screen and (min-width: 769px) {
  .sec-confirm .form-input.pd-b-0 {
    padding: 30px 20px 0;
  }
}
.sec-confirm .form-input-radiolist, .sec-confirm .form-input-checklist {
  padding: 0.1rem 0;
}
@media screen and (min-width: 769px) {
  .sec-confirm .form-input-radiolist, .sec-confirm .form-input-checklist {
    padding: 10px 0;
  }
}
.sec-confirm .form-input-radiolist input[type=radio] {
  display: none;
}
.sec-confirm .form-input-radiolist input[type=radio]:checked + label span::before {
  content: "\e837";
}
.sec-confirm .form-input-radiolist input[type=radio]:checked + label span::after {
  display: none;
}
.sec-confirm .form-input-checklist input[type=checkbox] {
  display: none;
}
.sec-confirm .form-input-checklist input[type=checkbox]:checked + label span::before {
  content: "\e834";
}
.sec-confirm .form-input-checklist input[type=checkbox]:checked + label span::after {
  display: none;
}
.sec-confirm .form-input-checklist + .form-input-other {
  padding: 0.1rem 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .sec-confirm .form-input-checklist + .form-input-other {
    padding: 10px 0 20px;
  }
}

/***** Preview *****/
.sec-preview .form-input {
  padding: 0.3rem 0.6rem 0;
}
@media screen and (min-width: 769px) {
  .sec-preview .form-input {
    padding: 30px 60px 0;
  }
}

/***** Comp *****/
.sec-comp {
  padding: 0.3rem 0;
}
@media screen and (min-width: 769px) {
  .sec-comp {
    padding: 30px 0;
  }
}
.sec-comp .text-ctr {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 769px) {
  .sec-comp .text-ctr {
    margin-bottom: 40px;
  }
}
.sec-comp .text-ctr .text:not(:last-child) {
  margin-bottom: 1em;
}

/************************************
	Object
************************************/
/****** 表示 ******/
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hide-pc {
    display: none;
  }
}
/****** Flexbox ******/
.fl-ctr {
  display: flex;
  flex-wrap: warp;
}
.fl-al-t {
  align-items: flex-start;
}
.fl-al-c {
  align-items: center;
}
.fl-al-b {
  align-items: flex-end;
}
.fl-jc-l {
  justify-content: flex-start;
}
.fl-jc-c {
  justify-content: center;
}
.fl-jc-r {
  justify-content: flex-end;
}
.fl-jc-sb {
  justify-content: space-between;
}
.fl-jc-ar {
  justify-content: space-around;
}

/****** テキスト ******/
/*----- 位置 -----*/
.ta-l {
  text-align: left !important;
}
@media screen and (min-width: 1024px) {
  .ta-l-pc {
    text-align: left !important;
  }
}
.ta-c {
  text-align: center !important;
}
@media screen and (min-width: 1024px) {
  .ta-c-pc {
    text-align: center !important;
  }
}
.ta-r {
  text-align: right !important;
}
@media screen and (min-width: 1024px) {
  .ta-r-pc {
    text-align: right !important;
  }
}

.rmark {
  position: relative;
  top: 0.35em;
}

/****** 余白 ******/
/*----- margin -----*/
.mg-0 {
  margin: 0 !important;
}
.mg-b-0 {
  margin-bottom: 0 !important;
}
.mg-b-10 {
  margin-bottom: 2.66vw;
}
@media screen and (min-width: 769px) {
  .mg-b-10 {
    margin-bottom: 0.78vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-b-10 {
    margin-bottom: 10px;
  }
}
.mg-b-20 {
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 769px) {
  .mg-b-20 {
    margin-bottom: 1.56vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-b-20 {
    margin-bottom: 20px;
  }
}
.mg-b-30 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .mg-b-30 {
    margin-bottom: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-b-30 {
    margin-bottom: 30px;
  }
}
.mg-b-40 {
  margin-bottom: 10.66vw;
}
@media screen and (min-width: 769px) {
  .mg-b-40 {
    margin-bottom: 3.12vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-b-40 {
    margin-bottom: 40px;
  }
}
.mg-t-10 {
  margin-top: 2.66vw;
}
@media screen and (min-width: 769px) {
  .mg-t-10 {
    margin-top: 0.78vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-t-10 {
    margin-top: 10px;
  }
}
.mg-t-20 {
  margin-top: 5.33vw;
}
@media screen and (min-width: 769px) {
  .mg-t-20 {
    margin-top: 1.56vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-t-20 {
    margin-top: 20px;
  }
}
.mg-t-30 {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .mg-t-30 {
    margin-top: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-t-30 {
    margin-top: 30px;
  }
}
.mg-t-40 {
  margin-top: 10.66vw;
}
@media screen and (min-width: 769px) {
  .mg-t-40 {
    margin-top: 3.12vw;
  }
}
@media screen and (min-width: 1024px) {
  .mg-t-40 {
    margin-top: 40px;
  }
}

/*----- padding -----*/
.pd-0 {
  padding: 0 !important;
}
.pd-b-0 {
  padding-bottom: 0 !important;
}
.pd-b-10 {
  padding-bottom: 1.33vw;
}
@media screen and (min-width: 769px) {
  .pd-b-10 {
    padding-bottom: 0.78vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-b-10 {
    padding-bottom: 10px;
  }
}
.pd-b-20 {
  padding-bottom: 2.66vw;
}
@media screen and (min-width: 769px) {
  .pd-b-20 {
    padding-bottom: 1.56vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-b-20 {
    padding-bottom: 20px;
  }
}
.pd-b-30 {
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .pd-b-30 {
    padding-bottom: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-b-30 {
    padding-bottom: 30px;
  }
}
.pd-b-40 {
  padding-top: 5.33vw;
}
@media screen and (min-width: 769px) {
  .pd-b-40 {
    padding-top: 3.12vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-b-40 {
    padding-bottom: 40px;
  }
}
.pd-t-10 {
  padding-top: 1.33vw;
}
@media screen and (min-width: 769px) {
  .pd-t-10 {
    padding-top: 0.78vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-t-10 {
    padding-top: 10px;
  }
}
.pd-t-20 {
  padding-top: 2.66vw;
}
@media screen and (min-width: 769px) {
  .pd-t-20 {
    padding-top: 1.56vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-t-20 {
    padding-top: 20px;
  }
}
.pd-t-30 {
  padding-top: 4vw;
}
@media screen and (min-width: 769px) {
  .pd-t-30 {
    padding-top: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-t-30 {
    padding-top: 30px;
  }
}
.pd-t-40 {
  padding-top: 5.33vw;
}
@media screen and (min-width: 769px) {
  .pd-t-40 {
    padding-top: 3.12vw;
  }
}
@media screen and (min-width: 1024px) {
  .pd-t-40 {
    padding-top: 40px;
  }
}

/****** Clearfix ******/
.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}

/************************************
	State
************************************/
[data-js-elem=acCtr] {
  display: none;
}
