@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a.ul {
  text-decoration: underline;
}

a, span {
  display: inline-block;
}

a, button {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none;
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-spacing: 0;
}

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  height: auto;
}

.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

form input[type=hidden] {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset;
}

input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.f-content._light {
  background: #f0f0f0;
}
.f-content._white {
  background: #FFF;
}
.f-content__container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 75px 0 100px 0;
}
.f-content__container._padding-none {
  padding-top: 0;
}
.f-content__headline {
  margin-bottom: 50px;
  text-align: center;
}
.f-content__headline--main {
  font-size: 1.5rem;
  font-weight: bold;
}
.f-content__headline--sub {
  padding-top: 1rem;
  line-height: 2rem;
}
.f-content__headline._left {
  text-align: left;
}

.f-table {
  width: 100%;
  text-align: left;
}
.f-table__header, .f-table__data {
  padding-bottom: 1rem;
}
.f-table__header {
  position: relative;
  padding: 1rem 3rem 0 1.7rem;
  font-weight: 500;
  line-height: 1.8em;
  white-space: nowrap;
}
.f-table__data {
  position: relative;
  width: 100%;
  vertical-align: top;
}
.f-table._col tr {
  display: block;
}
.f-table._col .f-table__header {
  display: block;
  padding: 1rem 0 1rem 1.7rem;
  white-space: normal;
}
.f-table._col .f-table__data {
  display: block;
  padding-bottom: 2rem;
}
.f-table__blank th {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .f-table__header {
    display: block;
    padding: 1rem 0 1rem 1.7rem;
    white-space: normal;
  }
  .f-table__data {
    display: block;
    padding-bottom: 2rem;
  }
}

