@charset "Shift_JIS";

/*  Layout
-----------------------------------------------------------------------------*/
.qolk_center{text-align: center;}

.pink { color: #ff4075; }
.gray { color: #999; }
.white { color: #fff; }

.p_tb20 {padding-bottom:  20px;
	padding-top:  20px;}
.p_b20 {padding-bottom:  20px;
	}
.m_b20 {margin-bottom: 20px;
	}

/* blc_campaign tk amazon
-----------------------------------------------------------------------------*/
#profile_top .blc_campaign_a {
  margin: 55px 8px 0;
  padding: 22px;
  background: url(/sp/img/common/bg_bdr_pink.gif) repeat;
  border-radius: 10px;
}

#profile_top .blc_campaign_a h3 {
  text-align: center;
  margin: -43px 0 15px;
}

#profile_top .blc_campaign_a .img100 {
  width: 100%;
  height: auto;
}

#profile_top .blc_campaign_a .campaign_date {
  font-size: 17px;
  color: #fff;
  text-align: center;
  background: #000;
  line-height: 1.25;
  padding: 3px 0 2px;
  margin: 7px -7px 0;
}

#profile_top .blc_campaign_a .column2 {
  color: #333;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#profile_top .blc_campaign_a .column2 > div { width: 50%; }

#profile_top .blc_campaign_a .coupon_text {
  text-align: center;
  font-size: 17px;
}

#profile_top .blc_campaign_a #coupon_code {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: block;
  margin-top: 12px;
}

#profile_top .blc_campaign_a .btn_copy {
  font-size: 15px;
  background: #fff;
  width: 141px;
  min-height: 79px;
  padding: 10px 15px;
  margin: 0 auto;
  border: 1px solid #cccccd;
  border-radius: 7px;
  text-align: left;
  display: block;
}

#profile_top .blc_campaign_a .note_text {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}

/* blc_campaign tk 15
-----------------------------------------------------------------------------*/
#profile_top .blc_campaign_15 {
  margin: 55px 8px 0;
  padding: 22px;
  background: url(/sp/img/common/bg_bdr_yell.gif) repeat;
  border-radius: 10px;
}

#profile_top .blc_campaign_15 h3 {
  text-align: center;
  margin: -43px 0 15px;
}

#profile_top .blc_campaign_15 .img100 {
  width: 100%;
  height: auto;
}

#profile_top .blc_campaign_15 .campaign_date {
  font-size: 17px;
  color: #fff;
  text-align: center;
  background: #000;
  line-height: 1.25;
  padding: 3px 0 2px;
  margin: 7px -7px 0;
}

#profile_top .blc_campaign_15 .column2 {
  color: #333;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#profile_top .blc_campaign_15 .column2 > div { width: 50%; }

#profile_top .blc_campaign_15 .coupon_text {
  text-align: center;
  font-size: 17px;
}

#profile_top .blc_campaign_15 #coupon_code {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: block;
  margin-top: 12px;
}

#profile_top .blc_campaign_15 .btn_copy {
  font-size: 15px;
  background: #fff;
  width: 141px;
  min-height: 79px;
  padding: 10px 15px;
  margin: 0 auto;
  border: 1px solid #cccccd;
  border-radius: 7px;
  text-align: left;
  display: block;
}

#profile_top .blc_campaign_15 .note_text {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}

/*  inpage Flow index PC 200605TK --------------------------------*/
#guide_flow .flowttl {
	margin-bottom: 80px;
}
#guide_flow .flowsttl {
  background: url(../../../guide/flow/img/flow_subttl.png) no-repeat;
  max-height: 88px;
  color: #fff;
  font-size: 26px;
  padding: 24px 0 40px;
  margin: 0 auto;
  text-align: center;
}
#guide_flow .flowstep2 {
	margin: 30px auto;
	position: relative;
}
#guide_flow .flowstep2:after {
	display: block;
	width: 269px; height: 518px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../../guide/flow/img/flow_img.png) no-repeat;
}
#guide_flow .flowstep2 li dl {
	background: #f6f5f3;
	padding: 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
#guide_flow .flowstep2 li:not(:last-child):after {
	display: block;
	content: "";
	text-align: center;
	height: 30px;
	background: url(../../../guide/flow/img/flow_steparrow.png) top center no-repeat;
}
#guide_flow .flowstep2 li dl dd {
	margin-left: 20px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
