/* ==================================================
	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;
}





/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('font/FormaDJRDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('font/FormaDJRMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('font/FormaDJRJapaneseDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('font/FormaDJRJapaneseMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	root
================================================== */

:root {
	--green: #216972;
	--orange: #eb5f00;
	--yellow: #FFC000;
	--gray: #e6e6e6;
	--light-gray: #f2f2f2;
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
}
.visid {
	width: 100%;
	margin: 0 auto;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
	background: #fff;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
}
.visid sup,
.visid sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
.visid sup {
	bottom: 1ex;
}
.visid sub {
	top: 1ex;
}



/* ----------------------------------------
	a
---------------------------------------- */

.visid a img {
	transition: .2s;
}
.visid a img:hover {
	opacity: .7;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	section_content
---------------------------------------- */

.section_content {
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 50px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	heading
---------------------------------------- */

.visid h1,
.visid h2,
.visid h3,
.visid h4,
.visid h5,
.visid h6 {
	font-weight: normal;
}
.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; }
}



/* ----------------------------------------
	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; }

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: .2s;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button.slim {
	font-size: 13px;
}
a.button.sslim {
	font-size: 11px;
}


/* large -------------------- */

a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		font-size: 22px;
	}
}


/* color -------------------- */

/* primary */
a.button.primary {
	background: #000;
}
a.button.primary:hover {
	background: #5a5a5a;
}

/* critical */
a.button.critical {
	background: var(--orange);
}
a.button.critical:hover {
	background: #000;
}

/* white */
a.button.white {
	color: #000;
	background: #fff;
}
a.button.white:hover {
	background: #ccc;
}


/* icon -------------------- */

a.button.icon {
	flex-direction: row;
	gap: 16px;
	padding: .8em;
	background: #000;
}
a.button.icon::after {
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: invert(1);
}
a.button.icon:hover {
	background: #5a5a5a;
}

/* ダウンロード */
a.button.download::after {
	background-image: url(images/icon_download.png);
}

/* 見積り */
a.button.quote::after {
	background-image: url(images/icon_quote.png);
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}


/* num -------------------- */

.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "\203B" counters(num, "-") "";
	position: absolute;
	left: 0;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	text-align: left;
}
.list_basic > li:nth-child(n+2) {
	margin-top: 5px;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	top: .06em;
	left: 0;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}



/* ----------------------------------------
	hLine
---------------------------------------- */

.hLine {
	display: flex;
	align-items: center;
	gap: .5em;
	text-align: center;
}
.hLine::before,
.hLine::after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #000;
}



/* ----------------------------------------
	color
---------------------------------------- */

.fc_green { color: var(--green) !important; }
.fc_orange { color: var(--orange) !important; }





/* ==================================================
	qre
================================================== */

