@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
    common
---------------------------------------------------*/
.t18-products-detail {
	border: none;
	margin-bottom: 110px;
}
.products_detail_section {
	margin: 80px 0;
}
.products_detail_inner {
	font-size: 1.6rem;
}
.pd_section_title {
    position: relative;
	display: block;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto 25px;
    padding-bottom: 10px;
	border-bottom: 4px #ccc solid;
}
.products_detail_inner p {
	margin: 0;
	padding: 0;
}
.products_detail_inner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.products_detail_inner a {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.products_detail_inner a:hover {
	opacity: 0.6;
}
.pd_section_txt_area {
	font-size: 1.6rem;
	line-height: 1.6;
}
.pd_section_txt_area img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.pd_section_txt {
	display: block;
	max-height: 100%;
}
.pd_section_txt_18 {
	font-size: 1.8rem;
}
.pd_section_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pd_section_list li {
	position: relative;
    display: block;
    padding-left: 16px;
    margin-bottom: 5px;
	font-size: 1.6rem;
}
.pd_section_list li::before {
	content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #000;
}
@media screen and (max-width: 750px) {
	.t18-products-detail {
		margin-bottom: 60px;
	}
	.products_detail_inner {
		font-size: 2.8rem;
	}
	.pd_section_title {
		font-size: 4.2rem;
	}
	.pd_section_txt_area {
		font-size: 2.8rem;
	}
	.pd_section_txt_18 {
		font-size: 3rem;
	}
	.pd_section_list li {
		padding-left: 22px;
		margin-bottom: 5px;
		font-size: 2.8rem;
	}
	.pd_section_list li::before {
		top: 21px;
		left: 0;
		width: 8px;
		height: 8px;
	}
}


/*-------------------------------------------------
    products_detail_title
---------------------------------------------------*/
#products_detail_title {
	margin: 0 0 25px;
}
.products_detail_category {
	font-size: 1.4rem;
	color: #999;
}
.products_detail_name {
    margin: 10px 0 20px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.products_detail_netis_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.3;
	margin: 0;
	font-size: 1.4rem;
	align-items: center;
	background-color: #4570cc;
	width: fit-content;
}
.products_detail_netis_area dt,
.products_detail_netis_area dd {
	margin: 0;
	padding: 5px 12px 6px;
}
.products_detail_netis_area dt {
	color: #fff;
	background-color: #4570cc;
}
.products_detail_netis_area dd {
	background-color: #e0e0e0;
}
.products_detail_netis_area dd span.registration_number{
display: inline-block;
}
.products_detail_netis_area dd span.target_id {
}

@media screen and (max-width: 750px) {
	#products_detail_title {
		margin-bottom: 40px;
	}
	.products_detail_category {
		font-size: 2.6rem;
	}
	.products_detail_name {
		font-size: 4.6rem;
	}
	.products_detail_netis_area {
		font-size: 2.4rem;
	}
}


