@charset "UTF-8";
body {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}


/*===================================================
共通パーツ
===================================================*/
section {
    box-sizing: border-box;
    width: 100%;
}

section a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

h2 {
	font-size: 24px;
	text-align: center;
	color: #42af35;
	border-bottom: 4px solid #42af35;
	padding-bottom: 15px;
	margin: 0 0 40px 0;
}

h4 {
	font-size: 20px;
	text-align: center;
	color: #42af35;
}

.greenBg {
	text-align: center;
	background-color: #e7f3e5;
	padding: 30px;
}

.orangeBg {
	text-align: center;
	background-color: #ffefe9;
	padding: 60px 30px;
}

/*  ※印  */
.kome {
	font-size: 12px;
	line-height: 1.3;
	color: #888;
	margin: 20px 0 0 1em;
}

.kome li {
	position: relative;
	margin-bottom: 5px;
}
.kome li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: -1em;
	display: block;
	width: 1em;
}
.kome li:last-child {
	margin-bottom: 0;
}

@media screen and ( max-width:825px ) {
#contentsBox {
    padding: 0;
}

#contentsBox section {
	padding: 0 10px;
}

h2 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
}

.greenBg {
	padding: 30px 20px;
}

.orangeBg {
	padding: 30px 10px !important;
}
}


/*===================================================
タイトル
===================================================*/
#titBox {
    margin: 0 auto 20px auto;
}

#titBox h1 {
	box-sizing: border-box;
	width: 100%;
	height: 0;
	text-indent: -999em;
	background: url(../images/h1.png) no-repeat center center;
	background-size: cover;
	border: 1px solid #ccc;
	padding-top: 18.889%;
}

@media screen and ( max-width:825px ) {
#contentsBox #titBox {
    padding: 0;
}

#titBox h1 {
	background-image: url(../images/h1_sp.png);
	padding-top: 50%;
}
}


/*===================================================
マルエツカードって？
===================================================*/
#aboutBox {
	margin-bottom: 60px;
}

#aboutTit {
	width: 300px;
	height: 28px;
	text-indent: -999em;
	background: url(../images/about_h2.png) no-repeat 0 0;
	background-size: cover;
	margin: 0 auto 15px auto;
}

#aboutBox p {
	color: #707070;
}

@media screen and ( min-width:826px ) {
#aboutBox p br {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#aboutBox {
	margin-bottom: 20px;
}

#aboutTit {
	width: 252px;
	height: 23px;
}
}


/*===================================================
お申込みはこちら
===================================================*/
#camCopy {
	font-size: 18px;
	line-height: 1;
	color: #e94609;
	text-align: center;
	margin: 40px 0 10px 0;
}

#camBn {
	width:100%;
	max-width: 740px;
	margin: 60px auto 60px auto;
}
#camBn a {
    box-sizing: border-box;
	display: block;
	width:100%;
	height: 0;
	text-indent: -999em;
	background: url(../images/cam_bn13.jpg) no-repeat 0 / cover;
	border: 1px solid #ccc;
	padding-top: calc(100% * 240 / 770);
}

@media screen and ( max-width:825px ) {
#camBn {
	max-width: 355px;
	margin-bottom: 30px;
}
#camBn a {
	background-image: url(../images/cam_bn_sp13.jpg);
	padding-top: calc(100% * 238 / 479);
}
}

/*===================================================
おトクにお買い物
===================================================*/
/*  リンクボタン  */
#btGrBox ul {
	display: flex;
	margin-bottom: 60px;
}

#btGrBox ul li {
	flex: 1;
}
#btGrBox ul li:nth-child(2) {
	margin: 0 12px;
}

#btGrBox ul li a {
	display: block;
	width:100%;
	height: 0;
	text-indent: -999em;
	background: url(../images/bt_gr01.png) no-repeat 0 0;
	background-size: cover;
	padding-top: 34.247%;
}
#btGrBox ul li:nth-child(2) a {
	background-image: url(../images/bt_gr02n.png);
}
#btGrBox ul li:nth-child(3) a {
	background-image: url(../images/bt_gr03.png);
}

@media screen and ( max-width:825px ) {
#btGrBox ul {
	flex-direction: column
}
#btGrBox ul li:nth-child(2) {
	margin: 15px 0;
}

#btGrBox ul li a {
	background-image: url(../images/bt_gr01sp.png);
	padding-top: 27.419%;
}
#btGrBox ul li:nth-child(2) a {
	background-image: url(../images/bt_gr02spn.png);
}
#btGrBox ul li:nth-child(3) a {
	background-image: url(../images/bt_gr03sp.png);
}
}

/*  タイトル  */
h3#no01,
h3#no02,
h3#no03 {
	min-height: 31px;
	font-size: 24px;
	line-height: 1.3;
	color: #42af35;
	background: url(../images/no1.png) no-repeat 0 0;
	background-size: 31px;
	border-bottom: 1px solid  #42af35;
	padding: 0 0 15px 41px;
	margin-bottom: 30px;
}
h3#no02 {
	background-image: url(../images/no2.png);
}
h3#no03 {
	background-image: url(../images/no3.png);
}

@media screen and ( max-width:825px ) {
h3#no01,
h3#no02,
h3#no03 {
	min-height: 29px;
	font-size: 22px;
	padding: 2px 0 10px 38px;
}
}

/*  ボックス1  */
#no01Box {
	background: url(../images/logo_img.png) no-repeat right 10px;
	padding-right: 415px;
	margin-bottom: 60px;
}

@media screen and ( max-width:825px ) {
#no01Box {
	background: none;
	padding: 0;
}

#no01Box p {
	background: url(../images/logo_img_sp.png) no-repeat center bottom;
	background-size: 345px 73px;
	padding-bottom: 103px;
}
}

/*  ボックス2  */
#no02Box {
	margin-bottom: 60px;
}

#no02Box #about_waonpoint {
	margin: 30px 0 40px 0;
}

#no02Box #about_waonpoint p:first-child {
	width: 242px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	background: url(../images/about_waonpoint.png) no-repeat center / contain;
	margin: 0 auto 20px auto;
}

#tokimekipoint_2bai {
	width: 288px;
	height: 72px;
	text-indent: -999em;
	background: url(../images/tokimekipoint_2bai.png) no-repeat center / contain;
	margin: 20px auto 25px auto;
}

@media screen and ( min-width:826px ) {
#no02Box #about_waonpoint p br,
#no02Box h4 br {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#no02Box #about_waonpoint p:first-child {
	width: 264px;
	height: 24px;
}
}

/*  ボックス3  */
#no03Box {
	background: url(../images/waon_img.png) no-repeat right 0;
	padding-right: 415px;
	margin-bottom: 60px;
}

#no03Box dt {
	box-sizing: border-box;
	width: 90px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #42af35;
	padding: 10px;
	margin: 30px  0 15px 0;
}

@media screen and ( max-width:825px ) {
#no03Box {
	background: none;
	padding: 0;
}

#no03Box dl {
	background: url(../images/waon_img.png) no-repeat center bottom;
	background-size: 345px 192px;
	padding-bottom: 212px;
}
}


/*===================================================
カードブランド
===================================================*/
#cardBrandBox {
	border: 1px solid #e94609;
	border-top: none;
}

#cardBrandBox p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #e94609;
	padding: 15px 10px;
}

#cardBrand {
	display: flex;
	width: 330px;
	padding: 30px 0;
	margin: 0 auto;
}

#cardBrand li {
	box-sizing: border-box;
	width: 110px;
	height: 54px;
	text-indent: -999em;
	background: url(../images/card_brand_1.png) no-repeat center center;
	background-size: contain;
	border: 1px solid #ccc;
}
#cardBrand li:nth-child(2) {
	background-image: url(../images/card_brand2.png);
	margin: 0 15px;
}
#cardBrand li:nth-child(3) {
	background-image: url(../images/card_brand3.png);
}

@media screen and ( min-width:826px ) {
#cardBrandBox p br {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#cardBrandBox p {
	font-size: 18px;
	padding: 20px 10px;
}

#cardBrand {
	width: 309px;
}

#cardBrand li {
	width: 95px;
	height: 48px;
}
#cardBrand li:nth-child(2) {
	margin: 0 12px;
}
}


/*===================================================
動画
===================================================*/
#movieBox {
	padding: 40px 0;
}

#movieBox h2 {
	line-height: 23px;
	color: #e94609;
	border-bottom: 4px solid #e94609;
	margin-bottom: 20px;
}
#movieBox h2 span {
	background: url(../images/movie_icon.png) no-repeat 0 center;
	background-size: 28px 23px;
	padding-left: 38px;
	margin-right: .5em;
}

#movieContainer {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;;
}
#movieContainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and ( min-width:826px ) {
#movieBox h2 br {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#movieBox h2 span {
	margin: 0 ;
}

#movieBox h2 br {
	margin-bottom: 10px;
}
}


/*===================================================
マルエツカードのお申込み
===================================================*/
#card_entry h4 {
	font-size: 24px;
	line-height: 1;
	color: #e94609;
	margin-bottom: 15px;
}

#card_entry p {
	line-height: 1;
}

#cardImg {
	width: 100%;
	max-width: 230px;
	margin: 20px auto 30px auto;
}
#cardImg img {
	width: 100%;
}

@media screen and ( max-width:825px ) {
#card_entry h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

#cardImg {
	max-width: 235px;
	margin: 10px auto 20px auto;
}
}


/*===================================================
カード発行までの流れ
===================================================*/
#stepBox {
	margin: 60px auto;
}

#stepBox h4 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

#stepBox p {
	line-height: 1;
	text-align: center;
}

#stepBox p span {
	display: block;
	width: 220px;
	border: 1px solid #666;
	padding: 10px;
	margin: 15px auto 30px auto;
}

@media screen and ( max-width:825px ) {
#stepBox h4 {
	font-size: 20px;
}
}

/*  ステップ内容  */
#stepList ul {
	display: flex;
}

#stepList ul li {
	position: relative;
	flex: 1;
	text-align: justify;
}
#stepList ul li:nth-child(2) {
	margin: 0 64px;
}
#stepList ul li:nth-child(2):before,
#stepList ul li:nth-child(2):after {
	content: "";
	position: absolute;
	top: 87px;
	width: 13px;
	height: 21px;
	background: url(../images/arrow.png) no-repeat 0 0;
}
#stepList ul li:nth-child(2):before {
	left:-35px;
}
#stepList ul li:nth-child(2):after {
	right:-35px;
}

#stepList li b {
	display: block;
	line-height: 1;
	background: url(../images/step1.png) no-repeat 0 0;
	background-size: auto 70px;
	padding: 90px 0 5px 0;
}
#stepList li:nth-child(2) b {
	background-image: url(../images/step2.png);
}
#stepList li:nth-child(3) b {
	background-image: url(../images/step3.png);
}

#stepList li span {
	display: block;
	color: #42af35;
}

@media screen and ( max-width:825px ) {
#stepList ul {
	display: block;
}

#stepList ul li:nth-child(2) {
	margin: 50px 0;
}
#stepList ul li:nth-child(2):before,
#stepList ul li:nth-child(2):after {
	left:50%;
	width: 22px;
	height: 14px;
	background-image: url(../images/arrow_sp.png);
	background-size: cover;
	margin-left: -11px;
}
#stepList ul li:nth-child(2):before {
	top: -32px;
}
#stepList ul li:nth-child(2):after {
	top: auto;
	right: auto;
	bottom: -32px;
}

#stepList li {
	position: relative;
	padding: 65px 0 0 70px;
}

#stepList li b {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	line-height: 59px;
	background-size: auto 59px;
	padding: 0 0 0 166px;
}
}

/*  Q＆Aリンク  */
#qaLink {
	width: 100%;
	max-width: 560px;
	margin: 40px auto 0 auto;
}
#qaLink a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 112px;
	text-indent: -999em;
	background: url(../images/qa_link.png) no-repeat center center;
	background-size: 420px auto;
	border: 4px solid #42af35;
}
#qaLink a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border: 14px solid;
	border-color: #42af35 transparent transparent #42af35;
}

@media screen and ( max-width:825px ) {
#qaLink a {
	height: 90px;
	background-size: 316px auto;
}
}


/*===================================================
カード発行までの流れ
===================================================*/
/*  枠指定  */
#inquiryBox {
	background-color: #f2f2f2;
	padding: 60px;
}

#inquiryBox > ul {
	display: flex;
}

#inquiryBox > ul > li {
	flex: 4;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#inquiryBox > ul > li:nth-child(2) {
	flex: 3.5;
	margin-left: 20px;
}

@media screen and ( max-width:825px ) {
#inquiryBoxOut,
#inquiryBox {
	padding: 0 !important;
}

#inquiryBox > ul {
	display: block;
}

#inquiryBox > ul > li {
	background-color: transparent;
	border-radius: 0;
	margin: 0 !important;
}
}

