@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  products_common.css
 style info :  製品情報の共通の定義
=================================================================== */
body {
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ctr {
  text-align: center;
}
@media only screen and (min-width: 981px) {
  .ctr-pc {
    text-align: center;
  }
}
@media only screen and (max-width: 980px) and (min-width: 691px) {
  .ctr-tab {
    text-align: center;
  }
}
@media only screen and (max-width: 690px) {
  .ctr-sp {
    text-align: center;
  }
}

#contact_area {
  position: relative;
}

#adddone {
  display: none;
  width: 120%;
  top: 105%;
  background: #fff958;
  position: absolute;
  padding: 15px 10px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#adddone:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff958 transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
@media only screen and (max-width: 690px) {
  #adddone {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 999999999;
    transform: none;
  }
  #adddone br {
    display: none;
  }
  #adddone:before {
    content: none;
  }
}

.side_fixed {
  display: none;
}

footer.template_c2 {
  padding-bottom: 0;
}

@media only screen and (max-width: 690px) {
  #locator_template_c2 {
    margin-bottom: 20px;
  }
}

#pagetitle.products {
  background-image: url("../img/pagetitle_bg_prducts.jpg");
  padding: 12px 0;
}
#pagetitle.products .pagetitle_block .pagetitle {
  font-size: 2rem;
}
@media only screen and (max-width: 690px) {
  #pagetitle.products {
    background-image: url("../img/pagetitle_bg_prducts.jpg");
    padding: 2px 0;
  }
  #pagetitle.products .pagetitle_block .pagetitle {
    font-size: 1.3rem;
  }
}

