@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #000;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Line-sd */
@font-face {
  font-family: "line-sd-th";
  src: url("/template/font/LINESeedJP_OTF_Th.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-rg";
  src: url("/template/font/LINESeedJP_OTF_Rg.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-bd";
  src: url("/template/font/LINESeedJP_OTF_Bd.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-eb";
  src: url("/template/font/LINESeedJP_OTF_Eb.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-style: normal;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.line-sd-th {
  font-family: "line-sd-th", sans-serif;
}

.line-sd-rg {
  font-family: "line-sd-rg", sans-serif;
}

.line-sd-bd {
  font-family: "line-sd-bd", sans-serif;
}

.line-sd-eb {
  font-family: "line-sd-eb", sans-serif;
}

.Oswald {
  font-weight: 500;
  font-family: Oswald;
}

.fsp110 {
  font-size: 110%;
}

.fsp120 {
  font-size: 120%;
}

.fsp130 {
  font-size: 130%;
}

.fsp140 {
  font-size: 140%;
}

.fsp150 {
  font-size: 150%;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.c-red {
  color: #D00F31;
}

.c-yel {
  color: #FABE00;
}

.c-wht {
  color: #fff;
}

.c-blk {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: flex !important;
  }
}

.header {
  background: #FFF;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.header-license {
  width: 100%;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .header-license-wrap {
    width: 100%;
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
}
.header-license-logo {
  width: 100%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.header-license-logo-img {
  position: relative;
  margin-right: 0.8rem;
}
@media screen and (min-width: 769px) {
  .header-license-logo-img {
    margin-right: 1rem;
  }
}
.header-license-logo-img img {
  width: 8.2rem;
  max-width: 100%;
  height: auto;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}

/* footer */
.footer {
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 10rem;
  }
}
.footer-links {
  padding: 2rem 0;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #333;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #333;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -0.2rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.form #sfm-form {
  margin-top: 3rem;
}
.form .form-row {
  margin-bottom: 5rem;
}
.form_section {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .form_section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 769px) {
  .apply_complete .form_section {
    max-width: 460px;
  }
}
@media screen and (min-width: 769px) {
  .area_complete .form_section {
    max-width: 460px;
  }
}
.form_section_ttle {
  color: #D00F31;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.form_section_text {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.form_section_label {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.form-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-table tr th {
  display: block;
  width: 100%;
  font-weight: 600;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.4rem;
}
.form-table tr td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.6rem 0 2.3rem;
}
.form-table tr td .instruction {
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  margin-top: 1rem;
}
.form-table tr td .ERR {
  margin: 0.3rem 0 0;
  padding: 0;
  color: #f00;
  font-size: 1.2rem;
}
.form-table tr td input[type=tel],
.form-table tr td input[type=email],
.form-table tr td input[type=text],
.form-table tr td textarea {
  width: 100%;
  height: 5.4rem;
  display: block;
  padding: 0 0.8rem;
  box-sizing: border-box;
  border: 0.1rem solid #d6d9e7;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  background: #fff;
}
.form-table tr td input[type=tel].required-focus,
.form-table tr td input[type=email].required-focus,
.form-table tr td input[type=text].required-focus,
.form-table tr td textarea.required-focus {
  background: #fce2e2;
  border-color: #e75b5b;
}
.form-table tr td select {
  width: 100%;
  height: 5.4rem;
  display: block;
  padding: 0 0.8rem;
  box-sizing: border-box;
  border: 0.1rem solid #d6d9e7;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form-table tr td select {
    max-width: 100%;
  }
}
.form-table tr td input[type=tel], .form-table tr td select, .form-table tr td #postcode1 {
  width: 33.5rem;
}
.apply_input .form-table tr td input[type=tel], .apply_input .form-table tr td select, .apply_input .form-table tr td #postcode1 {
  width: 100%;
}
.form-table tr td input[type=tel]:focus,
.form-table tr td input[type=email]:focus,
.form-table tr td input[type=text]:focus,
.form-table tr td textarea:focus {
  background: #edf4ff;
  border-width: 0.2rem;
}
.form-table tr td .required-focus {
  background: #fce2e2;
  border-color: #e75b5b;
}
.form-table tr td .input-group {
  display: flex;
}
.form-table tr td input[type=radio],
.form-table tr td input[type=checkbox] {
  display: none;
  margin: 0;
}
.form-table tr td input[type=radio] + label,
.form-table tr td input[type=checkbox] + label {
  width: calc(50% - 0.5rem);
  position: relative;
  display: inline-block;
  margin: 0.6rem 0;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #dbdcdc;
  border-radius: 0.6rem;
  background-color: #f0f5ff;
  box-shadow: 0rem 0.2rem 0.3rem 0rem rgba(7, 3, 4, 0.1);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.form-table tr td .input-group label:nth-of-type(-n + 2) {
  margin-top: 0;
}
.form-table tr td .input-group label:nth-of-type(odd) {
  margin-right: 1rem;
}
.form-table tr td input[type=radio] + label::before,
.form-table tr td input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.form-table tr td input[type=radio] + label::before {
  border: 0.1rem solid #dbdcdc;
  border-radius: 50%;
  background: #fff;
}
.form-table tr td input[type=checkbox] + label::before {
  border: 0.1rem solid #dbdcdc;
  background: #fff;
  border-radius: 0.4rem;
}
.form-table tr td input[type=radio]:checked + label::after,
.form-table tr td input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #062f7d;
  transform: translatey(-50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.form-table tr td input[type=radio]:checked + label::after {
  border-radius: 0.8rem;
}
.form-table tr td .radio_icon {
  vertical-align: middle;
  margin-right: 0.7rem;
}
.form-table .optional,
.form-table .required,
.form-table .any,
.form-table .form_step {
  background-color: #888888;
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 1rem;
}
.form-table .optional,
.form-table .required {
  font-weight: normal;
}
.form-table .required {
  background-color: #D00F31;
}
.form-table .any {
  background-color: #aaa;
}
.form-table .note-text {
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: 500;
  padding-top: 0.4rem;
}
.form-table-confirm {
  width: 100%;
}
.form-table-confirm + .form_section_label {
  margin-top: 4rem;
}
.form-table-confirm tr th {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 20px 0 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .form-table-confirm tr th {
    width: 35%;
    display: table-cell;
    border-bottom: 0.1rem solid #ccc;
    padding: 15px 0;
  }
}
.form-table-confirm tr td {
  display: block;
  border-bottom: 0.1rem solid #ccc;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .form-table-confirm tr td {
    width: 65%;
    display: table-cell;
    padding: 1.5rem 2rem;
  }
}
.form-table-confirm tr + tr {
  margin-top: 2rem;
}
.form-table-complete {
  width: 100%;
}
.form-table-complete + .form_section_label {
  margin-top: 4rem;
}
.form-table-complete tr:nth-child(1) th {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr:nth-child(1) td {
    border-top: 1px solid #ccc;
  }
}
.form-table-complete tr th {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 20px 0 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr th {
    width: 35%;
    display: table-cell;
    border-bottom: 0.1rem solid #ccc;
    padding: 15px 0;
  }
}
.form-table-complete tr td {
  display: block;
  border-bottom: 0.1rem solid #ccc;
  text-align: left;
  position: relative;
  padding: 0 0 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr td {
    width: 65%;
    display: table-cell;
    padding: 1.5rem 2rem;
  }
}
.form-table-complete tr + tr {
  margin-top: 2rem;
}
.form-complete-wrap {
  padding: 3rem 1.5rem;
  border-radius: 0.4rem;
  background: #FFF7DC;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .form-complete-wrap {
    padding: 4rem 6rem;
  }
}
.form-complete-text {
  text-align: center;
}
.form-complete-text01 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.form-complete-text02 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.form-complete-tel-wrap {
  text-align: center;
}
.form-complete-tel-span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.form-complete-tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.form-complete-tel-number i {
  margin-right: 1rem;
}
.form-complete-tel-number i img {
  width: 2.85rem;
  height: 2.8rem;
}
.form-complete-tel-number > span a {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.form-complete-tel-time {
  font-size: 1.2rem;
}
.form-complete-dl {
  margin-top: 2rem;
}
.form-complete-dl:first-of-type {
  margin-top: 3rem;
}
.form-complete-dl dt {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.2rem;
}
.form-complete-dl dd {
  font-size: 1rem;
}
.form_tel {
  text-align: center;
}
.form_tel_label {
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}
.form_tel_body {
  margin: 4rem auto 0;
}
@media screen and (min-width: 769px) {
  .form_tel_body {
    width: 38.2rem;
  }
}
.form_tel_detail {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form_tel_number {
  font-weight: 800;
  margin-bottom: 1rem;
  display: block;
}
.form_tel_number img {
  margin-right: 0.5rem;
  position: relative;
  top: -0.5rem;
  width: auto;
  vertical-align: middle;
  height: 4.25rem;
  display: inline-block;
}
.form_tel_number a {
  display: inline;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
}
.form_tel_time {
  text-align: center;
  font-size: 1.2rem;
}
.form_tel_note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.form_bottom_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 3rem;
}
.form_bottom_submit .button {
  display: inline-block;
  position: relative;
  width: 30.5rem;
  height: 7rem;
  font-size: 1.8rem;
  line-height: 7rem;
  padding: 0;
  border-radius: 0.4rem;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s all ease;
  font-family: "Noto Sans JP", sans-serif;
}
.form_bottom_submit .button::after {
  content: "";
  background: url(../img/btn-wht-arrow-right.png) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  z-index: 1;
}
.form_bottom_submit .button.submit,
.form_bottom_submit .button.confirm {
  background: #D00F31;
  color: #fff;
}
.form_bottom_submit .button.submit:hover,
.form_bottom_submit .button.confirm:hover {
  opacity: 0.75;
}
.form_bottom_submit .button.back {
  background: #888;
}
.form_bottom_submit .button.back:hover {
  background: #999;
}
.form_bottom_submit .button.submit:disabled,
.form_bottom_submit .button.confirm:disabled {
  cursor: auto;
  color: #ccc;
  background: #f5f5f5;
  opacity: 1;
}
.form_bottom_back {
  order: 1;
  width: 100%;
  margin-top: 2rem;
  padding: 0;
  width: 100%;
  font-weight: 700;
  position: relative;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}
.form_bottom_back .back {
  width: fit-content;
  margin: auto;
  height: 100%;
  background: none;
  font-size: 1.5rem;
  color: #333;
  text-decoration: underline;
  position: relative;
  z-index: 110;
  cursor: pointer;
}
.form_ssl {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .form_ssl {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.form_ssl_img {
  width: 11rem;
}
.form_ssl_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.form_ssl_text {
  width: calc(100% - 13rem);
  margin-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}
.form_note {
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .form_note {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .form_note p {
    margin-top: 0.5rem;
  }
}
.form_note a {
  display: inline;
  color: #0b5bce;
  text-decoration: underline;
}
.form .placeholder_text {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.form_head_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.form_head_text_wrap b {
  margin-right: 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap b {
    margin-right: 1.5rem;
    font-size: 2rem;
  }
}

.form_head_text_wrap b span {
  font-size: 140%;
}

.form_head_text_wrap ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul {
    font-size: 1.4rem;
  }
}

.form_head_text_wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 4rem;
  background-color: #eee;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li {
    width: 9.4rem;
  }
}

.form_head_text_wrap ul li:nth-child(1) {
  z-index: 3;
}

.form_head_text_wrap ul li:nth-child(2) {
  z-index: 2;
}

.form_head_text_wrap ul li.active {
  background-color: #fabe00;
}

.form_head_text_wrap ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.9rem 0 1.9rem 0.7rem;
  border-color: transparent transparent transparent #eee;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li::after {
    border-width: 1.9rem 0 1.9rem 1rem;
  }
}

.form_head_text_wrap ul li.active::after {
  border-color: transparent transparent transparent #fabe00;
  z-index: 2;
}

.rd-progress-bar {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
}
.rd-progress-bar__inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 38.73em) {
  .rd-progress-bar__inner {
    padding: 15px 0;
  }
}
.rd-progress-bar__unit {
  width: calc(100% - 80px);
  height: 24px;
  background: #eee;
  box-shadow: inset -2px 5px 8px #c7c7c7;
  border-radius: 50px;
}
.rd-progress-bar__unit--item {
  width: 0;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to top, #019d5c, #06e98a);
  transition: 1s all;
}
.rd-progress-bar__number {
  width: 60px;
  margin: 0;
  margin-left: 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.checked-inner {
  position: relative;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .checked-inner:not(.sp-fit) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .checked-inner:not(.sp-fit) {
    width: 100%;
  }
}

.check-img {
  display: none;
  line-height: 1;
  position: absolute;
  top: 2.7rem;
  right: 1.5rem;
  transform: translatey(-50%);
  z-index: 1;
}
.check-img.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .check-img {
    right: 1.6rem;
  }
}

.required-focus + .check-img {
  display: none;
}

.required-radio .check-img {
  right: 0.3rem;
}

.show > .check-img {
  display: block;
}

.required-radio .check-img {
  right: 0.4rem;
}

.show > .check-img {
  display: block;
}