@charset "Shift_JIS";

/*------------------------------------------------------------------------------

	[ファイル名]	article_info.css

	[概要]	2024年4月 電気標準約款等の変更について

	[目次]
		・
	202401新規作成
------------------------------------------------------------------------------*/

/*-------------------------------------------------*/
/*ヘッダー
/*-------------------------------------------------*/

.l-header {
	height: auto;
}

.l-header h1 {
	margin-top: 0;
}

.l-header-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-header h1 img {
	width: 198px;
	height: auto;
}

.a-nav-wrap {
	flex: 1;
}

.gnav {
	padding: 0;
	display: block;
}

.a-nav {
	margin-left: 30px;
}

.a-link {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

li.a-link-item {
	width: 14%;
	width: calc(100% / 7);
}

li.a-link-item a {
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	height: 100%;
    padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

li.a-link-item a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #29aa3f;
	border-right: solid 2px #29aa3f;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-top: -4px;
	transform: translateX(-50%) rotate(45deg);
}

.layout-1 .a-link {
	justify-content: space-around;
	padding-right: 8%;
}

.layout-1 li.a-link-item {
	width: auto;
}

.layout-1 li.a-link-item a {
	font-size: 1.5em;
}

#Dirpath {
	padding-top: 120px;
}
/*-------------------------------------------------*/
/*フッター
/*-------------------------------------------------*/

.l-footer_subNav .l-footer_logo {
	margin-bottom: 0;
}

.l-footer_subNav .m-access {
	display: none;
}

.l-footer_subNav .m-sns {
	display: none;
}

.l-footer_subNav .l-footer_logo img {
	width: 198px;
	height: auto;
}

/*-------------------------------------------------*/
/*共通
/*-------------------------------------------------*/

.bold { font-weight: bold; }

.c-red { color: #f00; }

.al_l { text-align: left !important; }
.al_r { text-align: right !important; }
.al_c { text-align: center !important; }

.img-center { margin: 0 auto; }

.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }

.ml-15 { margin-left: 15px !important; }

.pl-1em { padding-left: 1em; }

.indent_1  { padding-left: 1em; text-indent: -1em; }
.indent_1_5 { padding-left: 1.5em; text-indent: -1.5em; }
.indent_3  { padding-left: 3em; text-indent: -3em; }
.indent_5 { padding-left: 5em; text-indent: -5em; }
.indent_7 { padding-left: 7em; text-indent: -7em; }
.indent_2_2 { padding-left: 2.2em; text-indent: -2.2em; }

span.indent_1,
span.indent_3,
span.indent_5,
span.indent_7,
span.indent_2_2 {
	display: inline-block;
}

.indent { text-indent: 1em; }
span.indent { text-indent: 1em; display: inline-block; }

.underline_red { color: #f00; text-decoration: underline; }

sup {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 80%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}

.text.text-default p {
	font-size: 15px;
}

#bodyContent.bg_color_fff {
	background-color: #fff;
}

.bodyContent-wrap p {
	font-size: 15px;
}

.bodyContent-wrap a {
	color: #286FB3;
}

#bodyContent .bodyContent-wrap .title.title-large {
	font-size: 1.917em;
	font-weight: bold;
	margin: 20px 0 26px;
	padding: 10px 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	/* padding-left: 2em; */
	/* text-indent: -1.5em; */
}

.cont_head_title_wrap .cont_head_title {
	margin-bottom: 30px;
	padding-left: 3em;
	text-indent: -2em;
}

.block-table {
	font-size: 1.25em;
}

.table.table-data table {
	font-size: 1em;
	table-layout: fixed;
}

.table table th {
	text-align: center;
	font-weight: bold;
}

.table table th.bg_none {
	background: none;
}

.table table th.bg_01,
.table table td.bg_01 {
	background-color: #f5f5f5;
}

.contents-wrap {
	margin-bottom: 50px;
}

.contents-wrap:last-child {
	margin-bottom: 33px;
}

.contents-item {
	margin-bottom: 40px;
}

a.button-basic {
	width: 430px;
	max-width: 100%;
}

.list {
	margin: 15px 0;
}

