@charset "UTF-8";
/* --------------------------- */
/* PC and Mobile */
/* --------------------------- */
/* LAC Base
	--------------------------------- */
body {
	font-size: 18px;
	font-size: 1.8rem;
}

p {
	margin: 36px 0 0 0;
}

figure {
	margin: 36px 0 0;
}

.avatar {
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.avatar img{
	display: block;
}
.avatarName{
	opacity: 0.75;
}

.object-fit-cover{
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* LACWATCH baselayout
	--------------------------------- */
.wrapperIn{
	margin-top: 50px;
/*	max-width: 100%;*/
	overflow: inherit;
}
.lwHeader{
	background-color: #fff;
	border-bottom: 1px solid #d7dce1;
	z-index: 20;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}
.lwHeaderIn {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerIn {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerLogo01{
	display: flex;
	align-items: center;
	margin: 10px auto;
	height: 30px;
}
.headerLogo01 p{
	margin-top: 0;
	line-height: 1;
}
.headerLogoImg01 img{
	width: 136px;
}
.spMenuBtnLink{
	background-color: #515160;
}
.lwMenuBtn{
	position: absolute;
	left: 0;
}

.lwWrapper{
	display: flex;
	position: relative;
}

.is_lwMenuOpen .lwMenu{
	display: block;
}
.is_lwMenuOpen .content{
	position: fixed;
}
.is_lwMenuOpen .content:after{
	content: '';
	display: block;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
}

.lwMenu{
	font-size: 15px;
	color: #fff;
	background-color: #14141e;
	width: 100%;
}
.lwMenuIn{
	max-height: 100%;
}
.lwMenuList01{
	color: #fff;
	background-color: #515160;
}
.lwMenuList01 a{
	color: #fff;
}
.lwCategoryList01{
	margin: 0;
	padding: 10px 0;
}
.lwCategoryList01 a{
	color: #fff;
	display: block;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.lwCategoryList02{
	margin: 0;
}
.lwCategoryList02 > li{
	border-top: 1px solid #d7dce1;
}
.lwCategoryList02 a{
	color: #fff;
	display: block;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.lwCategoryList01 a:hover,
.lwCategoryList02 a:hover{
	text-decoration: none;
}

.lwTagToggle{
	position: relative;
}
.lwTagToggle:before,
.lwTagToggle:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 12px;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.lwTagToggle:after{
	transform: rotate(90deg);
}
.lwTagToggle.open:before{
	transform: rotate(-45deg);
}
.lwTagToggle.open:after{
	transform: rotate(45deg);
}
.lacTagsList01{
	margin: 15px 10px;
}
.fNaviList03 {
	float: none;
	font-size: 12px;
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
}
.fNaviList03 li{
	float: none;
	line-height: 1;
}
.fNaviList03 li + li{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #6e6e7d;
}

@media (max-width: 541px) {
	.headerLogoImg01 img{
		width: 108px;
	}
	.headerRss01{
	}
	.lwMenu{
		width: 100%;
	}
	.is_lacTagOpen .lwHeader{
		z-index: auto;
	}
	.fNaviList03{
		margin: 40px 0 0;
	}
	.lacAsideArea{
		padding: 0 16px;
	}
}
@media (min-width: 542px) {
	.fNavi03{
		padding: 25px 0;
		display: flex;
	}
}
@media (max-width: 1020px) and (min-width: 542px){
	.lwContent{
		min-width: 1020px;
	}
}
@media (max-width: 1020px){
	.lacLogoImg01{
		width: 30px;
		position: absolute;
		right: 10px;
		top: 15px;
		line-height: 1;
	}
	.spMenuBtn {
		display: block;
	}
	.headerTagline01,
	.lwMenu{
		display: none;
	}
	.lwMenu{
		height: calc( 100% - 50px);
		position: fixed;
		top: 50px;
		left: 0;
		z-index: +11;
	}
	.lwMenuIn{
		max-height: 100%;
		overflow-y: auto;
	}
	.headerSearch01{
		display: none;
	}
	.spSearch01{
		margin: 30px 30px 0;
	}
}
@media (min-width: 1021px){
	.wrapperIn{
		margin-top: 80px;
	}
	.lwHeader{
		height: 80px;
	}
	.lwHeaderIn{
		padding: 15px 30px;
	}
	.headerLogo01{
		margin-left: 0;
	}
	.lwHeaderCont01{
		display: flex;
		align-items: center;
	}
	.lacLogoImg01 img{
		height: 30px;
	}
	.headerSearch01{
		width: 180px;
		margin-left: 20px;
	}
	.headerSearchForm01 input, .headerSearch01 .mt-site-search-form__query{
		width: 150px;
	}
	.spSearch01{
		display: none;
	}
	.content{
		overflow: inherit;
	}
	.lwMenuBtn{
		display: none;
	}
	.headerTagline01{
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 10px;
		padding-left: 10px;
		border-left: 1px solid #d7dce1;
		line-height: 20px;
	}
	.lwWrapper{
	}
	.lwMenu{
		width: 220px;
		flex-shrink: 0;
		background-color: #f0f5fa;
	}
	.lwMenuIn{
		/*position: sticky;
		top: 50px;
		max-height: calc(100vh - 50px);*/
		overflow-y: auto;
		overflow-y: overlay;
		background-color: #14141e;
	}

/*	.lwMenuIn::-webkit-scrollbar { width: 0; }*/
	.lwMenuIn:not(:hover)::-webkit-scrollbar{
		display:none; /* Chrome, Safari */
	}
	.lwMenuIn:not(:hover){
		-ms-overflow-style:none; /* IE, Edge */
		scrollbar-width: none;   /* Firefox */
	}

	.lwMenu .laclMenuHeading01,
	.lwMenu .lacVisualTagList01{
		display: none;
	}
	.lwMenuList01{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.lwCategoryList01 a:hover,
	.lwCategoryList02 a:hover{
		background-color: rgba(255,255,255, .1);
	}
	.lwMenu .lacVisualTagList01{
		padding: 10px;
		background-color: transparent;
	}

	.lwContent{
		flex-grow: 1;
		width: calc(100% - 220px);
	}

	.lacBody01.has-aside{
		display: flex;
		max-width: 1080px;
		margin: 0 auto 100px;
		padding: 0 10px;
	}
	.lacBody01.has-aside .lacEntryArea{
		margin-left: 0;
	}
	.lacAsideArea{
		width: 220px;
		margin-left: 10px;
		margin-top: 90px;
	}
	.lacAsideAreaIn{
		position: sticky;
		top: 100px;
		right: 0;
	}
}
@media (min-width: 1440px){
	.wrapperIn{
		max-width: 100%;
	}
}


.lwInfo01 {
	text-align: center;
	background-position: left;
	padding: 20px 0 30px;
}
.lwInfoHeading02{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0 0 1em;
	line-height: 1;
}
.lwInfoHeading02:before{
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 16px;
	background-image: url(/common/img/ico_mail03.svg);
	background-size: 24px 16px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.lwInfoHeading03{
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0 0 20px;
}
.lwInfoTxt01 {
	margin: auto;
	text-align: center;
}
.lwInfoSns01 {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 450px;
}
.lwInfoSns01 li {
	margin: 0 5px;
}
.lwInfoSns01 .btnMedium01 {
	border: 1px solid rgba(255, 255, 255, 0.75);
	background-color: transparent;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 170px;
	text-align: center;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 10px;
}
.lwInfoSns01 .btnMedium01:hover {
	border: 1px solid #3769b4;
	background-color: #3769b4;
}

/* LAC メインビジュアル下
	--------------------------------- */
/* TOPビジュアル
	--------------------------------- */
.lacVisual01{
	background-color: #f0f5fa;
}

.lacVisualTop01:hover {
	text-decoration: none;
}
.lacVisualTop01:hover .lacVisualImg01 img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.lacVisualTop01.report .lacVisualTxt01 {
	background-color: rgba(33, 136, 106, 0.75);
}

.lacVisualTop01.report .lacVisualImg01 {
	background-color: #21886a;
}

.lacVisualTop01.alert .lacVisualTxt01 {
	background-color: rgba(126, 66, 127, 0.75);
}

.lacVisualTop01.alert .lacVisualImg01 {
	background-color: #7e427f;
}

.lacVisualTop01.people .lacVisualTxt01 {
	background-color: rgba(14, 41, 104, 0.75);
}

.lacVisualTop01.people .lacVisualImg01 {
	background-color: #0e2968;
}

.lacVisualTop01.service .lacVisualTxt01 {
	background-color: rgba(0, 132, 164, 0.75);
}

.lacVisualTop01.service .lacVisualImg01 {
	background-color: #0084a4;
}

.lacVisualTop01.announce .lacVisualTxt01 {
	background-color: rgba(129, 117, 110, 0.75);
}

.lacVisualTop01.announce .lacVisualImg01 {
	background-color: #81756e;
}

.lacVisualTop01.media .lacVisualTxt01 {
	background-color: rgba(63, 95, 170, 0.75);
}

.lacVisualTop01.media .lacVisualImg01 {
	background-color: #3f5faa;
}

.lacVisualTop01.casestudy .lacVisualTxt01 {
	background-color: rgba(45, 165, 62, 0.75);
}

.lacVisualTop01.casestudy .lacVisualImg01 {
	background-color: #2da53e;
}

.lacVisualTop01.event .lacVisualTxt01 {
	background-color: rgba(204, 155, 55, 0.75);
}

.lacVisualTop01.event .lacVisualImg01 {
	background-color: #cc9b37;
}

.lacVisualTopIn01 {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.lacVisualImg01 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -50%;
}
.lacVisualImg01 img {
	max-width: none;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: .75;
}

.lacVisualVenue01{
	position: absolute;
	line-height: 1;
/*
	font-size: 12px;
	color: #fff;
	padding: 4px 8px;
	background-color: #cca537;
	line-height: 1;
*/
}

.lacVisualTxt01 {
	color: #fff;
/*	width: 445px;*/
	height: 370px;
	margin: 30px 0 0 34px;
	margin: 30px 0 0 3vw;
	position: relative;
	z-index: 1;
}

.lacVisualTxtIn01 {

}

.lacVisualDate01 {
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 15px;
	line-height: 1.5;
}

.lacVisualEventDate01 {
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.75);
	margin: 10px 0 0;
}

.item02 .lacVisualDate01,
.item03 .lacVisualDate01,
.item02 .lacVisualEventDate01,
.item03 .lacVisualEventDate01 {
	font-size: 10px;
	font-size: 1.0rem;
}


.lacVisualTitle01 {
	font-size: 1.5vw;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.lacVisualLink01 {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 18px;
	font-size: 1.8rem;
}
.lacVisualLink01:hover {
	text-decoration: none;
}

/* ビジュアル下部
	--------------------------------- */
.lacVisualBottom01 a {
	color: #fff;
}

.lacVisualLogo01 {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
}

.lacVisualDescription01 {
	font-size: 15px;
	font-size: 1.5rem;
}

.lacVisualDescription01 .rss{
	width: 20px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.lacVisualDescription01 .rss img{
	vertical-align: top;
}

.lacVisualMenuList01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lacVisualTrigger01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lacVisualTrigger01 li.rss img {
	vertical-align: middle;
	opacity: .5;
}

/* TOPタグリスト
	--------------------------------- */
.lacVisualTagList01 {
	background-color: #515160;
	overflow: hidden;
}

/* タグリスト
	--------------------------------- */
.lacTagsList01 {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.lacTagsList01 li {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 0 10px 10px 0;
}
.lacTagsList01 li.more a {
	border: 1px solid transparent;
}
.lacTagsList01.more li {
	display: none;
}
.lacTagsList01.more li.show {
	display: block;
}
.lacTagsList01 a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	display: block;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}
.lacTagsList01 a:hover {
	text-decoration: none;
}

/* 記事リスト
	--------------------------------- */
.lacArticleArea01 {
	background-color: #f0f5fa;
	overflow: hidden;
}

.lacBodyHeading01 {
	color: #6e6e7d;
	letter-spacing: -0.015em;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}

.lacArticleHeading02 {
	font-weight: 600;
	text-align: center;
}

.lacBodyHeading01 + p{
	font-size: 15px;
	font-size: 1.5rem;
	margin: 1em 0 0;
}

/* 記事リスト
	--------------------------------- */
.lacArticleList01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lacArticleList01 li {
	box-sizing: border-box;
}
.lacArticleList01 li.report .lacArticleImg01,
.lacArticleList01 li.report .lacArticleDate01 {
	background-color: #21886a;
}
.lacArticleList01 li.alert .lacArticleImg01,
.lacArticleList01 li.alert .lacArticleDate01 {
	background-color: #7e427f;
}
.lacArticleList01 li.people .lacArticleImg01,
.lacArticleList01 li.people .lacArticleDate01 {
	background-color: #0e2968;
}
.lacArticleList01 li.service .lacArticleImg01,
.lacArticleList01 li.service .lacArticleDate01 {
	background-color: #0084a4;
}
.lacArticleList01 li.announce .lacArticleImg01,
.lacArticleList01 li.announce .lacArticleDate01 {
	background-color: #81756e;
}
.lacArticleList01 li.media .lacArticleImg01,
.lacArticleList01 li.media .lacArticleDate01 {
	background-color: #3f5faa;
}
.lacArticleList01 li.casestudy .lacArticleImg01,
.lacArticleList01 li.casestudy .lacArticleDate01 {
	background-color: #2da53e;
}
.lacArticleList01 li.event .lacArticleImg01,
.lacArticleList01 li.event .lacArticleDate01 {
	background-color: #cca537;
}
.lacArticleList01 a {
	display: block;
	text-decoration: none;
	color: #515160;
}
.lacArticleList01 a:hover {
	text-decoration: none;
}
.lacArticleList01 .lacArticleAuthor01{
	margin-bottom: -20px;
}

.lacArticleImg01 img {
	opacity: .75;
	width: 100%;
}

.lacArticleDate01 {
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 36px;
	padding: 0 10px;
}

.lacArticleTitle01 {
	line-height: 1.5;
	letter-spacing: 0;
}

.lacArticleAuthor01 {
	color: #6e6e7d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 20px 0 0;
}
.lacArticleAuthor01 .avatar {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.lacArticleMore01{
	text-align: center;
	font-size: 14px;
	margin: 30px auto 0;
}

/* TOPページビジュアル
	--------------------------------- */
.lacArticleList02 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lacArticleList02 li {
	position: relative;
}
.lacArticleList02 li a {
	display: block;
	color: #fff;
	overflow: hidden;
}
.lacArticleList02 li a:hover {
	text-decoration: none;
}
.lacArticleList02 li.report {
	background-color: #21886a;
}
.lacArticleList02 li.alert {
	background-color: #7e427f;
}
.lacArticleList02 li.people {
	background-color: #0e2968;
}
.lacArticleList02 li.service {
	background-color: #0084a4;
}
.lacArticleList02 li.announce {
	background-color: #81756e;
}
.lacArticleList02 li.media {
	background-color: #3f5faa;
}

.lacArticleImg02 {
	opacity: .75;
}
.lacArticleImg02 img {
	width: 100%;
	vertical-align: top;
}

.lacArticleTxt02 {
	box-sizing: border-box;
}

.lacArticleDate02 {
	opacity: .75;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}

.lacArticleTitle02 {
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
}

.lacVisualAuthor01 {
	color: rgba(255, 255, 255, .75);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0;
	display: flex;
	align-items: center;
}
.lacVisualAuthor01 .avatar {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	flex-shrink: 0;
}

.lacArticleAuthor02 {
	color: rgba(255,255,255,0.75);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px 0;
}
.lacArticleAuthor02 .avatar{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}


/* 詳細ページビジュアル
	--------------------------------- */
.lacVisualDetai01 {
	color: #fff;
}
.lacVisualDetai01 a {
	color: rgba(255, 255, 255, 0.75);
}
.lacVisualDetai01.report {
	background-color: #21886a;
}
.lacVisualDetai01.alert {
	background-color: #7e427f;
}
.lacVisualDetai01.people {
	background-color: #0e2968;
}
.lacVisualDetai01.service {
	background-color: #0084a4;
}
.lacVisualDetai01.announce {
	background-color: #81756e;
}
.lacVisualDetai01.media {
	background-color: #3f5faa;
}
.lacVisualDetai01.casestudy {
	background-color: #2da53e;
}
.lacVisualDetai01.event {
	background-color: #cca537;
}

.lacVisualDetaiImg01 {
	opacity: .75;
}

.lacVisualDetaiDate01 {
	color: rgba(255, 255, 255, 1);
}
.lacVisualDetaiDate01 a {
	color: rgba(255, 255, 255, 0.75);
}
.lacVisualDetaiDate01 time{
	margin-right: 20px;
	opacity: .75;
}
.lacVisualDetaiDate01 time:before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.lacVisualDetaiDate01 .typePublish:before{
	background-image: url(../../common/img/ico_date01.svg);
}
.lacVisualDetaiDate01 .typeUpdate:before{
	background-image: url(../../common/img/ico_update01.svg);
}

.lacVisualDetaiTitle01 {
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

.lacVisualDetaiVenue01{
	margin: 30px 0;
}

.lacVisualDetai01.event .lacVisualDetaiVenue01{
	color: #cca537;
}

.lacVisualDetailTag01 {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.lacVisualDetailTag01 li {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 0 10px 10px 0;
}
.lacVisualDetailTag01 li a {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}
.lacVisualDetailTag01 li a:hover {
	text-decoration: none;
	border: 1px solid #fff;
}

.lacVisualDetaiLink01 {
	color: rgba(255, 255, 255, 0.5);
}

.lacVisualAuthor01 {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.lacVisualAuthor01 .avatar {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.lacVisualAuthorLink01 {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.lacVisualAuthorLink01 .avatar {
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
}
.lacVisualAuthorLink01 p {
	margin: 10px 0 0;
	line-height: 1;
}
.lacVisualAuthorLink01 a {
	color: rgba(10, 117, 184, 0.75);
}
.lacVisualAuthorLink01 a:hover {
	opacity: .5;
}

.lacEventNav01{
	font-weight: 600;
	display: flex;
}
.lacEventNav01 li{
	width: 50%;
}
.lacEventNav01 li span{
	color: #2d5a9b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2d5a9b;
}
.lacEventNav01 li a{
	color: #C0C1C2;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #C0C1C2;
}


.lacEventList01 li{

}
.lacEventList01 a{
	display: flex;
	color: inherit;
	text-decoration: none;
	position: relative;
}
.lacEventImg01{
/*
	max-width: 220px;
	margin-right: 20px;
	flex-shrink: 0;
	overflow: hidden;
	*/
}
.lacEventLabesl01{
	line-height: 1;
}
.lacEventLabel01{
	color: #fff;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 4px 10px;
	line-height: 1;
	background-color: #cca537;
	display: inline-block;
}
.lacEventLabel01._reverse{
	color: #cca537;
	border: 1px solid #cca537;
	background-color: #fff;
}

.lacVisualDetaiVenue01 .lacEventLabel01{
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 3px;
	color: #cca537;
	background-color: #fff;
}
.lacVisualDetaiVenue01 .lacEventLabel01._reverse{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.lacEventTitle01{
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 5px;
}
a[target="_blank"] .lacEventTitle01:after{
	content:'';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/common/img/ico_external01.svg);
	background-size: 100%;
	margin-left: 5px;
	vertical-align: middle;
}
.lacEventDate01{
	color: #6e6e7d;
	font-size: 12px;
	font-size: 1.2rem;
}

/* LAC WATCH詳細ページ下部
	--------------------------------- */
.lacNavBottom01 {
	background-color: #515160;
	color: #fff;
}
.lacNavBottom01 a {
	color: #fff;
}

.lacNavBottomHeading01 {
	letter-spacing: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	opacity: .75;
	text-align: center;
}

.lacNavBottomMenu01 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.lacNavBottomMenu01 li {
	font-size: 15px;
	font-size: 1.5rem;
}

.lacNavBottomRss01 {
	width: 30px;
	margin: 0 auto;
}
.lacNavBottomRss01 a {
	opacity: .5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.lacNavBottomRss01 a:hover {
	opacity: 1;
}

/* シェアボタン
--------------------------------- */
.lacShare01 ul{
	margin: 30px auto 40px;
	display: flex;
	justify-content: flex-end;
}
.lacShare01.typeEntryInfo ul{
	justify-content: center;
}
.lacShare01 li{
	line-height: 1;
}
.lacShare01 li + li{
	margin-left: 20px;
}
.lacShare01 img{
	height: 20px;
	vertical-align: middle;
}
.lacShare01 a:hover img{
	opacity: .5;
}

/* シェアボタン(SP)
--------------------------------- */
.lacShare02{
	position: fixed;
	bottom: 90px;
	z-index: 6;
	display: flex;
	flex-direction: column-reverse;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
	transform: scale(1);
}
.lacShare02:not(.show){
	display: none;
	opacity: 0;
	transform: scale(0.3);
}
.lacShare02 .btnShare01{
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background-color: #2d5a9b;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.lacShare02 .btnShare01:after{
	content: 'Share';
	display: block;
	opacity: .75;
}
.lacShare02 .btnShare01 img{
	width: 22px;
	margin-top: 10px;
}
.lacShare02 ul{
	display: flex;
	flex-direction: column-reverse;
}
.lacShare02 li{
	margin-top: 10px;
	transition-delay: .1s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	transform: translateZ(0);
}
.lacShare02 li a{
	transition-delay: .1s;
	transform: translateZ(0);
	transition: transform .5s cubic-bezier(.1,.2,.3,1),opacity .2s cubic-bezier(.1,.2,.3,1);
}
.lacShare02 li:not(.onlyPC):nth-of-type(1) a {

}
.lacShare02 li:not(.onlyPC):nth-of-type(2) a {
	transition-delay: .1s;
}
.lacShare02 li:not(.onlyPC):nth-of-type(3) a {
	transition-delay: .2s;
}
.lacShare02 li:not(.onlyPC):nth-of-type(4) a {
	transition-delay: .3s;
}
.lacShare02 li:not(.onlyPC):nth-of-type(5) a {
	transition-delay: .4s;
}
.lacShare02 img{
	width: 50px;
	vertical-align: middle;
}
.lacShare02:not(.open) .btnShare01{
	margin-left: -5px;
}
.lacShare02:not(.open) ul{

}
.lacShare02:not(.open) li a{
	opacity: 0;
	transform: translate3d(0,150%,0);
	pointer-events: none;
	transition: transform .5s cubic-bezier(.1,.2,.3,1),opacity .2s cubic-bezier(.1,.2,.3,1);
}
.lacShare02.open .btnShare01{
	width: 50px;
	height: 50px;
	background-color: #6e6e7d;
}
.lacShare02.open .btnShare01 img{
	display: none;
}
.lacShare02.open .btnShare01:after{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin: 16px;
	background-size: 100%;
	background-image: url(/common/img/ico_close03.svg);
}
.lacShare02.open ul{

}
.lacShare02.open li{

}

/* LAC WATCHライター一覧
	--------------------------------- */
.lacAuthorKanaLink{
	margin: 0;
	padding: 10px 35px;
	background: #d7dce1;
}
.lacAuthorKanaLink li{
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
	margin-right: 1.5em;
}
.lacAuthorKanaLink li strong{
	color: #6e6e7d;
	font-weight: bold;
}
.lacAuthorList01{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -1px;
}
.lacAuthorList01 a{
	color: #14141e;
}
.lacAuthorList01 li{
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}
.lacAuthorList01 .lacAuthorName{
	margin-top: 10px;
}
.lacAuthorList01 .lacAuthorName span{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

.lacVisualItem01{
	line-height: 1.5;
}
.lacVisualItem01 .slick-arrow{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	transform: none;
	width: 40px;
	padding: 20px 0;
	font-size: 0px;
	position: absolute;
	bottom: 10px;
	z-index: +1;
}
.lacVisualItem01 .slick-arrow:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
.lacVisualItem01 .slick-arrow:after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	margin-top: -3px;
}
.lacVisualItem01 .slick-next{
	right: 8%;
	right: calc((43% / 2) - 90px);
}
.lacVisualItem01 .slick-prev{
	right: calc((43% / 2) + (40px + 10px));
}

.lacVisualItem01 .slick-prev:after{
	border-width:  0 0 1px 1px;
	left: 1px;
}
.lacVisualItem01 .slick-next:after{
	border-width: 1px 1px 0 0;
	right: 1px;
}

.lacVisualItem01 .slick-dots{
	display: flex;
	justify-content: center;
	margin: 0;
	position: absolute;
	bottom: 8px;
	width: 43%;
	right: 0;
}
.lacVisualItem01 .slick-dots button{
	border: none;
	outline: none;
	background: none;
	width: 4px;
	padding: 20px 0;
	margin: 0 4px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: top;
}
.lacVisualItem01 .slick-dots button:before{
	content: '';
	display: block;
	width: auto;
	height: 4px;
	background: #fff;
	border-radius: 4px;
	vertical-align: top;
}
.lacVisualItem01 .slick-dots .slick-active button{
	width: 24px;
}

.relatedBox{
	padding: 15px;
	border: solid 3px #d7dce1;
}
.relatedBox dl{
	margin: 0 0 30px;
	font-size: 12px;
}
.relatedBox dt{
	margin: 0;
	padding: 0 0 20px;
	font-weight: 600;
	border-bottom: solid 1px #d7dce1;
}
.relatedBox dd{
	margin: 0;
	padding: 8px 0;
	border-bottom: solid 1px #d7dce1;
}



.entryInfoBlock{

}
.entryInfoShare{
	background-color: #f0f5fa;
	padding: 30px 0;
}
.entryInfoMagazine{
	color: #fff;
	background-color: #14141e;
	padding: 30px 0;
}
.entryInfoContact{
	color: #fff;
	background-color: #003c6e;
	padding: 30px 0;
}

.entryInfoShareIn,
.entryInfoContactIn{
	text-align: center;
}
.entryInfoHeading{
	font-size: 20px;
	font-weight: 300;
}
.entryInfoMagazine .lwInfoHeading03{
	font-size: 20px;
	font-weight: 300;
}
.entryInfoContactHeading{
	margin-bottom: 30px;
}
.entryInfoContactLink{
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.serviceContact{
	color: #fff;
	background-color: #003c6e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.serviceContactIn{
	padding: 60px 16px;
	text-align: center;
}
.serviceContactHeading{
	font-size: 20px;
	margin-bottom: 30px;
}
.serviceContactLink{
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* この記事は役に立ちましたか
--------------------------------- */
.feedbackBlock [class^=btn] {
	margin: 0 5px;
}

@media screen and (max-width: 541px) {
	/* ---------------------------*/
	/* Tablet*/
	/* --------------------------- */
	/* LAC メインビジュアル下
	--------------------------------- */
	/* TOPビジュアル
	--------------------------------- */
	.lwContent{
		width: 100%;
		overflow: hidden;
	}
	.lacVisualTop01 {
		height: 210px;
	}
	.lacVisualItem01.item01{
		margin-bottom: 50px;
	}
	.lacVisualItem01.item02{
		margin-bottom: 10px;
	}
	.lacVisualItem01 .slick-arrow{
		display: none !important;
	}
	.lacVisualItem01 .slick-dots{
		width: 100%;
		left: auto;
		right: auto;
		bottom: -40px;
	}
	.lacVisualItem01 .slick-dots button:before{
		background-color: #14141e;
	}
	.lacVisualImg01{
		/*margin-left: -50%;*/
	}
	.lacVisualTxt01{
		position: absolute;
		width: 100%;
		height: auto;
		min-height: 50%;
		bottom: 0;
		margin: 0;
	}
	.lacVisualTxtIn01{
		padding: 10px 16px;
	}
	.lacVisualDate01{
		font-size: 10px;
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	.lacVisualTitle01{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.lacVisualAuthor01{
		padding-top: 5px;
	}
	.lacVisualAuthor01 .avatar{
		width: 20px;
		height: 20px;
	}
	/* ビジュアル下部
	--------------------------------- */
	.lacVisualLogoArea01 {
		padding: 20px 10% 20px;
		background-color: #f0f5fa;
	}
	.lacVisualLogo01 {
		width: 220px;
		height: 48px;
		background-image: url(/common/img/logo02.svg);
		background-size: 220px auto;
		margin: 0 auto;
	}
	.lacVisualDescription01 {
		line-height: 1.5;
		margin: 15px 0 0;
		text-align: center;
	}
	.lacVisualDescription01 .rss{
		width: 30px;
		height: 30px;
		overflow: hidden;
		display: block;
		margin: 15px auto 0;
	}
	.lacVisualDescription01 .rss:before{
		content:'';
		display: inline-block;
		width: 100%;
		height: 100%;
		background: url(/common/img/ico_rss04.svg) no-repeat;
		background-size: 100% 100%;
	}
	.lacVisualMenu01 {
		background-color: #515160;
	}
	.lacVisualMenuList01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #323241;
		z-index: 40;
		overflow: hidden;
		overflow-y: auto;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacVisualMenuList01 ul {
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in 0.2s;
		transition: opacity 0.2s ease-in 0.2s;
		padding: 0 16px 30px;
	}
	.lacVisualMenuList01 li {
		border-bottom: 1px solid #14141e;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.lacVisualMenuList01 li a {
		display: block;
		line-height: 56px;
		padding-left: 16px;
		position: relative;
	}
	.lacVisualMenuList01 li a:hover {
		text-decoration: none;
	}
	.lacVisualMenuList01 li a:after {
		content: "";
		width: 10px;
		height: 19px;
		background-image: url(/common/img/ico_arrow02.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px auto;
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -9.5px;
	}
	.lacVisualMenuList01 li:first-child {
		border-top: 1px solid #14141e;
	}
	.laclMenuClose01 {
		background-color: #515160;
		overflow: hidden;
		padding: 17px 25px;
	}
	.laclMenuCloseIcon01 {
		position: relative;
		width: 16px;
		height: 16px;
		cursor: pointer;
		float: right;
	}
	.laclMenuCloseIcon01:before,
	.laclMenuCloseIcon01:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 1px;
		background: #fff;
	}
	.laclMenuCloseIcon01:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.laclMenuCloseIcon01:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.laclMenuHeading01 {
		opacity: 0;
		color: #fff;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		line-height: 1;
		margin: 30px 16px 35px;
		-webkit-transition: opacity 0.2s ease-in 0.2s;
		transition: opacity 0.2s ease-in 0.2s;
	}
	.lacVisualTrigger01 {
		display: table;
		width: 100%;
	}
	.lacVisualTrigger01 li {
		display: table-cell;
		position: relative;
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 50px;
		padding: 0 35px 0 14px;
		/*min-width: 130px;*/
		border-right: 1px solid rgba(215, 220, 225, 0.1);
		box-sizing: border-box;
		text-align: center;
	}
	.lacVisualTrigger01 li:not(.authors):after {
		content: "";
		width: 8px;
		height: 13px;
		position: absolute;
		top: 50%;
		right: 20px;
		margin: -7px;
		background-image: url(/common/img/ico_arrow02.svg);
		background-repeat: no-repeat;
		background-size: 15px auto;
		background-size: auto 13px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacVisualTrigger01 li.authors{
		padding: 0 7px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.lacVisualTrigger01 li.rss {
		border-right: 0;
		min-width: 0;
		padding: 0;
		width: 50px;
		text-align: center;
	}
	.lacVisualTrigger01 li.rss img {
		width: 13px;
		height: 13px;
	}
	.lacVisualTrigger01 li.rss:after {
		display: none;
	}
	.lacVisualTrigger01 li.rss a {
		display: block;
		padding: 0;
	}
	/* TOPタグリスト
	--------------------------------- */
	.lacVisualTagList01 {
		/*position: absolute;*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #323241;
		z-index: 40;
		overflow: hidden;
		overflow-y: auto;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacVisualTagListIn01 {
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in 0.2s;
		transition: opacity 0.2s ease-in 0.2s;
		padding-bottom: 20px;
	}
	/* タグリスト
	--------------------------------- */
	.lacTagsList01 {
		padding: 0 16px;
	}
	.lacTagsList01 li.more a {
		padding: 0;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleArea01 {
		padding: 0 0 40px;
	}
	.lacArchiveHeading01{
		padding: 0 16px;
		margin: 35px 0 0;
	}
	.lacBodyHeading01 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.lacArticleAreaIn02 {
		padding: 40px 0 0;
		margin: 0 0 20px;
	}
	.lacArticleHeading02 {
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0;
		margin: 0 16px 10px;
	}
	.lacArticleArea01 .lacArticleHeading02{
		margin-top: 40px;
	}
	/* 記事リスト(author)見出し
	--------------------------------- */
	.lacAuthorHeading01{
		padding: 40px 16px 0;
	}
	.lacAuthorHeading01 .avatar{
		display: block;
		margin: auto;
	}
	.lacAuthorHeading01 .lacBodyHeading01{
		margin-top: 10px;
		text-align: center;
	}
	.lacAuthorHeading01 .lacBodyHeading01 span{
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.lacAuthorHeading01 .lacAuthorInfo01 p{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 15px;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleList01 {
		margin: 10px 0 30px;
	}
	.lacArticleList01.onlySP {
		margin-bottom: 0;
	}
	.lacArticleList01.onlySP + .lacArticleList01{
		margin-top: 0;
	}
	.lacArticleList01 li {
		border-bottom: 1px solid #d7dce1;
	}
	.lacArticleList01 a {
		padding: 30px 16px;
	}
	.lacArticleImg01 img {
		width: 100%;
		max-width: none;
		height: auto;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacArticleTitle01 {
		font-size: 17px;
		font-size: 1.7rem;
		margin: 15px 0 0 0;
	}
	/* TOPページビジュアル
	--------------------------------- */
	.lacArticleList02 li {
		overflow: hidden;
		margin: 0 0 3px;
	}
	.lacArticleList02 li:last-child {
		margin-bottom: 0;
	}
	.lacArticleList02 li.report .lacArticleTxt02 {
		background-color: rgba(33, 136, 106, 0.75);
	}
	.lacArticleList02 li.alert .lacArticleTxt02 {
		background-color: rgba(126, 66, 127, 0.75);
	}
	.lacArticleList02 li.people .lacArticleTxt02 {
		background-color: rgba(14, 41, 104, 0.75);
	}
	.lacArticleList02 li.service .lacArticleTxt02 {
		background-color: rgba(0, 132, 164, 0.75);
	}
	.lacArticleList02 li.announce .lacArticleTxt02 {
		background-color: rgba(129, 117, 110, 0.75);
	}
	.lacArticleList02 li.media .lacArticleTxt02 {
		background-color: rgba(63, 95, 170, 0.75);
	}
	.lacArticleTitle02 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.lacArticleImg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.lacArticleImg02 img {
		width: 100%;
		max-width: none;
		height: 100%;
		object-fit: cover;
	}
	.lacArticleTxt02 {
		position: relative;
		z-index: 1;
		padding: 20px 15px 0;
		min-height: 170px;
		box-sizing: border-box;
	}
	.lacArticleDate02 {
		margin-bottom: 15px;
	}
	/* 詳細ページビジュアル
	--------------------------------- */
	.lacVisualDetai01 {
		margin-bottom: 90px;
	}
	.lacVisualDetaiLogo01 {
		background-color: #f0f5fa;
		text-align: center;
		padding: 20px 0;
	}
	.lacVisualDetaiLogo01 img {
		width: 220px;
		height: 49px;
		margin: 0 auto;
	}
	.lacVisualDetaiTxtIn01 {
		padding: 15px 16px 35px;
	}
	.lacVisualDetaiDate01 {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 10px;
	}
	.lacVisualDetaiTitle01 {
		font-size: 25px;
		font-size: 2.5rem;
		margin: 0 0 25px;
	}
	.lacVisualDetailTag01 {
		margin: 0 0 15px;
	}
	.lacVisualDetaiLink01 {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* LAC WATCH詳細ページ
	--------------------------------- */
	.lacEntryArea {
		padding: 0 16px;
		margin: 50px auto 0;
	}
	.lacEntryArea .entryArea {
		margin: 0 0 50px;
	}
	.lacRelatedArticle .frame01 {
		border: none;
	}
	/* LAC WATCH詳細ページ下部
	--------------------------------- */
	.lacNavBottom01 {
		margin: 60px 16px 70px;
		padding: 45px 0 30px;
	}
	.lacNavBottomItem01 {
		margin: 0 0 45px;
	}
	.lacNavBottomHeading01 {
		margin: 0 0 20px;
	}
	.lacNavBottomMenu01 {
		padding: 0 16px;
	}
	.lacNavBottomMenu01 li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lacNavBottomMenu01 a {
		display: block;
		line-height: 43px;
	}
	.lacEventNav01{
		font-size: 1.5rem;
		padding: 0 16px;
		line-height: 1.3;
	}
	.lacEventList01{
		margin: 22px 16px 40px;
	}
	.lacEventList01 li{
		margin-bottom: 20px;
	}
	.lacEventImg01{
		width: 120px;
		margin-right: 10px;
		flex-shrink: 0;
	}
	.lacEventImg01 img {
		width: 100%;
		max-width: none;
		height: auto;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacEventTxt02{

	}
	.lacEventLabel01{
		font-size: 10px;
	}
	.lacEventTitle01{
		font-size: 15px;
	}
	.lacEventDate01{
		font-size: 10px;
	}

	.relatedBox{
		margin-bottom: 50px;
	}

	/* LAC WATCHライター一覧
	--------------------------------- */
	.lacAuthorArea01{
		padding-bottom: 0;
	}
	.lacArchiveHeading01 + .lacAuthorKanaLink{
		margin-top: 35px;
	}
	.lacAuthorKanaLink{
		padding: 0 15px;
	}
	.lacAuthorKanaLink li{
		margin: 0;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline;
	}
	.lacAuthorKanaLink a{
		display: none;
	}
	.lacAuthorList01{
		margin: 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	.lacAuthorList01 li{
		width: 50%;
		flex: 0 0 auto;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		border-right: 1px solid #d7dce1;
	}
	.lacAuthorList01 li:nth-child(even){
		border-right: none;
	}
	.lacAuthorList01 .lacAuthorName span{
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* メニュー開閉
	--------------------------------- */
	/* 【SP】LAC WATCHカテゴリ表示 */
	body.is_lacCategoryOpen {
		height: 100%;
		overflow: hidden !important;
	}
	body.is_lacCategoryOpen .lacBody01,
	body.is_lacCategoryOpen .footerArea {
		display: none;
	}
	body.is_lacCategoryOpen .lacVisualMenuList01 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	body.is_lacCategoryOpen .lacVisualMenuList01 ul {
		opacity: 1;
	}
	body.is_lacCategoryOpen .lacVisualMenuList01 .laclMenuHeading01 {
		opacity: 1;
	}
	/* 【SP】タグリスト表示 */
	body.is_lacTagOpen {
		height: 100%;
		overflow: hidden !important;
	}
	body.is_lacTagOpen .lacBody01,
	body.is_lacTagOpen .footerArea {
		display: none;
	}
	body.is_lacTagOpen .wrapperIn {
		margin-top: 0;
	}
	body.is_lacTagOpen .lacVisualTagList01 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	body.is_lacTagOpen .lacVisualTagListIn01 {
		opacity: 1;
	}
	body.is_lacTagOpen .laclMenuHeading01 {
		opacity: 1;
	}
	/* この記事は役に立ちましたか
	--------------------------------- */
	.feedbackBlock{
		text-align: center;
	}
	.feedbackBlock p{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

}

@media print, screen and (min-width: 542px) {
	/* --------------------------- */
	/* PC */
	/* --------------------------- */
	/* LAC メインビジュアル下
	--------------------------------- */
	/* ビジュアル下部
	--------------------------------- */
	.lacVisual01{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 60% 5px 1fr;
		grid-template-columns: 60% 1fr;
		-ms-grid-rows: 1fr 5px 1fr;
		grid-gap: 5px;
		height: 415px;
	}
	.lacVisualItem01.item01{
		-ms-grid-column: 1;
		grid-column-start: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row-start: 1;
		grid-row-end: 3;
		height: 415px;
		overflow: hidden;
	}
	.lacVisualItem01.item02{
		-ms-grid-column: 3;
		grid-column-start: 2;
		grid-column-end: 3;
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 2;
		height: 205px;
	}
	.lacVisualItem01.item03{
		-ms-grid-column: 3;
		grid-column-start: 2;
		grid-column-end: 3;
		-ms-grid-row: 3;
		grid-row-start: 2;
		grid-row-end: 3;
		height: 205px;
	}
	.item01 .lacVisualTopIn01{
		height: 415px;
	}
	.lacVisualTop01{
		height: 100%;
	}
	.lacVisualTxt01{
		width: 43%;
		height: 100%;
		margin: 0;
		margin-left: auto;
	}
	.lacVisualTxtIn01 {
		position: absolute;
		top: 50%;
		left: 0;
		padding: 0 20px 0 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.item02 .lacVisualVenue01,
	.item03 .lacVisualVenue01{
		width: 46%;
	}
	.item02 .lacVisualTxt01,
	.item03 .lacVisualTxt01{
		width: 54%;
	}

	.lacVisualBottom01 {
		background-color: #505a6e;
		color: #fff;
	}
	.lacVisualBottom01 a {
		opacity: .5;
	}
	.lacVisualBottom01 a:hover {
		opacity: 1;
	}
	.lacVisualLogoArea01 {
		padding: 20px 34px;
		padding: 20px 3vw;
		overflow: hidden;
		border-bottom: 1px solid rgba(215, 220, 225, 0.1);
	}
	.lacVisualLogo01 {
		width: 258px;
		height: 55px;
		background-image: url(/common/img/logo03.svg);
		background-size: 258px auto;
		margin: 0 20px 0 0;
		float: left;
	}
	.lacVisualDescription01 {
		margin: 0;
		padding: 20px 0 0;
		overflow: hidden;
	}
	.lacVisualMenu01 {
		overflow: hidden;
		padding: 0 0 0 3vw;
	}
	.lacVisualMenuList01 {
		float: left;
	}
	.lacVisualMenuList01 ul {
		font-size: 0;
	}
	.lacVisualMenuList01 li {
		display: inline-block;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.lacVisualMenuList01 li:first-child a {
		padding-left: 0;
	}
	.lacVisualMenuList01 a {
		display: block;
		line-height: 52px;
		padding: 0 20px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		opacity: .75;
	}
	.lacVisualMenuList01 a:hover {
		opacity: 1;
		text-decoration: none;
	}
	.lacVisualTrigger01 {
		float: right;
		font-size: 0;
	}
	.lacVisualTrigger01 li {
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		border-left: 1px solid rgba(215, 220, 225, 0.1);
		cursor: pointer;
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
	.lacVisualTrigger01 li:hover {
		background-color: #323241;
	}
	.lacVisualTrigger01 li.category {
		display: none;
	}
	.lacVisualTrigger01 li.tag {
		line-height: 52px;
		padding: 0 40px 0 25px;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.lacVisualTrigger01 li.tag.open {
		background-color: #323241;
	}
	.lacVisualTrigger01 li.tag.open:after {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	.lacVisualTrigger01 li.tag:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		margin: -6px 0 0;
		width: 8px;
		height: 13px;
		background-image: url(/common/img/ico_arrow02.svg);
		background-repeat: no-repeat;
		background-size: auto 13px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacVisualTrigger01 li.authors a {
		font-size: 13px;
		font-size: 1.3rem;
		display: block;
		padding: 0 20px;
		line-height: 52px;
		height: 52px;
		opacity: 1;
		text-decoration: none;
	}
	.lacVisualTrigger01 li.rss img {
		width: 19px;
		height: 19px;
		margin-top: -4px;
	}
	.lacVisualTrigger01 li.rss a {
		display: block;
		padding: 0 20px;
		line-height: 52px;
		height: 52px;
		position: relative;
	}
	.laclMenuClose01 {
		display: none;
	}
	/* TOPタグリスト
	--------------------------------- */
	.lacVisualTagList01 {
		display: none;
	}
	.lacVisualTagListIn01 {
		padding: 30px 34px 20px;
		padding: 30px 3vw 20px;
	}
	/* タグリスト
	--------------------------------- */
	.lacTagsList01 a:hover {
		border: 1px solid #fff;
	}
	/* LAC メインビジュアル下
	--------------------------------- */
	.lacBody01 {
		/*margin: 0 0 100px;*/
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleArea01 {
		padding: 0 0 70px;
	}
	.lacArchiveHeading01{
		padding: 0 3vw;
		margin: 65px 0 55px;
	}
	.lacBodyHeading01 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.lacArticleAreaIn02 {
		padding: 60px 0 0;
		margin: 0 auto 50px;
		box-sizing: border-box;
		/*max-width: 1020px;*/
	}
	.lacArticleHeading02 {
		font-size: 30px;
		font-size: 3rem;
		letter-spacing: -0.015em;
		text-align: center;
		margin: 30px 0;
	}
	.lacAuthorHeading01{
		display: flex;
		margin: 50px 35px 0;
	}
	.lacAuthorHeading01 .avatar{
		width: 100px;
		height: 100px;
		margin-right: 30px;
		flex: 0 0 auto;
	}
	.lacAuthorHeading01 .lacBodyHeading01{
		margin: 10px 0 20px;
		padding: 0;
	}
	.lacAuthorHeading01 .lacBodyHeading01 span{
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.lacAuthorInfo01 p{
		font-size: 15px;
		font-size: 1.5rem;
		margin: 1em 0 0;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleList01 {
		overflow: hidden;
		margin: 30px 0 60px;
		display: flex;
		flex-wrap: wrap;
	}
	.lacArticleList01 li {
		width: 33.3%;
		border-top: 1px solid #d7dce1;
		border-right: 1px solid #d7dce1;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacArticleList01 li:hover {
		background-color: #fff;
	}
	.lacArticleList01 li:hover .lacArticleImg01 img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.lacArticleList01 li:nth-child(1),
	.lacArticleList01 li:nth-child(2),
	.lacArticleList01 li:nth-child(3) {
		border-top: 0;
	}
	.lacArticleList01 li:nth-child(3n) {
		border-right: 0;
	}
	.lacArticleList01 a {
		padding: 3vw;
	}
	.lacArticleImg01 {
		overflow: hidden;
	}
	.lacArticleImg01 img {
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacArticleTitle01 {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 15px 0 -5px;
	}
	/* TOPページビジュアル
	--------------------------------- */
	.item01 .lacVisualTitle01 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.item01 .lacVisualTitle01.long {
		font-size: 20px;
		font-size: 2rem;
	}
	.item02 .lacVisualTitle01,
	.item03 .lacVisualTitle01 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.item02 .lacVisualTitle01.long,
	.item03 .lacVisualTitle01.long {
		font-size: 12px;
		font-size: 1.2rem;
		font-size: 1vw;
	}
	.item02 .lacVisualAuthor01,
	.item03 .lacVisualAuthor01 {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.lacArticleList02 {
		overflow: hidden;
		padding: 0 3vw;
		display: flex;
	}
	.lacArticleList02 li {
		margin: .2% 0 0 3vw;
		width: 33.1%;
		width: calc( (100% - 3vw * 2 ) / 3);
		box-sizing: border-box;
	}
	.lacArticleList02 li:nth-child(3n+1) {
		margin-left: 0;
	}
	.lacArticleList02 a {
		padding-top: 50%;
		box-sizing: border-box;
	}
	.lacArticleList02 a:hover .lacArticleImg02 img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.lacArticleImg02 {
		overflow: hidden;
		opacity: .75;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.lacArticleImg02 img {
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
	.lacArticleTxt02 {
		padding: 28px 20px 72px;
	}
	.lacArticleDate02 {
		font-size: 10px;
		font-size: 1rem;
		margin: 0 0 15px;
	}
	.lacArticleTitle02 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.lacArticleAuthor02 {
		color: rgba(255,255,255,0.75);
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 15px 20px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.lacArticleAuthor02 .avatar{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	/* 詳細ページビジュアル
	--------------------------------- */
	.lacVisualDetai01 {
		height: 520px;
		/*margin-bottom: 50px;*/
		position: relative;
		overflow: hidden;
	}
	.lacVisualDetai01.report .lacVisualDetaiTxt01 {
		background-color: rgba(33, 136, 106, 0.9);
	}
	.lacVisualDetai01.alert .lacVisualDetaiTxt01 {
		background-color: rgba(126, 66, 127, 0.9);
	}
	.lacVisualDetai01.people .lacVisualDetaiTxt01 {
		background-color: rgba(14, 41, 104, 0.9);
	}
	.lacVisualDetai01.service .lacVisualDetaiTxt01 {
		background-color: rgba(0, 132, 164, 0.9);
	}
	.lacVisualDetai01.announce .lacVisualDetaiTxt01 {
		background-color: rgba(129, 117, 110, 0.9);
	}
	.lacVisualDetai01.media .lacVisualDetaiTxt01 {
		background-color: rgba(63, 95, 170, 0.9);
	}
	.lacVisualDetai01.casestudy .lacVisualDetaiTxt01 {
		background-color: rgba(45, 165, 62, 0.9);
	}
	.lacVisualDetai01.event .lacVisualDetaiTxt01 {
		background-color: rgba(204, 155, 55, 0.9);
	}
	.lacVisualDetaiLogo01 {
		display: none;
	}
	.lacVisualDetaiImg01 {
		width: 100%;
		height: 520px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -50%;
	}
	.lacVisualDetaiImg01 img {
		max-width: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.lacVisualDetaiTxt01 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.lacVisualDetaiTxtIn01 {
		/*width: 1020px;*/
		max-width: 1100px;
		padding: 40px 10px 30px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}
	.lacVisualDetaiDate01 {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 20px;
	}
	.lacVisualDetaiTitle01 {
		font-size: 30px;
		font-size: 3rem;
		margin: 0 0 20px;
	}
	.lacVisualDetaiLink01 {
		position: absolute;
		top: 25px;
		right: 10px;
	}
	/* LAC WATCH詳細ページ
	--------------------------------- */
	.lacEntryArea {
		width: 800px;
		padding: 0;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.lacEntryArea .entryArea {
		margin: 0 0 50px;
	}
	.lacEntryArea .lacArticleList02 {
		padding: 0;
	}
	.lacEntryArea .lacArticleList02 li {
		margin: .2% 0 0;
		width: calc( (100% - 20px * 2 ) / 3);
	}
	.lacEntryArea .lacArticleList02 li + li{
		margin-left: 20px;
	}

	/* LAC WATCH詳細ページ下部
	--------------------------------- */
	.lacNavBottom01 {
		padding: 45px 10px 30px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}
	.lacNavBottomIn01 {
		width: 800px;
		margin: 0 auto;
	}
	.lacNavBottomItem01 {
		margin: 0 0 25px;
	}
	.lacNavBottomHeading01 {
		margin: 0 0 10px;
	}
	.lacNavBottomMenu01 {
		font-size: 0;
		padding: 0 0 25px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lacNavBottomMenu01 li {
		display: inline-block;
	}
	.lacNavBottomMenu01 li:after {
		content: "|";
		margin: 0 15px;
		opacity: .25;
	}
	.lacNavBottomMenu01 li:last-child:after {
		display: none;
	}

	.lacEventNav01{
		font-size: 1.9rem;
		margin: 30px auto;
		padding: 0 3vw;
		text-align: center;
	}
	.lacEventNav01 a{
		text-decoration: none;
	}
	.lacEventNav01 a:hover{
		color: #2d5a9b;
	}

	.lacEventList01{
		display: flex;
		flex-wrap: wrap;
		padding: 0 3vw;
		column-gap: 3%;
		row-gap: calc( (100vw - 220px) * 0.03);
	}
	.lacEventList01 li{
		width: calc((100% - 3% * 2) / 3);
	}
	.lacEventList01 a{
		flex-direction: column;
		height: 100%;
	}
	.lacEventList01 a:hover {
		background-color: #fff;
	}
	.lacEventList01 .lacEventImg01 {
		overflow: hidden;
	}
	.lacEventList01 .lacEventImg01 img {
		width: 100%;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.lacEventList01 a:hover .lacEventImg01 img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.lacEventList01 .lacEventTxt02 {
		padding: 10px;
	}

	/* LAC WATCHライター一覧
	--------------------------------- */
	.lacAuthorArea01{
		padding-bottom: 0;
	}
	.lacAuthorList01 {
		margin: 0 0 -1px;
	}
	.lacAuthorList01 li{
		float: none;
		border-top: none;
		border-right: 1px solid #d7dce1;
		border-bottom: 1px solid #d7dce1;
	}
	.lacAuthorList01 .avatar{
		width: 100px;
		height: 100px;
	}
	/* メニュー開閉
	--------------------------------- */
	/* この記事は役に立ちましたか
	--------------------------------- */
	.feedbackBlock p {
		display: inline-block;
		margin-right: 5px;
	}
	.entryInfoBlock{
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.entryInfoShare{
		width: 50%;
		background-color: #f0f5fa;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.entryInfoMagazine{
		color: #fff;
		background-color: #14141e;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.entryInfoContact{
		color: #fff;
		background-color: #003c6e;
		background-color: #003c6e;
		background-color: #003c6e;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 540px) and (max-width: 1020px) {
	/* ---------------------------
 * PC（540px〜1020px）
 * --------------------------- */
	/* LAC メインビジュアル下
	--------------------------------- */
	/* TOPビジュアル
	--------------------------------- */
	.lacVisualTxt01 {
		margin-left: auto;
	}
	.item01 .lacVisualTitle01.long {
		font-size: 22px;
		font-size: 2.2rem;
	}
	/* TOPビジュアル
	--------------------------------- */
	.lacVisualLogoArea01 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.lacVisualMenu01 {
		padding-left: 30px;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArchiveHeading01 {
		padding: 0 30px;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleList01 a {
		padding: 30px;
	}
 /* 記事下
	--------------------------------- */
  .lacAsideArea {
  display: none;
 }
}

@media screen and (min-width: 1021px) {
	/* ---------------------------
 * PC（1120px以上）
 * --------------------------- */

}

@media screen and (min-width: 1440px) {
	/* ---------------------------
 * PC（1440px以上）
 * --------------------------- */
	/* LAC メインビジュアル下
	--------------------------------- */
	/* 記事リスト
	--------------------------------- */
	.lacArchiveHeading01 {
		padding: 0 43px;
	}
	/* 記事リスト
	--------------------------------- */
	.lacArticleList01 a {
		padding: 43px;
	}
}