@charset "shift_jis";

/*------------------------------------*\
	.ict-content
\*------------------------------------*/
.ict-content_wrapper {
	display: flex;
	justify-content: space-between;
}

/* sict-content */
.sict-content {
	background: url(/corporate/img/bg_01.jpg) no-repeat center center #fff;
	background-size: 100% auto;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1.5% 0 1%;
	text-align: center;
	width: 49.17%;
}

.sict-title {
	color: #19509d;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 150%;
	white-space: nowrap;
}

.sict-title_sub {
	font-size: 80%;
}

#nw-article .sict-copy {
	color: #333;
	font-weight: bold;
	margin: 9px 0 13px;
}

.sict-list {
	display: flex;
	justify-content: center;
}

.sict-item {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	max-width: 208px;
	overflow: hidden;
	width: 47.7%;
}

.sict-item.sict-item-new a figure:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
	display: block;
	width: 40px;
	height: 21px;
	background: url(/img/icon_new.svg);
}

.sict-item:first-of-type {
	margin-right: 4.2%;
}

.sict-item a {
	display: block;
	text-decoration: none;
}

.sict-item a:hover {
	color: #004573;
}

.sict-item a:hover .link-arrow {
	background-image: url(/cmn/img/icon_link_arrow_r.png);
}

.sict-item figure {
	position: relative;
}

.sict-item figure img {
	display: block;
	width: 100%;
}

#nw-article .sict-item .link-arrow {
	display: inline-block;
	font-weight: bold;
	letter-spacing: -0.4px;
	margin: 6px 0;
}



#nw-article .sict-item .link-arrow:hover {
	text-decoration: none;
}


/* ict-content */
.ict-content {
	background: #05528B url(/img/bg_ict.jpg) no-repeat center;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1%;
	width: 49.17%;
}

.ict-txtarea {
	color: #FFF;
	text-align: center;
}

.ict-txtarea a {
	text-decoration: none;
	color: #FFF;
}

.ict-title img {
	display: block;
	height: 42px;
	margin: auto;
}

#nw-article .ict-copy {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	margin: 8px 0;
}

.ict-copy span {
	display: inline-block;
}

#nw-article .ict-link {
	background: rgba(0, 0, 0, .25);
	border: solid 2px #FFF;
	border-radius: 42px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .5), 1px 1px 1px rgba(0, 0, 0, .5) inset;
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto 10px;
	max-width: 238px;
	padding: 1px 0 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.ict-link:before {
	background: url(/img/icon_ict_arrow.svg) no-repeat;
	content: '';
	display: inline-block;
	height: 19px;
	left: 0;
	margin-right: 8px;
	position: relative;
	top: 4px;
	width: 20px;
}

.ict-txtarea a:hover .ict-link {
	background-color: rgba(255, 255, 255, 0.2);
}

.ict-case a {
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	display: flex;
	height: 86px;
	margin: 0 auto;
	max-width: 436px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.ict-case a.hover:hover::after {
	border-radius: 0 0 4px 4px;
}

.ict-case a figure {
	position: relative;
	width: 36%;
}

.ict-case.ict-case-new a figure:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
	display: block;
	width: 40px;
	height: 21px;
	background: url(/img/icon_new.svg);
}

.ict-case a figure:after {
	position: absolute;
	bottom: 9px;
	right: 9px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(/img/icon_play.svg);
}

.ict-case-thumb {
	display: block;
	width: 100%;
}

.ict-case-txt {
	box-sizing: border-box;
	padding: 2%;
	width: 64%;
}

.ict-case-category {
	display: inline-block;
	font-size: 77%;
	color: #555;
	border: solid 1px #555;
	padding: 0 5px;
}

#nw-article .ict-case-category {
	margin-top: 0;
}

.ict-case-title {
	color: #333;
	font-weight: bold;
	line-height: 1.4em;
}

#nw-article .ict-case-title {
	margin-top: 3px;
}

.ict-case-title-l {
	font-size: 116%;
}

/*------------------------------------*\
	.line-box
\*------------------------------------*/

.line-box {
	border: solid 2px #DDD;
	border-radius: 5px;
	padding: 10px;
	line-height: 1.3em;
	font-size: 93%;
	box-sizing: border-box;
	width: 100%;
	
	display: -webkit-flex;
	-webkit-align-items: center;
	
	display: flex;
	align-items: center;
}

.line-box:visited,
.line-box:link {
	text-decoration: none;
}

.line-box.icon-blank,
.line-box.icon-arrow {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 7px center;
}

