@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 100%;
}

@media screen and (max-width: 780px) {
  html html {
    font-size: 75%;
  }
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #4d4d4d;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, 'Segoe UI', '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: underline;
  color: #4d4d4d;
}

a:hover {
  color: #f22;
  text-decoration: underline;
}

a:link {
  color: #00d;
  text-decoration: none;
}

a:visited {
  color: #00d;
  text-decoration: none;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus {
  outline-offset: -2px;
}

input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  width: 100%;
  max-width: 400px;
  height: 2.5em;
  font-size: 16px;
  text-indent: 5px;
  background: #ffffff;
  border: 2px solid #D6D6D6;
  border-radius: 6px;
}

select:focus {
  outline: none;
}

select.w220 {
  min-width: 220px;
}

input:-internal-autofill-selected {
  background-color: #ffffff !important;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

.rapidssl {
  width: 100%;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  .rapidssl {
    margin-top: 30px;
  }
}

.SUBMIT {
  text-align: center;
  background: #fff;
  width: auto;
}

.SUBMIT input {
  width: 70px;
}

.TYPE-BLUE {
  color: #44d;
}

.ERR {
  color: #d44;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

.F10gray {
  font-size: 10px;
  line-height: 160%;
  color: #666;
}

.F12red {
  font-size: 12px;
  line-height: 160%;
  color: #f00;
}

.F12blue {
  font-size: 12px;
  line-height: 160%;
  color: #06f;
}

.F12gray {
  font-size: 12px;
  line-height: 160%;
  color: #666;
}

.small {
  font-size: 0.7em;
}

.bg-color {
  padding: 0.1em 0.5em;
  background: #e9faff;
}

h1 {
  margin: 20px 0;
  padding: 0.75em 0.4em;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #007FEE;
}

@media only screen and (max-width: 780px) {
  h1 {
    margin: 10px 0;
    padding: 0.4em 0.4em;
    font-size: 22px;
  }
}

.optional {
  background-color: #888;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-weight: normal;
}

.required {
  background-color: #888;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-weight: normal;
  background-color: #2d4397;
}

.form_step {
  background-color: #888;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background-color: #2d4397;
  font-size: 0.6em;
  vertical-align: top;
}

.time {
  display: inline-block;
  font-size: 12px;
  text-indent: 1em;
  font-weight: bold;
  color: #06f;
}

p.copyright {
  width: 100%;
  margin: 3rem 0 0;
  padding: .5rem 0;
  font-size: 10px;
  color: #fff;
  background: #333;
  text-align: center;
}

p.btn_text {
  margin: 2em 0 !important;
  text-align: center !important;
  font-size: 11px;
  line-height: 17px;
}

@media only screen and (max-width: 780px) {
  p {
    margin: 2rem 0 0;
  }
}

#postcode1 {
  width: 10em;
  margin-right: 1em;
}

input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 400px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #D6D6D6;
  font-size: 16px;
  line-height: 1.2em;
  text-indent: 0.7em;
  border-radius: 6px;
}

input[type="tel"]::-webkit-input-placeholder {
  color: #A7A7A7;
}

input[type="tel"]:-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="tel"]::-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="tel"]::placeholder {
  color: #A7A7A7;
}

input[type="tel"]:focus {
  background: #edf4ff;
  border-width: 2px;
}

input[type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 400px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #D6D6D6;
  font-size: 16px;
  line-height: 1.2em;
  text-indent: 0.7em;
  border-radius: 6px;
}

input[type="email"]::-webkit-input-placeholder {
  color: #A7A7A7;
}

input[type="email"]:-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="email"]::-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="email"]::placeholder {
  color: #A7A7A7;
}

input[type="email"]:focus {
  background: #edf4ff;
  border-width: 2px;
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 400px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #D6D6D6;
  font-size: 16px;
  line-height: 1.2em;
  text-indent: 0.7em;
  border-radius: 6px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #A7A7A7;
}

