@charset "utf-8";

*{
  box-sizing: border-box;
}
#index #wrap #mainArea{
  margin-bottom: 0;
}
.topLead01{
  color: #004831;
}



@media (max-width: 767px){
  .visible-xs{
    display: block;
  }
  .hidden-xs{
    display: none;
  }
}
@media (min-width: 768px){
  .visible-xs{
    display: none;
  }
  .hidden-xs{
    display: block;
  }
}



.image-row,
.image-center{
  text-align: center;
}
.image-row figure figcaption{
  margin-top: 10px;
}
.image-row .title-lv05{
  margin-top: 0;
}
@media (max-width: 767px){
  .image-row div{
    margin-bottom: 10px;
  }
  .image-row div:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .section .image{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .image-row > div{
    width: 48%;
  }
}



.btn-back a{
  display: inline-block;
  background: #c4d62d url("../img/icon_back.png") 30px center no-repeat;
  padding: 15px 30px 15px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.btn-back a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .btn-back{
    margin-top: 40px;
  }
}
@media (min-width: 768px){
  .btn-back{
    margin-top: 80px;
  }
}



@media (max-width: 767px){
  #retail .section,
  #wholesale .section,
  #overseas .section,
  #cashless .section{
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px){
  #retail .section,
  #wholesale .section,
  #overseas .section,
  #cashless .section{
    margin-top: 60px;
    margin-bottom: 40px;
  }
}



.title-lv02{
  margin-bottom: 20px;
  border-top: 5px solid #bed730;
  background: url("../img/bg_title_v02.png") 0 0 repeat;
  padding: 12px 20px 10px 20px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  color: #004831;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,.075);
}
.title-lv03{
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #054731;
  font-size: 17px;
}
.title-lv03::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -2px;
  background-color: #c5d6cd;
  width: 100%;
  height: 1px;
}
.title-lv03 span{
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  padding-right: 5px;
}
.title-lv04{
  margin-top: 40px;
  margin-bottom: 15px;
  background-color: #bfe4e2;
  padding: 7px 20px;
  color: #054732;
  font-weight: bold;
  font-size: 18px;
}
.title-lv05{
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.title-lv05::before{
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #064832;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media (max-width: 767px){
  .title-lv02,
  .title-lv03,
  .title-lv04,
  .title-lv05{
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
}



.list-default{
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-default li{
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.list-default li::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-color: #80c9c5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.list-lead{
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-lead li{
  margin-bottom: 5px;
  background: url("../img/icon_listmark.png") 0 6px no-repeat;
  padding-left: 20px;
  font-size: 16px;
}

.list-notice{
  margin-top: 2em;
  font-size: 80%;
  list-style: none;
}
.list-notice li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.box .list-notice{
  margin-top: 4em;
}



/* Index */
#index #mainArea .mainFull > section{
  position: relative;
}
#index #mainArea section .pagenumber{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  color: #054832;
}
#index #mainArea section .pagenumber::after{
  content: "";
  position: absolute;
  top: 0;
  right: -44px;display: block;
  background: url("../img/index_bg_pagenumber.png") 0 0 no-repeat;
  width: 44px;
  height: 48px;
}
#index #mainArea section .pagenumber .number{
  margin-right: 1em;
}

#index #mainArea #section-03 .pagenumber,
#index #mainArea #section-04 .pagenumber{
  background-color: #e5efec;
}
#index #mainArea #section-03 .pagenumber::after{
  background-image: url("../img/index_bg_pagenumber_02.png");
}
#index #mainArea #section-04 .pagenumber::after{
  background-image: url("../img/index_bg_pagenumber_02.png");
}
#index #section-01 .box,
#index #section-03 .box,
#index #section-04 .box{
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
}
#index #section-02 .box,
#index #section-05 .box{
  background: #fff;
  border-radius: 15px 15px 15px 15px;
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);*/
}
@media (max-width: 767px){
  #index #wrap #mainArea main{
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #index .mainFull section .container{
    padding-right: 20px;
    padding-left: 20px;
  }
  #index #mainArea section .pagenumber{
    padding-right: 15px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  #index #mainArea section .pagenumber::after{
    background-size: auto 100%;
    height: 32px;
  }
  #index #section-01 .box,
  #index #section-03 .box,
  #index #section-04 .box{
    margin-bottom: 10px;
    padding: 15px;
  }
  #index #section-02 .box,
  #index #section-05 .box{
    padding: 20px;
  }
}
@media (min-width: 768px){
  #index .mainFull section{
    margin-bottom: 4px;
  }
  #index .mainFull section .container{
    margin-right: auto;
    margin-left: auto;
    /* width: 1080px; */
  }
  #index #section-01,
  #index #section-02,
  #index #section-03,
  #index #section-04,
  #index #section-05{
    padding-bottom: 80px;
  }
  #index #section-01 .box,
  #index #section-03 .box,
  #index #section-04 .box{
    margin-bottom: 10px;
    padding: 40px;
    text-align: center;
  }
  #index #section-02 .box,
  #index #section-05 .box{
    padding: 40px 8%;
  }
}