/*-------------------------------------------------
    products_detail_images
---------------------------------------------------*/
#products_detail_images {
	margin: 0 0 60px;
}
.products_detail_images_list {
	padding: 0;
	font-size: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.products_detail_images_list .slick-list {
	/*width: 50%;*/
	width: 435px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.products_detail_images_list li {
	/*width: 100%;*/
}
.products_detail_images_list li:focus {
	outline: none;
}
.products_detail_images_list li .products_detail_images_list_img {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 0;
	width: 99.5%;
	padding-top: 100%;
	background: #fff;
}
.products_detail_images_list li .products_detail_images_list_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: auto;
	max-width: 100%;
    height: auto;
	max-height: 100%;
}
.products_detail_images_list li .products_detail_images_list_caption {
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
	font-size: 1.4rem;
}
.products_detail_images_list .slick-dots {
	position: relative;
    top: 0;
	width: 47%;
	height: 100%;
    margin-left: 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.products_detail_images_list .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    cursor: pointer;
    width: 23.5%;
    height: auto;
    margin: 0 2% 2% 0;
	border: 1px solid #ccc;
}
.products_detail_images_list .slick-dots li:nth-child(4n) {
	margin-right: 0;
}
.products_detail_images_list .slick-dots li:hover {
	border-color: #898989;
}
.products_detail_images_list .slick-dots li.slick-active {
	border-color: #898989;
}
.products_detail_images_list .slick-dots li img {
	width: 100%;
    height: auto;
}
.products_detail_images_list .slick-arrow {
	position: absolute;
    width: 30px;
    height: 80px;
    /*z-index: 100;*/
    top: 46%;
}
.products_detail_images_list .slick-prev {
    left: 0;
}
.products_detail_images_list .slick-next {
	/*left: 46.5%;*/
	left: 403px;
}
.products_detail_images_list .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 18px;
    height: 18px;
    border-top: solid 3px rgba(0,0,0,0.2);
    border-right: solid 3px rgba(0,0,0,0.2);
}
.products_detail_images_list .slick-prev::before {
    left: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.products_detail_images_list .slick-next::before {
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
	#products_detail_images {
		margin: 0 0 60px;
	}
	.products_detail_images_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.products_detail_images_list .slick-list {
		width: 100%;
	}
	.products_detail_images_list li {
		width: 100%;
	}
	.products_detail_images_list li .products_detail_images_list_img {
		width: 100%;
	}
	.products_detail_images_list li .products_detail_images_list_caption {
		margin-top: 10px;
		font-size: 2.6rem;
	}
	.products_detail_images_list .slick-dots {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.products_detail_images_list .slick-dots li {
		width: 10.75%;
		margin: 0 2% 2% 0;
	}
	.products_detail_images_list .slick-dots li:nth-child(4n) {
		margin-right: 2%;
	}
	.products_detail_images_list .slick-dots li:nth-child(8n) {
		margin-right: 0;
	}
	.products_detail_images_list .slick-arrow {
		width: 50px;
		height: 120px;
		top: 42%;
	}
	.products_detail_images_list .slick-next {
		left: auto;
		right: 0;
	}
	.products_detail_images_list .slick-arrow::before {
		width: 26px;
		height: 26px;
		border-top: solid 5px rgba(0,0,0,0.2);
		border-right: solid 5px rgba(0,0,0,0.2);
	}
	.products_detail_images_list .slick-prev::before {
		left: 15px;
	}
	.products_detail_images_list .slick-next::before {
		right: 15px;
	}
}

/*-------------------------------------------------
    products_detail_overview
---------------------------------------------------*/
#products_detail_overview {
	margin: 0 0 60px;
}
.products_detail_overview_area .pd_section_txt_area {
	margin-bottom: 20px;
}
.products_detail_overview_area .pd_section_txt,
.products_detail_overview_area .pd_section_list {
	margin-bottom: 15px;
}

.products_detail_overview_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.products_detail_overview_icon_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_detail_overview_icon_list li {
	cursor: default;
	padding: 7px 12px;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.3rem;
	color: #fff;
}
.products_detail_overview_icon_list li:last-child {
	margin-right: 0;
}
.products_detail_overview_icon_list li.sikaku {
	background-color: #601986;
}
.products_detail_overview_icon_list li.tenken {
	background-color: #eb6100;
}

.products_detail_icon_help_area {
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.products_detail_icon_help {
	position: relative;
	display: inline-block;
	color: #898989;
	padding: 5px 0 7px 25px;
	text-decoration: underline;
	font-size: 1.4rem;
}
.products_detail_icon_help:hover {
	opacity: 0.8;
}
.products_detail_icon_help::before {
    content: "?";
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	margin: auto;
    display: inline-block;
    width: 20px;
	height: 20px;
    text-align: center;
    line-height: 20px;
	background: #898989;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
	font-size: 1.2rem;
}

#products_detail_icon_help {
	display: none;
}

@media screen and (max-width: 750px) {
	#products_detail_overview {
		margin: 0 0 60px;
	}
	.products_detail_overview_area .pd_section_txt_area {
		margin-bottom: 20px;
	}
	.products_detail_overview_area .pd_section_txt,
	.products_detail_overview_area .pd_section_list {
		margin-bottom: 15px;
	}

	.products_detail_overview_icon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.products_detail_overview_icon_list li {
		padding: 8px 18px 10px;
		border-radius: 4px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1;
	}

	.products_detail_icon_help_area {
		margin-left: 0;
	}
	.products_detail_icon_help {
		padding: 5px 0 10px 38px;
		font-size: 2.4rem;
		line-height: 1;
	}
	.products_detail_icon_help::before {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 2.3rem;
	}
}

