﻿
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

.mainVisual {
	margin-bottom: 80px;
}
.mainVisual .swiper-slide img {
	width: 100%;
}
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
	width: 42px;
	height: 74px;
	border-radius: 6px;
	margin-top: -37px;
	background-color: rgba(255,255,255,0.75);
}
.mainVisual .swiper-button-next:after,
.mainVisual .swiper-button-prev:after {
	font-size: 30px;
	font-weight: bold;
}
.mainVisual .swiper-button-next {
	right: 5%;
}
.mainVisual .swiper-button-prev {
	left: 5%;
}
.comWidth {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.headline01 {
	margin-bottom: 40px;
	text-align: center;
}
.headline01 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.siderbar {
	width: 26.8%;
	float: left;
}
.siderbar .sttl {
	border-left: 6px solid #c5322a;
	background-color: #003bb2 ;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 15px 0 15px 18%;
}
.siderbar .sttl p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.siderbar .sttl p span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.siderbar .simg {
	position: absolute;
	right: 10%;
	top: -25px;
}
.siderbar .sul {
	border: 3px solid #f5f5f5;
	border-top: none;
	padding: 20px 9%;
}
.siderbar .sul li:not(:last-child) {
	margin-bottom: 8px;
}
.siderbar .sul a {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-size: 18px;
	padding: 8px 8px 8px 15px;
	border-left: 4px solid transparent;
}
.siderbar .sul .on a,
.siderbar .sul a:hover {
	background-color: #009ad6;
	color: #fff;
	border-left-color: #c5322a;
	font-weight: bold;
}
.siderbar .sbg {
	background-color: #003bb2 ;
	border-radius: 0 0 10px 10px;
	padding: 30px 9%;
}
.siderbar .sbg li {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	position: relative;
	padding: 0 0 10px 30px;
	word-break: break-all;
}
.siderbar .sbg li img {
	position: absolute;
	left: 0;
	top: 5px;
}
.siderbar .sbg li a {
	color: #fff;
}
.siderbar .code {
	margin-top: 20px;
	text-align: center;
}
.conts {
	width: 100%;
	float: right;
}
.comUl {
	display: flex;
	flex-wrap: wrap;
}
.comUl li {
	width: 22.5%;
	margin: 0 3.05% 30px 0;
}
.comUl li:nth-child(4n) {
	margin-right: 0;
}
.comUl a {
	display: block;
}
.comUl .photo {
	border-radius: 0px;
	overflow: hidden;
}
.comUl .photo img {
	width: 100%;
	border-radius: 0px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comUl a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.comUl p {
	margin-top: 10px;
	text-align: center;
	color: #1e50ae;
    font-weight: bold;
}
.comUl a:hover {
	color: #c5322a;
	font-weight: bold;
}
.indexsec01 {
	margin-bottom: 0px;
    background: rgb(235, 235, 235);
}
.indexsec01 #scroll {
	overflow: hidden;
	height: 850px;
}


.comTop {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #c5322a;
	color: #fff;
}
.productPage .detailphoto {
	margin: 30px 0 40px;
	text-align: center;
}
.productPage .detailphoto img {
	height: auto !important;
}
.productPage .h4Ttl {
	border-bottom: 1px solid #009ad6;
}
.productPage .h4Ttl span {
	min-width: 160px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	background-color: #009ad6;
	font-size: 18px;
	border-radius: 5px 5px 5px 0;
	padding: 10px;
	border-left: 5px solid #f36e21;
	letter-spacing: 1px;
	text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1360px) {
	.comUl .photo img {min-height: 160px;}
	.comUl .photo {height: 160px;}
	.indexsec04 ul .photo img {min-height: 111px;}
	.indexsec04 ul .photo {height: 111px;}
}

@media all and (max-width: 991px) {
	.mainVisual {
		margin-bottom: 40px;
	}
	.mainVisual .swiper-button-next,
	.mainVisual .swiper-button-prev {
		width: 26px;
		height: 50px;
		margin-top: -25px;
	}
	.mainVisual .swiper-button-next:after,
	.mainVisual .swiper-button-prev:after {
		font-size: 18px;
	}
	.mainVisual .swiper-button-next {
		right: 15px;
	}
	.mainVisual .swiper-button-prev {
		left: 15px;
	}
	.comWidth {
		max-width: inherit;
	}
	.siderbar {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.siderbar .sttl {
		display: none;
	}
	.siderbar .sul {
		border: 2px solid #f5f5f5;
		padding: 10px 5px 4px;
		flex-wrap: wrap;
		justify-content: space-between;
		display: flex;
	}
	.siderbar .sul li {
		width: 32%;
		margin-bottom: 6px !important;
	}
	.siderbar .sul a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 10px 9px 10px 5px;
	}
	.siderbar .sbg {
		display: none;
	}
	.conts {
		width: auto;
		float: none;
	}
	.comUl {
		justify-content: space-between;
	}
	.comUl li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comUl .photo {
		height: 126px;
	}
	.comUl .photo img {
		min-height: 126px;
	}
	.comUl p {
		margin-top: 5px;
	}
	.comNote {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.comNote li {
		font-size: 13px;
	}
	.comNote li:first-child {
		margin-right: 20px;
	}
	.comNote li img {
		height: 10px;
		margin: -2px 5px 0 0;
	}
	.comInfo {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.comPageList {
		margin-top: 20px;
	}
	.comPageList a {
		font-size: 14px;
	}
	.comPageList .prev {
		padding: 0 0 0 25px;
		background-size: 18px auto;
	}
	.comPageList .next {
		padding: 0 25px 0 0;
		background-size: 18px auto;
	}
	.casePage .listul {
		justify-content: space-between;
	}
	.casePage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.casePage .listul .photo {
		height: 127px;
	}
	.casePage .listul .photo img {
		min-height: 127px;
	}
	.casePage .listul p {
		padding: 5px;
		font-size: 14px;
	}
	.productPage .detailphoto {
		margin: 20px 0 20px;
	}
	.productPage .h4Ttl span {
		min-width: inherit;
		font-size: 16px;
		padding: 10px 20px;
		border-left: 4px solid #f36e21;
	}
}



