body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
    text-decoration: underline;
    color: #444a59;
    outline: none;
}
a:hover {
    color: #444a59;
    text-decoration: none;
}

@media print, screen and (min-width: 769px) {
    a:hover img {
        opacity: .7;
    }
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #535353;
    /* background-color: #c73b3b; */
    border-radius: 4px;
    border: 1px solid #535353;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
  text-align: center;
}

.button-group {
  margin-top: 1em;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {

}

button.button-submit {
  background-color: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 2px #88c6ea;
  border: 1px solid #88c6ea;
} */

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}

/* 追記部分 */

body {
  font-family: 'YakuHanJPs', 'Hind Vadodara', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
}
#container {
  padding: 40px 0 0 0;
  background: #f4f4f4;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 20px 0 0 0;
  }
}

.form-column {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.form-column label {
  /* color: #535353; */
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  border: 1px solid #c8ced5;
  width: 100%;
  min-height: 40px;
  padding: 0.5em;
  /* max-width: 700px; */
}
.input-group {
  text-align: center;
}

.form-column-ffcc7f85-7db0-4899-9a77-e69f2fd797c3 .description-block {
    color: #2f8754;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.form-column-848b9cef-6076-4166-b642-de6067a4d039 .description-block {
  font-size: 14px;
}


.form-column-848b9cef-6076-4166-b642-de6067a4d039,
.form-column-d2be36bf-538d-4be8-8d47-89746e8b4185,
.form-column-3e404db7-1802-41b1-9a5f-1707fcb80ca8,
.form-column-8d438293-17f4-4ee8-a844-256363f152b3,
.form-column-abf94de2-70a4-4c46-b171-ab6ee1da93fe {
  padding: 0 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .form-column-848b9cef-6076-4166-b642-de6067a4d039,
  .form-column-d2be36bf-538d-4be8-8d47-89746e8b4185,
  .form-column-3e404db7-1802-41b1-9a5f-1707fcb80ca8,
  .form-column-8d438293-17f4-4ee8-a844-256363f152b3,
  .form-column-abf94de2-70a4-4c46-b171-ab6ee1da93fe {
    padding: 0 20px 0 20px;
  }
}

.form-column-checkbox .label {
 display:none;
}
.form-column-checkbox label {
 display:inline;
}

@media screen and (max-width: 768px) {
  .form-column-checkbox {
    padding: 0 20px 0 20px;
  }
}

.button-group {
  /* background-color:#ffffff; */
  /* margin-top: -30px; */
  text-align: center;
  /* padding-bottom: 101.5px;
  padding-top: 30px; */
  padding-bottom: 40px;
}

.button-group .button-confirm,
.button-group .button-back,
.button-group .button-submit {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 260px;
  max-width: 100%;
  height: 50px;
  transition: .2s;
  color: #fff;
  border-radius: 25px;
  outline: none;
  background-color: #2f8754;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.button-group .button-confirm:after,
.button-group .button-submit:after {
  position: absolute;
  top: 0;
  right: 7.2px;
  bottom: 0;
  display: inline-block;
  width: 24px;
  height: 14.16px;
  margin: auto;
  content: '';
  transition: .2s;
  background-image: url(https://relia-av8t.movabletype.biz/images/cmn/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 200% 50%;
  background-size: auto 100%;
}
.button-group .button-back:after {
  position: absolute;
  top: 0;
  left: 7.2px;
  bottom: 0;
  display: inline-block;
  width: 24px;
  height: 14.16px;
  margin: auto;
  content: '';
  transition: .2s;
  background-image: url(https://relia-av8t.movabletype.biz/images/cmn/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 200% 50%;
  background-size: auto 100%;
  transform: rotate(180deg);
}

.button-group .button-confirm:hover,
.button-group .button-back:hover,
.button-group .button-submit:hover {
  background-color: #444a59;
  letter-spacing: .075em;
}
.button-group .button-confirm:hover:after,
.button-group .button-back:hover:after,
.button-group .button-submit:hover:after {
  background-position: 122% center;
}

@media screen and (max-width: 768px) {
  .button-group {
    /* margin-top: -30px; */
    /* text-align: center; */
    /* padding-bottom: 65.2px; */
    margin-top: 30px;
  }

  .button:not(.hidden) + .button {
    margin: 0.5em 0 0 0 !important;
  }

  .top__link__btn .button-confirm,
  .top__link__btn .button-back,
  .top__link__btn .button-submit {
    display: inline-block;
    max-width: 100%;
    transition: .2s;
    text-align: center;
    color: #fff;
    outline: none;
    background-color: #2f8754;
    width: 285px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 14px;
    font-weight: 600;
  }

  .button-group .button-confirm:after,
  .button-group .button-submit:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    content: '';
    transition: .2s;
    background-image: url(https://relia-av8t.movabletype.biz/images/cmn/arrow_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    right: 20.5px;
    width: 20.5px;
    height: 7.935px;
    background-position: center right;
  }
  .button-group .button-back:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    content: '';
    transition: .2s;
    background-image: url(https://relia-av8t.movabletype.biz/images/cmn/arrow_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 20.5px;
    width: 20.5px;
    height: 7.935px;
    background-position: center left;
  }
}

.message-block-confirmation{
  padding: 0 80px 0 80px;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  .message-block-confirmation{
    padding: 0 20px 0 20px;
  }
}

.form-column-recaptcha{
  display: flex;
  justify-content: center;
}
