@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */


.panel {
	display: none;
}


.panel.is-show {
	display: block;
}

/*----------------------*/
.contBlock01 {
	padding: 100px 0px 100px 0px;
	background-color: #fff;
}

.contH301 {
	text-align: center;
	margin-bottom: 30px;
}

.contH301 .s01 {
	display: block;
	color: #867f79;
    font-size: 14px;
	line-height: 1.8em;
}

.contH301 .s02 {
	display: block;
	color: #010101;
	font-size: 32px;
	line-height: 1.6em;
}

/* ****************************************************
# Top Tabs
***************************************************** */
.cont01Tab01 li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: 25%;
	block-size: 50px;
	box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
	color: var(--tab-bg-passive-text-color);
	background-color: var(--tab-bg-passive-color);
	border-left: 2px solid var(--sub-border-color);

	&.is-active,
	 .cont01Tab01 li:hover {
		color: var(--tab-bg-active-text-color);
		background-color: var(--tab-bg-active-color);
	}

	&:first-child {
		border-left: none;
	}

	& p {
		font-size: 16px;
		line-height: 1.8em;
		margin-bottom: 0;
	}
}


.cont01BtnWrap01 {
	margin-top: 40px;

	& a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--common-bg-color);
		color: #9b9792;
		font-size: 16px;
		line-height: 1.0em;
		box-sizing: border-box;
		padding: 10px 20px 10px 5px;
		border: 1px solid #dddddd;
		position: relative;
		width: 230px;
		height: 60px;
		margin: auto;
	}

	& a:link {
		color: #010101;;
		text-decoration: none;
	}

	& a:visited {
		color: #010101;;
		text-decoration: none;
	}

	& a:hover {
		color: #010101;;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& a:active {
		color: #010101;;
		text-decoration: none;
	}

	& a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}
}



.contNewsWrap01 {
	margin-top: 20px;

	& li {
		position: relative;
		border-bottom: 1px solid var(--news-border-color);
		font-size: 16px;
		line-height: 1.6em;
		padding: 25px 0px;
	}

	&:after {
		content: "";
		display: block;
		clear: both;
	}

	& li .time {
		vertical-align: middle;
		float: left;
	}

	& li .cate {
		float: left;

		& p {
			margin-left: 35px;
			display: inline-block;
			background-color: var(--news-icon-bg-color);
			color: var(--news-icon-text-color);
			border-radius: 100px;
			width: 7em;
			text-align: center;
			font-size: 14px;
			line-height: 1.0em;
			padding: 8px;
		}
	}

	& li .cont {
		margin-left: 35px;
		vertical-align: middle;
		float: left;
		text-align: left;
		width: calc(100% - 330px);

		& a:link {
			color: var(--news-link);
			text-decoration: none;
		}

		& a:visited {
			color: var(--news-visited);
			text-decoration: none;
		}

		& a:hover {
			color: var(--news-hover);
			text-decoration: underline;
		}

		& a:active {
			color: var(--news-active);
			text-decoration: none;
		}
	}

}


/*-------------------------*/

.mainvisualSlide01.flexslider {
	margin: 0 0 0px;
	background: #fff;
	border: none;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
}

.mainvisualSlide01 .flex-pauseplay {
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 10px;
	z-index: 20;

	& a {
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		bottom: 0px;
		left: 0px;
		opacity: 0.8;
		z-index: 11;
		overflow: hidden;
		cursor: pointer;
		color: #ffffff;

		&:before {
			font-family: "flexslider-icon";
			font-size: 15px;
			display: inline-block;
			content: '\f004';
		}

		&:hover {
			opacity: 1;
		}

		&.flex-play:before {
			content: '\f003';
		}
	}
}



.mainvisualSlide01 .flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	z-index: 10;
	padding: 10px;
	line-height: 0px;

	& li {
		margin: 0 8px 0 0;
		display: inline-block;
		zoom: 1;

		& a {
			width: 11px;
			height: 11px;
			display: block;
			background: #666;
			background: #9b9792;
			cursor: pointer;
			text-indent: -9999px;
			-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
	}
}