/*  タイトル  */
#inquiryBox h5 {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background-color: #42af35;
	padding: 20px 30px;
}

@media screen and ( min-width:826px ) {
#inquiryBox h5 br {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#inquiryBox h5 {
	text-align: center;
}

#inquiryBox h5 br {
	margin-bottom: 5px;
}
}

/*  内容  */
#inquiryBox div {
	padding: 0 30px 30px 30px;
}

#inquiryBox p {
	margin-top: 30px;
}

#inquiryBox p b {
	display: block;
}
#inquiryBox p b:before {
	content: "▼";
}

#inquiryBox p span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #42af35;
	font-size: 900;
}

#inquiryBox div p:nth-child(2) span {
	background: url(../images/icon_navidial.png) no-repeat 5px center;
	background-size: auto 24px;
	padding-left: 59px;
}
#inquiryBox div p:nth-child(3) span {
	background: url(../images/icon_tell.png) no-repeat 5px center;
	background-size: auto 24px;
	padding-left: 41px;
}


#inquiryBox .kome {
	margin-top: 10px;
}

@media screen and ( max-width:825px ) {
#inquiryBox div {
	padding: 10px 10px 60px 10px;
}

#inquiryBox p {
	margin-top: 20px;
}

#inquiryBox p span {
	font-size: 32px;
	line-height: 32px;
}

#inquiryBox div p:nth-child(2) span,
#inquiryBox div p:nth-child(3) span {
	background-position: 0 ccenter;
}
}


/*===================================================
オレンジボタン
===================================================*/
#btOr01,
#btOr02 {
	width:100%;
	max-width: 560px;
	margin: 0 auto;
}

#btOr01 a,
#btOr02 a {
	display: block;
	width:100%;
	height: 0;
	text-indent: -999em;
	background: url(../images/bt_or02.png) no-repeat 0 0;
	background-size: cover;
	padding-top: 16.071%;
}

@media screen and ( max-width:825px ) {
#btOr01,
#btOr02 {
	max-width: 355px;
}

#btOr01 a,
#btOr02 a {
	padding-top: 27.419%;
}

#btOr01 a {
	background-image: url(../images/bt_or01sp.png);
}
#btOr02 a {
	background-image: url(../images/bt_or02sp.png);
}
}


/*===================================================
Q＆A
===================================================*/
/*  H2  */
#qa_h2 {
	padding-top: 40px;
}

@media screen and ( max-width:825px ) {
#qa_h2 {
	padding-top: 20px;
}
}

/*  アンカーリンク  */
#qaLinkList {
	margin-bottom: 50px;
}

#qaLinkList ul {
	text-align: center;
}

#qaLinkList li {
	display: inline-block;
}

#qaLinkList li a {
	display: block;
	font-size: 18px;
	line-height: 18px;
	background-color: #42af35;
	border-bottom: 3px solid #2d9123;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0 5px 10px 5px;
}

#qaLinkList li a,
#qaLinkList li a:visited,
#qaLinkList li a:hover {
	color: #fff;
	text-decoration: none;
}

#qaLinkList li a:before {
	content: "1.";
	font-size: 20px;
	margin-right: 2px;
}
#qaLinkList li:nth-child(2) a:before {
	content: "2.";
}
#qaLinkList li:nth-child(3) a:before {
	content: "3.";
}
#qaLinkList li:nth-child(4) a:before {
	content: "4.";
}
#qaLinkList li:nth-child(5) a:before {
	content: "5.";
}
#qaLinkList li:nth-child(6) a:before {
	content: "6.";
}
#qaLinkList li:nth-child(7) a:before {
	content: "7.";
}
#qaLinkList li:nth-child(8) a:before {
	content: "8.";
}
#qaLinkList li:nth-child(9) a:before {
	content: "9.";
}

@media screen and ( max-width:825px ) {
#qaLinkList li {
	display: block;
}

#qaLinkList li a {
	font-size: 15px;
	line-height: 15px;
}

#qaLinkList li a:before {
	font-size: 15px;
}
}

/*  QA内容  */ 
h3.qaTit {
	font-size: 20px;
	line-height: 1;
	color: #42af35;
	border: 2px solid #42af35;
	border-left: 5px solid #42af35;
	border-radius: 0 5px 5px 0;
	padding: 10px;
}

