/* ==================================================
	base
================================================== */

.main_content {
	font-size: 16px;
}

.content img {
	height: auto;
}



/* ==================================================
	common
================================================== */

.main_content p + p {
	margin-top: 1em;
}



/* ----------------------------------------
	breadcrumbs, title
---------------------------------------- */

.page_title_area_aem {
	display: none;
}

@media screen and (max-width: 1023px) {
	.breadcrumbs.for_mobile {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.breadcrumbs.for_pc {
		display: none;
	}
}



/* ----------------------------------------
	page_top
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.page_top {
		padding: 0;
		border-top: none;
	}
	.page_top_text {
		display: none;
	}
}



/* ----------------------------------------
	section_content
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.main_content .section_content {
		width: auto;
		max-width: 1220px;
	}
	.main_content .section_content.mw1000 {
		max-width: 1000px;
	}
	.main_content .section_content.mw1400 {
		max-width: 1400px;
	}
}



/* ----------------------------------------
	layout
---------------------------------------- */

/* layout_v1 -------------------- */

.layout_v1 > .heading {
	padding: 25px 20px;
	color: #fff;
}
.layout_v1 > .copy {
	padding: 25px 20px;
	color: #fff;
}



/* ----------------------------------------
	imgBox
---------------------------------------- */

.imgBox .img_area img {
	width: 100%;
}
.imgBox .text_area {
	padding: 30px 20px;
}

@media screen and (min-width: 768px) {
	.imgBox .text_area {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.imgBox {
		position: relative;
		left: 50%;
		right: 50%;
		width: 100vw;
		margin-right: -50vw;
		margin-left: -50vw;
		padding-bottom: 80px;
	}
	.imgBox .cont {
		display: flex;
		align-items: flex-start;
		padding-top: 80px;
	}
	.imgBox .cont:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.imgBox .img_area,
	.imgBox .text_area {
		width: 50%;
	}
	.imgBox .text_area {
		padding: 60px 40px 20px;
	}
}

@media screen and (min-width: 1280px) {
	.imgBox .text_area {
		padding: 60px 80px 30px;
	}
	/* img50 */
	.imgBox .cont.img50 .img_area {
		width: 610px;
		margin-left: calc(50% - 610px);
	}
}


/* btn_area -------------------- */

.imgBox .btn_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
}
.imgBox .btn_area > a {
	margin: 20px 0 0 20px;
}



/* ----------------------------------------
	lineBox
---------------------------------------- */

.lineBox {
	margin-top: -20px;
}
.lineBox .cont {
	margin-top: 20px;
	border: 1px solid #000;
}
.lineBox .img_area img {
	width: 100%;
}
.lineBox .text_area .heading,
.lineBox .text_area .copy {
	padding: 20px;
}
.lineBox .text_area .btn_area {
	padding: 0 20px 20px;
}
.lineBox .text_area .heading {
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
	.lineBox {
		margin-top: -30px;
	}
	.lineBox .cont {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.lineBox {
		display: flex;
		flex-wrap: wrap;
		margin-left: -30px;
	}
	.lineBox .text_area .heading {
		padding: 40px 30px 30px;
	}
	.lineBox .text_area .copy {
		padding: 30px;
	}
	.lineBox .text_area .btn_area {
		padding: 0 30px 30px;
	}
}


/* v_w100 -------------------- */

@media screen and (min-width: 1024px) {
	.lineBox .v_w100 {
		display: flex;
		width: 100%;
		margin-left: 30px;
	}
	.lineBox .v_w100 .img_area,
	.lineBox .v_w100 .text_area {
		width: 50%;
	}
}


/* v_w50 -------------------- */

@media screen and (min-width: 1024px) {
	.lineBox .v_w50 {
		width: calc(50% - 30px);
		margin-left: 30px;
	}
}



/* ----------------------------------------
	heading
---------------------------------------- */

.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}

@media screen and (min-width: 1920px) {
	.x5l { font-size: 300px; line-height: 300px; }
	.x4l { font-size: 200px; line-height: 200px; }
	.x3l { font-size: 124px; line-height: 128px; }
	.xxl { font-size: 80px; line-height: 84px; }
	.xl { font-size: 60px; line-height: 62px; }
	.h1 { font-size: 48px; line-height: 50px; }
	.h2 { font-size: 38px; line-height: 42px; }
	.h3 { font-size: 30px; line-height: 36px; }
	.h4 { font-size: 24px; line-height: 32px; }
}


/* margin -------------------- */

.xl + p { margin-top: 20px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	button
---------------------------------------- */

.main_content .button {
	padding: .5em 16px;
	font-size: 16px;
	border-radius: 0;
}
.main_content .button.slim {
	font-size: 13px;
}
.main_content .button.sslim {
	font-size: 11px;
}
.main_content * + .button {
	margin-top: 20px;
}

/* primary */
.main_content .button.primary {
	background: #000;
}
.main_content .button.primary:hover {
	background: #5a5a5a;
}

/* white */
.main_content .button.white {
	color: #000;
}
.main_content .button.white:hover {
	color: #fff;
	background: none;
	outline: 1px solid #fff;
}




/* ----------------------------------------
	link_arrow
---------------------------------------- */

a.link_arrow {
	display: inline-block;
	position: relative;
	min-height: 30px;
	padding-top: 4px;
	padding-left: calc(30px + 10px);
	color: #000;
	font-size: 16px;
	text-align: left;
}
* + .link_arrow {
	margin-top: 20px;
}
.link_arrow::before,
.link_arrow::after {
	position: absolute;
}
.link_arrow::before {
	display: inline-block;
	content: "";
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
}
.link_arrow::after {
	content: "\E90c";
	top: 7px;
	left: 8px;
	transform: rotate(270deg);
	font-family: HPIcons;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}


/* white -------------------- */

a.link_arrow.cv_white {
	color: #fff;
}
.link_arrow.cv_white::before {
	background: #fff;
}
.link_arrow.cv_white::after {
	color: #000;
}



/* ----------------------------------------
	play
---------------------------------------- */

a.play {
	display: inline-block;
	position: relative;
	transition: .2s;
	width: 70px;
	height: 70px;
	margin-top: 20px;
	background: rgba(0,0,0,.6);
	border: 3px solid #fff;
}
a.play:hover {
	background: rgba(0, 0, 0, .8);
}
a.play::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 53%;
	transform: translate(-50%,-50%);
	border-style: solid;
	border-width: 13px 0 13px 22.5px;
	border-color: transparent transparent transparent #fff;
}



/* ----------------------------------------
	modal
---------------------------------------- */

.main_content .modal_content {
	border: none;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.main_content .list_basic > li::before {
	content: "\2022";
	font-family: Arial;
	font-size: 130%;
	top: .06em;
	width: auto;
	height: auto;
	line-height: 1;
	background: none;
}



/* ----------------------------------------
	slick
---------------------------------------- */

/* arrow -------------------- */

.main_content .slick-prev,
.main_content .slick-next {
	transition: .2s;
	width: 30px;
	height: 30px;
	text-align: center;
	background: rgba(0,0,0,.4);
	border-radius: 50%;
	z-index: 1;
}
.main_content .slick-prev {
	left: 0;
}
.main_content .slick-next {
	right: 0;
}
.main_content .slick-prev:hover,
.main_content .slick-next:hover {
	background: rgba(0,0,0,.6);
}
.main_content .slick-prev::before,
.main_content .slick-next::before {
	display: inline-block;
	content: "\E90c";
	position: absolute;
	top: 0;
	font-family: HPIcons;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	opacity: 1;
}
.main_content .slick-prev::before {
	transform: rotate(90deg);
	right: 8px;
}
.main_content .slick-next::before {
	transform: rotate(270deg);
	left: 8px;
}


/* dots -------------------- */

.main_content .slick-dots {
	left: 0;
}
.main_content .slick-dots li {
	margin: 0;
}
.main_content .slick-dots li.slick-active,
.main_content .slick-dots li.slick-active button {
	width: 76px;
}
.main_content .slick-dots li button::before {
	width: 5px;
	height: 5px;
	background: #c7c7c7;
	opacity: 1;
}
.main_content .slick-dots li button:hover::before,
.main_content .slick-dots li button:focus::before,
.main_content .slick-dots li.slick-active button::before {
	background: #000;
}
.main_content .slick-dots li.slick-active button::before {
	width: 56px;
	border-radius: 2.5px;
}



/* ----------------------------------------
	color
---------------------------------------- */

:root {
	--color_eblue12: #0a1d4e;
	--color_eblue11: #0a2162;
	--color_eblue10: #0c2877;
	--color_eblue9: #0e3191;
	--color_eblue8: #103fb2;
	--color_eblue7: #024ad8;
	--color_eblue6: #296ef9;
	--color_eblue5: #518cff;
	--color_eblue4: #72a3ff;
	--color_eblue3: #8fbaff;
	--color_eblue2: #b2d2ff;
	--color_eblue1: #c9e0fc;
	--color_eblue0: #e4eefa;
}
.bg_ebl12 { background-color: var(--color_eblue12) !important; }
.bg_ebl11 { background-color: var(--color_eblue11) !important; }
.bg_ebl10 { background-color: var(--color_eblue10) !important; }
.bg_ebl9 { background-color: var(--color_eblue9) !important; }
.bg_ebl8 { background-color: var(--color_eblue8) !important; }
.bg_ebl7 { background-color: var(--color_eblue7) !important; }
.bg_ebl6 { background-color: var(--color_eblue6) !important; }
.bg_ebl5 { background-color: var(--color_eblue5) !important; }
.bg_ebl4 { background-color: var(--color_eblue4) !important; }
.bg_ebl3 { background-color: var(--color_eblue3) !important; }
.bg_ebl2 { background-color: var(--color_eblue2) !important; }
.bg_ebl1 { background-color: var(--color_eblue1) !important; }
.bg_ebl0 { background-color: var(--color_eblue0) !important; }

/* ----------------------------------------
	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 30px; }
}





/* ==================================================
	local_navi
================================================== */

@media screen and (max-width: 1023px) {
	.local_navi_trigger {
		font-size: 20px;
		font-weight: normal;
		line-height: 62px;
	}
	.local_navi_trigger::before {
		color: #000;
	}
	.local_navi .local_navi_menu {
		border-top: 1px solid #e8e8e8;
	}
	.local_navi_menu > h1 {
		display: none;
	}
	.local_navi_menu_level1 > li {
		background: #fff;
		border-color: #e8e8e8;
	}
	.local_navi_menu_level1 > li a {
		color: #000;
	}
	.local_navi_menu_level1 > li a br {
		display: none;
	}
	.local_navi_menu_level1 > li > a:not(:only-child) {
		border-color: #e8e8e8;
	}
	.local_navi_menu_level1 > li.local_navi_level2_open {
		background: #fff;
	}
	.local_navi_menu_level2 > li {
		background: rgba(243,243,243,1);
		border-top: none;
	}
	.local_navi_level2_trigger::after {
		color: #000;
	}
}

@media screen and (min-width: 1024px) {
	.local_navi {
		right: 50%;
		left: 50%;
		width: 100vw;
		margin-right: -50vw;
		margin-left: -50vw;
		padding: 0 20px;
		background: #fff;
	}
	.local_navi .local_navi_menu {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		max-width: 1220px;
		margin: 0 auto;
	}
	.local_navi_menu a {
		color: #000;
	}
	.local_navi_menu > h1,
	.local_navi_menu > h1 a {
		color: #000;
		font-size: 20px;
		font-weight: normal;
		line-height: 1;
		text-decoration: none;
		margin: 0;
	}
	.local_navi_menu > h1 a:hover {
		text-decoration: underline;
	}
	.local_navi_menu_level1 {
		display: flex;
		justify-content: space-between;
	}
	.local_navi_menu_level1 > li:nth-of-type(n+2) {
		margin-left: 30px;
	}
	.local_navi_menu_level1 > li.main_menu {
		height: 70px;
		text-align: center;
	}
	.local_navi_menu_level1 > li.main_menu > a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 100%;
		color: #000;
		line-height: 1.4;
	}
	.local_navi_menu_level1 > li.current::after,
	.local_navi_menu_level1 > li.main_menu > a:hover::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #165dba;
	}
	.local_navi_menu_level1 > li.main_menu_btn{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* level2 -------------------- */
	.local_navi_menu_level2 {
		width: 300px;
		background: #fff;
		border: 1px solid #e8e8e8;
		box-shadow: 0 12px 12px 0 rgb(0 0 0 / 20%);
	}
	.local_navi_menu_level2 > li > a {
		display: block;
		padding: 10px 20px;
		text-align: left;
		transition: .2s;
		white-space: nowrap;
	}
	.local_navi_menu_level2 > li > a:hover {
		color: #165dba;
		text-decoration: none;
		background: #e6fcff; /*rgba(44,48,56,.05)*/
	}
}



/* ----------------------------------------
	dd_btn
---------------------------------------- */

.dd_btn {
	padding: 1.2rem 1.6rem;
	text-align: center;
}
.dd_btn > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .3em .8em .3em 1em;
	color: #fff;
	background: var(--color_eblue7);
	cursor: pointer;
}
.dd_btn > span::after {
	content: "\E90c";
	margin-left: 8px;
	font-family: HPIcons;
	line-height: 1;
}
.dd_btn > span.open::after {
	content: "\E90b";
}
.dd_btn > ul {
	display: none;
	width: 100%;
	background: #fff;
}
.dd_btn > ul > li > a {
	display: block;
	padding: 10px 20px;
	text-align: left;
	transition: .2s;
}

