/* ==================================================
	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: #e5e2fe;
	word-break: auto-phrase;
}
.model .main {
	margin-top: 40px;
}
.main > .inner {
	padding: 0;
}
.main .img_area {
	position: relative;
	background: #e6e6e6;
}
.main .img_area img {
	width: 100%;
}

.main .img_area.prod {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .img_area.prod img {
	width: auto;
}
.main .img_area .pc {
	display: none;
}
.main .heading1 {
	background: #a89efa;
	color: #000;
}
.main .heading2 {
	background: #c2bbfc;
	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 {
		width: 50%;
	}
	.main .img_area img {
		object-fit: contain;
		height: 100%;
	}
	.main .img_area.prod img {
		height: auto;
	}
	.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;
	}
}
.main .d_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	font-size: 11px;
}
.main .icon_img {
	height: 80px;
	width: auto;
}
.main .icon_area {
	text-align: center;
}
.main .inch {
	text-align: center;
}
@media screen and (min-width: 1040px) {
	.main .img_area .pc {
		display: inline;
	}
}
/* ==================================================
	intel
================================================== */

.intel {
}
.intel .title {
	padding: 10px 20px;
	color: #000;
	border-bottom: 1px solid #000;
}



/* ----------------------------------------
	intel_about
---------------------------------------- */

.intel_about {
	padding: 20px 0;
}
.intel_about .img_area {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.intel_about {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 40px 0;
	}
	.intel_about .img_area {
		width: 360px;
	}
	.intel_about .text_area {
		width: calc(100% - 400px);
	}
}