.f-item input, .f-item select, .f-item textarea {
  position: relative;
  width: 100%;
  padding: 0.7rem 1.2rem;
  background: #FFF;
  border: none;
  border: solid 1.5px #FFF;
  border-radius: 3.5px;
  box-sizing: border-box;
  font-size: 1rem;
  outline: 0;
  transition: 0.3s;
}
.f-item input:focus, .f-item select:focus, .f-item textarea:focus {
  border-color: #028442;
}
.f-item input:-webkit-autofill, .f-item textarea:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
  -webkit-transition: background-color 10000s ease-in-out 0s;
  transition: background-color 10000s ease-in-out 0s;
}
.f-item ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.3);
}
.f-item ::placeholder {
  color: rgba(50, 50, 50, 0.3);
}
.f-item ::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.3);
}
.f-item {
  /* 旧Edge対応 */
}
.f-item :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.3);
}
.f-item {
  /* IE対応 */
}
.f-item textarea {
  resize: none;
  height: 150px;
}
.f-item__select-icon {
  position: absolute;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.1rem;
  right: 1rem;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-bottom: solid 2px #323232;
  border-right: solid 2px #323232;
  opacity: 0.5;
}
.f-item__checkbox, .f-item__radio {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  line-height: 2em;
}
.f-item__checkbox:not(:last-child), .f-item__radio:not(:last-child) {
  margin-bottom: 0.5rem;
}
label:hover .f-item__checkbox--text:before, label:hover .f-item__radio--text:before {
  border-color: #028442;
}
.f-item__checkbox label, .f-item__radio label {
  cursor: pointer;
  width: auto;
}
.f-item__checkbox--text, .f-item__radio--text {
  display: inline-block;
  padding-left: 2.2rem;
}
.f-item__checkbox--text:before, .f-item__checkbox--text:after, .f-item__radio--text:before, .f-item__radio--text:after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: calc(0.7em + 2px);
  left: 0;
  border: solid 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.f-item__checkbox--text:before, .f-item__radio--text:before {
  border-color: rgba(50, 50, 50, 0.2);
  background: #FFF;
  box-sizing: border-box;
}
.f-item__checkbox--text:after, .f-item__radio--text:after {
  border-color: #028442;
  opacity: 0;
}
.f-item__checkbox--text:before, .f-item__checkbox--text:after {
  border-radius: 2px;
}
.f-item__checkbox--text:after {
  background: #028442;
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22440.469%2C73.413%20218.357%2C295.525%2071.531%2C148.709%200%2C220.229%20146.826%2C367.055%20218.357%2C438.587%20289.878%2C367.055%20512%2C144.945%20%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.f-item__checkbox input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ .f-item__checkbox--text:after {
  opacity: 1;
}
.f-item__radio--text:before, .f-item__radio--text:after {
  border-radius: 50%;
}
.f-item__radio--text:after {
  background: #FFF;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22650%22%20height%3D%22649%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%22757%22%20y%3D%22412%22%20width%3D%22650%22%20height%3D%22649%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-757%20-412)%22%3E%3Cpath%20d%3D%22M757%20736.5C757%20557.284%20902.507%20412%201082%20412%201261.49%20412%201407%20557.284%201407%20736.5%201407%20915.717%201261.49%201061%201082%201061%20902.507%201061%20757%20915.717%20757%20736.5Z%22%20fill%3D%22%2300B050%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.f-item__radio input[type=radio] {
  display: none;
}
input[type=radio]:checked ~ .f-item__radio--text:after {
  opacity: 1;
}
.f-item._wrap-btn .f-item__checkbox, .f-item._wrap-btn .f-item__radio {
  display: inline-flex;
  flex-wrap: nowrap;
}
.f-item._wrap-btn .f-item__checkbox:not(:last-child), .f-item._wrap-btn .f-item__radio:not(:last-child) {
  margin-right: 3rem;
}
.f-item__msg-area span {
  padding: 0.5rem 1rem;
}
.f-item__msg-area {
  color: #c02d41;
  font-size: 0.9rem;
  font-weight: 500;
}
.f-item__error input, .f-item__error select, .f-item__error textarea {
  border-color: #c02d41;
}
.f-item__error > .f-item .f-item__checkbox--text:before {
  border-color: #c02d41;
}
.f-item__hidden {
  display: none;
}
.f-item__readonly:focus {
  border-color: #f0f0f0 !important;
}
.f-item__comp {
  font-size: 0.9rem;
}
.f-item a {
  color: #323232;
  transition: 0.3s;
}
.f-item a:visited, .f-item a:active {
  color: #323232;
}
.f-item a:hover {
  color: #028442;
}
.f-item a {
  text-decoration: underline;
}
.f-item__parent th, .f-item__parent td {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1000px) {
  .f-item__parent th {
    padding-bottom: 1rem;
  }
}
.f-item__date-input {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.f-item__date-input--text {
  margin: 0 2rem 0 1rem;
}

.f-color__dark input, .f-color__dark select, .f-color__dark textarea {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.f-color__dark input:-webkit-autofill, .f-color__dark textarea:-webkit-autofill {
  box-shadow: 0 0 0px 999px #f0f0f0 inset !important;
  -webkit-transition: background-color 10000s ease-in-out 0s !important;
  transition: background-color 10000s ease-in-out 0s !important;
}

.f-checker {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 1.5em;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22519%22%20height%3D%22520%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%22785%22%20y%3D%22217%22%20width%3D%22519%22%20height%3D%22520%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-785%20-217)%22%3E%3Cpath%20d%3D%22M1169.5%20371.311%201011.61%20529.513%20919.499%20437.229%20880.024%20476.779%20972.131%20569.063%201011.61%20608.614%201208.98%20410.862ZM1044.5%20217C1187.82%20217%201304%20333.406%201304%20477%201304%20620.594%201187.82%20737%201044.5%20737%20901.182%20737%20785%20620.594%20785%20477%20785%20333.406%20901.182%20217%201044.5%20217Z%22%20fill%3D%22%2300B050%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.f-checker__ng {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22519%22%20height%3D%22520%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%221424%22%20y%3D%22217%22%20width%3D%22519%22%20height%3D%22520%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-1424%20-217)%22%3E%3Cpath%20d%3D%22M1808.5%20371.311%201650.61%20529.513%201558.5%20437.229%201519.02%20476.779%201611.13%20569.063%201650.61%20608.614%201847.98%20410.862ZM1683.5%20217C1826.82%20217%201943%20333.406%201943%20477%201943%20620.594%201826.82%20737%201683.5%20737%201540.18%20737%201424%20620.594%201424%20477%201424%20333.406%201540.18%20217%201683.5%20217Z%22%20fill%3D%22%23D9D9D9%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.f-submit-style, .f-submit__button {
  display: inline-block;
  padding: 1.25rem 2.5rem 1.35rem 2.5rem;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  transition: 0.3s;
}

.f-submit {
  margin-top: 50px;
  text-align: center;
}
.f-submit__button {
  cursor: not-allowed;
  background: #A6A6A6;
  color: rgba(255, 255, 255, 0.5);
}
.f-submit .active {
  cursor: pointer;
  background: #028442;
  color: #FFF;
}
.f-submit .active:hover {
  background: #323232;
}

@media screen and (max-width: 1000px) {
  .f-complete-text {
    text-align: center;
  }
}

.f-complete-thumb {
  padding: 30px 0;
  background: #f0f0f0;
  border-radius: 2px;
  text-align: center;
}
.f-complete-thumb__headline {
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.5;
}
.f-complete-thumb__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.f-complete-thumb__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-complete-thumb__title {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .f-complete-thumb {
    margin-top: 50px;
  }
}

.f-tab__container {
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
}
.f-tab__list {
  position: relative;
  display: flex;
  flex-direction: row;
  width: calc(100% + 5px);
}
.f-tab__list:before {
  content: "";
  position: absolute;
  width: calc(100% - 5px);
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #028442;
  z-index: 1;
}
.f-tab__item {
  position: relative;
  width: 100%;
  margin-right: 5px;
}
.f-tab__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 2px 2px 0 0;
  color: #323232;
  transition: 0.3s;
}
.f-tab__link:visited, .f-tab__link:active {
  color: #323232;
}
.f-tab__link:hover {
  color: #323232;
}
.f-tab__link {
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
.f-tab__link:hover {
  background: #028442;
  color: #FFF;
}
.f-tab__link._target {
  pointer-events: none;
  background: #028442;
  color: #FFF;
}
@media screen and (max-width: 700px) {
  .f-tab__link {
    font-size: 0.9rem;
  }
}

.f-box-comp__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 40px;
  background: #E5F2EC;
  border-radius: 2px;
}
.f-box-comp__container._bottom {
  margin-bottom: 75px;
}
.f-box-comp__icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 1.5rem;
}
.f-box-comp__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.f-box-comp__text {
  line-height: 1.8rem;
}/*# sourceMappingURL=form.css.map */