/* main-visual
-------------------------*/
.page-products-s5500 .main-visual {
	background-image: url(../img/products/s5500/img_main_01.png);
}

.page-products-t7500 .main-visual {
	background-image: url(../img/products/t7500/img_main_01.png);
}

.page-products-gd1600sr .main-visual {
	background-image: url(../img/products/gd1600sr/img_main_01.png);
}

.page-products-accessory .main-visual {
	background-image: url(../img/products/accessory/img_main_01.png);
}

.page-products-gd5000sr .main-visual {
	background-image: url(../img/products/gd5000sr/img_main_01.png);
}

/* products-item-slider
-------------------------*/
.products-item-slider .main {
	padding: 20px 0;
	max-width: 900px;
	width: calc(100% - 60px);
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.products-item-slider .main {
		padding: 10px 0;
	}
}
.products-item-slider .main .img {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.products-item-slider .main .img.bousai::before{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 170px;
  height: 190px;
	/*background: url(../img/common/icon_bousai.png) no-repeat center center /contain;*/
	background: url(../img/common/icon_bousai_new.png) no-repeat center center /contain;
}
@media screen and (max-width: 767px) {
	.products-item-slider .main .img.bousai::before{
		top: 10px;
		right: auto;
		left: calc(50% + 110px);
		transform: translateX(-50%);
		width: 50px;
		height: 50px;
	}
}
.products-item-slider .main .img img {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.products-item-slider .main .img img {
		width: 169px;
	}
}
.products-item-slider .thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 900px;
	width: calc(100% - 60px);
	margin: 0 auto;
}
.products-item-slider .thumb_wrap {
	background: #F1F1F1;
	padding: 20px 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.products-item-slider .thumb_wrap {
		padding: 10px 0;
	}
}
.products-item-slider .thumb .img {
	width: 219px;
	padding: 0 35px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
	opacity: 0.5;
	position: relative;
}
.products-item-slider .thumb .img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.products-item-slider .thumb .img {
		width: 85px;
		padding: 0 20px;
	}
}
.products-item-slider .thumb .img.is-current {
	opacity: 1;
}
.products-item-slider .thumb .img.bousai::before{
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 45px;
	background: url(../img/common/icon_bousai_new.png) no-repeat center center /contain;
	/*background: url(../img/common/icon_bousai.png) no-repeat center center /contain;*/
}
@media screen and (max-width: 767px) {
	.products-item-slider .thumb .img.bousai::before{
		top: 0;
		right: auto;
		left: calc(50% + 30px);
		transform: translateX(-50%);
		width: 15px;
		height: 15px;
	}
}
.products-item-slider .arrow {
	max-width: 1135px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin: 0 auto;
}
.products-item-slider .slick-arrow {
	font-size: 6rem;
	width: 50px;
	height: 70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	overflow: hidden;
	text-indent: -999px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.products-item-slider .slick-arrow {
		font-size: 2rem;
		width: 30px;
		height: 30px;
	}
}
.products-item-slider .slick-arrow:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.products-item-slider .slick-arrow {
		top: 120px;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.products-item-slider .slick-arrow {
		top: -14px;
	}
}
.products-item-slider .slick-arrow.slick-prev {
	left: 0;
}
.products-item-slider .slick-arrow.slick-prev::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.7em;
	height: 0.7em;
	border-top: 5px solid #B2B2B2;
	border-right: 5px solid #B2B2B2;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
	right: 0;
}
@media screen and (max-width: 767px) {
	.products-item-slider .slick-arrow.slick-prev::after {
		content: "";
		position: absolute;
		top: 50%;
		width: 0.7em;
		height: 0.7em;
		border-top: 2px solid #B2B2B2;
		border-right: 2px solid #B2B2B2;
		-webkit-transform: translateY(-50%) rotate(-135deg);
		        transform: translateY(-50%) rotate(-135deg);
		right: 0;
	}
}
.products-item-slider .slick-arrow.slick-next {
	right: 0;
}
.products-item-slider .slick-arrow.slick-next::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.7em;
	height: 0.7em;
	border-top: 5px solid #B2B2B2;
	border-right: 5px solid #B2B2B2;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	left: 0;
}
@media screen and (max-width: 767px) {
	.products-item-slider .slick-arrow.slick-next::after {
		content: "";
		position: absolute;
		top: 50%;
		width: 0.7em;
		height: 0.7em;
		border-top: 2px solid #B2B2B2;
		border-right: 2px solid #B2B2B2;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
		left: 0;
	}
}

