@charset "utf-8";

/*------------------------------------------------------------
index
------------------------------------------------------------*/
#top #sysAll {
	text-align: left;
	padding: 0 0 0 0 !important;
	/** border-top: 4px solid #1E22AA !important; **/
}

#sysHeader {
	margin-bottom: 0;
	border-bottom: none;
	border-top: 4px solid #1E22AA;
}

#gNavi {
	padding: 28px 0;
}

.mainImg {
	margin-bottom: 51px;
	padding-top: 167px;
}
@media screen and (max-width: 768px) {
	.mainImg {
		padding-top: 80px;
	}
}

.mainImg .slider li {
	position: relative;
}

.mainImg .slider li img {
	width: 100%;
}
.mainImg .slider li a.carousel__btn {
	display: inline-block;
	text-align: center;
	min-width: 15vw;
	height: auto;
	padding: 1rem;
	font-size: 1vw;
	background-color: rgba(30,35,169,1.0);
	border: rgba(255,255,255,0.3) solid 1px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 7.5%;
	color: rgba(255,255,255,1.0);
}
.mainImg .slider li a.external__link:after {
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 1rem;
	color: rgba(255,255,255,1.0);
	font-size: 0.75vw;
}
@media screen and (max-width:768px) {
	.mainImg .slider li a.carousel__btn {
		min-width: 50%;
		height: auto;
		padding: 1rem;
		font-size: 100%;
	}
}

.slick-dots {
	margin-top: 10px;
	text-align: center;
}

.slick-dots li {
	margin: 0 8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EAEAEA;
}

.slick-dots li.slick-active {
	background-color: #0755DF;
}

.slick-dots li button {
	display: none;
}

.banner {
	margin: 0 auto 71px;
	width: 1000px;
	height: 136px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #F5F5F5;
}

#sysMain .txtBox {
	margin: 0 24px 43px;
	padding: 1rem 0;
	background-color: #F5F5F5;
}
#sysMain .txtBox__red {
	margin: 0 24px 43px;
	padding: 1rem;
	background-color: rgba(235,148,148,0.2);
}
#sysMain .txtBox em,
#sysMain .txtBox__red em{
	font-size: 110%;
	display: block;
	text-align: center;
	font-style: normal;
	margin-bottom: 1rem;
	font-weight: bold;
}
#sysMain .txtBox p,
#sysMain .txtBox__red p{
	line-height: 1.5;
}
#sysMain .txtBox ul,
#sysMain .txtBox__red ul{
	margin-left: 4rem;
	list-style: disc;
}
#sysMain .txtBox li,
#sysMain .txtBox__red li{
	margin-bottom: 1rem;
	list-style: disc;
}
@media screen and (max-width: 768px) {
	#sysMain .txtBox ul,
	#sysMain .txtBox__red ul{
		margin-left: 2rem;
	}
}

#sysMain .imgBox {
	margin: 0 24px 60px;
	justify-content: space-between;
}

#sysMain .imgBox .photo {
	margin-right: -390px;
	position: relative;
}

#sysMain .imgBox .photo:after {
	width: 641px;
	height: 335px;
	position: absolute;
	right: -106px;
	top: 35px;
	z-index: -1;
	background: url("../img/index/bg01.png") no-repeat center center;
	background-size: cover;
	content: "";
}

#sysMain .imgBox .txtBox {
	margin-top: 181px;
	padding: 38px 55px 0;
	width: 454px;
	text-align: left;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background-color: #FFF;
}

#sysMain .imgBox .txtBox .comLink {
	margin-bottom: -32px;
}

#sysMain .imgBox .txtBox p {
	margin-bottom: 38px;
	text-align: justify;
	line-height: 1.9;
}

#sysMain .imgBox01 {
	margin-bottom: 80px;
	flex-direction: row-reverse;
}

#sysMain .imgBox01 .photo {
	margin: 0 0 0 -390px;
}

#sysMain .imgBox01 .photo:after {
	right: auto;
	left: -106px;
}

#sysMain .imgBox01 .txtBox {
	margin-top: 140px;
}

#sysMain .phoList {
	margin-bottom: 70px;
}

#sysMain .phoList li {
	margin-right: 39px;
}

#sysMain .phoList li:nth-child(3n) {
	margin-right: 0;
}

#sysMain .phoList li .photo {
	margin-bottom: 33px;
}

#sysMain .phoList li p {
	margin-bottom: 18px;
	font-size: 1.4rem;
	text-align: center;
}

