@charset "utf-8";
/* CSS Document */

.t18-relation-area {
	display: flex;
}
.t18-relation-area p {
	display: inline-block;
	font-size: 1.8rem;
    padding: 0.5em 0;
    margin: 0 15px 0 0;
}
.t18-relation_list {
	display: flex;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
.t18-relation_list li {
    margin: 0 10px 0 0;
}
.t18-relation_list li:last-child {
	margin-right: 0;
}
.t18-relation_list li p {
}
.t18-relation_list li a {
	padding: 0.5em 1.6em;
	font-size: 1.6rem;
	border-color: #E3640B;
	color: #fff;
	background-color: #E3640B;
}
.t18-relation_list li a:hover {
	color: #E3640B;
	background-color: #fff;
}

@media screen and (max-width: 750px) {
	.t18-relation-area {
		flex-direction: column;
	}
	.t18-relation-area p {
		font-size: 2.8rem;
    	padding: 0.2em 0;
		margin-bottom: 10px;
	}
	.t18-relation_list li a {
		font-size: 2.2rem;
	}
}


.product_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.product_list > li {
	display: block;
	text-decoration: none;
	font-size: 0;
	vertical-align: top;
	margin: 20px 0;
	padding: 40px 0;
	color: #000;
	border-bottom: 4px solid #e5e5e5;
}
.product_img_area {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-right: 40px;
}
.product_item_list {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
}
.product_item_list li {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 1.2rem;
	margin-right: 8px;
	color: #fff;
}
.product_item_list li.netis {
	background-color: #4470cc;
}
.product_item_list li.new {
	background-color: #cc0001;
}
.product_item_list li.recommend {
	background-color: #a40000;
}
.product_item_list li:last-child {
	margin-right: 0;
}
.product_img_area img {
	width: 100%;
}
.product_info_area {
	display: inline-block;
	width: auto;
	width : -webkit-calc(100% - 340px) ;
   	width : calc(100% - 340px) ;
	font-size: 1.8rem;
	vertical-align: top;
}
.product_cate {
	display: inline-block;
	color: #fff;
	background-color: #434343;
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	margin: 0;
	text-align: center;
	font-size: 1.2rem;
}
.product_name {
	font-size: 3rem;
	font-weight: normal;
	margin: 26px 0;
}
.product_code {
	background-color: #f3f3f3;
	display: inline-block;
	padding: 5px 10px;
	white-space: wrap;
}
.product_description {
	color: #666;
	line-height: 1.5;
}
.product_detail_btn {
	width: 100%;
	border: 2px solid #e5e5e5;
	text-align: center;
}
.product_detail_btn a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product_detail_btn a:hover {
	opacity: 0.6;
}
.product_detail_btn p {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
	margin: 0;
	height: 34px;
	line-height: 34px;
    color: #cc0001;
    text-decoration: none;
}
.new-products-detail-forms {
	border: #c00 2px solid;
	padding: 10px 0 10px;
	margin: 20px 0 0px;
}
.new-products-detail-forms form > button {
	font-size: 1.8rem;
	width: 96%;
	height: 40px;
	background-size: 4%;
}


/* lineup-catalog_download_area */
.lineup-catalog_download_area {
	width: 100%;
}
.lineup-catalog_download_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background-color: #efefef;
	background-color: #f3f3f3;
	text-decoration: none;
}
.lineup-catalog_download_img {
	max-width: 160px;
	width: 100%;
	height: auto;
	margin-right: 40px;
}
.lineup-catalog_download_img img {
	width: 100%;
	height: auto;
}
.lineup-catalog_download_name {
	font-size: 2.4rem;
	color: #000;
	line-height: 1.5;
	margin: 0 0 20px;
}
.lineup-catalog_download_btn {
	display: inline-block;
    width: auto;
    line-height: 1.3;
    margin: 0 auto 20px;
    padding: 15px 100px 15px 110px;
    font-size: 1.8rem;
    text-align: center;
	text-decoration: none;
    border-radius: 100px;
    background-color: #fff;
    color: #c00;
    border: 2px solid #c00;
}
.lineup-catalog_download_btn:hover {
    background-color: #c00;
    color: #fff;
    border: 2px solid #c00;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
	position: relative;
	padding-left: 27px;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 24px;
    margin: auto;
    background: url(/common/images/icon_pdf.png);
    background-size: 19px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.lineup-catalog_download_size {
	font-size: 1.6rem;
}


@media screen and (max-width: 750px) {
	.product_list > li {
		margin: 40px -2.666%;
		padding: 40px 2.666% 100px;
		border-bottom: 6px solid #e5e5e5;
	}
	.product_img_area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.product_item_list li {
		width: 140px;
		height: 50px;
		line-height: 50px;
		font-size: 2.4rem;
		margin-right: 12px;
	}
	.product_item_list li.pickup {
		width: 230px;
	}
	.product_img_area img {
		border: 1px solid #ccc;
	}
	.product_info_area {
		width : 100%;
		font-size: 3.6rem;
	}
	.product_cate {
		height: 50px;
		line-height: 50px;
		padding: 0 40px;
		font-size: 2.4rem;
	}
	.product_name {
		font-size: 4.5rem;
		margin: 20px 0;
	}
	.product_code {
		white-space: normal;
    line-height: 2;
	}
	.product_description {
		font-size: 3rem;
		margin: 20px 0;
	}
	.product_detail_btn {
		border: 4px solid #e5e5e5;
	}
	.product_detail_btn p {
		padding-right: 30px;
		height: 80px;
		line-height: 80px;
	}
	.product_detail_btn p::after {
		width: 12px;
		height: 12px;
		border-top: 4px solid #cc0001;
		border-right: 4px solid #cc0001;
	}
}


/* past archives */
.product_old_year {
	position: relative;
	display: block;
	font-size: 1.6rem;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	max-height: 100%;
}

.product_old_page .t18-list-before-arrow-black {
	display: flex;
	flex-wrap: wrap;
}
.product_old_page .t18-list-before-arrow-black > li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}
.product_old_page .t18-list-before-arrow-black > li:nth-child(3n) {
	margin-right: 0;
}
.product_old_page .t18-list-before-arrow-black > li::before {
	top: 6px;
	left: -3px;
	bottom: auto;
}
.product_old_page .t18-list-before-arrow-black > li > a {
	font-weight: bold;
}