@media screen and (max-width: 1023px) {
	.dd_btn > ul > li {
		background: rgba(243,243,243,1);
	}
}

@media screen and (min-width: 1024px) {
	.dd_btn {
		align-self: center;
		position: relative;
		padding: 0;
		margin-left: auto;
	}
	.dd_btn > span {
		width: 240px;
	}
	.dd_btn > ul {
		position: absolute;
	}
	.dd_btn > ul > li > a:hover {
		color: #165dba;
		text-decoration: none;
		background: var(--color_eblue1);
	}
}





/* ==================================================
	main
================================================== */

.main .img_area {
	max-width: 1920px;
	margin: 0 auto;
}
.main .img_area img {
	width: 100%;
}
.main .text_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(2,74,216,.9);
}
.main .heading,
.main .copy {
	padding: 15px 20px;
	border-top: 1px solid #fff;
}
.main .text_area .inner {
	max-width: 1220px;
	margin: 0 auto;
}
.main h1 {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
	font-size: 3.5rem;
	font-weight: normal;
	line-height: calc(1em + 4px);
}
.main h1 span {
	font-size: 95%;
	line-height: 1;
}


@media screen and (min-width: 320px) {
	.main h1 {
		font-size: calc(3.5rem + ((1vw - 0.32rem) * 5.3594));
	}
}

