/* ======================================================
	entry
========================================================= */
/* ======================================================
	entry
========================================================= */
#entry .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#entry .contents {
  max-width: 940px;
  margin: 0px auto;
}

@media screen and (min-width: 980px) {
  #contact.thanks {
    padding-top: 210px;
  }
}
#contents_links + #entry {
  padding-top: 0px;
}

/* =============================================
- entry_head
================================================ */
.entry_head {
  max-width: 940px;
  margin: 0px auto 30px auto;
}

@media screen and (min-width: 768px) {
  .entry_head {
    margin-bottom: 40px;
  }
}
/* =============================================
- entry_body
================================================ */
.entry_body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
.entry_body select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}
.entry_body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry_body ::-ms-expand {
  display: none;
}
.entry_body .requre {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 0.4em 0.5em 0.4em 0.5em;
  margin-left: 0.8em;
  background-color: #ff4a4a;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -0.1em;
}
@media screen and (min-width: 980px) {
  .entry_body .requre {
    font-weight: bold;
  }
}
.entry_body dl {
  margin-bottom: 18px;
}
.entry_body dl dt {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.entry_body dl + dl {
  margin-top: 25px;
}
.entry_body textarea,
.entry_body input[type="text"],
.entry_body select {
  width: 100%;
  font-size: 16px;
  padding: 0.9em 1em;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
}
.entry_body textarea:-moz-placeholder-shown,
.entry_body input[type="text"]:-moz-placeholder-shown,
.entry_body select:-moz-placeholder-shown {
  color: #999;
}
.entry_body textarea:-ms-input-placeholder,
.entry_body input[type="text"]:-ms-input-placeholder,
.entry_body select:-ms-input-placeholder {
  color: #999;
}
.entry_body textarea:placeholder-shown,
.entry_body input[type="text"]:placeholder-shown,
.entry_body select:placeholder-shown {
  color: #999;
  border-radius: 10px;
}
.entry_body textarea::-webkit-input-placeholder,
.entry_body input[type="text"]::-webkit-input-placeholder,
.entry_body select::-webkit-input-placeholder {
  color: #999;
}
.entry_body textarea:-moz-placeholder,
.entry_body input[type="text"]:-moz-placeholder,
.entry_body select:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.entry_body textarea::-moz-placeholder,
.entry_body input[type="text"]::-moz-placeholder,
.entry_body select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.entry_body textarea:-ms-input-placeholder,
.entry_body input[type="text"]:-ms-input-placeholder,
.entry_body select:-ms-input-placeholder {
  color: #999;
}
.entry_body textarea:focus,
.entry_body input[type="text"]:focus,
.entry_body select:focus {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.entry_body select.active {
  color: #333333;
}
.entry_body select.active .selectWrap {
  color: #333333;
}
.entry_body .noticeGroup {
  margin-top: 10px;
}
.entry_body .noticeGroup p {
  color: #333333;
  font-size: 13px;
  line-height: 1.6em;
}
.entry_body option:-moz-placeholder-shown {
  color: #333;
}
.entry_body option:-ms-input-placeholder {
  color: #333;
}
.entry_body option:placeholder-shown {
  color: #333;
}
.entry_body option::-webkit-input-placeholder {
  color: #333;
}
.entry_body option:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.entry_body option::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.entry_body option:-ms-input-placeholder {
  color: #333;
}
.entry_body textarea {
  vertical-align: bottom;
  height: 150px;
  padding: 1.3em 1em;
}
.entry_body .selectWrap + .input {
  margin-top: 10px;
}
.entry_body .selectWrap {
  position: relative;
  border-radius: 0px;
  color: #333333;
}
.entry_body .selectWrap:after {
  content: "";
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}
.entry_body .selectWrap.address {
  max-width: 200px;
}
.entry_body .postalGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry_body .postalGroup .mark {
  display: inline-block;
  padding-right: 5px;
}
.entry_body .postalGroup .line {
  display: inline-block;
  padding: 0px 5px;
}
.entry_body .postalGroup .input {
  width: 70px;
}
.entry_body .postalGroup .input:nth-of-type(2) {
  width: 80px;
}
.entry_body .bottom_area {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .entry_body .bottom_area .text {
    text-align: center;
  }
}
.entry_body .bottom_area .text a {
  color: #1d54a7;
  text-decoration: underline;
}
.entry_body .bottom_area .check_group .horizontal-item {
  text-align: center;
  margin-top: 10px;
}
.entry_body .bottom_area .error {
  display: block;
  text-align: center;
}
.entry_body .bottom_area .box {
  padding: 20px;
  border: 1px solid #333333;
}
.entry_body .bottom_area .box .link {
  text-align: center;
  margin-bottom: 8px;
}
.entry_body .bottom_area .box .link a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  padding-right: 15px;
}
@media screen and (min-width: 980px) {
  .entry_body .bottom_area .box .link a {
    font-weight: bold;
  }
}
.entry_body .bottom_area .box .link a:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #333333;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
  border-width: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.entry_body .btn_area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .entry_body .btn_area .btn_style01 + .btn_style01 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .entry_body {
    max-width: 940px;
    margin: 0px auto;
  }
  .entry_body dl {
    margin: 0px;
    padding: 25px 0px;
  }
  .entry_body dl dt {
    margin-bottom: 10px;
  }
  .entry_body dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .entry_body dl + dl {
    margin: 0px;
  }
  .entry_body textarea,
  .entry_body input[type="text"] {
    padding: 0.9em 1em;
  }
  .entry_body select {
    padding: 0.9em 1em;
  }
  .entry_body textarea {
    height: 250px;
    padding: 1.2em 1em;
  }
  .entry_body .selectWrap {
    max-width: 500px;
  }
  .entry_body .selectWrap + .input {
    margin-top: 15px;
  }
  .entry_body .btn_area {
    margin-top: 50px;
  }
  .entry_body .addressWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .entry_body .addressWrap .text {
    font-size: 1.5rem;
    line-height: 1.8em;
    margin-left: 20px;
  }
  .entry_body .bottom_area {
    margin-top: 25px;
  }
  .entry_body .bottom_area .check_group {
    text-align: center;
    margin-top: 10px;
  }
  .entry_body .bottom_area .box {
    padding: 30px;
    border: 1px solid #333333;
  }
  .entry_body .bottom_area .box .link {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .entry_body .bottom_area .box .link a {
    padding-right: 15px;
  }
  .entry_body .bottom_area .error_message {
    text-align: center;
  }
  .entry_body .bottom_area .error_message span:before {
    display: none;
  }
  .entry_body .btn_area {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry_body .btn_area .btnSend {
    margin-left: 5%;
  }
}
@media screen and (min-width: 980px) {
  .entry_body dl dt {
    font-size: 16px;
    padding-top: 6px;
  }
  .entry_body .bottom_area {
    padding-bottom: 0px;
    margin-top: 100px;
  }
  .entry_body .bottom_area .text {
    text-align: center;
  }
  .entry_body .bottom_area a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .entry_body .bottom_area a:hover {
    color: #333333;
  }
  .entry_body .btn_area {
    margin-top: 70px;
  }
  .entry_body .btn_area .btnSend {
    margin-left: 10%;
  }
}
.check_group .horizontal-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .check_group .horizontal-item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .check_group .horizontal-item {
    margin-right: 30px;
  }
}
.check_group .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.check_group label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 23px;
  display: inline-block;
}
.check_group label input[type="checkbox"] {
  display: none;
}
.check_group label input[type="checkbox"] + span {
  display: inline-block;
  font-size: 15px;
  color: #0f0f0f;
}
.check_group label input[type="checkbox"] + span:before,
.check_group label input[type="checkbox"] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.check_group label input[type="checkbox"] + span:before {
  z-index: 0;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 1px #e0e0e0 solid;
}
.check_group label input[type="checkbox"] + span:after {
  z-index: 1;
  width: 5px;
  height: 7px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -4px;
}
.check_group label input[type="checkbox"]:checked + span:before {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.check_group label input[type="checkbox"]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  .check_group label {
    line-height: 20px;
    padding-left: 30px;
  }
  .check_group label input[type="checkbox"] + span {
    font-size: 20px;
  }
  .check_group label input[type="checkbox"] + span:before {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }
  .check_group label input[type="checkbox"] + span:after {
    width: 6px;
    height: 9px;
    margin-left: 7px;
    margin-top: -5px;
  }
}
input[type="file"] {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.upload {
  max-width: 540px;
  position: relative;
}
.upload .label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #0f0f0f;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  padding: 10px 20px;
}
@media screen and (min-width: 980px) {
  .upload .label {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .upload .fake_file {
    background-color: rgba(0, 0, 0, 0);
  }
  .upload .label {
    margin-top: 0px;
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* =============================================
- error
================================================ */
.error,
.error_message {
  margin-top: 12px;
}
.error span,
.error_message span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
}

form:not(.confirm) .btnBack,
form:not(.confirm) .btnSend {
  display: none;
}

/* =============================================
- mw_wp_form_confirm,.confirm
================================================ */
.mw_wp_form_confirm .entry_head,
.confirm .entry_head {
  display: none;
}
.mw_wp_form_confirm textarea,
.mw_wp_form_confirm input[type="text"],
.mw_wp_form_confirm select,
.confirm textarea,
.confirm input[type="text"],
.confirm select {
  display: none;
}
.mw_wp_form_confirm dl,
.confirm dl {
  padding: 30px 0px;
  border-top: 1px solid #ccc;
}
.mw_wp_form_confirm dl dt,
.confirm dl dt {
  padding-top: 0px !important;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 20px;
}
.mw_wp_form_confirm dl dd,
.confirm dl dd {
  line-height: 1em;
  font-size: 110%;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm dl dd,
  .confirm dl dd {
    font-weight: bold;
  }
}
.mw_wp_form_confirm dl dd.textarea,
.confirm dl dd.textarea {
  font-size: 100%;
}
.mw_wp_form_confirm dl:last-of-type,
.confirm dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.mw_wp_form_confirm .postalGroup .input,
.confirm .postalGroup .input {
  width: 35px;
}
.mw_wp_form_confirm .upload .label,
.confirm .upload .label {
  display: none;
}
.mw_wp_form_confirm .noticeGroup,
.mw_wp_form_confirm .requre,
.mw_wp_form_confirm .btnaddress,
.confirm .noticeGroup,
.confirm .requre,
.confirm .btnaddress {
  display: none;
}
.mw_wp_form_confirm .selectWrap,
.confirm .selectWrap {
  margin-left: 0px;
  color: #474342;
}
.mw_wp_form_confirm .selectWrap:before,
.mw_wp_form_confirm .selectWrap:after,
.confirm .selectWrap:before,
.confirm .selectWrap:after {
  display: none;
}
.mw_wp_form_confirm .btnConfirm,
.confirm .btnConfirm {
  display: none;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .btnSend,
  .confirm .btnSend {
    margin-top: 25px;
  }
}
.mw_wp_form_confirm .addressWrap .text,
.confirm .addressWrap .text {
  display: none;
}
.mw_wp_form_confirm .bottom_area,
.confirm .bottom_area {
  display: none;
}
.mw_wp_form_confirm .btn_area,
.confirm .btn_area {
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl dt,
  .confirm dl dt {
    font-size: 1.5rem;
  }
}
/* =============================================
- thanksBlock
================================================ */
.thanks_block {
  margin-top: 0px;
  padding: 0px 0px;
}
.thanks_block .titleStyle03 {
  margin-bottom: 30px;
}
.thanks_block .titleStyle03 .title {
  font-size: 18px;
}
.thanks_block .midashi {
  font-size: 16px;
}
.thanks_block .textarea {
  margin-top: 15px;
}
.thanks_block .textarea p + p {
  margin-top: 1.5em;
}
.thanks_block .btn_area {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .thanks_block {
    padding: 0px 0px;
  }
  .thanks_block .midashi03 {
    text-align: center;
  }
  .thanks_block .textarea {
    max-width: 800px;
    margin: 0px auto 0px auto;
  }
  .thanks_block .textarea p {
    font-size: 16px;
    line-height: 2.3em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .thanks_block .btn_area {
    text-align: center;
    margin-top: 80px;
  }
}

/* =============================================
- preparation
================================================ */
.preparation {
  padding-top: 20px;
}
.preparation .title_style01 {
  margin-bottom: 25px;
}
.preparation .phone_area a {
  display: inline-block;
  height: 10vw;
  width: 100%;
}
.preparation .phone_area a svg {
  height: 100%;
  width: 100%;
}
.preparation .label {
  text-align: center;
  margin-top: 20px;
}
.preparation .label span {
  display: inline-block;
  padding: 0.8em 15px;
  border: 1px solid #1d54a7;
  line-height: 1em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .preparation .label span {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .preparation {
    padding-top: 20px;
  }
  .preparation .title_style01 {
    margin-bottom: 45px;
  }
  .preparation .phone_area {
    text-align: center;
  }
  .preparation .phone_area a {
    height: 8vw;
    width: 80%;
  }
  .preparation .label {
    margin-top: 40px;
  }
  .preparation .label span {
    padding: 0.8em 25px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .preparation {
    padding-top: 30px;
  }
  .preparation .title_style01 {
    margin-bottom: 55px;
  }
  .preparation .phone_area a {
    height: 78px;
    width: 740px;
  }
  .preparation .label {
    margin-top: 55px;
  }
  .preparation .label span {
    padding: 0.7em 25px;
    font-size: 2rem;
  }
}
#entry .btn_style01 {
  cursor: pointer;
}
#entry .btn_style01:after {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  line-height: 1em;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(../img/common/icon_arrow.png);
  background-size: cover;
}
#entry .btn_style01.btnBack:after,
#entry .btn_style01.back:after {
  right: auto;
  left: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  #entry .btn_style01:after {
    right: 20px;
  }
  #entry .btn_style01.btnBack:after {
    left: 20px;
  }
}
@media screen and (min-width: 980px) {
  #entry .btn_style01:after {
    width: 42px;
    height: 15px;
    margin-top: -8px;
  }
  #entry .btn_style01:hover:after {
    right: 15px;
  }
  #entry .btn_style01:hover.btnBack:after {
    left: 15px;
  }
}

.btn_style03 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #0d0d0d;
  letter-spacing: 0.05em;
  padding: 1.2em 5px 1.2em 5px;
  border: 1px solid #0d0d0d;
  background-color: #fff;
  width: 100%;
  max-width: 360px;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .btn_style03 {
    font-weight: bold;
  }
}

@media screen and (min-width: 980px) {
  .btn_style03:hover {
    background-color: #0d0d0d;
    color: #fff;
  }
}
.re_ttl{
  margin-top: 30px;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  border-image: linear-gradient(to bottom, #fb7a00, #ffaf5f) 1;
  color: #303030;
}
.re_text{
  padding: 30px 10px;
  font-size: 18px;
  color: #303030;
}
.re_text2{
  padding: 30px 10px;
  font-size: 18px;
  color: #303030;
  text-align: center;
}