.main {
  position: relative;
}
.main .bdttl {
  border-left: 8px solid #4275bb;
  border-bottom: 1px solid #4275bb;
  font-weight: normal;
  padding: 0 0 0 20px;
  font-size: 2.4rem;
}
.main .linkbtn a, .main .linkbtn .notlink {
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: oblique;
  width: 100%;
  max-width: 300px;
  display: block;
  padding: 12px 15px 10px;
  background: url("../img/btn_bg_bu_d.svg") no-repeat right center #1b394c;
  background-size: contain;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.main .linkbtn a:hover, .main .linkbtn .notlink:hover {
  text-decoration: none;
  background-position: right -100% center;
  opacity: 0.8;
  transition: .4s ease-in-out;
}
.main .linkbtn a.arr, .main .linkbtn .notlink.arr {
  position: relative;
}
.main .linkbtn a.arr::after, .main .linkbtn .notlink.arr::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transition: all .2s ease-in 0s;
}
.main .linkbtn.mini a {
  width: 200px;
  font-size: 1.4rem;
  padding: 5px;
}
.main .linkbtn.gybtn a, .main .linkbtn.gybtn .notlink {
  background-color: #ababab;
  background-image: url("../img/btn_bg_bu_gy.svg");
}
.main .linkbtn.bubtn a, .main .linkbtn.bubtn .notlink {
  background-color: #4275ba;
  background-image: url("../img/btn_bg_bu_l.svg");
}
.main .helpbtn .modal-open {
  padding: 0 0 0 30px;
  font: normal normal 900 1.5rem/1.8 "M PLUS Rounded 1c", sans-serif;
  color: #4275ba;
  letter-spacing: 0.1em;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.main .helpbtn .modal-open:hover {
  text-decoration: none;
}
.main .helpbtn .modal-open:before {
  content: '';
  display: block;
  width: 25px;
  height: 26px;
  background: url("../img/ico_help.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.main .txt_link a {
  color: #4275ba;
  text-decoration: underline;
}
.main .txt_link a:hover {
  text-decoration: none;
}
.main .txt_link.outside a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  /*background: url("../img/ico_outside.svg") no-repeat center center;*/
  background-size: contain;
  margin-left: 4px;
}
.main .txt_link.pdf a:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 14px;
  background: url("../img/ico_pdf.png") no-repeat center center;
  background-size: contain;
  margin-left: 4px;
  vertical-align: -2px;
}
.main .txt_link.arr a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
@media all and (-ms-high-contrast: none) {
  .main .txt_link.arr a::before {
    top: calc(50% - 5px);
  }
}
.main .gytbl tr {
  border-bottom: 2px solid #fff;
}
.main .gytbl tr:last-of-type {
  border: none;
}
.main .gytbl th, .main .gytbl td {
  vertical-align: middle;
  border: none;
  font-size: 1.5rem;
}
.main .gytbl th + th, .main .gytbl th + td, .main .gytbl td + th, .main .gytbl td + td {
  border-left: 2px solid #fff;
}
.main .gytbl th {
  background: #ececec;
  width: 300px;
  padding: 14px 20px;
}
.main .gytbl td {
  background: #f5f5f5;
  padding: 14px 28px;
}
@media only screen and (max-width: 980px) and (min-width: 691px) {
  .main .gytbl th {
    width: 200px;
  }
}
@media only screen and (max-width: 690px) {
  .main .bdttl {
    border-left: 5px solid #4275bb;
    padding: 0 0 0 9px;
    font-size: 1.5rem;
  }
  .main .linkbtn a, .main .linkbtn .notlink {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: oblique;
    width: 100%;
    max-width: 300px;
    display: block;
    padding: 15px;
    background: url("../img/btn_bg_bu_d.svg") no-repeat right center #1b394c;
    background-size: contain;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
  }
  .main .linkbtn a:hover, .main .linkbtn .notlink:hover {
    text-decoration: none;
    background-position: right -100% center;
    opacity: 0.8;
    transition: .4s ease-in-out;
  }
  .main .linkbtn a.arr, .main .linkbtn .notlink.arr {
    position: relative;
  }
  .main .linkbtn a.arr::after, .main .linkbtn .notlink.arr::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    transition: all .2s ease-in 0s;
  }
  .main .linkbtn.mini a {
    width: 143px;
    font-size: 1rem;
    padding: 5px;
  }
  .main .helpbtn .modal-open {
    padding: 0 0 0 17px;
    font-size: 1.1rem;
  }
  .main .helpbtn .modal-open:before {
    width: 15px;
    height: 15px;
    top: 0px;
  }
  .main .txt_link.outside a:after {
    width: 11px;
    height: 11px;
  }
  .main .txt_link.pdf a:after {
    width: 25px;
    height: 12.5px;
  }
  .main .gytbl tr th, .main .gytbl tr td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    padding: 7px 15px;
  }
  .main .gytbl tr th + th, .main .gytbl tr th + td, .main .gytbl tr td + th, .main .gytbl tr td + td {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

html.modalset {
  overflow: hidden;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 20px 4%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 900px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.modal-inner {
  background: #fff;
  padding: 80px 20px;
  white-space: normal;
  text-align: left;
  position: relative;
}
.modal-inner > :first-child {
  margin-top: 0;
}
.modal-inner .linkbtn .notlink {
  width: 242px;
  margin: 30px auto 0;
}

.modal-inner .closebtn .notlink {
  background-color: #ababab;
  background-image: url("../img/btn_bg_bu_gy.svg");
  width: 242px;
  margin: 30px auto 0;
  padding: 14px 10px 11px;
}
.modal-inner .closebtn .notlink:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/btn_modal_close_wt.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.modal-inner .closeicon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal-inner .closeicon:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/btn_modal_close.svg") no-repeat center center;
  background-size: contain;
}
.modal-help {
  padding: 30px 20px 40px 30px;
  position: relative;
}
.modal-help .bdttl {
  margin-right: 30px;
}
.modal-help .txtbox {
  padding: 30px 15px 0 0;
  height: 327px;
  overflow-y: scroll;
  font-size: 1.5rem;
}
.modal-help .txtbox > :first-child {
  margin-top: 0;
}
.modal-help .txtbox p {
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
}
.modal-help .txtbox p + p {
  margin-top: 25px;
}
.modal-help .txtbox p span.red{
  color: red;
  font-weight: bold;
}
.modal-help .txtbox p span.bold{
  font-weight: bold;
}
.modal-help .txtbox p span.under{
  text-decoration: underline;
}

@media only screen and (max-width: 690px) {
  .modal-inner .closebtn .notlink {
    width: 165px;
    margin: 20px auto 0;
    padding: 9px 10px 6px;
    font-size: 1.2rem;
  }
  .modal-inner .closebtn .notlink:before {
    width: 11.5px;
    height: 11.5px;
    margin-right: 7px;
  }
  .modal-inner .closeicon:before {
    width: 15px;
    height: 15px;
  }
  .modal-help {
    padding: 40px 4.3% 25px;
  }
  .modal-help .bdttl {
    margin-right: 10px;
  }
  .modal-help .txtbox {
    margin: 15px 0 0;
    padding: 0 10px 0 0;
    height: 274px;
    font-size: 1.3rem;
  }
  .modal-help .txtbox p {
    line-height: 1.5;
  }
  .modal-help .txtbox p + p {
    margin-top: 15px;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
}
.loading-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 20px 4%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.loading-wrap::-webkit-scrollbar {
  display: none;
}
.loading-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}
.loading-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.loading-box {
  width: 100%;
  max-width: 450px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
  padding: 51px 20px;
  white-space: normal;
}
.loading-bars {
  width: 46px;
  height: 18px;
  margin: auto;
}
.loading-bars .bar {
  width: 6px;
  height: 18px;
  background-color: #5c79d7;
  display: inline-block;
  -webkit-animation: loading 1.2s infinite ease-in-out;
  animation: loading 1.2s infinite ease-in-out;
  background-image: linear-gradient(to right, #5e7dde 0%, #5165af 38%, #4a4972 100%);
  background-position: left center;
  background-size: 46px 18px;
}
.loading-bars .bar + .bar {
  margin-left: 4px;
}
.loading-bars .bar:nth-of-type(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  background-position: left -10px center;
}
.loading-bars .bar:nth-of-type(3) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
  background-position: left -20px center;
}
.loading-bars .bar:nth-of-type(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-position: left -30px center;
}
.loading-bars .bar:nth-of-type(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background-position: left -40px center;
}
@media only screen and (-ms-high-contrast: active), only screen and (-ms-high-contrast: none) {
  .loading-bars .bar:nth-of-type(2) {
    background-color: #546cbe;
  }
  .loading-bars .bar:nth-of-type(3) {
    background-color: #4f61a6;
  }
  .loading-bars .bar:nth-of-type(4) {
    background-color: #4d568d;
  }
  .loading-bars .bar:nth-of-type(5) {
    background-color: #4c4d7a;
  }
}

@-webkit-keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
#fixedCtaWrap {
  margin: 50px 0 0;
  position: relative;
}

.fixedcta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.fixedcta.stay {
  position: absolute;
}
.fixedcta .fixedctawrap {
  background: rgba(212, 226, 244, 0.85);
  padding: 20px 0;
}
.fixedcta .fixedctawrap + .fixedctawrap {
  border-top: 1px solid #fff;
}
.fixedcta .selectresult {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -5px;
}
.fixedcta .selectresult-num {
  font-size: 2.5rem;
  line-height: 1;
}
.fixedcta .selectresult + .btns {
  margin-top: 10px;
}
.fixedcta .btns.col3 .linkbtn + .linkbtn {
  margin-left: 20px;
}
.fixedcta .btns.col3 .linkbtn a, .fixedcta .btns.col3 .linkbtn .notlink {
  width: 242px;
  padding: 12px 0 10px;
}
.fixedcta .btns.col3 .linkbtn a br, .fixedcta .btns.col3 .linkbtn .notlink br {
  display: none;
}
.fixedcta .btns.col2 .linkbtn + .linkbtn {
  margin-left: 20px;
}
.fixedcta .btns.col2 .linkbtn a, .fixedcta .btns.col2 .linkbtn .notlink {
  width: 242px;
  padding: 12px 0 10px;
}
.fixedcta .btns.col2 .linkbtn a br, .fixedcta .btns.col2 .linkbtn .notlink br {
  display: none;
}
.fixedcta .btns.col1 .linkbtn a, .fixedcta .btns.col1 .linkbtn .notlink {
  width: 326px;
  max-width: none;
  padding: 12px 15px 10px 0;
}
.fixedcta .btns.col1 .linkbtn a:after, .fixedcta .btns.col1 .linkbtn .notlink:after {
  right: 15px;
}

@media only screen and (max-width: 980px) {
  .fixedcta .btns.col3 .linkbtn {
    width: 28%;
  }
  .fixedcta .btns.col3 .linkbtn + .linkbtn {
    margin-left: 1%;
  }
  .fixedcta .btns.col3 .linkbtn a, .fixedcta .btns.col3 .linkbtn .notlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .fixedcta .btns.col3 .linkbtn a:after, .fixedcta .btns.col3 .linkbtn .notlink:after {
    right: 15px;
  }
}
@media only screen and (max-width: 690px) {
  #fixedCtaWrap {
    margin: 20px 0 0;
  }

  .fixedcta .fixedctawrap {
    padding: 15px 0;
  }
  .fixedcta .selectresult {
    font-size: 1.1rem;
    text-align: center;
  }
  .fixedcta .selectresult-num {
    font-size: 2rem;
    line-height: 1;
  }
  .fixedcta .selectresult + .btns {
    margin: 5px 0 0;
  }
  .fixedcta .btns .linkbtn a, .fixedcta .btns .linkbtn .notlink {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .fixedcta .btns.col3 .linkbtn a, .fixedcta .btns.col3 .linkbtn .notlink {
    line-height: 1;
    padding: 9px 10px 7px 0px;
  }
  .fixedcta .btns.col3 .linkbtn a br, .fixedcta .btns.col3 .linkbtn .notlink br {
    display: block;
  }
  .fixedcta .btns.col3 .linkbtn a.arr, .fixedcta .btns.col3 .linkbtn .notlink.arr {
    position: relative;
  }
  .fixedcta .btns.col3 .linkbtn a.arr::after, .fixedcta .btns.col3 .linkbtn .notlink.arr::after {
    right: 7.6%;
  }
  .fixedcta .btns.col2 .linkbtn {
    width: 47.8%;
  }
  .fixedcta .btns.col2 .linkbtn + .linkbtn {
    margin-left: 4.4%;
  }
  .fixedcta .btns.col2 .linkbtn a, .fixedcta .btns.col2 .linkbtn .notlink {
    max-width: 100%;
    width: 100%;
  }
  .fixedcta .btns.col2 .linkbtn a:after, .fixedcta .btns.col2 .linkbtn .notlink:after {
    right: 6%;
  }
  .fixedcta .btns.col1 .linkbtn a, .fixedcta .btns.col1 .linkbtn .notlink {
    width: 250px;
    padding: 8px 6px 7px 0;
  }
  .fixedcta .btns.col1 .linkbtn a:after, .fixedcta .btns.col1 .linkbtn .notlink:after {
    right: 4%;
  }
}
#otherGuideBn {
  overflow: hidden;
  padding: 30px 0;
}
#otherGuideBn .guidebnslider {
  margin: 0;
}
#otherGuideBn .slide-item {
  width: 180px;
  margin: 0 12px;
}
#otherGuideBn .slide-item a {
  display: block;
  outline: none;
}
@media only screen and (max-width: 690px) {
  #otherGuideBn .slick-list {
    overflow: visible !important;
  }
}

.itemlist {
  list-style: none;
  margin: 20px 0 0;
}
.itemlist .ttl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 5px 10px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.itemlist .ttl + * {
  margin-top: 20px;
}
.itemlist .phtbox {
  position: relative;
}
.itemlist .phtbox a {
  display: block;
  position: relative;
}
.itemlist .phtbox .recommend {
  position: absolute;
  left: 8px;
  top: 4px;
  font: normal normal 700 1.5rem/1.8 "Noto Sans JP", sans-serif;
  color: #32acf9;
}
.itemlist .img {
  padding-top: 75%;
  position: relative;
}
.itemlist .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  left: 0;
  top: 0;
}
.itemlist .status {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 70px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
}
.itemlist .status.new {
  background: #32acf9;
}
.itemlist .status.stop {
  background: #de475d;
}
.itemlist .status.declining {
  background: #ff8d9e;
  font-size: 1.2rem;
  min-width: 70px;
  padding: 2px 5px;
}
.itemlist .name {
  margin: 8px 0 0;
}
.itemlist .name a {
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: underline;
}
.itemlist .name a:hover {
  text-decoration: none;
}
.itemlist .mylistbtn {
  margin-top: 10px;
}
.itemlist .mylistbtn span {
  margin: 0 0 0 auto;
}

.product-imgbox {
width: 26%;
}

.mylistbtn{
   padding: 0;

 }

 .product-imgbox{
  margin-right: 38px;
 }


.btn_box{
margin-left: auto
}


@media only screen and (min-width: 690px) {

.itemlist .mylistbtn,.itemlist .dlbtn {
  margin-top: 10px;
  }
}

.itemlist .mylistbtn:first-child{
  margin-top: 0;
}


.product-summary{
  width: 40%;
  margin-right: 40px;
}

.drop-number{
  margin-top: 20px;
}

.product-summary p{
  font-size: 1.5rem;
}

.pagination_box{
  margin-left: auto;
  gap: 0.3rem;
  font-size: 1.4rem;
}

.dlbtn:hover,.detailbtn:hover,.mylistbtn:hover {
    opacity: 0.8;
    transition: all 0.4s;
  }

.pagination_box .pagination{
  width: 30px;
  height: 30px;
  color: #4275ba;
  text-decoration: none;
  text-align: center;
    display: table-cell;
  vertical-align: middle;
    line-height: 30px;
}

.pagination_box .pagination_active{
  background-color: #eeeeee;
  align-items: center;
  color: #333;
}

.pagination{
  justify-content: center;
}

.pagination_last,.pagination_first{
  position: relative;
}

.pagination_first{
  transform: rotate(-0.25turn);
}

.detailbtn,.dlbtn{
  position: relative;
}

.detailbtn span:after,.dlbtn span:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.mylistbtn .done:after{
     border-top: 1.5px solid #4275ba;
    border-right: 1.5px solid #4275ba;
}

.pagination_last:after,.pagination_first:after{
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1.5px solid #4274ba;
    border-right: 1.5px solid #4274ba;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.pagination_first{
    transform: rotate(3.142rad);
}


#searchResult .resultbox {
  margin: 15px 0 0;
}

.btn_box2 a{
  text-decoration: none;
}

.itemlist.col4-pc-tab .item {
    border-top: 1px dotted #c0c0c0;
  }

.itemlist.col4-pc-tab .item:first-child{
    padding-top: 0;
    border: none;
  }