.list > li {
	font-size: 15px;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.list > li:last-child {
	margin-bottom: 0;
}

.list-note {
	margin: 1em 0;
}

.list-note > li {
	font-size: 15px;
	position: relative;
	line-height: 1.4;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
}

.list-note > li:last-child {
    margin-bottom: 0;
}

.list-note > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.list-note-2 {
	margin: 1em 0;
}

.list-note-2 li {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-indent: -2em;
}

.link-list {
	margin-bottom: 1em;
}

.link-list > li {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.link-list > li:last-child {
	margin-bottom: 0;
}

.f-img {
	margin: 20px 0 10px;
}

.caption {
	font-size: 1.25em;
	margin-bottom: 10px;
}

.indent-box-1 {
	margin-top: 30px;
}

#Page_titlearea > .inner h2.page-main-ttl {
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background: #ed7d31;
	padding: 0.5em;
}

.caution-msg {
	font-size: 1.667em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
}

.cont-head-title {
	margin-bottom: 30px;
}

.u-line {
	text-decoration: underline;
}

.fw-nomal {
	font-weight: normal;
}

.box-1 {
	background: #dae3f3;
	padding: 30px;
	margin: 15px 0;
}

.box-1 p {
	font-size: 1.25em;
}

.box-2 {
	max-width: 90%;
	padding: 30px 0;
	margin: 15px auto;
}

.box-3 {
	padding: 20px;
	margin: 15px 0;
	border: 2px dotted #ccc;
	display: flex;
	flex-wrap: wrap;
}

.box-3-ttl {
	font-size: 15px;
	width: 8em;
	text-align-last: justify;
}

.box-3-txt {
	font-size: 15px;
	width: calc(100% - 8em);
}

.accodion-list .box-txt-1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.accodion-list .line {
	text-decoration: underline;
}

.accodion-list .box-txt-1 .sm {
	font-size: 0.7em;
	display: inline-block;
	line-height: 1.25;
	font-weight: normal;
	line-height: 1.25;
	display: inline-block;
	margin-top: 10px;
}

.box-txt-1-flex {
	display: flex;
}

.accodion-list .box-txt-2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
}

.accodion-list .box-txt-2 .line {
	text-decoration: underline;
}

.line2 {
	position: relative;
}

.line2::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #0071bc;
	position: absolute;
	bottom: 0;
	left: 0;
}

.accodion-list .box-txt-2 .sm {
	font-size: 0.7em;
	display: inline-block;
	line-height: 1.25;
	font-weight: normal;
	line-height: 1.25;
	display: inline-block;
	margin-top: 10px;
}

#bodyContent .accodion-list p.note {
	font-size: 1.25em;
}

.box-list-1 {
	margin-bottom: 15px;
}

.box-list-1 li {
	font-size: 15px;
	text-indent: -7em;
	padding-left: 7em;
}

.page-main-ttl-2 {
	max-width: 100%;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #29aa3f;
	padding: 0.5em;
	margin: 0 auto;
}

p.txt-box-01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 1em;
	border: 2px solid #0071bc;
}

.ttl-1,
p.ttl-1 {
	margin: 20px 0 10px;
	font-size: 17px;
	font-weight: bold;
}


/*-------------------------------------------------*/
/*アコーディオン
/*-------------------------------------------------*/

.accodion-list {
	font-size: 100%;
}

.accodion-list dt {
	font-size: 1.5em;
}

.accodion-list dd {
	font-size: 1.25em;
}

.accodion-list_content_item + .accodion-list_content_item {
	margin-top: 15px;
}

/*-------------------------------------------------*/
/*テーブル
/*-------------------------------------------------*/

.accodion-list dd .table {
	font-size: 1em;
}

.table table .table-caption {
	font-size: 1.067em;
	font-weight: bold;
	text-align: left;
}

.table-1 table .col-1 {
	width: 115px;
}
.table-1 table .col-2 {
	width: 145px;
}

.table-2 table .col-1 {
	width: 153px;
}
.table-2 table .col-2 {
	width: 182px;
}
.table-2 table .col-3 {
	width: 182px;
}

.table-5 table {
	margin: 0 auto;
}

.table-5 table th,
.table-5 table td {
	font-size: 24px;
	font-weight: bold;
}

.table-caption-01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}



/*-------------------------------------------------*/
/*ページ内リンク
/*-------------------------------------------------*/

.p-link-wrap {
	margin: 25px 0 30px;
}

