/* ==================================================
	reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
ul, ol {
	list-style: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}
.main_content {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------------------------------
	a
---------------------------------------- */

a img {
	transition: .2s;
}
a:hover img {
	opacity: .7;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup {
	bottom: 1ex;
}
sup, sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	margin
---------------------------------------- */

.main_content p + p,
.main_content div + p,
.main_content ul + p,
.main_content ol + p,
.main_content dl + p
.main_content img + p {
	margin-top: 1em;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	color
---------------------------------------- */

.color100 { background-color: #d3fb66 ; }
.color90 { background-color: #d7fb75 ; }
.color80 { background-color: #dcfc85 ; }
.color70 { background-color: #e0fc94 ; }
.color60 { background-color: #e5fda3 ; }
.color50 { background-color: #e9fdb2 ; }
.color40 { background-color: #edfdc2 ; }
.color30 { background-color: #f2fed1 ; }
.color20 { background-color: #f6fee0 ; }
.color10 { background-color: #fbffef ; }



/* ----------------------------------------
	heading
---------------------------------------- */

h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4;
}

.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: 813px) {
	.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; }
}


/* margin -------------------- */

.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }


/* hLine -------------------- */

.hLine {
	overflow: hidden;
	text-align: center;
}
.hLine > span {
	display: inline-block;
	position: relative;
	padding: 0 .5em;
}
.hLine > span::before,
.hLine > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	border-top: 1px solid #707070;
}
.hLine > span::before {
	right: 100%;
}
.hLine > span::after {
	left: 100%;
}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
	padding: 1em 1.2em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	background: #000;
	border: 2px solid #000;
}


a.button.under::after {
	content: "";
	margin: 1px 0 0 1em;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
a.button.under:hover::after {
	border-color: #000 transparent transparent transparent;
}
a.button:hover {
	color: #000;
	background: #fff;
}
a.button:hover::after {
	border-left-color: #000;
}

@media screen and (min-width: 813px) {
	a.button {
		font-size: 20px;
	}
}


/* slim -------------------- */

a.button.slim {
	padding: .7em 1.2em;
	font-size: 14px;
}
a.button.slim::after {
	right: 15px;
	border-width: 5px 0 5px 8px;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tleft {
	text-align: left !important;
}
.tright {
	text-align: right !important;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
}
.list_basic > li:nth-child(n+2) {
	margin-top: .5em;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: .2em;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}



/* ----------------------------------------
	YouTube
---------------------------------------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* ==================================================
	main
================================================== */

.main {
	background: #99ecc7;
	word-break: auto-phrase;
}
.main > .inner {
	padding: 0;
}
.main .img_area {
	position: relative;
	background: #e6e6e6;
}
.main .img_area .pc {
	display: none;
}
.main .heading1 {
	background: #00d072;
	color: #000;
}
.main .heading2 {
	background: #66e3aa;
	color: #000;
}
.main .heading > .inner {
	padding: 10px 20px;
}
.main .copy > .inner {
	padding: 20px;
}
.main .list > li {
	padding: 15px;
}
.main .list > li+li {
	border-top: 1px solid #000;
}
.main .list > li a {
	color: #000;
	text-decoration: none;
}
.main .list > li a:hover {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.main > .inner {
		display: flex;
		flex-direction: row-reverse;
	}
	.main .img_area {
		display: grid;
		place-content: center;
		width: 50%;
		background: #e6e6e6;
	}
	.main .img_area img {
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.main .img_area .sp {
		display: none;
	}
	.main .img_area .pc {
		display: inline;
	}
	.main .text_area {
		width: 50%;
	}
	.main .heading > .inner {
		padding: 30px 20px;
	}
	.main .copy > .inner {
		padding: 30px 20px 40px;
	}
}

@media screen and (min-width: 1040px) {
	.main .img_area .pc {
		display: inline;
	}
}

/* ----------------------------------------
	colorBox
---------------------------------------- */

.colorBox .heading,
.colorBox .sub_heading {
	padding: 25px 20px;
}
/*.colorBox .text_area {
	padding: 25px 20px;
}*/
.colorBox .img_area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.colorBox .v_col2.space > div:nth-of-type(n+2) {
	margin-top: 20px;
}

/* v_col2 -------------------- */
.colorBox .v_col2 {
		display: flex;
		flex-wrap: wrap;
	}
	.colorBox .v_col2.space {
		justify-content: space-between;
	}
@media screen and (min-width: 768px) {
	.colorBox .v_col2 > * {
		width: 50%;
	}
	.colorBox .v_col2.space > div {
		width: 48%;
	}
	.colorBox .v_col2.space > div:nth-of-type(n+2) {
		margin-top: 0;
	}
}
/* ----------------------------------------
	navi
---------------------------------------- */

.navi {
	margin: 40px 20px 0 20px;
}

.navi .inner > div >a {
	width: 100%;
	margin-top: 5px;
	padding: 1em .8em;
}
@media screen and (min-width: 768px) {
	.navi .inner > div {
	display: flex;
	justify-content: space-between;
}
	.navi .inner > div >a {
		margin-top: 0;
		width: 32%;
	}
}
@media screen and (min-width: 1024px) {
	.navi {
		margin: 40px 0 0 0;
	}
}





/* ==================================================
	product
================================================== */

.product {
	
	padding-bottom: 40px;
}
.prod_title {
	padding: 25px 20px;
	background: #000;
	color: #fff;
	text-align: center;
	
}

.prod_cont {
	padding: 40px 20px;
}

@media screen and (min-width: 813px) {
	.product {
		
		padding-bottom: 80px;
	}
	.prod_cont {
		padding: 50px 40px;
	}
}



/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	display: flex;
	flex-direction: column-reverse;
}
.prod_main .text_area,
.prod_main .img_area {
	text-align: center;
}
.prod_main .text_area {
	margin-top: 20px;
}
.prod_main h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.prod_main .copy {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 20px;
	border-top: 1px solid #000;
}
.prod_main .icon_area {
	margin-top: 20px;
	font-size: 14px;
}

.prod_main .icon_img {
	height: 80px;
	width: auto;
}
.prod_main a.button.dl {
	margin-top: 30px;
	color: #000;
	background: #549ef7;
	border-color: #549ef7;
}
.prod_main a.button.dl:hover {
	background: #87bbf9;
	border-color: #87bbf9;
}
.prod_main a.button.dl::after {
	content: url(images/img-icon-dl.png);
	width: 40px;
	height: 40px;
	border: none;
}
.prod_main a.button.dl > span > span {
	display: block;
	font-size: 14px;
}

@media screen and (min-width: 813px) {
	.prod_main {
		flex-direction: row;
		justify-content: space-between;
	}
	.prod_main .text_area,
	.prod_main .img_area {
		width: calc(50% - 20px);
	}
	.prod_main .text_area {
		margin-top: 0;
	}
	.prod_main .img_area {
		align-self: center;
	}
}

@media screen and (min-width: 1280px) {
	.prod_main .text_area {
		width: 520px;
	}
	.prod_main .img_area {
		width: calc(100% - 520px);
	}
}

/* ----------------------------------------
	prod_chara
---------------------------------------- */

.prod_chara {
	padding: 40px 20px;
}
.prod_chara > h3 {
	text-align: center;
}
.prod_chara_list > li {
	margin-top: 20px;
}
.prod_chara_list > li:nth-of-type(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
.prod_chara_list .inner {
	height: 100%;
	background: #fff;
}
.prod_chara_list .img_area img {
	width: 100%;
}
.prod_chara_list .text_area {
	padding: 15px 0 0 0;
}
.prod_chara_list h4 {
	line-height: 1.2;
}
.prod_chara_list .box {
	border: 1px solid #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.prod_chara_list .inner {
		display: flex;
		justify-content: space-between;
		margin: 0 -5px;
	}
	.prod_chara_list .inner > .img_area {
		padding: 0 5px;
		width: 38%;
	}
		.prod_chara_list .inner > .text_area {
		padding: 0 5px;
		width: 60%;
	}
}

@media screen and (min-width: 1024px) {
	.prod_chara {
		padding: 30px 20px 20px;
	}
	.prod_chara_list .inner {
		margin: 0 -10px;
	}
	.prod_chara_list .inner > div {
		padding: 0 10px;
	}
}

/* ----------------------------------------
	prod_point
---------------------------------------- */

.prod_point {
	padding: 40px 10px 30px;
}
.prod_point_cont {
	position: relative;
	padding: 20px 20px 0;
	border: 1px solid #000;
}

@media screen and (min-width: 480px) {
	.prod_point,
	.prod_point_cont {
		padding-top: 50px;
	}
}

@media screen and (min-width: 768px) {
	.prod_point_cont {
		padding: 70px 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	.prod_point {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.prod_point_cont {
		padding-top: 50px;
	}
	.prod_main + .prod_point {
		margin-top: -40px;
	}
}


/* prod_point_title -------------------- */

.prod_point_title {
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	width: 100%;
	text-align: center;
}
.prod_point_title h3 {
	max-width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}
.prod_point_title h3::before {
	content: "";
	height: 100px;
}

@media screen and (max-width: 479px) {
	.prod_point_title h3 {
		position: relative;

	}
	.prod_point_title h3::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 480px) {
	.prod_point_title {
		bottom: calc(100% - 50px);
		height: 100px;
	}
	.prod_point_title h3 {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.prod_point_title {
		bottom: calc(100% - 60px);
		height: 120px;
	}
	.prod_point_title h3::before {
		position: relative;
		top: -30px;
		height: 120px;
	}
}


/* prod_point_list -------------------- */

.prod_point_list {
	position: relative;
	z-index: 1;
}
.prod_point_list > li {
	padding: 20px 0;
}
.prod_point_list > li:nth-child(n+2) {
	border-top: 1px solid #000;
}
.prod_point_list .img_area {
	text-align: center;
}
.prod_point_list .text_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.prod_point_list {
		display: flex;
		justify-content: space-between;
	}
	.prod_point_list > li {
		width: 33.33333%;
		padding: 0 20px;
	}
	.prod_point_list > li:nth-child(n+2) {
		position: relative;
		border-top: none;
	}
	.prod_point_list > li:nth-child(n+2)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #000;
	}
}

@media screen and (min-width: 1024px) {
	.prod_point_list h4 {
		display: flex;
		align-items: center;
		min-height: calc(2em * 1.2);
	}
}

/* ----------------------------------------
	prod_btn
---------------------------------------- */

.prod_btn {
	margin-top: -20px;
	padding: 40px 20px;
}
.prod_btn > div {
	max-width: 440px;
	margin: 0 auto;
}
.prod_btn .button {
	width: 100%;
	margin-top: 20px;
}
.prod_btn .notes {
	margin-top: 1em;
}

@media screen and (min-width: 1024px) {
	.prod_btn {
		display: flex;
		justify-content: center;
	}
	.prod_btn > div {
		width: 50%;
		margin: 0 20px;
	}
}


/*spec*/
.prod_chara .spec {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.prod_chara .spec > div {
	display: flex;
	align-items: center;
	margin: 5px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
}
.prod_chara .spec .text_area {
	margin-left: 10px;
}
.prod_chara .spec .img_area {
	width: 60px;
}


.title {
	padding: 10px 20px;
}
.bob {
	border-bottom: 1px solid #000;
}

/* ==================================================
	amd
================================================== */

.amd {
	margin-top: 40px;
}


.amd .v_col2 .box {
	border: 1px solid #000;
	background: #fff;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.amd .v_col2 .d_flex {
		display: flex;
		align-items: center;
	}
	.amd .v_col2 .d_flex .img_area {
		width: 35%;
	}
	.amd .v_col2 .d_flex .text_area {
		width: 65%;
	}
}

/* ----------------------------------------
	amd_about
---------------------------------------- */
.amd_about {
	padding: 40px 20px;
	background: #f2ebdc;
}
.amd_about .d_flex_md {
	margin-top: 30px;
}
.img_area {
	text-align: center;
}
.d_flex_md .text_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.d_flex_md {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.d_flex_md .img_area {
		width: 360px;
	}
	.d_flex_md .text_area {
		width: calc(100% - 400px);
		margin-top: 0;
		margin-left: 40px;
	}
}
@media screen and (min-width: 813px) {
	.amd_about {
		padding: 50px 40px;
	}
}
.amd_about .box {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}


/* elements -------------------- */

.elements {
	display: inline-block;
	margin-top: 20px;
}
.elements > div {
	display: flex;
	align-items: center;
	text-align: left;
}
.elements > div:nth-of-type(n+2) {
	margin-top: 10px;
}
.elements > div >div:last-of-type {
	margin-left: 10px;
}
.elements .h4 {
	width: 80px;
	background: #d3fb66;
	padding: 10px;
	text-align: center;
	color: #000;
}
.elements p {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.amd_about .box {
	padding: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.elements .h4 {
		width: 100px;
		padding: 10px 15px;
	}
}


/* ----------------------------------------
	exp
---------------------------------------- */

.exp {
	margin-top: 40px;
}
.exp .colorBox {
	margin-top: 30px;
}
.exp .colorBox .img_area {
	width: 80px!important;
	margin: 0 auto;
	flex-shrink: 0;
}
.exp .colorBox .v_col2 > div {
	padding: 20px;
}

/* ----------------------------------------
	productivity
---------------------------------------- */
.productivity {
	padding: 40px 20px;
	background: #f2ebdc;
}
.productivity .colorBox {
	margin-top: 40px;
}

.productivity .colorBox .img_area {
	width: 80px!important;
	margin: 0 auto;
	flex-shrink: 0;
}
@media screen and (min-width: 813px) {
	.productivity {
		padding: 50px 40px;
	}
}


/* processor -------------------- */

.processor {
	margin-top: 30px;
}
.processor .img_area {
	text-align: center;
}
.processor .text_area {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.processor {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.processor .img_area {
		width: 40%;
	}
	.processor .text_area {
		width: calc(60% - 20px);
		margin-top: 0;
	}
}

.link_list {
	margin-top: 40px;
}
.link_list > li {
	margin-top: 20px;
}
@media screen and (min-width:768px) {
	.link_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.link_list > li {
	margin-top: 0;
}
	.link_list > li:nth-of-type(2n) {
		margin-left: 20px;
	}
}

/* chara -------------------- */

.chara {
	margin-top: 40px;
}
.chara .colorBox {
	margin-top: 20px;
}
.chara .colorBox .v_col2 > div {
	padding: 20px;
}





/* ----------------------------------------
	prod_view
---------------------------------------- */

.prod_view {
	margin-top: 40px;
}
.prod_view_list {
	margin: 0 -15px;
}
.prod_view_list > li {
	margin-top: 40px;
	padding: 0 15px;
}
.prod_view_list .img_area {
	text-align: center;
}
.prod_view_detail_list {
	counter-reset: num;
	margin-top: 20px;
}
.prod_view_detail_list > li {
	position: relative;
	padding-left: 2em;
}
.prod_view_detail_list > li::before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background: #126699;
	border-radius: 50%;
}
.prod_view_detail_list > li:nth-child(n+2) {
	margin-top: .5em;
}

/* counter */
#elitebook-840-g11 .list2 {
	counter-reset: num 3;
}
#elitebook-630-g10 .list2 {
	counter-reset: num 4;
}
#probook-450-g10 .list2 {
	counter-reset: num 3;
}

@media screen and (min-width: 813px) {
	.prod_view {
		margin-top: 60px;
	}
	.prod_view_list {
		display: flex;
	}
	.prod_view_list > li {
		width: 50%;
	}
}

/* ----------------------------------------
	prod_model
---------------------------------------- */

.prod_model {
	margin-top: 40px;
	padding: 40px 20px;
}
.prod_model_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin-top: 20px;
}

.prod_model_table th,
.prod_model_table td {
	padding: .6em .8em;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
}
.prod_model_table th {
	font-weight: bold;
	background: #f2f2f2;
}
.prod_model_table th:first-child {
	width: 130px;
	text-align: left;
}
.prod_model .table_scroll + .notes {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.prod_model {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1023px) {
/*	.prod_model_table {
		width: 1000px;
	}*/
}

@media screen and (min-width: 1024px) {
	table.prod_model_table {
		width: 100%;
	}
	.prod_model_table th br {
	display: none;
}
	.prod_model_table th:first-child {
		width: 180px;
	}
	.prod_model .table_scroll + .notes {
		display: none !important;
	}
}
/* ----------------------------------------
	table_scroll
---------------------------------------- */

.table_scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.table_scroll::-webkit-scrollbar {
	height: 6px;
}
.table_scroll::-webkit-scrollbar-track {
	background: #f5f5f5;
}
.table_scroll::-webkit-scrollbar-thumb {
	background: #0096d6;
	border-radius: 3px;
}
.table_scroll table {
	min-width: 100%;
}
.table_scroll_none {
	overflow-x: visible;
}

@media screen and (min-width: 480px) {
	.table_scroll_sm {
		overflow-x: auto;
	}
	.table_scroll_none_sm {
		overflow-x: visible;
		white-space: normal;
	}
	.table_scroll_none_sm table {
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	.table_scroll {
		display: table;
	}
	.table_scroll_md {
		overflow-x: auto;
	}
	.table_scroll_none_md {
		overflow-x: visible;
		white-space: normal;
	}
	.table_scroll_none_md table {
		width: auto;
	}
	.d_none_md {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.table_scroll_lg {
		overflow-x: auto;
	}
	.table_scroll_none_lg {
		overflow-x: visible;
		white-space: normal;
	}
	.table_scroll_none_lg table {
		width: auto;
	}
}

/* ----------------------------------------
	prod_btn_area
---------------------------------------- */

.prod_btn_area {
	margin-top: 40px;
	text-align: center;
}
.prod_btn_area .notes {
	margin-top: 20px;
}

@media screen and (max-width: 812px) {
	.prod_btn_area .notes br {
		display: none;
	}
}

@media screen and (min-width: 813px) {
	.prod_btn_area .button {
		width: 360px;
	}
	.prod_btn_area .notes {
		margin-top: 30px;
		font-size: 16px;
	}
}






/* ==================================================
	intel
================================================== */

.product .intel {
	margin-top: 40px;
}

.product .intel_cont {
	padding: 40px 20px;
	background: #f2ebdc;
}
.intel_cont .d_flex_md {
	margin-top: 30px;
}
@media screen and (min-width: 813px) {
	.product .intel_cont {
		padding: 50px 40px;
	}
}



/* ----------------------------------------
	intel_core
---------------------------------------- */

.intel_core .img_area {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 813px) {
	.intel_core {
		display: flex;
		justify-content: space-between;
	}
	.intel_core .text_area {
		width: 60%;
	}
	.intel_core .img_area {
		align-self: center;
		width: calc(40% - 20px);
		margin-top: 0;
	}
}



/* ----------------------------------------
	intel_core_chara
---------------------------------------- */

.intel_core_chara {
	margin-top: 40px;
}
.intel_core_chara > li {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #000;
	background: #fff;
}
.intel_core_chara h4 {
	text-align: center;
}





/* ==================================================
	d_plus
================================================== */

.d_plus {
	padding: 40px 20px;
	background: #f3f3f5;
}
.d_plus .btn_area {
	margin-top: 25px;
}

@media screen and (max-width: 812px) {
	.d_plus {
		text-align: center;
	}
	.d_plus .text_area h2 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #707070;
	}
	.d_plus .btn_area .notes {
		margin-top: 20px;
	}
}

@media screen and (min-width: 813px) {
	.d_plus {
		padding: 40px;
	}
	.d_plus .text_area {
		display: flex;
		align-items: center;
	}
	.d_plus .text_area h2 {
		width: 45%;
		padding-right: 30px;
		font-size: 38px;
	}
	.d_plus .text_area h2 + div {
		padding: 20px 0 20px 30px;
		width: 55%;
		border-left: 1px solid #707070;
	}
	.d_plus .text_area {
		font-size: 20px;
	}
	.d_plus .btn_area {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
	}
	.d_plus .btn_area .button {
		margin-left: 20px;
		white-space: nowrap;
	}
}

@media screen and (min-width: 1280px) {
	.d_plus {
		padding-right: 100px;
		padding-left: 100px;
	}
	.d_plus .btn_area .button {
		width: 430px;
	}
}





/* ==================================================
	partner
================================================== */

.partner img {
	width: 100%;
}
/* ==================================================
	footer
================================================== */

.footer {
	padding: 30px 20px;
	border-top: 1px solid #000;
}
.footer_list {
	font-size: 14px;
}
.footer_list a:link,
.footer_list a:visited {
	color: #000;
	text-decoration: none;
}
.footer_list a:hover {
	color: #000;
	text-decoration: underline;
}
.footer .copyright {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.footer {
		text-align: center;
	}
	.footer_list {
		display: flex;
		justify-content: center;
	}
	.footer_list > li:not(:last-child)::after {
		content: "|";
		margin: 0 20px;
	}
}

@media screen and (min-width: 1148px) {
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
}