.line-box.icon-blank {
	background-image: url(/cmn/img/icon_newwin.svg);
}

.line-box.icon-arrow {
	background-image: url(/cmn/img/icon_link_arrow.svg);
}

.line-box-tume {
	font-feature-settings : "palt";
}

.line-box.hover:hover::after {
	margin: 0 -2px -2px -2px;
	width: calc(100% + 4px);
}

/*------------------------------------*\
	.line-bnr
\*------------------------------------*/

.line-bnr {
	border: solid 2px #DDD;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	position: relative;
	
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.line-bnr > img {
	margin: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.line-bnr.icon-blank-bnr-white:before,
.line-bnr.icon-blank-bnr:before {
	top: 4px;
	right: 4px;
}

.line-bnr-blue {
	background-color: #2E3092;
	border-color: #2E3092;
}

.line-bnr.hover:hover::after {
	margin: 0 -2px -2px -2px;
	width: calc(100% + 4px);
}

/*------------------------------------*\
	.line-box-img
\*------------------------------------*/

.line-box-img {
	padding: 0 5px;
	font-size: 100%;
}

/*------------------------------------*\
	.bx-controls
\*------------------------------------*/

.bx-controls {
	margin-top: 0;
	border-radius: 0 0 5px 5px;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	padding-top: 0;
	padding-left: 0;
	float: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	margin-top: 3px;
	margin-right: 10px;
	float: none;
}

/*------------------------------------*\
	.grid-cell column pattern
\*------------------------------------*/

.grid-cell-column {
	-webkit-flex-direction: column;
	        flex-direction: column;
}

/*------------------------------------*\
	text color pattern
\*------------------------------------*/

.text-default {
	color: #555;
}

.text-alert {
	color: #ce0000;
}

/*------------------------------------*\
	#nw-content
\*------------------------------------*/

#nw-content {
	padding-bottom: 16px;
}

/*------------------------------------*\
	.link-arrow
\*------------------------------------*/

.link-arrow {
	min-height: 15px;
}

/*------------------------------------*\
	.grid-margin-m18
\*------------------------------------*/

.grid-margin-m18 {
	margin: 16px -18px -16px;
}

.grid-margin-m18 > .grid-cell {
	padding-right: 18px;
	padding-left: 18px;
}

/*------------------------------------*\
	.box-content-header
\*------------------------------------*/

.box-content-header {
	position: relative;
}

.box-content > [class*="title-lv"],
.box-content-header > [class*="title-lv"] {
	margin-top: 0;
}

/*------------------------------------*\
	.txt-list
\*------------------------------------*/

.txt-list {
	line-height: 20px;
	margin-top: 3px;
}

.txt-list dt {
	clear: left;
	float: left;
	width: 115px;
	margin-top: 12px;
}

.txt-list dd {
	float: left;
	width: 767px;
	margin-top: 12px;
}

/*------------------------------------*\
	.box-content-tabheader
\*------------------------------------*/

.box-content-tabheader {
	position: relative;
	border-bottom: #888 solid 1px;
	height: 35px;
	padding-top: 4px;
}

.box-content-tabheader > .title-lv3 {
	margin-top: 0;
}

.tabheader-tablist {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	bottom: -1px;
	right: 0;
}

/*------------------------------------*\
	.box-content-const
\*------------------------------------*/

.box-content-const {
	position: absolute;
	top: -26px;
	right: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.box-content-const .line-box {
	font-size: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 4px 10px;
}

.box-content-const .line-box img {
	width: 16px;
	margin-right: 10px;
}

.box-content-const .link-arrow {
	margin-top: 6px;
	font-size: 84.6%;
}

/*------------------------------------*\
	.tabheader-tabitm
\*------------------------------------*/

.tabheader-tabitm {
	margin-right: 3px;
}

.tabheader-tabitm a {
	display: block;
	box-sizing: border-box;
	height: 35px;
	min-width: 75px;
	padding: 0 5px;
	line-height: 35px;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	text-align: center;
	border-bottom: #888 solid 1px;
	background-color: #e6e6e6;
	color: #555;
	font-size: 92.3%;
}

.tabheader-tabitm a:hover {
	background-color: #d7d7d7;
}

.tabheader-tabitm a[aria-selected="true"] {
	background-color: #FFF;
	border: #888 solid 1px;
	border-bottom: #FFF solid 1px;
	border-top: #0271C2 solid 3px;
	line-height: 32px;
	cursor: default;
	padding: 0 4px;
}

.tab_con[aria-hidden="true"] {
    display: none;
}

/*------------------------------------*\
	.news-btns
\*------------------------------------*/

.news-btns {
	text-align: right;
	padding: 18px 0;
}

.news-btns > li {
	display: inline-block;
	margin-left: 16px;
}

/*------------------------------------*\
	.img-list
\*------------------------------------*/

.img-list {
	margin-top: -8px;
}

.img-list-item {
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding-top: 10px;
	min-height: 83px;
	border-bottom: solid 1px #E0E5EC;
}
.img-list-item:last-child {
	border-bottom: none;
}

.img-list-txt {
	-webkit-flex: 1;
	flex: 1;
}

#nw-article .img-list-txt p {
	margin-top: 5px;
}

.img-list-item figure {
	width: 82px;
	margin-left: 10px;
}

.img-list-item figure img {
	width: 82px;
	height: 62px;
	border: solid 1px #E0E5EC;
}

.img-list-item time {
	display: inline-block;
	width: 120px;
}

/*------------------------------------*\
	Label
\*------------------------------------*/

.label {
	display: inline-block;
	padding: 4px 6px;
	border: 1px solid #ddd;
	background-color: #e6e6e6;
	font-size: 84.6%;
	line-height: 1;
}

/*------------------------------------*\
	RSS Button
\*------------------------------------*/

.btn-rss > a {
	display: inline-block;
	padding-left: 25px;
	background: url(/img/icon_rss_01.svg) left center no-repeat;
	background-size: 19px;
}

.btn-rss > a:hover,
.btn-rss > a:active {
	color: #004573;
	text-decoration: none;
}

/*------------------------------------*\
	Icon
\*------------------------------------*/

.icon-newwin.white {
	background-image: url(/cmn/img/icon_newwin_white.png);
}

.icon-blank-bnr-white,
.icon-blank-bnr {
	position: relative;
}

.icon-blank-bnr-white::before,
.icon-blank-bnr::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	width: 11px;
	height: 9px;
}

