@charset "utf-8";

.color-gray {
    color: #999;
}
::placeholder {
    color: #999;
}
::-ms-input-placeholder {
    color: #999;
}
  /* IE対応 */
:-ms-input-placeholder {
    color: #999;
}
.content-inner {
    padding-top: 26px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .content-inner {
        width: 100%;
        padding-top: 14px;
    }
}

@media screen and (min-width: 769px) {
	.pt8-0 {
		padding-top: 8px;
	}
}

.content-heading {
    font-size: 3rem;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-step-area {
    width: 420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.step-number {
    width: 40px;
    height: 40px;
    border: 1px solid #EC0C0D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 12px;
}
@media all and (-ms-high-contrast: none) {
    .step-number {
        padding-top: 5px;
    }
}
.step-number.current {
    background-color: #EC0C0D;
    color: #fff;
}
.step-text {
    text-align: center;
    font-size: 1.6rem;
    color: #CECECE;
}
.step-text.current {
    color: #333;
}
.step2 {
    position: relative;
}
.step2::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 40px;
    width: 150px;
    height: 1px;
    background-color: #CECECE;
}
.step2::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 40px;
    width: 150px;
    height: 1px;
    background-color: #CECECE;
}
@media screen and (max-width: 768px) {
    .content-step-area {
        width: 281px;
        margin-bottom: 40px;
    }
    .step2::before {
        width: 80px;
    }
    .step2::after {
        width: 80px;
    }
}
.register-form {
    padding-top: 26px;
    padding-bottom: 101px;
}
.register-title {
    position: relative;
    font-weight: 600;
    color: #EC0C0D;
    overflow: hidden;
}
.register-title::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 920px;
    height: 1px;
    background-color: #CECECE;
}
@media screen and (max-width: 768px) {
    .register-form {
        padding-top: 10px;
        padding-bottom: 101px;
    }
    .register-title::after {
        top: 14px;
        left: 5em;
        width: 90%;
    }
}

.content-text-wrap {
    padding: 13px 20px 20px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .content-text-wrap {
        padding: 4px 0 12px;
        margin-bottom: 40px;
    }
}
.clearfix {
    display: block;
}
.register-list dt {
    float: left;
    clear: both;
    width: 254px;
    height: 100%;
}
.register-list dd {
    padding-left: 254px;
    padding-bottom: 38px;
}
.space-dt {
    padding-top: 8px;
}
.input-title {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    width: 180px;
    margin-right: 14px;
}
.form-attention {
    width: 48px;
    padding: 4px 10px;
    color: #EC0C0D;
    border: 1px solid #EC0C0D;
    font-size: 1.3rem;
}
.form-checkbox-wrap {
    position: relative;
    display: flex;
		flex-wrap: wrap;
    align-items: center;
}

.form-checkbox-wrap:not(:first-child) {
	padding-top: 8px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-checkbox-wrap input[type=checkbox].form-checkbox-input{
    display: none;
}

.form-checkbox-wrap label {
    display: inline-block;
}

.form-checkbox-wrap .form-checkbox-input + span {
		margin-right: 10px;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

.form-checkbox-wrap .form-checkbox-input + span::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #CECECE;
    border-radius: 4px;
}

.form-checkbox-wrap .form-checkbox-input + span::after {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    width: 8px;
    height: 13px;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}


.form-checkbox-wrap .form-checkbox-input:checked + span::before {
    border: solid 1px #333;
    background: #333;
}

.form-checkbox-wrap .form-checkbox-input:checked + span::after {
    opacity: 1;
}

#inquiry-content {
    width: 99%;
    height: 153px;
    background-color: #F4F4F4;
    border: 1px solid #CECECE;
    font-size: 1.5rem;
    padding: 0 24px;
}
.removeConfirm {
    font-size: 1.5rem;
}
.input_text2 input[type="text"] {
    width: 250px;
    height: 50px;
    margin-left: 8px;
    margin-right: 30px;
    font-size: 1.5rem;
    background-color: #F4F4F4;
    border: 1px solid #CECECE;
    padding-left: 25px;
}
.input_text3 input[type="text"],
.input_text3 input[type="email"] {
    width: 704px;
    height: 50px;
    font-size: 1.5rem;
    background-color: #F4F4F4;
    border: 1px solid #CECECE;
    padding-left: 25px;
}
.input_text4 input[type="text"] {
	width: 230px;
	height: 50px;
	font-size: 1.5rem;
	background-color: #F4F4F4;
	border: 1px solid #CECECE;
	padding-left: 25px;
}
.mwform-tel-field {
    position: relative;
    display: inline-block;
    color: #fff;
}
.mwform-tel-field input[type="text"] {
    position: relative;
    width: 150px !important;
    height: 50px;
    font-size: 1.5rem;
    background-color: #F4F4F4;
    border: 1px solid #CECECE;
    padding-left: 25px;
    color: #000;
}