#index #section-00{
  /*background: url("../img/index_bg_00.jpg") center center no-repeat;
  background-size: cover;*/
  background-color: #f7faf9;
}
#index #section-01{
  /*background-color: #f2ebff;*/
  /*background: linear-gradient(#ebfffc, #f2ebff,#ebfffc); */
  /*background:radial-gradient(#ffffff, #D9F2D0); */
  background-color: #D9F2D0;
  /*background: url("../img/index_bg_01.jpg") center center no-repeat;
  background-size: cover;*/
}
#index #section-02{
  background-color: #E5EDEA;
  /*background: url("../img/index_bg_02.jpg") 0 0 repeat;
  background-size: cover;*/
}
#index #section-03{
  background-color: #ffffff;
}
#index #section-04{
  background-color: #ffffff;
}
#index #section-05{
  background-color: #E5EDEA;
  /*background: url("../img/index_bg_05.jpg") center center no-repeat;
  background-size: cover;*/
}
@media (max-width: 767px){
  #index #mainArea > .mainFull > .section{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px){
  #wrap #mainArea main > section > section{
    margin-top: 0;
  }
  #index #mainArea > .mainFull > .section{
    padding-top: 40px;
    padding-bottom: 80px;
  }
}



#index #section-00 > .container{
  position: relative;
  height: 100%;
}
#index #section-00 .title,
#index #section-00 .text{
  text-align: center;
}
#index #section-00 .title{
  margin-bottom: 20px;
}
#index #section-00 .title img{
  max-width: 100%;
  height: auto;
}
#index #section-00 .text{
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px){
  #index #section-00{
    padding-top: 20px !important;
    padding-bottom: 40px;
  }
  #index #section-00 .text{
    margin-bottom: 20px;
  }
  #index #section-00 .scroll{
    padding-top: 20px;
    text-align: center;
  }
}
@media (min-width: 768px){
  #index #section-00{
    padding-top: 20px;
  }
  #index #section-00 > .container{
    width: 100%;
    max-width: 1200px;
  }
  #index #section-00 .title img{
    width: 471px;
  }
  #index #section-00 .scroll{
    padding-top: 40px;
    text-align: center;
  }
}
@media (min-width: 1240px){
  #index #section-00 > .container{
    padding-right: 0;
    padding-left: 0;
  }
}

/* menu */
#index #section-00 .menu li a{
  display: block;
  text-decoration: none;
}
#index #section-00 .menu li .label{
  display: block;
  font-weight: bold;
  text-align: center;
  color: #004831;
}
@media (max-width: 767px){
  #index #section-00 .menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  #index #section-00 .menu li{
    margin-bottom: 5px;
    flex: 0 0 20%;
    font-size: 11px;
    line-height: 1.2;
  }
  #index #section-00 .menu li.menu06{
    flex: 0 0 100%;
    text-align: center;
  }
  #index #section-00 .menu li.menu06 img{
    width: 40%;
  }
}
@media (min-width: 768px){
  #index #section-00 .menu{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
    list-style: none;
  }
  #index #section-00 .menu li{
    flex: 0 0 14.1666666667%;
  }
  #index #section-00 .menu li.menu06{
    flex: 0 0 20.8333333333%;
  }
  #index #section-00 .menu li a{
  }
  #index #section-00 .menu li a img{
    transition:.3s;
  }
  #index #section-00 .menu:not(".is-fixed") li a:hover img{
    transform: translateY(-10px);
    opacity: 1;
  }
}