/* products-about
-------------------------*/
.products-about {
	padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
	.products-about {
		padding: 45px 0;
	}
}
.products-about .lead {
	font-size: 2.4rem;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.products-about .lead {
		font-size: 1.2rem;
	}
}

.products-about .detail{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 5.2rem;
	margin-top: 11rem;
}
.products-about .detail img{
	width: auto;
	height: 23.3rem;
}
.products-about .detail .detail__icn{
	width: 5.1rem;
	height: auto;
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.products-about .detail{
		flex-flow: column;
		align-items: center;
		gap: 1rem 0;
		margin-top: 5rem;
	}
	.products-about .detail img{
		height: auto;
	}
	.products-about .detail .detail__icn{
		width: 3rem;
		margin: 0;
	}
}

.products-about .box-volt {
	padding: 20px;
	border: 1px solid #989898;
	margin-top: 85px;
}
.products-about .box-volt.tall{
	padding: 7rem 20px;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt {
		padding: 20px 10px;
		margin-top: 45px;
	}
	.products-about .box-volt.tall{
		padding: 20px 10px;
	}
	.products-about .box-volt.tall .list.center{
		gap: 1rem;
	}
}
.products-about .box-volt + .box-volt {
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt + .box-volt {
		margin-top: 25px;
	}
}
.products-about .box-volt .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.products-about .box-volt .list .img {
	width: 20%;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list .img {
		width: 33.3%;
	}
}
.products-about .box-volt .list .img:nth-child(n+6) {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list .img:nth-child(n+4) {
		margin-top: 20px;
	}
}
.products-about .box-volt .list .img .icon {
	text-align: center;
	height: 66px;
}
.products-about .box-volt.tall .list .img .icon{
	height: 109px;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list .img .icon,
	.products-about .box-volt.tall .list .img .icon {
		height: 45px;
	}
}
.products-about .box-volt .list .img .icon img {
	width: auto;
	height: 100%;
}
.products-about .box-volt .list .img .pre{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13rem;
	height: 3.2rem;
	font-size: 1.3rem;
	color: #fff;
	background: #4d4d4d;
	text-align: center;
	font-weight: 700;
	margin: 1.6rem auto 0;
}
.products-about .box-volt .list .img .text {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}
.products-about .box-volt .list .img .text.em2 {
	height: 2.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list .img .pre{
		width: 100%;
		height: 2.4rem;
		font-size: 0.8rem;
	}
	.products-about .box-volt .list .img .text {
		font-size: 0.9rem;
	}
}
.products-about .box-volt .list.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.products-about .box-volt .list.center .img {
	width: 25%;
}
@media screen and (max-width: 767px) {
	.products-about .box-volt .list.center .img {
		width: 40%;
	}
	.products-about .box-volt .list.center .img:nth-child(n+3) {
		margin-top: 20px;
	}
}
.products-about .notes {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.products-about .notes {
		font-size: 0.7rem;
		text-align: left;
		margin-top: 10px;
	}
}
.products-about .button {
	text-align: center;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.products-about .button {
		margin-top: 35px;
	}
}

