@charset "shift_jis";

/* ======================================================
 * /common-files/css/aflt/index2_sp.css
 * ------------------------------------------------------
 * - base
 * - util
 * - module
 * - component
 * ------------------------------------------------------
 * Clearfix
====================================================== */
/* base
------------------------------------------------------ */
#aflt.aflt2 {
	font-size: 12px;
	font-size: 1.2rem;
}

/* util
------------------------------------------------------ */
#aflt.aflt2 .mod-small {
	font-size: 10px;
	font-size: 1.0rem;
}

/* main
------------------------------------------------------ */
#aflt.aflt2 #mainContainer {
	margin-top: 0;
	padding-bottom: 15px;
	background: #fff;
}
#aflt.aflt2 .aflt2-main-ttl {
	margin: 0 -10px 16px;
	padding: 5%;
	background: #fff;
}

/* footer
------------------------------------------------------ */
#aflt2-footer {
	background: #fff;
}
#aflt .aflt2-footer__inn {
	padding: 5px 10px 15px;
	background: #fff;
}
#aflt .aflt2-footer__link > li + li {
	margin-top: 5px;
}
#aflt .aflt2-footer__link > li a {
	color: #c73f66;
}
#aflt #foot-copy {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1.0rem;
}
#aflt .aflt2-footer__to-top {
	margin-top: 10px;
	text-align: right;
}

/* module
------------------------------------------------------ */
/* ----- section ----- */
#aflt .aflt2-section01 {
	padding: 20px 10px;
	background: #fff;
}
#aflt .aflt2-section01 > *:first-child {
	margin-top: 0;
}
#aflt .aflt2-section02 {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #b4011a;
}
#aflt .aflt2-section03 {
	margin-top: 24px;
}
#aflt .aflt2-section04 {
	margin-top: 12px;
}
/* ----- heading ----- */
#aflt .aflt2-headLine {
	margin-bottom: 10px;
	text-align: center;
}
#aflt .aflt2-headLine + * {
	margin-top: 0 !important;
}
#aflt .aflt2-hdg01 {
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#aflt .aflt2-hdg01__head {
	position: relative;
	display: inline-block;
	z-index: 2;
}
#aflt .aflt2-hdg01__head::before,
#aflt .aflt2-hdg01__head::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	bottom: 2px;
	border-style: solid;
	z-index: -1;
	content: "";
}
#aflt .aflt2-hdg01__head::before {
	border-width: 0 0 6px 5px;
	border-color: transparent transparent #fcd5cf transparent;
	left: -6px;
}
#aflt .aflt2-hdg01__head::after {
	border-width: 6px 5px 0 0;
	border-color: #fcd5cf transparent transparent transparent;
	right: -6px;
}
#aflt .aflt2-hdg01__head.mod-line-thick::before {
	border-color: transparent transparent #fba296 transparent;
}
#aflt .aflt2-hdg01__head.mod-line-thick::after {
	border-color: #fba296 transparent transparent transparent;
}
#aflt .aflt2-hdg02 {
	margin-bottom: 14px;
	padding-left: 10px;
	border-left: 4px solid #dc322c;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
#aflt.aflt2b .aflt2-hdg02 {
	line-height: 1.6;
	margin-top: 18px;
}
#aflt .aflt2-hdg02 + * {
	margin-top: 0 !important;
}
#aflt .aflt2-hdg02 strong {
	color: #b4011a;
}
#aflt .aflt2-hdg03 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#aflt .aflt2-hdg03__sub {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
#aflt .aflt2-hdg03 + * {
	margin-top: 0 !important;
}
#aflt .aflt2-hdg04 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#aflt .aflt2-hdg04 + * {
	margin-top: 0;
}
/* ----- text ----- */
#aflt .aflt2-lead01 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
#aflt .aflt2-lead02 {
	font-size: 12px;
	font-size: 1.2rem;
}
#aflt .aflt2-strong01 {
	font-weight: bold;
	color: #b4011a;
}
/* ----- box ----- */
#aflt .aflt2-box01 {
	padding: 10px 8px;
	background: #faeee0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#aflt .aflt2-box01 strong {
	font-weight: bold;
	color: #8a0000;
}
#aflt .aflt2-box02 {
	padding: 10px;
	background: #fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#aflt .aflt2-box02__figure {
	display: table;
	width: 100%;
}
#aflt .aflt2-box02__caption {
	margin-top: 4px;
	display: table;
	width: 100%;
}
#aflt .aflt2-box02__figure > span,
#aflt .aflt2-box02__caption > span {
	display: table-cell;
	vertical-align: middle;
}
#aflt .aflt2-box03 {
	border: 1px solid #e8e8e8;
	padding: 14px 10px;
	background: #fff;
}
#aflt .aflt2-box03 > *:first-child {
	margin-top: 0 !important;
}
#aflt .aflt2-pointBox01 {
	position: relative;
	margin-top: 54px;
	padding-top: 34px;
}
#aflt .aflt2-pointBox01--nopoint {
	padding-top: 0;
}
#aflt .aflt2-pointBox01__num {
	position: absolute;
	top: 0;
	left: 50%;
	width: 184px;
	margin-left: -92px;
}
#aflt .aflt2-pointBox01__num img {
	backface-visibility: hidden;
}
#aflt .aflt2-pointBox01__dtl {
	padding: 54px 60px 40px;
	background: #fff;
	border-top: 10px solid #dc0b2a;
}
#aflt .aflt2-pointBox01--nopoint .aflt2-pointBox01__dtl {
	padding-top: 32px;
}
#aflt .aflt2-logoBox {
	position: relative;
	margin-top: 14px;
	padding: 10px 10px 14px;
	border: 1px solid #b4011a;
}
#aflt.aflt2b .aflt2-logoBox {
	border: none;
}
#aflt .aflt2-logoBox__text {
	font-weight: bold;
	text-align: center;
}
#aflt .aflt2-logoBox__logo {
	margin-top: 6px;
	text-align: center;
}
#aflt .aflt2-logoBox__more {
	margin-top: 5px;
	text-align: right;
}
#aflt .aflt2-qaBox {
	margin-top: 10px;
}
#aflt .aflt2-qaBox + .aflt2-qaBox {
	margin-top: 15px;
}
#aflt .aflt2-qaBox .question span {
	font-weight: bold;
}

/* ----- desc ----- */
#aflt .aflt2-announceDesc {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #bbb;
}
#aflt .aflt2-announceDesc > dt {
	font-weight: bold;
}
#aflt .aflt2-announceDesc > dd {
	font-size: 10px;
	font-size: 1.0rem;
}
#aflt .aflt2-announceDesc > dd > *:first-child {
	margin-top: 0;
}

/* ----- column ----- */
#aflt .aflt2-column {
	margin-top: 10px;
}
#aflt .aflt2-column__item {
	float: left;
}
#aflt .aflt2-column__item--1 {
	width: 100%;
	clear: left;
}
#aflt .aflt2-column__item--2 {
	width: 49%;
	margin-left: 2%;
}
#aflt .aflt2-column__item--2:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
#aflt .aflt2-column__item--1:nth-child(n+2) {
	margin-top: 10px;
}
#aflt .aflt2-column__item--2:nth-child(n+3) {
	margin-top: 2%;
}

/* component
------------------------------------------------------ */
#aflt .aflt-accordion {
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#aflt .aflt-accordion + .aflt-accordion {
	margin-top: 10px;
}
#aflt .aflt-accordion__ctrl {
	padding: 16px 0;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
}
#aflt .aflt-accordion__ctrl strong {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #b4011a;
}
#aflt .aflt-accordion__ctrl > span {
	display: block;
	position: relative;
}
#aflt .aflt-accordion__ctrl > span::before {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 0;
	margin-top: -7px;
	background: url(/smp/aflt/img-files/aflt2_acd_ic01.png) 0 0 no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	content: "";
}
#aflt .aflt-accordion__content {
	display: none;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #ccc;
}
#aflt.aflt2b .aflt-accordion__content {
	padding-top: 25px;
}

/* active */
#aflt .aflt-accordion.is-active {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#aflt .is-active .aflt-accordion__ctrl > span::before {
	background-image: url(/smp/aflt/img-files/aflt2_acd_ic02.png);
}


/* ----- bgBox ----- */
#aflt .aflt2-bgBox {
	position: relative;
	padding-bottom: 25px;
}
#aflt .aflt2-bgBox::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: url(/aflt/img-files/aflt2_ex01.gif) 0 0 repeat-x;
	-webkit-background-size: 5px 2px;
	background-size: 5px 2px;
	content: "";
}
#aflt .aflt2-bgBox > *:first-child {
	margin-top: 0 !important;
}

/* ----- campaign ----- */
#aflt .aflt2-campaign {
	margin-top: 25px;
	padding: 8px;
	background: #fff;
	border: 2px solid #45aab9;
}
#aflt .aflt2-campaign .aflt-box01 {
	margin-top: 0;
	padding: 0;
}

/* ----- pointColumn ----- */
#aflt .aflt2-pointColumn {
}
#aflt .aflt2-pointColumn--3 > .col + .col {
	margin-top: 5px;
}
#aflt .aflt2-pointColumn--3 > .col > *:first-child {
	margin-top: 0 !important;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01 {
	padding-top: 0;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01__num {
	position: static;
	float: left;
	width: auto;
	height: 69px;
	margin-left: 0;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01__num img {
	width: auto;
	height: 69px;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01__dtl {
	padding: 0 9px;
	height: 69px !important;
	border-top: none;
	overflow: hidden;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01__inn {
	display: table;
	width: 100%;
	height: 69px;
}
#aflt .aflt2-pointColumn--3 .aflt2-pointBox01__inn > * {
	display: table-cell;
	vertical-align: middle;
	height: 69px;
}

/* ----- movie ----- */
#aflt .aflt2-movie {
}
#aflt .aflt2-movie__item + .aflt2-movie__item {
	margin-top: 10px;
}
#aflt .aflt2-movie__thum {
	text-align: center;
}
#aflt .aflt2-movie__cap {
	max-width: 255px;
	margin: 0 auto 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #b4011a;
}
#aflt .aflt2-movie__cap.has-balloon {
	display: table;
	width: 100%;
}
#aflt .aflt2-movie__cap.has-balloon > span {
	display: table-cell;
	vertical-align: bottom;
}
#aflt .aflt2-movie__balloon {
	text-align: right;
}
/* logo_Tokyo2020
========================================= */
.logo_Tokyo2020{
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	margin: 25px auto;
}
.logo_img_Tokyo2020{
	position: relative;
	padding: 48px 75px 41px;
	text-align: center;
}
.logo_txt_Tokyo2020{
	text-align: center;
	font-size: 12px;
	padding: 24px 0 45px;
}
.logo_img_Tokyo2020:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 150px;
	height: 1px;
	margin-left: -75px;
	background-color: #dfdfdf;
}
.logo_txt_02_Tokyo2020{
	margin-top: 5px;
}
#aflt .qaBox01 .answer:after {
	background-image: url(/smp/aflt/img-files/aflt2_qa_ic02.png);
}
@media screen and (max-width: 750px){
	#aflt .aflt-btn01 a{
		background: #dc322c;
	}
	#aflt .aflt-btn01 a:hover{
		background: #ea4641;
	}
	#aflt .aflt-btn01 a::after {
		background-color: #dc0b2a;
	}
	#aflt .aflt-btn01 a:hover::after {
		background-color: #e64457;
	}
}
/* ----- aflt2_leadTxt  ----- */
#aflt .aflt2_leadTxt{
	position: relative;
	padding-bottom: 15px;
	margin-top: 17px;
	margin-bottom: 14px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans CJK JP';
}
#aflt .aflt2_leadTxt::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #c1875f transparent transparent transparent;
}
/* toggle
------------------------------------------------------ */
#aflt .aflt2_tggWrp{
	text-align: center;
}
#aflt .aflt2_tggWrp + .aflt2_tggWrp{
	margin-top: 10px;
}
#aflt .aflt2_tgger.open,
#aflt .aflt2_tgger{
	position: relative;
	display: block;
	width: auto;
	padding: 9px 0;
	margin: 0 20px;
	background-color: #333333;
	border: 3px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1;
	font-family: 'Noto Sans CJK JP';
}
#aflt .aflt2_tgger::before{
	content: "";
	position: absolute;
	width: 70px;
	height: 15px;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	background-image: url(/cm2014/img/index_ic05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#aflt .aflt2_tgger.open::before{
	background-image: url("/smp/cm2014/img/ico_007.png")
}

