/* ==================================================
	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;
}
table {
	border-collapse: collapse;
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
}
.visid {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 1.375;
}
.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 {
	color: #007dba;
	text-decoration: none;
}
.visid a:hover {
	text-decoration: underline;
}
.visid a:visited {
	color: #822980;
}


/* images -------------------- */

.visid a img {
	transition: .2s;
}
.visid a img:hover {
	opacity: .7;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	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: 1280px) {
	.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; }
}


/* hLine -------------------- */

.hLine {
	overflow: hidden;
	font-weight: normal;
	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 #000;
}
.hLine > span::before {
	right: 100%;
}
.hLine > span::after {
	left: 100%;
}


/* title_line -------------------- */

.title_line {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}


/* title_bar -------------------- */

.title_bar {
	padding: 15px 20px;
	text-align: center;
}



/* ----------------------------------------
	margin
---------------------------------------- */

.xxl + p { margin-top: 20px; }
.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 table + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}

.mt00 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
@media screen and (min-width: 1024px) {
    .w100_lg {
        width: 100%;
    }
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text
---------------------------------------- */

.tcenter { text-align: center !important; }
.tleft { text-align: left !important; }
.tright { text-align: right !important; }
.fw_normal { font-weight: normal !important; }
.fw_bold { font-weight: bold !important;}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: #000;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button:hover {
	background: #5a5a5a;
}
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;
	}
}


/* line -------------------- */

a.button.line {
	border: 2px solid #000;
}
a.button.line:hover {
	color: #000;
	background: #fff;
}


/* icon -------------------- */