#index #section-00 .page-menu.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#index #section-00 .page-menu .fixed{
  display: none;
}
#index #section-00 .page-menu.is-fixed .default{
  display: none;
}
#index #section-00 .page-menu.is-fixed .fixed{
  display: block;
}
@media (max-width: 767px){
  #index #section-00 .page-menu.is-fixed{
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
  }
  #index #section-00 .page-menu.is-fixed .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  #index #section-00 .page-menu.is-fixed .menu li{
    margin: 0;
    border-right: 1px solid #C4D700;
    flex: 0 0 20%;
    width: 20%;
  }
  #index #section-00 .page-menu.is-fixed .menu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5em;
    background: url("../img/icon_arrow_down.png") center bottom 5px no-repeat;
    background-size: 10px auto;
    padding: 8px 5px 20px 5px;
    height: 54px;
    line-height: 1.2;
    font-weight: bold;
    color: #004831;
    font-size: 11px;
  }
  #index #section-00 .page-menu.is-fixed .menu li img{
    display: none !important;
  }
  #index #section-00 .page-menu.is-fixed .menu li.menu05{
    border-right: 0;
  }
  #index #section-00 .page-menu.is-fixed .menu li.menu06{
    display: none !important;
  }
}
@media (min-width: 768px){
  #index #section-00 .page-menu.is-fixed{
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
  }
  #index #section-00 .page-menu.is-fixed .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
  }
  #index #section-00 .page-menu.is-fixed .menu li{
    position: relative;
    flex: 0 0 16%;
  }
  #index #section-00 .page-menu.is-fixed .menu li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    display: block;
    background-color: #C4D700;
    width: 2px;
    height: 40px;
    transform: translateY(-50%);
  }
  #index #section-00 .page-menu.is-fixed .menu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5em;
    height: 80px;
    line-height: 1;
    font-weight: bold;
    color: #004831;
    font-size: 13px;
    transition: opacity .4s;
  }
  #index #section-00 .page-menu.is-fixed .menu li a:hover{
    opacity: .5;
  }
  #index #section-00 .page-menu.is-fixed .menu li img{
    width: auto;
    height: 42px;
  }
  #index #section-00 .page-menu.is-fixed .menu li.menu06{
    flex: 0 0 20%;
  }
  #index #section-00 .page-menu.is-fixed .menu li.menu05::after,
  #index #section-00 .page-menu.is-fixed .menu li.menu06::after{
    display: none;
  }
  #index #section-00 .page-menu.is-fixed .menu li.menu06 img{
    width: 100%;
    height: auto;
  }
}



.index-section-heading{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url("../img/index_bg_heading_01.png") center center no-repeat;
  height: 120px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.index-section-heading span{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 505 / 99;
  text-align: center;
}
@media (max-width: 767px){
  .index-section-heading{
    background-size: 100% 100%;
    height: 80px;
    font-size: 20px;
  }
  .index-section-heading span{
    width: 100%;
  }
}
@media (min-width: 768px){
  .index-section-heading{
    margin-bottom: 20px;
  }
  .index-section-heading span{
    padding-bottom: .45em;
    width: 505px;
  }
}



/* TOP Section01 */

/* TOP Section02 */
#index #section-02 .col-title{
  background-color: #C4D700;
  padding: .5em 1em;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px){
  #index #section-02 .row{
  }
  #index #section-02 .col-title{
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
  }
  #index #section-02 .col-title img{
    margin-top: 5px;
    max-width: 150px;
  }
}
@media (min-width: 768px){
  #index #section-02 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5.5555555556%;
  }
  #index #section-02 .col:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #index #section-02 .col:nth-child(1) .col-title{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    flex: 0 0 50px;
    width: 100%;
  }
  #index #section-02 .col:nth-child(1) .col-title img{
    max-width: 160px;
  }
  #index #section-02 .col:nth-child(1) .image{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
  }
}

#index #section-02 .banners .item .image{
  position: relative;
  margin: 0;
}
#index #section-02 .banners .item .image img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#index #section-02 .banners .item .image .title{
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding-left: 20px;
  line-height: 1;
  color: #004831;
  font-weight: bold;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,.07);
}
#index #section-02 .banners .item .image .title::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #d5dedb;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#index #section-02 .banners .item .content{}
#index #section-02 .banners .item .content .link{
  margin-top: 1em;
  text-align: right;
}
#index #section-02 .banners .item .content .link a{
  display: inline-block;
  background: url("../img/icon_arrow.png") 0 0 no-repeat;
  background-size: 18px auto;
  padding-top: 1px;
  padding-left: 24px;
  min-height: 18px;
  line-height: 1;
  font-weight: bold;
  color: #004831;
  text-decoration: none;
}
@media (max-width: 767px){
  #index #section-02 .banners{
    margin-top: 40px;
  }
  #index #section-02 .banners .item + .item{
    margin-top: 20px;
  }
  #index #section-02 .banners .item .image .title{
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 260px;
    height: 50px;
  }
  #index #section-02 .banners .item .content{
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #index #section-02 .banners .item .content .link a:hover{
    text-decoration: underline;
  }
}
@media (min-width: 768px){
  #index #section-02 .banners .item + .item{
    margin-top: 20px;
  }
  #index #section-02 .banners .item .image,
  #index #section-02 .banners .item .content{
    padding-left: 20px;
  }
  #index #section-02 .banners .item .image .title{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 277px;
    height: 70px;
  }
  #index #section-02 .banners .item .content{
    margin-top: 8px;
  }
  #index #section-02 .banners .item .content .link a:hover{
    text-decoration: underline;
  }
}




