/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* color */
/* http://www.colorhexa.com/2462b3 */
/* iconsize */
/* boxwidth */
/* hamburger */
/* break point */
/* width calc */
/* align */
/* hover underline */
/* placeholder */
/* reset
================================================== */
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, sub, sup, 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;
  font-weight: 400;
  font-style: normal;
}

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

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;
}

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

input, select {
  vertical-align: middle;
}

button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
  height: auto;
  width: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

*:active, *:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* clearfix 設定
-------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}

/*  row
---------------------------------------------*/
.row {
  *zoom: 1;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* form 初期化
-------------------------- */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* fontbold */
/* fontsize */
/* fontsize adjust width */
/* font-smoothing */
/* txt-hide */
/* tategaki */
/*  フォント 基本設定
-------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sys-form {
  margin: 80px auto 0;
}
.sys-form__form {
  background: #F8F8F8;
  padding: 60px;
}
.sys-form__form dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sys-form__form dl:not(:first-of-type) {
  margin-top: 32px;
}
.sys-form__form dl dt {
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sys-form__form dl dt strong {
  width: 80%;
  line-height: 1;
}
.sys-form__form dl dt span {
  text-align: center;
  width: 20%;
  display: block;
  color: #ffffff;
  background: #004896;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 0;
}
.sys-form__form dl dd {
  width: 62%;
}
.sys-form__form dl dd label {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.sys-form__form .txt-privacy {
  margin-top: 40px;
  text-align: center;
}
.sys-form__form .txt-privacy p {
  font-size: 14px;
  font-size: 1.4rem;
}
.sys-form__form .txt-privacy p a {
  color: #004896;
  text-decoration: underline;
}
.sys-form__form .txt-privacy p a:after {
  display: inline-block;
  content: "";
  background: url(../img/icon/blank.svg) no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  vertical-align: top;
}
.sys-form__form input.form-item,
.sys-form__form textarea.form-item,
.sys-form__form select.form-item {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.02);
  font-family: inherit;
  border: 1px solid rgba(0, 72, 150, 0.2);
}
.sys-form__form input.form-item,
.sys-form__form textarea.form-item {
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
}
.sys-form__form input.form-item:-moz-placeholder-shown, .sys-form__form textarea.form-item:-moz-placeholder-shown {
  color: #cccccc;
}
.sys-form__form input.form-item:-ms-input-placeholder, .sys-form__form textarea.form-item:-ms-input-placeholder {
  color: #cccccc;
}
.sys-form__form input.form-item:placeholder-shown,
.sys-form__form textarea.form-item:placeholder-shown {
  color: #cccccc;
}
.sys-form__form input.form-item::-webkit-input-placeholder,
.sys-form__form textarea.form-item::-webkit-input-placeholder {
  color: #cccccc;
}
.sys-form__form input.form-item:-moz-placeholder,
.sys-form__form textarea.form-item:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.sys-form__form input.form-item::-moz-placeholder,
.sys-form__form textarea.form-item::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.sys-form__form input.form-item:-ms-input-placeholder,
.sys-form__form textarea.form-item:-ms-input-placeholder {
  color: #cccccc;
}
.sys-form__form .btn-submit {
  width: 40%;
  margin: 40px auto 0;
}
.sys-form__form .btn-submit-item {
  width: 100%;
  display: block;
  padding: 12px 25px;
  color: #ffffff;
  background: rgb(239, 64, 61);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.5s;
  letter-spacing: 0.2em;
  border-radius: 6px;
  font-family: inherit;
}
.sys-form__form .btn-submit-item:hover {
  color: white;
  background: #666666;
}

@media screen and (max-width: 768px) {
  .sys-form {
    margin: 40px auto 0;
  }
  .sys-form__form {
    padding: 20px;
  }
  .sys-form__form dl {
    display: block;
  }
  .sys-form__form dl:not(:first-of-type) {
    margin-top: 24px;
  }
  .sys-form__form dl dt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    align-items: center;
  }
  .sys-form__form dl dt strong {
    width: auto;
  }
  .sys-form__form dl dt span {
    width: auto;
    font-size: 10px;
    font-size: 1rem;
    padding: 6px 10px;
  }
  .sys-form__form dl dd {
    margin-top: 12px;
    width: 100%;
  }
  .sys-form__form .txt-privacy {
    margin-top: 24px;
  }
  .sys-form__form .txt-privacy p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sys-form__form input.form-item,
  .sys-form__form textarea.form-item {
    padding: 14px 16px;
  }
  .sys-form__form .btn-submit {
    width: 100%;
    margin: 20px auto 0;
  }
  .sys-form__form .btn-submit-item {
    padding: 8px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 4px;
  }
}

/*# sourceMappingURL=style.ba595266aecba50faa27.css.map*/