
/* ==================================================
	common
================================================== */


/* ----------------------------------------
	color
---------------------------------------- */
.color100 { background-color: #f8e569; }
.color90 { background-color: #f9e878; }
.color80 { background-color: #f9ea87; }
.color70 { background-color: #faed96; }
.color60 { background-color: #fbefa5; }
	.color50 { background-color: #a0f66e; }
.color40 { background-color: #fcf5c3; }
.color30 { background-color: #fdf7d2; }
	.color20 { background-color: #bdf99a; }
	.color10 { background-color: #ecfde2; }
/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 60px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding: 80px 20px;
	}
}

img{
	height: auto;
}

.content_tit {
	padding: 15px;
	background-color: #a0f66e;
}
@media screen and (min-width: 768px) {
	.content_tit {
		padding: 30px;
	}
}
.content_read {
	padding: 15px;
	background-color: #bdf99a;
}
@media screen and (min-width: 768px) {
	.content_read {
		padding: 30px;
	}
}





/* ==================================================
	local_navi
================================================== */

@media screen and (max-width: 1023px) {
	.local_navi_trigger {
		display: flex;
		align-items: center;
		min-height: 62px;
	}
	.local_navi_trigger h2 {
		padding: 10px 0;
		font-size: 20px;
		font-weight: normal;
		line-height: 1.2;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.local_navi_menu_level1 > li:nth-of-type(n+2) {
		margin-left: 20px;
	}
}

.dd_btn > span {
	background: #000;
}





/* ==================================================
	main
================================================== */

.main .img_area {
	position: relative;
}
.main .img {
	width: 100%;
}
.main .heading > .inner {
	padding: 10px 20px;
}
.main .sub_heading > .inner {
	padding: 15px 20px;
}
.main .copy > .inner {
	padding: 20px;
}
.main .text_area p {
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.main > .inner {
		display: flex;
		flex-direction: row-reverse;
		min-height: 600px;
	}
	.main .img_area {
		width: 50%;
	}
	.main .img_area img {
		object-fit: cover;
		height: 100%;
	}
	.main .text_area {
		width: 50%;
	}
	.main .text_area .inner {
		max-width: calc(610px + 20px);
		margin-left: auto;
	}
	.main .heading > .inner {
		padding: 10px 30px 10px 20px;
	}
	.main .sub_heading > .inner {
		padding: 35px 20px;
	}
	.main .copy > .inner {
		padding: 30px 30px 30px 20px;
	}
}

@media screen and (min-width: 1440px) {
	.main .img_area img {
		width: auto;
	}
}





/* ==================================================
	movie
================================================== */

.movie {
	position: relative;
}
.movie .img_area img {
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.movie .text_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 40px);
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.movie .img_area img {
		min-height: 500px;
	}
}





/* ==================================================
	workplace
================================================== */

.workplace {
	background: #f4eddd;
}
.workplace_list {
	margin: 0 -15px;
}
.workplace_list > li {
	margin-top: 40px;
	padding: 0 15px;
}
.workplace_list .img_area {
	text-align: center;
}
.workplace_list .img_area img,
.workplace_list .img_area video {
	width: 100%;
	max-width: 493px;
}
.workplace_list .text_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.workplace_list {
		display: flex;
		flex-wrap: wrap;
	}
	.workplace_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.workplace_list > li {
		width: 33.33333%;
	}
}





/* ==================================================
	point
================================================== */

.point_cont {
	margin-top: 40px;
}
.point_for {
	user-select: text;
}
.point_for h3 {
	font-weight: normal;
	line-height: 1.4;
}
.point_for .text {
	margin-top: .5em;
}
.point_navi {
	position: relative;
	max-width: 584px;
	margin: 0 auto;
}
.point_navi .slick-track {
	transform: translate3d(0,0,0) !important;
}
.point_navi .slick-track::after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-top: 72.77397260273973%; /* (画像の高さ / 画像の横幅) × 100 */
	background: url(images/point.webp) no-repeat center center / cover;
}
.point_navi .item {
	position: absolute;
	transform: translateX(-50%);
	transition: .2s;
	width: 28px !important;
	height: 28px;
	font-size: 16px;
	line-height: 31px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	cursor: pointer;
}
.point_navi .item:hover,
.point_navi .slick-current {
	color: #fff;
	background: #165dba;
}
/* num */
.point_navi .num1 { top: 20%; left: 65%;}
.point_navi .num2 { top: 40%; left: 33%;}
.point_navi .num3 { top: 55%; left: 33%;}
.point_navi .num4 { top: 70%; left: 33%;}
.point_navi .num5 { top: 70%; left: 65%;}

@media screen and (max-width: 1023px) {
	.point_for {
		margin-top: 30px;
	}
	.point_for .item {
		padding: 0 20px;
	}
	.point_cont .slick-prev {
		left: -15px;
	}
	.point_cont .slick-next {
		right: -15px;
	}
}

@media screen and (min-width: 1024px) {
	.point .section_content {
		max-width: 1280px;
	}
	.point_cont {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.point_navi {
		width: calc(50% - 25px);
	}
	.point_navi .item {
		width: 32px !important;
		height: 32px;
		line-height: 34px;
	}
	.point_for {
		width: calc(50% - 25px);
	}
	.point_for .slick-track {
		transform: translate3d(0,0,0) !important;
	}
	.point_for .item {
		width: 100% !important;
		margin-top: 30px;
	}
	.point_for h3 {
		transition: .2s;
		cursor: pointer;
		color: #767676;
	}
	.point_for h3:hover,
	.point_for .slick-current h3 {
		color: #000;
	}
	.point_for .text {
		display: none;
		transition: 1s;
	}
	.point_for .slick-current .text {
		display: block;
	}
}





/* ==================================================
	function
================================================== */

.function {
	background: #e2e2e2;
}
.function .inner {
	max-width: 1220px;
	margin: 0 auto;
}
.function_list {
	margin: -20px -15px;
}
.function_list > li {
	padding: 20px 15px;
	text-align: center;
}
.function_list .icon {
	width: 60px;
}
.function_list > li h3 {
	margin-top: 20px;
}
.function_list > li h3 a {
	color: #000;
}
.function_list > li h3 + * {
	margin-top: 12px;
}
.function_list .list > li::before {
	content: "\2022";
	font-family: Arial;
	margin-right: 8px;
}

@media screen and (min-width: 768px) {
	.function_list {
		display: flex;
		flex-wrap: wrap;
		margin: -20px;
	}
	.function_list > li {
		width: 50%;
		padding: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.function_list > li {
		width: 33.33333%;
	}
}





/* ==================================================
	bnr_sustainable
================================================== */

.bnr_sustainable img {
	height: auto;
}
.bnr_sustainable .img_area {
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.bnr_sustainable .img_area img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.bnr_sustainable .text_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bnr_sustainable .heading,
.bnr_sustainable .sub_title {
	padding: 15px 20px;
	color: #fff;
	background: rgba(0,0,0,.4);
	border-bottom: 1px solid #fff;
}
.bnr_sustainable .sub_title a {
	transition: .2s;
	margin-left: 1em;
	color: #fff;
	text-decoration: underline;
}
.bnr_sustainable .sub_title a:hover {
	background: rgba(0,0,0,.1);
}
.bnr_sustainable .text_area .inner {
	max-width: 1220px;
	margin: 0 auto;
}

@media screen and (max-width: 479px) {
	.bnr_sustainable .img_area {
		height: 450px;
	}
}

@media screen and (min-width: 768px) {
	.bnr_sustainable .heading {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bnr_sustainable .sub_title {
		padding: 30px;
	}
}

@media screen and (min-width: 1280px) {
	.bnr_sustainable .img_area {
		height: 400px;
	}
}

@media screen and (min-width: 1920px) {
	.bnr_sustainable .img_area {
		height: 517px;
	}
}





/* ==================================================
	design
================================================== */

.design .img_area {
	position: relative;
	background-color: #e6e6e6;
}
.design .copy > .inner {
	padding: 20px;
}

@media screen and (min-width: 1024px) {
	.design > .inner {
		display: flex;
		flex-direction: row-reverse;
		/*min-height: 600px;*/
	}
	.design .img_area {
		width: 65%;
	}
	.design .text_area {
		width: 35%;
	}
	.design .text_area .inner {
		max-width: calc(610px + 20px);
		margin-left: auto;
	}
	.design .copy > .inner {
		padding: 30px;
	}
}





/* ==================================================
	imgBox
================================================== */

.imgBox .img_area {
	position: relative;
}





/* ==================================================
	security
================================================== */

.security {
	background: #ecfde2;
}
.security_list {
	margin: 0 -15px;
}
.security_list > li {
	padding: 0 15px;
}
/*.security_list .inner {
	border: 1px solid #000;
}*/
.security_list .head_area {
	padding: 15px 20px;
}
.security_list .text_area {
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.security_list {
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.security_list > li {
		padding: 0;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.security_list {
		display: flex;
		margin: 30px -15px 80px;
	}
	.security_list > li {
		padding: 10px 0 20px;
		width: 33.33333%;
	}
	.security_list .inner {
		height: 100%;
	}
}





/* ==================================================
	performance
================================================== */

.performance {
	background: #ecfde2;
}
.performance_list {
	margin: 30px -15px 50px;
}
.performance_list > li {
	padding: 10px 15px;
	
}
.performance_list .head_area {
	padding: 15px 25px;
}
.performance_list .text_area {
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.performance_list {
		display: flex;
		margin: 30px -15px 80px;
	}
	.performance_list > li {
		padding: 10px 0 20px;
		width: 50%;
	}
	.performance_list .inner {
		height: 100%;
	}
}





/* ==================================================
	software
================================================== */

.software .read{
	margin: 40px 20px;
}
.software_list {
	margin: 0 -15px 50px;
}
.software_list > li {
	padding: 0 15px 10px;
}
.software_list .head_area {
	padding: 0 20px 15px;
}
.software_list .text_area {
	padding: 20px;
}
.software_list .inner .text_area ul {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.software_list {
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.software_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.software_list {
		display: flex;
		margin: 30px -15px 80px;
	}
	.software_list > li {
		padding: 10px 0 20px;
		width: 33.33333%;
	}
	.software_list .inner {
		height: 100%;
	}
	.software_list .inner .text_area ul {
		column-count: 2;
	}
}





/* ----------------------------------------
	util_slider
---------------------------------------- */

.util_slider {
	margin-top: 80px;
}
.util_slider .text_area {
	margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
	.util_slider {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.util_slider .text_area {
		width: calc(100% - (906px + 25px));
		margin-bottom: 0;
	}
	.util_slider .slider_area {
		width: 906px;
	}
}


/* slider -------------------- */

.util_slider .slider_navi .item {
	position: relative;
	padding: 20px 20px 40px;
	background: #f8fddd;
	transition: .2s;
	cursor: pointer;
}
.util_slider .slider_navi .slick-current,
.util_slider .slider_navi .item:hover {
	background: #dcf559;
}
.util_slider .slider_navi .item .text {
	display: none;
	margin-top: 12px;
}
.util_slider .slider_navi .slick-current .text {
	display: block;
}
.util_slider .slider_navi .open {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 18px;
	height: 18px;
}
.util_slider .slider_navi .open::before,
.util_slider .slider_navi .open::after {
	display: block;
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	background: #000;
}
.util_slider .slider_navi .open::after {
	transform: rotate(90deg);
}
.util_slider .slider_navi .slick-current .open {
	display: none;
}

/* arrow */
.util_slider .slick-next {
	right: -15px;
}
.util_slider .slick-prev {
	left: -15px;
}

@media screen and (min-width: 768px) {
	.util_slider .slider_navi .item:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #000;
	}
	.util_slider .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}





/* ----------------------------------------
	modal - cloud_endpoint_manager
---------------------------------------- */

#cloud_endpoint_manager .modal_content_inner {
	padding: 0;
}
#cloud_endpoint_manager .modal_close::before,
#cloud_endpoint_manager .modal_close::after {
	background: #fff;
}
.cem .heading {
	padding: 25px 20px;
	background: #549ef8;
}
.cem .textL {
	background: #87bbfa;
}
.cem .sub_heading {
	padding: 25px 20px;
}
.cem_table {
	table-layout: fixed;
	width: 100%;
}
.cem_table th,
.cem_table td {
	width: 50%;
	padding: .5em .8em;
	text-align: left;
	line-height: 1.3;
}
.cem_table th {
	font-weight: normal;
	background: #549ef8;
}
.cem_table tr:nth-child(even) {
	background: #f2f2f2;
}
.cem_table tr > :nth-child(2) {
	border-left: 1px solid #000;
}
.cem .list_basic {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	#cloud_endpoint_manager {
		max-width: 1220px;
	}
	.cem .cont {
		display: flex;
	}
	.cem .textL {
		width: 30%;
	}
	.cem .textR {
		width: 70%;
	}
	.cem_table th {
		font-size: 20px;
	}
}





/* ==================================================
	sustainable
================================================== */

.sustainable {
	background: #8af9c3;
}
.sustainable > .heading {
	padding: 25px 20px;
	border-bottom: 1px solid #000;
}
.subBox{
	margin-top: 20px;
	padding: 20px;
}






/* ==================================================
	prod_info
================================================== */

.prod_info {
	padding: 40px 20px;
	color: #fff;
	background: #000;
}
.prod_info_list {
	margin: -20px -15px;
}
.prod_info_list > li {
	padding: 20px 15px;
}
.prod_info_list .btn_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
}
.prod_info_list .btn_area > a {
	margin: 20px 0 0 20px;
}
.prod_info .pdf_link {
	margin-top: 15px;
}
.prod_info .pdf_link > li {
	margin-top: 5px;
	font-size: 12px;
}
.prod_info .pdf_link a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.prod_info_list {
		display: flex;
		flex-wrap: wrap;
	}
	.prod_info_list > li {
		width: 50%;
		padding: 30px 15px;
	}
}

@media screen and (min-width: 1024px) {
	.prod_info_list {
		flex-wrap: nowrap;
	}
	.prod_info_list > li {
		flex: 1;
		width: auto;
	}
}






/* ==================================================
	XF -heading
================================================== */

.accessories h2.hLine,
.support_area h2.hLine,
.support h2.hLine {
	font-size: 24px;
	line-height: 26px;
}

@media screen and (min-width: 720px) {
	.accessories h2.hLine,
	.support_area h2.hLine,
	.support h2.hLine {
		font-size: 32px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1024px) {
	.accessories h2.hLine,
	.support_area h2.hLine,
	.support h2.hLine {
		font-size: 34px;
		line-height: 40px;
	}
}

@media screen and (min-width: 1920px) {
	.accessories h2.hLine,
	.support_area h2.hLine,
	.support h2.hLine {
		font-size: 38px;
		line-height: 42px;
	}
}

@media screen and (min-width: 1024px) {
	.support_area .section_content {
		width: auto;
		max-width: 1000px;
	}
	.warranty_list > li {
		width: 32%;
		max-width: 320px;
	}
}





/* ==================================================
	select_display
================================================== */

.select_display_table {
	table-layout: fixed;
}
.select_display_table th,
.select_display_table td {
	font-weight: normal;
	text-align: left;
}
.select_display_table tbody th,
.select_display_table tbody td {
	padding: 12px 15px;
}
.select_display_table tbody tr:nth-child(odd) {
	background: #f2f2f2;
}





/* ----------------------------------------
	interface
---------------------------------------- */

.interface {
	overflow: hidden;
	padding: 30px 20px;
}
.interface_list {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1em;
}
.interface_list > li:nth-child(n+2) {
	margin-top: .5em;
}
#interface_area {
	margin-top: 20px;
}
.interface_btn {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.interface_btn .button {
	margin: 10px 0 0 10px;
}

@media screen and (min-width: 768px) {
	.interface {
		padding: 60px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.interface_wrap {
		display: flex;
		justify-content: space-between;
		padding-left: calc(50% - 610px);
	}
	.interface_detail {
		width: 460px;
		padding: 0;
	}
	.interface_view {
		width: calc(100% - (460px + 20px));
	}
}


/* trigger -------------------- */

#interface_trigger > li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: width .3s ease, transform .3s ease;
	max-width: 1280px;
	margin-top: 20px;
}
#interface_trigger > li:not(.current) {
	transform: translateX(10%);
}
#interface_trigger > li button {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
	width: 40px;
	height: 40px;
	margin-right: 30px;
	background: #000;
	border-radius: 50%;
}
#interface_trigger > li button:hover {
	background: #5a5a5a;
}
#interface_trigger > li button::before {
	content: "\E90c";
	transform: rotate(90deg);
	font-family: HPIcons;
	color: #fff;
}
#interface_trigger > li.current button {
	display: none;
}
#interface_trigger > li .interface_img {
	width: 100%;
}
#interface_trigger > li:not(.current) .interface_img {
	width: 50%;
}


/* modal -------------------- */

.view_detail_list li {
	font-size: 16px;
}

@media screen and (min-width: 1024px) {
	[id*="interface_"] .modal_content_inner {
		width: 800px;
	}
}





/* ==================================================
	option
================================================== */

.option {
	background: #f2f2f2;
}
.option_slider {
	margin: 0 -15px;
}
.option_slider .item {
	padding: 0 15px;
}
.option_slider .img_area img {
	width: 100%;
}
.option_slider .text_area {
	margin-top: 20px;
}
.option_slider .text_area h3 > span {
	font-size: 65%;
}

@media screen and (min-width: 1024px) {
	.option_slider_area {
		margin-top: 40px;
	}
	.option_slider {
		display: flex;
	}
	.option_slider .item {
		width: 25%;
	}
}



/* ----------------------------------------
	slider
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.option_slider_area {
		position: relative;
		margin: 30px auto 0;
	}
	.option_slider {
		display: none;
		padding: 0 30px;
	}
	.option_slider.slick-initialized {
		display: block;
	}
}



/* ----------------------------------------
	modal
---------------------------------------- */

.display_detail {
	max-width: 800px;
}
.display_detail_table {
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
}
.display_detail_table tr:nth-child(odd) {
	background: #f2f2f2;
}
.display_detail_table td {
	padding: 12px 15px;
}








/* ----------------------------------------
	gallery
---------------------------------------- */

.gallery_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 460px;
	margin: 0 auto;
}
.gallery_list > li {
	width: calc((100% - 13px) / 2);
}
.gallery_list > li:nth-child(n+2) {
	margin-top: 13px;
}
.gallery_list > li.gallery_big {
	width: 100%;
}
.gallery_list > li img {
	outline: 1px solid #e8e8e8;
}

@media screen and (min-width: 1024px) {
	.gallery_list {
		display: block;
		width: 939px;
		max-width: none;
		margin-left: -13px;
	}
	.gallery_list::after {
		content: "";
		display: block;
		clear: both;
	}
	.gallery_list > li {
		float: left;
		width: 220px;
		margin-left: 13px;
	}
	.gallery_list > li:nth-child(2),
	.gallery_list > li:nth-child(3) {
		margin-top: 0;
	}
	.gallery_list > li.gallery_big {
		width: 460px;
	}
	.gallery_list > li:nth-child(6),
	.gallery_list > li:nth-child(7),
	.gallery_list > li:nth-child(11),
	.gallery_list > li:nth-child(12) {
		float: right;
	}
}





/* ==================================================
	warranty
================================================== */

.warranty {
	background: #f2f2f2;
}
.warranty_cont > .img_area {
	text-align: center;
}
.warranty_cont > .text_area {
	margin-top: 20px;
}
.warranty_cont > .text_area h2 + h3 {
	margin-top: 10px;
}
.warranty_support {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #000;
}
.warranty_support .img_area {
	text-align: center;
}
.warranty_support .img_area img {
	width: 60px;
}
.warranty_support .text_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.warranty_support {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.warranty_support .img_area {
		width: 80px;
	}
	.warranty_support .text_area {
		width: calc(100% - 100px);
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.warranty_cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.warranty_cont > .img_area,
	.warranty_cont > .text_area {
		width: 48%;
	}
	.warranty_cont > .text_area {
		margin-top: 0;
	}
}





/* ==================================================
	disclaimers
================================================== */

.disclaimers {
	padding: 30px 20px;
	background: #e2e2e2;
}
.disclaimers h3 {
	margin-bottom: 10px;
	font-weight: normal;
}
.disclaimers p {
	font-size: 11px;
}