#sysMain .phoList li p .price {
	margin-top: 2px;
	display: block;
	color: #878787;
}

#sysMain .h2Ttl01 {
	margin-bottom: 15px;
}

#sysMain .h2Ttl01:before,
#sysMain .h2Ttl01:after {
	display: none;
}

#sysMain .sysFuncInformation .newsList li {
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #EAEAEA;
}

#sysMain .sysFuncInformation ul li:last-of-type {
	border-bottom: 1px solid #EAEAEA;
}

#sysMain .sysFuncInformation .newsList li .date {
	width: 90px;
	display: block;
	color: #979797;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

#sysMain .sysFuncInformation .newsList li a {
	margin-left: 5px;
	display: block;
	flex: 1;
	font-size: 1.4rem;
}

#top .sysTitle, .sysHeadline {
	padding: 15px 30px 15px 20px;
}

#top #sysWrap {
	padding-top: 0;
}

#top #sysWrap .sysHeadline {
	padding: 15px 30px 15px 24px;
}

#top #sysAside .side_navi_1 .sysHeadline,
#top #sysAside .side_navi_category .sysHeadline,
#top #sysAside .side_navi_home_expendables .sysHeadline,
#top #sysAside .side_contents_list .sysHeadline {
	padding: 0;
}
@media screen and (max-width: 768px){
	#top #sysAll {
	padding: 0 0 0 0 !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 20px 0;
	}

	#sysHeader {
		border-top: 1px solid #1E22AA;
	}

	#top #sysWrap {
		margin-bottom: 50px;
		margin: 0 10px;
		padding-top: 0;
		width: auto;
		display: block;
	}

	/**
	#sysHeader .menuBox {
		top: 14.7%;
	}
	**/

	#sysAll {
		text-align: left;
		padding: 15px 0px 0px 0px !important;
		border-top: 4px solid #1E22AA;
	}

	.side_navi_1 {
		border-top: 0px solid #000;
	}

	.sysTitle, .sysHeadline {
		padding: 0px;
	}

	.mainImg {
		margin-bottom: 40px;
	}

	.banner {
		margin: 0 auto 35px;
		width: auto;
		height: 22vw;
	}

	#sysMain .txtBox,
	#sysMain .txtBox__red{
		margin: 0 0 20px;
		padding: 1rem;
	}

	#sysMain .imgBox {
		margin: 0 0 50px;
		display: block;
		padding: 10px !important;
	}

	#sysMain .imgBox .photo {
		margin-right: 0;
	}

	#sysMain .imgBox .photo img {
		width: 100%;
	}

	#sysMain .imgBox .photo:after {
		width: 100%;
		height: 100%;
		right: -15px;
		top: 15px;
	}

	#sysMain .imgBox .txtBox {
		margin-top: 30px;
		padding: 15px;
		width: auto;
	}

	#sysMain .imgBox .txtBox .comLink {
		margin-bottom: 0;
	}

	#sysMain .imgBox01 {
		margin-bottom: 50px;
		display: block;
	}

	#sysMain .imgBox01 .photo {
		margin: 0;
	}

	#sysMain .imgBox01 .photo:after {
		right: auto;
		left: -15px;
	}

	#sysMain .imgBox01 .txtBox {
		margin-top: 30px;
	}

	#sysMain .phoList {
		margin-bottom: 40px;
		display: block;
	}

	#sysMain .phoList li {
		margin: 0 0 20px;
	}

	#sysMain .phoList li:last-of-type {
		margin-bottom: 0;
	}

	#sysMain .phoList li .photo {
		text-align: center;
	}

	#sysMain .phoList li p {
		font-size: 3.2vw;
	}

	#sysMain .newsList li .date {
		width: 20vw;
		font-size: 3vw;
	}

	#sysMain .newsList li a {
		font-size: 3.2vw;
	}

	#top #sysWrap .sysHeadline {
		padding: 0;
	}
}

/*------------------------------------------------------------
New Item
------------------------------------------------------------*/
/* #top .newItem-list .sysItemName {
	height: 5rem;
} */
#top .newItem-list .sysContent .sysHorizontal li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
#top .newItem-list .sysContent .sysHorizontal li .sysItemImage{
	min-height: 0%;
}

#top .newItem-list .sysItemPrice {
	font-size: 1.8rem;
}

#top .newItem-list .sysCartButton {
	margin-top: 15px;
}

