@charset "utf-8";

/*全体*/
.content{
  padding: 60px 0  0;
}

/* 中身 */
.pagevisual {
  background: url("../../product/img/mv_detail.webp") no-repeat #DEF3FC top;
  background-size: cover;
}

.sitemap{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}
.sitemap_ta{
  border: 1px solid #eee;
  max-width: 1024px;
  width: 90%;
}
.sitemap_ta td{
  border: 1px solid #eee;
  font-weight: bold;
  vertical-align: top;
}
.sitemap_ta td a{
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: .5s;
  padding: 5px 60px;
  padding-right: 0;
  position: relative;
  box-sizing: border-box;
}
.sitemap_ta td a.only{
  padding-top: 12px;
}
.sitemap_ta td a:hover{
  background: #0099CC;
  opacity: 1;
  color: #fff;
  transition: .5s;
}
.sitemap_ta td a::before{
  position: absolute;
  content: "";
  left: 40px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #E60013;
  border-right: 2px solid #E60013;
  transform: rotate(45deg);
  transition: .5s;
  line-height: 1;
}
.sitemap_ta td a.only::before{
  top: 20px;
}
.sitemap_ta td a:hover:before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .5s;
}
.sitemap_ta td.top::before,
.sitemap_ta td.sec::before{
  top: 24px;
  left: 60px;
}
.sitemap_ta td.top{
  border: 1px solid #eee;
  font-size: 2rem;
  font-weight: bold;
}
.sitemap_ta td.sec{
  border: 1px solid #eee;
  padding-right: 0;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }

  /*全体*/
.content{
  padding: 60px 0 ;
}

.sitemap{
  overflow-x: scroll;
}
.sitemap_ta{
  width: 620px;
}
.sitemap_ta td a{
  padding: 10px 28px;
  padding-right: 0;
  font-size: 1.4rem;
}
.sitemap_ta td a::before {
  top: 17px;
  left: 6px;
}
.sitemap_ta td a::before {
  top: 17px;
  left: 6px;
}
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
