h1 img {
	margin-left: auto;
	margin-right: auto;
}
h2 {
	padding-left: 0.5em;
	border-left: solid 5px #ccc;
	font-size: 120%;
}
.note {
	margin-top: 1.5em;
	font-size: 90%;
}
.col {
	display: -webkit-flex;
	display: flex;
}
.col > *:not(:first-child) {
	margin-left: 1.5em;
}

/* *** 動画 *** */
.atlas_neo_movie h2 {
	padding: 0;
	border: none;
	font-weight: 115%;
}
.atlas_neo_movie div {
	text-align: center;
}

/* *** point *** */
.atlas_neo_point h2 {
	padding: 0;
	border: none;
}
.atlas_neo_point > div {
	margin-top: 1em;
	padding: 1em;
	border: solid 1px #0087af;
	border-radius: 1em;
}
.atlas_neo_point > div p:first-child {
	margin-top: 0;
}

/* *** CTA *** */
.atlas_neo_cta {
	margin-top: 3em;
	padding: 1.5em;
	border: solid 1em #fff;
	box-shadow: inset 1px 1px #ccc, inset -1px -1px #ccc, 0 0 1px #999;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-weight: bold;
	text-align: center;
}
.atlas_neo_cta > * {
	width: calc((100% - 2em) / 2);
}
.atlas_neo_cta p:first-child {
	margin-top: 0;
}
.atlas_neo_cta a {
	display: block;
	padding: 0.5em 0;
	border-radius: 5px;
	font-size: 110%;
	transition: 0.5s;
}
.atlas_neo_cta a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.atlas_neo_cta .showroom a {
	background-color: #bfe1eb;
}
.atlas_neo_cta .ec a {
	background-color: #f5dfe3;
}

/* *** アトラスネオ *** */
.price_table {
	width: 100%;
	margin-top: 3em;
	border: 1px solid #999;
	border-collapse: collapse;
}
.price_table th {
	background-color: #e5e5e5;
}
.price_table th.width_ss {
	background-color: #cd8ebb;
}
.price_table th.width_s {
	background-color: #7ea0d1;
}
.price_table th.width_a {
	background-color: #7ccbee;
}
.price_table th.width_b {
	background-color: #b0d5a8;
}
.price_table th.width_c {
	background-color: #fbec78;
}
.price_table th.width_d {
	background-color: #f5bb6e;
}
.price_table th.width_e {
	background-color: #ef9ea9;
}
.price_table th:not(:first-child) {
	font-size: 95%;
}
.price_table th,
.price_table td {
	padding: 6px 3px 4px;
	border: solid 1px #999;
}
.price_table td {
	font-size: 95%;
	text-align: right;
}

/* *** フィラー *** */
.atlas_neo_filler .col {
	-webkit-justify-content: center;
	justify-content: center;
}
/**
.atlas_neo_filler .col h3::before {
	content: "・";
}
**/

/* *** 計測方法 *** */
.atlas_neo_measure .border {
	margin-top: 3em;
	padding: 1em;
	border: solid 2px #999;
	border-radius: 0.5em;
}
.atlas_neo_measure .border h2 {
	margin-top: 0;
	padding: 0;
	border: none;
	text-align: center;
}
.atlas_neo_measure .col .col {
	padding: 1em;
	border: solid 1px #ccc;
}

/* *** 購入前 *** */
.atlas_neo_check .col > * {
	width: calc(100% - 1.5em * 1) / 2);
}
.atlas_neo_check .col h3 {
	margin-top: 0;
}
.atlas_neo_check h3::before {
	content: "＜";
}
.atlas_neo_check h3::after {
	content: "＞";
}
.atlas_neo_check ul {
	list-style: disc;
	margin-left: 1em;
}
.atlas_neo_check li {
	margin-left: 1.5em;
}

