@charset "utf-8";
@import url(/html/template/default/assets/css/categoryProductListPage.css);
@import url(/html/template/default/assets/css/breadcrumb_nav.css);

/*========================================================*/
/* 下層　静的ページ common */
/*========================================================*/

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
.content__Page {
    padding: 60px 0 100px;
    margin: 0 auto;
}
.contentPage-hero {
    background: #fff;
    padding: 40px 0;
    text-align: left;
}
.contentPage-hero .contentPage-title {
  font-size: 76px;
  font-weight: 500;
  color: #1F272F;
}
.content__Page h2.content__Page_h2ttl {
    margin-bottom: 40px;
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.75rem);
    color: #222;
}
.content__Page h3.content__Page_h3ttl {
    margin-bottom: 20px;
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    color: #222;
}
.content__Page h3.content__Page_h3ttl.line-under {
    border-bottom:solid 2px #CCC;
    position: relative;
    padding-bottom: 10px;
}
.content__Page h3.content__Page_h3ttl.line-under::before {
    content: '';
    height: 2px;
    background: #111111;
    width: 150px;
    position: absolute;
    left:0;
    bottom:-2px;
}
.content__Page h3.content__Page_h3ttl.line-under.mt50 {
    margin-top: 50px;
}
.content__Page h4 {
    font-size: clamp(1.063rem, 1rem + 0.31vw, 1.375rem);
    color: #222;
    padding-bottom: 20px;
}
.content__Page h4.d-circle {
    position: relative;
    padding-left: 30px;
}
.content__Page h4.d-circle:before {
    content: '';
    position: absolute;
    top:3px;
    left: 0;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #111111;
}
.content__Page a:link {
    text-decoration: underline;
}
.bg-grayBox {
    border:solid 1px #CCC;
    padding: 20px 30px;
    background: #f9f9f9;
}
dl.bg-grayBox {
    border:solid 1px #CCC;
    padding: 20px 0;
    background: #f9f9f9;
    margin: 20px 0;
}
dl.bg-grayBox dt {
    border-bottom:solid 1px #CCC;
    padding: 0 30px 20px;
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    font-weight: 500;
    color: #222;
}
dl.bg-grayBox dd {
    padding: 20px 30px 0;
}
.link-list {
    margin-top: 25px;
    position: relative;
}
.link-list a {
    display: block;
    padding: 12px 0 12px 20px;
    
}
.link-list::before {
    content:'';
    position: absolute;
    top:18px;
    left: 0px;
    background-color: #e60033;
    width: 10px;
    height: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.content__Page ul.list {
    margin: 20px 0 20px 20px;
    padding: 0;
}
.content__Page ul.list li {
    list-style: disc;
    margin: 5px 0;
}
.content__Page table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.content__Page table.tb01 th,
.content__Page table.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.content__Page table.tb01 th {
  background: #efefef;
  color: #222;
  width: 30%;
  max-width: 200px;
}
.content__Page table.tb01 td {
  text-align: left;
}
.content__Page table.tb02 th,
.content__Page table.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.content__Page table.tb02 th {
  background: #efefef;
  color: #222;
}
.content__Page table.tb02 td {
  text-align: left;
}
@media(max-width: 1024px) {
    .content__Page {
        width: 92%;
        padding: 30px 0 60px;
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .contentPage-hero {
        padding: 10px 0;
    }
    .contentPage-hero .contentPage-title {
        font-size: 42px !important;
        padding-left:15px;
        padding-right:15px;
    }
    .content__Page table.tb01 {
        width: 100%;
    }
    .content__Page table.tb01 th {
        width: 100%;
    }
    .content__Page table.tb01 td {
        display: block;
        width: 100%;
        border-bottom:none;
    }
    .content__Page table.tb01 tr:last-child{
        border-bottom: solid 1px #ccc;
    }
}

@media(max-width: 480px) {
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    .content__Page h2.content__Page_h2ttl {
        font-weight: 600;
    }
    .content__Page h3.content__Page_h3ttl {
        font-weight: 600;
    }
    .content__Page h4 {
        font-weight: 600;
    }
    .content__Page h3.content__Page_h3ttl.line-under::before {
        width: 30%;
    }
    .content__Page {
        width: 92%;
        padding: 30px 0 60px;
        margin: 0 auto;
    }
}

/*========================================================*/
/* ショッピングガイド */
/*========================================================*/