@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1.1);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
/*********テキスト*************/
.text-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #222;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 10px 8px;
  width: 100%;
  border-radius: 2px;
}
.text-text.wide50p {
  width: 50%;
}
@media screen and (max-width:800px) {
  .text-text.wide50p {
    width: 100%;
  }
}

.text-text:focus {
  border: 1px solid #1d2088;
  box-shadow: none;
  outline: none;
}

/*********テキスト*************/
.textarea-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #222;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 8px;
  width: 100%;
  height: 150px;
  border-radius: 2px;
}

.textarea-text:focus {
  border: 1px solid #1d2088;
  box-shadow: none;
  outline: none;
}

/*********ラジオボタン*************/
.radio-text {
  display: none;
}

.radio-text + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 0 0 1.75em;
  position: relative;
}

.radio-text + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.8em;
  transform: translateY(-50%);
  width: 20px;
}

.radio-text + span::after {
  -webkit-transform: translateY(-50%);
  background: #1d2088;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 0.8em;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 12px;
}

.radio-text:checked + span::after {
  opacity: 1;
}

/*********チェックボックス*************/
.check-text {
  display: none;
}

.check-text + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 0 0 1.75em;
  position: relative;
}

.check-text + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0.8em;
  transform: translateY(-50%);
  width: 1.25em;
  margin-right: 0.2em;
}

.check-text + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #1d2088;
  border-left: 3px solid #1d2088;
  content: "";
  display: block;
  height: 0.6em;
  left: 0.1em;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 0.9em;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-text:checked + span::after {
  opacity: 1;
}

/*********セレクトボックス（ドロップダウンメニュー）***********/
.select_after {
  position: relative;
}
.select_after::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  pointer-events: none;
  color: #1d2088;
}
@media screen and (max-width:800px) {
  .select_after::after {
    right: 0.75em;
    font-size: 0.8em;
  }
}

.select-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #222;
  color: inherit;
  /***FontAwesomeを使わない場合は背景画像など
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  */
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 12px 8px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  .select-text {
    padding: 8px 8px 10px 12px;
  }
}

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

.select-text:focus {
  border: 1px solid #1d2088;
  box-shadow: none;
  outline: none;
}

/*********送信ボタンなど***********/
.input_background_after {
  display: inline-block;
  background: #1d2088;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out;
  background: linear-gradient(45deg, rgb(230, 0, 18) 0%, rgb(29, 32, 136) 100%);
  /*
    &::after {
      content: "\f138";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      right: 1em;
      font-size: 18px;
      color: #fff;
      -webkit-transform: translate(0%, -50%) rotate(0deg);
      transform: translate(0%, -50%) rotate(0deg);
    }
    */
}
@media screen and (max-width:800px) {
  .input_background_after {
    width: 65%;
  }
}
.input_background_after::after {
  content: "";
  background-image: url(../images/icon_maru_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
.input_background_after:hover {
  opacity: 0.7;
}

.submit-text {
  -webkit-appearance: none;
  background-color: rgba(33, 39, 98, 0);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 100%;
  margin: 0 0 0em;
  padding: 20px 140px 22px 140px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .submit-text {
    width: 65%;
    padding: 20px 0px 22px 0px;
  }
}

.submit-text:hover,
.submit-text:focus {
  outline: none;
}

.submit-text::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*************************************/
.check01 {
  display: none;
}

.check02 {
  display: none;
}

.check_botan {
  display: none;
}

.check_osuto1 {
  display: none;
}

.check_osuto2 {
  display: none;
}

.check_other {
  display: none;
}

.radio-add01_box {
  display: none;
}

.radio-add02_box {
  display: none;
}

.radio-add03_box {
  display: none;
}

#confirm dd {
  padding-top: 7px;
}
#confirm .check01 {
  display: block;
}
#confirm .check02 {
  display: block;
}
#confirm .check_botan {
  display: block;
}
#confirm .check_osuto1 {
  display: block;
}
#confirm .check_osuto2 {
  display: block;
}
#confirm .check_other {
  display: block;
}
#confirm .radio-add01_box {
  display: block;
}
#confirm .radio-add02_box {
  display: block;
}
#confirm .radio-add03_box {
  display: block;
}

.w80p {
  width: 80%;
}
@media screen and (max-width:800px) {
  .w80p {
    width: 100%;
  }
}

.w38p {
  width: 38%;
}
@media screen and (max-width:800px) {
  .w38p {
    width: 100%;
  }
}

.top_form_back {
  width: 80%;
  max-width: 290px;
  margin: 0 auto;
}
.top_form_back .botan_orange_w100p {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  background-color: #1d2088;
  padding: 1em 0;
  position: relative;
  border-radius: 30px;
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  .top_form_back .botan_orange_w100p {
    padding: 0.7em 1em 0.7em 0em;
  }
}
.top_form_back .botan_orange_w100p::after {
  content: "";
  background-image: url(../images/icon_maru_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}/*# sourceMappingURL=form.css.map */