@charset "Shift_JIS";

/* ====================================
共通
==================================== */

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt1em { margin-top: 1em !important; }
.mb1em { margin-bottom: 1em !important; }
.p0	{ padding: 0 !important; }

.c-applyButton { z-index: 3; }

.l-container * {
	font-family: Noto Sans JP,sans-serif !important;
}

.c-title_5 {
	margin-bottom: 20px !important;
}
@media screen and (max-width: 667px) {
	.c-title_5 {
		font-size: 4.8vw;
		margin-bottom: 2.6666666667vw !important;
	}
}
.c-title_5.fsl {
	font-size: 22px;
}
@media screen and (max-width: 667px) {
	.c-title_5.fsl {
		font-size: 4.8vw;
	}
}

.p-relief_box {
	margin-top: 0 !important;
}
.p-relief_box > .c-links-square {
	padding: 5px 28px 20px;
}
.p-relief_box > .c-links-square.disabled {
	background-color: #616161;
	pointer-events: none;
}
.p-relief_box > .c-links-square .small {
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 667px) {
	.p-relief_box > .c-links-square {
		flex: 0 1 100%;
		padding: 2.666vw 4.2666666667vw 5.333vw;
	}
}

.p-dryokinkaitei_head {
	margin-bottom: 60px !important;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei_head {
		margin-bottom: 13.3333333333vw !important;
	}
}
.p-dryokinkaitei_content {
	margin-bottom: 142px;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei_content {
		margin-bottom: 22.9333333333vw !important;
	}
}
.p-dryokinkaitei_content *:last-child {
	margin-bottom: 0;
}

.c-text-wrap {
	margin-bottom: 40px !important;
}
@media screen and (max-width: 667px) {
	.c-text-wrap {
		margin-bottom: 8vw !important;
	}
}

/* テキスト */
.c-text-wrap .c-text + .c-text {
	margin-top: 1em;
}
.em-txt {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 667px) {
	.em-txt {
		font-size: 4.8vw;
	}
}

/* ボタン */
.p-dryokinkaitei-button {
	margin: 40px 0;
	text-align: center;
}
@media screen and (max-width: 667px) {
	.p-dryokinkaitei-button {
		margin: 8vw 0;
	}
}
.c-buttuon-col2 {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	gap: 32px;
}
@media screen and (max-width: 667px) {
	.c-buttuon-col2 {
		display: block;
		margin: 8vw 0;
	}
}
.c-buttuon-col2 > .c-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 320px;
}
@media screen and (max-width: 667px) {
	.c-buttuon-col2 > .c-button + .c-button {
		margin-top: 4vw;
	}
}
/* リンクリスト */
.c-link-list > li {
	margin-bottom: 10px;
}
@media screen and (max-width: 667px) {
	.c-link-list > li {
		margin-bottom: 2.666vw;
	}
}
.c-link-list > li:last-child {
	margin-bottom: 0;
}
/* 20230328追加↓ */
.notes {
	font-size: 18px;
	line-height: 22.4px;
	border: 2px solid #c7361d;
	padding: 1em 1em 1em 2em;
	margin-bottom: 60px;
	text-indent: -1em;
}
@media screen and (max-width: 667px) {
	.notes {
		font-size: 4.2666666667vw;
		line-height:1.5;
		padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 6vw;
		margin-bottom: 13.3333333333vw;
	}
}
/* 20230328追加↑ */

/* ====================================
電気料金の値上げについて共通フッター
==================================== */

.c-contact > .content {
	flex-direction: column;
	gap: 5px;
}
@media screen and (max-width: 667px) {
	.c-contact > .content {
		gap: 4vw;
	}
}
#dr-contact .c-text {
	margin-top: 10px;
}
#dr-contact .c-text > li {
	font-family: Zen Maru Gothic,sans-serif;
}
#dr-contact .c-text > li + li {
	margin-top: 5px;
}

/* 20230110追加 */
.content2>.heading {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
}

@media screen and (max-width: 667px) {
    .content2>.heading {
        font-size:4.8vw;
		/* text-align: left; */
        white-space: pre-line;
    }
}

.c-contact>.content2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

@media screen and (max-width: 667px) {
    .content2 + .content2 {
        margin-top: 4vw;
    }
	.c-contact>.content {
		margin-top: 4vw;
	}
}

.content2>.tel {
    position: relative;
	padding-left: 58px;
}

@media screen and (max-width: 667px) {
    .content2>.tel {
        padding: 2.6666666667vw 0 0;
		text-align: center;
    }
}

