@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* YakuHan（文字詰め）なし
----------------------------------------------------------------- */
/* ==========================================================================
* 共通
========================================================================== */
/* ==========================================================================
* 個別
========================================================================== */
/* ==========================================================================
* Unique
========================================================================== */
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0 0 0 1em;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

input:not([type='checkbox']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Base
----------------------------------------------------------------- */
html {
  height: 100%;
  line-height: 1.6;
}

body {
  background: #f0eee9;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

@media print, screen and (min-width: 48em) {
  body {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

@media only screen and (max-width: 47.9375em) {
  body {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  body {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 47.9375em) {
  body {
    line-height: 1.75;
  }
}

a {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: color 0.1s 0s ease;
  transition: color 0.1s 0s ease;
}

@media print, screen and (min-width: 64em) {
  a:hover {
  text-decoration: none;
  }
}

@media print, screen and (min-width: 64em) {
  a[href^='tel'] {
    pointer-events: none;
    cursor: text;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: normal;
}

address {
  font-style: normal;
}

.browser-is-ie wbr:after {
  content: '\00200B';
}

.preload * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

/* KeyFrames
----------------------------------------------------------------- */
@-webkit-keyframes fluffyRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
            transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1);
  }
}
@keyframes fluffyRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
            transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1);
  }
}

@-webkit-keyframes fluffyRotateReverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes fluffyRotateReverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes fluffySkew {
  0% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}

@keyframes fluffySkew {
  0% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.c-form-content {
  --form-font-color: "#2364ce";
  --form-font-error-color: "#f01c04";
  position: relative;
  z-index: 0;
}

.c-form-content.-check {
  margin-right: 16px;
}

.c-form-content.-radio {
  margin-right: 16px;
}

.c-form-content__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  border: solid 1px #b7b7b7;
  border-radius: 4px;
  color: #000;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #000000;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__input {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__input {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__input {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-form-content__title {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: normal;
  color: #222B57;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__title {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__title {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.c-form-content__required {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #f01c04;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__required {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__required {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.c-form-content__radio {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-form-content__radio-label {
  position: relative;
  padding-left: 23px;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__radio-label {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__radio-label {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.c-form-content__radio-label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #ccc;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  margin-top: 1px;
}

.c-form-content__radio:checked + .c-form-content__radio-label:before,
.c-form-content__radio:focus + .c-form-content__radio-label:before {
  border-color: #2364ce;
}

.c-form-content__radio-label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #2364ce;
  border-radius: 50%;
  color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  margin-top: 1px;
}

.c-form-content__radio:checked + .c-form-content__radio-label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-form-content__check {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-form-content__check-label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  color: var(--form-font-color);
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__check-label {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__check-label {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.c-form-content__check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  top: 1px;
  border: solid 2px #ccc;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 0.125s;
  transition: all ease-in-out 0.125s;
  margin-top: 1px;
}

.c-form-content__check-label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  -webkit-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
  margin-top: 1px;
}

.c-form-content__check:checked + .c-form-content__check-label:before {
  background-color: #074DBF;
  border-color: #074DBF;
}

.c-form-content__check:checked + .c-form-content__check-label:after {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}

.c-form-content__check:focus-visible + .c-form-content__check-label:before {
  border-color: #074DBF;
}

.c-form-content__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f4f4f4;
  border: solid 1px #b7b7b7;
  border-radius: 4px;
  color: #000;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__select {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-content__select {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-form-content__select {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-form-button {
  position: relative;
  background-position: 0 0;
  color: #ffffff;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  overflow: hidden;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5em 0px 0.5em 0px;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.c-form-button.-blue:hover {
  background-position: -100% 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-form-button {
    font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .c-form-button {
    font-family: Noto Sans JP, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-form-button {
    background: linear-gradient(to right, #00a3e9, #2265cd);
    font-size: 16px;
    font-size: 1rem;
    padding: 0.8em 0px 0.9em 0px;
  }
  .c-form-button:hover {
    opacity: 0.9;
  }
}

.c-form-button.-disabled {
  pointer-events: none;
  color: #b4c5ce;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e1e8eb;
}

.c-def-link {
  text-decoration: underline;
  color: #00a5eb !important;
}

.c-def-link:hover {
  text-decoration: none;
  color: #00a5eb !important;
}

.c-list-agree__item {
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.c-list-agree__item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #18b7cd;
}

.c-list-agree__item :hover {
  text-decoration: underline;
}

.c-loading,
.c-loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.c-loading {
  font-size: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #b4c5ce;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.p-agree-content {
  border: solid 1px #b7b7b7;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-y: auto;
  font-weight: normal;
  max-height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 47.9375em) {
  .p-agree-content {
    font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .p-agree-content {
    font-family: Noto Sans JP, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 47.9375em) {
  .p-flex.-col2 {
    --item-width: 100%;
    --gap-width: 0px;
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .p-flex.-col2 {
    --item-width: 50%;
    --gap-width: 10px;
  }
}

.p-flex.-direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-flex__item {
  width: calc(var(--item-width) - var(--gap-width));
}

@media only screen and (max-width: 47.9375em) {
  .p-flex__item + .p-flex__item {
    margin-top: 10px;
  }
}

.p-form-layout__item + .p-form-layout__item {
  margin-top: 25px;
}

@media only screen and (max-width: 47.9375em) {
  .p-form-layout__item + .p-form-layout__item {
    margin-top: 15px;
  }
}

.p-form-layout__item.-agree_check {
  margin-top: 35px;
}

@media only screen and (max-width: 47.9375em) {
  .p-form-layout__item.-agree_check {
    margin-top: 30px;
  }
}

.p-form-layout__item.-agree_check.error .p-form-layout__msg {
  display: block;
}

.p-form-layout__item.-agree_check .p-form-layout__msg {
  display: none;
}

.p-form-layout__msg {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}

@media only screen and (max-width: 47.9375em) {
  .p-form-layout__msg {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .p-form-layout__msg {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.p-form-layout__msg.-error {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #f01c04;
}

.p-form-layout__link {
  color: #2364ce;
  text-decoration: underline;
}

.p-form-layout__button {
  margin: 1em 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-form-layout__button {
    margin-top: 20px;
  }
}

.p-form-msg {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .p-form-msg {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial";
  }
}

@media print, screen and (min-width: 48em) {
  .p-form-msg {
    font-family: Noto Sans JP, "游ゴシック", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}

.p-form-msg.-error {
  color: #f01c04;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt_10 {
  margin-top: 10px;
}

.u-mt_5 {
  margin-top: 5px;
}