/*modal*/
		/*.modaal-gallery-item img {
			padding: 0;
		}
		.modaal-gallery-prev-inner {
			left: 0;
		}
		.modaal-gallery-next-inner {
			right: 0;
			left: unset;
		}
		.modaal-container {
			position: static;
		}
		@media screen and (max-width: 1140px){
			.modaal-gallery-control {
				 top: 50%;
			}
		}
		@media screen and (max-width: 750px) {
			.modaal-gallery-control {
				top: 50%;
				bottom: auto;
				width: 100px;
				height: 100px;
			}
			.modaal-gallery-control:before,
			.modaal-gallery-control:after {
				top: 40px;
				left: 50px;
			}
			.modaal-gallery-control:focus,
			.modaal-gallery-control:hover {
				outline: none;
				background: #000;
			}


			.modaal-gallery-label {
				font-size: 2.8rem;
			}
		}*/

.t18-products-detail-help-inner .t18-middle-1st-section-title {
	margin-bottom: 30px;
}
.t18-products-detail-help-inner .t18-detail-help-table-outer tr th,
.t18-products-detail-help-inner .t18-detail-help-table-outer tr td {
	padding: 10px 20px;
}
.t18-products-detail-help-inner .t18-products-detail-icons-outer > ul > li {
	padding: 6px 12px 8px;
	margin: 0;
	font-weight: normal;
}
.t18-products-detail-help-inner .t18-products-lists {
	margin-top: 0;
}
@media screen and (max-width: 750px) {
	.modaal-container {
		/*max-width: 100% !important;*/
	}
	.t18-products-detail-help-inner {
		padding: 20px;
	}
	.t18-products-detail-help-inner .t18-detail-help-table-outer {
		/*overflow-x: scroll;*/
	}
	.t18-products-detail-help-inner .t18-detail-help-table-outer tr th,
	.t18-products-detail-help-inner .t18-detail-help-table-outer tr td {
		padding: 10px 15px;
		font-size: 2.4rem;
		/*white-space: nowrap;*/
	}
	.t18-products-detail-help-inner .t18-detail-help-table-outer tr th {
		width: 30%;
	}
	.t18-products-detail-help-inner .t18-products-detail-icons-outer > ul > li {
		padding: 6px 12px 8px;
		font-size: 2.4rem;
	}
	.t18-products-detail-help-inner .t18-products-lists {
		margin-top: 0;
	}
}

/*-------------------------------------------------
    products_detail_spec
---------------------------------------------------*/
#products_detail_spec {
	margin-top: 60px;
}

.products_detail_spec_table_area {
	margin-bottom: 40px;
}
.products_detail_spec_area .products_detail_spec_title {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
	/*padding-left: 16px;*/
	line-height: 1.2;
}
/*.products_detail_spec_title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 1px;
}*/
.products_detail_spec_table {
	overflow-x: auto;
}
.products_detail_spec_table table {
	width: 100%;
    border: solid 1px #ccc;
	border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
}
@-moz-document url-prefix(){
	.products_detail_spec_table table {
		border-collapse: separate;
	}
}
@media all and (-ms-high-contrast: none) {
	.products_detail_spec_table table {
		border-collapse: separate;
	}
}
.products_detail_spec_table th,
.products_detail_spec_table td {
	border: solid 1px #ccc;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 12px 20px;
    background-color: #fff;
    vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	z-index: 1;
}
.products_detail_spec_table th {
    background-color: #f1f1f1;
	position: sticky;
	left: 0;
	white-space: normal;
	min-width: 300px;
}
@media all and (-ms-high-contrast: none) {
	.products_detail_spec_table th {
		position: relative;
	}
}
.products_detail_spec_table th::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left : 1px solid #ccc;
}
.products_detail_spec_table th::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right : 1px solid #ccc;
}
.products_detail_spec_table_header th,
.products_detail_spec_table_header td {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.products_detail_spec_area .products_detail_spec_annotation {
    margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#products_detail_spec {
		margin-top: 60px;
	}
	.products_detail_spec_area .products_detail_spec_title {
		font-size: 2.8rem;
		margin-bottom: 10px;
		padding-left: 26px;
	}
	.products_detail_spec_title::before {
		top: 9px;
		width: 18px;
		height: 18px;
		border-radius: 2px;
	}
	.products_detail_spec_table th,
	.products_detail_spec_table td {
		font-size: 2.4rem;
		padding: 12px 20px;
	}
	.products_detail_spec_area .products_detail_spec_annotation {
		font-size: 2.6rem;
	}
}