.mwform-tel-field::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 1px;
    background-color: #CECECE;
}

.select {
		position: relative;
		display: inline-block;
}

.select::before {
		position: absolute;
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		top: 21px;
		left: 170px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		background: url(/assets/images/common/icon/icon_arrow_gray.svg) no-repeat center/contain;
		z-index: 2;
}

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

.select select {
		display: block;
		overflow: hidden;
		width: 20rem;
		padding: 1.5rem 2.4rem;
		border: 1px solid #CECECE;
		font-size: 1.6rem;
		background-color: #F4F4F4;
		line-height: 1;
}

.inquiry_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
}
.inquiry_btn {
    position: relative;
    display: inline-block;
}
.inquiry_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 12px;
    height: 8px;
    background: url(../../../img/arrow_icon.svg) no-repeat center / cover;
}
.inquiry_btn:hover::after {
    background: url(../../../img/arrow_icon_hover.svg) no-repeat center / cover;
}

.inquiry_btn.current::after {
    background: url(../../../img/arrow_icon_hover.svg) no-repeat center / cover;
}
.inquiry_btn.current:hover::after {
    background: url(../../../img/arrow_icon_hover.svg) no-repeat center / cover;
}
.btn-square.current {
    background-color: #EC0C0D;
    border: none;
    color: #fff;
}
.inquiry_btn_back {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
.inquiry_btn_back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 12px;
    height: 8px;
    background: url(../../../img/arrow_icon_back.svg) no-repeat center / cover;
}
.inquiry_btn_back:hover::after {
    background: url(../../../img/arrow_icon_back_hover.svg) no-repeat center / cover;
}
.border-top {
    margin-top: 55px;
    padding-top: 60px;
    border-top: 1px solid #CECECE;
}
input[name="__children[Inquiry_type][]"] + .error {
    position: absolute !important;
    bottom: -24px !important;
    left: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.mw_wp_form .error {
		width: 700px;
    color: #EC0C0D !important;
}
@media screen and (max-width: 768px) {
	.mw_wp_form .error {
		width: 80vw;
	}
}
@media screen and (max-width: 768px) {
    .register-list dt {
        width: 100%;
        float: none;
        padding: 3% 0;
    }
    .register-list dd {
        padding: 0 0 5%;
        min-height: inherit;
        margin-left: 0;
    }
    .input-title {
        width: auto;
    }
    .form-checkbox-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
    }

    .mwform-checkbox-field.horizontal-item {
        margin-right: 22px;
        margin-bottom: 10px;
    }
    #inquiry-content {
        padding: 0 12px;
    }
    .input_text2 {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .input_text2 input[type="text"] {
        width: 66.6vw;
        margin-left: 12px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .input_text3 input[type="text"],
    .input_text3 input[type="email"],
		.input_text4 input[type="text"] {
        width: 99%;
    }
    .mwform-tel-field input[type="text"] {
        width: calc( ( 100% - 33px ) / 3 ) !important;
        max-width: 90px !important;
    }
    .inquiry_btn_area {
        flex-direction: column;
        padding-top: 32px;
        padding-bottom: 100px;
    }
    .inquiry_btn_back {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inquiry_btn_width {
        width: 212px;
    }
    .flex-dd {
        display: flex;
    }
    .flex-dd > .input_text2 {
        margin-right: 1rem;
    }
    input[name="__children[Inquiry_type][]"] + .error {
        position: static !important;
        bottom: 0 !important;
    }
}
@media screen and (max-width: 340px) {
    .input_text3 input[type="text"],
    .input_text3 input[type="email"],
		.input_text4 input[type="text"] {
        width: 100%;
    }
}