@media only screen and (max-width: 690px) {

  .itemlist.col4-pc-tab .item {
    padding: 30px 0;
  }

  .hidden-sp{
    display: none;
  }


  .itemcount .drop-number p{
    font-size:   1.1rem;
    text-align: left;
  }

  .product-imgbox{
    margin-right: 20%;
  }

  .btn_box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }

  .btn_box .mylistbtn span,.btn_box .detailbtn span,.btn_box .dlbtn span{
  max-width: 165px;
  margin: 0;
  padding: 4px 0;
  font-size: 1.2rem;
  }

  .mylistbtn,.detailbtn,.dlbtn span{
    font-size: 1.2rem;
  }
  section .item{
   display: grid;
   grid-template-areas:
    "image title"
    "btn btn";
    gap: 15px 15px;
    grid-template-columns: 2fr 3fr;
  }
  .product-imgbox{
    grid-area: image;
    width: 140px;
    width: auto;
    margin: 0;
  }

  .product-summary{
    grid-area: title;
    margin: 0;
    width: auto;
  }

  .product-summary p {
    font-size: 1.2rem;
  }

   .detailbtn,.dlbtn{
    position: relative;
  }

  .btn_box{
    grid-area: btn;
  }

  .detailbtn span:after,.dlbtn span:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

  .product-imgbox .checkimg .img img{
    width: 75%;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .itemcount .drop-number {
    display: grid;
    grid-template-areas:
    "tp ie"
    "bo bo";
    width: 100%;
    grid-template-columns: 1fr 1fr auto;
    margin-top: 0;
    }

  #searchResult .resultbox{
    margin-top: 0;
  }

  .drop-number p{
    grid-area: tp;
  }

  .drop-inner{
    grid-area: ie;
    /*width: 36%;*/
  }
  .drop-number .drop-inner{
    grid-area: ie;
  }
  .pagination_box{
    grid-area: bo;
    margin-top:10px;
    max-width: 100%;
    flex-wrap: wrap;
  }

  #discon_flag {
   font-size:   1.1rem;
    margin: 0;
    width: auto;
    height: 25px;
    padding: 0 40px 0 14px
  }

.hidden-pc .detailbtn ,.hidden-pc .dlbtn{
  margin-right: 10px;
}


}
@media only screen and (max-width: 547px) {
  .mylistbtn{
      margin-top: 10px;
  }
}



@media only screen and (min-width: 691px) {

  section .item{
    display: flex;
  }
   .hidden-pc{
    display: none;
  }

  .itemlist.col4-pc-tab .item {
    width: 23.5%;
    width: 100%;
    margin-right: 2%;
    border-top: 1px dotted #c0c0c0;
    padding: 30px 0;
  }

  .itemlist.col4-pc-tab .item:first-child{
    padding-top: 0;
    border: none;
  }
/*
  .itemlist.col4-pc-tab .item:nth-of-type(n+5) {
    margin-top: 50px;
  }
  .itemlist.col4-pc-tab .item:nth-of-type(4n) {
    margin-right: 0;
  }
*/
  .itemlist.col5-pc-tab .item {
    width: 18%;
    margin-right: 2.5%;
  }
  .itemlist.col5-pc-tab .item:nth-of-type(n+6) {
    margin-top: 50px;
  }
  .itemlist.col5-pc-tab .item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) and (min-width: 691px) {
  .itemlist.col5-pc-tab .mylistbtn span {
    width: 100%;
    max-width: 145px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 690px) {
  .itemlist {
    margin: 15px 0 0;
  }
  .itemlist.col2-sp .item {
    width: 47.8%;
    margin-right: 4.4%;
    width: 100%;
  }
  .itemlist.col2-sp .item:nth-of-type(n+3) {
    margin-top: 25px;
  }
  .itemlist.col2-sp .item:nth-of-type(2n) {
    /*margin-right: 0;*/
  }
  .itemlist .ttl {
    font-size: 1.3rem;
    padding: 3px 10px 2px;
  }
  .itemlist .ttl + * {
    margin-top: 15px;
  }
  .itemlist .phtbox .recommend {
    left: 7px;
    top: 3px;
    font-size: 1.2rem;
  }
  .itemlist .status {
    right: 2px;
    bottom: 2px;
    width: 55px;
    font-size: 1rem;
    padding: 0 5px;
  }
  .itemlist .name {
    margin: 0;
  }
  .itemlist .name a {
    font-size: 1.3rem;
  }
  .itemlist .mylistbtn {
    margin-top: 10px;
  }
}

.checkimg {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkimg .img {
  padding-top: 75%;
  position: relative;
  background: #f5f5f5;
  height: 100%;
}
.checkimg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  left: 0;
  top: 0;
}
.checkimg input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkimg input:checked + .checkicon {
  border-color: #4275ba;
  background: rgba(66, 117, 186, 0.2);
}
.checkimg input:checked + .checkicon:before {
  background-image: url("../img/ico_check.svg");
}
.checkimg .checkicon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 3px solid transparent;
}
.checkimg .checkicon:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: no-repeat 1px 1px #fff;
  background-size: 21px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 690px) {
  .checkimg .checkimg .checkicon {
    border-width: 2px;
  }
  .checkimg .checkimg .checkicon:before {
    width: 25px;
    height: 25px;
  }
}

