@charset "UTF-8";

/* ---------------------------------------
  製品案内
-----------------------------------------*/
#page_products {
	padding-bottom: 0;
}

#sec_products,
#sec_products_cate,
#sec_products_detail {
	padding: 5rem 0 15rem;
}

.secttl3 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 4rem;
}

.secttl3 span {
	display: inline-block;
	position: relative;
	padding-bottom: 1em;
}

.secttl3 span::before {
	content: "";
	width: 10rem;
	height: 1px;
	background-color: #282828;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.secttl4 {
	color: #005293;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 1.5rem;
}


#page_products .btn._back {
	margin-top: 8rem;
}

#page_products .btn._back a {
	min-width: 28rem;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	padding: 1rem 3rem;
	border-width: 2px;
}

#page_products .btn._back span {
	width: 100%;
}

#page_products .btn._back span::before {
	margin-right: 2.5rem;
}

@media screen and (max-width: 767px) {

	#sec_products,
	#sec_products_cate,
	#sec_products_detail {
		padding: 5rem 0 20rem;
	}

	.secttl3 {
		font-size: 4.4rem;
		margin-bottom: 8rem;
	}

	.secttl3 span {
		padding-bottom: 1em;
	}

	.secttl3 span::before {
		width: 20rem;
		height: 1px;
	}

	.secttl4 {
		font-size: 3.8rem;
		margin-bottom: 2.7rem;
	}

	#page_products .btn._back {
		margin-top: 19rem;
	}

	#page_products .btn._back a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		padding: 1rem 3rem 1rem 5rem;
		border-width: .3rem;
	}

	#page_products .btn._back span::before {
		margin-right: 3.5rem;
	}

}

/* products_list
--------------------------------*/

.products_list {
	justify-content: flex-start;
	margin: 0 auto;
}

.products_list .item a {
	display: block;
}

.products_list .item .thumb {
	width: 100%;
	border: 1px solid #DCDDDD;
	overflow: hidden;
}

.products_list .item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .8s cubic-bezier(.8, 0, .4, 1);
	will-change: transform;
}

.products_list .item .ttl {
	position: relative;
	display: inline-block;
	padding-left: 4.6rem;
}

.products_list .item .ttl::before {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background: url(../img/common/ico_arw2.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

.products_list .item .txt {
	line-height: 1.75;
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {

	.products_list .item a:hover {
		opacity: 1;
	}

	.products_list .item a:hover .thumb img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 767px) {

	.products_list .item .ttl {
		padding-left: 4.5rem;
	}

	.products_list .item .ttl::before {
		width: 3.4rem;
		height: 3.4rem;
		background-size: contain;
	}

	.products_list .item .txt {
		font-size: 2.8rem;
		line-height: 1.6;
		margin-top: 4rem;
	}
}

/* 製品情報トップ
--------------------------------*/
#sec_products .wrap {
	max-width: 80rem;
}

#sec_products .section + .section {
	margin-top: 9rem;
}

#sec_products .products_list {
	gap: 3.5rem 2rem;
}

#sec_products .products_list .item {
	width: 39rem;
}

#sec_products .products_list .item .thumb {
	height: 24rem;
	margin-bottom: 1.8rem;
}

#sec_products .products_list .item .ttl {
	font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
	#sec_products .wrap {
		max-width: inherit;
	}

	#sec_products .section + .section {
		margin-top: 18rem;
	}

	#sec_products .products_list {
		gap: 9rem 2rem;
	}

	#sec_products .products_list .item {
		width: 31.5rem;
	}

	#sec_products .products_list .item .thumb {
		height: 19.4rem;
		margin-bottom: 3rem;
	}

	#sec_products .products_list .item .ttl {
		font-size: 3rem;
	}

	#sec_products .products_list .item .ttl::before {
		top: .75rem;
	}
}



/* カテゴリーページ
--------------------------------*/
#sec_products_cate .wrap {
	max-width: 90rem;
}

#sec_products_cate .cate_head {
	margin-bottom: 5.3rem;
}

#sec_products_cate .cate_head .thumb {
	width: 38rem;
	height: 24rem;
	border: 1px solid #DCDDDD;
	overflow: hidden;
}

