@charset "UTF-8";
:root {
  --xlarge: 1800px;
  --large: 1600px;
  --medium: 1265px;
  --medium2: 1111px;
  --medium3: 1023px;
  --medium4: 959px;
  --small: 769px;
  --xsmall: 668px;
  --xxsmall: 560px;
  --xxxsmall: 321px; }

:root {
  --font-size-xxl: 2rem;
  --font-size-xl: 1.8rem;
  --font-size-l: 1.4rem;
  --font-size-m: 1.4rem;
  --font-size-s: 1.2rem;
  --font-size-xs: 1.1rem;
  --line-height-xxl: 2.2;
  --line-height-xl: 2.2;
  --line-height-l: 2.14;
  --line-height-m: 2;
  --line-height-s: 1.7;
  --line-height-xs: 1.4; }

@media screen and (max-width: 768px) {
  :root {
    --font-size-xxl:1.5rem;
    --font-size-xl: 1.8rem;
    --font-size-l: 1.4rem;
    --font-size-m: 1.3rem;
    --font-size-s: 1.2rem;
    --font-size-xs: 1.1rem; } }

:root {
  --color-bg-base: #161b24;
  --color-line_gray: #d6d6d6;
  --color-txt_yellow: #f1f0e8; }

:root {
  --color-bg:     #E1D7B0;
  --color-white:  #FDF4E7;
  --color-black:  #3D3317;
  --color-black2: #564A27;
  --color-yellow: #EDC054;
  --color-line:   #C5BB95;
  --font-min: 'FOT-TsukuOldMin Pro', serif;
  --font-got: 'Helvetica Neue','Helvetica','YuGothic', sans-serif;
  --font-en: 'Castoro', serif; }

/* ==============================================================================================
CSS RESET
============================================================================================== */
* {
  min-height: 0vw;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

html,
body {
  height: 100%; }

body {
  display: block;
  line-height: 1;
  color: var(--color-black);
  text-align: left;
  width: 100% !important;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-width: 800px;
  font-weight: normal;
  font-family: var(--font-got); }
  @media screen and (max-width: 768px) {
    body {
      min-width: 0 !important; } }

:lang(en) {
  font-family: 'Times New Roman', serif; }

:lang(zh-cmn-Hans) {
  font-family: "Noto Serif SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

:lang(zh-cmn-Hant) {
  font-family: "Noto Serif TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

::-moz-selection {
  background: #474747;
  color: #fff; }

::selection {
  background: #474747;
  color: #fff; }

::-moz-selection {
  background: #474747;
  color: #fff; }

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

template {
  display: none; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px; }

strong, b {
  font-weight: bold; }

object {
  pointer-events: none; }

img {
  border: none;
  vertical-align: bottom; }

audio:not([controls]) {
  display: none;
  height: 0; }

svg {
  fill: currentColor;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

a {
  color: inherit;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a * {
  cursor: pointer; }

a,
input,
select,
textarea,
button,
a object,
a img,
button span,
a .c-button,
.u-hvr {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  a:hover,
  input:hover,
  select:hover,
  textarea:hover,
  button:hover,
  a object:hover,
  a img:hover,
  button span:hover,
  a .c-button:hover,
  .u-hvr:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.lte-Android4 * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

ol li {
  list-style: none; }

ul li {
  list-style: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
label:focus,
select {
  outline: 0; }

select::-ms-expand {
  display: none; }

:placeholder-shown {
  color: darkgray;
  font-family: gothic, serif; }

::-webkit-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-ms-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

:-moz-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-moz-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

::-webkit-input-placeholder {
  color: darkgray;
  font-family: gothic, serif; }

iframe {
  width: 100%;
  border: none;
  outline: none; }

ruby {
  display: inline-table;
  border: none;
  white-space: nowrap;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 100%; }

ruby rt {
  display: table-header-group;
  font-size: 50%;
  text-align: center;
  line-height: 100%; }

ruby ruby rt {
  display: table-footer-group;
  font-size: 50%;
  line-height: 100%; }

ruby rp {
  display: none; }

dl dt {
  font-weight: bold; }

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  font-size: 1.4rem;
  background: #fff;
  border: none;
  border: 1px solid #dbdbdb;
  padding: 0 1.5rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    select {
      background: #eeeeee; } }

/* ==============================================================================================
画面表示
============================================================================================== */
/* オーバーフロー
-----------------------------------------------------------------*/
.u-over-hidden {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .u-over-hidden {
      overflow: visible; } }

/* 画面表示設定
-----------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  .visible-large-less {
    display: none !important; }
  .visible-large-less-inline {
    display: none !important; } }

@media screen and (max-width: 1599px) {
  .visible-large-less {
    display: block !important; }
  .visible-large-less-inline {
    display: inline-block !important; }
  table.visible-large-less {
    display: table; }
  tr.visible-large-less {
    display: table-row !important; }
  th.visible-large-less,
  td.visible-large-less {
    display: table-cell !important; } }

@media screen and (max-width: 1599px) {
  .hidden-large-less {
    display: none !important; } }

@media screen and (min-width: 1265px) {
  .visible-medium-less {
    display: none !important; }
  .visible-medium-less-inline {
    display: none !important; } }

@media screen and (max-width: 1264px) {
  .visible-medium-less {
    display: block !important; }
  .visible-medium-less-inline {
    display: inline-block !important; }
  table.visible-medium-less {
    display: table; }
  tr.visible-medium-less {
    display: table-row !important; }
  th.visible-medium-less,
  td.visible-medium-less {
    display: table-cell !important; } }

@media screen and (max-width: 1264px) {
  .hidden-medium-less {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .visible-small-less {
    display: none !important; }
  .visible-small-less-inline {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .visible-small-less {
    display: block !important; }
  .visible-small-less-inline {
    display: inline-block !important; }
  table.visible-small-less {
    display: table; }
  tr.visible-small-less {
    display: table-row !important; }
  th.visible-small-less,
  td.visible-small-less {
    display: table-cell !important; } }

@media screen and (max-width: 768px) {
  .hidden-small-less {
    display: none !important; } }

@media screen and (min-width: 668px) {
  .visible-xsmall-less {
    display: none !important; }
  .visible-xsmall-less-inline {
    display: none !important; } }

@media screen and (max-width: 667px) {
  .visible-xsmall-less {
    display: block !important; }
  .visible-xsmall-less-inline {
    display: inline-block !important; }
  table.visible-xsmall-less {
    display: table; }
  tr.visible-xsmall-less {
    display: table-row !important; }
  th.visible-xsmall-less,
  td.visible-xsmall-less {
    display: table-cell !important; } }

@media screen and (max-width: 667px) {
  .hidden-xsmall-less {
    display: none !important; } }

/* @media screen
-----------------------------------------------------------------*/
:root {
  --font-basic: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  --font-en: 'Helvetica Neue', sans-serif;
  --font-w-r: 400;
  --font-w-b: 700;
  --fs-l: 18px;
  --fs-m: 16px;
  --fs-r: 15px;
  --fs-s: 13px;
  --fs-xs: 12px;
  --space-l:   64px;
  --space-m:   48px;
  --space-s:   32px;
  --space-xs:  16px;
  --color-white: #fff;
  --color-line: #E1E1E1;
  --color-accent: #D41515; }
  @media screen and (max-width: 768px) {
    :root {
      --fs-l: 18px;
      --fs-m: 13px;
      --fs-r: 13px;
      --fs-s: 11px;
      --fs-xs: 10px;
      --space-l:   32px;
      --space-m:   24px;
      --space-s:   16px;
      --space-xs:  8px; } }

body {
  background: #F3F3F3;
  font-family: var(--font-basic); }

.tpl-wrapper {
  width: 80%;
  max-width: 894px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .tpl-wrapper {
      width: calc(100% - 40px); } }

.tpl-inner {
  padding: 0 var(--space-m); }

.tpl-txt-m, .tpl-txt-r, .tpl-txt-s, .tpl-txt-xs {
  line-height: 2;
  letter-spacing: .04em; }
  .tpl-txt-m + .tpl-txt-m, .tpl-txt-r + .tpl-txt-m, .tpl-txt-s + .tpl-txt-m, .tpl-txt-xs + .tpl-txt-m, .tpl-txt-m + .tpl-txt-r, .tpl-txt-r + .tpl-txt-r, .tpl-txt-s + .tpl-txt-r, .tpl-txt-xs + .tpl-txt-r, .tpl-txt-m + .tpl-txt-s, .tpl-txt-r + .tpl-txt-s, .tpl-txt-s + .tpl-txt-s, .tpl-txt-xs + .tpl-txt-s, .tpl-txt-m + .tpl-txt-xs, .tpl-txt-r + .tpl-txt-xs, .tpl-txt-s + .tpl-txt-xs, .tpl-txt-xs + .tpl-txt-xs {
    padding-top: 1em; }

.tpl-txt-m {
  font-size: var(--fs-m); }

.tpl-txt-r {
  font-size: var(--fs-r); }

.tpl-txt-s {
  font-size: var(--fs-s); }

.tpl-txt-xs {
  font-size: var(--fs-xs); }

.tpl-heading-m {
  background: #222222;
  display: block;
  color: #fff;
  font-size: var(--fs-m);
  line-height: 1;
  padding: 22px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 4px;
  letter-spacing: .04em; }
  @media screen and (max-width: 768px) {
    .tpl-heading-m {
      padding: 16px 16px; } }

.tpl-heading-s {
  font-size: var(--fs-m);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .04em; }

.tpl-mt-l {
  margin-top: var(--space-l); }

.tpl-mt-m {
  margin-top: var(--space-m); }

.tpl-mt-s {
  margin-top: var(--space-s); }

.tpl-mt-xs {
  margin-top: var(--space-xs); }

.tpl-c-collout {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  padding: 30px 28px 30px 28px;
  border-radius: 4px;
  font-size: var(--fs-r);
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .tpl-c-collout {
      padding: 20px 20px 20px 20px; } }
  .tpl-c-collout::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/assets/image/common/icon_info.svg) no-repeat left top/20px 20px;
    display: block;
    margin-right: .5em; }
    @media screen and (max-width: 768px) {
      .tpl-c-collout::before {
        width: 24px;
        height: 18px;
        background-size: 18px; } }
  .tpl-c-collout p {
    width: calc(100% - (20px + .5em)); }
    @media screen and (max-width: 768px) {
      .tpl-c-collout p {
        width: calc(100% - (18px + .5em)); } }

a {
  color: var(--color-accent);
  font-weight: bold; }

.tpl-phone-number {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .tpl-phone-number {
      font-size: 32px;
      margin-top: 4px; } }

.tpl-phone-number a {
  color: #333;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .tpl-phone-number a {
      text-decoration: underline; } }

.tpl-phone-number + .tpl-notice-list {
  margin-top: var(--space-xs); }
  @media screen and (max-width: 768px) {
    .tpl-phone-number + .tpl-notice-list {
      margin-top: 16px; } }

.tpl-notice-list {
  font-size: var(--fs-s); }

.tpl-notice-list__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tpl-notice-list__cell + .tpl-notice-list__cell {
    margin-top: .6em; }

.tpl-notice-list__label::after {
  content: "："; }

.tpl-notice-list__body {
  padding-left: .5em; }

.tpl-c-header {
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .tpl-c-header {
      padding: 40px 0; } }

.tpl-c-header__logo {
  width: auto;
  height: 130px;
  margin: 0 auto; }
  .tpl-c-header__logo img {
    width: auto;
    height: 100%; }

.tpl-c-header__title {
  font-family: var(--font-basic);
  font-weight: var(--font-w-b);
  font-size: 18px;
  padding-top: 24px; }

.tpl-c-header__copy {
  font-weight: bold; }

.tpl-c-body {
  padding-top: var(--space-l); }

.tpl-c-body__copy {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tpl-c-body__copy {
      text-align: left; } }
  .tpl-c-body__copy .tpl-txt-r {
    font-weight: bold; }

.tpl-c-footer {
  padding: 60px 0 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tpl-c-footer {
      padding: 30px 0 40px; } }

.tpl-c-footer__copyright {
  font-size: var(--fs-xs);
  color: #777;
  font-family: var(--font-en);
  letter-spacing: 2%; }

.tpl-c-box {
  background: #fff;
  border-radius: 12px;
  padding: var(--space-m) 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden; }

input,
textarea,
select {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 16px 24px;
  font-size: var(--fs-m);
  line-height: 1.7;
  background: rgba(251, 251, 251, 0.6);
  color: #333; }
  @media screen and (max-width: 768px) {
    input,
    textarea,
    select {
      font-size: 15px;
      padding: 16px 20px; } }

textarea {
  resize: vertical;
  height: 200px; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer; }

::-webkit-input-placeholder {
  font-family: var(--font-basic);
  color: #BFBFBF; }

:-ms-input-placeholder {
  font-family: var(--font-basic);
  color: #BFBFBF; }

::-ms-input-placeholder {
  font-family: var(--font-basic);
  color: #BFBFBF; }

::placeholder {
  font-family: var(--font-basic);
  color: #BFBFBF; }

:-ms-input-placeholder {
  color: #BFBFBF !important; }

:-moz-placeholder {
  color: #BFBFBF; }

::-moz-placeholder {
  color: #BFBFBF; }

::-webkit-input-placeholder {
  color: #BFBFBF; }

:is(input,
textarea,
select):is(:hover, :focus) {
  border: 1px solid #959595; }

.form_error {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #D41515;
  background-color: rgba(212, 21, 21, 0.05);
  font-size: var(--fs-r);
  color: #D41515;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form_error::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../image/icon-error.svg) no-repeat left top/cover;
    display: block;
    margin-right: 6px; }

.tpl-form-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--space-xs); }
  @media screen and (max-width: 768px) {
    .tpl-form-cell {
      gap: 10px; } }
  .tpl-form-cell + .tpl-form-cell {
    margin-top: var(--space-s); }
    @media screen and (max-width: 768px) {
      .tpl-form-cell + .tpl-form-cell {
        margin-top: 24px; } }

.tpl-form-cell__label {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  @media screen and (max-width: 768px) {
    .tpl-form-cell__label {
      gap: 8px; } }
  .t-form.-check .tpl-form-cell__label {
    font-size: var(--fs-xs);
    opacity: .8; }

.tpl-form-cell__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .3em; }
  .t-form.-check .tpl-form-cell__body {
    font-size: 22px;
    line-height: 1.7; }
  .tpl-form-cell__body div {
    position: relative; }

.tpl-form-tag {
  background: #ebebeb;
  color: #555;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: block;
  padding: .6em .8em .7em;
  border-radius: 4px; }
  .tpl-form-tag[data-require="true"] {
    color: #fff;
    background: #D41515; }
  @media screen and (max-width: 768px) {
    .tpl-form-tag {
      font-size: 10px;
      padding: .6em .8em .52em; } }

.tpl-button {
  width: 100%;
  background: #222;
  color: #fff;
  font-weight: bold;
  font-size: var(--fs-r);
  display: block;
  text-align: center;
  padding: 2.4em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }
  .tpl-button:hover {
    background: #454545; }
  .tpl-button.-type2 {
    background: none;
    border: 1px solid #b3b3b3;
    color: #333; }
    .tpl-button.-type2:hover {
      background: #555;
      border-color: #555;
      color: #fff; }

.tpl-submit {
  margin-top: var(--space-m);
  border-top: 1px solid #DCDCDC;
  display: block;
  padding-top: var(--space-m); }
  .tpl-submit__inner {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .tpl-submit__inner {
        width: 100%; } }

.tpl-submit__copy {
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tpl-submit__copy {
      text-align: left; } }

.tpl-form-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media screen and (max-width: 768px) {
    .tpl-form-address {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4px; } }
  .tpl-form-address > div {
    width: 24%; }
    @media screen and (max-width: 768px) {
      .tpl-form-address > div {
        width: 100%; } }

.tpl-select {
  position: relative; }
  .tpl-select::after {
    content: "";
    width: 8px;
    height: 17px;
    background: url(/assets/image/common/icon_ui-select.svg) no-repeat left top/cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.tpl-privacypolicy {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-size: var(--fs-s);
  line-height: 1.7;
  color: #555;
  letter-spacing: .06em;
  height: 180px;
  overflow-y: scroll; }
  .tpl-privacypolicy__inner {
    padding: var(--space-s); }
  .tpl-privacypolicy dt {
    color: #333;
    font-weight: bold;
    padding-top: 16px; }
  .tpl-privacypolicy dd {
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }
  .tpl-privacypolicy ol,
  .tpl-privacypolicy ul {
    padding-left: 1.5em; }
    .tpl-privacypolicy ol:first-child,
    .tpl-privacypolicy ul:first-child {
      padding-top: 0; }
    .tpl-privacypolicy ol:last-child,
    .tpl-privacypolicy ul:last-child {
      padding-bottom: 0; }
    .tpl-privacypolicy ol li,
    .tpl-privacypolicy ul li {
      margin-top: .3em; }
  .tpl-privacypolicy ol li {
    list-style: number; }
  .tpl-privacypolicy ul li {
    list-style: disc; }

.tpl-submit__button {
  width: 100%;
  display: block;
  margin-top: var(--space-s);
  padding-bottom: var(--space-m);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .tpl-submit__button .tpl-button {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .tpl-submit__button .tpl-button {
        width: 100%; } }
  .tpl-submit__button .tpl-button.-type2 {
    width: 200px;
    margin-top: var(--space-s);
    padding: var(--space-xs);
    font-size: var(--fs-s); }

.tpl-submit__button__notice {
  text-align: center;
  padding-top: 16px;
  color: #777777; }
  .tpl-submit__button__notice small {
    font-size: 12px; }

.tpl-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .tpl-checkbox-list {
      margin-top: 0; } }

.tpl-checkbox-list li {
  display: inline-block; }

.tpl-checkbox-list li + li {
  margin-top: var(--space-xs); }

.tpl-checkbox {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative; }

.tpl-checkbox__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .5em;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .tpl-checkbox__icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1371FF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.tpl-checkbox-list input[type="radio"]:checked + .tpl-checkbox {
  font-weight: bold; }

.tpl-checkbox-list input[type="radio"]:checked + .tpl-checkbox .tpl-checkbox__icon {
  border-color: #1371FF; }

.tpl-checkbox-list input[type="radio"]:checked + .tpl-checkbox .tpl-checkbox__icon::before,
.tpl-checkbox-list input[type="checkbox"]:checked + .tpl-checkbox .tpl-checkbox__icon::before {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }
