@charset "shift_jis";

/*==============================================
 common
============================================= */
img {
	display: block;
	width: 100%;
	height: auto;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}
em {
	font-style: normal;
}
.pc,
.pageTop {
	display:none !important;
}


/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
}

.releasedate {
	background: #ececec;
	font-size: 0.85rem; 
	color: #333;
	text-align: center;
	padding: 2rem;
}


/*==============================================
 ŠÅ”Â
============================================= */
.mainTitleWrap {
	background: #ebebeb;
	padding-bottom: 2.5rem;
	position: relative;
}
.mainTitle {
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.image-crossfader {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 58%;
}
.image-crossfader-inner {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	transition:
	opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	transform 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-crossfader-inner.is-visible {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
}
.image-crossfader-inner:nth-child(1) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_mainimg01.webp');
}
.image-crossfader-inner:nth-child(2) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_mainimg02.webp');
}
.image-crossfader-inner:nth-child(3) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_mainimg03.webp');
}
.image-crossfader-inner:nth-child(4) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_mainimg04.webp');
}
.image-crossfader:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #fff 95%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_maintitle.webp) no-repeat center top;
	background-size: 95%;
	font-size: 0;
	text-indent: -999em;
	padding-top: 67%;
	position: relative;
	top: -2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}


/*==============================================
 effect
============================================= */

[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-60px);
}
[data-effect="bottom"] {
  transform: translateY(60px);
}
[data-effect="left"] {
  transform: translateX(60px);
}
[data-effect="right"] {
  transform: translateX(-60px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}


/*==============================================
 ƒŠ[ƒh
============================================= */
.mainTitleWrap .wrap {
	background: #ebebeb;
	position: relative;
	top: -4rem;
	margin-bottom: -4rem;
	padding: 3.5rem 2rem 0;
}
.lead p {
	font-size: 1.35rem;
	line-height: 1.7;
	color: #5a4a3c;
}
.lead p.catch {
	font-weight: 700;
	margin-bottom: 1rem;
}


/*==============================================
 ƒoƒi[
============================================= */
.topbnr {
	margin: 2rem auto 0;
	text-align: center;
}
.topbnr a {
	display: block;
	background: linear-gradient(#c29845 30%, #8d611d);
	border: 1px solid #956924;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	padding: .5rem 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.bottombnr {
	margin: 2.5rem auto 0;
	text-align: center;
}
.bottombnr p {
	font-size: 1.5rem !important;
	font-weight: 500;
	color: #906420;
	margin: 0 auto .5rem;
}
.bottombnr a {
	display: block;
	background: linear-gradient(#c29845 30%, #8d611d);
	border: 1px solid #956924;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	padding: .5rem 0;
	position: relative;
	transition: all ease .3s;
}
.bottombnr a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.topbnr a:active,
.bottombnr a:active {
	opacity: .8;
}


/*==============================================
 ’Ç]ƒoƒi[
============================================= */
.flb {
	position: fixed;
	transform: translateY(172px);
	z-index: 20;
	opacity: 0;
	width: 100%;
	height: 115px;
	background: linear-gradient(#464544, #1e1d1c 75%);
}
.flb a {
	height: 110px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_innerbnr.png) no-repeat 1.5rem center;
	background-size: 5rem;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	padding: 1.5rem 1.3rem 0 8rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all ease .3s;
}
.flb a dl {
	text-align: center;
}
.flb a dt {
	font-size: 1rem;
	font-weight: 500;
	color: #fff2a9;
}
.flb a dd {
	width: 100%;
	background: linear-gradient(#c29845 55%, #8d611d);
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.3;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	margin: 10px auto 0;
	padding: .6rem 1.2rem;
	position: relative;
	transition: all ease .3s;
	box-sizing: border-box;
}
.flb a dd:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.flb a:hover dd {
	opacity: .8;
}

@keyframes UpAnime {
from {
opacity: 0;
transform: translateY(90px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes DownAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(172px);
}
}

@keyframes EndAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 0;
transform: translateY(172px);
}
}

.flb.UpMove {
	animation: UpAnime 0.5s forwards;
}
.flb.DownMove {
	animation: DownAnime 0.5s forwards;
}
.flb.end {
	animation: EndAnime 0.5s forwards;
}


/*==============================================
 Ð‰î
============================================= */
.profile {
	background: #fff;
	border: 1px solid #5a4a3c;
	color: #5a4a3c;
	padding: 2rem 2rem 1.8rem;
	margin: 3rem auto 0;
	overflow: hidden;
}
.profile .img {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	margin: 0 1.5rem 0 0;
}
.profile .img img {
	width: 80px;
}
.profile dl {
	padding-top: 5px;
}
.profile dt {
	min-height: 80px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
}
.profile dd {
	font-size: 1.1rem;
	line-height: 1.7;
	margin-top: .8rem;
}


/*==============================================
 –ÚŽŸ
============================================= */
.navi {
	background: #333230;
	margin: 0 auto;
	padding: 1.2rem;
}
.navi dt {
	display: none;
}
.navi dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: .4rem;
	margin: auto;
	position: relative;
}
.navi dd:before {
	content: "| INDEX |";
	display: block;
	width: 49%;
	font-size: 1.1rem;
	font-family: times new roman;
	font-weight: 500;
	color: #e2bd69;
	text-align: center;
}
.navi dd a {
	display: block;
	width: 49%;
	height: 0;
	background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_nav01.png) no-repeat 0 0;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
	padding-top: 10.5%;
}
.navi dd a:nth-child(2) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_nav02.png);
}
.navi dd a:nth-child(3) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_nav03.png);
}
.navi dd a:nth-child(4) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_nav04.png);
}
.navi dd a:nth-child(5) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_nav05.png);
}
.fln {
	width: 100%;
	background: #333230;
	margin: 0 auto;
	padding: .6rem;
	box-sizing: border-box;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	position: fixed;
	top: -76px;
	z-index: 50;
	transition: all ease .5s;
}
.fln .wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: .3rem;
	margin: auto;
}
.fln .wrap a {
	display: block;
	flex: 1;
	background: #111;
	font-size: .8rem;
	font-weight: 500;
	color: #c29845 ;
	text-align: center;
	line-height: 1.25;
	padding: .3rem 0;
	transition: all ease .5s;
}
.fln a:hover {
	opacity: .6;
}
.fln.is-fixed {
	top: 0;
}


/*==============================================
 ƒRƒ“ƒeƒ“ƒc
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 3rem 0 3.5rem;
}
.paragraph:nth-of-type(odd) {
	background: #ebebeb;
}

.paragraph p {
	font-size: 1.35rem;
	line-height: 1.7;
	margin-top: 2.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraphIn {
	padding: 0 2rem;
}

.paragraph h2 {
	width: 95%;
	height: 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
#article01 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h2_01.png) no-repeat center 0;
	background-size: 100%;
	padding-top: 25%;
}
#article02 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h2_02.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 25%;
}
#article03 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h2_03.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 25.71%;
}
#article04 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h2_04.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 30.71%;
}
#article05 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h2_05.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 30.71%;
}


/*==============================================
 –£—Í
============================================= */
.attractions {
	background: #fff;
	border: 1px solid #b79454;
	box-shadow: 0 3px 8px rgba(50,50,50,.2);
	margin: 1.5rem auto 0;
	padding: 2rem 1.8rem 2.5rem;
}
.attractions:nth-of-type(1) {
	margin-top: 2.5rem;
}
.attractions h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #b79454;
	text-align: center;
	line-height: 1.5;
}
.attractions h3 span {
	display: block;
	width: 100px;
	height: 44px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_01.png) no-repeat center 0;
	background-size: 100px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto .5rem;
}
.attractions:nth-of-type(2) h3 span {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_02.png);
}
.attractions:nth-of-type(3) h3 span {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_03.png);
}
.attractions:nth-of-type(4) h3 span {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_04.png);
}
.attractions:nth-of-type(5) h3 span {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_05.png);
}
.attractions .img {
	margin: 2rem auto;
}
.attractions p {
	margin-top: 2rem;
}


