@charset "UTF-8";
.vpc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

body {
    font-family: "Zen Kaku Gothic New";
    background: #3B4145;
}
body li,
body p {
  font-size: 1rem;
  line-height: 2.2em;
}
@media screen and (max-width: 767px) {
  body p {
    font-size: 0.9375rem;
    line-height: 1.8em;
  }
}

footer {
  padding: 0 0 138px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 80px 0;
  }
}
footer p {
  color: #FFFFFF;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.125rem;
  }
}

ul {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}
ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8em;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6em;
  height: 0.6em;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.h2-heading {
  font-size: 1.375rem;
  font-weight: 400;
  border: 3px solid #FFFFFF;
  border-radius: 7px;
  width: 300px;
  text-align: center;
  margin: 0 auto 15px;
  padding: 15px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .h2-heading {
    font-size: 1.125rem;
    width: 280px;
  }
}

#form .inner_block {
  background: #FFFFFF;
  border-radius: 23px;
  color: #000000;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  #form .inner_block {
    padding: 2em 0;
    border-radius: 11px;
  }
}
#form .inner_block a {
  color: #000000;
  text-decoration: underline;
}
#form .inner_block a:hover {
  color: #FFC400;
}
#form .inner_block .h2-heading {
  font-size: 2rem;
}
#form .inner_block .h2-heading:after {
  content: "";
  display: block;
  width: 75px;
  height: 11px;
  background: #000000;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #form .inner_block .h2-heading {
    font-size: 1.5rem;
  }
  #form .inner_block .h2-heading:after {
    margin: 10px auto 0;
    height: 5px;
  }
}
#form .inner_block form {
  width: 94%;
  margin: 0 auto;
}
#form .inner_block form .field {
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #form .inner_block form .field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
}
#form .inner_block form .field .smf-item__col.smf-item__col--controls {
  width: 70%;
  margin-top: -20px;
}
#form .inner_block form[data-screen="confirm"] .field .smf-item__col.smf-item__col--controls{
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  #form .inner_block form .field .smf-item__col.smf-item__col--controls {
    width: 100%;
    margin-top: 0;
  }
}
#form .inner_block form .smf-item__col.smf-item__col--label{
  width: 28%;
  margin-right: 2%;
  text-align: right;
  /* margin-top: 22px; */
}
#form .inner_block form .smf-text-control{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #form .inner_block form .smf-item__col.smf-item__col--label {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}
#form .inner_block form input[type=text],
#form .inner_block form  input[type=email],
#form .inner_block form  input[type=tel] {
  width: 270px;
  padding: 10px 12px;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  color: #000000;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #form .inner_block form input[type=text],
  #form .inner_block form input[type=email],
  #form .inner_block form input[type=tel] {
    width: 100%;
  }
}
#form .inner_block form input[type=text]#zip,
#form .inner_block form input[type=email]#zip,
#form .inner_block form input[type=tel]#zip {
  width: 191px;
  margin-left: 5px;
}
#form .inner_block form input[type=text].address-wide {
  width: 489px;
}
@media screen and (max-width: 767px) {
  #form .inner_block form input[type=text].address-wide {
    width: 100%;
  }
}
#form .inner_block form .field input[type=text]:focus {
  outline: none;
  border-color: #999;
  background-color: #fff;
}
#form .inner_block form .field .zip-mark {
  display: inline-block;
}
#form .inner_block form .field .zip-mark + div{
  display: inline-block;
}

#form .inner_block form .field select {
  width: 239px;
  padding: 10px 12px;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 10px 0;
  background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
#form .inner_block form .field select:focus {
  outline: none;
  border-color: #999;
  background-color: #fff;
}
#form .inner_block form .agree {
  padding: 30px 0;
}
#form .inner_block form input[type=file] {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  color: #000000;
  cursor: pointer;
}
#form .inner_block form input[type=file]:focus {
  outline: none;
  border-color: #999;
  background-color: #fff;
}
#form .inner_block form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
#form .inner_block form input[type=file]::before {
  content: "参照";
  display: inline-block;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  background-color: #f3f3f3;
  padding: 6px 16px;
  font-size: 1rem;
  margin-right: 10px;
  cursor: pointer;
  color: #000000;
}
#form .inner_block form input[type=file]:hover::before {
  border-color: #999;
}
/* #form .inner_block form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
#form .inner_block form input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}
#form .inner_block form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
} */


/* フォームボタンをデザイン */
.smf-button-control__control {
  display: block;
  padding: 12px 24px;
  border: 1px solid #3B4145;
  border-radius: 8px;
  background-color: #FFC400 !important;
  color: #3B4145 !important;
  font-size: 1.375rem;
  margin: 0 auto;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* 「戻る」フォームボタンを個別にデザイン */
.smf-button-control__control[data-action="confirm"] {
  background: transparent !important;
  background-color: #FFC400 !important;
  color: #3B4145 !important;
}

.smf-button-control__control[data-action="back"] {
  background: transparent !important;
  background-color: #3B4145 !important;
  color: #ffffff !important;
}
.smf-button-control__control[data-action="complete"] {
  background: transparent !important;
  background-color: #D80000 !important;
  color: #ffffff !important;
}
.smf-action{
  text-align: center;
}
.smf-button-control{
  display: inline-block;
}

/* 「戻る」以外のフォームボタンのホバー＆フォーカス色 */
.smf-button-control__control:not([data-action="back"]):hover,
.smf-button-control__control:not([data-action="back"]):focus {
  opacity: 0.8;
}


#form .inner_block button,
#form .inner_block input[type=submit] {
  display: block;
  padding: 12px 24px;
  border: 1px solid #3B4145;
  border-radius: 8px;
  background-color: #FFC400;
  color: #3B4145;
  font-size: 1.375rem;
  margin: 0 auto;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
/* #form .inner_block button:hover,
#form .inner_block input[type=submit]:hover {
  background-color: #FFFFFF;
  border-color: #3B4145;
}
#form .inner_block button:disabled,
#form .inner_block input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
} */

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

.t-center {
  text-align: center;
}

section {
  padding: 0;
  margin: 0 0 90px 0;
}
section .inner_block {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  section .inner_block {
    width: 92%;
    margin: 0 auto;
  }
}

#kv {
  margin-bottom: 30px;
}
#kv img {
  width: 100%;
  height: auto;
}
.confirmpage-content{
  margin-top: 50px;
}
.completepage-content{
  margin-top: 50px;
}
.page-back{
  text-align: center;
  padding:50px 0;
}
/*# sourceMappingURL=common.css.map */