.icon-blank-bnr::before {
	background: url(/cmn/img/icon_blank_button_gray.svg) no-repeat;
}

.icon-blank-bnr-white::before {
	background: url(/cmn/img/icon_blank_button.svg) no-repeat;
}

/*------------------------------------*\
	Card
\*------------------------------------*/

.card {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
}

a.card {
	text-decoration: none;
}

/**
 * 外部リンク用アイコン
 */
.card.icon-blank {
	background: #fff url(/cmn/img/icon_blank_button_gray.svg) no-repeat right 6px top 6px;
}

/**
 * カード上部・下部用
 */
.card-top {
	border-radius: 5px 5px 0 0;
}

.card-bottom {
	border-radius: 0 0 5px 5px;
}

/**
 * バナー用
 */
.card-bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	min-height: 89px;
}

.ltxt .card-bnr.icon-blank {
	padding-top: 13px;
	padding-bottom: 13px;
}

/* [IE11] フレックスアイテムがコンテナより幅が大きい時にはみでる問題の対処 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.card-bnr > * {
		max-width: 100%;
	}
}

/**
 * 半分用
 */
.card-half {
	min-height: calc((89px - 2px) / 2);
	font-size: 92.3%; /* 12px */
}

/**
 * ロゴ＋テキストバナー
 */
.card-logoBnr {
	padding: 17px 15px;
}

/* [IE11] 上下のpaddingを無視する問題の対処 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.card-logoBnr {
		justify-content: flex-start;
	}
}

.card-logoBnr > img {
	min-height: 0%;
}

.card-logoBnr > span {
	display: block;
	margin-top: auto;
	padding-top: 5px;
	line-height: 1;
}

/**
 * 区切り線
 */
.card-hr {
	margin: 0;
	border: none;
	border-top: 2px solid #e3e8ee;
}

/**
 * SDGs
 */
.card-sdgs {
	display: block;
	border-top: solid 1px #e3e8ee;
	background: #0073BE;
	text-align: center;
	padding: 5px;
}

.card-sdgs:link,
.card-sdgs:visited {
	color: #FFF;
	text-decoration: none;
}

.card-sdgs:hover {
	opacity: 0.8;
}

/**
 * ?工事・故障情報
 */
.icon-const {
	display: inline-block;
	min-height: 23px;
	padding-top: 2px;
	padding-left: 35px;
	background: url(/img/bnr_info_04.svg) no-repeat;
	font-size: 120%;
}

/**
 * 災害に対する取り組み
 */
.icon-disa {
	display: inline-block;
	line-height: 1.2;
	padding-left: 27px;
	background: url(/img/bnr_info_03s.svg) 0 3px no-repeat;
	font-size: 120%;
}

