@charset "utf-8";
.contents .headering {
    margin-bottom: 0;
}
.mt100 {
    margin-top: 100px;
}
.mb10 {
    position: relative;
}
.w4em {
    max-width: 4em !important;
}
.w8em {
    max-width: 8em !important;
}
.w12em {
    max-width: 12em !important;
}
.w18em {
    max-width: 18em !important;
}
.w28em {
    max-width: 28em !important;
}
.contents .form {
    position: relative;
}
.contents .form table th {
    width: 30%;
    background-color: #fff;
    font-size: 1.6rem;
    border-right: none;
    padding: 20px 0;
}
.contents .form table td {
    padding: 20px 0;
}
.contents .form table tr:last-child th {
    border-bottom: none;
}
.contents .form table tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width:767px) {
    .mt100 {
        margin-top: 60px;
    }
    .contents .form table th {
        padding: 20px 0 0 0;
    }
    .contents .form table th br {
        display: none;
    }
    .contents .form table td {
        padding: 10px 0 20px 0;
        position: relative;
    }
}

.contents .form table {
    width: 100%;
    border: none;
}
.contents .form th span {
    display: inline-block;
    vertical-align: text-top;
    line-height: 30px;
}
.contents .form th span.req,
.contents .form th span.any {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    border-radius: 6px;
    padding: 0 15px;
    margin-right: 15px;
    color: #fff;
}
.contents .form th span.req {
    background-color: #001531;
}
.contents .form th span.any {
    background-color: #EDEEF0;
    color:#001531;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    vertical-align: middle;
    font-weight: bold;
}
input[type="radio"] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #F2F2F2;
    border-radius: 100%;
}
input[type="radio"] + span::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: -3px;
    margin: auto;
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
input[type="radio"]:checked + span::after {
    background-color: #1a1a1a;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-color: #F2F2F2;
    background: #F2F2F2;
    margin-top: 4px;
    margin-right: 12px;
}
input[type="checkbox"] + span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
}
input[type="checkbox"]:checked + span::before {
    background-color: #001531;
}
input[type="text"],
textarea,
#email {
    width: 100%;
    background: #f2f2f2;
    padding: 2px 10px;
    -webkit-appearance: none;
}
textarea {
    height: 180px;
    vertical-align: text-top;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #677477;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #677477;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #677477; opacity: 1;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #677477;
}
.form button.zip_search {
    position: absolute;
    left: 225px;
    top: 0;
    padding: 7px 12px;
    min-width: auto;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1;
    background-color: #E60012;
    border: 1px solid #E60012;
    color: #fff;
    height: 32px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 70px;
}
.form button.zip_search:hover {
    background-color: #ed4d59;
    border: 1px solid #ed4d59;
    color: #fff;
}
.selectPD label {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
}
.selectPD label::before,
.selectPD label::after {
    content: "";
    position: absolute;
}
.selectPD label::before {
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #7c7e7f;
    pointer-events:none;
}
.selectPD label::after {
    display: block;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(135deg);
	position: absolute;
	top: 9px;
    right: 12px;
	margin: auto;
	transition: 0.3s ease 0s;
    pointer-events:none;
}
.selectPD label select {
    background: #f2f2f2;
    padding: 2px 35px 2px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 212px;
}
.selectPD label select::-ms-expand {
    display: none;
}
.selectPD label select:hover {
    cursor: pointer;
}
.selectPD label select {
    color: #00152e;
    -webkit-color: #00152e;
}
_:-ms-lang(x), .selectPD label select {
    appearance: none;
}
.check-boxes a {
    text-decoration: underline;
    transition: .3s ease-in-out;
}
.check-boxes a:hover {
    opacity: .7;
}
.check-boxes > p:first-child {
    margin-bottom: 30px;
}
.check-boxes label {
    margin-right: 0;
}

.form button:not(.zip_search),
.form input.btn {
    font-size: 2.4rem;
    min-width: 400px;
    line-height: 61px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px 3px;
    text-align: center;
    transition: .3s ease-in-out;
    text-decoration: none !important;
    background: #003399 url(../img/icon_arrow01.svg) no-repeat right 30px center / 27px auto;
    cursor: pointer;
}

.form button:not(.zip_search) .checkbtn {
    position: relative;
}
.check-boxes + button:disabled {
    cursor: auto;
    background-color: #808080;
    border: 1px solid #808080;
}
.form button.check:disabled {
    opacity: .4;
}
.form .back input {
    background-color: #EDEEF0;
    border: 1px solid #EDEEF0;
    min-width: 200px !important;
    position: absolute;
    left: 0;
    margin-left: 0;
    font-size: 2.3rem;
    line-height: 40px;
    bottom: 0;
    color: #001531;
    border-radius: 8px;
    cursor: pointer;
    line-height: 61px;
    font-weight: bold;
}
.js-btn-recruit {
    display: none;
}
.home_input {
    opacity: 0;
    overflow-y: hidden;
    max-height: 0;
    transition: all 500ms 0s ease;
}
.home_input.on {
    opacity: 1;
    max-height: 500px;
}
table.bt0 {
    border-top: none !important;
}

