@charset "utf-8";
/* CSS Document */

/* Contact */
.c-tab-01--column-03 {
    grid-template-columns: repeat(3,1fr);
}

.p-contact-contents__box {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.p-contact-contents__box a {
    background: #002782;
    border-radius: 10px;
    padding: 40px;
    display: block;
    color: #fff;
}
.p-contact-contents__box a .c-title-04 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.p-contact-contents__box a.c-box-contact4 {
    background: #3b9d48;
}
.p-contact-contents__box .c-title-04 {
    font-size: 2.5rem;
}
@media not all and (min-width:48em) {
    .p-contact-contents__box {
        display: block;
    }
    .p-contact-contents__box a {
        margin-bottom: 25px;
    }
    .p-contact-contents__box a:last-child {
        margin-bottom: 0;
    }
}

.p-form__info {
    margin-top: 40px;
}
@media not all and (min-width: 48em){
    .p-form__info {
        margin-top: 10px;
    }
}

/* Contact Form 7 */
input[type="submit"].wpcf7-submit {	
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #3b9d48;
	padding: 12px;
	width: 320px;
	border-radius: 5em;
	font-size: 1.8rem;
	display: block;
	margin: 15px auto 0;
	background: #fff;
	cursor: pointer;
	border: 1px solid #3b9d48;
}
input[type="submit"].wpcf7-submit:disabled {
	background: #eee;
	color: #333;
	cursor: not-allowed;
	border: 1px solid #ccc;
}
.c-form-01__input-file {
    width: 100%;
    max-width: unset;
}
.codedropz-upload-handler {
    margin-bottom: 0!important;
}