.icon-disa > p {
	font-size: 72.2%;
}

/**
 * ダイバーシティ推進の取り組み
 */
/* .icon-diversity {
	display: inline-block;
	padding-left: 35px;
	background: url(/img/bnr_diversity.png) no-repeat 0 center;
} */

/**
 * テキストリンク
 */
/* .card-textlink {
	padding: 9px 10px;
	font-size: 84.6%;
}

.card-textlink a {
	display: block;
	line-height: 1.2;
	background-position: 0 50%;
}

.card-textlink a:hover {
	background-position: 0 50%;
} */

/**
 * メインビジュアル位置の171・web171提供中
 */
.card-dengon {
	background-color: #1977bf;
	color: white;
}

.card-dengonFlash {
	color: #ffff00;
}

.card-dengonText {
	display: table;
	margin: 0 auto;
	padding: 50px;
}

.card-dengonText > img,
.card-dengonText > p {
	display: table-cell;
}

.card-dengonText > img {
	padding-right: 20px;
}

.card-dengonText > p {
	display: table-cell;
	vertical-align: middle;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
}

.card-dengonText > p > a {
	color: #ffff00;
}

.card-dengonInr {
	padding: 16px;
}

.card-dengonText + .card-dengonInr {
	padding-top: 0;
}

.card-dengonInr > .grid-margin {
	margin-top: 0;
}

.card-dengonBtn {
	font-weight: bold;
	text-align: center;
}

a.card-dengonBtn {
	color: #000;
	text-decoration: none;
}

.card-dengonBtn-title {
	padding: 5px;
	background-color: #8cbbdf;
	font-size: 130.8%;
}

.card-dengonBtn-body {
	padding: 16px;
	font-size: 115.4%;
}

.card-dengonBtn-body > p + p {
	margin-top: 16px;
}

a.card-dengonBtn:hover p:first-child {
	text-decoration: underline;
}

a.card-dengonBtn:hover img {
	opacity: .8;
}

/* 171,web171いずれかのみ */
.grid-cell.\-12of12 .card-dengonBtn-body {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.grid-cell.\-12of12 .card-dengonBtn-body > p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.grid-cell.\-12of12 .card-dengonBtn-body > p + p {
	padding-left: 48px;
}

/*------------------------------------*\
	Panel
\*------------------------------------*/

.panel {
	padding: 12px;
}

.panel,
.panel.icon-blank {
	background-color: #f4f4f4;
}

a.panel {
	color: inherit;
}

.panel-header {
	display: table;
	width: 100%;
}

.panel-img {
	display: table-cell;
	vertical-align: middle;
}

.panel-title {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 8px;
	color: #0073be;
	font-size: 115.3%;
	font-weight: bold;
}

.panel > p {
	margin-top: 12px !important;
}

/*------------------------------------*\
	?重要なお知らせ
\*------------------------------------*/

.important {
	display: table;
	width: 100%;
	margin-top: 16px;
}

.important-title {
	display: table-cell;
	width: 123px;
	vertical-align: middle;
	padding: 20px 20px 20px 65px;
	border-radius: 5px 0 0 5px;
	background: #d93d0d url(../img/icon_important_01.gif) 40px center no-repeat;
	color: #fff;
	font-size: 120%;
}

.important-body {
	display: table-cell;
	min-height: 40px;
	vertical-align: middle;
	padding: 16px 20px;
	border-radius: 0 5px 5px 0;
	background: #fff;
}

.important-body li {
	line-height: 2em;
	font-weight: bold;
}

a.important-link {
	color: #ed0a00;
}

/*------------------------------------*\
	facebook & youtube
\*------------------------------------*/

#nw-article .bn-youtube,
#nw-article .bn-facebook,
#nw-article .bn-nisc {
	margin-top: 0;
}

.bn-facebook a,
.bn-youtube a {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	height: 52px;
	font-size: 93%;
	line-height: 1.2em;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 11px 50%;
	background-size: 19px;
	padding: 5px 6px 5px 40px;
	box-sizing: border-box;
}

.bn-facebook a {
	background-color: #3c5a98;
	background-image: url(/cmn/img/f_fb.svg);
}

.bn-facebook a:hover {
	background-color: #1f3b73;
}

.bn-youtube a {
	background-color: #cd201f;
	background-image: url(/cmn/img/f_youtube.svg);
}

.bn-youtube a:hover {
	background-color: #a60505;
}

.bn-nisc a {
    text-decoration: none;
}
.bn-nisc .fs11 {
    line-height: 14px;
}