#guide_flow .flowstep2 li h4{
	color: #fff;
	background: #1dbee5;
	font-size: 20px; font-weight: normal;
	width: 80px; height: 80px;
	display: table;
	border-radius: 50%;
}
#guide_flow .flowstep2 li h4 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#guide_flow .flowstep2 li h4 small {
	display: block;
	text-align: center;
	font-size: 16px;
}
#guide_flow .flowstep2 li dd p {
	margin-left: 20px;
	font-size: 17px;
}
#guide_flow .flowstep2 li dd p strong {
	display: block;
	font-size: 26px;
	margin-bottom: 16px;
}

#guide_flow .flowbtn2 {
	margin: 50px auto 100px;
	text-align: center;
	width: 90%;
}
#guide_flow .flowbtn2 dt {
	color: #634f2c;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
position: relative;
display: inline-block;
padding: 0 40px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}

#guide_flow .flowbtn2 dl.amazonpay { margin-top: 47px; }

#guide_flow .flowbtn2 dl.amazonpay dt span:first-of-type {
  color: #1dbee5;
  margin-right: 10px;
  font-family: 'MS PƒSƒVƒbƒN';
  font-size: 16px;
}

#guide_flow .flowbtn2 dl.amazonpay dd { font-size: 12px; }

#guide_flow .flowbtn2 dl.amazonpay dd img {
  display: block;
  margin: 20px auto 15px;
}

#guide_flow .flowbtn2 dt:before, #guide_flow .flowbtn dt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 36px;
height: 1px;
background-color: #634f2c;
}
#guide_flow .flowbtn2 dt:before {
	left:0;
	-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
#guide_flow .flowbtn2 dt:after {
	right: 0;
	-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
#guide_flow .flowbtn2 .btn {
	display: block;
	margin: 20px auto;
	background: #1dbee5;
	padding: 20px 0;
	border: none;
	color: #fff;
	font-size: 26px; font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 32px;
}
#guide_flow .flowbtn2 .btn:hover {
	opacity: 0.8;
}
#guide_flow .flowbtn2 .btn br {
	display: none;
}

#guide_flow .flowbtn2 .suggest {
	display: block;
	margin-bottom: 10px;
	color: #999;
}
#guide_flow .flowbtn2 .tel {
	color: #000;
	font-size: 32px;
}
#guide_flow .flowbtn2 .tel:before {
	display: inline-block;
	vertical-align: bottom;
	content: "";
	margin-right: 5px;
	width: 44px; height: 33px;
	background: url(../../../guide/flow/img/freedial.png) no-repeat;
}
#guide_flow .flowbtn2 .pc-hide {
	display: none;
}
#guide_flow .flowbtn2 dl {
	position: relative;
}
#guide_flow .flowbtn2.box02 dl:after {
	display: inline-block;
	content: "";
	width: 186px; height: 162px; 
	background: url(../../../guide/flow/img/flow_img02.png) no-repeat;
	position: absolute;
	right: 0; bottom: 0;
}
#guide_flow .flowbtn2.box03 dl:after {
	display: inline-block;
	content: "";
	width: 139px; height: 164px; 
	background: url(../../../guide/flow/img/flow_img03.png) no-repeat;
	position: absolute;
	right: 20px; bottom: 0;
}
#guide_flow .flowbtn2.box04 dl:after {
	display: inline-block;
	content: "";
	width: 156px; height: 169px; 
	background: url(../../../guide/flow/img/flow_img04.png) no-repeat;
	position: absolute;
	right: 20px; bottom: 0;
}

#guide_flow .flow_price2 {
	padding: 0 0 40px;
background: url(../../../guide/flow/img/flow_pricebg.jpg) bottom no-repeat;
padding-bottom: 40px;
}
#guide_flow .flow_price2 .price_wrap {
	display: flex;
	padding: 30px;
	justify-content: space-between;
	align-items: stretch;
}
#guide_flow .flow_price2 .price_wrap dl {
flex-basis: 47.5%;
background: #f6f5f3;
border-radius: 20px;
text-align: center;
padding: 30px 0 20px;
}
#guide_flow .flow_price2 .price_wrap dl dt {
	margin-bottom: 30px;
color: #dd4273;
font-size: 27px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
#guide_flow .flow_price2 .price_wrap dl h4 {
	font-size: 20px;
	margin: 30px auto 20px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
#guide_flow .flow_price2 .price_wrap dl ul {
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#guide_flow .flow_price2 .price_wrap dl.price ul {
	width: 50%;
	margin: 0 auto;
}