.content2>.tel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 38px;
    height: 38px;
    margin: auto 0;
    background: url(/dprivate/images/icon-tel.svg) no-repeat center center/contain;
}
.content2 {
	flex-direction: column;
	gap: 5px;
}
@media screen and (min-width: 668px) {
	.c-contact > .column {
		display: flex;
	}
	.content2 {
		max-width: 480px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 667px) {
    .content2>.tel:before {
        content:none;
    }
}
.c-text_l {
    line-height: 15px;
    font-size: 12px;
	padding-top: 0;
    padding-left: 58px;
    font-family: initial;
}
@media screen and (max-width: 667px) {
    .c-text_l {
        font-size:3.2vw;
		margin-top: 2.6666666667vw;
        padding-left: 2.6666666667vw;
        line-height: 1.5;
    }
}
/* ====================================
電気料金の値上げについて
==================================== */

/* リンク（ドア型） */
/* .c-links-door2カラム */
.c-plan.c-links-door-1 .c-plan_wrap.mb0 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 667px) {
	.c-plan.c-links-door-1 .c-plan_wrap {
		width: calc(100% + 0.51546666vw);
	}
}
/* .c-links-door1カラム */
/* @media screen and (max-width: 667px) {
	.c-plan.c-links-door-1 .c-plan_wrap {
		justify-content: center;
	}
	.c-links-door-1 .c-plan_wrap .c-links-door {
		flex: 0 1 100%;
	}
} */
.c-links-door-1 {
	padding: 0 !important;
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door:nth-child(n + 3) {
		margin-top: 10.5vw;
	}
}
@media screen and (min-width: 668px) {/*PCのみ*/
	.c-links-door-1 .c-links-door div.c-links-door-inner {
		white-space: normal;
	}
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door div.c-links-door-inner {
		display: flex;
		flex: 1 0 auto;
	}
}
.c-links-door .c-links-door-inner:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	z-index: -1;
	display: block;
	width: calc(100% + 12px);
	height: 210px;
	border-left: 6px solid #1a1a1a;
	border-right: 6px solid #1a1a1a;
	background-color: #fafafa;
	transition: .4s;
	transform: translateY(-50%);
}
@media screen and (max-width: 667px) {
	.c-links-door .c-links-door-inner:before {
		left: -4px;
		width: calc(100% + 8px);
		height: 50%;
		border-top-width: 4px;
		border-left-width: 4px;
		border-right-width: 4px;
	}
}
@media screen and (max-width: 667px) {
	.c-links-door .c-links-door-inner:before {
		transition:unset !important;
	}
}
.c-links-door:hover .c-links-door-inner:before {
	border-color: #c7361d;
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door dl {
		margin-top: 0;
	}
}
.c-links-door-1 .c-links-door dl dt div {
	font-size: 20px;
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door dl dt div {
		font-size: 4.8vw;
	}
}
.c-links-door-1 .c-links-door dl dt {
	margin-top: 3em;
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door dl dt {
		margin-top: 1em;
	}
}
.c-links-door-1 .c-links-door dl dd {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	border-top: none;
	margin-top: 0;
}
.c-links-door-1 .c-links-door dl dd img {
	border-radius: 14px;
}
.c-links-door-1 .c-links-door dl dd img.line {
	border: 1px solid #ccc;
}
.c-links-door-1 .c-links-door dl dd img + p {
	margin-top: 20px;
}
@media screen and (max-width: 667px) {
	.c-links-door-1 .c-links-door dl dd img + p {
		margin-top: 4vw;
	}
}

.desc-sec + .desc-sec {
	margin-top: 30px;
}
@media screen and (max-width: 667px) {
	.desc-sec + .desc-sec {
		margin-top: 8vw;
	}
}
.desc-sec .dl-desc:last-of-type {
	margin-bottom: 30px;
}
@media screen and (max-width: 667px) {
	.desc-sec .dl-desc:last-of-type {
		margin-bottom: 8vw;
	}
}
.dl-desc {
	width: 100%;
	display: table;
}
@media screen and (max-width: 667px) {
	.dl-desc {
		margin-bottom: 5.333vw;
	}
}
.dt-desc,
.dd-desc {
	display: table-cell;
}
@media screen and (max-width: 667px) {
	.dl-desc,
	.dt-desc,
	.dd-desc {
		display: block;
	}
}
.dt-desc {
	width: 16%;
}
@media screen and (max-width: 667px) {
	.dt-desc {
		width: 100%;
		margin-bottom: 2.666vw;
	}
}
@media screen and (max-width: 667px) {
	.dd-desc {
		padding-left: 0.5em;
	}
}
.desc-sec .desc-img-ttl {
	margin-bottom: 20px;
}
@media screen and (max-width: 667px) {
	.desc-sec .desc-img-ttl {
		margin-bottom: 5.333vw;
	}
}
.desc-img-01 {
	margin-bottom: 20px;
}
@media screen and (max-width: 667px) {
	.desc-img-01 {
		margin-bottom: 5.333vw;
	}
}
.desc-img-01 img {
	margin: 0 auto;
}




.c-title_2.js-accordion.is-open:after {
    transform: translateY(1px) rotate(-180deg);
}

.c-title_2.js-accordion:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto 0;
    background: url("/dprivate/images/arrow_accordion_white.svg") no-repeat center center/30px;
    transform: translateY(2px);
	z-index: 100;
}

@media screen and (max-width: 667px){
    .c-title_2.js-accordion:after {
        right: 5vw;
        width: 5vw;
        height: 5vw;
        background: url(/dprivate/images/arrow_accordion_white.svg) no-repeat center center/5vw;
    }
}