.mylistbtn span,.detailbtn span,.dlbtn span {
  display: block;
  background: #4275ba;
  color: #fff;
  font-size: 1.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  margin-left: auto;
  cursor: pointer;
  width: 200px;
  padding: 8px 0;
}
.mylistbtn span.done {
  background: #dfe9f7;
  color: #4275bb;
}
@media only screen and (max-width: 690px) {
  .mylistbtn,.detailbtn,.dlbtn span {
  margin: 0;
}
    font-size: 1.2rem;
    padding: 3px;
  }
}

.main .resultbox {
  margin: 15px 0 0;
}
.main .resultbox .result {
  font-size: 1.4rem;
}
.main .resultbox .result .num {
  font-size: 2.5rem;
  line-height: 1;
}
.main .morebtn {
  margin: 50px 0 0;
  position: relative;
}
.main .morebtn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.main .morebtn span {
  display: block;
  border: 1px solid #ccc;
  width: 250px;
  background: url("../img/ico_morebtn.svg") no-repeat right 9px center #fff;
  background-size: 10px 6px;
  text-align: center;
  margin: auto;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 3px;
  position: relative;
}
.main .resultsec {
  margin: 20px 0 0;
}
.main .resultsec + .resultsec {
  margin-top: 50px;
}
@media only screen and (min-width: 691px) {
  .main .resultsec .itemlist.col4-pc-tab .item:nth-of-type(n+5) {
    margin-top: 30px;
  }
  .main .resultsec + .morebtn {
    margin-top: 30px;
  }
  .main .resultsec .related_itemlist.col4-pc-tab .item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .main .resultbox .result {
    font-size: 1.1rem;
  }
  .main .resultbox .result .num {
    font-size: 2rem;
  }
  .main .morebtn {
    margin: 25px 0 0;
  }
  .main .morebtn span {
    width: 200px;
    font-size: 1rem;
    padding: 2px 3px;
    background-size: 8px 4.5px;
  }
  .main .resultsec {
    margin: 15px 0 0;
  }
  .main .resultsec + .resultsec {
    margin-top: 25px;
  }
}

.series-box {
  margin: 20px 0 0;
  border: 1px solid #4275ba;
  transition: all 0.2s;
}
.series-box + .series-box {
  margin-top: 15px;
}
.series-box.open {
  border-color: #eee;
  transition: all 0.4s;
}
.series-box.open .series-ttl {
  background: #eee;
  transition: all 0.4s;
}
.series-box.open .series-ttl a .ttl, .series-box.open .series-ttl .notlink .ttl {
  color: #4275ba;
  transition: all 0.4s;
}
.series-box.open .series-ttl a .ttl .name:after, .series-box.open .series-ttl .notlink .ttl .name:after {
  background-image: url("../img/ico_outside.svg");
}
.series-box.open .series-ttl .drop-btn:before, .series-box.open .series-ttl .drop-btn:after {
  background: #4275ba;
  transition: all 0.4s;
}
.series-box.open .series-ttl .drop-btn:after {
  transform: rotate(0deg);
}
.series-box.select .series-ttl a .pht:after, .series-box.select .series-ttl .notlink .pht:after {
  content: '選択中';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(66, 117, 186, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal 700 1.4rem/1.8 "Noto Sans JP", sans-serif;
  color: #4275ba;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.series-ttl {
  background: #4275ba;
  transition: all 0.2s;
}
.series-ttl a, .series-ttl .notlink {
  width: calc(100% - 140px);
}
.series-ttl a .pht, .series-ttl .notlink .pht {
  position: relative;
  width: 104px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
}
.series-ttl a .ttl, .series-ttl .notlink .ttl {
  width: calc(100% - 104px);
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 0 30px;
}
.series-ttl a .ttl .cat, .series-ttl .notlink .ttl .cat {
  display: block;
  font-size: 1.4rem;
}
.series-ttl a .ttl .name, .series-ttl .notlink .ttl .name {
  margin: 10px 0 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}
.series-ttl a .ttl .name:after, .series-ttl .notlink .ttl .name:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/ico_outside_wt.svg") no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}
.series-ttl a:hover {
  text-decoration: none;
  color: #fff;
}
.series-ttl a:hover .ttl .name {
  text-decoration: none;
}
.series-ttl .drop-btn {
  width: 140px;
  position: relative;
  cursor: pointer;
}
.series-ttl .drop-btn:before, .series-ttl .drop-btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background: #fff;
  transition: all 0.2s;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s;
}
.series-ttl .drop-btn:after {
  transform: rotate(90deg);
}
.series-ttl .drop-btn:hover {
  opacity: 0.5;
  transition: all 0.4s;
}
.series-content {
  /*display: none;*/
  padding: 22px 4% 29px;
}
.series-content > :first-child {
  margin-top: 0;
}
@media only screen and (max-width: 690px) {
  .series-box {
    margin: 10px 0 0;
  }
  .series-box + .series-box {
    margin-top: 15px;
  }
  .series-box.select .series-ttl a .pht:after, .series-box.select .series-ttl .notlink .pht:after {
    font-size: 1rem;
  }
  .series-ttl a, .series-ttl .notlink {
    width: calc(100% - 80px);
  }
  .series-ttl a .pht, .series-ttl .notlink .pht {
    width: 73.5px;
    height: 100%;
  }
  .series-ttl a .ttl, .series-ttl .notlink .ttl {
    width: calc(100% - 73.5px);
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 5px 0 5px 15px;
  }
  .series-ttl a .ttl .cat, .series-ttl .notlink .ttl .cat {
    font-size: 1.1rem;
  }
  .series-ttl a .ttl .name, .series-ttl .notlink .ttl .name {
    margin: 0;
    font-size: 1.5rem;
  }
  .series-ttl a .ttl .name:after, .series-ttl .notlink .ttl .name:after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: -3px;
  }
  .series-ttl a:hover {
    text-decoration: none;
    color: #fff;
  }
  .series-ttl .drop-btn {
    width: 80px;
  }
  .series-ttl .drop-btn:before, .series-ttl .drop-btn:after {
    width: 15px;
    height: 3px;
    border-radius: 1px;
    right: 15px;
  }
  .series-ttl .drop-btn:hover {
    opacity: 1;
  }
  .series-content {
    padding: 17px 4.2% 19px;
  }
}
@media only screen and (max-width: 374px) {
  .series-ttl a, .series-ttl .notlink {
    width: calc(100% - 60px);
  }
  .series-ttl .drop-btn {
    width: 60px;
  }
}
@media only screen and (max-width: 389px) {
.itemlist .mylistbtn,.itemlist .dlbtn {
  margin-top: 10px;
  max-width: 100%;
  }
  .btn_box .mylistbtn span, .btn_box .detailbtn span, .btn_box .dlbtn span {
      max-width: 100%;
  }
}