input[type="text"]:-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="text"]::-ms-input-placeholder {
  color: #A7A7A7;
}

input[type="text"]::placeholder {
  color: #A7A7A7;
}

input[type="text"]:focus {
  background: #edf4ff;
  border-width: 2px;
}

.required-focus {
  background: #fce2e2 !important;
  border-color: #e75b5b !important;
}

.button {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: .65em 0;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 3px 7px 0 rgba(7, 3, 4, 0.2);
          box-shadow: 0 3px 7px 0 rgba(7, 3, 4, 0.2);
  border: none;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.button.submit {
  background: #FF4C82;
}

.button.submit:hover {
  background: #FC719B;
}

.button.confirm {
  background: #FF4C82;
}

.button.confirm:hover {
  background: #FC719B;
}

.button.back {
  background: #A7A7A7;
}

.button.back:hover {
  background: #BBBBBB;
}

.button.confirm[disabled] {
  color: #A7A7A7 !important;
  background: #F3F3F3;
  cursor: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  margin: 6px 0;
  padding: .7em 0;
  border-style: solid;
  border-width: 2px;
  border-color: #dbdcdc;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(7, 3, 4, 0.1);
          box-shadow: 0 2px 3px 0 rgba(7, 3, 4, 0.1);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

input[type=checkbox]:checked + label {
  background-color: #fffbdf;
  border-color: #ffe40a;
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #ffe40a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #dbdcdc;
  background: #fff;
  border-radius: 4px;
}

.datepicker-wrap {
  display: none;
}

.datepicker-wrap.show {
  display: block;
}

.button-phone {
  display: block;
  position: relative;
  width: 300px;
  margin: 1em 0;
  padding: .8em 0;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  color: #fff !important;
  background-color: #29b0d7;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(7, 4, 4, 0.2);
          box-shadow: 0 2px 4px 0 rgba(7, 4, 4, 0.2);
}

.button-phone:hover {
  background-color: #76bfdc;
}

.button-phone > i {
  position: absolute;
  top: 50%;
  left: .8rem;
  margin-top: -.6em;
  padding-left: 0;
  font-size: 150%;
  pointer-events: none;
}

.button-phone > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  pointer-events: none;
}

.button-phone > span {
  display: block;
  font-size: 180%;
  font-weight: bold;
  pointer-events: none;
}

.button-phone::after {
  position: absolute;
  top: 50%;
  right: .5rem;
  margin-top: -.8rem;
  font-size: 1.5rem;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: bold;
}

.callout {
  margin: 20px 0;
  padding: 10px 0;
  border: 1px solid #ff0101;
}

.callout p {
  font-size: 12px;
  text-align: center;
}

.callout p:first-child {
  font-size: 1rem;
  color: #ff0101;
  font-weight: bold;
}

.contact {
  margin-top: 1rem;
  padding: 1rem 1rem 1px;
  background: #e9faff;
}

.contact p {
  color: #2d3e97;
  text-align: center;
  font-weight: bold;
}

.contact .button-phone {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 781px) {
  .rapidssl {
    width: 260px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
  }
  .small {
    font-size: 1em;
  }
  #postcode1 {
    width: 8em;
  }
  select {
    min-width: 200px;
  }
  label {
    max-width: 160px;
  }
  .optional {
    display: inline-block;
    float: right;
    line-height: 1.5;
  }
  .required {
    display: inline-block;
    float: right;
    line-height: 1.5;
  }
  input.button {
    width: 290px;
  }
  input.button.back {
    width: 145px;
  }
  p.copyright {
    font-size: 12px;
  }
}

input:focus {
  outline: none;
}

.input-group label:nth-of-type(odd) {
  margin-right: 5px;
}

.input-group label:nth-of-type(-n + 2) {
  margin-top: 0;
}

label > i {
  margin: 0 auto 5px;
  font-size: 180%;
}

