/* footer
--------------------------------------------- */
footer.footer_contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
footer.footer_contact .logo {
  position: relative;
  top: auto;
  left: auto;
}
footer.footer_contact .foot {
  padding-top: 0;
}

/* layout
--------------------------------------------- */
.l_inner {
  width: 770px;
}

/* parts
--------------------------------------------- */
.txt_lead {
  line-height: 2;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.txt_lead .txt_required {
  font-size: 24px;
  font-size: 1.5rem;
}

ul + .txt_lead {
  margin-top: 60px;
}

.txt_required {
  color: #ff0000;
  margin-left: 5px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 2;
}

/* form
--------------------------------------------- */
.box_form_txt {
  text-align: center;
  line-height: 2;
}

.box_form .document-highlights {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}
.box_form .document-highlights li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 96px;
  background: #2E3F59;
  border-radius: 8px;
  color: #ffffff;
}

.box_form ul {
  display: flex;
  margin-top: 32px;
  text-align: left;
}

.box_form ul li {
  display: flex;
  align-items: center;
  width: 280px;
  height: 96px;
  background: #2E3F59;
  border-radius: 8px;
  color: #ffffff;
}
.box_form ul li + li {
  margin-left: 20px;
}

.wpforms-field-small,
.wpforms-field-medium,
.wpforms-field-large {
  width: 100% !important;
  max-width: 100% !important;
}

.box_form .wpforms-form {
  max-width: 770px;
  margin: auto;
}

.box_form .wpforms-form textarea,
.box_form .wpforms-form input[type="text"],
.box_form .wpforms-form input[type="email"],
.box_form .wpforms-form input[type="tel"] {
  width: 100%;
  padding: 13px 30px;
  background: #f5f5f5;
  font-size: 25.6px;
  font-size: 1.6rem;
  border-radius: 8px;
  line-height: 2;
  border: 1px solid #8e8e8e;
}

.box_form .wpforms-form button[type="submit"] {
  -webkit-appearance: none;
  background: #141730 !important;
  color: #fff !important;
  box-sizing: border-box;
  border-radius: 20px;
  width: 400px;
}

.box_form .wpforms-form .wpforms-field-description {
  margin-left: 35px;
}

.box_form input[type="radio"] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.box_form input[type="checkbox"] {
  margin-right: 5px;
}
.box_form textarea::-webkit-input-placeholder,
.box_form input::-webkit-input-placeholder {
  color: #8e8e8e;
}
.box_form textarea:-ms-input-placeholder,
.box_form input:-ms-input-placeholder {
  color: #8e8e8e;
}
.box_form textarea::placeholder,
.box_form input::placeholder {
  color: #8e8e8e;
}
.box_form textarea:-ms-input-placeholder,
.box_form input:-ms-input-placeholder {
  color: #8e8e8e;
}
.box_form textarea::-ms-input-placeholder,
.box_form input::-ms-input-placeholder {
  color: #8e8e8e;
}
.box_form textarea {
  min-height: 215px;
}
.box_form .box_select {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid #8e8e8e;
  background: #f5f5f5;
}
.box_form .box_select:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #141730;
  border-right: 1px solid #141730;
  pointer-events: none;
}
.box_form .box_select select {
  width: 100%;
  padding: 13px 30px;
  color: #8e8e8e;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 2;
  cursor: pointer;
}
.box_form .box_select select.is_selected {
  color: #141730;
}
.box_form .box_select select option:first-child {
  display: none;
}
.box_form dl {
  margin-top: 24px;
}
.box_form dl dt {
  color: #000000;
  line-height: 2;
}
.box_form dl dd {
  margin-top: 4px;
  font-weight: 400;
  line-height: 2.25;
}
.box_form dl dd + dt {
  margin-top: 25px;
}
.box_form dl dd .mwform-radio-field label {
  font-weight: 400;
}
.box_form_info {
  margin-top: 55px;
  text-align: center;
  line-height: 2;
}
.box_form_info a {
  color: #4880e6;
}
.box_form_info + .box_btn {
  margin-top: 16px;
}
.js_agree_check:not(.is-active) {
  pointer-events: none;
  background: #999;
  color: #fff;
  border-color: #999;
}
.mw_wp_form input[type="radio"].error,
.mw_wp_form input[type="checkbox"].error {
  display: inline;
}

.mw_wp_form.mw_wp_form_input .box_btn {
  width: 400px;
  height: 40px;
  margin: 0 auto;
}

/* confirm
--------------------------------------------- */
.box_form.box_form_confirm dl {
  display: flex;
  flex-wrap: wrap;
}
.box_form.box_form_confirm dl dt {
  width: 200px;
}
.box_form.box_form_confirm dl dt .txt_required {
  display: none;
}
.box_form.box_form_confirm dl dt:nth-of-type(n + 2) {
  margin-top: 100px;
}
.box_form.box_form_confirm dl dd {
  width: calc(100% - 200px);
  margin-top: 0;
  padding-left: 20px;
}
.box_form.box_form_confirm dl dd:nth-of-type(n + 2) {
  margin-top: 100px;
}
.box_form.box_form_confirm dl dd + dt {
  margin-top: 0;
}
.box_form.box_form_confirm .box_form_info {
  display: none;
}
.box_form.box_form_confirm .box_btn {
  margin-top: 80px;
}
.box_form.box_form_confirm .box_btn .btn_base + .btn_base {
  margin-left: 40px;
}

