@charset "euc-jp";
@import url(https://use.typekit.net/gfo2glv.css);
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');*/

*{
  box-sizing: border-box;
}
body {
  /* min-width: 375px; */
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  /* letter-spacing: 0em; */
  line-height: 1.7;
  color: #000;
  padding-top: 115px;
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  transition: all 0.1s ease;
}
a:hover {
  color: #000;
  opacity: .7;
}
a:focus {
  color: #000;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
input,
button,
select,
textarea{
  font-family: 'Noto Sans JP', sans-serif;
}
.brevia{
  font-family: brevia, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.demibold{
  font-weight: 600;
}
.bold{
  font-weight: 700;
}
.exbold{
  font-weight: 800;
}
.black{
  color: #000;
}
.white{
  color: #fff;
}
.brown{
  color: #552302;
}
.red{
  color: #c1272d;
}
.dark_red{
  color: #97272d;
}
.light_brown{
  color: #87715d;
}
.beige{
  color: #fbf1d9
}

.fs12{ font-size:12px;}
.fs13{ font-size:13px;}
.fs14{ font-size:14px;}
.fs15{ font-size:15px;}
.fs16{ font-size:16px;}
.fs17{ font-size:17px;}
.fs18{ font-size:18px;}
.fs19{ font-size:19px;}
.fs20{ font-size:20px;}
.fs21{ font-size:21px;}
.fs22{ font-size:22px;}
.fs23{ font-size:23px;}
.fs24{ font-size:24px;}
.fs25{ font-size:25px;}
.fs26{ font-size:26px;}
.fs27{ font-size:27px;}
.fs28{ font-size:28px;}
.fs29{ font-size:29px;}
.fs30{ font-size:30px;}
.fs31{ font-size:31px;}
.fs32{ font-size:32px;}
.fs33{ font-size:33px;}
.fs34{ font-size:34px;}
.fs35{ font-size:35px;}
.fs36{ font-size:36px;}
.fs37{ font-size:37px;}
.fs38{ font-size:38px;}
.fs39{ font-size:39px;}
.fs40{ font-size:40px;}
.fs41{ font-size:41px;}
.fs43{ font-size:43px;}
.fs47{ font-size:47px;}
.fs50{ font-size:50px;}
.fs55{ font-size:55px;}
.fs59{ font-size:59px;}
.fs62{ font-size:62px;}
.fs72{ font-size:72px;}

h1, h2, h3, h4, h5{
  font-weight: normal;
  margin: 0;
}

/* style */
.bg_black{
  background: #000;
}
.bg_white{
  background: #fff;
}
.bg_brown{
  background: #552302;
}
.bg_red{
  background: #c1272d;
}
.bg_dark_red{
  background: #97272d;
}
.bg_light_brown{
  background: #87715d;
}
.bg_beige{
  background: #fbf1d9
}

.inline-block{
  display: inline-block;
}
.object-fit{
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.ls1{ letter-spacing: 1px; }
.ls2{ letter-spacing: 2px; }
.ls3{ letter-spacing: 3px; }
.ls4{ letter-spacing: 4px; }
.ls5{ letter-spacing: 5px; }

.inner_1960{
  width: 100%;
  max-width: 1960px;
  margin: 0 auto;
}
.inner_1280{
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}
.inner_1040{
  width: 98%;
  max-width: 1040px;
  margin: 0 auto;
}

.sp{
  display: none;
}
.inline-block{
  display: inline-block;
}
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.flex_pc{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.flex_between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_center{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.flex_end{
  -webkit-box-pack: end;
	-ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_align_center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_align_end{
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex_wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex_order2{
  -webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}
.ta_center{
  text-align: center;
}
.ta_right{
  text-align: right;
}

.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.tate{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 }
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
p{
  margin-bottom: 0;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover{
  opacity: .7;
  transition: .3s;
}
img{
  display: block;
  max-width: 100%;
}

ul,
ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
.outlink:hover,
.outlink-php:hover{
  cursor: pointer;
}

.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}

.btn{
  display: block;
  width: 100%;
  max-width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: url("https://file003.shop-pro.jp/PA01473/948/images/common/icon_btn.png") no-repeat;
  background-size: 9px auto;
  background-position: right 5% center;
  border-color: #87715d;
  color: #552302;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
}
.btn:hover{
  cursor: pointer;
  background-color: inherit;
}

/* header */
.header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_underpage,
.header_sp_underpage{
  border-bottom: 1px solid #e9d0a7;
}

.header .inner{
  height: 115px;
}
.header .logo{
  width: 215px;
  height: auto;
}
.header .header_btns a{
	display : inline-block;
  width: auto;
  height: 40px;
  line-height: 39px;
  padding: 0 12px;
}
.header .header_btns .btn_login,
.header .header_btns .bgn_cart{
  margin-left: 12px;
  padding: 0 20px;
}
.header .header_btns .bgn_cart .img{
  display: inline-block;
  margin-right: 1px;
  vertical-align: middle;
  width: 18px;
  height: auto;
}
.header .header_btns a p{
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}


/* header fix */
.header.is-fixed-ready{
  opacity: 0;
}

.header.is-fixed{
  width: 100%;
  position: fixed;
  z-index: 100;
  /* display: none; */
  transition: .7s;
  opacity: 1;
}
.header.is-fixed .inner{
  height: 100px;
}

/* header sp */
.header_sp{
  display: none;
}

/* footer guide */
#footer_guide{
  padding: 115px 0 105px;
  margin-top: 80px;
  background: #f2f2f2;
}

#footer_guide li{
  width: 32%;
  max-width: 318px;
  border: 1px solid #87715d;
  border-radius: 5px;
  padding: 42px 5px 48px;
}
#footer_guide li .txt_about{
  margin: 5px 0 27px;
}

/* footer */
#footer .inner{
  width: 94%;
  max-width: 830px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

#footer .image{
  width: 52%;
  max-width: 430px;
}
#footer .information{
  width:46%;
  max-width: 360px;
}
#footer .information .footer_logo{
  max-width: 260px;
}
#footer .information .address{
  line-height: 1.9;
  margin: 10px 0 15px;
}
#footer .information .btn{
  max-width: 317px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}