/*-------------------------------------------------
    products_detail_contact
---------------------------------------------------*/
.products_detail_section.products_detail_contact {
	margin: 100px auto 110px;
}
.products_detail_contact_area {
	text-align: center;
}
.products_detail_contact_area form button {
    margin: 0 auto;
    padding: 0;
	min-width: 500px;
    min-height: 80px;
	line-height: 76px;
    color: #fff;
	background-color: #c00;
    font-size: 2.4rem;
	border-radius: 500px;
	border: 2px solid #c00;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.products_detail_contact_area form button:focus {
	outline: none;
}
.products_detail_contact_area form button:hover {
    color: #c00;
	background-color: #fff;
	box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
	transform: translateY(4px);
}
.products_detail_contact_btn {
    position: relative;
    margin-right: 20px;
}
.products_detail_contact_btn::after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: -51px;
    margin: auto;
    width: 31px;
    height: 8px;
    background: url("/products/assets/images/white-right-arrow.svg") no-repeat;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.products_detail_contact_area form button:hover .products_detail_contact_btn::after {
    right: -56px;
    background: url("/products/assets/images/red-right-arrow.svg") no-repeat;
}
@media screen and (max-width: 750px) {
	.products_detail_contact_area form button {
		min-width: 100%;
		min-height: 100px;
		line-height: 96px;
		font-size: 3.4rem;
	}
	.products_detail_contact_btn {
		margin-right: 25px;
	}
	.products_detail_contact_btn::after {
		right: -60px;
		width: 45px;
		height: 12px;
	}
}


/*-------------------------------------------------
    products_detail_netrental
---------------------------------------------------*/
.products_detail_netrental_area > .pd_section_title{
　font-size: 2.6rem!important;
  font-weight: bold!important;
}
.products_detail_netrental_area .products_detail_netrental_img_list{
	margin-top: 25px;
}
.products_detail_netrental_img_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_detail_netrental_img_list li{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
  font-size: 1.3rem;
  line-height: 1.5;
	text-align: center;
}
.products_detail_netrental_img_list li:nth-child(4n) {
	margin-right: 0;
}
.products_detail_netrental_img_list li img{
	padding-bottom: 5px;
}
a.net_order{
  position: relative;
	display: inline-block;
	background-color: #ef7000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 20px 0 0;
  width: 100%;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 750px) {
.products_detail_netrental_area > .pd_section_title{
　font-size: 4.2rem;
  font-weight: normal!important;
}
.products_detail_netrental_img_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.products_detail_netrental_img_list li:nth-child(3n) {
	margin-right: 0;
}
.products_detail_netrental_img_list li {
	font-size: 2.4rem;
}
a.net_order{
  font-size: 2.8rem;
  margin: 20px 0 40px;
	}
}


.products_detail_netrental_area .products_detail_netrental_btn_list{
	margin-top: 25px;
}
.products_detail_netrental_btn_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_detail_netrental_btn_list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.products_detail_netrental_btn_list li:nth-child(3n) {
	margin-right: 0;
}
.products_detail_netrental_btn_list li a {
    position: relative;
	display: inline-block;
	background-color: #1a3c87;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 12px 35px 14px;
    width: 100%;
	text-align: center;
	border-radius: 500px;
	text-decoration: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.products_detail_netrental_btn_list li a:hover {
	background-color: #1f48a1;
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2);
	transform: translateY(2px);
	opacity: 1;
}
.products_detail_netrental_btn_list li a::after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(/common/images/icon_window.svg) no-repeat;
}
@media screen and (max-width: 750px) {
	.products_detail_netrental_area .products_detail_netrental_btn_list{
		margin-top: 25px;
	}
	.products_detail_netrental_btn_list li {
		width: 49%;
	}
	.products_detail_netrental_btn_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.products_detail_netrental_btn_list li:nth-child(2n){
		margin-right: 0;
	}
	.products_detail_netrental_btn_list li a {
		font-size: 2.8rem;
		padding: 12px 50px 14px;
	}
	.products_detail_netrental_btn_list li a::after {
		width: 20px;
		height: 20px;
	}
}


/*-------------------------------------------------
    products_detail_relationitem
---------------------------------------------------*/
.products_detail_relationitem_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_detail_relationitem_list li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 3%;
}
/* .products_detail_relationitem_list li:nth-child(2n) {
	margin-right: 0;
} */
.products_detail_relationitem_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	text-decoration: underline;
	color: #000;
}
.products_detail_relationitem_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	/* margin-right: 15px; */
	border: solid 1px #ccc;
}
.products_detail_relationitem_img img {
	width: 100%;
	height: auto;
}
.products_detail_relationitem_txt {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-top: 10px;
}
@media screen and (max-width: 750px) {
	.products_detail_relationitem_list {
		margin: 0 15px !important;
		justify-content: space-between;
	}

	.products_detail_relationitem_list li {
		width: 48%;
		margin-right: 0;
	}
	.products_detail_relationitem_img {
		width: 100px;
	}
	.products_detail_relationitem_txt {
		font-size: 2.8rem;
	}
}

