br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}
.sec_relation .l-container__inner{
	padding: 60px 20px 120px;
}
@media screen and (max-width: 768px) {
	.sec_relation .l-container__inner{
		padding: 40px 30px 60px;
	}
}
#section_survey .section_survey {
  margin: 60px auto 0 !important;
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-relation-section {
	margin-top: 70px
}
.p-relation-sub-section {
	margin-top: 60px
}
@media screen and (max-width: 768px) {
	.p-relation-section {
		margin-top: 70px
	}
	.p-relation-sub-section {
		margin-top: 60px
	}
}

.c-grid__col > .c-text:first-child{
	margin-top: 0;
}
.c-card__image{
	border:none;
}
.c-card__image.br-0{
	border-radius: 0;
}
.information{
	text-align: center;
	font-size: 24px;
	font-family: var(--font-bold);
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	.information{
		text-align: left;
		font-size: 20px;
	}
}
.icon_blank{
	vertical-align: text-top;
}
@media screen and (max-width: 768px) {
	.nobreak{
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
.c-button-secondary.l2{
	flex-direction: column;
}
}
.c-box-button_l2{
	font-size: 10px;
  font-family: var(--font-normal);
}

/*202601*/
.c-image > img, .c-image > picture img {
    max-width: 100%;
}

@media screen and (min-width: 769px) {
    .c-button-secondary.c-button-wide {
        padding: 8px 40px;
    }
}

@media screen and (max-width: 768px) {
    .c-button-secondary.c-button-wide {
        padding: 8px 20px;
    }
}

.p-relation__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #b9b9b9;
	table-layout: fixed;
}

.p-relation__table th,
.p-relation__table td {
	width: 150px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background-color: #fff;
}

.p-relation__table th {
	font-weight: normal;
	border-left: 1px solid #b9b9b9;
}

.p-relation__table tr:first-child th,
.p-relation__table tr:first-child td
{
	background-color: var(--color-light-gray);
}


.p-relation__table--text {
	font-size: 12px;
	vertical-align: baseline;
}

.p-relation__table--text span,
.p-relation__table--text sup {
	font-size: 8px;
}

@media screen and (max-width: 768px) {
	.p-relation__table--container {
		max-width: calc(100% + 20px);
		margin-right: -20px;
		padding-right: 20px;
		overflow-x: auto;
	}

	.p-relation__table {
		width: max-content;
		table-layout: auto;
	}

	.p-relation__table th {
		position: sticky;
		left: 0;
		z-index: 1;
	}

}

@media screen and (min-width: 769px) {
	.p-swiper--pc-vertical {
		flex-direction: column;
	}
	
	.p-swiper--pc-vertical .swiper-slide {
		margin-top: 10px;
	}
	
	.p-swiper--pc-vertical .swiper-slide:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.p-relation__grid--space-m .c-grid__col {
		margin-top: 40px;
	}

	.p-relation__grid--space-m .c-grid__col:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
    .p-charge__grid {
        padding-left: 15px;
        padding-right: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 30px;
    }
}

@media screen and (min-width: 769px) {
    .p-charge__grid .c-grid__col {
        display: contents;
    }
}

@media screen and (min-width: 769px) {
    .p-charge__grid .c-grid__col:first-child > *:first-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
		.p-charge__grid .c-grid__col:nth-child(2) > *:first-child {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .p-charge__grid .c-grid__col:first-child > *:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
		.p-charge__grid .c-grid__col:nth-child(2) > *:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .p-charge__grid .c-grid__col:first-child > *:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
		.p-charge__grid .c-grid__col:nth-child(2) > *:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .p-charge__grid .c-grid__col:first-child > *:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }
		.p-charge__grid .c-grid__col:nth-child(2) > *:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .c-button-secondary.c-button-wide {
        padding: 8px 40px;
    }
}

.box_app {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .box_app {
        width: 460px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .box_app {
        width: 100%;
    }
}

.box_app a {
    display: block;
    transition: all 0.3s;
}

@media screen and (min-width: 769px) {
    .box_app a {
        width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .box_app a {
        width: 50%;
    }
}

.box_app a img {
    width: 100%;
}