a.button.icon {
	flex-direction: row;
	gap: 16px;
}
a.button.icon::after {
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* download */
a.button.download {
	background: #666354;
	border-radius: 4px;
}
a.button.download::after {
	background-image: url(images/img-icon-download.png);
	filter: invert(1);
}
a.button.download:hover {
	background: #999;
}



/* ----------------------------------------
	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;
}
.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;
}


/* row -------------------- */

.list_basic.row {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 2em;
}
.list_basic.row > li:nth-child(n+2) {
	margin-top: 0;
}



/* ----------------------------------------
	table - scroll
---------------------------------------- */

.table_scroll {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.table_scroll::-webkit-scrollbar {
	height: 8px;
}
.table_scroll::-webkit-scrollbar-track {
	background: #e6e6e6;
}
.table_scroll::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #46B1E1;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 813px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	video
---------------------------------------- */

.video {
	position: relative;
}
.video::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* pop-up -------------------- */

.video .open {
	transition: .2s;
	cursor: pointer;
}
.video .open:hover {
	opacity: .75;
}
.video [id^="pop-up"] {
	display: none;
}
.video .overlay {
	display: none;
}
.video [id^="pop-up"]:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.video .window {
	width: 90vw;
	max-width: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video .close {
	cursor:pointer;
	position: absolute;
	color: #fff;
	font-size: 30px;
	right: -24px;
	top: -40px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}



/* ----------------------------------------
	YouTube
---------------------------------------- */

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* ==================================================
	naming_rules
================================================== */

.naming_rules {
	margin-top: 40px;
}
.naming_rules_cont {
	width: max-content;
	max-width: 100%;
	padding: 40px 20px;
	margin: 0 auto;
}
.naming_rules_cont p + p {
	margin-top: 0;
}

/* color */
.naming_rules [class*="bg"] {
	display: inline-block;
}
.bg_series { background: #daf6de; }
.bg_generation { background: #ecd5e9; }
.bg_processor { background: #cfecf7; }
.bg_inch { background: #ffffcc; }

@media screen and (min-width: 813px) {
}





/* ==================================================
	lineup
================================================== */

/* ----------------------------------------
	color
---------------------------------------- */

.s200 { background: #A6CAEC !important; }
.s400 { background: #61CBF4 !important; }
.s600 { color: #fff; background: #4E95D9 !important; }
.s800 { color: #fff; background: #0070C0 !important; }
.s1000 { color: #fff; background: #163E64 !important; }



/* ----------------------------------------
	lineup_head
---------------------------------------- */

.lineup_head {
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (min-width: 813px) {
	.lineup_head h2 {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 20px;
	}
	.lineup_head h2::before,
	.lineup_head h2::after {
		content: "";
		flex-grow: 1;
		border-top: 10px double #0070C0;
	}
}



/* ----------------------------------------
	lineup_table
---------------------------------------- */

.lineup_table {
	table-layout: fixed;
	border-collapse: separate;
	vertical-align: middle;
	/* width: 2596px; */
}
.lineup_table th,
.lineup_table td {
	min-width: 100px;
	padding: 6px 5px 8px;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
.lineup_table th {
	color: #fff;
	background: #46B1E1;
}
.lineup_table td {
	background: #C1E5F5;
}
.lineup_table .fixed {
	position: sticky;
	left: 0;
	z-index: 1;
}
.lineup_table tbody th {
	font-size: 18px;
	white-space: nowrap;
}
.lineup_table .null {
	background: #fff;
}

/* color */
.lineup_table .s200,
.lineup_table .s400,
.lineup_table .s600,
.lineup_table .s800,
.lineup_table .s1000 {
	white-space: nowrap;
}

@media screen and (min-width: 813px) {
}


/* lineup_list -------------------- */

.lineup_list {
	display: inline-flex;
	gap: 10px;
}
.lineup_list[class*="col"] {
	flex-wrap: wrap;
}
.lineup_list.col1 {
	width: 110px;
}
.lineup_list.col2 {
	width: 230px;
}
.lineup_list.col3 {
	width: 350px;
}
.lineup_list > li {
	position: relative;
	width: 110px;
}
.lineup_list > li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.lineup_list > li.copilot::before {
	background-image: url(images/img-copilot.png);
}
.lineup_list > li.ai::before {
	background-image: url(images/img-ai.png);
}
.lineup_list p {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.2;
}



/* ----------------------------------------
	lineup_notes
---------------------------------------- */

.lineup_notes {
	display: grid;
	row-gap: 5px;
	margin-top: 20px;
}
.lineup_notes > li {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 10px;
	padding-top: 4px;
}
.lineup_notes > li::before {
	width: 30px;
	height: 30px;
	margin-top: -4px;
}
.lineup_notes > li.copilot::before {
	content: url(images/img-copilot.png);
}
.lineup_notes > li.ai::before {
	content: url(images/img-ai.png);
}



/* ----------------------------------------
	series
---------------------------------------- */

.series {
	margin-top: 40px;
}
.series_table th,
.series_table td {
	padding: 10px;
	border: 2px solid #0F9ED5;
}
.series_table th,
.series_table td:nth-child(2) {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

@media screen and (max-width: 812px) {
	.series_table {
		width: 773px;
	}
	.series_table th,
	.series_table td {
		font-size: 14px;
	}
}





/* ==================================================
	navi
================================================== */

.navi {
	text-align: center;
}
.navi_title {
	padding: 8px 20px 12px;
	background: #83CBEB;
}
.navi_title h2::before,
.navi_title h2::after {
	content: "\25BD";
	color: #fff;
}
.navi_list {
	display: grid;
	gap: 10px;
	padding: 20px 20px 80px;
}
.navi_list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: .2s;
	height: 100%;
	padding: 12px 15px 15px;
	color: #000 !important;
	font-size: 18px;
	line-height: 1.2;
	background: #83CBEB;
	border-radius: 8px;
}
.navi_list a:hover {
	text-decoration: none;
	background: #46B1E1;
}
.navi_list a span {
	font-size: 70%;
}

@media screen and (min-width: 480px) {
	.navi_list {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	.navi_list a {
		font-size: 20px;
	}
}

@media screen and (min-width: 813px) {
	.navi_list {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 100px;
	}
	.navi_list a {
		font-size: 22px;
	}
}

@media screen and (min-width: 1024px) {
	.navi_list {
		grid-template-columns: repeat(4, 1fr);
	}
}





/* ==================================================
	product
================================================== */

/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	display: grid;
	gap: 20px 30px;
	padding: 40px 20px;
	text-align: center;
	background: #83CBEB;
}
.prod_main h2 {
	margin-top: 10px;
}
.prod_main .spec {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.prod_main .spec > li {
	min-width: 120px;
	padding: 10px 10px 14px;
	color: #000;
	line-height: 1;
	background: #fff;
	border-radius: 8px;
}
.prod_main .spec > li > span {
	font-size: 22px;
}
.prod_main .button {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}

@media screen and (max-width: 1023px) {
	.prod_main .cont {
		order: 1;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		padding-right: 30px;
		padding-left: 30px;
	}
}



/* ----------------------------------------
	prod_cont
---------------------------------------- */

.prod_cont {
	padding: 40px 20px 60px;
}
.prod_cont > * + * {
	margin-top: 40px;
}

@media screen and (min-width: 1280px) {
	.prod_cont {
		padding: 40px 40px 80px;
	}
}



/* ----------------------------------------
	subtitle
---------------------------------------- */

.subtitle {
	display: flex;
	flex-direction: column;
	gap: 10px 30px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.subtitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 5px;
	background: #666354;
}
.subtitle * + p {
	margin-top: 0;
}

@media screen and (min-width: 813px) {
	.subtitle {
		flex-direction: row;
		align-items: flex-end;
	}
}



/* ----------------------------------------
	prod_chara
---------------------------------------- */

.prod_chara .chara_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 15px;
}
.prod_chara .chara_list > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
	padding: 20px;
	background: #C3E6F5;
}
.prod_chara .chara_list .title {
	display: flex;
	align-items: center;
	padding: 10px 15px 14px;
	background: #fff;
	border-radius: 4px;
}
.prod_chara .chara_list .cont {
	padding: 15px 0 20px;
}
.prod_chara .chara_list .media {
	text-align: center;
}



/* ----------------------------------------
	prod_interface
---------------------------------------- */

.prod_interface .media {
	display: grid;
	gap: 20px;
}
.prod_interface .cont {
	margin-top: 15px;
}
.prod_interface .cont li {
	display: flex;
	gap: 5px;
	padding: 5px 0;
}
.prod_interface .cont li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	min-width: 22px;
	height: 22px;
	color: #fff;
	font-size: 14px;
	background: #000;
	border-radius: 20px;
}

@media screen and (min-width: 813px) {
	.prod_interface .media {
		grid-template-columns: repeat(2, 1fr);
	}
	.prod_interface .cont {
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		padding: 0 20px;
	}
}



/* ----------------------------------------
	prod_spec
---------------------------------------- */

/* prod_spec_table -------------------- */

.prod_spec_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.prod_spec_table th,
.prod_spec_table td {
	padding: .6em .8em;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
}
.prod_spec_table th {
	font-weight: bold;
	background: #f2f2f2;
}
.prod_spec_table th:first-child {
	width: 100px;
	text-align: left;
}
.prod_spec_table .button {
	width: 200px;
	max-width: 100%;
}

@media screen and (max-width: 479px) {
	.prod_spec_table th,
	.prod_spec_table td {
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px) {
	.prod_spec_table th br {
	display: none;
}
	.prod_spec_table th:first-child {
		width: 180px;
	}
}


/* table_scroll -------------------- */

.table_scroll .prod_spec_table .button {
	min-width: 200px;
}

@media screen and (max-width: 479px) {
	.table_scroll .prod_spec_table {
		width: 440px;
	}
	.prod_spec .table_scroll + .notes + * {
		margin-top: 1em;
	}
}

@media screen and (min-width: 480px) {
	.prod_spec .table_scroll + .notes {
		display: none;
	}
}



/* ----------------------------------------
	prod_link
---------------------------------------- */

.prod_link {
	text-align: center;
}
.prod_link > * + * {
	margin-top: 40px;
}


/* login -------------------- */

.prod_link .login * + .button {
	margin-top: 20px;
}

@media screen and (min-width: 813px) {
	.prod_link .download {
		min-width: 420px;
	}
}

/* download -------------------- */

.prod_link a.button.download {
	color: #fff;
	background: var(--key-color2);
}
.prod_link a.button.download::after {
	filter: invert(1);
}
.prod_link a.button.download:hover {
	background: #99b563;
}





/* ==================================================
	logoText
================================================== */

.logoText {
	display: grid;
	gap: 20px 40px;
}
.logoText .media {
	text-align: center;
}

@media screen and (min-width: 813px) {
	.logoText {
		grid-template-columns: 320px 1fr;
		align-items: center;
	}
}





/* ==================================================
	amd_ryzen_component
================================================== */

.amd_ryzen_component {
	padding: 20px;
	text-align: center;
	border: 2px solid #BFBFBF;
}
.amd_ryzen_component dl {
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}
.amd_ryzen_component dt {
	padding: 4px 15px 6px;
	background: #FFC000;
}

@media screen and (max-width: 479px) {
	.amd_ryzen_component dt {
		width: max-content;
		margin-bottom: 10px;
	}
	.amd_ryzen_component dt:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 480px) {
	.amd_ryzen_component dl {
		display: inline-grid;
		grid-template-columns: auto 1fr;
		align-items: flex-start;
		gap: 10px;
	}
	.amd_ryzen_component dd {
		padding-top: 4px;
	}
}

@media screen and (min-width: 813px) {
	.amd_ryzen_component dl {
		font-size: 20px;
	}
}





/* ==================================================
	amd_ryzen_8040
================================================== */

.amd_ryzen_8040 > * + * {
	margin-top: 30px;
}
.amd_ryzen_8040_chara {
	display: grid;
	gap: 20px;
}
.amd_ryzen_8040_chara > li {
	display: grid;
	gap: 15px 30px;
	padding: 20px;
	border: 2px solid #E4EAE0;
}

@media screen and (min-width: 813px) {
	.amd_ryzen_8040_chara {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.amd_ryzen_8040_chara > li {
		grid-template-columns: 80px 1fr;
		align-items: center;
		font-size: 18px;
	}
}





/* ==================================================
	download_flyer
================================================== */

.download_flyer {
	padding: 0 20px 60px;
	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;
}
.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: 813px) {
	.footer {
		text-align: center;
	}
	.footer_list {
		display: flex;
		justify-content: center;
	}
	.footer_list > li:not(:last-child)::after {
		content: "|";
		margin: 0 20px;
	}
}