/* products-feature
-------------------------*/
.products-feature {
	padding: 90px 0;
	background: #F1F1F1;
}
@media screen and (max-width: 767px) {
	.products-feature {
		padding: 45px 0;
	}
}
.products-feature .wrap {
	max-width: 1100px;
}
.products-feature .box {
	padding: 50px;
	background: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.products-feature .box {
		padding: 25px 37px;
	}
}
.products-feature .box + .box {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.products-feature .box + .box {
		margin-top: 20px;
	}
}
.products-feature .box .box-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.products-feature .box .box-flex {
		display: block;
	}
}
.products-feature .box .box-flex.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.products-feature .box .box-flex.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.products-feature .box .box-flex .box-text {
	width: 550px;
	margin-top: -10px;
}
@media screen and (max-width: 767px) {
	.products-feature .box .box-flex .box-text {
		width: auto;
		margin-top: 0;
	}
}
.products-feature .box .box-flex .box-text .title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.products-feature .box .box-flex .box-text .title {
		font-size: 1.6rem;
	}
}
.page-products-bousai .products-feature .box .box-flex .box-text .text{
	margin-top: 40px;
}
.products-feature .box .box-flex .box-text .text.small{
	font-size: 1.8rem;
}
.products-feature .box .box-flex .box-text .text {
	font-size: 2.4rem;
	line-height: 1.75;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.products-feature .box .box-flex .box-text .text {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.page-products-bousai .products-feature .box .box-flex .box-text .text{
		margin-top: 15px;
	}
	.products-feature .box .box-flex .box-text .text.small{
		font-size: 1.2rem;
	}
}
.products-feature .box .box-flex .img {
	width: 400px;
}
@media screen and (max-width: 767px) {
	.products-feature .box .box-flex .img {
		width: auto;
		margin-top: 20px;
	}
}
.products-feature .box .notes {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.products-feature .box .notes {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.products-feature .box .notes.small {
		font-size: 0.7rem;
	}
}

/* products-spec
-------------------------*/
.products-spec {
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	.products-spec {
		padding: 45px 0;
	}
}
.products-spec .wrap {
	max-width: 1000px;
}
.products-spec .block {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.products-spec .block {
		margin-top: 40px;
	}
	.products-spec .block:first-of-type {
		margin-top: 15px;
	}
}
.products-spec .block .title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #4D4D4D;
	padding: 12px;
}
@media screen and (max-width: 767px) {
	.products-spec .block .title {
		font-size: 1.2rem;
		padding: 5px;
	}
}
.products-spec .block .text {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.products-spec .block .text {
		font-size: 0.9rem;
		margin-top: 10px;
	}
}
.products-spec .block .img {
	text-align: center;
	margin-top: 60px;
}
.products-spec .block .img.img-01{
	max-width: 64.8rem;
	margin: 8.8rem auto 0;
}
.products-spec .block .img.img-02{
	max-width: 82.3rem;
	margin: 10rem auto 0;
}
.products-spec .block .img.img-03{
	max-width: 68.8rem;
	margin: 8.8rem auto 0;
}
.products-spec .block .img.img-04{
	max-width: 82.3rem;
	margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
	.products-spec .block .img {
		margin-top: 25px;
	}
	.products-spec .block .img.img-01,
	.products-spec .block .img.img-03{
		margin-top: 4rem;
	}
	.products-spec .block .img.img-02,
	.products-spec .block .img.img-04{
		margin-top: 5rem;
	}
}
.products-spec .block .text + .img {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.products-spec .block .text + .img {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.products-spec .scroll{
		width: 100%;
		overflow-x: scroll;
	}
}
.products-spec .table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.products-spec .table {
		margin-top: 40px;
	}
}
.products-spec .table th,
.products-spec .table td {
	font-size: 1.8rem;
	border-bottom: 1px solid #dadbdb;
	padding: 7px 20px;
}
@media screen and (max-width: 767px) {
	.products-spec .table th,
	.products-spec .table td {
		font-size: 1.2rem;
		white-space: nowrap;
	}
}
.products-spec .table th {
	width: 400px;
	border-right: 1px solid #dadbdb;
}
.products-spec .table .head th,
.products-spec .table .head td {
	font-weight: 700;
}
.products-spec .table .body th,
.products-spec .table .body td {
	background: #dadbdb;
}
.products-spec .notes {
	font-size: 1.8rem;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.products-spec .notes {
		font-size: 1.2rem;
	}
}
.products-spec .button {
	text-align: center;
	margin-top: 40px;
}

/* products-select
-------------------------*/
.products-select {
	padding: 95px 0;
}
@media screen and (max-width: 767px) {
	.products-select {
		padding: 45px 0;
	}
}
.products-select .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.products-select .list {
		display: block;
	}
}
.products-select .list .item {
	width: 425px;
}
@media screen and (max-width: 767px) {
	.products-select .list .item {
		width: auto;
	}
	.products-select .list .item + .item {
		margin-top: 20px;
	}
}
.products-select .list .item a {
	background: #F1F1F1;
	display: block;
	padding: 20px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.products-select .list .item a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.products-select .list .item a {
		border-radius: 10px;
	}
}
.products-select .list .item .title {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.products-select .list .item .title {
		font-size: 1.6rem;
	}
}
.products-select .list .item .text {
	font-size: 3.2rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.products-select .list .item .text {
		font-size: 1.2rem;
	}
}
.products-select .list .item .img {
	width: 255px;
	margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
	.products-select .list .item .img {
		max-width: 220px;
		width: 90%;
	}
}