#sec_products_cate .cate_head .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#sec_products_cate .cate_head .txtwrap {
	width: 46.4rem;
}

#sec_products_cate .cate_head .txtwrap .ttl {
	position: relative;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.5;
	padding-bottom: 1em;
	margin-bottom: 4rem;
	margin-top: -.25em;
}

#sec_products_cate .cate_head .txtwrap .ttl::after {
	content: "";
	width: 7.4rem;
	height: 1px;
	background-color: #282828;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sec_products_cate .cate_head .txtwrap .txt {
	line-height: 1.75;
}

#sec_products_cate .section + .section {
	margin-top: 7rem;
}

#sec_products_cate .products_list {
	gap: 4rem .9rem;
}

#sec_products_cate .products_list .item {
	width: 29.4rem;
}

#sec_products_cate .products_list .item .thumb {
	height: 29.4rem;
	margin-bottom: 1rem;
}

#sec_products_cate .products_list .item .ttl {
	font-size: 1.6rem;
	line-height: 1.875;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	#sec_products_cate .wrap {
		max-width: inherit;
	}

	#sec_products_cate .cate_head {
		margin-bottom: 15rem;
	}

	#sec_products_cate .cate_head .thumb {
		width: 100%;
		height: 41rem;
	}

	#sec_products_cate .cate_head .txtwrap {
		width: 100%;
		margin-top: 6.2rem;
	}

	#sec_products_cate .cate_head .txtwrap .ttl {
		font-size: 4.4rem;
		padding-bottom: 3rem;
		margin-bottom: 5rem;
		margin-top: 0;
	}

	#sec_products_cate .cate_head .txtwrap .ttl::after {
		width: 24rem;
	}

	#sec_products_cate .cate_head .txtwrap .txt {
		font-size: 3rem;
		line-height: 1.5;
	}

	#sec_products_cate .section + .section {
		margin-top: 13.2rem;
	}

	#sec_products_cate .products_list {
		gap: 4.2rem 1rem;
	}

	#sec_products_cate .products_list .item {
		width: 32rem;
	}

	#sec_products_cate .products_list .item .thumb {
		height: 32rem;
		margin-bottom: 2.2rem;
	}

	#sec_products_cate .products_list .item .ttl {
		font-size: 3rem;
		line-height: 1.5;
	}

	#sec_products_cate .products_list .item .ttl::before {
		top: .75rem;
	}
}


/* 製品詳細
--------------------------------*/
#sec_products_detail .wrap {
	max-width: 80rem;
}

#sec_products_detail .detail_head {
	margin-bottom: 5.3rem;
}

#sec_products_detail .detail_head .thumb {
	width: 35rem;
	height: 35rem;
	border: 1px solid #DCDDDD;
	overflow: hidden;
}

#sec_products_detail .detail_head .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#sec_products_detail .detail_head .txtwrap {
	width: 41rem;
}

#sec_products_detail .detail_head .txtwrap .ttl {
	position: relative;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.5;
	padding-bottom: 1em;
	margin-bottom: 5rem;
	margin-top: -.25em;
}

#sec_products_detail .detail_head .txtwrap .ttl .sub {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1rem;
}

#sec_products_detail .detail_head .txtwrap .ttl::after {
	content: "";
	width: 7.4rem;
	height: 1px;
	background-color: #282828;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sec_products_detail .detail_head .txtwrap .ttl2 {
	position: relative;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: .35rem 0 .35rem 2rem;
	margin-bottom: 1.5em;
}

#sec_products_detail .detail_head .txtwrap .ttl2::before {
	content: "";
	width: .5rem;
	height: 100%;
	background-color: #005293;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_products_detail .detail_head .txtwrap dl.pdf {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 9rem;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dt {
	width: 100px;
	color: #005293;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: .775rem 1rem;
	border-top: 1px solid #005293;
	border-bottom: 1px solid #005293;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd {
	flex: 1;
	margin-left: 1.3rem;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list {
	justify-content: flex-start;
	gap: 1rem .3rem;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item {
	width: 7.2rem;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .ico {
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1.25rem .5rem 1rem;
	background-color: #edf0f2;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .ico img {
	width: 2.9rem;
}

#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .txt {
	text-align: center;
	color: #606060;
	min-height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 0 .5rem;
	margin-top: .5rem;
}

#sec_products_detail .section + .section {
	margin-top: 7rem;
}

