@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

ol, ul {
  list-style-type: none;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* --- カラーコード --- */
html {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", Meiryo, sans-serif;
  font-feature-settings: "palt";
  color: #333333;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 3em;
}

.tac {
  text-align: center;
}

small {
  font-size: 1.3rem;
  display: block;
  line-height: 1.8em;
}

img {
  width: 100%;
}

.spNone {
  display: block;
}
@media (max-width: 767px) {
  .spNone {
    display: none;
  }
}

.pcNone {
  display: none;
}
@media (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}

.shadow {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.15);
}

/* --- 矢印 --- */
.arrow {
  position: relative;
  display: inline-block;
}
.arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
}

/* ===============================================
header
=============================================== */
header {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
}
@media (max-width: 767px) {
  header {
    padding: 2rem 4rem;
  }
}

/* ===============================================
main
=============================================== */
/* transfar_form */
.transfar_form {
  background: #f0f0f0;
}
.transfar_form .sectionInner {
  padding: 5rem 0px;
  font-size: 1.8rem;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .transfar_form .sectionInner {
    padding: 2.5rem 2rem;
  }
}

/* explanation */
.explanation dl {
  margin: 1rem 0rem;
}
.explanation dl dt {
  color: #277dc1;
  font-weight: bold;
}
.explanation dl dt:before {
  content: "●";
  font-size: 20px;
  color: #fed54d;
}
.explanation dl.flow dd {
  background: #fed54d;
  padding: 0.8rem;
  margin: 1.5rem 0rem;
  position: relative;
}
.explanation dl.flow dd:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fed54d transparent transparent;
  translate: -50% 100%;
}
.explanation dl.flow dd:last-child {
  margin: 0;
}
.explanation dl.flow dd:last-child:after {
  content: none;
}

.link_btn {
  margin-top: 2rem;
}
.link_btn ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .link_btn ul {
    flex-direction: column;
  }
}
.link_btn ul li {
  width: 49%;
  position: relative;
}
@media (max-width: 767px) {
  .link_btn ul li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.link_btn ul li a {
  display: block;
  background: #333333;
  color: #fff;
  padding: 1rem;
  border-radius: 3px;
}
.link_btn ul li a:after {
  content: "keyboard_arrow_down";
  font-size: 20px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  bottom: 8px;
  right: 15px;
}

/* form */
.form section {
  background: #ededed;
  padding: 3rem 0rem;
}
@media (max-width: 767px) {
  .form section {
    padding: 2rem 1rem;
  }
}
.form form {
  background: #fff;
  border-radius: 10px;
  padding: 5rem 10rem;
  margin: 4rem 0rem 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .form form {
    margin-top: 2rem;
    padding: 3rem 3rem 4rem;
  }
}
.form form small {
  margin-top: 1rem;
}
.form form .required {
  background: #d93025;
  color: #fff;
  font-size: 1rem;
  padding: 0.1rem 1rem;
  margin-left: 0.5rem;
}
.form form li {
  margin: 0rem 0rem 2rem;
}
.form form li .ttl {
  font-weight: bold;
}
.form form li input, .form form li select, .form form li textarea {
  display: block;
  background: #f0f0f0;
  width: 100%;
  padding: 1rem;
}
.form form .btn {
  background: #e67e22;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 5rem auto 0rem;
  text-align: center;
  color: #fff;
  padding: 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .form form .btn {
    margin-top: 3rem;
  }
}
.form form .radiocheck {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .form form .radiocheck {
    gap: 0.7em 1em;
  }
}
.form form .radiocheck label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.form form .radiocheck label:before, .form form .radiocheck label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.form form .radiocheck label:before {
  width: 25px;
  height: 25px;
  background-color: #ededed;
}
.form form .radiocheck label:after {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2589d0;
}
.form form .radiocheck input {
  display: none;
}
.form .text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.form .text a {
  color: #333333;
  text-decoration: underline;
}

#ui-datepicker-div {
  font-size: 1.8rem;
}

/* thanks */
.thanks h2 {
  line-height: 1.6em;
  margin-bottom: 3rem;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .thanks h2 {
    font-size: 2.5rem;
  }
}
.thanks__text {
  margin-bottom: 2rem;
}

/* ===============================================
footer
=============================================== */
footer {
  background: #333333;
  color: #fff;
  font-weight: 300;
  padding: 1rem 0rem;
  font-size: 14px;
  text-align: center;
}

/*テキストエリア 備考欄文字数制限*/
.TextareaWrapper {
  position: relative;
}

.CharCounter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #898989;
}/*# sourceMappingURL=transfar.css.map */