.main .downloadlist {
  list-style: none;
}
.main .downloadlist .item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.main .downloadlist .item:last-of-type {
  border: none;
}
.main .downloadlist .item .checkbox {
  position: relative;
  cursor: pointer;
}
.main .downloadlist .item .checkbox input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.main .downloadlist .item .checkbox input:disabled + .checkicon {
  color:#CCC;
	cursor: default;
}
.main .downloadlist .item .checkbox input:checked + .checkicon:before {
  background-image: url("../img/ico_check.svg");
}
.main .downloadlist .item .checkbox .checkicon {
  display: block;
}
.main .downloadlist .item .checkbox input:disabled + .checkicon:before {
  content: '';
  display: block;
  border: 1px solid #eee;
  position: absolute;
  z-index: 1;
  background: no-repeat center center #fff;
  box-sizing: border-box;
}
.main .downloadlist .item .checkbox .checkicon:before {
  content: '';
  display: block;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  background: no-repeat center center #fff;
  box-sizing: border-box;
}
.main .downloadlist .item dt .checkbox {
  display: inline-block;
}
.main .downloadlist .item dt .checkbox .checkicon {
  padding: 6px 15px 6px 50px;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
}
.main .downloadlist .item dt .checkbox .checkicon:before {
  width: 26px;
  height: 26px;
  top: 6px;
  left: 10px;
  background-size: 21px 20px;
  background-position: 2px 2px;
}
.main .downloadlist .item dd {
  padding: 0 46px 0 46px;
}
.main .downloadlist .item .filelist {
  list-style: none;
  margin: 0 -34px 0 0;
}
.main .downloadlist .item .filelist li {
  margin: 15px 33px 0 0;
}
.main .downloadlist .item .filelist li .checkbox {
  display: inline-block;
}
.main .downloadlist .item .filelist li .checkbox input:checked + .checkicon {
  background: #ffffe5;
}
.main .downloadlist .item .filelist li .checkbox .checkicon {
  padding: 1px 3px 1px 30px;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.45;
}
.main .downloadlist .item .filelist li .checkbox .checkicon:before {
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
  background-size: 16px 15px;
}
@media only screen and (max-width: 690px) {
  .main .downloadlist .item {
    padding: 15px 0 13px;
  }
  .main .downloadlist .item dt .checkbox .checkicon {
    padding: 11px 13px 10px 45px;
    font-size: 1.4rem;
  }
  .main .downloadlist .item dt .checkbox .checkicon:before {
    width: 25px;
    height: 25px;
    top: 8px;
    left: 10px;
    background-size: 22px 21px;
  }
  .main .downloadlist .item dd {
    padding: 0 3.1%;
  }
  .main .downloadlist .item .filelist {
    margin: 0;
  }
  .main .downloadlist .item .filelist li {
    margin: 13px 0 0;
    width: 50%;
  }
  .main .downloadlist .item .filelist li:nth-of-type(n+3) {
    margin-top: 6.5px;
  }
  .main .downloadlist .item .filelist li .checkbox {
    display: inline-block;
  }
  .main .downloadlist .item .filelist li .checkbox .checkicon {
    padding: 1px 3px 1px 30px;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .main .downloadlist .item .filelist li .checkbox .checkicon:before {
    width: 20px;
    height: 20px;
    top: 1px;
    left: 1px;
    background-size: 16px 15px;
  }
}
.products-file li {
  width: 20%;
}

.main .linkbtn .noEvent {
  pointer-events: none;
  opacity: 0.4;
}

#header_area #suggestheader {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index:9999;
    background: #fff;
    border: 1px solid #ddd;
    width: calc(100%);
    padding: 1px;
    font-size: 1.5rem;
}

