.contact-main h1,
.contact-main h2 {
	font-size: .28rem;
	font-weight: normal;
	text-align: center;
}

.page__intro p:nth-child(1) {
	font-size: .30rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: center;
}
/*
.page__intro--eceq-contact-link{
color: #0071BC;
text-decoration: underline;
display: block;
text-align: center;
font-size:.18rem;
}
*/
.page__intro--eceq-contact-link {
    color: #0071BC;
    /* text-decoration: underline; */
    display: block;
    text-align: center;
    font-size: .17rem;
    border: 2px solid #0071BC;
    width: max-content;
    margin: 0 auto;
    padding: 10px 24px;
    border-radius: 41px;
    /* background: #0071BC; */
    color: #0071BC;
}
.contact-main h1 {
	line-height: 1.5;
	margin-bottom: 90px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.contact-main h2 {
	background-color: #3E6EB3;
	color: #fff;
	margin-bottom: 15px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

form {
	width: 1060px;
	max-width: 100%;
	margin: 0 auto;
	font-size: .16rem;
	font-weight: normal;
}

.row-line {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 39px 0;
	background-image: linear-gradient(to right, #B3B3B3, #B3B3B3 6px, transparent 6px);
	background-size: 11px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.item-area {
	width: 28%;
	display: flex;
	align-items: center;
}

.item-area p + p {
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.input-area {
	width: 60%;
	display: grid;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.required {
	color: #0071BC;
	border: solid 1px #0071BC;
	border-radius: 5px;
	line-height: 1.2;
	margin-right: 10px;
	font-size: .13rem;
	padding: 2px 3px;
}

.optional {
	color: #B3B3B3;
	border: solid 1px #B3B3B3;
	border-radius: 5px;
	line-height: 1.2;
	margin-right: 10px;
	font-size: .13rem;
	padding: 2px 3px;
}

.consent-message {
	margin-top: 20px;
	margin-bottom: 30px;
}

.consent-message p {
	font-size: .13rem;
	text-align: center;
}

.consent-message a {
	color: #3E6EB3;
	text-decoration: underline;
	text-decoration-color: #3E6EB3;
}

input[type="radio"] {
	margin-right: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	background-color: #F3F8FE;
	width: 728px;
	max-width: 100%;
}

textarea {
	box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	background-color: #F3F8FE;
	width: 728px !important;
	height: 210px !important;
	max-width: 100%;
}

.textarea-top {
	padding-top: 90px;
}

input[type="submit"] {
	color: #fff;
	background-color: #3E6EB3;
	display: block;
	margin: 0 auto;
	padding: 22px 110px 22px 120px;
	;
	border-radius: 33px;
	font-size: .22rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.contact__button {
	position: relative;
	display: inline-block;
	margin-bottom: 100px;
}

.consent-message p:last-child {
	margin-top: 25px;
}

.contact__button::before {
	content: '';
	width: 25px;
	height: 25px;
	background: #3E6EB3;
	color: #333;
	border: solid 2px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -55%;
	margin: auto;
}

.contact__button::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -55.5%;
	margin: auto;
	transform: rotate(45deg);
}

.contact__container {
	text-align: center;
}

@media screen and (min-width:768px) and ( max-width:960px) {
	.contact__button::before {
		left: -70%;
	}
	.contact__button::after {
		left: -70%;
	}
	.contact-main h1,
	.contact-main h2 {
		font-size: .22rem;
	}
	.contact-main h1 {
		margin-bottom: 40px;
	}
	form {
		padding: 0 20px;
	}
	.item-area {
		margin-bottom: 20px;
	}
	input[type="radio"] {
		margin-bottom: 10px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		width: 500px;
	}
	textarea {
		width: 100% !important;
	}
	input[type="submit"] {
		padding: 20px 80px;
	}
	.textarea-top {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.contact-main h1,
	.contact-main h2 {
		font-size: .22rem;
	}
	
	.page__intro--eceq-contact-link {
		line-height: 1.5;
		padding: 8px 20px;
	}
	
	.contact-main .page__intro p:nth-child(1) {
		font-size: .24rem;
		margin-bottom: 20px;
		line-height: 1.6;
		text-align: justify;
		padding: 0 20px;
	}
	.contact-main h1 {
		margin-bottom: 40px;
	}
	.row-line {
		display: block;
		background-image: none;
	}
	form {
		padding: 0 20px;
	}
	.item-area,
	.input-area {
		letter-spacing: -0.0001em;
		width: 100%;
	}
	.item-area {
		margin-bottom: 20px;
		border-bottom: solid 1px #000;
	}
	input[type="radio"] {
		margin-bottom: 10px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		width: 100%;
	}
	textarea {
		width: 100% !important;
	}
	.consent-message p {
		text-align: justify;
	}
	input[type="submit"] {
		padding: 20px 70px 20px 92px;
		font-size: .18rem;
	}
	.contact__button::before {
		left: -70%;
	}
	.contact__button::after {
		left: -70%;
	}
	.textarea-top {
		padding-top: 0;
	}
}