.mainvisualSlide01 .flex-control-paging li a:hover {
	background: #ffffff;
}

.mainvisualSlide01 .flex-control-paging li a.flex-active {
	background: #ffffff;
	cursor: default;
}



/*------------------------*/

.mainvisualWrap01 {
	position: relative;
}


.mainvisualSlide01 img {
	width: 100%;
	height: auto;
}

.mainContWrap01 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.mainContIn01 {
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}

#VcArea-MainColum h2.mainTit01,.mainTit01 {
	color: var(--mv-text-color);
	background: var(--mv-bg-color);
    font-size: 40px;
    line-height: 1.8em;
    padding: 50px;
    border-radius: 6px;
    position: absolute;
    left: -10px;
}


/*--------------------*/

.productsBlock01 {
	position: relative;
}

.productsBox01 {
	position: relative;
	padding: 80px 0px 100px 0px;
}

.productsBox01::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--productsBox01-color);
	position: absolute;
	left: 0px;
	top: 0px;
	mix-blend-mode: multiply;
}

.productsBox02 {
	position: relative;
	padding: 60px 0px 60px 0px;
}

.productsBox02::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f2ed;
	position: absolute;
	left: 0px;
	top: 0px;
	mix-blend-mode: multiply;
}

.paraImg {
	background-image: url("/vc-files/top/main01.jpg");
	background-repeat: no-repeat;
	background-position: right center;
    background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.contH301.colWhite .s01 {
	color: #ffffff;
}

.contH301.colWhite .s02 {
	color: #ffffff;
}

.productsUl01 li {
	box-sizing: border-box;
	inline-size: 25%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-inline: 15px;
	list-style: none;

	&:first-child {
		border-left: none;
	}

	& a {
		display: block;
	}

	& a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& a:active {
		color: #ffffff;
		text-decoration: none;
	}
}


.productsImg {
    margin-bottom: 30px;
}


.productsUl02 li {
	width: 23%;
	margin-right: 2.66%;
	float: left;
}

.productsUl02 li:nth-child(4n) {
	margin-right: 0px;
}

.productsUl02 li a {
	display: block;
}

.productsUl02 li a:link {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li a:visited {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li .ul02Box01 a:hover {
	color: #9b9792;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.productsUl02 li .ul02Box02 a:hover {
	color: #9b9792;
	text-decoration: none;
}

.productsUl02 li a:active {
	color: #9b9792;
	text-decoration: none;
}


.productsUl02 li .ul02Box02 a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	text-align: left;
	height: 60px;
	padding: 5px 35px 5px 20px;
	font-size: 16px;
	line-height: 1.37em;
	font-weight: bold;
	background-color: #ffffff;
}

.productsUl02 li .ul02Box02 a::after {
	content: "";
	background-image: url("../img/common/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}


/* --------------------------------------------------------------------
 # newsBlock
-------------------------------------------------------------------- */
.newsBlock {
    background: var(--news-block-bg-color);
}

.linkBlock01 {
	background-color: #FFF;
	padding: 60px 0px 60px 0px;
}

.lineupWrap {
    margin-top: 50px;

	& li {
		inline-size: calc(50% - 1.3%);
		margin-inline-end: 2.6%;
		float: left;
	}

	& li:nth-child(2n) {
		margin-inline-end: 0px;
	}

	& img{
		margin-block-end: 30px;
	}
}



.linkUL01 li {
	width: 31.6%;
	margin-right: 2.6%;
	position: relative;
	float: left;

	&:nth-child(3n) {
		margin-right: 0px;
	}

	& a {
		display: block;
	}

	& .box01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	& .box01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	& .box02 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	&:hover .box01 img {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& .box01 a {
		position: relative;
		z-index: 0;
	}

	& .box02 a {
		background-color: #9b9792;
		box-sizing: border-box;
		height: 100%;
		text-align: left;
		padding: 20px 18px 35px 18px;
		font-size: 18px;
		line-height: 1.1em;
		font-weight: bold;
		word-break: break-all;
		writing-mode: vertical-rl;
		text-orientation: upright;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	& .box02 a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		bottom: 16px;
		left: 50%;
		margin-left: -8px;
	}
}


.linkBlock02 {
	background-color: var(--common-bg-color);
	padding: 60px 0px 60px 0px;

	& li {
		inline-size: calc(100% / 4 - 30px);
		margin-inline-end: 30px;
		float: left;
		list-style: none;
	}

	& li:nth-child(4n) {
		margin-block-end: 0;
	}

	& li a {
		display: block;
	}

	& a:link {
		color: var(--default-link);
		text-decoration: none;
	}

	& li a:visited {
		color: var(--default-visited);
		text-decoration: none;
	}

	& li a:hover {
		color: var(--default-hover);
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	& li a:active {
		color: var(--default-active);
		text-decoration: none;
	}

	& li .box02 a {
		position: relative;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		height: 60px;
		text-align: left;
		padding: 5px 25px 5px 0px;
		font-size: 18px;
		line-height: 1.1em;
		font-weight: bold;
	}

	& li .box02 a::after {
		font-family: "Font Awesome 6 Pro";
		font-weight: 900;
		content: "\f061";
		color: var(--default-link-color);
		margin-inline-end: 0;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -8px;
	}
}


@media screen and (max-width: 980px) {

	.productsUl01 li {
		font-size: 17px;
	}

	.productsUl02 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.productsUl02 li:nth-child(2n) {
		margin-right: 0px;
	}

	.productsUl02 li .ul02Box01 img {
		width: 100%;
		max-width: 200%;
	}

	.linkUL02 li .box02 a {
		height: 44px;
		font-size: 13px;
	}

}



@media screen and (max-width: 767px) {

	/*----------------------*/

	.panel {
		display: none;
	}

	.panel.is-show {
		display: block;
	}

	/*----------------------*/

	.contBlock01 {
		padding: 45px 20px 45px 20px;
	}

	.cont01Tit01 {
		float: none;
		text-align: center;
		margin-right: 0px;
	}

	.cont01Tab01 {
		float: none;
		margin-top: 25px;
	}

	.contH301 .s01 {
		display: block;
		font-size: 12px;
		line-height: 1.8em;
		font-weight: 600;
	}

	.contH301 .s02 {
		display: block;
		font-size: 22px;
		line-height: 1.6em;
	}

	.cont01Tab01 li {
		float: left;
		padding: 0px 10px;
		border-left: 1px solid #cccccc;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 38px;
	}

	.cont01Tab01 li:first-child {
		border-left: none;
	}

	.cont01Tab01 li p {
		font-size: 11px;
		line-height: 1.2em;
	}

	.cont01BtnWrap01 {
		margin-top: 30px;
		float: none !important;
		text-align: center;
	}

	.cont01BtnWrap01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		color: #9b9792;
		font-size: 16px;
		line-height: 1.0em;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		border: 1px solid #dddddd;
		position: relative;
		width: 230px;
		height: 60px;
		margin: auto;
	}

	.cont01BtnWrap01 a:link {
		text-decoration: none;
	}

	.cont01BtnWrap01 a:visited {
		text-decoration: none;
	}

	.cont01BtnWrap01 a:hover {
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.cont01BtnWrap01 a:active {
		text-decoration: none;
	}

	.contNewsWrap01 {
		border-top: 1px solid #dddddd;
		margin-top: 28px;
	}

	.contNewsWrap01 li {
		position: relative;
		border-bottom: 1px solid #dddddd;
		font-size: 14px;
		line-height: 1.6em;
		padding: 20px 24px 20px 0px;
		text-align: left;
	}

	.contNewsWrap01 li::before {
		content: "";
		background-image: url("../img/common/cont_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px auto;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 62px;
		margin-top: px;
	}

	.contNewsWrap01 li .time {
		vertical-align: middle;
		float: left;
		font-size: 12px;
	}

	.contNewsWrap01 li .cate {
		float: left;
	}

	.contNewsWrap01 li .cate p {
		margin-left: 20px;
		font-size: 10px;
		line-height: 1.0em;
		padding: 7px;

	}

	.contNewsWrap01 li .cont {
		margin-left: 0px;
		vertical-align: middle;
		float: left;
		clear: both;
		width: auto
	}

	.contNewsWrap01 li .cont a:hover {
		text-decoration: underline;
	}

	.contNewsWrap01 li:after {
		content: "";
		display: block;
		clear: both;
	}

	/*-------------------------*/

	.mainvisualSlide01.flexslider {
		margin: 0 0 0px;
		background: #fff;
		border: none;
		position: relative;
		zoom: 1;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
	}

	.mainvisualSlide01 .flex-pauseplay {
		position: absolute;
		bottom: 5px;
		left: auto;
		right: 10px;
		z-index: 20;

		& a {
			display: block;
			width: 20px;
			height: 20px;
			position: relative;
			bottom: 0px;
			left: 0px;
			opacity: 0.8;
			z-index: 11;
			overflow: hidden;
			cursor: pointer;
			color: #ffffff;

			&:before {
				font-family: "flexslider-icon";
				font-size: 15px;
				display: inline-block;
				content: '\f004';
			}

			&:hover {
				opacity: 1;
			}

			&.flex-play:before {
				content: '\f003';
			}
		}
	}

	

	.mainvisualSlide01 .flex-control-nav {
		width: auto;
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align: left;
		z-index: 10;
		padding: 10px 39px 10px 10px;
		line-height: 0px;

		& li {
			margin: 0 8px 0 0;
			display: inline-block;
			zoom: 1;

			& a {
				width: 11px;
				height: 11px;
				display: block;
				cursor: pointer;
				text-indent: -9999px;
				-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
			}
		}
	}

	.mainvisualSlide01 .flex-control-paging li a:hover {
		background: #ffffff;
	}

	.mainvisualSlide01 .flex-control-paging li a.flex-active {
		background: #ffffff;
		cursor: default;
	}



	/*------------------------*/

	.mainvisualSlide01 img {
		width: 100%;
		height: auto;
	}

	.mainContWrap01 {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 5;
	}

	.mainContIn01 {
		text-align: left;
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		box-sizing: border-box;
		padding: 27px;
	}

	#VcArea-MainColum h2.mainTit01,.mainTit01 {
		font-size: 20px;
		line-height: 1.8em;
       padding: 20px 20px 20px 30px;
	}



	/*--------------------*/

	.productsBlock01 {
		position: relative;
	}

	.productsBox01 {
		position: relative;
		padding: 32px 10px 60px 10px;
	}

/*	.productsBox01::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #9b9792;
		position: absolute;
		left: 0px;
		top: 0px;
		mix-blend-mode: multiply;
	}
*/
	.productsBox02 {
		position: relative;
		padding: 20px 20px 20px 20px;
	}

	.productsBox02::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #f5f2ed;
		position: absolute;
		left: 0px;
		top: 0px;
		mix-blend-mode: multiply;
	}

/*	.paraImg {
		background-image: url("../img/top/products_base_bg01.png");
		background-repeat: no-repeat;
		background-position: right center;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: -1;
	}*/

	.contH301.colWhite .s01 {
		color: #ffffff;
	}

	.contH301.colWhite .s02 {
		color: #ffffff;
	}

	.productsUl01 li {
		box-sizing: border-box;
		width: 50%;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.8em;
		border-left: none;
		padding: 18px 0px;
		position: relative;
	}

	.productsUl01 li::after {
		content: "";
		background-color: rgba(255, 255, 255, 0.15);
		position: absolute;
	}

	.productsUl01 li:nth-child(1)::after {
		width: 1px;
		height: 93%;
		right: 0px;
		top: 0px;
	}

	.productsUl01 li:nth-child(2)::after {
		width: 93%;
		height: 1px;
		right: 0px;
		bottom: 0px;
	}

	.productsUl01 li:nth-child(3)::after {
		width: 93%;
		height: 1px;
		left: 0px;
		top: 0px;
	}

	.productsUl01 li:nth-child(4)::after {
		width: 1px;
		height: 93%;
		left: 0px;
		bottom: 0px;
	}

    .productsUl01 li:nth-child(3){
        clear: both
    }


	.productsUl01 li:first-child {
		border-left: none;
	}

	.productsUl01 li a {
		display: block;
	}

	.productsUl01 li a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.productsUl01 li a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.productsUl01 li a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.productsUl01 li a:active {
		color: #ffffff;
		text-decoration: none;
	}


	.productsImg img {
		max-width: 80%;
		height: auto;
	}
.lineupWrap li {
	font-size: 12px;
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: left;
}

	.productsUl02 li {
		width: auto;
		margin-right: 0px;
		float: none;
		margin-top: 20px;
		background-color: #ffffff;
	}

	.productsUl02 li:first-child {
		margin-top: 0px;
	}

	.productsUl02 li::after {
		content: "";
		display: block;
		clear: both;
	}


	.productsUl02 li:nth-child(4n) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.productsUl02 li a {
		display: block;
	}

	.productsUl02 li a:link {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li a:visited {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li a:hover {
		color: #9b9792;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.productsUl02 li a:active {
		color: #9b9792;
		text-decoration: none;
	}

	.productsUl02 li .ul02Box01 {
		height: 70px;
		float: left;
		overflow: hidden;
	}

	.productsUl02 li .ul02Box01 img {
		width: 137px;
		height: auto;
	}

	.productsUl02 li .ul02Box02 {
		width: calc(100% - 137px);
		float: left;
	}

	.productsUl02 li .ul02Box02 a {
		position: relative;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		text-align: left;
		height: 70px;
		padding: 5px 25px 5px 10px;
		font-size: 14px;
		line-height: 1.37em;
		font-weight: bold;
		background-color: #ffffff;
	}

	.productsUl02 li .ul02Box02 a::after {
		content: "";
		background-image: url("../img/common/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}

	/*----------------------*/

	.linkBlock01 {
		padding: 20px 20px 20px 20px;
	}

	.linkUL01 li {
		width: auto;
		margin-right: 0px;
		position: relative;
		float: none;
		margin-top: 20px;
	}

	.linkUL01 li:first-child {
		margin-top: 0px;
	}

	.linkUL01 li:nth-child(3n) {
		margin-right: 0px;
	}

	.linkUL01 li a {
		display: block;
	}

	.linkUL01 li a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li a:hover {
		color: #ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	.linkUL01 li a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.linkUL01 li::after {
		content: "";
		display: block;
		clear: both;
	}

	.linkUL01 li .box01 {
		width: 120px;
		height: 70px;
		float: left;
		font-size: 0px;
		line-height: 0px;
		overflow: hidden;
	}

	.linkUL01 li .box02 {
		width: calc(100% - 120px);
		height: 70px;
		float: left;
	}

	.linkUL01 li .box02 a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 10px 20px 10px 10px;
		font-size: 14px;
		line-height: 1.1em;
		font-weight: bold;
		word-break: break-all;
		writing-mode: horizontal-tb;
		position: relative;
		left: 0px;
		top: 0px;
	}

	/*--------------------*/

	.linkBlock02 {
		padding: 2px 20px 20px 20px;

		& li {
			inline-size: calc(100% / 2 - 10px);
			margin-inline-end: 20px;
			float: left;
			margin-top: 18px;
		}

		& li:nth-child(2n) {
			margin-inline-end: 0;
		}

		& li .box02 a {
			position: relative;
			box-sizing: border-box;
			display: flex;
			align-items: center;
			height: 38px;
			text-align: left;
			padding: 5px 15px 5px 0px;
			font-size: 13px;
			line-height: 1.1em;
			font-weight: bold;
		}

	}

}

@media screen and (max-width: 980px) {
	.mainvisualWrap01 {
		margin-block-start: 40px;
	}
}/*
.module-flex-img-item p{
    text-align: center!important
}*/