.intel_feature {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intel_feature >li {
	width: 100%;
	padding: 10px;
	background: #e5e2fe;
	color: #000;
	text-align: center;
}

.intel_feature >li:nth-of-type(n+2) {
	margin-top: 20px;
}

@media screen and (min-width:768px) {
	.intel_feature >li {
		width: 32%;
		padding: 20px;
	}
	.intel_feature >li:nth-of-type(n+2) {
		margin-top: 0;
	}
}

/* perf -------------------- */
.perf {
	margin-top: 40px;

}

.perf .d_flex .text_area {
	padding: 20px 0;
}
@media screen and (min-width: 768px) {
	.perf .d_flex {
		display: flex;
		align-items: center;
	}
	.perf .d_flex .img_area {
		width: 35%;
	}
	.perf .d_flex .text_area {
		width: 65%;
		padding: 20px;
	}
}


/* npu -------------------- */


.npu h3 {
	color: #000;
}
.npu .box .table_scroll {
	padding: 10px;
}
.npu table {
	min-width: 100%;
	border-collapse:collapse;
}
.npu table th,.npu table td {
	padding: 8px;
}
.npu table th {
	text-align: left;
}
.npu table td {
	text-align: left;
}
.npu table tr:nth-of-type(n+2) {
	border-top: 1px solid #ccc;
}

.npu .box {
	border: 1px solid #212248;
	background: #fff;
}
.npu .box  h3 {
	padding: 5px;
	background: #212248;
	color: #fff;
}
.npu_img_area {
	margin-top: 20px;
}
.npu_text_area {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 750px;
}
.npu_text_area > div {
	display: flex;
}
.npu_text_area > div:nth-of-type(n+2) {
	margin-top: 20px;
}
.npu_text_area > div >div:last-of-type {
	margin-left: 10px;
}
.npu_text_area .h4 {
	width: 80px;
	background: #212248;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.npu_text_area h5 {
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.npu_text_area p {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.npu .box {
	display: inline-block;
	}
}
@media screen and (min-width: 1024px) {
	.npu_img_area {
		position: relative;
	}
	.npu_text_area >div {
		position: absolute;
		padding-top: 5%;
		left: 50%;
		right: 40px;
	}
	.npu_text_area >div:nth-of-type(1) {
				top: 0;
	}
	.npu_text_area >div:nth-of-type(2) {
				top: 25%;
	}
	.npu_text_area >div:nth-of-type(3) {
				top:50%;
	}
	.npu_text_area .h4 {
		width: 100px;
		padding: 15px;
	}
	.npu_text_area > div:nth-of-type(n+2) {
		margin-top: 0;
	}
}
.npu .marker {
	display: inline-block;
	padding: 2px 5px;
	font-size: 13px;
	background: yellow;
}
.npu .list_basic li {
	display: inline-block;
}
.npu .list_basic > li:nth-child(n+2) {
	margin-top: 0;
	margin-left: 10px;
}



.check > li {
	display: inline-block;
	position: relative;
	padding-left:24px;
	line-height: 1.6;
	text-align: left;
}
.check > li:nth-child(n+2) {
	margin-top: 5px;
}

.check > li:before,
.check > li:after{
	content:"";
	display:block;
	position:absolute;
}
.check > li:before{
	width:16px;
	height:16px;
	border-radius:3px;
	background:#fff;
	border:1px solid #767676;
	left:5px;
	top:4px;
}
.check > li:after{
	border-left:3px solid #0096d6;
	border-bottom:3px solid #0096d6;
	width:10px;
	height:5px;
	transform:rotate(-45deg);
	left:8px;
	top:9px;
}


/* ----------------------------------------
	vpro
---------------------------------------- */

.vpro_box {
	padding: 20px;
	border: 1px solid #000;
}
.vpro_inner +.vpro_inner {
	margin-top: 40px;
}
.vpro_title {
	margin-bottom: 20px;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}
.vpro_title .notes {
	text-align: right;
}
.vpro_cont .img_area {
	text-align: center;
}
.vpro_cont .text_area {
	margin-top: 20px;
}
.vpro_cont .text_area * + h4 {
	margin-top: 20px;
}
.vpro .memo {
	margin-top: 20px;
	padding: 10px;
	background: #f2f2f2;
	font-size: 13px;
}

@media screen and (min-width: 1024px) {
	.vpro {
		padding-right: 20px;
		padding-left: 20px;
	}
	.vpro_title {
		position: relative;
	}
	.vpro_title .notes {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0 !important;
	}
	.vpro_cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.vpro_cont .img_area {
		width: 40%;
	}
	.vpro_cont .text_area {
		width: calc(100% - 200px);
		margin-top: 0;
	}
}



/* ----------------------------------------
	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;
	}
}




/* ==================================================
	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;
	}
}



a.button.dl {
	position: relative;
	padding: 1em 55px 1em 1.5em !important;
	background: #0096d6;
}
a.button.dl:hover {
	background: #007dba;
}
a.button.dl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(images/img-icon-dl-w.png) no-repeat 0 0 / contain;
	z-index: 1;
}


.prod_btn a.button {
	background: #a89efa;
	border-color: #a89efa;
	
}
.prod_btn a.button.dl::after {
	content: url(images/img-icon-dl-w.png);
	width: 40px;
	height: 40px;
	border: none;
}
.prod_btn a.button:hover {
	background: #c2bbfc;
	border-color: #c2bbfc;
}
.prod_btn a.button.dl:hover::after {
	content: url(images/img-icon-dl.png);
	width: 40px;
	height: 40px;
	border: none;
}





/* ----------------------------------------
	prod_chara
---------------------------------------- */

.prod_chara {
	margin-top: 40px;
	padding: 20px 0;
}
.prod_chara > h3 {
	text-align: center;
}
.prod_chara_list > li {
	margin-top: 20px;
	background: #e5e2fe;
}
.prod_chara_list > li:nth-of-type(n+2) {
	margin-top: 20px;
}
.prod_chara_list .inner {
	height: 100%;
	padding: 20px;
}

.prod_chara_list .img_area img {
	width: 100%;
}
.prod_chara_list .text_area {
	padding: 15px 0;
}
.prod_chara_list .text_area h3+p {
	margin-top: 20px;
}
.prod_chara_list .text_area p+p {
	margin-top: 10px;
}
.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 {
		padding: 20px;
	}
	.prod_chara_list .inner {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 20px;
	}
	.prod_chara_list .inner > .img_area {
		width: 38%;
	}
	.prod_chara_list .inner > .text_area {
		padding: 0 5px;
		width: 60%;
	}
	.prod_chara_list .inner > .text_area h4+p {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.prod_chara {
		padding: 30px 20px 20px;
	}
	.prod_chara_list .inner {
		margin: 0;
	}
	.prod_chara_list .inner > .img_area {
		max-width: 380px;
		flex-shrink: 0;
	}
	.prod_chara_list .inner > .text_area {
		width: auto;
		margin-left: 40px;
	}
}

@media screen and (max-width: 1279px) {
	.prod_chara_list .inner > .text_area br {
		display: none;
	}
}



/* ----------------------------------------
	prod_btn
---------------------------------------- */

.prod_btn {
	margin-top: -20px;
	padding: 0 20px 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;
	}
}

.login {
	text-align: center;
	padding: 0 20px 40px 20px;
}
.login .button {
	margin-top: 15px;
}

/*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;
}



.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;
	}
}



/* ----------------------------------------
	prod_model
---------------------------------------- */

.prod_model {
	padding: 30px 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 (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;
	}
}












/* ==================================================
	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;
	}
}