@media all and (max-width: 896px) {
	/* #top .newItem-list .sysItemName {
		height: 75px;
	} */
	#top .newItem-list .sysItemPrice {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
Item Category
------------------------------------------------------------*/
#top .top_item-category .sysContent ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 30px 5rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top .top_item-category .sysContent li {
	flex-basis: 22%;
	margin: 0 3% 2rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#top .top_item-category .sysContent li:last-of-type {
	margin-right: 0;
}
#top .top_item-category .sysContent li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
#top .top_item-category .sysContent li p {
	text-align: center;
	font-size: 1.25em;
}
#top .top_item-category .sysContent li:hover p {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	#top .top_item-category .sysContent ul {
		margin: 0 0 5rem;
	}
 	#top .top_item-category .sysContent li {
		flex-basis: 32%;
		margin: 0 2% 2rem 0;
	}
	#top .top_item-category .sysContent li:nth-of-type(3n) {
		margin-right: 0;
	}
	#top .top_item-category .sysContent li p {
		font-size: 1em;
	}
}

/*------------------------------------------------------------
Purpose Category
------------------------------------------------------------*/
#top .top_purpose-category_h2 {
	margin-top: 50px;
}

#top .top_purpose-category_h2 h2.headLine01 {
	margin-bottom: 10px;
}

#top .top_purpose-category_item-list h3,
#top .top_purpose-category_accessories h3,
#top .top_purpose-category_expendables h3 {
	margin-bottom: 10px;
	padding: 10px 25px;
	background-color: #EFEFF9;
	font-size: 0.8em;
}
/*-- 共通 ＋ 製品カテゴリ別 -*/
#top .top_purpose-category_item-list .sysContent ul,
#top .top_purpose-category_accessories .sysContent ul,
#top .top_purpose-category_expendables .sysContent ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 30px 2rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#top .top_purpose-category_item-list .sysContent li {
	flex-basis: 20%;
	margin: 0 5% 1rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top .top_purpose-category_item-list .sysContent li:last-of-type,
#top .top_purpose-category_accessories .sysContent li:last-of-type,
#top .top_purpose-category_expendables .sysContent li:last-of-type {
	margin-right: 0;
}

#top .top_purpose-category_item-list .sysContent li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

#top .top_purpose-category_item-list .sysContent li p {
	text-align: center;
	font-size: 1.1em;
}

#top .top_purpose-category_item-list .sysContent li:hover p,
#top .top_purpose-category_accessories .sysContent li:hover p,
#top .top_purpose-category_expendables .sysContent li:hover p {
	opacity: 0.7;
}

@media all and (max-width: 768px) {
	#top .top_purpose-category_item-list h3,
	#top .top_purpose-category_accessories h3,
	#top .top_purpose-category_expendables h3 {
		font-size: 0.7em;
	}

	#top .top_purpose-category_item-list h3 {
		margin: 20px 0;
	}

	#top .top_purpose-category_item-list .sysContent ul,
	#top .top_purpose-category_accessories .sysContent ul,
	#top .top_purpose-category_expendables .sysContent ul {
		margin: 0 0 2rem;
}

	#top .top_purpose-category_item-list .sysContent li {
		flex-basis: 32%;
		margin: 0 2% 2rem 0;
	}

	#top .top_purpose-category_item-list .sysContent li:nth-of-type(3n) {
		margin-right: 0;
	}

	#top .top_purpose-category_item-list .sysContent li p {
		font-size: 1em;
	}
}

/*-- 差分 + 付属品・消耗品別 -*/
#top .top_purpose-category_accessories .sysContent li,
#top .top_purpose-category_expendables .sysContent li {
	flex-basis: 17%;
	margin: 0 3% 1rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top .top_purpose-category_accessories .sysContent li img,
#top .top_purpose-category_expendables .sysContent li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

#top .top_purpose-category_accessories .sysContent li p,
#top .top_purpose-category_expendables .sysContent li p {
	text-align: center;
}

#top .top_purpose-category_item-list .sysContent li:hover p {
	opacity: 0.7;
}

@media all and (max-width: 768px) {
	#top .top_purpose-category_accessories .sysContent li,
	#top .top_purpose-category_expendables .sysContent li {
		flex-basis: 22%;
	}
	#top .top_purpose-category_accessories .sysContent li p,
	#top .top_purpose-category_expendables .sysContent li p {
		font-size: 0.9em;
	}
}