@charset "UTF-8";

/* --------------------------------------------
  SP版 見出しの位置調整
-------------------------------------------- */

@media print, screen and (max-width: 767px) {
  #rwd-content .rwd-product-header .rwd-headline1-type02 {
    padding: 20px 0 18px !important;
  }
}

/* --------------------------------------------
  .link-type1
-------------------------------------------- */

#rwd-content .link-type1 {
  padding: 0 0 0.8em 40px;
  display: block;
  border-bottom: solid 1px #CECECE;
  position: relative;
  font-size: 1.8rem;
  box-sizing: border-box;
  background: #fff;
}
#rwd-content .link-type1.bold {
  font-weight: bold;
}
#rwd-content .link-type1.border2 {
  border-width: 2px;
}
#rwd-content .link-type1::before {
  width: 0.6em;
  height: 0.6em;
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  box-sizing: border-box;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}
#rwd-content .link-type1::after {
  width: 30px;
  height: 1px;
  background: #1382BF;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
#rwd-content .link-type1.border2::after {
  height: 2px;
  bottom: -2px;
}
#rwd-content .link-type1 span {
  display: inline-block;
  /*font-size: 1.8rem;*/
  font-size: 1.7rem;
  color: #000;
  line-height: 1.2;
}
#rwd-content .with-sub .link-type1 span {
  display: inline-block;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px){
  #rwd-content .link-type1:hover {
    border-color: #1382BF;
  }
  #rwd-content .link-type1:hover span {
    color: #1382BF;
  }
}

/* --------------------------------------------
  リンクリスト1
-------------------------------------------- */

#rwd-content .link-list1.with-sub > * {
  background: #F4F4F4;
}
#rwd-content .link-list1.with-sub .sub-list {
  padding: 11px;
  border-top: solid 3px #fff;
}
#rwd-content .link-list1.with-sub .sub-list li {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  text-indent: -1em;
  margin-left: 1em;
}
#rwd-content .link-list1.with-sub .sub-list li::before {
  content: "・";
}

@media print, screen and (min-width: 768px){
  #rwd-content .link-list1 {
    display: flex;
    flex-wrap: wrap;
    gap: 52px calc(24 / 912 * 100%);
  }
  #rwd-content .link-list1 > .item2 {
    width: calc(444 / 912 * 100%);
  }
  #rwd-content .link-list1 > .item3 {
    width: calc(288 / 912 * 100%);
  }
}

@media screen and (max-width: 767px){
  #rwd-content .link-list1 > * + * {
    margin-top: 34px;
  }
}

/* --------------------------------------------
  E,S,Gのカテゴリトップ main-visual
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  #rwd-content .cate-top-page .main-visual {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 767px){
  #rwd-content .cate-top-page .main-visual {
    margin-bottom: 44px;
  }
}

/* --------------------------------------------
  SP メニュ―を開くボタン
-------------------------------------------- */

@media screen and (max-width: 767px){
  .goto-menu {
      margin-bottom: 20px;
  }
  .goto-menu p {
    width: 35px;
    height: 79px;
    display: block;
    background: url("../../shared/img/icon_menu.svg") no-repeat center center / 18px auto;
    position: fixed;
    right: 0;
    bottom: 63px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    color: transparent;
  }
  .goto-menu p a {
    width: 35px;
    height: 79px;
    display: block;
  }
  .goto-menu p a span {
    font-size: 0;
    color: transparent;
  }
}

/* --------------------------------------------
  サイドメニュー
-------------------------------------------- */

#rwd-content #csr202412-side li {
  line-height: 1;
}

#rwd-content #csr202412-side .all-top a {
  padding: 14px 0 23px 28px;
  display: block;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  background: url("../img/icon_back.svg") no-repeat 0 16px / 19px auto;
}

#rwd-content #csr202412-side .pages a {
  color: #4B4B4B;
  font-size: 1.5rem;
  line-height: calc(20 / 15);
  display: block;
  position: relative;
}
#rwd-content #csr202412-side .pages a:hover {
  color: #0089B8;
}
#rwd-content #csr202412-side .pages a.in,
#rwd-content #csr202412-side .pages a.arrow {
  /*color: #0695D1;*/
  /*color: #1d70a0;*/
  color: #1970C2;
  font-weight: bold;
}
#rwd-content #csr202412-side .pages a.arrow::after {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  content: "";
  display: block;
/*  border-right: solid 2px #5CA3C1;
  border-top: solid 2px #5CA3C1;*/
  border-right: solid 2px #1970C2;
  border-top: solid 2px #1970C2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-5px) rotate(45deg);
}

#rwd-content #csr202412-side .pages {
  border-top: solid 1px #E1E1E1;
}
#rwd-content #csr202412-side .pages > li {
  border-bottom: solid 1px #E1E1E1;
}
#rwd-content #csr202412-side .pages > li a {
  padding: 10px 19px 8px 4px;
}
#rwd-content #csr202412-side .lv2 {
  padding: 12px 0 9px;
  background: #eef3f9;
  border-top: solid 3px #AACFDE;
  display: none;
}
#rwd-content #csr202412-side a.in + .lv2 {
  display: block;
}
#rwd-content #csr202412-side .lv2 li a {
  padding: 6px 19px 4px 12px;
}

@media print, screen and (min-width: 768px){
  #rwd-content #csr202412-side {
    border-top: solid 4px #AACFDE;
  }
  #rwd-content #csr202412-side .all-top a:hover {
    background-image: url("../img/icon_back_on.svg");
  }
  
  #rwd-content #sp-side {
    display: block !important;
  }
}

@media screen and (max-width: 767px){
  #rwd-content #sp-side {
    width: 100%;
    max-height: 100vh;
    padding: 60px 18px 100px;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    display: none;
  }
  #rwd-content #sp-side .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 26px;
    top: 19px;
    cursor: pointer;
  }
}


ul.sub-list li .note{
  font-size:1.3rem!important;
  line-height: 1;
  padding-left:.5em;
  color:#55618e!important;
}
.note sup{
  top: -0.2em!important;
}