@media print, screen and (min-width:768px) {
    .check-boxes {
        margin: 0 auto 50px;
    }
    .amount + .name {
        margin-top: 15px;
    }
    .form label {
        display: inline-block;
        cursor: pointer;
    }
    input[type="button"].zip_search {
        margin-left: 12px;
    }
}
@media screen and (max-width:767px) {
    table th,
	table td {
		width: auto !important;
		display: block;
    }
    table th {
		padding: 15px 0 10px;
    }
    table td {
        padding: 0 0 15px;
    }
	table tr th {
		border-bottom: none !important;
	}
	table tr:last-child th {
		border-bottom: none !important;
    }
    tr:first-child td,
	table tr td {
		border-top: none !important;
    }
    .form label {
        display: inline-block;
    }
    .zip {
        width: calc(100% - 32px);
        margin-right: 5px;
    }
    input[type="text"],
    textarea,
    #email {
        font-size: medium;
    }
    input[type="checkbox"] + span {
        margin-top: 2px;
    }
    .form button {
        font-size: 1.4rem;
    }
    .form button.zip_search {
        padding: 9px 15px;
        font-size: 1.4rem;
    }
    .form button:not(.zip_search),
    .form input.btn {
        min-width: 200px;
        padding: 0 20px 3px;
        font-size: 1.8rem;
        background: #003399 url(../img/icon_arrow01.svg) no-repeat right 14px center / 24px auto;
    }
    .form button:not(.zip_search)::after {
        width: 33px;
        height: 33px;
        right: 15px;
    }
    .form .back input {
        min-width: 60px !important;
        font-size: 1.4rem;
    }
    .form button#submit {
        min-width: 165px !important;
    }
    .check-boxes {
        margin:0 0 40px;
        font-size: 1.5rem;
    }
    .check-boxes > p:first-child {
        margin-bottom: 15px;
    }
    .check-boxes + button {
        font-size: 1.5rem;
    }
    th span.req {
        margin-right: 8px;
        vertical-align: initial;
    }
    
    #form_box.cms_block {
        width: 100%;
    }
}

/* ------------------------------
 プレビュー
------------------------------ */
.preview {
    position: relative;
}
.preview button.btn-back {
    margin-bottom: 20px;
}
.preview button.btn-back::before,
.preview button.btn-back::after {
    transform: scale(-1, 1);
    right: auto;
    left: 20px;
}
.preview button.btn-back:hover {
    background-color: #808080;
    border: 1px solid #808080;
    color: #fff;
}
@media print, screen and (min-width:768px) {
    .preview {
        margin: auto;
        text-align: center;
    }
    .preview button.btn-back {
        position: absolute;
        left: 0;
        min-width: 180px;
    }
}
@media screen and (max-width:767px) {
    .preview button.btn {
        margin-bottom: 20px;
        margin-left:5px;
    }
    .preview button.btn-back {
        margin-left:5px;
    }
    .preview {
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		justify-content: center;
        align-items: center;
        flex-direction: column;
	}
}
/* ------------------------------
 お問い合わせボックス
------------------------------ */
.colorBox-a {
    padding: 50px 60px;
}
.infoBox {
    width: fit-content;
    margin: auto;
}
.tel,
.fax {
    font-family: "Poppins", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    position: relative;
    padding-left: 65px;
}
.tel::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/icon_tel.svg') no-repeat center / 100%;
}
.fax::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/icon_fax.svg') no-repeat center / 100%;
}
@media screen and (max-width:767px) {
    .colorBox-a {
        padding: 35px 20px;
    }
    .tel,
    .fax {
        font-size: 3rem;
        padding-left: 50px;
    }
    .tel::before {
        width: 40px;
        height: 40px;
    }
    .fax::before {
        width: 40px;
        height: 40px;
    }
    .tel a {
        color: #1a1a1a;
        text-decoration: none !important;
    }
}
/* ------------------------------
 入力 確認 送信完了 フロー
------------------------------ */
.inquiry_flow {
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
}
.inquiry_flow::before {
    content: "";
    display: block;
    height: 2px;
    width: 450px;
    background: #dddddd;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.inquiry_flow .box {
    width: 70px;
    text-align: center;
    z-index: 2;
}
.inquiry_flow .box span {
    display: block;
    border-radius: 50%;
    background: #dddddd;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    width: 54px;
    height: 54px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
}
.inquiry_flow .box.on span {
    background: #e60012;
}
.inquiry_flow .box p {
    color: #dddddd;
    font-weight: bold;
}
.inquiry_flow .box.on p {
    color: #1a1a1a;
}
@media print, screen and (min-width:768px) {
    .inquiry_flow {
        width: 480px;
    }
}
@media screen and (max-width:767px) {
    .inquiry_flow {
        margin-bottom: 20px;
    }
    .inquiry_flow::before {
        width: 95%;
    }
    .inquiry_flow .box {
        width: 54px;
    }
    .inquiry_flow .box span {
        margin: 0 auto 3px;
    }
    .inquiry_flow .box p {
        font-size: 1.3rem;
    }
}