@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  max-width: 100%;
  margin: 0;
  color: inherit;
}
@media screen and (min-width: 576px) {
  button,
input,
optgroup,
select,
textarea {
    font-size: 1.6rem;
  }
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}
input[type=text], input[type=tel], input[type=email], input[type=date], input[type=number] {
  width: 100%;
  min-height: 30px;
  padding: 8px 10px;
  border: 1px solid #f0f0f0;
}
@media screen and (min-width: 576px) {
  input[type=text], input[type=tel], input[type=email], input[type=date], input[type=number] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
input[type=submit] {
  min-height: 30px;
  border: none;
}
@media screen and (min-width: 576px) {
  input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
input[type=date] {
  position: relative;
  width: 200px;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input::-webkit-input-placeholder {
  color: #bbb;
}
input::-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder {
  color: #bbb;
}
input::-ms-input-placeholder {
  color: #bbb;
}
input::placeholder {
  color: #bbb;
}

select {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}

select {
  padding: 8px 45px 8px 10px;
  border: 1px solid #f0f0f0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 180px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  /* placeholder */
}
textarea::-webkit-input-placeholder {
  color: #bbb;
}
textarea::-moz-placeholder {
  color: #bbb;
}
textarea:-ms-input-placeholder {
  color: #bbb;
}
textarea::-ms-input-placeholder {
  color: #bbb;
}
textarea::placeholder {
  color: #bbb;
}

label {
  cursor: pointer;
}

/* form_set ver_1.4 */
.js_error .js_error_text {
  display: block !important;
}

.form {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%;
  /* options */
}
.form__title {
  word-break: break-all;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  text-align: center;
}
.form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__container {
  /* 外枠、背景などあれば */
}
.form__container--inline > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__group {
  /* 項目1行 */
}
.form__label {
  /* 項目名 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  color: #111;
}
.form__label:before, .form__label:after {
  position: relative;
  display: block;
  content: "";
  display: inline-block;
}
.form__label--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  color: #111;
}
.form__label--required:before, .form__label--required:after {
  position: relative;
  display: block;
  content: "";
  display: inline-block;
}
.form__control {
  /* 記入欄 */
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__control * {
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__control--inline {
  /* 水平レイアウト */
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__control--inline * {
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__control--column {
  /* カラムレイアウト */
  position: relative;
  z-index: 0;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__control--column * {
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__control--select {
  z-index: auto;
  background: rgba(255, 255, 255, 0) !important;
}
.form__control--select + i,
.form__control--select + svg {
  z-index: -1;
  pointer-events: none;
}
.form__control--label {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form__control--label {
    width: 50%;
  }
}
.form__control--textarea {
  overflow: auto;
  width: 100%;
  resize: vertical;
}
.form__control--text, .form__control--select, .form__control--textarea {
  width: 100%;
  padding: 0 10px;
  color: #666;
  background: #fff;
}
.form__control--text:focus-visible, .form__control--select:focus-visible, .form__control--textarea:focus-visible {
  outline: none;
}
.form__control--text, .form__control--select {
  height: 2em;
}
.form__text--helper {
  /* 補足的なテキスト */
  display: block;
}
.form__text--error {
  /* エラーテキスト */
  font-size: 0.8em;
  display: none;
  margin: 4px 0 0;
  color: #f00;
}
.form__button--submit {
  position: relative;
  max-width: 100%;
}
.form__button--submit:active {
  opacity: 0.7;
}
.form__button--return {
  max-width: 100%;
}
.form__button--return:active {
  opacity: 0.7;
}
.form__privacy--scroll {
  /* プライバシーポリシースクロール */
  overflow-y: scroll;
  max-height: 10em;
  padding: 1.5em;
  border: 1px solid #ccc;
}
.form__loading {
  /* 読み込み時 */
  font-size: 1em;
  font-weight: bold;
  display: none;
  text-align: center;
  color: #f00;
}
.form__loading--spinner {
  width: 70px;
  margin: 40px auto 10px;
  text-align: center;
}
.form__loading--spinner > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  border-radius: 100%;
  background-color: #ccc;
}
.form__loading--spinner > span:nth-of-type(1), .form__loading--spinner > span:nth-of-type(2) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.form__tooltip {
  position: relative;
  cursor: pointer;
}
.form__tooltip:hover:before, .form__tooltip:hover:after {
  position: relative;
  display: block;
  content: "";
  display: block;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
form.kankyo-form {
  font-size: 16px;
  line-height: 1.6;
  max-width: 90%;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form {
    max-width: 640px;
  }
}
form.kankyo-form .form__title {
  margin: 0 0 40px;
  color: #f00;
}
form.kankyo-form .form__heading {
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333;
  border-left: 6px solid #1a4cab;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__heading {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__heading {
    font-size: 30px;
  }
}
form.kankyo-form .form__submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 40px 0;
}
form.kankyo-form .form__container {
  /* 外枠などに */
}
form.kankyo-form .form__group {
  /* 項目1行 */
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
form.kankyo-form .form__label {
  /* 項目名 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 200px;
  }
}
form.kankyo-form .form__label:before {
  display: none;
}
form.kankyo-form .form__label--required {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
form.kankyo-form .form__label--required:before {
  display: none;
}
form.kankyo-form .form__label--required:after {
  font-size: 10px;
  padding: 0 2px;
  content: "必須";
  color: #fff;
  background: #f00;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__label--required {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 200px;
  }
  form.kankyo-form .form__label--required:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
form.kankyo-form .form__control {
  /* 記入欄 */
}
form.kankyo-form .form__control--select + i {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__control--select + i {
    right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__control--label {
    width: 50%;
  }
}
form.kankyo-form .form__control--text, form.kankyo-form .form__control--select, form.kankyo-form .form__control--textarea {
  border: 1px solid #999;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__control--text, form.kankyo-form .form__control--select, form.kankyo-form .form__control--textarea {
    color: #111;
  }
}
form.kankyo-form .form__control--text:focus, form.kankyo-form .form__control--select:focus, form.kankyo-form .form__control--textarea:focus {
  border: 1px solid #5bc0de;
  background: #ffffbf;
}
form.kankyo-form .form__text {
  font-size: 0.8rem;
}
form.kankyo-form .form__text--helper {
  /* 補足的なテキスト */
  font-size: 0.8rem;
  margin: 4px 0 0;
  color: #999;
}
form.kankyo-form .form__text--error {
  /* エラーテキスト */
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__text--error {
    margin-left: 200px;
  }
}
form.kankyo-form .form__button--submit {
  font-size: 1.2rem;
  font-weight: bold;
  width: 18rem;
  height: 50px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7dc221), color-stop(50%, #70ad1d));
  background: linear-gradient(#7dc221 50%, #70ad1d 50%);
  -webkit-box-shadow: 0 2px 0 #2e4e02;
          box-shadow: 0 2px 0 #2e4e02;
}
form.kankyo-form .form__button--submit:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0 0 #2e4e02;
          box-shadow: 0 0 0 #2e4e02;
}
form.kankyo-form .form__button--return {
  font-size: 1.2rem;
  font-weight: bold;
  width: 10rem;
  height: 50px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #999;
  -webkit-box-shadow: 0 2px 0 #7b7b7b;
          box-shadow: 0 2px 0 #7b7b7b;
}
form.kankyo-form .form__button--return:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0 0 #7b7b7b;
          box-shadow: 0 0 0 #7b7b7b;
}
@media only screen and (max-width: 768px) {
  form.kankyo-form .form__button--return {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
form.kankyo-form .form__privacy {
  margin: 40px 0 0;
}
form.kankyo-form .form__loading {
  margin-top: 40px;
}
form.kankyo-form .form__tooltip {
  color: #5bc0de;
}
form.kankyo-form .form__tooltip:hover:before {
  display: none;
}
form.kankyo-form .form__tooltip:hover:after {
  font-size: 12px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 160px;
  padding: 10px;
  content: attr(data-tip);
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
  opacity: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__tooltip:hover:after {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  form.kankyo-form .form__tooltip:hover:after {
    width: 150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
form.hansokukakou-form {
  font-size: 16px;
  line-height: 1.6;
  max-width: 90%;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form {
    max-width: 720px;
  }
}
form.hansokukakou-form .form__title {
  margin: 0 0 40px;
  color: #b81d1d;
}
form.hansokukakou-form .form__heading {
  line-height: 1.5;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333;
  border-left: 6px solid #1a4cab;
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__heading {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__heading {
    font-size: 30px;
  }
}
form.hansokukakou-form .form__submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
form.hansokukakou-form .form__container {
  /* 外枠などに */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  gap: 2rem 1rem;
  padding: 2.5rem 0;
  border: 1px solid #d8e0e4;
  background: #fff;
}
form.hansokukakou-form .form__container--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  gap: 1rem;
  padding: 2.5rem 0;
  border: 1px solid #d8e0e4;
  background: #fff;
}
form.hansokukakou-form .form__group {
  /* 項目1行 */
  width: 95%;
}
form.hansokukakou-form .form__label {
  /* 項目名 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__label {
    width: auto;
    padding-right: 2rem;
  }
}
form.hansokukakou-form .form__label:before {
  font-size: 10px;
  margin-right: 0.3em;
  padding: 2px 7px;
  content: "任意";
  white-space: nowrap;
  color: #fff;
  border-radius: 0.3em;
  background: #8aa9c8;
}
form.hansokukakou-form .form__label:after {
  display: none;
}
form.hansokukakou-form .form__label--required {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__label--required {
    width: auto;
    padding-right: 2rem;
  }
}
form.hansokukakou-form .form__label--required:before {
  font-size: 10px;
  margin-right: 0.3em;
  padding: 2px 7px;
  content: "必須";
  white-space: nowrap;
  color: #fff;
  border-radius: 0.3em;
  background: #b81d1d;
}
form.hansokukakou-form .form__label--required:after {
  display: none;
}
form.hansokukakou-form .form__control {
  /* 記入欄 */
}
form.hansokukakou-form .form__control--select + i {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__control--select + i {
    right: 3%;
  }
}
form.hansokukakou-form .form__control--label {
  position: relative;
  background: #f0f4f7;
}
form.hansokukakou-form .form__control--text, form.hansokukakou-form .form__control--select, form.hansokukakou-form .form__control--textarea {
  font-size: 16px;
  padding: 5px;
  border: none;
  border-radius: 2px;
  background: #f0f4f7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__control--text, form.hansokukakou-form .form__control--select, form.hansokukakou-form .form__control--textarea {
    color: #111;
  }
}
form.hansokukakou-form .form__control--text:focus, form.hansokukakou-form .form__control--select:focus, form.hansokukakou-form .form__control--textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
form.hansokukakou-form .form__control--text, form.hansokukakou-form .form__control--select {
  height: 45px;
}
form.hansokukakou-form .form__text {
  font-size: 16px;
  margin-bottom: 10px;
}
form.hansokukakou-form .form__text--helper {
  /* 補足的なテキスト */
  font-size: 13px;
  margin: 4px 0 0;
  color: #999;
}
form.hansokukakou-form .form__text--error {
  /* エラーテキスト */
  width: 100%;
  color: #b81d1d;
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__text--error {
    width: auto;
  }
}
form.hansokukakou-form .form__button--submit {
  font-size: 1.5rem;
  font-weight: bold;
  width: auto;
  min-width: 14rem;
  height: 50px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #00adca;
}
form.hansokukakou-form .form__button--submit:hover {
  opacity: 0.7;
}
form.hansokukakou-form .form__button--return {
  font-size: 1.5rem;
  font-weight: bold;
  width: 10rem;
  height: 50px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #999;
  -webkit-box-shadow: 0 2px 0 #7b7b7b;
          box-shadow: 0 2px 0 #7b7b7b;
}
form.hansokukakou-form .form__button--return:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0 0 #7b7b7b;
          box-shadow: 0 0 0 #7b7b7b;
}
form.hansokukakou-form .form__privacy {
  max-width: 90%;
  text-align: center;
}
form.hansokukakou-form .form__loading {
  margin-top: 40px;
}
form.hansokukakou-form .form__tooltip {
  color: #5bc0de;
}
form.hansokukakou-form .form__tooltip:hover:before {
  display: none;
}
form.hansokukakou-form .form__tooltip:hover:after {
  font-size: 12px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 160px;
  padding: 10px;
  content: attr(data-tip);
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
  opacity: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__tooltip:hover:after {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  form.hansokukakou-form .form__tooltip:hover:after {
    width: 150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}