#sec_products_detail .section .secttl {
	margin-bottom: 4.5rem;
}

#sec_products_detail .block + .block {
	margin-top: 5rem;
}

#sec_products_detail .block .blockttl {
	color: #005293;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-bottom: 1.2rem;
	border-bottom: .4rem solid #005293;
	margin-bottom: 2.7rem;
}

#sec_products_detail .block .item + .item {
	border-top: 1px solid #dcdddd;
	padding-top: 2rem;
	margin-top: 2.2rem;
}

#sec_products_detail .block .item .txtwrap {
	width: 685px;
}

#sec_products_detail .block .item .txtwrap .ttl {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

#sec_products_detail .block .item .txtwrap .txt {
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#sec_products_detail .block .item .pdf {
	width: 70px;
	margin-right: 1rem;
}

#sec_products_detail .block .item .pdf .ico {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1.25rem .5rem 1rem;
	background-color: #edf0f2;
}

#sec_products_detail .block .item .pdf .ico img {
	width: 29px;
}

#sec_products_detail .block .item .pdf .txt {
	text-align: center;
	color: #606060;
	min-height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 0 .5rem;
	margin-top: .5rem;
}

#sec_products_detail .block .detail > * + * {
	margin-top: 3rem;
}

#sec_products_detail .block .detail *:first-child {
	margin-top: 0 !important;
}

#sec_products_detail .block .detail .sttl {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	padding: .725rem 2rem;
	background-color: #edf0f2;
	margin-top: 3.5rem;
	margin-bottom: 1.9rem;
}

#sec_products_detail .block .detail .sttl + .txt {
	margin-top: 0;
}

#sec_products_detail .block .detail .txt {
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#sec_products_detail .block .detail .txt p + p {
	margin-top: 1.5em;
}

#sec_products_detail .block .detail .txt a {
	color: #005293;
}
#sec_products_detail .block .detail .moviewrap + .moviewrap {
	margin-top: 6rem;
}

#sec_products_detail .block .detail .moviewrap .movie {
	position: relative;
	width: 40rem;
	height: 22.5rem;
	margin: 2.5rem auto 0;
}