/* complete
--------------------------------------------- */
.box_form_complete {
  padding-bottom: 90px;
  text-align: center;
}
.box_form_complete .l_inner {
  width: 970px;
}
.box_form_complete .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 28px;
}
.box_form_complete .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
}
.box_form_complete .txt + .txt {
  font-size: 38.4px;
  font-size: 2.4rem;
}
.box_form_complete .txt + .txt + ul {
  margin-top: 40px;
}
.box_form_complete ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.box_form_complete ul li {
  margin-left: 65px;
}
.box_form_complete ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.box_form_complete ul li:nth-child(n + 4) {
  margin-top: 34px;
}
.box_form_complete ul li .btn_base {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.box_form_complete .section_btn {
  width: 200px;
  height: 40px;
  margin: 48px auto 0;
}

/* document
--------------------------------------------- */
/* inner */
.hl_h1_document + main section:nth-of-type(1) .l_inner {
  width: 1080px;
}
.hl_h1_document + main section:nth-of-type(2) .l_inner {
  width: 880px;
}
.hl_h1_document + main section:nth-of-type(2) .l_inner form {
  width: 770px;
  margin: 0 auto;
}

/* 資料ダウンロードページ */
.hl_h1_document + main section.document_download .l_inner {
  width: 880px;
}

.news .document_download .l_inner {
  width: 880px;
}

.document_lead {
  color: #000000;
  line-height: 2;
  text-align: center;
}
.document_box {
  margin-top: 54px;
}
.document_box + .document_box {
  margin-top: 50px;
}
.document_box_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background: #141730;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.document_box_txt {
  display: flex;
  padding: 50px 55px 40px 55px;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
}
.document_box_txt ul {
  display: flex;
  flex-wrap: wrap;
}
.document_box_txt ul li {
  width: calc(50% - 30px);
  padding-left: 30px;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.document_box_txt ul li:nth-child(even) {
  padding-left: 60px;
  width: calc(50% - 60px);
}
.document_box_txt ul li:nth-of-type(even) {
  margin-left: 20px;
}
.document_box_txt ul li:nth-of-type(n + 3) {
  margin-top: 12px;
}
.document_box_txt > div {
  width: 50%;
  padding-left: 30px;
}
.document_box_txt > div + div {
  padding-left: 60px;
}
.document_box_txt > div p {
  line-height: 2.125;
}
.document_box_txt > div p + p {
  margin-top: 4px;
}
.document_box_txt > div p .txt_func01 {
  color: #3dc0b1;
}
.document_box_txt > div p .txt_func02 {
  color: #fa465f;
}
.document_box_txt > div p .txt_func03 {
  color: #846ab5;
}
.document_box_txt > div p .txt_func04 {
  color: #e6db2f;
}
.document_box_txt > div p .txt_func05 {
  color: #005686;
}
.mtgCtaSection {
  padding: 48px 0;
  background: #141730;
}
.mtgCtaSection_lead_heading {
 font-size: 2.8rem;
 color: #fff;
 text-align: center;
 margin: 0 auto;
 width: auto;
}
.mtgCtaSection_lead_text {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin: 8px auto 0;
  width: auto;
}
.mtgCtaSection_content{
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
}
.mtgCtaSection_content_box + .mtgCtaSection_content_box {
  margin: 0 0 0 48px;
}
.mtgCtaSection_content_box_heading {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-content: center;
}
.mtgCtaSection_content_box_heading img{
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
}
.mtgCtaSection_content_box_heading span {
  margin: 0 0 0 8px;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 8px;
  font-size: 1.2rem;
}
.mtgCtaSection_content_box_tel {
  background-color: #fff;
  padding: 16px 50px;
  height: 130px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}
.mtgCtaSection_content_box_tel .tel {
  color: #EF6A30;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.mtgCtaSection_content_box_tel .text {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}
.mtgCtaSection_content_box_web {
  background-color: #fff;
  padding: 16px 24px;
  height: 182px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}
.mtgCtaSection_content_box_web {
  display: inline-flex;
  flex-direction: row;
}
.mtgCtaSection_content_box_web span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.mtgCtaSection_content_box_web_item {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  align-items: center;
  justify-items: center;
}
.mtgCtaSection_content_box_web_item + .mtgCtaSection_content_box_web_item {
  margin: 0 0 0 24px;
  padding: 0 0 0 24px;
  border-left: 1px solid #C7C7C7;
}
.mtgCtaSection_content_box_web_item_header {
  display: inline-flex;
  align-items: flex-start;
}
.mtgCtaSection_content_box_web_item_header_img {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
}
.mtgCtaSection_content_box_web_item_title{
  margin: 0;
}
.mtgCtaSection_content_box_web_item_title span{
  line-height: 1.35;
}
.mtgCtaSection_content_button {
  background-color: #007CC2;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0;
}
.mtgCtaSection_content_button img {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}

.form-recaptcha {
  text-align: center;
  margin-bottom: 20px;
}

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}

.hidden_error_message {
  visibility: hidden;
}

#inquiry-form .error {
  color: #B70000;
}

.box_form--influfect form{
  max-width: 770px;
  margin: auto !important;
}

.wpforms-submit-container {
  text-align: center;
}

/*# sourceMappingURL=../_maps/css/form.css.map */