#guide_flow .flow_price2 .price_wrap dl ul li {
	margin-bottom: 10px;
}
#guide_flow .flow_price2 .price_wrap dl.price h4 {
	margin: 40px auto 0;
}
#guide_flow .flow_price2 .price_wrap dl.price p {
	margin: 40px auto;
}

#guide_flow .flow_way2 {
background: url(../../../guide/flow/img/flow_waybg.jpg) bottom no-repeat;
padding-bottom: 40px;
position: relative;
}
#guide_flow .flow_way2:before {
	display: block;
	position: absolute;
	content: "";
background: url(../../../guide/flow/img/flow_wayimg.png) no-repeat;
	width: 421px; height: 462px;
	left: 20px; bottom: 45px;
}
#guide_flow .flow_way2 ul {
	margin: 20px 0 0 45%;
  padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#guide_flow .flow_way2 ul li {
	margin-bottom: 20px;
}


#guide_flow .flow_promise2 {
background: url(../../../guide/flow/img/flow_promicebg.jpg) bottom no-repeat;
padding-bottom: 40px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
  color: #666666;
}
#guide_flow .flow_promise2 .promise_wrap {
  padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#guide_flow .flow_promise2 ol {
	flex-basis: 50%;
	font-size: 17px;
	line-height: 2;
}
#guide_flow .flow_promise2 ul {
	flex-basis: 50%;
	font-size: 13px;
}
#guide_flow .flow_promise2 ul li {
	margin-bottom: 40px;
}
#guide_flow .flow_promise2 ul dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#guide_flow .flow_promise2 ul dt {
	margin-right: 20px;
}




#guide_flow .relatedlink ul {
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#guide_flow .relatedlink li {
	margin-bottom: 30px;
}

/*  inpage Flow index SP 200605tk --------------------------------*/
#guide_flow .flowttl {
	margin-bottom: 40px;
}
#guide_flow .flowttl img {
	width: 100%;
}
#guide_flow .flowsttl {
  background: url(../../../guide/flow/img/flow_subttl.png) right no-repeat;
  background-size: cover;
  max-height: 44px;
  color: #fff;
  font-size: 125%;
  padding: 12px 0 20px;
  margin: 0 auto;
  text-align: center;
}

#guide_flow .flowstep2 {
	margin: 15px auto;
	position: relative;
}
#guide_flow .flowstep2 ol {
	list-style: none;
}
#guide_flow .flowstep2 li dl {
	background: #f6f5f3;
	padding: 8px;
	border-radius: 8px;
	text-align: center;
}
#guide_flow .flowstep2 li:not(:last-child):after {
	display: block;
	content: "";
	text-align: center;
	height: 15px;
	background: url(../../../guide/flow/img/flow_steparrow.png) top center no-repeat;
	background-size: auto 100%;
}
#guide_flow .flowstep2 li dl dd {
	margin: 10px auto;
	vertical-align: middle;
	display: flex;
	align-items: center;
	width: 90%;
}
#guide_flow .flowstep2 li h4{
	color: #fff;
	background: #1dbee5;
	font-size: 125%; font-weight: normal;
	width: 60px; height: 60px;
	display: table;
	border-radius: 50%;
}
#guide_flow .flowstep2 li h4 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#guide_flow .flowstep2 li h4 small {
	display: block;
	text-align: center;
	font-size: 90%;
}
#guide_flow .flowstep2 li dd p {
	margin-left: 10px;
	font-size: 100%;
	text-align: left;
}
#guide_flow .flowstep2 li dd p strong {
	display: block;
	font-size: 115%;
	margin-bottom: 8px;
	text-align: left;
}

#guide_flow .flowbtn2 {
	margin: 25px auto 50px;
	text-align: center;
}
#guide_flow .flowbtn2 dt {
	color: #1dbee5;
	font-size: 110%;
	margin: 0 auto 20px;
	text-align: center;
position: relative;
display: inline-block;
padding: 0 20px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
#guide_flow .flowbtn2.box01 dt {
	margin: 0 auto;
}
#guide_flow .flowbtn2 dt:before, #guide_flow .flowbtn dt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 18px;
height: 1px;
background-color: #1dbee5;
}
#guide_flow .flowbtn2 dt:before {
	left:0;
	-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
#guide_flow .flowbtn2 dt:after {
	right: 0;
	-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}

#guide_flow .flowbtn2 dl.amazonpay { margin-top: 47px; }

#guide_flow .flowbtn2 dl.amazonpay dt span:first-of-type {
  color: #1dbee5;
  margin-right: 10px;
  font-family: 'MS PƒSƒVƒbƒN';
  font-size: 16px;
}