.complete p {
  margin: 0;
  line-height: 1.4;
}

.header-mini {
  background: #FF4C82;
}

.header-mini > p {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0.2em 16px 0.2 0.4em 16px;
  font-size: .7em;
  color: #fff;
}

@media screen and (min-width: 781px) {
  .header-mini > p {
    padding: .2em 20px;
    font-size: .8em;
  }
}

.body {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #fff;
}

@media only screen and (max-width: 780px) {
  .body {
    width: auto;
  }
}

.section_area {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: left;
}

.section_area p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0;
}

.section_area p.ERR {
  margin: 0;
  font-size: 12px;
}

.section_area .note {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 780px) {
  .section_area {
    width: auto;
    padding: 0 15px;
    text-align: left;
  }
  .section_area p {
    font-size: 14px;
    line-height: 24px;
  }
  .section_area .note {
    text-align: left;
    font-size: 14px;
  }
}

.header {
  padding: 10px 0 5px 0;
  text-align: center;
}

.header .wrap {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.header .logo {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  padding: 1% 0;
  line-height: 1;
  vertical-align: middle;
}

.header .logo img {
  width: auto;
  height: 60px;
}

@media screen and (max-width: 780px) {
  .header {
    text-align: center;
  }
  .header .wrap {
    margin: 0 1rem;
  }
  .header .logo {
    width: auto;
    padding: 1.5% 0 0 0;
  }
  .header .logo img {
    width: 100%;
    max-width: 158px;
    height: auto;
  }
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.flow-list li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin-right: 2%;
  text-indent: 10px;
  background: #EBF6FC;
}

.flow-list li:nth-child(3) {
  margin-right: 0;
}

.flow-list li.active {
  background: #007FEE;
  color: #fff;
  border-right: none;
}

.flow-list li:nth-child(1)::before {
  content: '1';
}

.flow-list li:nth-child(2)::before {
  content: '2';
}

.flow-list li:nth-child(3)::before {
  content: '3';
}

.flow-list li.active::before {
  background: #fff;
  color: #007FEE;
}

.flow-list li:nth-child(1)::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #EBF6FC;
  content: '';
}

.flow-list li:nth-child(2)::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #EBF6FC;
  content: '';
}

.flow-list li.active::after {
  border-color: transparent transparent transparent #007FEE;
}

.flow-list li::before {
  display: block;
  position: absolute;
  width: 16px;
  height: 16x;
  top: 50%;
  left: 10px;
  text-indent: 0;
  margin-top: -8px;
  line-height: 1.4;
  font-size: 12px;
  background: #fff;
  color: #666;
  border-radius: 4px;
}

@media only screen and (max-width: 780px) {
  .flow-list li {
    display: inline-block;
    position: relative;
    width: 29%;
    margin-right: 3.5%;
    text-indent: 10px;
    background: #EBF6FC;
  }
}

.message {
  margin: 0 0 2rem 0;
}

.message + .contact-info {
  margin-top: 16px;
}

.contact-info .contact-info__inner {
  display: block;
  text-decoration: none;
  background-color: #F5F5F5;
}

.contact-info .contact-info__inner-2 {
  padding: 16px 20px 16px 20px;
}

.contact-info .contact-info__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.contact-info .contact-info__button {
  text-align: center;
}

.contact-info .contact-info__button .button-phone {
  min-width: 420px;
  margin: 0 auto;
  padding: .8em 0 .9em 0;
}

.contact-info .contact-info__button .button-phone:after {
  content: none;
}

