@charset "utf-8";

/* ==============================================
▼ご利用ガイド
=============================================== */
.mb20{
  margin-bottom: 20px;
}

.shopping_guide-title {
  color: #333;
  background: url(../img/icon/icon_tokutei.png) no-repeat 1% 48%;
}


/*アコーディオン*/
.accbox {
  margin: 2em 0;
  padding: 0;
}
.accblock {
  margin-bottom: 20px;
}
.accbox label {
  display: inline-block;
  font-weight: bold;
  cursor :pointer;
  transition: all 0.5s;
  padding: 0.25em 0.5em 0.25em 0;
  color: #494949;
  background: transparent;
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #494949;
}
.accbox label::before {
  content: "■";
  margin-right: 0.5em;
}
.accbox label:hover {
 
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.guidearea{
  line-height: 1.6;
}
h3.main_heading {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #ff9234;
  font-size: 200%;
  margin: 50px 0 15px;
}
.tl_entry {
  background: none;
  color: #000;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 130%;
  font-weight: bold;
  margin: 30px 0 15px;
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
}
.tl_entry::before {
  content: "●";
  position: absolute;
  left: 0;
}
.operation dl {
  margin-top: 15px
}
.operation a {
  color: #39c;
}
.operation a:hover {
  color: #f60;
  text-decoration: underline;
}
.shopping_flow{
  margin: 0 20px;
}
.shopping_flow li {
  list-style: decimal;
  margin-bottom: 10px;
}
.shopping_guide-payment p {
  margin-left: 0;
}
.shopping_guide-payment p.tl_entry {
  margin-left: 0;
}
.shopping_guide-payment img{
  max-width: 100%;
}
.card-list {
  margin: 25px 25px 25px 35px;
}


.pay_flow li{
  list-style: decimal;
  margin: 15px 0 15px 2em;
}
.pay_flow li:first-child {
  margin-top: 0;
}
.shopping_guide-attention li{
  list-style: disc;
  margin-left: 2em;
}
.guidearea dl {
  margin-top: 10px;
}
.guidearea dt {
  color: #000;
  margin: 30px 0 15px;
  font-size: 130%;
  font-weight: bold;
  position: relative;
  padding-left: 1.25em;
}
.guidearea dt:before {
  content: "●";
  position: absolute;
  left: 0;
}
.guidearea dd {
  margin: 0.5em 0 .25em;

}
.contact_box a,
.delivery a{
  color: #39c;
}
.contact a:hover,
.delivery a:hover {
  color: #f60;
  text-decoration: underline;
}

.caution-txt {
  font-size: 92%;
  margin: .25em 0;
  padding-left: 1.25em;
  position: relative;
}
.caution-txt-firstline {
  margin-top: 0.75em;
}
.caution-txt::before {
  content: "※";
  position: absolute;
  left: 0;
}
.disc-txt {
  margin: .25em 0;
  padding-left: 1.25em;
  position: relative;
}
.disc-txt-firstline {
  margin-top: 0.75em;
}
.disc-txt::before {
  content: "・";
  position: absolute;
  left: 0;
}
.normal-txt {
  margin: .7em 0 .25em;
}
.small-txt {
  font-size: 92%;
}
.caution-clr {
  color: red;
}
.deliv-list {
  display: flex;
  margin: .5em 0 .25em;
}

#undercolumn_entry{
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}