/*==============================================
 “Á“T
============================================= */
.benefits1,
.benefits2 {
	margin: 2rem auto;
}
.benefits1 h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #b79454;
	line-height: 1.4;
	text-align: center;
}
.benefits1 table {
	table-layout: fixed;
	border: 1px solid #b79454;
	margin-top: 1rem;
	box-sizing: border-box;
}
.benefits1 th {
	background: #b79454;
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	vertical-align: middle;
	padding: .5em;
	box-sizing: border-box;
	white-space: nowrap;
}
.benefits1 tr:last-child th,
.benefits1 tr:last-child td {
	border: 0
}
.benefits1 td {
	border-bottom: 1px solid #b79454;
	font-size: 1rem;
	vertical-align: top;
	padding: .6em;
	box-sizing: border-box;
}
.benefits1 td em {
	display: block;
	font-weight: 700;
	color: #dc4d07;
	margin: 0 auto .2em;
}
.benefits1 td br {
	display: none;
}
.benefits1 p.note {
	font-size: .9rem;
	line-height: 1.4;
	margin-top: .8rem;
	text-align: left;
}
.benefits2 table {
	width: 100%;
	background: #fff;
	border: 1px solid #b79454;
	margin-top: 1rem;
	text-align: center;
	box-sizing: border-box;
}
.benefits2 th {
	display: block;
	background: #b79454;
	border-bottom: 1px solid #fff;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	vertical-align: top;
	text-align: center;
	padding: .5em;
}
.benefits2 th small {
	font-size: .9rem;
}
.benefits2 td {
	display: block;
	border-bottom: 1px solid #b79454;
	font-size: 1rem;
	vertical-align: top;
	padding: 1em;
}
.benefits2 td span {
	display: block;
	height: 13rem;
	overflow: hidden;
	position: relative;
	margin-bottom: .6em;
}
.benefits2 td span img {
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.benefits2 td em {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	color: #dc4d07;
	margin: .6em auto .2em;
}
.benefits2 td img {
	margin-bottom: 1rem;
}
.benefits2 tr:last-child td {
	border: 0
}


/*==============================================
 ‘ÎÛƒJ[ƒh
============================================= */
.cards {
	background: #fff;
	border: 1px solid #6275b3;
	box-shadow: 0 3px 8px rgba(50,50,50,.2);
	margin: 1.5rem auto 0;
	padding: 2rem 1.8rem;
}
.cards:nth-of-type(1) {
	margin-top: 2.5rem;
}
.cards h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #3c539e;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto -.5rem;
}
.cards h3 span {
	display: block;
	width: 120px;
	height: 44px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_06.png) no-repeat center 0;
	background-size: 120px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto .5rem;
}
.cards:nth-of-type(2) h3 span {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/sp_h3_07.png);
}


/*==============================================
 ƒJ[ƒh
============================================= */
.card {
	margin: 2rem auto 3rem;
}
.card h4 {
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.4rem;
	font-weight: 700;
	color: #3c539e;
	line-height: 1.5;
	text-align: center;
	padding-bottom: .3em;
	margin-bottom: 1.5rem;
}
.card .img img {
	width: 70%;
	margin: 0 auto -.5rem;
}
.card p {
	font-size: 1.2rem !important;
	line-height: 1.6;
	margin-top: 2rem;
}
.card p.note {
	font-size: .9rem !important;
	margin-top: 1rem;
}


/*==============================================
 ƒvƒ‚ÌŽ‹“_
============================================= */
.pro {
	border: 1px solid #cdcdcd;
	color: #333230;
	box-shadow: 0 3px 3px 1px rgba(227,227,227,.5);
	margin: 2.5rem auto 0;
	padding: 1.8rem 1.5rem;
}
.pro dt {
	min-height: 80px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/profimg.jpg) no-repeat 0 0;
	background-size: 80px;
	padding-left: 95px;
	font-size: 1rem;
	line-height: 1.4;
}
.pro dt span {
	display: block;
	width: 98px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_pro.png) no-repeat 0 0;
	background-size: 98px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin-bottom: .5rem;
}
.pro dd {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem;
}
.pro dd br {
	display: none;
}
.pro p {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 1rem;
}


