@charset "utf=8";

.contact01-text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
    text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output {
    color: #dc3232 !important;
    text-align: center !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center !important;
}

.contact-main-title-block {
    margin: 13rem auto 0;
    text-align: center;
}


/* ==========================================
フォーム
========================================== */

.contact02 {
	padding: 0 0 15rem;
}


.contact02-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.table-required-text {
    font-family: var(--font-family01);
    margin: 4rem 0 0;
	font-size: 1.4rem;
}

.table {
    max-width: 99rem;
    width: 100%;
    margin: 2rem auto 0;
    border: .1rem solid var(--seventh);
}

.wpcf7-list-item input[type="radio"] {
    margin: 0 0 .5rem;
}

.tr:last-child .form-th {
    border-bottom: 0 solid var(--white);
}

.form-th, .form-td {
    font-family: var(--font-family01);
    padding: 2rem 1.2rem;
}

.form-th {
	width: 30%;
	font-weight: 700;
    border-bottom: .1rem solid var(--white);
}

.form-th.bg-quaternary {
    background: var(--quaternary);
}

.form-td {
    width: 70%;
    border-bottom: .1rem solid var(--seventh);
}

.form-td.bg-white {
    background-color: var(--white);
}

.tr:last-child .form-td {
    border-bottom: 0 solid var(--seventh);
}

.required-text {
	margin: 0 0.5rem 0 0;
}

.required-text-primary {
    color: var(--base-font-color);
}

.form-input {
	padding: 0.5rem 1rem;
	border: .1rem solid var(--quaternary);
}

.form-select {
	padding: 0.5rem 1rem;
}

.form-textarea {
	padding: 0.5rem 1rem;
}

.form-notes-text {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.input-large {
	width: 100%;
}

.input-medium {
	width: 40rem;
}

.input-small {
	width: 20rem;
}

.input-file {
	border: 0;
	width: 100%;
}

.textarea-large {
	width: 100%;
	border: .1rem solid var(--quaternary);
}

.form-send-btn {
    margin: 3rem auto 0;
    padding: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
    text-align: center;
	border: .1rem solid var(--quaternary);
    box-shadow: 0 .3rem .4rem rgba(0, 0, 0, .16);
	transition: all .3s;
}

.form-send-btn:hover {
	background-color: var(--white);
	color: var(--primary);
	transition: all .3s;
}

/* ==========================================
プライバシーポリシー
========================================== */
.privacy-area {
	height: 40rem;
	padding: 2rem;
	border: 1px solid var(--quaternary);
    overflow-y: scroll;
}

.privacy-area::-webkit-scrollbar {
    width: 1rem;
}

.privacy-area::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 1rem rgba(0,0,0,.25); */
    /* border-left: 1px solid #ccc; */
    background-color: #fff;
}

.privacy-area::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 100vmax;
}

.privacy-box {
	margin: 2rem auto 0;
}

.privacy-title {
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin: 2rem 0 0;
}

.privacy-lead-text {
	font-size: 1.5rem;
	font-weight: 500;
}

.privacy-text {
	font-size: 1.4rem;
	margin: 1.5rem 0 0;
}

.privacy-list {
	margin: 1rem 0 0;
}

.privacy-list-item {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.privacy-check {
	text-align: center;
	margin: 2rem 0 0;
}

/* ==========================================
ふきだし
========================================== */

.fukidashi-box {
    position: relative;
    max-width: 87.7rem;
    width: 100%;
    margin: 8.8rem auto 0;
    padding: 3.4rem 1.5rem 2.8rem;
    border-radius: 100vmax;
    text-align: center;
    box-shadow: 0 1rem 0 0 var(--sixth);
}

.fukidashi-box.bg-secondary {
    background-color: var(--secondary);
}

.fukidashi-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 23px 30px 23px;
    border-color: transparent transparent var(--secondary);
    translate: -50% -100%;
}

.contact-tel-text {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
}

.contact-tel-text br {
	display: none;
}

.contact-tel-btn {
    font-family: var(--font-family01);
    max-width: 28.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vmax;
    position: relative;
    overflow: hidden;
    margin: 3rem auto 0;
    padding: 1rem 1rem 1rem 3rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
    text-align: center;
    box-shadow: 0 .3rem .4rem rgba(0, 0, 0, .16);
}

.contact-tel-btn.bg-white {
	background-color: var(--white);
}

.contact-tel-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.5rem;
    margin: auto;
    max-width: 2.4rem;
    width: 20%;
    height: 3rem;
    background: url(../../../../uploads/tel-pink.svg) no-repeat center;
    background-size: contain;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	.contact01-text {
		font-size: 1.5rem;
	}

	.form-th, .form-td {
		display: block;
		width: 100%;
	}

	.contact-tel-text {
		font-size: 2rem;
	}

	.contact-tel-text br {
		display: block;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	/* ==========================================
	フォーム
	========================================== */

	.input-medium {
		width: 28.57rem;
	}

	.input-small {
		width: 14.28rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */