@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #fff;
	word-break: break-all;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}
}

* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, em, strong, address {
	margin: 0;
	padding: 0;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7 !important;
}

/* header */
@media screen and (min-width: 768px) {
    #header {
        position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
    }
	.header__outer {
		position: relative;
        z-index: 3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        -webkit-transition: height .4s cubic-bezier(.645, .045, .355, 1);
        transition: height .4s cubic-bezier(.645, .045, .355, 1);
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        background-color: #fafafa;
        background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/header-bg.png);
        background-repeat: repeat-x;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
	}
	.header__inner {
		position: relative;
        width: 100%;
        max-width: 984px;
        height: 88px;
        margin: 0 auto;
        padding-top: 32px;
	}
	.header__logo {
		position: absolute;
		top: 54px;
	}
	.header__logo img {
		display: block;
		width: 58px;
		height: 44px;
	}
}
@media screen and (max-width: 767px) {
	#header {
        min-height: 44px;
        background-color: #fff;
    }
	.header__outer {
        position: relative;
        z-index: 3;
    }
	.header__inner {
		position: relative;
	}
	.header__logo {
		background-color: #fff;
        background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/opacity_black.png);
        background-repeat: repeat-x;
        background-position: left bottom;
		position: absolute;
        width: 100%;
        height: 44px;
	}
	.header__logo img {
        position: absolute;
        top: 11px;
        left: 14px;
        width: 30px;
        height: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__logo {
        z-index: 1;
		top: 54px;
        left: 28px;
    }
}
.header__logo p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* footer */
#footer {
	position: relative;
	z-index: 1;
	background-color: #191919;
}
.footer__inner {
	position: relative;
	max-width: 984px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__inner {
        max-width: none;
        margin: 0 24px;
	}
}
@media screen and (max-width: 767px) {
	.footer__inner {
		max-width: none;
		margin: 0 16px;
	}
}
.footer__linkList {
	padding: 0;
	padding-top: 41px;
	padding-bottom: 0;
	font-size: 0;
    margin: 0 0 0 3px;
	margin-bottom: 12px;
}
.footer__linkList li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 8px;
}
.footer__linkList li:not(:last-child):after {
	display: inline-block;
	width: 19px;
	height: 12px;
	margin: 0 7px;
	content: ' ';
	vertical-align: top;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_navdisc.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.footer__linkList li a {
	font-size: 12px;
	line-height: 1.0;
	color: #fff;
}
.footer__linkList li a[target="_blank"]::after {
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-left: 5px;
	content: '';
	vertical-align: middle;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/footer_blank.png);
	background-repeat: no-repeat;
}
.footer__info {
	height: 60px;
}
.footer__logo {
	margin: 0;
	margin-right: 21px;
	display: inline-block;
	vertical-align: middle;
}
.footer__logo img {
	display: block;
	width: 59px;
	height: 16px;
}
.footer__copyright {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, .6);
}
#footer__movePageTop span {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_pagetop.png);
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    #footer__movePageTop {
        position: absolute;
        top: 23px;
        right: -12px;
    }
	#footer__movePageTop a {
        float: left;
        width: 48px;
        height: 48px;
		text-decoration: none;
    }
	#footer__movePageTop span {
		width: 48px;
        height: 48px;
        background-position: center;
        background-size: 24px 24px;
	}
}
@media screen and (max-width: 767px) {
	.footer__linkList {
		padding: 0;
		margin: 0;
		margin-bottom: 19px;
	}
	.footer__linkList li a[target="_blank"]::after {
        display: inline-block;
        width: 8px;
        height: 10px;
        margin-left: 3px;
        content: '';
        vertical-align: middle;
        background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/footer_blank_sp.png);
        background-repeat: no-repeat;
	}
	.footer__logo {
		display: block;
	}
	.footer__logo img {
		width: 42px;
		height: 12px;
	}
	.footer__copyright {
		margin: 8px 0 0 0;
        padding-bottom: 22px;
	}
	#footer__movePageTop {
		margin-bottom: 11px;
		padding-top: 29px;
		zoom: 1;
		display: flex;
		justify-content: flex-end;
	}
	#footer__movePageTop span {
		width: 24px;
		height: 24px;
		background-size: contain;
	}
}


html,
body {
	height: 100%;
}

body {
	font-family: Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #262626;
	background-color: #f5f5f5;
}

a {
	text-decoration: none;
}


.contents__inner,
.footer__inner {
	position: relative;
	max-width: 984px;
	margin: 0 auto;
}

@media screen and (min-width: 480px) and (max-width: 767px) {

	#footer__companySet__companyInfo {
		font-size: 11.52941px;
	}

	body {
		font-size: 12.52941px;
	}

	.contents__inner,
	.footer__inner {
		margin: 0 24px;
	}
}
@media screen and (max-width: 479px) {
  .footer__inner {
      margin: 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contents__inner, .footer__inner {
      max-width: none;
      margin: 0 24px;
  }
}

@media screen and (min-width: 768px) {

	#header #header__logo {
		position: absolute;
	}

	#header #header__logo img {
		display: block;
		width: 58px;
		height: 44px;
	}

	#header {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 164px;
	}

	.hideMyjcbLogin #header {
		height: 120px;
	}

	#header.open #header__outer {
		height: 490px;
	}

	#header #header__outer {
		position: relative;
		z-index: 3;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 120px;
		-webkit-transition: height .4s cubic-bezier(.645, .045, .355, 1);
		transition: height .4s cubic-bezier(.645, .045, .355, 1);
		border-bottom: 1px solid rgba(0, 0, 0, .07);
		background-color: #fafafa;
		background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/header-bg.png);
		background-repeat: repeat-x;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header #header__inner {
		position: relative;
		width: 100%;
		max-width: 984px;
		height: 88px;
		margin: 0 auto;
		padding-top: 32px;
	}

	#header #header__navToggle {
		display: none;
	}

	#footer {
		position: relative;
		z-index: 1;
		border-top: 4px solid #008eec;
	}

	#footer.no_breadcrumbs #footer__sitemap {
		padding-top: 62px;
	}

	#footer__movePageTop {
		position: absolute;
		top: 23px;
		right: -12px;
	}

	#footer__movePageTop h1 {
		line-height: 48px;
		float: left;
	}

	#footer__movePageTop a {
		float: left;
		width: 48px;
		height: 48px;
	}

	#footer__movePageTop span {
		width: 48px;
		height: 48px;
		background-position: center;
		background-size: 24px 24px;
	}

	#footer__sitemap {
		padding-bottom: 59px;
	}

	#footer__sitemap .nav {
		font-size: 0;
		zoom: 1;
	}

	#footer__sitemap .nav:before {
		display: table;
		content: ' ';
	}

	#footer__sitemap .nav:after {
		display: table;
		clear: both;
		content: ' ';
	}

	#footer__sitemap .nav h3 {
		font-weight: bold;
		margin-bottom: 19px;
	}

	#footer__sitemap .nav > li {
		font-size: 14px;
		display: inline-block;
		width: 25%;
		vertical-align: top;
	}

	#footer__sitemap .nav > li li {
		margin-top: 4px;
		margin-right: 24px;
	}

	#footer__sitemap .nav > li li:first-child {
		margin-top: 0;
	}
  #footer__sitemap .nav > li.row,
    #footer__sitemap .nav > li.row > div > .col {
    width: 50%;
  }

	#footer__companySet__company ul {
		font-size: 0;
		width: 480px;
		margin: 0 0 0 3px;
		padding-bottom: 11px;
	}

	#footer__companySet__company ul:first-child {
		padding-top: 41px;
		padding-bottom: 0;
	}

	#footer__companySet__company ul li {
		display: inline-block;
		margin-bottom: 12px;
	}

	#footer__companySet__company ul li:after {
		display: inline-block;
		width: 19px;
		height: 12px;
		margin: 0 7px;
		content: ' ';
		vertical-align: top;
		background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_navdisc.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#footer__companySet__company ul li.footer__companySetItem--noDisc:after {
		width: 0;
		height: 0;
		margin: 0;
		content: none;
	}

	#footer__companySet__company ul li a {
		font-size: 12px;
		line-height: 12px;
	}

	#footer__companySet__company ul li.footer__companySetItem--externalLink {
		position: relative;
	}

	#footer__companySet__company ul li.footer__companySetItem--externalLink a:after {
		display: inline-block;
		width: 10px;
		height: 12px;
		margin-left: 5px;
		content: '';
		vertical-align: middle;
		background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/footer_blank.png);
		background-repeat: no-repeat;
	}

	#footer__companySet__companyInfo {
		height: 60px;
	}

	#footer__companySet__companyInfo__logo {
		margin-right: 21px;
	}

	#footer__companySet__companyInfo__logo img {
		display: block;
		width: 59px;
		height: 16px;
	}

	#footer__companySet__companyInfo__copyright {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
}

/*フッターの「JCBからのお願い」を追加したことによる位置修正*/
@media screen and (min-width: 768px) {
	#footer__companySet__company ul {
		font-size: 0;
		width: 650px;
		margin: 0 0 0 3px;
	}
}

/* --------241031公開分-----------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {

#header #header__logo {
	top: 40px;
	left: 28px;
}

#header__siteType {
	left: 30px;
}
.header__siteType__repos {
	left: 18px !important;
}

#footer__sitemap {
	padding-top: 27px;
	padding-bottom: 63px;
}

#footer__sitemap .nav > li {
	width: 33.33333%;
}

#footer__companySet__companyInfo {
	font-size: 12.52941px;
}

#footer__companySet__companyInfo.jwest {
	height:82px;
}

#footer__companySet__companyInfo div{
	margin-bottom:12px;
}

#footer__movePageTop + #footer__companySet__companyInfo {
	padding-top: 50px;
}

body {
	font-size: 13.52941px;
}

.contents__inner,
.footer__inner {
	max-width: none;
	margin: 0 24px;
}

.breadcrumbs {
	font-size: 12.52941px;
}

#fixedMovePageTop {
	right: 12px;
}
}

@media screen and (min-width: 1024px) {

#header #header__logo {
	top: 54px;
	left: 4px;

	z-index: 1;
}


#header__siteType {
	left: 6px;
}

#header__main__inner .header__siteType__repos {
	left: 14px !important;
}

#footer__sitemap {
	padding-top: 27px;
	padding-bottom: 59px;
}

#footer__companySet__companyInfo {
	font-size: 13px;
}
#footer__companySet__companyInfo.jwest {
	height:82px;
}
#footer__companySet__companyInfo div{
	margin-bottom:12px;
}
#footer__movePageTop + #footer__companySet__companyInfo {
	padding-top: 50px;
}

body {
	font-size: 14px;
}

.contents__inner,
.footer__inner {
	max-width: 984px;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
#header #header__logo {
	position: absolute;
	width: 100%;
	height: 44px;
}

#header #header__logo img {
	position: absolute;
	top: 11px;
	left: 14px;
	width: 30px;
	height: 22px;
}

#header {
	position:relative;
	min-height: 108px;
}

#header #header__outer {
	position: relative;
	z-index: 3;
}

#header #header__inner {
	position: relative;
}

#footer__movePageTop {
	margin-bottom: 11px;
	padding-top: 29px;
	zoom: 1;
}

#footer__movePageTop:before {
	display: table;
	content: ' ';
}

#footer__movePageTop:after {
	display: table;
	clear: both;
	content: ' ';
}

#footer__movePageTop h1 {
	float: left;
}

#footer__movePageTop a {
	float: right;
}

#footer__movePageTop span {
	width: 24px;
	height: 24px;
	background-size: contain;
}

#footer__companySet {
	padding-left: 2px;
}

#footer__companySet__company {
	margin-bottom: 11px;
}

#footer__companySet__company ul {
	font-size: 0;
	padding: 0;
	list-style-type: none;
}

#footer__companySet__company ul li {
	display: inline-block;
	margin-bottom: 8px;
}

#footer__companySet__company ul li:after {
	display: inline-block;
	width: 19px;
	height: 12px;
	content: ' ';
	vertical-align: top;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_navdisc.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#footer__companySet__company ul li.footer__companySetItem--noDisc:after {
	width: 0;
	height: 0;
	content: none;
	background-image: none;
}

#footer__companySet__company ul li a {
	font-size: 11px;
	line-height: 12px;
}

#footer__companySet__company ul li.footer__companySetItem--externalLink {
	position: relative;
}

#footer__companySet__company ul li.footer__companySetItem--externalLink a:after {
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-left: 3px;
	content: '';
	vertical-align: middle;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/footer_blank_sp.png);
	background-repeat: no-repeat;
}

#footer__companySet__companyInfo {
	min-height: 55px;
}

#footer__companySet__companyInfo__logo {
	margin: 0 12px 0 0;
}

#footer__companySet__companyInfo__logo img {
	display: block;
	width: 42px;
	height: 12px;
}

#footer__companySet__companyInfo__copyright {
	margin: 8px 0 0 0;
	padding-bottom:22px;
}
body {
	font-size: 12px;
}
}
/** header **/
@media screen and (min-width: 768px){
	/* St-CS-PP-3 */
	#header #header__logo img.jwest {
		width: 121px;
		height: 40px;
	}
	/* St-CS-PP-4 */
	#header #header__logo img.iy {
		width: 112px;
		height: 21px;
	}
	/* St-CS-PP-5 */
	#header #header__logo img.op {
		width: 199px;
		height: 17px;
	}
	#header.min {
		height:auto;
	}
}
@media screen and (max-width: 767px){
	/* St-CS-PP-3 */
	#header #header__logo img.jwest {
		width: 60px;
		height: auto;
	}
	/* St-CS-PP-4 */
	#header #header__logo img.iy {
		width: 80px;
		height: auto;
	}
	/* St-CS-PP-5 */
	#header #header__logo img.op {
		width: 130px;
		height: auto;
	}
	#header.min {
		min-height:44px;
		background-color: #fff;
	}
	#header.min #header__logo ,
	#header.noMenu #header__logo {
		background-color: #fff;
		background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/opacity_black.png);
		background-repeat: repeat-x;
		background-position: left bottom;
	}
}
/* account_css */
body {
    background: #fff;
}
div#footer {
    border-top: none;
}

/***** header, footerここまで *****/

/* h1タイトル */
.mainContents .ttlArea .ttlType1{
  text-align: center;
  font-family: Inter;
}
.mainContents .contents__inner .sub_ttl_box{
  font-family: Inter;
}

@media screen and (max-width: 768px){
	.mainContents .contents__inner {
    margin: 0 30px 95px;
  }
  .mainContents .ttlArea .ttlType1{
    font-size: 25px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 65px;
  }
  .mainContents .contents__inner .sub_ttl_box{
    margin-top: 45px;
  }
  .mainContents .contents__inner .sub_ttl{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media screen and (min-width: 768px){
  .mainContents{
    max-width: 816px;
    margin: 0 auto 95px;
  }
  .mainContents .ttlArea .ttlType1{
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 75px;
}
.mainContents .contents__inner .sub_ttl_box{
  margin-top: 53px;
}
.mainContents .contents__inner .sub_ttl{
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
}

/* main_area */
.section_box .content_01 .process_ttl_box{
  display: flex;
  width: 100%;
}
.section_box .content_01 .process_numbox{
  background-color: #008EED;
  width: 17px;
  font-size: 14px;
  height: 17px;
  border-radius: 3px;
  margin-top: 6px;
}
.section_box .content_01 .process_numbox .process_numtxt{
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}
.section_box .content_01 .process_txt{
  width: calc((786 / 816)* 100%);
  padding-left: 8px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px){
  .section_box .content_01 .process_ttl_box{
  margin-top: 14px;
  }
  .section_box .content_01 .process_txt{
    font-size: 14px;
  }
}
@media screen and (min-width: 768px){
  .section_box .content_01 .process_ttl_box{
    margin-top: 20px;
    }
    .section_box .content_01 .process_txt{
      font-size: 16px;
    }
}

/* imgエリア */
.process_img_box{
  margin-top: 13px;
}
@media screen and (max-width: 767px){
  .process_img_pc{
    display: none;
  }
  .content_01 .process_img_sp .process_img_sp_inner{
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px){
  .process_img_sp{
    display: none;
  }
  .content_01 .process_img_pc .process_img_pc_inner{
    width: 100%;
    margin: 0 auto;
  }
}
/* 注釈テキスト */
.caption_txt{
  color: #757B80;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 767px){
  .caption_txt{
    margin-top: 13px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .caption_txt{
    margin-top: 20.5px;
    font-size: 14px;
  }
}

/* 青テキスト */
.bule_ttl_01{
  margin-top: 13px;
}
.bule_ttl_txt{
  color: #008EED;
  line-height: 180%;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .bule_ttl_02{
    margin-top: 13px;
  }
  .bule_ttl_txt{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .bule_ttl_02{
    margin-top: 20px;
  }
  .bule_ttl_txt{
    font-size: 14px;
  }
}
/* spサイズ時のみ適用 */
.only_br{
  display: inline; 
}
@media screen and (max-width: 767px){
	.h1_br_pc_only{
		display: none;
	}
  .only_br.break{
    display: block; 
  }
  .caption_txt_sp_flex{
    display: flex;
    width: 100%;
  }
  .caption_txt.caption_txt_pc{
    display: none;
  }
  .caption_txt.cap_sp_inner{
    padding-left: 5px;
    width: calc((269 / 285)* 100%);
  }
}
/* pcサイズ時のみ適用 */
@media screen and (min-width: 768px){
	.h1_br_sp_only{
		display: none;
	}
  .caption_txt_sp_flex{
    display: none;
  }
}

.note {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}
.note li {
	margin-bottom: 0;
    position: relative;
    padding-left: 1.2em;
	color: #757B80;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}
.note li a {
	color: #008dec;
	text-decoration: underline;
}
.note li a[target="_blank"]::after {
	content: "";
    display: inline-block;
    margin-left: 6px;
	width: 10px;
    height: 10px;
    background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_blank_blue.png);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.note li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.note {
		margin-top: 13px;
	}
	.note li {
		font-size: 12px;
	}
}

/***** 250728追加 *****/
@media screen and (max-width: 767px) {
	.process_img_box picture img {
		display: block;
		margin: 0 auto;
	}
}

.info-list li {
	font-size: 14px;
}
.info-link {

	font-size: 14px;
	margin-top: 10px;
	padding-left: 20px;
}
.info-link a {
	color: #008dec;
	text-decoration: underline;
}
.info-link a[target="_blank"]::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 10px;
	height: 10px;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_blank_blue.png);
	background-size: 10px 10px;
}
.info-link .arrow::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 10px;
	height: 10px;
	background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_arrow-blue.png);
	background-size: 10px 10px;
}
.info-text {
	font-size: 14px;
	margin-top: 20px;
	padding-left: 20px;
}
