@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

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

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none; }

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
  transition: 0.5s; }

p {
  word-break: normal; }

input,
textarea {
  box-sizing: border-box;
  border: none;
  background-color: #EEEEEE;
  border-radius: 5px;
  display: block; }
  input:focus,
  textarea:focus {
    outline: none; }

.required {
  background: #fff;
  border: 1px #c0272d solid;
  color: #c0272d;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  padding: 0 7px;
  width: 54px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  /* IE10以降 */ }
  @media all and (-ms-high-contrast: none) {
    .required {
      /* ハイコントラストモードが「オフ」の場合 */
      top: auto;
      -ms-transform: translateY(auto);
      -webkit-transform: translateY(auto);
      transform: translateY(auto);
      margin-top: 11px; } }
  @media screen and (max-width: 768px) {
    .required {
      font-size: 12px;
      right: 10px; } }

.mwform-radio-field {
  display: block; }
  .mwform-radio-field label {
    margin: 0.5em 0;
    margin-right: 2rem;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .mwform-radio-field label {
        margin-right: 1rem; } }
    .mwform-radio-field label input[type='radio'] {
      position: absolute;
      opacity: 0; }
      .mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
        position: relative;
        padding-left: 2rem;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
            padding-left: 2.5rem; } }
        .mwform-radio-field label input[type='radio'] + .mwform-radio-field-text:before {
          content: '';
          background: #EEEEEE;
          border-radius: 100%;
          border: 1px solid #EEEEEE;
          width: 1.4rem;
          height: 1.4rem;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
      .mwform-radio-field label input[type='radio']:checked + .mwform-radio-field-text:before {
        background-color: #5B6D60;
        box-shadow: inset 0 0 0 3px #fff; }
      .mwform-radio-field label input[type='radio']:focus + .mwform-radio-field-text:before {
        border: 1px solid #DDDDDD; }
      .mwform-radio-field label input[type='radio']:disabled + .mwform-radio-field-text:before {
        box-shadow: inset 0 0 0 4px #fff;
        border: #DDDDDD;
        background: #DDDDDD; }
      .mwform-radio-field label input[type='radio'] + .radio-label:empty:before {
        margin-right: 0; }

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial; }

.formControl {
  width: 100%;
  padding: 1rem; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Light';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 860px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 1.3rem; } }

@media screen and (min-width: 480px) {
  .forSp {
    display: none; } }
