@charset "UTF-8";

.lead {
	margin-bottom: 75px;
}

.point-about {
	margin-bottom: 92px;
	padding: 94px 0 75px;
	background: url(../img/common/cmn-img02.png);
}

.point-about__head-wrap {
	text-align: center;
}

.point-about__head {
	display: inline-block;
}

.point-about__heading {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.point-about__heading__inner {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

.point-about__heading__inner::before,
.point-about__heading__inner::after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 30px;
	height: 33px;
}

.point-about__heading__inner::before {
	left: 0;
	background: url(../img/point/deco_heading_left.svg) no-repeat center center/contain;
}

.point-about__heading__inner::after {
	right: 0;
	background: url(../img/point/deco_heading_right.svg) no-repeat center center/contain;
}

.point-about__heading strong {
	color: #db6557;
	font-weight: 600;
}

.point-about__heading__sm {
	font-size: 60%;
	font-weight: 600;
}

.point-about__note {
	display: block;
	margin-top: 10px;
	padding: 0 50px;
	text-align: right;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.point-about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 58px;
}

.point-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 30px 20px;
}

.point-about__balloon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 140px;
	height: 140px;
	margin-right: 45px;
	padding-bottom: 12px;
	border-radius: 50%;
	background: #db6557;
	color: #FFFFFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.point-about__balloon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% - 3px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 13px solid transparent;
	border-left: 16px solid #db6557;
	border-bottom: 13px solid transparent;
}

.point-about__balloon span {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
}

.point-about__text {
	color: #db6557;
	font-family: "Zen Maru Gothic", sans-serif;
	padding-bottom: 15px;
	font-size: 60px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.point-about__text span {
	font-size: 36px;
}

.point-text-content {
	margin-bottom: 72px;
}

.point-text-content__section:not(:last-child) {
	margin-bottom: 110px;
}

.point-text-content__heading {
	margin-bottom: 28px;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	line-height: 1.5;
}

.point-text-content__text p:not(:last-child) {
	margin-bottom: 1.8em;
}

.point-text-content__text a {
	text-decoration: underline;
}

.point-text-content__text a:hover {
	text-decoration: none;
}

.point-text-content__text strong {
	font-weight: 700;
	color: #db6557;
}

.point-text-content__fig {
	margin-top: 35px;
}

.point-text-content__fig img {
	display: block;
}

.point-text-content__fig--02 {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #9b9b9b;
	max-width: 900px;
}

.point-text-content .pc-only-inline {
	display: inline;
}

.point-text-content .sp-only-inline {
	display: none;
}

.point-table {
	border-top: 1px dotted #9b9b9b;
}

.point-table__tr {
	border-bottom: 1px dotted #9b9b9b;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	vertical-align: top;
}

.point-table__tr--sp-only {
	display: none;
}

.point-table__th {
	width: 25%;
	padding: 28px 5px 28px 0;
	font-weight: 700;
}

.point-table__td {
	width: 75%;
	padding: 28px 0;
}

.point-table__text p:not(:last-child) {
	margin-bottom: 1.8em;
}

.point-table__image {
	margin-top: 38px;
}

.point-table__image img {
	display: block;
}

@media screen and (max-width: 767px) {

.lead { /* sp */
	margin-bottom: 37px;
}

.point-about { /* sp */
	margin-bottom: 42px;
	padding: 34px 0;
}

.point-about__heading { /* sp */
	font-size: 19px;
}

.point-about__heading__inner { /* sp */
	padding: 0 30px;
}

.point-about__heading__inner::before,
.point-about__heading__inner::after { /* sp */
	bottom: 10px;
	width: 24px;
	height: 27px;
}

.point-about__note { /* sp */
	padding: 0;
	font-size: 13px;
	text-align: center;
}

.point-about__items { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 28px;
}

.point-about__item { /* sp */
	margin: 0 0 8px;
}

.point-about__balloon { /* sp */
	width: 84px;
	height: 84px;
	margin-right: 20px;
	font-size: 36px;
	padding-bottom: 5px;
}

.point-about__balloon::after { /* sp */
	border-width: 9px 0 9px 12px;
}

.point-about__balloon span { /* sp */
	font-size: 10px;
}

.point-about__text { /* sp */
	font-size: 36px;
}

.point-about__text span { /* sp */
	font-size: 22px;
}

.point-text-content { /* sp */
	margin-bottom: 50px;
}

.point-text-content__section:not(:last-child) { /* sp */
	margin-bottom: 54px;
}

.point-text-content__heading { /* sp */
	margin-bottom: 18px;
	font-size: 20px;
}

.point-text-content__text p:not(:last-child) { /* sp */
	margin-bottom: 2.2em;
}

.point-text-content__fig { /* sp */
	margin-top: 25px;
}

.point-text-content__fig--02 { /* sp */
	margin-top: 15px;
	border-radius: 4px;
}

.point-text-content .pc-only-inline { /* sp */
	display: none;
}

.point-text-content .sp-only-inline { /* sp */
	display: inline;
}

.point-table__tr { /* sp */
	font-size: 13px;
	line-height: 1.92;
}

.point-table__tr--sp-no-bb { /* sp */
	border-bottom: none;
}

.point-table__tr--sp-only { /* sp */
	display: table-row;
}

.point-table__th { /* sp */
	width: 37%;
	padding: 14px 15px 14px 0;
}

.point-table__td { /* sp */
	width: 63%;
	padding: 14px 0;
}

.point-table__image--sp-mt0 { /* sp */
	margin-top: 0;
}

}




/* 20250210 add */


.point-table__inlineblock{
	display: inline-block;
}


.point-table__note01{
	text-indent:-1em;
	padding-left:1em;
}