.p-link {
	display: flex;
	justify-content: space-between;
}

.p-link-item {
	width: 16.49%;
}

.p-link-item a {
	width: 100%;
	height: 100%;
	background-color: #37a13f;
	padding: 0.8em 0.5em 1.2em;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all .2s;
}

.p-link-item a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	transition: all .2s;
}

.p-link-item a:hover {
	background: #6ac47a;
}

.p-link-item a:hover::after {
	bottom: 7px;
}

.anchor-linklist {
	margin-left: 0;
}

.anchor-linklist .anchor-linklist_item {
	width: 80%;
	margin: 0;
	float: none;
	display: block;
	background: url(/common_repair/images/pc/arrow_anchor_bg.png) right 4px top repeat-y;
	margin: 0 auto;
}

.anchor-linklist .anchor-linklist_item a {
	background: url(/common_repair/images/pc/arrow_anchor.png) 99% center no-repeat;
	font-size: 1.667em;
	font-weight: bold;
	display: block;
}


/*-------------------------------------------------*/
/*よくあるご質問
/*-------------------------------------------------*/

.faq-item {
	border: 2px solid #000;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}

.faq-q {
	font-size: 1.55em;
	font-weight: bold;
	padding-left: 2.2em;
	padding-right: 1.5em;
	position: relative;
	cursor: pointer;
}
.q-icon {
	width: 2em;
	height: 2em;
	font-size: 1.6rem;
	content: "Q";
	color: #fff;
	background-color: #37a13f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
}

.faq-q::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(135deg);
}

.faq-q.active::after {
	transform: translateY(-50%) rotate(-45deg);
}

.faq-a {
	font-size: 1.25em;
	padding-left: 3.4em;
	margin-top: 20px;
	position: relative;
	display: none;
}

.a-icon {
	width: 2em;
	height: 2em;
	font-size: 1.6rem;
	font-weight: bold;
	counter-increment: a;
	content: "A" counter(a);
	color: #fff;
	background-color: #37a13f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: -0.1em;
	left: 0;
}

/*-------------------------------------------------*/
/*お問い合わせ先
/*-------------------------------------------------*/

.cta {
	margin: 20px 0;
	padding: 30px;
	background: #f2f2f2;
}

.cta-item {
	margin-bottom: 15px;
	text-align: center;
}

.cta-item:last-of-type {
	margin-bottom: 0;
}

.cta-ttl {
	font-size: 1.833em;
	font-weight: bold;
}

.cta-cont p.lg {
	font-size: 1.833em;
}


/* ### スマートフォン ### */
/* -------------------------------------------------------------------------------- */