/* TOP Section03 */
#index #section-02 .button{
  margin-top: 40px;
  text-align: center;
}
#index #section-02 .button a{
  display: inline-block;
  background-color: #004831;
  width: 284px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 7px;
  transition: opacity .4s;
}
#index #section-02 .button a::before{
  content: url("../img/index_icon_arrow.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#index #section-02 .button a:hover{
  opacity: .7;
}



/* TOP Section04 */
#index #section-04 .lead{
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px){
  #index #section-04 .lead{
    margin-bottom: 1em;
  }
  #index #section-04 .box-title{
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
  #index #section-04 .box-title{
    margin-bottom: 20px;
  }
}



/* TOP Section05 */
#index #section-05 .banners .item .image{
  position: relative;
  margin: 0;
}
#index #section-05 .banners .item .image img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#index #section-05 .banners .item .image .title{
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding-left: 20px;
  line-height: 1;
  color: #004831;
  font-weight: bold;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,.07);
}
#index #section-05 .banners .item .image .title::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #d5dedb;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#index #section-05 .banners .item .content{}
#index #section-05 .banners .item .content .link{
  margin-top: 1em;
  text-align: right;
}
#index #section-05 .banners .item .content .link a{
  display: inline-block;
  background: url("../img/icon_arrow.png") 0 0 no-repeat;
  background-size: 18px auto;
  padding-top: 1px;
  padding-left: 24px;
  min-height: 18px;
  line-height: 1;
  font-weight: bold;
  color: #004831;
  text-decoration: none;
}
@media (max-width: 767px){
  #index #section-05 .banners .item{
  }
  #index #section-05 .banners .item + .item{
    margin-top: 20px;
  }
  #index #section-05 .banners .item .image{
    margin-bottom: 10px;
  }
  #index #section-05 .banners .item .image .title{
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 250px;
    height: 50px;
  }
  #index #section-05 .banners .item .content{
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px){
  #index #section-05 .banners .item{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 1.9841269841%;
  }
  #index #section-05 .banners .item + .item{
    margin-top: 20px;
  }
  #index #section-05 .banners .item .image{
    padding-left: 20px;
  }
  #index #section-05 .banners .item .image .title{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 277px;
    height: 70px;
  }
  #index #section-05 .banners .item .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #index #section-05 .banners .item .content .link a:hover{
    text-decoration: underline;
  }
}



/* Retail */
#retail .section-01 .row{
margin-bottom: 20px;
}
#retail .section-01 .row .col{
  overflow: hidden;
  border: 3px solid #e2ebe8;
  border-radius: 10px;
  margin : 0 auto;
}
#retail .section-01 .row .col .heading{
  background-color: #e2ebe8;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#retail .section-01 .row .col .body{
  padding: 15px;
  text-align: center;
}
#retail .section-01 .row .col .body p{
  margin-bottom: 15px;
}
#retail .section-01 .row .col .body dl dt{
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
#retail .section-01 .row .col .body dl dt::after{
  content: "";
  position: absolute;
  bottom: 2px;
  z-index: -1;
  display: block;
  margin-left: -3%;
  background-color: #dbe56e;
  width: 106%;
  height: 7px;
}
#retail .section-01 .row .col .body dl dd{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#retail .section-01 .row .col .body dl dd div{
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px){
  #retail .section-01 .row .col{
    margin-bottom: 20px;
  }
  #retail .section-01 .row .col .body dl dt{
    margin-right: 50px;
    margin-left: 50px;
  }
  #retail .section-01 .row .col .body dl dd{
    margin-bottom: 40px;
  }
  #retail .section-01 .row .col .body dl dd:last-of-type{
    margin-bottom: 0;
  }
  #retail .section-01 .row .col .body dl dd.dd02 div:first-child{
    margin-bottom: 15px;
    width: 100%;
  }
}

/*アコーディオン色のみ変更*/
.c-box.-accordion .c-box_header.is-active {
    background-color: #D9F2D0;
}



@media (min-width: 768px){
  #retail .section-01 .row{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 0px;
  }
  #retail .section-01 .row .col{
    width: 360px;
  }
  #retail .section-01 .row .col .body dl dt{
    margin-top: 30px;
    margin-right: 50px;
    margin-left: 50px;
  }
  #retail .section-01 .row .col .body dl dd{
    margin-bottom: 40px;
  }
  #retail .section-01 .row .col .body dl dd:last-of-type{
    margin-bottom: 0;
  }
  #retail .section-01 .row .col .body dl dd.dd02 div:first-child{
    margin-bottom: 15px;
    width: 100%;
  }
}

#retail .section-03 .image-row{
  margin-bottom: 20px;
}

.box-retail-01{
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}
.box-retail-01 .text{
  font-size: 16px;
}

/* 3月15日修正分 */
a:hover > img {
 opacity: 0.8;
}

.c-image{
  margin-bottom: 20px;
}