/*-------------------------------------------------
    products_detail_movie
---------------------------------------------------*/
.products_detail_movie_area .t18-youtube-fullwidth {
	margin-bottom: 40px;
}

/*-------------------------------------------------
    products_detail_relatedpd
---------------------------------------------------*/
.products_detail_relatedpd_list {
	position: relative;
	width: 100%;
}
.products_detail_relatedpd_list .slick-track {
	margin: 0;
}
.products_detail_relatedpd_list li {
	padding: 0 10px;
}
.products_detail_relatedpd_list li:focus {
	outline: none;
}
.products_detail_relatedpd_list li a {
	color: #000;
}
.products_detail_relatedpd_list li .products_detail_relatedpd_list_img img {
	display: inline-block;
	width: 100%;
    height: auto;
}
.products_detail_relatedpd_list li .products_detail_relatedpd_list_caption {
	line-height: 1.3;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #000;
	text-align: left;
}
.products_detail_relatedpd_list .slick-arrow {
	position: absolute;
    width: 30px;
    height: 80px;
    z-index: 100;
    top: 46%;
}
.products_detail_relatedpd_list .slick-prev {
    left: 0;
}
.products_detail_relatedpd_list .slick-next {
    right: 0;
}
.products_detail_relatedpd_list .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 18px;
    height: 18px;
    border-top: solid 3px rgba(0,0,0,0.2);
    border-right: solid 3px rgba(0,0,0,0.2);
}
.products_detail_relatedpd_list .slick-prev::before {
    left: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.products_detail_relatedpd_list .slick-next::before {
    right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
	.products_detail_relatedpd_list li {
		padding: 0 10px;
	}
	.products_detail_relatedpd_list li .products_detail_relatedpd_list_caption {
		margin-top: 10px;
		font-size: 2.6rem;
	}
	.products_detail_relatedpd_list .slick-arrow {
		width: 40px;
		height: 100px;
		top: 40%;
	}
	.products_detail_relatedpd_list .slick-arrow::before {
		width: 22px;
		height: 22px;
		border-top: solid 4px rgba(0,0,0,0.2);
		border-right: solid 4px rgba(0,0,0,0.2);
	}
}


/*-------------------------------------------------
    products_detail_quicklink
---------------------------------------------------*/
/*.products_detail_quicklink_area {
	background-color: #f3f3f3;
	padding: 20px;
}
.products_detail_quicklink_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_detail_quicklink_list li {
	background: #fff;
	width: 23.8%;
    margin-right: 1.6%;
}
.products_detail_quicklink_list li:last-child {
    margin-right: 0;
}
.products_detail_quicklink_list li a {
	display: inline-block;
	padding: 20px 20px 30px;
	text-decoration: none;
    color: #000;
    width: 100%;
	height: 100%;
}
.products_detail_quicklink_list li a:hover {
	opacity: 1;
}

.top-contact-item {
	padding: 0;
}
.top-contact-item-img {
	position: relative;
	padding-top: 80%;
	background: none;
    height: auto;
    margin: auto;
}
.top-contact-item-img .quicklink_hover {
	display: none;
}
.products_detail_quicklink_list li a:hover .quicklink_default {
	display: none;
}
.products_detail_quicklink_list li a:hover .quicklink_hover {
	display: inline-block
}
.top-contact-item-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    padding: 20px;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.top-contact-item-title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.12em;
    color: #000;
}
.products_detail_quicklink_list li a:hover .top-contact-item-title {
	color: #c00;
}
@media screen and (max-width: 750px) {
	.products_detail_quicklink_area {
		padding: 30px;
	}
	.products_detail_quicklink_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.products_detail_quicklink_list li:last-child {
		margin-right: 0;
	}
	.products_detail_quicklink_list li:nth-child(2n) {
		margin-right: 0;
	}
	.products_detail_quicklink_list li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.top-contact-item-img {
		padding-top: 60%;
	}
	.top-contact-item-img img {
		padding: 40px;
	}
	.top-contact-item-title {
		font-size: 2.6rem;
	}
}*/

/* 24-07-11 アクセシビリティ対応 */
.products_detail_overview_icon_list li.tenken {
	background-color: #ED0B00;
}
