@charset 'UTF-8';
/* sitemap */
.l-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 767px){
  .l-column {
      display: block;
  }
}

@media screen and (max-width: 767px){
  .l-2018 .l-section-inner {
      width: 100%;
      padding: 0 5vw;
  }
}
.sitemap .content {
    padding: 1px 0 120px;
    background: #f9f8f5;
}
.sitemap .l-column{ margin: 0; }
.sitemap .l-section a{
  color: #4A4B4B;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5em;
  margin-bottom: 18px;
}

.sitemap .l-section .title > a{
  font-size: 20px;
  color: #E3770F;
  text-decoration: underline;
}

.sitemap .l-section .title2 > a{
  font-size: 20px;
}

.sitemap .sep {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 0 0;
  margin-top: 55px;
}

.sitemap .sep:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ef7a00 0%, #ef7a00 100px, #e7d3ae 100px);
}

.sitemap .l-column ul > li{
  position: relative;
}
.sitemap .l-column ul > li > ul > li{
  padding-left: 18px;
}

.sitemap .l-column ul > li > a{
  display: block;
  padding-left: 18px;
}
.sitemap .l-column ul > li:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-left:0;
  background: url(/images/service/top/img_arrow.png) no-repeat 0 0;
  background-size: contain;
}

.sitemap .l-column ul > li.link:before{
  top: 6px;
  width: 11px;
  height: 9px;
  background: url(/images/service/top/img_link.png) no-repeat 0 0;
  background-size: contain;
}

.sitemap .l-column ul > li.title2:before,
.sitemap .l-column ul > li.title:before{
  top:8px;
}

.sitemap .store-list{
   display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
 
}

.sitemap .store-list li{
  padding-left: 18px;
}



@media print, screen and (min-width: 768px){
.sitemap .l-section-inner {
   width: 1040px;
}
}

.sitemap h2.title{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px 0 40px;
}

.sitemap h2.title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ef7a00 0%, #ef7a00 100px, #e7d3ae 100px);
}

.lv02-link {
  margin: 0;
  padding: 0 0 10px
}

.case .lv02-link {
  width: 264px;
}

.shop .lv02-link {
  width: 348px;
}

.about .lv02-link {
  width: 366px;
}

.sitemap .lv02-link a {
  display: block;
  padding: 0 28px 0 0;
  background: url(/images/ico_arrow_01.svg) no-repeat 100% 50%;
  background-position: right 10px center;
  font-size: 18px;
  font-weight: 700
}

.sitemap .lv02-link a:hover {
  color: #ef7a00
}

.sitemap_content h3{
    color: #EF6D22;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.nav_col5{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px
}

.nav_col5 li {
  width: calc(100% / 5);
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5
}
.nav_col5 li a {
  padding: 5px 0 5px 32px;
  background: url(/images/ico_arrow_02.svg) no-repeat 0 50%
}
.nav_col5 li a:hover {
  color: #ef7a00
}

.nav_col3{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px
}

.nav_col3 li {
  width: calc(100% / 3);
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5
}
.nav_col3 li a {
  padding: 5px 0 5px 32px;
  background: url(/images/ico_arrow_02.svg) no-repeat 0 50%
}
.nav_col3 li a:hover {
  color: #ef7a00
}
.other li.ic_blank a {
  padding: 5px 0 5px 32px;
  background: url(/images/ic_blank_org_02.svg) no-repeat 0 50%
}
.voice .nav_col5 li{
      margin: 0;
}

@media print, screen and (max-width: 767px){
.sitemap .lv02-link a {
    padding: 0;
    margin: 0;
    background: url(/images/ico_arrow_01.svg) no-repeat 100% 50%;
    background-position: right 10px center;
    font-size: 14px;
  }
.sitemap h2.title {
    position: relative;
    font-size: 16px;
    margin: 60px 0 40px;
}
.sitemap h2.title:after {
    top: 40px;
}
.sitemap .case h2.title{
    margin: 20px 0 40px;
}
.sitemap_content h3 {
    color: #EF6D22;
    font-size: 14px;
    padding-top: 22px;
    border-top: 1px solid #E4E4E4;
}
.nav_col5 {
    margin: 0px 0 20px;
}
.nav_col5 li {
  width: calc(100% / 2);
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5
}
.nav_col3 {
    margin: 0px 0 20px;
}
.nav_col3 li {
  width: 100%;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5
}
.lv02-link {
  margin: 0;
  padding: 0 0 10px
}

.case .lv02-link,
.shop .lv02-link,
.about .lv02-link {
  width: 366px;
}
.sitemap_content.voice{
      border-top: 1px solid #E4E4E4;
    padding-top: 20px;;
}
}