.contact-info .contact-info__tel-number {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.contact-info .contact-info__reception-time {
  text-align: center;
  color: #4D4D4E;
}

.contact-info .contact-info__note {
  text-align: center;
  line-height: 1.6;
  font-size: 11px;
  color: #4D4D4E;
}

.contact-info + p {
  margin-top: 20px;
}

.contact-info + #sfm-form {
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .contact-info .contact-info__inner-2 {
    padding: 20px 20px 16px 20px;
  }
  .contact-info .contact-info__button .button-phone {
    width: auto;
    min-width: 0;
    max-width: 420px;
    padding-right: 20px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 413px) {
  .contact-info .contact-info__inner-2 {
    padding: 12px 16px 10px 16px;
  }
  .contact-info .contact-info__button .button-phone {
    padding-right: 10px;
    padding-left: 30px;
    font-size: 12px;
  }
  .contact-info .contact-info__button .button-phone > i {
    font-size: 110%;
  }
}

/**
 * ユーティリティーコンポーネント
 */
.smanone {
  display: block !important;
}

@media only screen and (max-width: 780px) {
  .smanone {
    display: none !important;
  }
}

.spnone {
  display: block !important;
}

@media only screen and (max-width: 780px) {
  .spnone {
    display: none !important;
  }
}

.pcnone {
  display: none !important;
}

@media only screen and (max-width: 780px) {
  .pcnone {
    display: block !important;
  }
}

@media only screen and (max-width: 780px) {
  .spnone2 {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .pcnone2 {
    display: none !important;
  }
}

h2 {
  margin: 30px 0 16px 0;
  padding: 8px 10px;
  border-left: 6px solid #007FEE;
  font-size: 14px;
  background-color: #EBF6FC;
}

@media only screen and (min-width: 781px) {
  h2 {
    margin: 30px 0 20px 0;
  }
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #000;
  line-height: 27px;
  background-repeat: no-repeat;
  background-position: left center;
  border-width: 0 0 0 8px;
  border-style: solid;
  border-color: #f90;
}

.heading-level2 {
  margin: 10px 0;
  padding: 6px 0;
  border: none;
  font-size: 14px;
}

.heading-level2.is-order-type {
  background-color: transparent;
}

.heading-level2.is-confirm {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #D6D6D6;
}

.heading-level2.is-complete {
  margin-top: 1rem;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
}

.form-table {
  table-layout: fixed;
  width: 100%;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  margin: 0 0 20px 0;
  padding: 6px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  color: #444;
  font-weight: normal;
}

.form-table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  background-color: #eee;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px;
  width: 250px;
  display: table-cell;
  font-size: 14px;
  line-height: 24px;
}

.form-table td {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  margin: 0;
  padding: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  display: block;
  width: 700px;
  width: auto;
  display: table-cell;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 780px) {
  .form-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
  }
  .form-table tr {
    display: block;
    margin-top: 10px;
  }
  .form-table tr:first-child {
    margin-top: 0px;
  }
  .form-table th {
    display: block;
    border-collapse: collapse;
    border: none;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 0 0 0;
  }
  .form-table td {
    width: 100%;
    display: block;
    margin: 0;
    padding: 5px 0 10px 0;
    border-collapse: collapse;
    border: none;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
  }
  .form-table.is-confirm tr:nth-child(n + 2) {
    border-top: 1px solid #D6D6D6;
  }
  .form-table.is-confirm th {
    padding: 10px 0 0 0;
  }
  .form-table.is-confirm td {
    padding: 5px 0 5px 0;
  }
}

.table-in-table {
  table-layout: fixed;
  border-collapse: collapse;
}

.table-in-table tr:last-child th, .table-in-table tr:last-child td {
  padding-bottom: 0;
}

.table-in-table th {
  width: auto;
  padding-top: 0;
  padding-left: 0;
  border: none;
  background-color: #ffffff;
}

.table-in-table td {
  width: auto;
  padding-top: 0;
  padding-left: 0;
  border: none;
}

@media screen and (max-width: 780px) {
  .table-in-table {
    width: 100%;
  }
  .table-in-table th {
    min-width: 3em;
    padding-right: 10px;
    display: table-cell;
  }
  .table-in-table td {
    display: table-cell;
    width: 100%;
    min-width: 200px;
  }
}

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

