@charset "UTF-8";
.d-flex2 {
    display: flex;
}
.jcc {
    justify-content: center;
}
/* フォーム用 */
#mw_wp_form_mw-wp-form-2953 form, #mw_wp_form_mw-wp-form-2970 form {
    width: 85%;
    margin: 0 auto;
}
input[type=text], select, textarea {
    font-size: 1rem;
    padding: 0.8em 1em;
    margin: 0 0 0.5rem;
	width: 100%;
}

.form-group {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 18px;
}
.form-group a {
	color: #33B270;
	display: contents;
}

.mwform-checkbox-field label {
    border: 0;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    padding: 0;
    margin-left: 0;
    border-radius: 0;
}
.form-control {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
}
.form-group select {
    appearance: auto !important;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
	display: flex;
    align-items: center;
}
.col-form-label .must {
    background: #1a3169;
    color: #FFF;
    font-size: 12px;
    padding: 3px 0.75em;
    margin-left: 0.75em;
}
.submit_btn {
    color: #1a3169 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    background: #FFF !important;
    border: 2px solid #1a3169 !important;
    padding: 0.5em 3em !important;
    margin-top: 15px !important;
    transition: .5s !important;
    width: 48%;
    margin: 0 1%;
}
.submit_btn2 {
    color: #a5a5a5 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    background: #FFF !important;
    border: 2px solid #a5a5a5 !important;
    padding: 0.5em 3em !important;
    margin-top: 15px !important;
    transition: .5s !important;
    width: 48%;
    margin: 0 1%;
}
.submit_btn:hover {
    color: #FFF !important;
    background: #1a3169 !important;
    border: 2px solid #1a3169 !important;
}
.submit_btn2:hover {
    color: #FFF !important;
    background: #a5a5a5 !important;
    border: 2px solid #a5a5a5 !important;
}
.w40-50 {
    width: 40%;
}
.policy_inbox {
    padding: 30px 40px;
    height: 300px;
    overflow-y: scroll !important;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ced4da;
	background: #FFF;
}
.policy_inbox p {
    margin-bottom: 0;
}
.policy_inbox span.ttl {
    font-size: 1.25em;
    border-bottom: 2px solid #1a3169;
    display: block;
    margin-bottom: 10px;
}
.policy_inbox a {color: #1a3169;}

@media (max-width: 480px) {
	#mw_wp_form_mw-wp-form-2953 form, #mw_wp_form_mw-wp-form-2970 form {
		width: 100%;
		margin: 0;
	}
	.d-flex2 {display: block;}
	.submit_btn, .submit_btn2 {width: 100%;}
	.w40-50 {width: 50%;}
	.policy_inbox {
		width: 100%;
		margin: 0;
		padding: 20px;}
}

/* 問い合わせステップ */
.box_step03 {
  width: 70%;
  margin: 0 auto;
}

.box_step03 ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding-left: 0;
}
.box_step03 ul li {
  position: relative;
  color: #c7c7c7;
  z-index: 1;
}
.box_step03 ul li::marker{color: #FFF;}
.box_step03 ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #c7c7c7;
  margin: 0 auto .5em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.box_step03 ul li.active {
  font-size: 16px;
  color: #1a3169;
}
.box_step03 ul li.active:before {
  margin: -.3em auto .5em;
  background: #1a3169;
  width: 25px;
  height: 25px;
}
.box_step03 ul:before {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 1px;
  background: #c7c7c7;
  content: "";
  left: 50%;
  top: 15px;
  z-index: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .box_step03 {width: 90%;}
}
@media only screen and (max-width: 480px) {
	.box_step03 ul:before {width: 85%;}
}

/*目次ブロックの修正（）*/
.vk_tableOfContents_list_item_link_preNumber{
	display:none
}

/* 20241011 下層ページh2サブテキスト用の調整 */
h2 :not(pre)>code {
    margin: 0 !important;
    padding: 0 !important;
    background-color: unset !important;
	border: none !important;
}