.t18-list-before-disc-black {
	padding-left: 0;
	margin: 10px 0 0 -20px;
}
.t18-list-before-disc-black li {
	margin: 0 0 10px;
	width: 100%;
}
.t18-list-before-disc-black li::before {
	width: 4px;
    height: 4px;
    border: none;
    top: 8px;
    bottom: auto;
}
	.accordion {
    /* max-width: 600px; */
	}
	label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#000;
    cursor :pointer;
		font-weight: bold;
  	font-size: 1.6rem;
		border: 2px solid #e5e5e5;
	}
	/* input {
    display: none;
	} */
	.yearunit input {
    display: none;
	}
	.open_past {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	#new_2030:checked ~ #open_2030 .open_past,
	#new_2029:checked ~ #open_2029 .open_past,
	#new_2028:checked ~ #open_2028 .open_past,
	#new_2027:checked ~ #open_2027 .open_past,
	#new_2026:checked ~ #open_2026 .open_past,
	#new_2025:checked ~ #open_2025 .open_past,
	#new_2024:checked ~ #open_2024 .open_past,
	#new_2023:checked ~ #open_2023 .open_past,
	#new_2022:checked ~ #open_2022 .open_past,
	#new_2021:checked ~ #open_2021 .open_past,
	#new_2020:checked ~ #open_2020 .open_past,
	#new_2019:checked ~ #open_2019 .open_past {
    height: auto;
    opacity: 1;
    visibility: visible;
	}


/* pickup */


