@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1rem;
  font-family: "Century Gothic","Helvetica","AxisStd-Light","GenShinGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ul {
  list-style: none;
}

span {
  display: inline-block;
}

.text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.text b {
  text-indent: -.5em;
  display: block;
}

@media screen and (min-width: 769px) {
  .text {
    font-size: 1.6rem;
  }
}

.in {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 6rem 0;
}

@media screen and (min-width: 769px) {
  .in {
    padding: 10rem 0;
  }
}

.tc {
  text-align: center;
}

h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 5rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 2.6rem;
    margin-bottom: 10rem;
  }
}

h2 {
  font-size: 2rem;
  margin: 3rem 0 3rem;
  padding: 0 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 2rem;
    margin: 6rem 0 4rem;
    padding: 0 2rem;
  }
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 2rem;
  }
}

.part {
  margin-bottom: 3.5rem;
  padding: 0 1rem 3rem;
}

.part:not(:last-child) {
  border-bottom: 1px solid #333333;
}

.part:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.part ul {
  padding: .5rem 0;
}

.part ul li {
  padding-left: .4em;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .part {
    margin-bottom: 4.5rem;
    padding: 0 2rem 4rem;
  }
}

.contact .in {
  padding: 10rem 0;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact input[type="checkbox"]:checked + label {
  background: #ff0000;
}

.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

.contact button,
.contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.contact input[type=radio], .contact input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  height: auto;
  display: none;
}

.contact .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact input {
  height: 48px;
  width: 100%;
  line-height: 48px;
  background: #eaeaeb;
  border: 1px solid #eaeaeb;
  color: #000;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact textarea {
  width: 100%;
  padding: 1em;
  height: 20rem;
  background: #eaeaeb;
  border: 1px solid #eaeaeb;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}

.contact .label {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}

.contact .cont {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
}

.contact .cont.check {
  width: 100%;
}

.contact label span {
  padding-left: 28px;
  position: relative;
  color: #000;
}

.contact input[type=checkbox] + span:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: " ";
  border: 1px solid #eaeaeb;
  border-radius: 1px;
  background: #eaeaeb;
}

.contact input[type=checkbox]:checked + span:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 2px;
  margin: auto;
  left: 4px;
  width: 7px;
  height: 14px;
  border-right: 4px solid #39b56a;
  border-bottom: 4px solid #39b56a;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.contact span a {
  color: #000;
}

.contact span a:hover {
  text-decoration: none;
}

.contact .btn button {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
  display: block;
  margin: 0 auto 1rem;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .contact .btn button {
    width: 40%;
  }
  .contact .btn button:hover {
    background-color: #fff;
    color: #000;
  }
}

.contact .notes {
  text-align: center;
  margin-bottom: 4rem;
}

.contact .mw_wp_form .error {
  position: absolute !important;
  font-size: 1.2rem !important;
  bottom: -2rem !important;
  width: 100%;
}

.contact .mw_wp_form_confirm .notes, .contact .mw_wp_form_confirm .check_box {
  display: none;
}

.contact .mw_wp_form_complete {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact .in {
    padding: 10rem 10rem;
  }
  .contact .label {
    width: 160px;
    text-align: right;
    margin-bottom: 0;
  }
  .contact .cont {
    width: calc( 100% - 180px);
    font-size: 1.6rem;
  }
}

.scc .part {
  border-bottom: none;
  margin-bottom: 2rem;
  padding: 0 1rem 1.5rem;
  border: none;
}

@media screen and (min-width: 769px) {
  .scc .part {
    margin-bottom: 3rem;
    padding: 0 2rem 2.5rem;
  }
}

select {
  background-color: #eaeaeb;
  padding-left: 1.5rem;
  position: relative;
  height: 48px;
  width: 70%;
}



.select {
  position: relative;
}

.select:after {
  content: '▼';
  position: absolute;
  right: .5rem;
  top: 1.7rem;
  left: 62%;
}

.mw_wp_form_confirm .select:after {
  display: none;
}

@media screen and (min-width: 769px) {
  select {
    width: 50%;
  }
  .select:after {
    left: 44%;
  }
}


.name input {
  width: 70%;
}
@media screen and (min-width: 769px) {
  .name input {
    width: 50%;
  }
}

input.er::placeholder,textarea.er::placeholder {
  color: #B70000;
}

input[type=text]+.error,input[type=email]+.error,textarea+.error {
  display: none !important;
}

.mwform-checkbox-field.er .mwform-checkbox-field-text:before {
  border: 1px solid #B70000;
}

.contact .part {
  border-bottom: none;
}

/*# sourceMappingURL=common.css.map */