/*aflt2_tggWrp */
.aflt2_tggWrp img:not([width]):not([height]) {
	zoom: .5;
}
.aflt2_tggWrp .contentsWrap.color01 {
	background-color: #fff;
	color: #333;
}
.aflt2_tggWrp .contentsWrap.firstContent {
	padding: 50px 0 32px;
}
.aflt2_tggWrp .contentsWrap {
	padding: 16px 0 32px;
}
.aflt2_tggWrp .newcard-heading02 {
	text-align: center;
}
.aflt2_tggWrp .newcard-heading02 .headline {
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
}
.aflt2_tggWrp .newcard-heading02 .type01::before {
		content: "";
		display: inline-block;
		width: 55px;
		height: 21px;
		background: url(/smp/cm2014/img/bg_004.png) no-repeat 0 0;
		background-size: contain;
}
.aflt2_tggWrp .newcard-heading02 .type01::after {
		content: "";
		display: inline-block;
		width: 55px;
		height: 21px;
		background: url(/smp/cm2014/img/bg_005.png) no-repeat 100% 0;
		background-size: contain;
}
.aflt2_tggWrp .contentsWrap.color02 .note02 {
	display: block;
	margin-top: 20px;
	font-size: 14px;
}
.aflt2_tggWrp .newcard-heading02 .lead {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
.aflt2_tggWrp .visa-imageWrap01 {
	margin: 30px auto 0;
	max-width: 340px;
	text-align: center;
}
.aflt2_tggWrp .oioi-imageWrap01 {
	margin: 30px auto 0;
	max-width: 340px;
	text-align: center;
}
.aflt2_tggWrp .newcard-txtLead01 {
	font-size: 14px;
	font-size: 1.4rem;
}
.aflt2_tggWrp .newcard-heading02 .icon {
	width: 42px;
	margin: 0 auto 10px;
}
.aflt2_tggWrp .card-imageWrap01 ,
.aflt2_tggWrp .card-imageWrap02 {
	margin-top: 13px;
	text-align: center;
}
.aflt2_tggWrp .contentsWrap.color07 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding-right: calc((100vw - 100%) / 2);
	padding-left: calc((100vw - 100%) / 2);
	background-color: #666666;
	color: #fff;
}
.aflt2_tggWrp .newcard-heading03 {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
}
.aflt2_tggWrp .newcard-movieContents, .newcard-graphColLayput01, .newcard-colLayout01, .speechBalloonBox, .newcard-speechBalloonList, #officialTop .clearfix {zoom: 1;}
.aflt2_tggWrp .speechBalloonBox {
	text-align: center;
}
.aflt2_tggWrp .speechBalloonBox > .speechBalloon {
	display: inline-block;
	position: relative;
	min-height: 73px;
	width: 240px;
	margin: 14px auto 14px;
	padding: 28px 14px;
	border-radius: 10px;
	border: 2px solid #c1875f;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.aflt2_tggWrp .speechBalloonBox > .speechBalloon::after {
position: absolute;
	bottom: -10px;
	left: 12px;
	display: block;
	width: 16px;
	height: 10px;
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
	content: "";
	background: url(/newcard/img/index_ex03.png) 0 0 no-repeat;
}
.aflt2_tggWrp .newcard-graphWrap01 {
	max-width: 340px;
	margin: 20px auto 30px;
}
.aflt2_tggWrp .newcard-graphBox > .graphImage {
	float: left;
	width: 105px;
	margin-right: 15px;
}
.aflt2_tggWrp .newcard-graphBox > .txt {
	position: relative;
	overflow: hidden;
	padding-bottom: 57px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
.aflt2_tggWrp .newcard-graphBox .color08.fontB {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:bold;
	color: #762569;
}
.aflt2_tggWrp .newcard-graphBox > .txt sub {
	font-size: 1em;
}
.aflt2_tggWrp .newcard-graphBox > .txt > .graphPercent {
	color: #762569;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
}
.aflt2_tggWrp .newcard-graphBox > .txt > .graphPercent .unit {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: normal;
}
.aflt2_tggWrp .newcard-graphColLayput01 > .col + .col {
	margin-top: 35px;
}
.aflt2_tggWrp .newcard-graphBox > .txt.v2 {
	padding-bottom: 50px;
}
.aflt2_tggWrp .newcard-graphBox .color09.fontB {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:bold;
	color: #45a2b0;
}
.aflt2_tggWrp .newcard-graphBox > .txt > .graphPercent.color09 {
	color: #45a2b0;
}
.aflt2_tggWrp .newcard-graphWrap01 .referrer {
	margin-top: 21px;
	font-size: 12px;
	color: #333333;
}
.aflt2_tggWrp .newcard-sp_txtLarge02 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.aflt2_tggWrp .newcard-colLayout01.col3 {
margin: 55px -10px 0;
}
.aflt2_tggWrp .howToUse {
	margin-top: 20px;
	padding: 0 10px;
}
.aflt2_tggWrp .howToUse dt {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 0;
	text-indent: 0;
	font-weight: bold;
}
.aflt2_tggWrp .howToUse dt:nth-of-type(2) {margin-top: 40px;}
.aflt2_tggWrp .howToUse dt:nth-of-type(3) {margin-top: 25px;}

.aflt2_tggWrp .howToUse dd {margin-top: 17px;}
.aflt2_tggWrp .howToUse dd:nth-of-type(2) {margin-top: 25px;}
.aflt2_tggWrp .howToUse dd:nth-of-type(3) {margin-top: 14px;}

.aflt2_tggWrp .howToUse dt .num {
	display: inline-block;
	height: 29px;
	width: 29px;
	margin-right: 7px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	background-color: #419ba8;
}
.aflt2_tggWrp .howToUse dd {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.aflt2_tggWrp .howToUse dd > figure {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
}
.aflt2_tggWrp .newcard-colLayout01.col3 .col + .col {
	margin-top: 20px;
}
.newcard-heading04{
	margin: 38px 0 35px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}
.newcard-heading04 > span {
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.newcard-heading04 > span:before,
.newcard-heading04 > span:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 27px;
	margin-top: -12px;
	background-color: #333333;
	content: "";
}
.newcard-heading04 > span:before {left: 12px;transform: rotateZ(-45deg);}
.newcard-heading04 > span:after {right: 12px;transform: rotateZ(45deg);}
.newcard-descList01 {font-weight: 600; text-align: center; padding: 0 10px;}
.newcard-descList01 dt{text-align: left;}
.newcard-descList01.type01 {margin-left: 0;}
.newcard-descList01.type01 + .newcard-descList01.type01 {margin-top: 20px;padding-bottom: 32px;}
.newcard-descList01 dd {zoom: 1;}
.newcard-descList01 dt {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 0;
	text-indent: 0;
}
.newcard-descList01 dt .num {
	display: inline-block;
	background-color: #b7805e;
	text-indent: 0;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
}
.newcard-descList01 dt .num.color01 {background-color: #419ba8;}
.newcard-descList01 dd {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}



/* 202108 */
body{font-family: "Heebo","Noto Sans CJK JP";}
#mainContents {
   padding: 0;
} {
    margin: 20px auto 0;
}
/* ----- aflt5_KV  ----- */
.aflt5_KV{
	text-align: center;
	margin-top: 0;
}
.aflt5_card01{
	padding-top: 80px;
	text-align: center;
}
/* ----- aflt5_btnLink  ----- */
.aflt5_btnLink{
	padding-top: 19px;
	text-align: center;
}
.aflt5_btnLink a:link,
.aflt5_btnLink a:visited,
.aflt5_btnLink a:hover,
.aflt5_btnLink a:active,
.aflt5_btnLink a{
	display: inline-block;
	width: 260px;
	padding: 20px 0 19px;
	margin: 0 auto;
	background-color: #DC322C;
	border: 3px solid #DC322C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1;
	text-decoration: none;
}
.aflt5_btnLink a:hover{
	background-color: #FFFFFF;
	color: #DC322C;
}
/* ----- aflt5_leadTxt  ----- */
.aflt5_leadTxt{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 13px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}
.aflt5_leadTxt.type-01{
	margin-top: 30px;
}
.aflt5_leadTxt.type-02{
	margin-top: 60px;
}
.aflt5_leadTxt::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -4.5px;
	border-style: solid;
	border-width: 6px 4.5px 0 4.5px;
	border-color: #45aab9 transparent transparent transparent;
}
.aflt5_leadTxt.type-02::after{
	border-color: #c1875f transparent transparent transparent;
}
.aflt5_tggWrp{
	text-align: center;
}
.aflt5_tggWrp + .aflt5_tggWrp{
	margin-top: 10px;
}
.aflt5_tgger.open,
.aflt5_tgger{
	display: inline-block;
	width: 274px;
	border-radius: 5px;
	border: 3px solid #333333;
	background-color: #333333;
	background-image: url(/smp/cm2014/img/ico_006.png);
	background-size: 28%;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding: 9px 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
}
.aflt5_tgger.open{
background-image: url(/smp/cm2014/img/ico_007.png);
}
.aflt5_tgger::before{
	width: 14px;
	height: 14px;
	right: 10px;
	background-size: 100% auto;
	margin-top: -7px;
}

/* ----- aflt5_tggWrp  ----- */
.contentsWrap.color01 a:link, .contentsWrap.color01 a:visited {
	color: #7c266e;
	text-decoration: underline;
}
.contentsWrap.color01 a:hover {
	text-decoration: none;
}
.newcard-txtLead01 {
	font-size: 14px;
	font-size: 1.4rem;
}
.paragraph03 {
	margin-top: 2em;
}
.card-imageWrap01 {
width: 111px;
margin: 15px auto 0;
text-align: center;
}
.sunWrap .col4 {
margin-top: 20px;
}
.sunWrap .col4 .detail02 dt {
	width: auto !important;
	background: none!important;
	border: none!important;
	font-size: 16px!important;
	color: #333333!important;
	padding: 0 !important;
}
.sunWrap .col4 .detail02 dt .num + .txt {
text-align: left;
display: inline-block;
width: 250px;
vertical-align: top;
margin-top: 0.1em;
}
.sunWrap .col4 .detail02 dt .num {
display: inline-block;
height: 29px;
width: 29px;
margin-right: 10px;
border-radius: 50%;
padding: 4px;
background-color: #419ba8;
text-align: center;
line-height: 1.4;
color: #fff;
font-weight: bold;
vertical-align: top;
}
.sunWrap .col4 .detail02 dt {
width: auto !important;
background: none!important;
border: none!important;
font-size: 16px!important;
color: #333333!important;
padding: 0 !important;
}
.sunWrap .col4 .detail02 {
width: 100%;
margin-right: 0;
float: none;
}
.sunWrap .col4 .detail02:nth-of-type(2n) {
	margin-top: 40px;
}
.sunWrap .col4 .detail02:nth-of-type(3n) {
	margin-top: 25px;
}
.sunWrap .col4 .detail02:last-child {
margin-right: 0;
}
.contentsWrap .newcard-heading02 .headline {
font-weight: bold;
font-size: 19px;
}
.contentsWrap {
padding: 50px 0 32px;
}
.contentsWrap + .contentsWrap {
padding: 16px 0 32px;
}
.contentsWrap.color02 {
margin: 0;
background-color: #666666;
color: #FFFFFF;
}

.aflt5_tggWrp .contentsWrap.color03 {
	margin-top: 20px;
	background-color: #e5e5e5;
	color: #333;
}
.newcard-heading02 .title span::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #1f1f1f;
}
.newcard-heading02 .title span {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

.newcard-heading02 .note {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1.0rem;
}

.newcard-heading02 .title {
	margin-bottom: 27px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.aflt5_tggWrp .contentsWrap .newcard-boxLayout01--wrap {
	position: relative;
	margin: 50px 10px 0;
	border-radius: 5px;
	border: 2px dashed #BFBFBF;
	padding: 40px 10px 20px;
	background: #e5e5e5;
	font-size: 13px;
	text-align: left;
}
.aflt5_tggWrp .contentsWrap .newcard-boxLayout01--title {
	position: absolute;
	top: -.8em;
	left: 50%;
	display: inline-block;
	min-width: 175px;
	padding: 0;
	transform: translateX(-50%);
	background: #e5e5e5;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	line-height: 1;
}


.detailWrap dt {
display: inline-block;
width: 520px;
border-radius: 10px;
border: 3px solid #333333;
background-color: #333333;
background-image: url(/cm2014/img/index_ic05.png);
background-repeat: no-repeat;
background-position: 97% 50%;
padding: 21px 20px 24px;
text-align: center;
font-weight: bold;
font-size: 31px;
line-height: 1.2;
color: #fff;
cursor: pointer;
}
.newcard-graphBox > .graphImage {
float: left;
width: 105px;
margin-right: 15px;
}
.newcard-graphBox > .graphImage img{
font-size: 0;
line-height: 0;
vertical-align: bottom;
}
.newcard-graphBox > .txt > .graphPercent .unit {
font-size: 23px;
font-weight: normal;
}
.newcard-graphBox > .txt > .graphPercent {
position: absolute;
bottom: 0;
right: 0;
font-size: 40px;
font-weight: bold;
line-height: 1;
vertical-align: baseline;
}
.newcard-graphWrap01{
padding: 0 5px;
}
.newcard-graphBox > .txt > .graphPercent.color01 {
color: #762569;
}
.newcard-graphBox > .txt > .graphPercent.color02 {
color: #45a2b0;
}
.newcard-graphBox > .txt p span {
color: #762569;
font-size: 17px;
vertical-align: baseline;
font-weight: bold;
}
.newcard-graphColLayput01 .col + .col .newcard-graphBox > .txt > p span {
color: #45a2b0;
}
.newcard-graphBox > .txt p {
font-size: 14px;
}
.newcard-graphBox > .txt {
position: relative;
overflow: hidden;
padding-bottom: 57px;
font-size: 14px;
text-align: left;
}
.newcard-graphColLayput01 > .col + .col {
margin-top: 10px;
margin-left: 0;
}
.newcard-graphColLayput01 > .col {
float: none;
width: 100%;
}
.newcard-graphColLayput01 {
overflow: hidden;
margin: 15px auto 0;
max-width: 320px;
}
.newcard-graphWrap01 + .alC {
font-size: 12px;
margin-top: 21px;
color: #333333;
}
.newcard-heading02 + .card-imageWrap02 {
width: 180px;
margin: 15px auto 0;
}
.newcard-heading02 .icon {
width: 42px;
margin: 0 auto 7px;
}
.newcard-heading02 .lead {
margin-top: 10px;
font-weight: bold;
font-size: 14px;
line-height: 2;
}
.newcard-heading02 {
margin-top: 0;
text-align: center;
}
.newcard-heading03 + p +.note {
display: block;
font-size: 14px;
text-indent: -1em;
padding-left: 1em;
margin-top: 20px;
}
.newcard-heading03 + p {
margin-top: 10px;
font-weight: bold;
font-size: 14px;
line-height: 2;
}
.newcard-heading03 {
margin-top: 70px;
text-align: center;
font-weight: bold;
font-size: 19.2px;
}
.newcard-heading03.type01:after {
content: "";
display: inline-block;
width: 55px;
height: 21px;
background: url(/cm2014/img/index_ex02.png) no-repeat 100% 0;
background-size: contain;
}
.newcard-heading03.type01:before {
content: "";
display: inline-block;
width: 55px;
height: 21px;
background: url(/cm2014/img/index_ex01.png) no-repeat 0 0;
background-size: contain;
}
.newcard-heading03.type02 {
margin-top: 20px;
text-align: center;
font-weight: bold;
font-size: 19px;
}
.visa-imageWrap01 {
margin: 30px auto 0;
max-width: 340px;
text-align: center;
}
.oioi-imageWrap01 {
margin: 30px auto 0;
max-width: 340px;
text-align: center;
}
.aflt-paragraph02 {
margin-top: 1.5em;
padding: 0 10px;
font-size: 13px;
font-weight: bold;
}
.aflt-paragraph02 +.aflt-paragraph02 {
margin-top: 1.5em;
}
.speechBalloon.color01 {
display: inline-block;
position: relative;
width: 240px;
margin: 14px auto 14px;
border-radius: 10px;
border: 2px solid #c1875f;
padding: 28px 14px;
background-color: #fff;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.speechBalloon.color01::after {
background: url(/newcard/img/index_ex03.png) 0 0 no-repeat;
position: absolute;
bottom: -10px;
left: 12px;
display: block;
width: 16px;
height: 10px;
-webkit-background-size: 100% auto !important;
background-size: 100% auto !important;
content: "";
}
.sunWrap {
padding: 0;
}
.sunWrap .detailWrap .detail02 dd {
display: block;
}
.sunWrap .detailWrap dd {
display: none;
padding-top: 40px;
}
.sunWrap .col4 .detail02 + .detail02 dd {
padding-left: 0;
}
.sunWrap .col4 .detail02 dd {
padding-top: 17px;
margin: 0 auto;
text-align: center;
max-width: 175px;
}
.sunWrap .col4 .detail02:nth-of-type(2n) dd {
max-width: 140px;
}
.sunWrap .col4 .detail02:nth-of-type(3n) dd {
max-width: 90px;
}
.newcard-heading04{
	margin: 38px 0 35px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}
.newcard-heading04 > span {
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.newcard-heading04 > span:before,
.newcard-heading04 > span:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 27px;
	margin-top: -12px;
	background-color: #333333;
	content: "";
}
.newcard-heading04 > span:before {left: 12px;transform: rotateZ(-45deg);}
.newcard-heading04 > span:after {right: 12px;transform: rotateZ(45deg);}
.newcard-descList01 {font-weight: 600; text-align: center; padding: 0 10px;}
.newcard-descList01 dt{text-align: left;}
.newcard-descList01.type01 {margin-left: 0;}
.newcard-descList01.type01 + .newcard-descList01.type01 {margin-top: 20px;padding-bottom: 32px;}
.newcard-descList01 dd {zoom: 1;}
.newcard-descList01 dt {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 0;
	text-indent: 0;
}
.newcard-descList01 dt .num {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #b7805e;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
	text-indent: 0;
}
.newcard-descList01 dt .num.color01 {background-color: #419ba8;}
.newcard-descList01 dd {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}


/* Cleafix
------------------------------------------------------ */
.newcard-descList01 dd::after,
#aflt .aflt2-tab-ctrl__list::after,
#aflt .aflt2-pointColumn--3::after,
#aflt .aflt2-column::after,
#aflt .aflt2-movie::after,
#aflt .aflt2-movie__cap::after {
	display: block;
	clear: both;
	content: "";
}