/* 吹き出し */
.pickup {
	position: relative;
  padding: 15px;
  background-color: #5ec035;
  border-radius: 5px;
	display: inline-block;
	/* width: 136px; */
	height: 26px;
	line-height: 0;
	text-align: center;
	font-size: 1.2rem;
	margin-right: 8px;
	color: #fff;
}
.pickup::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 12px solid #5ec035;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.pickup-mt--25 {
	margin-top: -20px;
}
.pickup-product_name {
	margin: 0 auto 26px;
}
.pickup-product_name a {
	color: #000;
	border-bottom: 2px solid;
	text-decoration: none !important;
}
.pickup-product_name a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.pickup_no-bor {
	padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 20px;
	font-size: 2rem;
}
.pickup-pdf-icon {
	display: inline-flex !important;
}
.pickup-pdf-icon li {
	margin-left: 40px !important;
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0;
}
.pickup-no-space {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
	/* margin-bottom: 0 !important; */
}
.t18-produt-new-pickup-area {
	margin-bottom: 0;
}
.t18-produt-new-pickup-area .t18-produt-new-pickup-area .t18-middle-1st-section-title {
	margin-bottom: 30px !important;
}
.t18-produt-new-pickup-area .t18-list-before-disc-black {
	display: flex;
    flex-wrap: wrap;
	font-size: 0;
}
.t18-produt-new-pickup-area .t18-list-before-disc-black li {
	width: 31%;
	margin-right: 3.5%;
}
.t18-produt-new-pickup-area .t18-list-before-disc-black li:nth-child(3n) {
	margin-right: 0;
}
.t18-produt-new-pickup-area .t18-list-before-disc-black li::before {
	top: 8px;
}
.t18-produt-new-pickup-area .t18-list-before-disc-black li a {
	text-decoration: none;
	line-height: 1.3;
}
@media screen and (max-width: 750px) {
	.pickup {
		width: auto;
		height: 50px;
		line-height: 18px;
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.t18-produt-new-pickup-area {
		margin-bottom: 80px;
	}
	.t18-produt-new-pickup-area .t18-list-before-disc-black {
		flex-direction: column;
		padding-left: 30px;
	}
	.t18-produt-new-pickup-area .t18-list-before-disc-black li {
		width: 100%;
    margin-right: 0;
		font-size: 3rem;
    padding-left: 32px;
	}
	.t18-produt-new-pickup-area .t18-list-before-disc-black li::before {
		top: 14px;
	}
	.pickup_no-bor {
		font-size: 3.5rem;
	}
	.pickup-pdf-icon li {
		margin-left: 0 !important;
		margin-top: 20px;
	}
	.pickup-pdf-icon a{
		color: #000;
    border-bottom: 2px solid;
    text-decoration: none !important;
}





@media screen and (max-width: 750px) {
	.product_old_year {
		font-size: 3rem;
		margin-bottom: 20px;
	}

	.product_old_page .t18-list-before-arrow-black {
		margin-bottom: 20px;
	}
	.product_old_page .t18-list-before-arrow-black > li {
		width: 100%;
		margin-right: 0;
	}
	.product_old_page .t18-list-before-arrow-black > li::before {
		top: 8px;
		left: 0;
	}

	.t18-list-before-disc-black {
		margin-top: 20px;
		margin-left: -32px;
	}
	.t18-list-before-disc-black li::before {
		top: 14px;
		left: 8px;
		width: 6px;
		height: 6px;
	}

	.new-products-detail-forms {
		border: #c00 4px solid;
		padding: 30px 0 20px;
		margin: 40px 0 80px;
	}
	.new-products-detail-forms form > button {
		font-size: 3rem;
		width: 90%;
		height: 90px;
		background-size: 7%;
	}


		/* lineup-catalog_download_area */
		.lineup-catalog_download_inner {
			display: block;
			padding: 60px;
			text-align: center;
		}
		.lineup-catalog_download_img {
			max-width: 200px;
			margin: 0 auto 20px;
		}
		.lineup-catalog_download_name {
			font-size: 3.2rem;
			margin: 0 0 10px;
		}
		.lineup-catalog_download_btn {
			line-height: 1.3;
			margin: 0 auto;
			padding: 15px 100px 15px 110px;
			font-size: 2.8rem;
			border: 4px solid #c00;
		}
		.lineup-catalog_download_btn:hover {
			border: 4px solid #c00;
		}
		.lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
			padding-left: 30px;
		}
		.lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
			width: 21px;
			height: 26px;
			background-size: 21px 26px;
		}
		.lineup-catalog_download_size {
			font-size: 2.4rem;
		}




		.t18-product-pdf-list-download {
		    font-size: 3.6rem;
		}
		.t18-pdf-icon::after {
    top: -10px;
	}
}