#guide_flow .flowbtn2 dl.amazonpay dd { font-size: 12px; }

#guide_flow .flowbtn2 dl.amazonpay dd img {
  display: block;
  margin: 10px auto;
}

#guide_flow .flowbtn2 .btn {
	display: block;
	margin: 10px auto;
	background: #1dbee5;
	padding: 10px 0;
	border: none;
	color: #fff;
	font-size: 120%; font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 16px;
}
#guide_flow .flowbtn2 .btn:before {
	display: none;
}
#guide_flow .flowbtn2 .suggest {
	display: block;
	margin-bottom: 5px;
	color: #999;
	font-size: 90%;
}
#guide_flow .flowbtn2 .tel {
	color: #000;
	font-size: 150%;
}
#guide_flow .flowbtn2 .tel:before {
	display: inline-block;
	vertical-align: bottom;
	content: "";
	margin-right: 5px;
	width: 22px; height: 16px;
	background: url(../../../guide/flow/img/freedial.png) no-repeat;
	background-size: cover;
}
#guide_flow .flowbtn2 .sp-hide {
	display: none;
}
#guide_flow .flowbtn2 a {
	text-decoration: none;
}
#guide_flow .flowbtn2 dl {
	position: relative;
}
#guide_flow .flowbtn2.box02 dl:after {
	display: inline-block;
	content: "";
	width: 93px; height: 81px;
	background: url(../../../guide/flow/img/flow_img02.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -10px; bottom: 0;
}
#guide_flow .flowbtn2.box03 dl:after {
	display: inline-block;
	content: "";
	width: 70px; height: 82px;
	background: url(../../../guide/flow/img/flow_img03.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px; bottom: 0;
}
#guide_flow .flowbtn2.box04 dl:after {
	display: inline-block;
	content: "";
	width: 78px; height: 85px;
	background: url(../../../guide/flow/img/flow_img04.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px; bottom: 0;
}


#guide_flow .flow_price2 {
	padding: 0 0 20px;
background: url(../../../guide/flow/img/flow_pricebg.jpg) bottom no-repeat;
background-size: cover;
padding-bottom: 20px;
}
#guide_flow .flow_price2 .price_wrap {
	padding: 15px;
}
#guide_flow .flow_price2 .price_wrap dl {
background: #f6f5f3;
border-radius: 10px;
text-align: center;
padding: 15px 10px;
margin-bottom: 10px;
}
#guide_flow .flow_price2 .price_wrap dl dt {
	margin-bottom: 15px;
color: #dd4273;
font-size: 125%;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
#guide_flow .flow_price .price_wrap dl h4 {
	font-size: 115%;
	margin: 0 auto 15px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
}
#guide_flow .flow_price2 .price_wrap dl ul {
	display: flex;
	width: 90%;
	padding: 0 5%;
	flex-wrap: wrap;
	justify-content: space-between;
}
#guide_flow .flow_price2 .price_wrap dl img {
	width: 100%;
	max-width: 308px;
}
#guide_flow .flow_price2 .price_wrap dl p {
	margin: 10px auto;
}

#guide_flow .flow_price2 .price_wrap dl ul li {
	margin-bottom: 10px;
  background: #fff;
}
#guide_flow .flow_price2 .price_wrap dl ul li.sp_wmax {
  width: 100%;
}
#guide_flow .flow_price2 .price_wrap dl ul li.sp_wmax:last-of-type img {
  width: auto;
}
@media screen and (min-width: 500px) {
#guide_flow .flow_price .price_wrap dl.price ul {
	width: 50%;
	margin: 0 auto;
}
}


#guide_flow .flow_way2 {
background: url(../../../guide/flow/img/flow_waybg.jpg) bottom no-repeat;
background-size: cover;
padding-bottom: 250px;
position: relative;
}
#guide_flow .flow_way2:before {
	display: block;
	position: absolute;
	content: "";
background: url(../../../guide/flow/img/flow_wayimg.png) no-repeat;
background-size: cover;
	width: 210px; height: 230px;
	left: 5px; bottom: 35px;
}
#guide_flow .flow_way2 ul {
  padding: 10px;
  margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#guide_flow .flow_way2 ul li {
	margin-bottom: 10px;
	flex-basis: 48.5%;
}
#guide_flow .flow_way2 ul li img {
	width: 100%;
	max-width: 224px;
}

@media screen and (min-width: 500px) {
#guide_flow .flow_way ul li {
	flex-basis: 24.5%;
}
}