/*==============================================
 ‰¿Ši.comƒ†[ƒU[
============================================= */
.user {
	border: 4px solid #cac8c4;
	background: #fff;
	margin: 2.5rem auto 0;
	padding: 1.2rem 1.5rem;
}
.user.review01,
.user.review02 {
	padding: 1.2rem;
}
.user dt {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_user01.png) no-repeat 0 0;
	background-size: 50px;
	padding-left: 60px;
}
.user.review01 dt,
.user.review02 dt {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_user02.png) no-repeat 0 0;
	background-size: 50px;
	padding-left: 60px;
}
.user dt {
	font-size: 1.3rem;
	font-weight: 700;
	color: #b79454;
	line-height: 1.5;
}
.user.review01 dt,
.user.review02 dt {
	color: #3c539e;
}
.user dt span:first-child {
	margin-right: .5rem;
}
.user dt span.star {
	content: "";
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star01.png) no-repeat 0 center;
	background-size: 60px;
	width: 60px;
	height: 12px;
	margin-top: .5rem;
}
.user.review01 dt span.star {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star02.png);
}
.user.review02 dt span.star {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star03.png);
}
.user dd {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 1rem;
}


/*==============================================
 ˆÍ‚Ý
============================================= */
.column {
	margin: 3.5rem auto 0;
}
.column h3 {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	color: #4057a3;
	text-align: center;
}
.column h3:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_check.svg) no-repeat 0 0;
	background-size: 22px;
	vertical-align: -3px;
	margin: 0 4px 0 0;
}
.column p a {
	dislay: block;
	font-weight: 500;
	color: #4057a3;
	text-decoration: underline;
}
.column p a:before {
	content: "\27A1";
	display: inline-block;
	font-weight: 300;
	text-decoration: none;
	margin: 0 .3em 0 .1em;
}
.column p a:hover {
	text-decoration: none;
}


/*==============================================
 ‰æ‘œ
============================================= */
.imgBox {
	margin: 2.2rem auto;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	font-size: 1.5rem;
	color: #b79454;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
.imgBox .title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #5a4a3c;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
.imgBox .title em {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: #efefef;
	border-radius: calc(1px/0);
	font-size: 1.8rem;
	padding: 0 0 0 1px;
	box-sizing: border-box;
}
.imgBox p.note {
	font-size: .9rem;
	margin-top: 1rem;
}


/*==============================================
 ƒJ[ƒh”äŠr
============================================= */
.spec {
	width: 100%;
	background: #fff;
	border: 1px solid #333230;
	box-sizing: border-box;
	margin: 3rem auto;
}
.spec thead th,
.spec tbody th {
	width: 20%;
	background: #333230;
	border-right: 1px solid #333230;
	font-size: .85rem;
	font-weight: 500;
	color: #fff;
	vertical-align: top;
	line-height: 1.4;
	padding: .5em .5em .4em;
	box-sizing: border-box;
}
.spec thead th img {
	width: 80%;
	height: auto;
	margin: auto;
}
.spec tbody th {
	vertical-align: middle;
	border-top: 1px solid #555;
}
.spec thead tr th.card01,
.spec thead tr th.card02 {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0 1.1em;
}
.spec thead tr th.card01 {
	background: linear-gradient(#4057a3 60%,#34498d);
}
.spec thead tr th.card02 {
	background: linear-gradient(#b79454 60%,#90733f);
}
.spec thead tr:last-child th {
	background: #fff;
	border-right: 1px solid #333230;
	text-align: center;
	padding: 1.8em 1.5rem 0;
}
.spec tbody td {
	width: 40%;
	border: 1px solid #333230;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	padding: .4em .4em .5em;
	box-sizing: border-box;
}
.spec tbody td small {
	display: block;
	font-size: .8rem;
}


/*==============================================
 JCB
============================================= */
.jcb {
	background: #292929;
	color: #fff;
	padding: 3rem 2rem;
}
.jcb h2 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #00cdff;
	line-height: 1.5;
	text-align: center;
}
.jcb .wrap {
	margin: 1.5rem auto 0;
}
.jcb .wrap .img {
}
.jcb .wrap .img img {
	width: 100%;
	height: auto;
	margin-bottom: 1.5rem
}
.jcb .wrap .info p {
	font-size: 1.3rem;
	line-height: 1.5;
}
.jcb .wrap .info a {
	display: block;
	width: 100%;
	background: #009cc2;
	border-radius: 5px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.45;
	margin-top: 2rem;
	padding: .5em 1em;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
.jcb .wrap .info a span {
	display: block;
	font-size: 1.3rem;
}
.jcb .wrap .info a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: .8em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.jcb .wrap .info a:hover {
	opacity: .8;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.questionnaire {
	margin-top: 0;
}