/* products-panel
-------------------------*/
.products-panel,
.products-kadai {
	padding: 100px 0 145px;
	background: #F1F1F1;
}
@media screen and (max-width: 767px) {
	.products-panel,
.products-kadai {
		padding: 45px 0;
	}
}
.products-panel .wrap,
.products-kadai .wrap {
	max-width: 1100px;
}
.products-panel .box,
.products-kadai .box {
	padding: 95px;
	background: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.products-panel .box,
.products-kadai .box {
		padding: 25px 35px;
	}
}
.products-panel .box + .box,
.products-kadai .box + .box {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.products-panel .box + .box,
.products-kadai .box + .box {
		margin-top: 45px;
	}
}
.products-panel .box .title,
.products-kadai .box .title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.75;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
	.products-panel .box .title,
.products-kadai .box .title {
		font-size: 1.6rem;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
.products-panel .box .text,
.products-kadai .box .text {
	font-size: 2.4rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.products-panel .box .text,
.products-kadai .box .text {
		font-size: 1.2rem;
	}
}
.products-panel .box .img,
.products-kadai .box .img {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.products-panel .box .img,
.products-kadai .box .img {
		margin-top: 20px;
	}
}
.products-panel .button,
.products-kadai .button {
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.products-panel .button,
.products-kadai .button {
		margin-top: 20px;
	}
}

/* products-kadai
-------------------------*/
.products-kadai {
	background: #4D4D4D;
}

.label-list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	width: 760px;
	margin: 0 auto 90px;
}
.label-list__item{
	width: calc((100% - 80px) / 3);
}
.label-list__img{
	text-align: center;
	min-height: 138px;
	margin: 0 0 20px;
}
.label-list__img img{
	width: 123px;
	height: auto;
}
.label-list__img.is-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.label-list__img.is-center img{
	width: 100%;
}
.label-list__img p{
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
}
.label-list__img .green{
	color: #13853b;
	font-size: 1.4rem;
}
.label-list__txt{
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.label-list{
		display: block;
		width: auto;
		margin: 0 auto 45px;
	}
	.label-list__item{
		width: auto;
	}
	.label-list__item + .label-list__item{
		margin-top: 20px;
	}
	.label-list__img{
		text-align: center;
		min-height: inherit;
		margin: 0 0 10px;
	}
	.label-list__img img{
		width: 100px;
	}
	.label-list__img.is-center img{
		width: 200px;
	}
	.label-list__img p{
		font-size: 1.2rem;
	}
	.label-list__img .green{
		color: #13853b;
		font-size: 1.4rem;
	}
	.label-list__txt{
		font-size: 1.4rem;
	}
	.label-list__txt.is-center{
		text-align: center;
	}
}

.bousai-mv{
	padding: 50px 20px 0;
}
@media screen and (max-width: 767px) {
	.bousai-mv{
		padding: 0;
	}

}
.bousai-mv__ttl{
	max-width: 954px;
	margin: 0 auto;
}