@charset "utf-8";

/* sitemap */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}

.works-cont {
	margin-bottom: 70px;
	padding: 0 15px;
}


.s-sitemap-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 50px 65px;
  line-height: 1.8571;
}

.s-sitemap-list {
  list-style: none outside;
  line-height: 1.4;
}

.s-sitemap-list:first-child {
  width: 100%;
}

.s-sitemap-list:not(:first-child) {
  margin-top: 23px;
  width: 460px;
}

.s-sitemap-list > .s-sitemap-list__item:not(:first-child) {
  margin-top: 23px;
}

.s-sitemap-list-child {
  margin-left: 25px;
}

.s-sitemap-list-child .s-sitemap-list__item {
  position: relative;
  margin-top: 23px;
  padding-left: 25px;
}

.s-sitemap-list-child .s-sitemap-list__item::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 9px;
  border-bottom: 1px solid #e7e8ec;
  border-left: 1px solid #e7e8ec;
  content: "";
}

@media only screen and (max-width: 768px) {
  .s-sitemap-contents {
    display: block;
    margin: 0 10px;
    padding: 24px 60px 34px;
    line-height: 1.8461;
  }
  .s-sitemap-list:not(:first-child) {
    margin-top: 13px;
    width: 100%;
  }
  .s-sitemap-list > .s-sitemap-list__item:not(:first-child) {
    margin-top: 13px;
  }
  .s-sitemap-list-child .s-sitemap-list__item {
    margin-top: 13px;
    padding-left: 20px;
  }
  .s-sitemap-list-child .s-sitemap-list__item::before {
    top: 2px;
    width: 12px;
    height: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-jumbotron {
    margin: 0 auto 40px auto;
    padding: 40px 80px;
    width: 1004px;
  }







/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
 margin-top: 70px;
}

.sitemap-cont {
	margin-bottom: 160px;
	padding: 0 10%;
}



.s-sitemap-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 60px 300px 100px;
  line-height: 1.8571;
}

.s-sitemap-list {
  list-style: none outside;
  line-height: 1.4;
}

.s-sitemap-list:first-child {
  width: 100%;
}

.s-sitemap-list:not(:first-child) {
  margin-top: 23px;
  width: 460px;
}

.s-sitemap-list > .s-sitemap-list__item:not(:first-child) {
  margin-top: 23px;
}

.s-sitemap-list-child {
  margin-left: 25px;
}

.s-sitemap-list-child .s-sitemap-list__item {
  position: relative;
  margin-top: 23px;
  padding-left: 25px;
}

.s-sitemap-list-child .s-sitemap-list__item::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 9px;
  border-bottom: 1px solid #e7e8ec;
  border-left: 1px solid #e7e8ec;
  content: "";
}

@media only screen and (max-width: 768px) {
  .s-sitemap-contents {
    display: block;
    margin: 0 10px;
    padding: 24px 20px 34px;
    line-height: 1.8461;
  }
  .s-sitemap-list:not(:first-child) {
    margin-top: 13px;
    width: 100%;
  }
  .s-sitemap-list > .s-sitemap-list__item:not(:first-child) {
    margin-top: 13px;
  }
  .s-sitemap-list-child .s-sitemap-list__item {
    margin-top: 13px;
    padding-left: 20px;
  }
  .s-sitemap-list-child .s-sitemap-list__item::before {
    top: 2px;
    width: 12px;
    height: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-jumbotron {
    margin: 0 auto 40px auto;
    padding: 40px 80px;
    width: 1004px;
  }


}