#footer .nav{
  margin-top: 65px;
  align-items: flex-start;
}
#footer .nav ul{
  padding-left: 15px;
  border-left: 1px solid #87715d;
}
#footer .nav ul a{
  display: block;
  padding: 2.5px 0;
}
.footer_copyr{
  background: url(https://file003.shop-pro.jp/PA01473/948/images/common/copy.jpg);
  color: #fff;
  padding: 30px 0;
  letter-spacing: 1.5px;
}

/* link to top */
.linktop{
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 10;
  display: none;
}
.linktop:hover{
  cursor: pointer;
  opacity: .7;
  transition: .3s;
}
.linktop img{
  width: 74px;
  height: auto;
}

/* 下層ページ common */
.bg_grad{
  background: -moz-linear-gradient(bottom, rgba(251,241,217,.2), rgba(251,241,217,.9) 90%, #fbf1d9);
  background: -webkit-linear-gradient(bottom, rgba(251,241,217,.2), rgba(251,241,217,.9) 90%, #fbf1d9);
  background: linear-gradient(to top, rgba(251,241,217,.2), rgba(251,241,217,.9) 90%, #fbf1d9);
}


@media screen and (max-width: 767px) {
  html, body{
    /* overflow: auto; */
    /* height: 100%; */
    -webkit-overflow-scrolling: touch
  }
  body{
    padding-top: 73px;
    font-size: 14px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .flex_pc{
    display: block;
  }
  .object-fit{
    height: auto !important;
  }
  .inner_1040,
  .inner_1280{
    width: 100%;
  }  

  .fs17{ font-size:15px;}
  .fs18{ font-size:15px;}
  .fs19{ font-size:16px;}
  .fs20{ font-size:16px;}
  .fs21{ font-size:17px;}
  .fs22{ font-size:17px;}
  .fs23{ font-size:17px;}
  .fs24{ font-size:18px;}
  .fs25{ font-size:18px;}
  .fs26{ font-size:19px;}
  .fs27{ font-size:19px;}
  .fs28{ font-size:20px;}
  .fs29{ font-size:21px;}
  .fs30{ font-size:22px;}
  .fs31{ font-size:23px;}
  .fs32{ font-size:24px;}
  .fs33{ font-size:28px;}
  .fs34{ font-size:29px;}
  .fs35{ font-size:30px;}
  .fs36{ font-size:30px;}
  .fs37{ font-size:31px;}
  .fs38{ font-size:32px;}
  .fs39{ font-size:33px;}
  
  .fs40{ font-size:22px;}
  
  .fs42{ font-size:36px;}
  .fs44{ font-size:38px;}
  .fs45{ font-size:38px;}
  .fs47{ font-size:39px;}
  .fs48{ font-size:40px;}
  .fs50{ font-size:40px;}
  .fs52{ font-size:42px;}
  .fs56{ font-size:46px;}
  .fs57{ font-size:47px;}
  .fs58 {font-size:48px;}
  .fs60{ font-size:45px;}
  .fs64{ font-size:52px;}
  .fs70{ font-size:55px;}
  .fs77{ font-size:55px;}
  .fs80{ font-size:60px;}
  .fs85{ font-size:60px;}
  .fs96{ font-size:65px;}
  .fs100{font-size: 70px;}

  /* header(sp) */
  .header_sp{
    position: fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    width: 100%;
    height: 75px;
    padding: 0 3%;
    z-index: 100;
    top: 0;
  }
  .header_sp .btn_menu{
    padding-top: 10px;
  }
  .header_sp .btn_menu img{
    display: inline-block;
    width: 17px;
    height: auto;
    margin: 3px 0;
  }
  .header_sp .btn_menu:hover{
    cursor: pointer;
  }
  .header_sp .btn_menu p{
    font-size: 12px;
  }
  .header_sp .logo{
    width: 40%;
    max-width: 180px;
  }
  .header_sp .cart img{
    display: inline-block;
    width: 22px;
    height: auto;
  }
  .header_sp .cart {
    padding: 5px 10px;
  }
  .header_sp .cart .cart_txt{
    display: inline-block;
    min-width: 20px;
    font-size: 14px;
  }
  .header_sp .btn_menu .burger{
    display: inline-block;
    box-sizing: border-box;
    width: 19px;
    height: 17px;
    background: none;
    border: none;
    appearance: none;
    /* margin: 0 auto; */
  }
   .header_sp .btn_menu .burger span{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .3s;
    /* border-radius: 4px; */
   }
  .header_sp .btn_menu .burger span:nth-of-type(1) {
    transform: translateY(0);
  }
  .header_sp .btn_menu .burger span:nth-of-type(2) {
    transform: translateY(7px);
  }
  /* open */
  .header_sp .btn_menu .burger span:nth-of-type(3) {
    transform: translateY(14px);
  }
  .header_sp .btn_menu.is-open .burger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .header_sp .btn_menu.is-open .burger span:nth-of-type(2) {
    opacity: 0;
  }
  .header_sp .btn_menu.is-open .burger span:nth-of-type(3) {
    transform: translateY(7px) rotate(45deg);
  }

  /* spmenu */
  .spmenu{
    width: 100%;
    position: fixed;
    z-index: 101;
    left: -100%;
    top: 75px;
    transition: .3s;
    padding-bottom: 30px;
    height: calc(100% - 75px);
    overflow-y: scroll;
  }
  .spmenu.is-open{
    left: 0;
  }
  
  .spmenu .header_sp{
    position: relative;
    display: flex;
  }
  .spmenu .btn_menu#btnClose img {
    width: 14px;
  }
  .spmenu .spmenu_nav{
    width: 100%;
    margin: 0 auto;
  }
  .spmenu .spmenu_nav a{
    display: block;
    padding: 15px 6%;
    border-bottom: 1px solid #87715D;
    background: url(https://file003.shop-pro.jp/PA01473/948/images/common/spmenu_arrow.png) no-repeat;
    background-size: 7.5px auto;
    background-position: right 6% center;
  }
  .spmenu .copyr{
    margin-top: 15px;
  }
  
  /* footer */
  #footer .inner {
    width: 100%;
    padding: 0;
  }
  #footer .image {
    width: 100%;
    max-width: none;
  }
  #footer .information {
    width: 90%;
    text-align: center;
    margin: 35px auto 60px;
  }
  #footer .information .footer_logo{
    display: inline-block;
    width: 90%;
    max-width: 262px;
  }
  #footer .information .address {
    margin: 10px 0 25px;
  }
  #footer .information .btn{
    width: 100%;
    max-width: none;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  
  #footer .nav{
    margin-top: 0;
  }
  #footer .nav ul{
    width: 100%;
    padding-left: 0;
    border-left: none;
    /* font-size: 16px; */
  }
  #footer .nav ul a {
    display: block;
    padding: 15px 6%;
    border-top: 1px solid #87715D;
    background: url(https://file003.shop-pro.jp/PA01473/948/images/common/spmenu_arrow.png) no-repeat;
    background-size: 7.5px auto;
    background-position: right 6% center;
  }
  .footer_copyr{
    letter-spacing: .5px;
  }
  
  .linktop img{
    width: 55px;
  }
}

/**************************
under page common
**************************/
#content_main {
  padding-top: 0;
  margin-bottom: 150px;
}
.c-breadcrumbs{
  padding: 25px 0 65px;
}
.c-breadcrumbs-list__item{
  display: inline-block;
  margin-left: 10px;
}
.c-breadcrumbs-list__item span{
  display: inline-block;
  margin-right: 5px;
}

.page_title{
  position: relative;
  font-weight: bold;
  margin-bottom: 70px;
}
.page_title:after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #87715d;
  margin: 20px auto 0;
}
.page_section{
  padding: 55px 0 0;
}
.page_section .page_title{
  margin-bottom: 30px;
}
.table{
	border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
	border-collapse: collapse;
}
.table th{
  background: #ccc;
	/* font-weight: normal; */
	border-top: 1px solid #4d4d4d;
	padding: 22px 40px 22px 40px;
	text-align: left;
  line-height: 1.7;
}
.table td{
	border-top: 1px solid #4d4d4d;
	padding: 22px 40px 22px 40px;
  line-height: 1.7;
}

@media screen and (max-width: 767px){
  #content_main {
    margin-bottom: 75px;
  }
  .c-breadcrumbs{
    padding: 25px 5% 35px;
  }
  .c-breadcrumbs-list__item{
  	margin-left: 0;
  }
  .page_title {
    margin-bottom: 30px;
  }
  .page_title:after{
    margin: 15px auto 0;
  }
  .page_section {
    padding: 40px 0 0;
  }
}

/**************************
guide page
**************************/
#guide .pagelink{
  padding-bottom: 70px;
}
#guide .pagelink li{
  width: 24%;
  max-width: 250px;
  padding-bottom: 20px;
  background: url(https://file003.shop-pro.jp/PA01473/948/images/pages/pagelink_arrow.png) no-repeat;
  background-size: 15px auto;
  background-position: center bottom;
}
#guide .pagelink li:hover{
  cursor: pointer;
}
#guide .pagelink li span{
  display: inline-block;
}
#guide .section{
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ご注文方法について */
#guide #flow .page_title{
  margin-bottom: 40px;
}
#guide .flow_list li{
  width: 24%;
  max-width: 230px;
  padding: 45px 1%;
  position: relative;
  margin-top: 10px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
  position: relative;
}
#guide .flow_list li .number{
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: url(https://file003.shop-pro.jp/PA01473/948/images/common/circle_bg.jpg) no-repeat;
  position: absolute;
  top: -10px;
  left: 5px;
  color: #fff;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  line-height: 1.2;
}
#guide .flow_list li .title{
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
#guide .flow_list li .title:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #87715d;
  margin: 10px auto 20px;
}
#guide .flow_list li .text{
  line-height: 1.9;
  margin-top: 20px;
  padding: 0 5%;
}
#guide .flow_list li:not(:nth-child(4n))::after{
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01473/948/images/pages/guide_arrow_right.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10%;
  background-position: center;
  z-index: 1;
}

/* 配送方法について */
#guide #delivery .page_title{
  margin-bottom: 30px;
}
#guide #delivery .text{
  padding-left: 5%;
  margin: 35px auto 50px;
}
#guide #delivery .text .red{
  color: #93272D;
}
#guide #delivery .delivery_list li{
  width: 130px;
  margin-right: 3%;
  margin-bottom: 25px;
}

#guide #delivery .delivery_list li .img{
  margin-bottom: 10px;
}
#guide #delivery .delivery_list li .img img{
  display: inline-block;
  max-width: 72px;
  height: auto;
}

/* 配送料金について */
#guide #payment_fee .page_title {
  margin-bottom: 30px;
}
#guide #payment_fee .shipping_table{
  margin: 30px 0 15px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
#guide #payment_fee .shipping_table th{
  background: #cccccc;
  border-top: 1px solid #999;
  text-align: center;
  width: 38.5%;
  padding: 16px 1em;
}
#guide #payment_fee .shipping_table tr:first-child td{
  background: #cccccc;
}  
#guide #payment_fee .shipping_table tr:not(:first-child) th{
  height: 180px;
}
#guide #payment_fee .shipping_table th .pref_name{
  font-weight: normal;
  line-height: 1.75;
  margin-top: 10px;
}
#guide #payment_fee .shipping_table td{
  background: #fff;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  padding: 16px 1em;
  width: 15.375%;
}
#guide #payment_fee .table tr:not(.tr2) td{
  /* border-bottom: none; */
}
#guide #payment_fee .table .tr2 td{
  background: #f2f2f2;
}
#guide #payment_fee .table tr:first-child td{
  background: #cccccc;
}  

/* 返品について */
#guide #return{
  padding-bottom: 0;
}
#guide #return .page_title{
  margin-bottom: 30px;
}
#guide #return .text{
  margin-top: 43px;
  line-height: 1.8;
}
#guide #return .text a{
  text-decoration: underline;
}

@media screen and (max-width: 840px){
  #guide .pagelink li {
    width: 49%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  #guide .pagelink {
    padding-bottom: 30px;
  }
  #guide .section {
    padding-bottom: 35px;
  }
  #guide .flow_list li {
    width: 49%;
    max-width: none;
    padding: 45px 2%;
    margin-bottom: 30px;
  }
  #guide .flow_list li:not(:nth-child(4n))::after{
    display: none;
  }
 .flow_list  .number {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    top: -18px;
  }
  .flow_list .number p{
    font-size: 14px;
  }
  #guide #payment_fee .text{
    padding: 0 5%;
  }
  #guide #return .text {
    margin-top: 30px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px){
  #guide #delivery .delivery_list li {
    width: 40%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px){
  #guide .flow_list{
    display: block;
  }
  #guide .flow_list li {
    width: 90%;
    padding: 45px 5%;
    margin: 0 auto 20px;
  }
  #guide .payment_list li {
    width: 100%;
    border-bottom: 1px solid #b07800 !important;
    padding: 20px 3%;
    margin-top: 0;
  }
  #guide .payment_list li:last-child {
    border-bottom: none !important;
  }
  #guide .payment_list li:before{
    display: none !important;
  }
  #guide .payment_list li:after{
    content: "";
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: url(https://file003.shop-pro.jp/PA01473/948/pages/guide_arrow_tate.jpg) no-repeat !important;
    background-size: auto 12.8px !important;
    background-position: top center !important;
    position: absolute;
    left: 0;
    top: -1px !important;
  }
  #guide .payment_list li:first-child:after{
    display: none !important;
  }
  #guide .payment_list li .text {
    line-height: 1.8;
    margin-top: 10px;
  }
}