.qre {
	padding: 20px;
	border: 1px solid #000;
}
.qre_cont {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 20px;
	margin-top: 20px;
}
.qre_cont .list_basic {
	margin-top: 5px;
}
.qre_cont .list_basic > li:nth-child(n+2) {
	margin-top: 0;
}
.qre_cont .link {
	margin-top: 20px;
	text-align: center;
}
.qre_cont .media {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.qre {
		padding: 30px;
	}
	.qre_cont {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.qre_cont .cont {
		width: calc(60% - 20px);
	}
	.qre_cont .media {
		width: 40%;
	}
}

@media screen and (min-width: 1024px) {
	.qre {
		padding: 30px 30px 20px;
	}
	.qre_cont {
		justify-content: center;
		gap: 50px;
	}
	.qre_cont .cont,
	.qre_cont .media {
		width: auto;
	}
	.qre_cont .media {
		min-width: 367px;
		margin-top: -40px;
	}
}





/* ==================================================
	imgText_list
================================================== */

.imgText_list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.imgText_list > li {
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
}
.imgText_list .media {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.imgText_list {
		gap: 60px;
	}
	.imgText_list > li {
		flex-direction: row;
		justify-content: space-between;
	}
	.imgText_list > li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.imgText_list .media {
		min-width: 33%;
	}
}

@media screen and (min-width: 1024px) {
	.imgText_list .media {
		min-width: 320px;
	}
}



/* ----------------------------------------
	strong
---------------------------------------- */

.imgText_list strong {
	border: 2px solid var(--orange);
}
.imgText_list strong span {
	color: var(--yellow);
}



/* ----------------------------------------
	arrowText
---------------------------------------- */

.arrowText {
	display: inline-block;
	position: relative;
	padding: .3em .8em .2em;
	margin-top: 30px;
	font-weight: bold;
	background: var(--yellow);
}
.arrowText::before {
	content: url(images/arrow.png);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 1148px) {
	.arrowText::before {
		left: 177px;
		transform: none;
	}
}





/* ==================================================
	component
================================================== */

.component {
	margin-top: 40px;
	text-align: center;
	border: 2px solid var(--orange);
}
.component > h3 {
	padding: .3em 20px .2em;
	color: #fff;
	background: var(--orange);
}
.component_list {
	display: grid;
	gap: 10px;
	padding: 10px;
}
.component_list > li {
	padding: 20px;
	border: 2px solid var(--yellow);
}
.component_list h4 {
	color: var(--orange);
}

@media screen and (min-width: 768px) {
	.component {
		margin-top: 60px;
	}
	.component_list {
		grid-template-columns: repeat(3, 1fr);
	}
}





/* ==================================================
	cpu_chara
================================================== */

.cpu_chara {
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
	margin-top: 40px;
}
.cpu_chara .cont ul {
	display: grid;
	gap: 20px;
}
.cpu_chara .cont h3 {
	padding: .3em .8em;
	text-align: center;
	background: var(--gray);
}
.cpu_chara .cont h3 + p {
	margin-top: 15px;
}
.cpu_chara .media ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}

@media screen and (min-width: 480px) {
	.cpu_chara .cont h3 {
		display: inline-block;
		min-width: 280px;
	}
}

@media screen and (min-width: 768px) {
	.cpu_chara {
		flex-direction: row-reverse;
	}
	.cpu_chara .cont {
		width: calc(100% - (180px + 40px));
		font-size: 18px;
	}
	.cpu_chara .media {
		width: 180px;
	}
	.cpu_chara .media ul {
		flex-direction: column;
	}
	.cpu_chara .cont ul {
		gap: 10px;
	}
	.cpu_chara .cont li {
		min-height: 180px;
	}
}





/* ==================================================
	model
================================================== */

.model + .model {
	margin-top: 60px;
}



/* ----------------------------------------
	model_title
---------------------------------------- */

.model_title {
	padding: 15px 20px;
	color: white;
	text-align: center;
	background-color: black;
}





/* ==================================================
	product
================================================== */

/* ----------------------------------------
	prod_cont
---------------------------------------- */

.prod_cont {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.prod_cont {
		padding: 50px 30px;
	}
}



/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	text-align: center;
}
.prod_main .cont {
	padding: 30px 20px;
	margin-top: 20px;
	background: var(--light-gray);
}
.prod_main .cont h2 {
	padding-bottom: .2em;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.prod_main .link_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.prod_main .link_list > li {
	width: 100%;
	max-width: 420px;
}
.prod_main .link_list .button {
	width: 100%;
	height: 100%;
}
.prod_main .link_list .notes {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.prod_main .link_list {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.prod_main .link_list > li {
		flex: 1;
		max-width: none;
	}
}



/* ----------------------------------------
	prod_point
---------------------------------------- */

.prod_point {
	margin-top: 40px;
}
.prod_point_list > li {
	display: grid;
	gap: 20px 40px;
	padding: 20px 0;
}
.prod_point_list > li:nth-child(n+2) {
	border-top: 1px solid black;
}
.prod_point_list .media {
	text-align: center;
	background: white;
}
.prod_point_list .cont h3 + * {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.prod_point_list > li {
		grid-template-columns: 36.76470588235294% 1fr;
	}
	.prod_point_list .media {
		align-self: flex-start;
	}
	.prod_point_list .cont {
		align-self: center;
	}
}

@media screen and (min-width: 1024px) {
	.prod_point_list .cont {
		font-size: 18px;
	}
}
