@charset "UTF-8";
/* --------------------------- */
/* PC and Mobile */
/* --------------------------- */
/* LAC WATCH記事一覧
	--------------------------------- */
.articleListLogo01 {
	width: 125px;
	margin: 0 0 10px;
}
.articleListLogo01 img {
	width: 125px;
	height: 28px;
}

.articleListDescription01 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 25px;
}

.articleListList01 {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d7dce1;
}
.articleListList01 li {
	border-bottom: 1px solid #d7dce1;
	overflow: hidden;
}
.articleListList01 li.report .articleListImg01 {
	background-color: #21886a;
}
.articleListList01 li.alert .articleListImg01 {
	background-color: #7e427f;
}
.articleListList01 li.people .articleListImg01 {
	background-color: #0e2968;
}
.articleListList01 li.service .articleListImg01 {
	background-color: #0084a4;
}
.articleListList01 li.announce .articleListImg01 {
	background-color: #81756e;
}
.articleListList01 li.media .articleListImg01 {
	background-color: #3f5faa;
}

.articleListImg01 {
	float: left;
}
.articleListImg01 img {
	opacity: .75;
}

.articleListTxt01 {
	overflow: hidden;
}

.articleListTitle01 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.articleListLink01 {
	line-height: 1;
}

/* セレクトリンク
	--------------------------------- */
.selectLinkIn01 {
	border: 1px solid #d7dce1;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
}

.selectLinkTitle01 {
	color: #323241;
	cursor: pointer;
	line-height: 1;
	position: relative;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 56px;
}
.selectLinkTitle01:after {
	content: "";
	width: 8px;
	height: 16px;
	background-image: url(/common/img/ico_arrow03.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	margin: -8px 0 0 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.selectLinkList01 {
	position: absolute;
	left: -1px;
	right: -1px;
	overflow: auto;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}
.selectLinkList01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.selectLinkList01 li {
	line-height: 1.5;
	font-size: 17px;
	font-size: 1.7rem;
	position: relative;
}
.selectLinkList01 li:before {
	content: "";
	border-top: 1px solid #d7dce1;
	position: absolute;
	left: 15px;
	right: 15px;
	top: -1px;
}
.selectLinkList01 li:first-child:before {
	display: none;
}
.selectLinkList01 a {
	display: block;
	color: #323241;
	position: relative;
}
.selectLinkList01 a:hover {
	text-decoration: none;
}
.selectLinkList01 a:after {
	content: "";
	width: 10px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/common/img/ico_arrow01.svg);
	background-size: 10px auto;
}

/* スライダー共通部
	--------------------------------- */
.bx-pager {
	width: 100%;
	text-align: center;
	line-height: 1;
}

.bx-pager-item {
	display: inline-block;
	font-size: 0;
	margin: 0 10px;
}

.bx-pager-link {
	display: block;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	background-color: rgba(20, 20, 30, 0.25);
	border-radius: 50%;
	position: relative;
}
.bx-pager-link:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 3px solid rgba(20, 20, 30, 0.25);
	border-radius: 50%;
	box-sizing: border-box;
}
.bx-pager-link.active {
	background-color: #f0f5fa;
}

