@charset "utf-8";
.wpcf7-form-control-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wpcf7-checkbox {
    display: grid;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 12px 0;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: fit-content;
}

#index #section_06 .content_01 .checkbox_wrap label {
    display: flex;
    gap: 4px;
    line-height: 1;
}
.select-date,
.select-date > * {
    display: flex;
    align-items: center;
}
.select-date {
}
.select-date > * {
}

.form_button_wrap .form_button button,
.form_button_wrap .form_button input[type="submit"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	display:inline-block;
	cursor: pointer;
	padding: 0;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
    overflow:hidden;
    color: transparent;
    font-size: 0px;
    text-indent: -100000px;
	width: 192px;
	height: 62px;
	background-image: url('../img/sec_05_btn_01.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media print, screen and (min-width: 768px) {
    #index #section_06 .content_01 .checkbox_wrap label {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
}