@media (max-width: 667px) {

	/*-------------------------------------------------*/
	/*ヘッダー
	/*-------------------------------------------------*/
	#panel-btn {
		position: absolute;
		top: 3.8vw;
		right: 5vw;
		margin: 0;
	}

	.l-header {
		height: 18vw;
	}

	.l-header-inner {
		width: 100%;
		display: block;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.l-header h1 img {
		width: 41vw;
		height: auto;
	}

	.gnav {
		display: none;
		padding: 6vw 5vw;
		border-top: solid 2px #29aa3f;
	}

	.a-nav {
		margin-left: 0;
		clear: both;
	}

	.a-link {
		display: block;
	}

	li.a-link-item {
		width: 100%;
	}

	li.a-link-item a {
		font-size: 4vw;
		margin-bottom: 1.5vw;
		background-color: #f2f2f2;
		padding: 0.8em 1.5em 0.8em 0.8em;
	}

	li.a-link-item a::after {
		bottom: auto;
		top: 50%;
		right: 0.8em;
		left: auto;
		transform: translateY(-50%) rotate(45deg);
	}

	.layout-1 .a-link {
		padding-right: 0;
	}

	.layout-1 li.a-link-item a {
		font-size: 4vw;
	}

	/*-------------------------------------------------*/
	/*フッター
	/*-------------------------------------------------*/

	.l-footer_cnt {
		padding-top: 5vw;
	}

	/*-------------------------------------------------*/
	/*共通
	/*-------------------------------------------------*/

	.section-block .section-block_inner {
		padding: 10px;
	}

	#bodyContent .bodyContent-wrap .title.title-large {
		font-size: 1.5em;
	}

	.block-table {
		font-size: 1.083em;
	}

	.contents-wrap {
		margin-bottom: 30px;
	}

	.text.text-default p {
		font-size: 13px;
		margin: 15px 0;
	}

	.bodyContent-wrap p {
		font-size: 13px;
	}

	.caption {
		margin-bottom: 5px;
	}

	.caution-msg {
		font-size: 1.333em;
	}

	.box-1 {
		padding: 15px;
	}

	.box-1 p {
		font-size: 13px;
	}

	.box-2 {
		max-width: 100%;
		padding: 15px 0;
	}

	.accodion-list .box-txt-1 {
		display: block;
		font-size: 17px;
	}

	.accodion-list .box-txt-2 {
		display: block;
		font-size: 17px;
	}

	.accodion-list .box-txt-1 .al_r {
		text-align: center !important;
	}

	.box-txt-1-flex {
		justify-content: center;
	}

	.sp_rotate {
		transform: rotate(90deg);
	}

	.box-txt-1 .mark,
	.box-txt-2 .mark {
		font-weight: bold;
	}

	#bodyContent .accodion-list p.note {
		font-size: 13px;
	}

	.box-list-1 li {
		font-size: 13px;
	}

	.page-main-ttl-2 {
		font-size: 1.5em;
	}

	.list > li {
		font-size: 13px;
	}

	.list-note > li {
		font-size: 13px;
	}

	.list-note-2 li {
		font-size: 13px;
	}

	p.txt-box-01 {
		font-size: 1.5rem;
		text-align: left;
	}

	.box-3-ttl {
		font-size: 12px;
	}

	.box-3-txt {
		font-size: 12px;
	}



	/*-------------------------------------------------*/
	/*アコーディオン
	/*-------------------------------------------------*/

	.accodion-list dt {
		font-size: 1.25em;
		font-weight: bold !important;
	}

	.accodion-list dd {
		font-size: 1.083em;
	}


	/*-------------------------------------------------*/
	/*テーブル
	/*-------------------------------------------------*/

	.table.table-1 table,
	.table.table-2 table {
		width: 900px;
	}

	.table-5 table th,
	.table-5 table td {
		font-size: 1.5rem;
	}

	.table-5 table th {
		white-space: nowrap;
	}

	.table-caption-01 {
		display: block;
	}
	.table-caption-01 > span {
		display: block;
	}
	.table-caption-r {
		text-align: right;
	}


	/*-------------------------------------------------*/
	/*ページ内リンク
	/*-------------------------------------------------*/

	.p-link {
		flex-wrap: wrap;
	}

	.p-link-item {
		width: 49.8%;
		min-height: 62px;
		margin-bottom: 2px;
	}

	.anchor-linklist .anchor-linklist_item {
		width: 100%;
		background: url(/common_repair/images/pc/arrow_anchor_bg.png) right top repeat-y;
		background-size: 13px 4px;
	}

	.anchor-linklist .anchor-linklist_item a {
		font-size: 1.25em;
		background: url(/common_repair/images/pc/arrow_anchor.png) 99.67% center no-repeat;
	}

	/*-------------------------------------------------*/
	/*よくあるご質問
	/*-------------------------------------------------*/

	.faq-item {
		padding: 10px;
		margin-bottom: 10px;
	}

	.faq-q {
		font-size: 1.25em;
		padding-left: 2.6em;
	}

	.faq-q::after {
		top: 0.8em;
		right: 3px;
	}

	.faq-q::before,
	.faq-a::before {
		font-size: 1.5rem;
	}

	/*-------------------------------------------------*/
	/*お問い合わせ先
	/*-------------------------------------------------*/

	.cta {
		padding: 15px;
	}

	.cta-ttl {
		font-size: 1.333em;
		font-weight: bold;
	}

	.cta-txt {
		text-align: left;
	}

	.cta-cont p.lg {
		font-size: 1.333em;
	}

} /*  @media (max-width: 667px)  */

@media (max-width: 370px) {
	.accodion-list .box-txt-1 {
		font-size: 4.72vw;
	}

	.accodion-list .box-txt-2 {
		font-size: 4.72vw;
	}
} /*  @media (max-width: 370px)  */

@media (max-width: 340px) {
	.p-link-item a {
		font-size: 1.167em;
	}
} /*  @media (max-width: 340px)  */
