@charset "UTF-8";
.common_mv.mv {
  background: url("../img/mv.jpg") no-repeat top 20% center/cover;
}
.contents {
  padding: 80px 15px;
}
.contents .contInr {
  max-width: 960px;
}
.contents .contInr .toptxt {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
}
.formwrap {
  padding: 50px 0;
}
.contactInr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}
.contactInr.txtarea {
  align-items: flex-start;
}
.contactWrap {
  margin-bottom: 100px;
}
.contactInr .ttl {
  font-size: 15px;
  width: 100%;
  font-family: "YuGothic-B";
}
.contactInr .hissu {
  font-size: 13px;
  padding: 5px 10px;
  border: 2px solid #ca0000;
  border-radius: 30px;
  color: #ca0000;
  margin-left: 10px;
  display: inline-block;
}
.error.toptxt {
  color: #ca0000;
  font-size: 15px;
  line-height: 1.6;
}
.confirmInr {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.contactInr input, .contactInr textarea {
  width: 100%;
  border-radius: 5px;
  background-color: #e7e7e7;
  padding: 10px;
  font-size: 13px;
  border: none;
}
.confirmInr .ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "YuGothic-B";
}
.btnwrap {
  max-width: 446px;
  margin: auto;
}
.confirmInr .btnwrap {
  justify-content: space-between;
  max-width: 650px;
}
.btnwrap button {
  width: 100%;
  border: 2px solid #000066;
  color: #000066;
  font-family: "YuGothic-B";
  font-size: 17px;
  padding: 15px;
  background-color: #fff;
}
.btnwrap .backbtn button, .backbtn a {
  background-color: #d2d2d2;
  border: none;
  color: #fff;
  width: 100px;
}
.btnwrap .gpbtn button {
  background-color: #000066;
  border: none;
  color: #fff;
  width: 200px;
}
.contents .contInr .confirmInr .rows .txt, .contents .contInr .confirmInr .rows .box_form {
  font-size: 15px;
}
.contents .contInr .confirmInr .rows {
  padding: 15px
}
.contents .contInr .confirmInr .rows .box_form {
  font-family: "YuGothic-B";
}
.thanks .contents {
  line-height: 1.8;
}
.thanks .contents .ttl {
  font-size: 18px;
  font-family: "YuGothic-B";
  margin-bottom: 10px;
}
.thanks .contents .backbtn a {
  padding: 15px;
  display: block;
  width: 150px;
  text-align: center;
}
.thanks .contents .txt {
  margin-bottom: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnwrap button {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .contents .contInr .toptxt {
    font-size: 20px;
  }
  .contactInr .ttl {
    font-family: "YuGothic-B";
  }
  .contactInr .ttl, .confirmInr .rows .txt {
    width: 235px;
  }
  .contactInr input, .contactInr textarea {
    width: calc(100% - 240px);
  }
  .confirmInr .ttl {
    font-size: 35px;
  }
  .contents .contInr .confirmInr .rows {
    padding: 30px 15px
  }
  .btnwrap .backbtn button {
    width: 150px;
  }
  .btnwrap .gpbtn button {
    width: 480px;
  }
  .thanks .contents .ttl {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .contInr .confirmInr .rows .txt, .contents .contInr .confirmInr .rows .box_form {
    width: 100%;
  }
  .contents .contInr .confirmInr .rows .txt {
    margin-bottom: 10px;
  }
  .contactInr .ttl {
    margin-bottom: 15px
  }
}