@media screen and (min-width: 480px) {
	.main .copy p {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.main .img_area img {
		object-fit: cover;
		object-position: 80%;
		min-height: 600px;
	}
	.main .copy {
		padding: 30px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.main h1 {
		font-size: 80px;
	}
}


/* ==================================================
	task
================================================== */

.task_list {
	margin: 0 -15px;
}
.task_list > li {
	margin-top: 40px;
	padding: 0 15px;
}
.task_list h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.task_list h3 br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.task_list {
		display: flex;
		margin-top: 60px;
	}
	.task_list > li {
		width: 33.33333%;
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.task_list {
		margin-right: -20px;
		margin-left: -20px;
	}
	.task_list > li {
		padding: 0 20px;
	}
}





/* ==================================================
	modal - win10_iot
================================================== */

.lockdown_function_list > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	background: #fff;
}

@media screen and (min-width: 480px) {
	.lockdown_function_list > li {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}





/* ==================================================
	features_list
================================================== */

.features_list {
	margin: -30px -15px;
}
.features_list > li {
	padding: 30px 15px;
	text-align: center;
}
.features_list .icon {
	height: 60px;
}
.features_list > li h3 {
	margin-top: 20px;
}
.features_list > li h3 + * {
	margin-top: 12px;
}

@media screen and (min-width: 768px) {
	.features_list {
		display: flex;
		flex-wrap: wrap;
		margin: -30px -20px;
	}
	.features_list > li {
		width: 50%;
		padding: 30px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.features_list > li {
		width: 33.33333%;
	}
}





/* ==================================================
	vpro
================================================== */

.vpro .img_area {
	position: relative;
}
.vpro .img_area img.vpro_logo {
	object-fit: contain;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: auto;
}

@media screen and (min-width: 1024px) {
	.vpro .img_area img.vpro_logo {
		bottom: 20px;
		left: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.vpro .img_area img.vpro_logo {
		width: 180px;
	}
}





/* ==================================================
	d_model
================================================== */

.d_model .description .inner {
	padding: 25px 20px;
}
.d_model .description .copy ul {
	margin-top: 20px;
	border-bottom: 1px solid #000;
}
.d_model .description .copy li {
	padding: 15px 0;
	border-top: 1px solid #000;
}
.d_model .products .inner {
	padding: 40px 20px;
}

/* @media screen and (min-width: 1280px) {
	.d_model .cont {
		display: flex;
	}
	.d_model .description {
		width: calc((100% - 800px) - (50% - 610px));
	}
	.d_model .description .inner {
		width: 440px;
		margin-left: auto;
	}
	.d_model .products .inner {
		padding: 60px 40px;
	}
	.d_model .products {
		width: 800px;
	}
} */



/* ----------------------------------------
	d_model_list
---------------------------------------- */

.d_model_list {
	margin: -40px -20px 0;
}
.d_model_list > li {
	margin-top: 40px;
	padding: 0 20px;
}
.d_model_list .img_area {
	text-align: center;
}
.d_model_list .btn_area {
	margin-top: 20px;
	text-align: center;
}
.d_model_list .price {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.d_model_list .price > span {
	font-size: 22px;
}
.d_model_list .btn_area .button {
	margin-top: 10px;
}
.d_model_list .link_area {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #000;
}
.d_model_list .link_area a {
	color: #000;
}

@media screen and (min-width: 479px) {
	.d_model_list .btn_area {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: row-reverse;
		text-align: left;
	}
	.d_model_list .btn_area .button {
		margin: 0 20px 0 0;
	}
}
@media screen and (min-width: 480px) and (max-width:768px) {
	.d_model_list {
		display: flex;
		flex-wrap: wrap;
		max-width: 768px;
	}
	.d_model_list > li {
		width: 50%;
	}
}
@media screen and (min-width:768px) {
	.d_model_list {
		display: flex;
		flex-wrap: wrap;
	}
	.d_model_list > li {
		width: 33.333333%;
	}
}
/* @media screen and (min-width:1280px) {
	.d_model_list {
		display: flex;
		flex-wrap: wrap;
		max-width: 768px;
	}
	.d_model_list > li {
		width: 50%;
	}
} */





/* ==================================================
	lineup
================================================== */

/* ----------------------------------------
	table (~2022.8.19)
---------------------------------------- */

.lineup {
	table-layout: fixed;
	width: 1220px;
	color: #000;
	white-space: normal;
	border-collapse: separate;
	border-spacing: 3px;
}
.lineup th,
.lineup td {
	vertical-align: middle;
	padding: .6em .4em;
	text-align: center;
}
.lineup th {
	font-weight: normal;
	line-height: 1.4;
}
.lineup thead th {
	color: #fff;
	background: #5a5a5a;
}
.lineup tbody th {
	color: #0096d6;
	background: rgba(0,150,214,.1);
}
.lineup tbody td {
	width: calc(100% / 6);
}
.lineup h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
}
.lineup .btn_area .button {
	margin: 10px 5px 0;
}



/* ----------------------------------------
	prod_lineup
---------------------------------------- */

.prod_lineup {
	margin-top: 40px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.prod_module {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.prod_module .inner {
	padding: 20px;
}
.prod_module .img_area {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	background: #e6e6e6;
}
@media screen and (max-width: 1023px) {
	.prod_module .img_area img{
		width: 100%;
		height: auto;
		aspect-ratio: 18 / 13;
	    object-fit: cover;
	}
}
@media screen and (min-width: 1024px) {
	.prod_module .img_area img{
		width: 360px;
		height: 260px;
	}
}

.prod_module .type {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .2em 1em;
	font-size: 14px;
	background: #f6f6f6;
}
.prod_module .new{
	position: absolute;
	top: 0;
	right: 0;
	padding: .2em 1em;
	font-size: 14px;
	background: #d7410b;
	color: #fff;
}

.prod_module .text_area {
	margin-top: 20px;
}
.prod_module h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
.prod_module .list_basic > li {
	margin-top: 0;
	font-size: 14px;
}
.prod_module .link_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 20px 0 0 -15px;
}
.prod_module .link_area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 15px);
	height: 1px;
	background: #000;
}
.prod_module .link_area a {
	margin: 20px 0 0 15px;
	font-size: 15px;
}
.prod_module .link_area a.modal_open {
	color: #000;
}
.prod_module .link_area a.online_store {
	color: #0096d6;
	text-decoration: underline;
}
.prod_module .link_area a.online_store:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.prod_lineup {
		display: flex;
		flex-wrap: wrap;
	}
	.prod_module {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.prod_module {
		width: calc(100% / 3);
	}
}



/* ----------------------------------------
	modal - view
---------------------------------------- */

.view h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.view .img_area,
.view .btn_area {
	text-align: center;
}
.view .view_detail {
	padding-bottom: 40px;
}
.view .view_detail_list li {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.view .modal_content {
		width: 800px;
	}
}





/* ==================================================
	spec_pdf
================================================== */

.spec_pdf {
	padding: 30px 20px;
	color: #fff;
	background: var(--color_eblue7);
}
.spec_pdf a {
	color: #fff;
}
.spec_pdf .btn_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.spec_pdf .section_content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.spec_pdf .btn_area {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.spec_pdf {
		padding: 40px 20px;
	}
	.spec_pdf .text_area {
		display: flex;
		align-items: center;
	}
	.spec_pdf h3 + p {
		margin: 0 0 0 60px;
	}
}





/* ==================================================
	usage_list
================================================== */

.usage_list {
	margin: 0 -20px;
}
.usage_list > li {
	margin-top: 40px;
	padding: 0 20px;
}
.usage_list .img_area img {
	width: 100%;
}
.usage_list .text_area {
	margin-top: 20px;
}
.usage_list h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.usage_list h4 {
	margin-top: 20px;
	font-weight: normal;
}
.usage_list .list_basic > li {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.usage_list {
		display: flex;
		flex-wrap: wrap;
	}
	.usage_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.usage_list > li {
		width: 33.33333%;
	}
}





/* ==================================================
	inquiry
================================================== */

.inquiry .button {
	min-width: 200px;
	text-align: center;
}





/* ==================================================
	disclaimer
================================================== */

.disclaimer {
	padding: 40px 20px;
	background: #e2e2e2;
}
.disclaimer p {
	font-size: 11px;
}
.disclaimer p.footnote {
	color: #000;
}