#sec_products_detail .block .detail .moviewrap .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	#sec_products_detail .wrap {
		max-width: inherit;
	}

	#sec_products_detail .detail_head {
		margin-bottom: 15rem;
	}

	#sec_products_detail .detail_head .thumb {
		width: 50rem;
		height: 50rem;
		margin: 0 auto;
	}

	#sec_products_detail .detail_head .txtwrap {
		width: 100%;
		margin-top: 6.2rem;
	}

	#sec_products_detail .detail_head .txtwrap .ttl {
		font-size: 4rem;
		padding-bottom: 4rem;
		margin-bottom: 8rem;
	}

	#sec_products_detail .detail_head .txtwrap .ttl .sub {
		font-size: 3.2rem;
		line-height: 1.3;
		margin-top: 2rem;
	}

	#sec_products_detail .detail_head .txtwrap .ttl::after {
		width: 24rem;
	}

	#sec_products_detail .detail_head .txtwrap .ttl2 {
		font-size: 3.2rem;
		line-height: 1.4;
		padding: 0 0 0 2.8rem;
		margin-bottom: 3.9rem;
	}

	#sec_products_detail .detail_head .txtwrap .ttl2::before {
		width: .8rem;
	}

	#sec_products_detail .detail_head .txtwrap .txt {
		font-size: 3.2rem;
		line-height: 1.5;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf {
		display: block;
		margin-top: 5rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dt {
		width: 100%;
		font-size: 3.2rem;
		padding: 1.5rem 1rem;
		border-top: 1px solid #005293;
		border-bottom: 1px solid #005293;
		margin-bottom: 4rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd {
		width: 100%;
		margin-left: 0;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list {
		gap: 1rem .6rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item {
		width: 15.8rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .ico {
		width: 100%;
		height: 11rem;
		padding: .5rem 1.25rem .5rem 1rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .ico img {
		width: 6.4rem;
	}

	#sec_products_detail .detail_head .txtwrap dl.pdf dd .pdf_list .item .txt {
		font-size: 2.6rem;
		margin-top: 1rem;
	}

	#sec_products_detail .section + .section {
		margin-top: 14rem;
	}

	#sec_products_detail .section .secttl {
		margin-bottom: 8rem;
	}

	#sec_products_detail .block + .block {
		margin-top: 9rem;
	}

	#sec_products_detail .block .blockttl {
		font-size: 3.6rem;
		border-bottom: .6rem solid #005293;
		margin-bottom: 6rem;
	}

	#sec_products_detail .block .item + .item {
		border-top: none;
		padding-top: 0;
		margin-top: 5rem;
	}

	#sec_products_detail .block .item .txtwrap {
		width: 100%;
	}

	#sec_products_detail .block .item .txtwrap .ttl {
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}

	#sec_products_detail .block .item .txtwrap .txt {
		font-size: 3rem;
	}

	#sec_products_detail .block .item .pdf {
		width: 15.8rem;
		margin-right: 0;
		margin-top: 1.8rem;
	}

	#sec_products_detail .block .item .pdf .ico {
		width: 100%;
		height: 11rem;
		padding: .5rem 1.25rem .5rem 1rem;
	}

	#sec_products_detail .block .item .pdf .ico img {
		width: 6.4rem;
	}

	#sec_products_detail .block .item .pdf .txt {
		font-size: 2.6rem;
		margin-top: 1rem;
	}

	#sec_products_detail .block .detail > * + * {
		margin-top: 4rem;
	}

	#sec_products_detail .block .detail .sttl {
		font-size: 3.2rem;
		line-height: 1.25;
		padding: 1rem 2rem;
		margin-top: 6rem;
		margin-bottom: 4rem;
	}

	#sec_products_detail .block .detail .txt {
		font-size: 3.2rem;
		line-height: 1.5625;
	}

	#sec_products_detail .block .detail .moviewrap + .moviewrap {
		margin-top: 10rem;
	}

	#sec_products_detail .block .detail .moviewrap .movie {
		width: 100%;
		height: 36.6rem;
		margin: 3rem auto 0;
	}
}


/* support
--------------------------------*/
#sec_support {
	padding: 1.5rem 0 1.6rem;
	background-color: #005293;
}

#sec_support .wrap {
	max-width: 90rem;
}

#sec_support .support_list .item {
	width: 29rem;
	border-left: 1px solid #fff;
}

#sec_support .support_list .item:nth-child(2) {
	flex: 1;
}

#sec_support .support_list .item a {
	display: block;
	padding: 0 4rem .5rem;
}

#sec_support .support_list .item:last-child {
	border-right: 1px solid #fff;
}

#sec_support .support_list .item * {
	color: #fff;
}

#sec_support .support_list .item .ico {
	min-height: 3.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto 1.8rem;
}

#sec_support .support_list .item .ttl {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
}

#sec_support .support_list .item .txt {
	line-height: 1.28;
	margin-top: 1em;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	#sec_support {}

	#sec_support .wrap {
		max-width: inherit;
	}

	#sec_support .support_list .item {
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
	}

	#sec_support .support_list .item:first-child {
		border-top: none;
	}

	#sec_support .support_list .item:last-child {
		border-right: none;
	}

	#sec_support .support_list .item a {
		position: relative;
		display: block;
		padding: 2.2rem 6rem 2.6rem 16rem;
	}

	#sec_support .support_list .item a::before {
		content: "";
		width: 2rem;
		height: 2rem;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		right: 4rem;
		top: calc(50% - 1rem);
		transform: rotate(45deg);
	}

	#sec_support .support_list .item .ico {
		width: 16rem;
		min-height: 100%;
		align-items: center;
		justify-content: center;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	#sec_support .support_list .item .ico img {
		width: 5rem;
	}

	#sec_support .support_list .item .ttl {
		text-align: left;
		font-size: 3.4rem;
	}

	#sec_support .support_list .item .txt {
		min-height: 2.56em;
		text-align: left;
		font-size: 2.8rem;
		letter-spacing: 0;
		margin-top: 1.5rem;
	}

}