@charset "UTF-8";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 main] ***
------------------------------------------------------------*/
/* = [ 共通 ] ===========================================*/
body {
	font-feature-settings: normal;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.btn-arrow--type-a::after {
	content: none !important;
}

/* = [ heading ] ===========================================*/
.page-heading {
	margin-top: 15px;
	padding-bottom: 50px;
	padding-left: 75px;
	border-bottom: 1px solid #dadada;
	color: #333;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
}
.section-heading {
	margin: 80px 0 15px;
}
.section-heading__text {
	margin: 0;
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 1.5625;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.page-heading {
		margin-top: 30px;
		padding-left: 0;
	}
	.section-heading {
		margin: 50px 0 15px;
	}
	.section-heading__text {
		font-size: 2.6rem;
		line-height: 1.46;
		letter-spacing: 0.05em;
	}
}

/* = [ text ] ===========================================*/
.content-block__text {
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: normal;
}
.content-block__recommend {
	margin-top: 10px;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.content-block__recommend {
		font-size: 1.9rem;
	}
}

/* = [ bnr ] ===========================================*/
.content-block__bnr {
	margin-block: 50px 30px;
	text-align: center;
}
.content-block__bnr a {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.content-block__bnr {
		margin-block: 35px 20px;
	}
}

/* = [ footer ] ===========================================*/
.chat-support .footer__notes {
	display: none;
}