.errormsg{
    text-align:center;
    margin-top:10px;
    padding:15px;
    color: #630015;
    border-color: #c20c33;
    background-color: #ffd9e1;
}

#productInfo .cautionpdf .linkbtn + .linkbtn {
    margin-left: 20px;
}
@media only screen and (max-width: 690px) {
  #productInfo .cautionpdf {
    margin-bottom:14px;
  }
}

#productsSearch .inner .ckeckBtnWrap label input:checked + span:before {
  background-image: url("../img/ico_check.svg");
}

.related_itemlist {
  list-style: none;
  margin: 20px 0 0;
}
.related_itemlist .ttl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 5px 10px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.related_itemlist .ttl + * {
  margin-top: 20px;
}

.related_itemlist .phtbox {
  position: relative;
}
.related_itemlist .phtbox a {
  display: block;
  position: relative;
}
.related_itemlist .phtbox .recommend {
  position: absolute;
  left: 8px;
  top: 4px;
  font: normal normal 700 1.5rem/1.8 "Noto Sans JP", sans-serif;
  color: #32acf9;
}
.related_itemlist .img {
  padding-top: 75%;
  position: relative;
}
.related_itemlist .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  left: 0;
  top: 0;
}
.related_itemlist .status {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 70px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
}
.related_itemlist .status.new {
  background: #32acf9;
}
.related_itemlist .status.stop {
  background: #de475d;
}
.related_itemlist .name {
  margin: 15px 0 0;
}
.related_itemlist .name a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.related_itemlist .name a:hover {
  text-decoration: none;
}
.related_itemlist .mylistbtn {
  margin-top: 10px;
}
.related_itemlist .mylistbtn span {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 691px) {
  .related_itemlist.col4-pc-tab .item {
    width: 23.5%;
    margin-right: 2%;
  }
  .related_itemlist.col4-pc-tab .item:nth-of-type(n+5) {
    margin-top: 50px;
  }
  .related_itemlist.col4-pc-tab .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .related_itemlist.col5-pc-tab .item {
    width: 18%;
    margin-right: 2.5%;
  }
  .related_itemlist.col5-pc-tab .item:nth-of-type(n+6) {
    margin-top: 50px;
  }
  .related_itemlist.col5-pc-tab .item:nth-of-type(5n) {
    margin-right: 0;
  }
    /*モーダルの中の画像*/
    /****************************************************************/
   /* responsive **********/
   .modal-help img {
     max-width: 60%;
   }
}
@media only screen and (max-width: 980px) and (min-width: 691px) {
  .related_itemlist.col5-pc-tab .mylistbtn span {
    width: 100%;
    max-width: 145px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 690px) {
  .related_itemlist {
    margin: 15px 0 0;
  }
  .related_itemlist.col2-sp .item {
    width: 47.8%;
    margin-right: 4.4%;
  }
  .related_itemlist.col2-sp .item:nth-of-type(n+3) {
    margin-top: 25px;
  }
  .related_itemlist.col2-sp .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .related_itemlist .ttl {
    font-size: 1.3rem;
    padding: 3px 10px 2px;
  }
  .related_itemlist .ttl + * {
    margin-top: 15px;
  }
  .related_itemlist .phtbox .recommend {
    left: 7px;
    top: 3px;
    font-size: 1.2rem;
  }
  .related_itemlist .status {
    right: 2px;
    bottom: 2px;
    width: 55px;
    font-size: 1rem;
    padding: 0 5px;
  }
  .related_itemlist .name {
    margin: 5px 0 0;
  }
  .related_itemlist .name a {
    font-size: 1.3rem;
  }
  .related_itemlist .mylistbtn {
    margin-top: auto;
  }
  .related_itemlist .mylistbtn span {
    margin: 10px 0 0 auto;
  }
}