#guide_flow .flow_promise2 {
background: url(../../../guide/flow/img/flow_promicebg.jpg) bottom no-repeat;
background-size: cover;
padding-bottom: 20px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
  color: #666666;
}
#guide_flow .flow_promise2 .promise_wrap {
  padding: 15px;
}
#guide_flow .flow_promise2 ol {
	line-height: 2;
	list-style: none;
	margin-bottom: 20px;
}
#guide_flow .flow_promise2 ol li {
	margin-left: 2em;
	text-indent: -2em;
}
#guide_flow .flow_promise2 ul {
	font-size: 90%;
}
#guide_flow .flow_promise2 ul li {
	margin-bottom: 20px;
}
#guide_flow .flow_promise2 ul dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#guide_flow .flow_promise2 ul dt {
	margin-right: 10px;
	flex-basis: 100vw;
	max-width: 120px;
}
#guide_flow .flow_promise2 img {
	width: 100%;
	max-width: 105px;
}

#guide_flow .relatedlink ul {
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#guide_flow .relatedlink li {
	flex-basis: 50%;
	margin-bottom: 15px;
}
#guide_flow .relatedlink li img {
	width: 95%;
}

@media screen and (min-width: 500px) {
#guide_flow .relatedlink ul {
	justify-content: flex-start;
}
#guide_flow .relatedlink li {
	flex-basis: 33%;
}

/*  PAY2 210211TK --------------------------------*/
#guide_pay2 h3 { margin-bottom: 30px; }
#guide_pay2 .faq { margin: 20px 20px 0 20px; }

#guide_pay2 .faq dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 12px 40px 12px 57px;
  border: solid 1px #ccc;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}



#guide_pay2 .faq dt:before {
  top: 8px;
  left: 10px;
  content: url(../../pay/img/qa_q.png);
  position: absolute;
}

#guide_pay2 .faq dt:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f067";
  position: absolute;
}

#guide_pay2 .faq dt.open:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f068";
  position: absolute;
}

#guide_pay2 .faq dd {
  font-size: 17px;
  line-height: 28px;
  padding: 15px 30px 22px 61px;
  border: 1px solid #CCCCCC;
  border-top: none;
  display: none;
  background: url(../../pay/img/qa_a.png) no-repeat 16px 16px;
}

#guide_faq .faq dd p { padding: 0 0 15px; }
#guide_faq .faq .point { color: #ff4075; }
#guide_faq .faq span { font-weight: bold; }

#guide_pay2 .faq .example {
  margin-top: 10px;
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}

#guide_pay2 .faq ul { margin-bottom: 25px; }
#guide_pay2 .faq .example p { padding-bottom: 10px; }

#guide_pay2 .faq .example .sst {
  text-indent: -28px;
  margin-left: 28px;
}

#guide_pay2 .faq .note {
  color: #828282;
  padding-left: 15px;
  position: relative;
}

#guide_pay2 .faq .note:before {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: -2px;
  left: 0px;
  display: inline-block;
  content: "\f105";
  position: absolute;
}

#guide_pay2 .faq .pay {
  text-align: center;
  margin: 0 auto 20px;
  width: 400px;
}

#guide_pay2 .pay li {
  padding: 5px;
  background: #FFF0F6;
}

#guide_pay2 .pay .arrow {
  padding: 0 5px 5px 5px;
  background: none;
}

#guide_pay2 .pay .arrow:before {
  font: normal normal normal 34px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #9e9e9e;
  line-height: 18px;
  top: 6px;
  left: -5px;
  display: inline-block;
  content: "\f107";
  position: relative;
}

#guide_pay2 ul li .card { margin: 10px 0 20px; }
#guide_pay2 dl .indent_style01 { padding-left: 20px; }

#guide_pay2 .s_text {
  font-weight: normal;
  padding: 5px 0 0 15px;
  display: block;
}

#guide_pay2 dd p.pic01 {
  text-align: center;
  padding: 25px 0;
}

#guide_pay2 dd p.pic01 img { width: 320px; }

#guide_pay2 .faq dd .dummy_btn {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  padding: 20px 0;
  width: 272px;
  background: url("../../../img/_02_proft/entry_btn.gif") no-repeat left top;
}

#guide_pay2 .faq dd .dummy_btn02 {
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  padding: 8px;
  border: 1px solid #cd9a02;
  width: 220px;
  display: block;
  background: #ffd62a url("../../../img/reserv/order_bg.gif") repeat-x scroll left top;
}