.qaBox {
	letter-spacing: 1px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
section .qaBox:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.qaBox > dl {
	border-radius: 3px;
	padding: 0 10px;
	margin-top: 15px;
}
.qaBox > dl:nth-child(2n) {
	background-color: #f6faf6;
	padding: 10px;
}

.qaBox > dl sup {
	position: relative;
	top: -0.1em;
	vertical-align: top;
	color: #e94609;
	white-space: nowrap;
}

.qaBox > dl > dt {
	position: relative;
	line-height: 1.3;
	text-align: justify;
	color: #42af35;
	margin-left: 1em;
}
.qaBox > dl > dt:before {
	position: absolute;
	top: 0;
	left: -1em;
	display: block;
	width: 1em;
	height: 1em;
	content: "①";
}
.qaBox > dl:nth-child(2) > dt:before {
	content: "②";
}
.qaBox > dl:nth-child(3) > dt:before {
	content: "③";
}
.qaBox > dl:nth-child(4) > dt:before {
	content: "④";
}
.qaBox > dl:nth-child(5) > dt:before {
	content: "⑤";
}
.qaBox > dl:nth-child(6) > dt:before {
	content: "⑥";
}
.qaBox > dl:nth-child(7) > dt:before {
	content: "⑦";
}
.qaBox > dl:nth-child(8) > dt:before {
	content: "⑧";
}
.qaBox > dl:nth-child(9) > dt:before {
	content: "⑨";
}
.qaBox > dl:nth-child(10) > dt:before {
	content: "⑩";
}
.qaBox > dl:nth-child(11) > dt:before {
	content: "⑪";
}
.qaBox > dl:nth-child(12) > dt:before {
	content: "⑫";
}

.qaBox > dl > dd {
	text-align: justify;
	border-top: 1px solid  #42af35;
	padding-top: 5px;
	margin-top: 5px;
}

.qaBox > dl > dd b {
	color: #FF0004;
	font-weight: normal;
}

.qaBox > dl > dd a,
.qaBox > dl > dd a:visited,
.qaBox > dl > dd a:hover {
	color: #e94609;
}

.qaBox > dl > dd .kome {
	line-height: 1.5;
	margin: 5px 0 0 1em;
}

.qaBox > dl > dd ol {
	margin-left: 1em;
}
.qaBox > dl > dd ol > li {
	list-style: decimal outside;
	margin-top: 10px;
}
.qaBox > dl > dd ol > li:first-child {
	margin-top: 0;
}

@media screen and ( max-width:825px ) {
h3.qaTit {
	font-size: 16px;
}

.qaBox > dl > dt,
.qaBox > dl > dd {
	font-size: 14px;
}

.qaBox {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
section .qaBox:last-child {
	margin-bottom: 30px;
}
}

/*  注釈  */ 
.qaBox .orangeBg {
	text-align: left;
	padding: 30px;
	margin-top: 20px;
}

.qaBox .orangeBg dl {
	display: table;
	font-size: 14px;
	margin-top: 10px;
}
.qaBox .orangeBg dl:first-child {
	margin-top: 0;
}

.qaBox .orangeBg dt,
.qaBox .orangeBg dd {
	display: table-cell;
}

.qaBox .orangeBg dt {
	color: #e94609;
	white-space: nowrap;
}
.qaBox .orangeBg dt:after {
	content: "…";
}

#pointImg {
	width: 100%;
	max-width: 500px;
	margin: 10px auto 0 auto;
}

#pointImg p {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #e94609;
	border-radius: 20px;
	padding: 5px;
	margin-bottom: 5px;
}

#pointImg img {
	width: 100%;
}

@media screen and ( max-width:825px ) {
.qaBox .orangeBg {
	padding: 10px !important;
}

.qaBox .orangeBg dl,
.qaBox .orangeBg dt,
.qaBox .orangeBg dd {
	display: block;
}

.qaBox .orangeBg dt:after {
	content: "";
}

#pointImg p {
	font-size: 16px;
}

#pointImg {
	max-width: 355px;
}
}

/*  質問一覧に戻る  */ 
.back_qaList {
	font-size: 13px;
	line-height: 1;
	text-align: right;
	margin-top: 10px;
}

.back_qaList a,
.back_qaList a:visited,
.back_qaList a:hover {
	color: #666;
	text-decoration: none;
}
.back_qaList a:after {
	content: "▲";
	color: #e94609;
	margin-left: 3px;
}