.table th {
  padding: 15px;
  border: 1px solid #D6D6D6;
  font-weight: normal;
  background-color: #F5F5F5;
}

.table td {
  padding: 15px;
  border: 1px solid #D6D6D6;
  background-color: #ffffff;
}

.table a {
  text-decoration: none;
  color: #333333;
}

.table a:hover {
  text-decoration: underline;
}

.table.is-tel {
  width: 100%;
  margin: 0 auto;
}

.table.is-tel th {
  width: 250px;
}

@media screen and (max-width: 780px) {
  .table {
    width: 100%;
    font-size: 14px;
  }
  .table th {
    width: auto;
    max-width: 50%;
  }
  .table.is-tel th {
    width: auto;
  }
}

.optional {
  padding: 2px 6px;
  margin-left: 5px;
  float: none;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-weight: normal;
  background-color: #888888;
}

.required {
  padding: 2px 6px;
  margin-left: 5px;
  float: none;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-weight: normal;
  background-color: #FF4C82;
}

.heading-level2.is-kind .required {
  display: inline-block;
}

.input-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}

.input-group2 .radio.is-button + label:nth-of-type(2n) {
  margin-left: 10px !important;
}

@media only screen and (max-width: 780px) {
  .input-group2 {
    display: block;
  }
  .input-group2 .radio.is-button + label:nth-of-type(2n) {
    margin-left: 0 !important;
  }
}

.radio.is-button {
  display: none;
  margin: 0;
}

.radio.is-button + label {
  display: inline-block;
  width: calc(49% - 5px);
  max-width: none;
  margin: 3px 0;
  padding: .7em 0;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #D6D6D6;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.radio.is-button:checked + label {
  background-color: #EBF6FC;
  border-color: #007FEE;
}

.radio.is-button:checked + label::before {
  border-color: #007FEE;
}

.radio.is-button:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #007FEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 8px;
}

.radio.is-button + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #dbdcdc;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 780px) {
  .radio.is-button + label {
    display: block;
    width: auto;
  }
}

.select {
  min-width: 0;
}

.select.is-month {
  width: 100px;
}

.select.is-day {
  width: 200px;
}

.select.is-weekday {
  width: 200px;
}

.select.is-time {
  width: 200px;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 150px;
  border-radius: 0;
  background: #ffffff;
  border: 2px solid #D6D6D6;
  border-radius: 6px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-indent: 0;
  padding: .5em;
}

textarea::-webkit-input-placeholder {
  color: #A7A7A7;
}

textarea:-ms-input-placeholder {
  color: #A7A7A7;
}

textarea::-ms-input-placeholder {
  color: #A7A7A7;
}

textarea::placeholder {
  color: #A7A7A7;
}

textarea:focus {
  outline: none;
  background: #edf4ff;
  border-width: 2px;
}

.instruction {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 12px;
  color: #666;
}

@media only screen and (max-width: 780px) {
  .instruction {
    margin-bottom: .5em;
    font-size: 11px;
  }
  .instruction + br {
    display: none;
  }
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit p {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  .form-submit {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #D6D6D6;
  }
  .form-submit .button + .button {
    margin-top: 20px;
  }
}

.info-table {
  table-layout: fixed;
}

.info-table .lead {
  margin-top: 50px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.info-table .lead + .table.is-tel {
  margin-top: 20px;
}

@media only screen and (max-width: 780px) {
  .info-table .lead {
    margin-top: 40px;
    font-size: 14px;
  }
  .info-table .lead + .table.is-tel {
    margin-top: 16px;
  }
}

.future-step {
  margin: 2rem 0 2rem 0;
  padding: 0 0 0 0;
  color: #007FEE;
}

.future-step li {
  margin: 0.5em 0 0.5em 0;
  font-size: 14px;
}

.future-step li:first-child {
  margin-top: 0;
}