.bx-controls-direction a {
	display: block;
	position: absolute;
	width: 50px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	font-size: 1px;
	text-indent: -9999px;
	background-color: rgba(20, 20, 30, 0.5);
}
.bx-controls-direction a:before {
	content: "";
	width: 20px;
	height: 40px;
	background-image: url(/common/img/ico_arrow_light01.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -10px;
}
.bx-controls-direction a.bx-prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.bx-controls-direction a.bx-prev:before {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.bx-controls-direction a.bx-next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* いま注目されているサービス
	--------------------------------- */
.attentionArea01 {
	text-align: center;
}
.attentionArea01 .heading03 {
	color: #172d4f;
}

.attentionAreaIn01 {
	background-color: #f0f5fa;
	border: 1px solid #d7dce1;
}

.attentionList01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.attentionList01 li {
	background-color: #fff;
}
.attentionList01 a {
	display: block;
	position: relative;
}
.attentionList01 a[target="_blank"]:after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(/common/img/ico_link01.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: .75;
}
.attentionList01 a.black:after {
	background-image: url(/common/img/ico_link01.svg);
}
.attentionList01 a.white:after {
	background-image: url(/common/img/ico_link02.svg);
}
.attentionList01 p {
	margin: 0 15px;
	padding: 15px 0 25px;
	border-top: 1px solid #d7dce1;
	line-height: 1.5;
	color: #515160;
}

/* タグ
	--------------------------------- */
.tagType01 {
	display: inline-block;
	background-color: rgba(20, 20, 30, 0.5);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	padding: 0 10px;
}

/* 問い合わせ
	--------------------------------- */
.contactArea01 {
	margin-top: 15px;
}

.contactAreaBtn01 {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #2d5a9b;
	line-height: 24px;
	position: relative;
	border-radius: 3px;
	width: 240px;
	padding: 0 0 0 10px;
	letter-spacing: 0;
	box-sizing: border-box;
}
.contactAreaBtn01:after {
	content: "";
	width: 5px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: 5px auto;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.contactAreaBtn01.open:after {
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.contactAreaMain01 {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
.contactAreaMain01 a {
	color: #fff;
}
.contactAreaMain01 a:hover {
	text-decoration: none;
}

.contactAreaTel01 a {
	display: block;
}

.contactAreaTime01 {
	color: rgba(255, 255, 255, 0.75);
}

.contactAreaMail01 a {
	display: block;
	border: 1px solid #fff;
	border-radius: 2px;
}

/* dummy style
	--------------------------------- */
.dummyStyle01 {
	border: 1px solid #d7dce1;
	background-color: #f0f5fa;
	text-align: center;
	padding: 14px 0;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* color用 */
.dummyColorList01 {
	overflow: hidden;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

.dummyColorItem01 {
	float: left;
	margin-bottom: 30px;
}

.dummyColorArea {
	text-align: center;
	overflow: hidden;
	color: #fff;
	margin: 0 0 10px;
	padding: 9px 0;
	box-sizing: border-box;
}
.dummyColorArea p {
	margin: 15px 0;
}

.dummyColorValue {
	margin: 0 0 10px;
}

.dummyColorTxt {
	margin: 0;
	color: rgba(0, 0, 0, 0.5);
}

.dummyColorList02 {
	overflow: hidden;
}

.dummyColorItem02 {
	width: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 541px) {
	/* ---------------------------*/
	/* Tablet*/
	/* --------------------------- */
	/* LAC WATCH記事一覧
	--------------------------------- */
	.articleListList01 li {
		padding: 30px 0 25px;
	}
	.articleListImg01 {
		width: 107px;
		margin: 0 10px 0 0;
	}
	.articleListTitle01 {
		margin: 0 0 10px !important;
	}
	/* セレクトリンク
	--------------------------------- */
	.selectLinkList01 {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
		height: 100%;
		min-width: 320px;
		z-index: 30;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.selectLinkList01 ul::-webkit-scrollbar {
		width: 5px;
	}
	.selectLinkList01 ul::-webkit-scrollbar-track {
		background: #fff;
	}
	.selectLinkList01 ul::-webkit-scrollbar-thumb {
		background: #a0a5b4;
	}
	.selectLinkList01 a {
		padding: 15px 60px 15px 30px;
	}
	.selectLinkListIn01 {
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in 0.2s;
		transition: opacity 0.2s ease-in 0.2s;
	}
	.selectLinkTitle01 {
		padding: 0 30px 0 15px;
	}
	.selectLinkListClose01 {
		width: 20px;
		height: 20px;
		position: relative;
		float: right;
		margin: 15px 16px 15px 0;
	}
	.selectLinkListClose01:before,
	.selectLinkListClose01:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 2px;
		width: 16px;
		height: 1px;
		background: #a0a5b4;
	}
	.selectLinkListClose01:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.selectLinkListClose01:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.selectLinkListTitle01 {
		clear: both;
		border-top: 1px solid #d7dce1;
		padding: 25px 16px 40px;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		color: #6e6e7d;
		line-height: 1;
		position: relative;
	}
	.selectLinkListTitle01:after {
		content: "";
		border-top: 1px solid #d7dce1;
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 0;
	}
	/* スライダー共通部
	--------------------------------- */
	.bx-controls-direction {
		display: none;
	}
	/* いま注目されているサービス
	--------------------------------- */
	.attentionArea01 {
		margin: 60px 0;
		padding: 0 16px;
	}
	.attentionArea01 .heading03 {
		margin: 0 0 15px;
	}
	.attentionAreaIn01 {
		padding: 35px 0 0;
	}
	.attentionList01 {
		padding: 0 16px 40px;
	}
	.attentionList01 li {
		margin: 0 0 10px;
	}
	.attentionList01 li:last-child {
		margin-bottom: 0;
	}
	/* タグ
	--------------------------------- */
	/* 問い合わせ
	--------------------------------- */
	.contactAreaBtn01.open + .contactAreaMain01 {
		opacity: 1;
		height: 100%;
		z-index: 10;
	}
	.contactAreaBtn01.open + .contactAreaMain01 .contactAreaMainIn01 {
		display: block;
	}
	.contactAreaMain01 {
		opacity: 0;
		z-index: 0;
		position: fixed;
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.contactAreaMainIn01 {
		display: none;
		background-color: rgba(0, 60, 110, 0.9);
		position: fixed;
		top: 50%;
		left: 50%;
		width: 290px;
		padding: 30px 20px 20px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.contactAreaTel01 {
		margin: 0 0 10px;
	}
	.contactAreaTel01 a {
		border: 1px solid rgba(255, 255, 255, 0.75);
		border-radius: 3px;
		padding: 13px 0;
	}
	.contactAreaSub01 {
		margin-bottom: 8px;
	}
	.contactAreaNum01 {
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: 0.015;
	}
	.contactAreaTime01 {
		margin: 0 0 20px;
	}
	.contactAreaMail01 {
		margin: 0 0 30px;
	}
	.contactAreaMail01 a {
		line-height: 66px;
	}
	.contactAreaClose01 {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 0 20px 0 0;
		margin: 0 0 0 10px;
	}
	.contactAreaClose01:before,
	.contactAreaClose01:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 16px;
		height: 1px;
		background: #fff;
	}
	.contactAreaClose01:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.contactAreaClose01:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/* dummy style
	--------------------------------- */
	.dummyColorItem01 {
		width: 48%;
	}
	.dummyColorItem01:nth-child(odd) {
		clear: left;
		padding-right: 1%;
	}
	.dummyColorItem01:nth-child(even) {
		padding-left: 1%;
	}
}

@media print, screen and (min-width: 542px) {
	/* --------------------------- */
	/* PC */
	/* --------------------------- */
	/* LAC WATCH記事一覧
	--------------------------------- */
	.articleListList01 li {
		padding: 20px 0;
	}
	.entryArea .articleListList01 li,
	#editor-input-content .articleListList01 li,
	#mceTemplatePreview .articleListList01 li {
		padding: 20px 0;
		margin-top: 0;
	}
	.entryArea .articleListList01 li:before,
	#editor-input-content .articleListList01 li:before,
	#mceTemplatePreview .articleListList01 li:before {
		content: none !important;
	}
	.articleListImg01 {
		width: 186px;
		margin: 0 20px 0 0;
	}
	.articleListTitle01 {
		margin: 10px 0 10px !important;
	}
	/* セレクトリンク
	--------------------------------- */
	.selectLink01 {
		text-align: center;
	}
	.selectLinkIn01 {
		width: 660px;
		position: relative;
		display: inline-block;
		-webkit-transition: border 0.2s;
		transition: border 0.2s;
	}
	.selectLinkIn01:hover {
		border: 1px solid #0a75b8;
	}
	.selectLinkIn01:hover .selectLinkList01 {
		border: 1px solid #0a75b8;
		border-top: 1px solid #d7dce1;
	}
	.selectLinkList01 {
		top: 56px;
		height: 0;
		overflow: hidden;
		opacity: 0;
		border: 1px solid #d7dce1;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		-webkit-transition: height 0.2s, opacity 0s, border 0.2s;
		transition: height 0.2s, opacity 0s, border 0.2s;
	}
	.selectLinkList01 a {
		padding: 16px 30px;
	}
	.selectLinkList01 a:hover {
		background-color: #f0f5fa;
	}
	.selectLinkList01::-webkit-scrollbar {
		width: 5px;
	}
	.selectLinkList01::-webkit-scrollbar-track {
		background: #fff;
	}
	.selectLinkList01::-webkit-scrollbar-thumb {
		background: #a0a5b4;
	}
	.selectLinkListHead01 {
		display: none;
	}
	/* スライダー共通部
	--------------------------------- */
	/* いま注目されているサービス
	--------------------------------- */
	.attentionArea01 {
		margin: 70px 0;
		clear: both;
	}
	.attentionArea01 .heading03 {
		margin: 0 0 20px;
	}
	.attentionAreaIn01 {
		width: 1000px;
		padding: 35px 30px 30px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.attentionList01 {
		overflow: hidden;
	}
	.attentionList01 li {
		width: 306px;
		width: 32.6%;
		float: left;
		margin: 0 1% 10px 0;
	}
	.attentionList01 li:nth-child(3n) {
		margin-right: 0;
	}
	.attentionList01 li:nth-child(3n+1) {
		clear: left;
	}
	/* タグ
	--------------------------------- */
	/* 問い合わせ
	--------------------------------- */
	.contactArea01 {
		position: relative;
		width: 240px;
	}
	.contactAreaBtn01.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.contactAreaBtn01.open + .contactAreaMain01 {
		height: 142px;
	}
	.contactAreaMain01 {
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: #003c6e;
		position: absolute;
		left: 0;
		padding: 0 10px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-webkit-transition: height 0.2s;
		transition: height 0.2s;
		box-sizing: border-box;
		z-index: +1;
	}
	.contactAreaMainIn01 {
		padding: 20px 0 0;
	}
	.contactAreaSub01 {
		margin: 0 0 13px;
	}
	.contactAreaNum01 {
		font-size: 15px;
		font-size: 1.5rem;
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
		letter-spacing: 0;
	}
	.contactAreaTel01 {
		margin: 0 0 8px;
	}
	.contactAreaTime01 {
		margin: 0 0 18px;
	}
	.contactAreaMail01 {
		display: inline-block;
	}
	.contactAreaMail01 a {
		line-height: 22px;
		padding: 0 10px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.contactAreaMail01 a:hover {
		background-color: #fff;
		color: #003c6e;
	}
	.contactAreaClose01 {
		display: none;
	}
	/* dummy style
	--------------------------------- */
	.dummyColorItem01 {
		width: 24%;
		margin-right: 1%;
	}
	.dummyColorItem01:nth-child(4n+1) {
		clear: left;
	}
}
