@charset "utf-8";

#rwd-main-content {
  background: url(/shared/img/videobox_loading.gif) no-repeat center 360px fixed;
}
#rwd-main-content.complete {
  background: none;
}

@media screen and (max-width:767px) {
  #rwd-main-content {
    background-size: 16px auto;
    background-position: center 180px;
    background-attachment: scroll;
  }
}

/* -------------------------------------------------
  #p-table-wrap
------------------------------------------------- */

#p-table-wrap {
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
#p-table-wrap.visible {
  opacity: 1;
}

/* -------------------------------------------------
  #year-skip
------------------------------------------------- */

#year-skip {
  width: 45px;
  cursor: pointer;
  position: fixed;
  top: 340px;
  left: -9px;
  z-index: 50;
}

@media print, screen and (min-width:768px) {
  #year-skip:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:767px) {
  #year-skip {
    top: 280px;
  }
}

/* -------------------------------------------------
  #cate-select
------------------------------------------------- */

#cate-select {
  width: 166px;
  height: 70px;
  padding-top: 11px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.side-fix #cate-select {
  position: fixed;
  left: 0;
  top: 83px;
}
#cate-select .btn {
  width: 150px;
  height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  border: solid 2px #707070;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease-out;
}
#cate-select .btn.on {
  background: #434343;
  color: #fff;
}
#cate-select .btn .fig {
  width: 16px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 9px;
}
#cate-select .btn .fig div {
  width: 100%;
  height: 3px;
  background: #919191;
  position: absolute;
  left: 0;
}
#cate-select .btn .fig div:nth-child(1) { top: 0; }
#cate-select .btn .fig div:nth-child(2) { top: 6px; }
#cate-select .btn .fig div:nth-child(3) { top: 100%; }

#cate-select .btn p {
  font-size: 1.3rem;
  line-height: 1.23;
  font-weight: normal;
}

@media screen and (max-width:767px) {
  #cate-select {
    width: 79px;
    padding-top: 5px;
  }
  .side-fix #cate-select {
    top: 53px;
  }
  #cate-select .btn {
    width: 74px;
    height: 63px;
    padding: 13px 0 0 19px;
    border: solid 2px #9D9D9D;
    border-left: none;
    border-radius: 0 5px 5px 0 / 0 5px 5px 0;
    display: block;
  }
  #cate-select .btn .fig {
    width: 4px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 15px;
  }
  #cate-select .btn .fig div {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #CBCBCB;
  }
  #cate-select .btn .fig div:nth-child(1) { top: 0; }
  #cate-select .btn .fig div:nth-child(2) { top: 6px; }
  #cate-select .btn .fig div:nth-child(3) { top: 12px; }

  #rwd-content #cate-select .btn p {
    font-size: 1.0rem;
    line-height: 1.3;
  }
}

/* -------------------------------------------------
  #cate-pulldown
------------------------------------------------- */

#cate-pulldown {
  width: 260px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(0,0,0,0.85);
  white-space: nowrap;
  text-align: left;
  display: none;
}
#rwd-content #cate-pulldown dl dt,
#rwd-content #cate-pulldown dl dd {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
#cate-pulldown dl dt {
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 1.5rem;
  border-bottom: solid 1px #747474;
  font-weight: bold;
}
#cate-pulldown dl dd {
  margin: 0.5em 0 0 0.5em;
  font-size: 1.3rem;
}
#cate-pulldown dl dd + dt {
  margin-top: 1.3em;
}
#rwd-content #cate-pulldown dl dt::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 10%;
}

@media print, screen and (min-width:768px) {
  #cate-pulldown {
    max-height: calc(100vh - 98px - 83px);
    overflow: auto;
  }
  #p-table-wrap.side-fix #cate-pulldown {
    max-height: calc(100vh - 83px);
  }
  #rwd-content #cate-pulldown dl dt:hover,
  #rwd-content #cate-pulldown dl dd:hover {
    color: #0089B8;
  }
}

@media screen and (max-width:767px) {
  #cate-pulldown {
    max-height: calc(100vh - 89px - 5px);
    overflow: auto;
    top: 5px;
  }
  #p-table-wrap.side-fix #cate-pulldown {
    max-height: calc(100vh - 5px);
  }
  #cate-pulldown dl {
    padding-bottom: 80px;
  }
}

/* -------------------------------------------------
  #years
------------------------------------------------- */

#years {
  width: 166px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 30;
}
#years .year {
  width: 161px;
  min-height: 48px;
  padding: 13px 0;
  background: #4D5B71;
  box-sizing: border-box;
}
#years .year + .year {
  margin-top: 2px;
}
#years .year + .year.mt {
  margin-top: 10px;
}
#years .year p {
  color: #ddd;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-family: Roboto;
}

@media screen and (max-width:767px) {
  #years {
    width: 79px;
  }
  #years .year {
    min-height: 48px;
    width: 74px;
    padding: 16px 0;
  }
  #years .year p {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

/* -------------------------------------------------
  #move-area
------------------------------------------------- */

#move-area {
  width: calc(100% - 166px);
  overflow: auto;
  margin-left: 166px;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
#move-area #cate-table-shadow {
  width: calc((276px * 20) + (2px * 4) + (5px * 15));
  height: 5px;
  position: absolute;
  top: calc(70px - 5px);
  z-index: 10;
  box-shadow: 0 8px 10px 0 rgba(0,0,0,0.3);
}
#move-area #cate-table-shadow.fixed {
  position: fixed;
  left: 166px;
  top: calc(83px + 70px - 5px);
}
#move-area-inner {
  width: calc((276px * 20) + (2px * 4) + (5px * 15));
}

@media all and (-ms-high-contrast:none){ /* ie11 hack */
  *::-ms-backdrop,  {
    
  }
}

@media screen and (max-width:767px) {
  #move-area {
    width: calc(100% - 79px);
    margin-left: 79px;
  }
  #move-area #cate-table-shadow.fixed {
    left: 79px;
    top: calc(53px + 70px - 5px);
  }
}

/* -------------------------------------------------
  #cate-table
------------------------------------------------- */

.cate-table-wrap {
  height: 70px;
}
#cate-table {
  width: calc((276px * 20) + (2px * 4) + (5px * 15));
  border-collapse: collapse;
  border-top: solid 5px #fff;
  border-bottom: solid 2px #fff;
  overflow: hidden;
}
#cate-table.fixed {
  position: fixed;
  left: 166px;
  top: 83px;
}
#cate-table th {
  width: calc(276px - 26px);
  padding: 0 13px;
  white-space: nowrap;
  text-align: left;
  box-sizing: content-box;
  position: relative;
}
#cate-table th.blue1 { background: #98BDF2; }
#cate-table th.blue2 { background: #81B2ED; }
#cate-table th.blue3 { background: #9DAFC7; }

#cate-table tr:first-child th {
  height: 26px;
  font-size: 1.5rem;
  line-height: 1.2;
}
#cate-table tr:last-child th {
  height: 35px;
  font-size: 1.4rem;
  line-height: 1;
  border-top: solid 2px #fff;
}

#cate-table th + th {
  border-left: solid 5px #fff;
}

#cate-table th.border-left-wide {
  border-left: solid 5px #fff !important;
}
#cate-table th.border-left-narrow {
  border-left: solid 2px #fff !important;
}

@media all and (-ms-high-contrast:none){ /* ie11 hack */
  *::-ms-backdrop, #cate-table {
    border-collapse: separate;
    transform: translate(-1px,0);
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    background: #fff;
  }
}

@media screen and (max-width:767px) {
  #cate-table.fixed {
    left: 79px;
    top: 53px;
  }
}

/* -------------------------------------------------
  #p-table
------------------------------------------------- */

#p-table {
  width: 100%;
  display: flex;
}
#p-table.move {
  cursor: move;
}

#p-table .line {
  width: 276px;
}
#p-table .line + .line {
  margin-left: 5px;
}
#p-table .line.margin-left-narrow {
  margin-left: 2px !important;
}

#p-table .cell {
  min-height: 48px;
  padding: 13px 13px 15px;
  box-sizing: border-box;
}
#p-table .line:nth-child(odd) .cell { background: #C2D5F0; }
#p-table .line:nth-child(even) .cell { background: #ACCCF2; }

#p-table .cell + .cell {
  margin-top: 2px;
}
#p-table .cell + .cell.mt {
  margin-top: 10px;
}
#p-table .cell .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#p-table .cell .item {
  width: 120px;
}
#p-table .cell .item:not(.no-modal) {
  cursor: pointer;
}
#p-table .cell .item:nth-child(2) ~ .item {
  margin-top: 15px;
}
#p-table .cell .item .title {
  padding-left: 0.4em;
  font-size: 1.6rem;
  border-left: solid 3px #fff;
  font-family: Roboto;
  line-height: 1.2;
  word-break: break-all;
}
#p-table .cell .item.no-modal .title {
  border-left-color: #919191;
}
#p-table .cell .item .title.green {
  color: #10681F;
}
#p-table .cell .item .title.blue {
  color: #1C4CEF;
}
#p-table .cell .item .thumb {
  width: 120px;
  margin-top: 7px;
  border: solid 1px #999999;
  border-radius: 8px;
  box-sizing: border-box;
}
#p-table .cell .item .for-modal {
  display: none;
}

/* -------------------------------------------------
  モーダル (p-m-headerまで)
------------------------------------------------- */

#p-modal-base {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.8;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  display: none;
}

#p-modal-cont {
  width: 740px;
  max-height: calc(100vh - 60px);
  position: fixed;
  left: 50%;
  top: 30px;
  overflow: auto;
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 210;
}

#p-modal-cont .p-m-header {
  padding: 15px 25px;
  color: #fff;
  background: #759CD5;
}
#p-modal-cont .cv .p-m-header,
#p-modal-cont .atv .p-m-header,
#p-modal-cont .boat-1 .p-m-header,
#p-modal-cont .pool .p-m-header,
#p-modal-cont .robot .p-m-header,
#p-modal-cont .feed .p-m-header,
#p-modal-cont .gen .p-m-header,
#p-modal-cont .pump .p-m-header,
#p-modal-cont .kart .p-m-header,
#p-modal-cont .ghp .p-m-header {
  background: #4C628D;
}

#p-modal-cont .p-m-header .line1 {
  display: flex;
  align-items: center;
}
#p-modal-cont .p-m-header .line1 .year {
  font-size: 2rem;
  font-family: Roboto;
  line-height: 1;
}
#p-modal-cont .p-m-header .line1 .cate {
  margin-left: 1.3em;
  line-height: 1;
  font-size: 1.4rem;
}
#p-modal-cont .p-m-header .name {
  margin-top: 0.3em;
  line-height: 1;
  font-size: 2.8rem;
}
#p-modal-cont .atv .p-m-header .name,
#p-modal-cont .atv .p-m-header .nickname,
#p-modal-cont .gc .p-m-header .name,
#p-modal-cont .gc .p-m-header .nickname {
  margin-top: 0.3em;
  display: inline-block;
  line-height: 1;
  font-size: 2.8rem;
}
#p-modal-cont .atv .p-m-header .nickname,
#p-modal-cont .gc .p-m-header .nickname {
  padding-left: 0.5em;
}

@media screen and (max-width:767px) {
  #p-modal-cont {
    width: calc(100% - 20px);
    top: 40px;
  }

  #p-modal-cont .p-m-header {
    padding: 12px 20px;
  }

  #p-modal-cont .p-m-header .line1 .cate {
    font-size: 1.5rem;
  }
  #p-modal-cont .p-m-header .name,
  #p-modal-cont .p-m-header .nickname {
    font-size: 2.2rem !important;
  }
}

/* -------------------------------------------------
  モーダル (p-m-body と slider)
------------------------------------------------- */

#p-modal-cont .p-m-body {
  padding: 25px 25px 50px;
  box-sizing: border-box;
  color: #4A4A4A;
}

#p-modal-cont .p-m-body .slide-wrap {
  margin-bottom: 40px;
}
#p-modal-cont .p-m-body .slick-slide img {
  max-width: 100%;
  border: solid 1px #CBCBCB;
  box-sizing: border-box;
}
#p-modal-cont .p-m-body .slick-arrow {
  width: 38px;
  height: 65px;
  position: absolute;
  top: 0;
  z-index: 50;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/stories/history/products/img/arrow_001.svg) no-repeat 0 0 / 100% auto;
  border: none;
  color: transparent;
  overflow: hidden;
  font-size: 0;
}
#p-modal-cont .p-m-body .slick-arrow.slick-prev {
  left: -25px;
  transform: translateY(-50%);
}
#p-modal-cont .p-m-body .slick-arrow.slick-next {
  right: -25px;
  transform: translateY(-50%) rotateY(180deg);
}
#p-modal-cont .p-m-body .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#p-modal-cont .p-m-body .slick-dots li {
  width: 162px;
  position: relative;
  border: solid 1px #CBCBCB;
  box-sizing: border-box;
}
#p-modal-cont .p-m-body .slick-dots li + li {
  margin-left: calc((100% - (162px * 4)) / 3);
}
#p-modal-cont .p-m-body .slick-dots li:nth-child(5n) {
  margin-left: 0;
}
#p-modal-cont .p-m-body .slick-dots li img {
  max-width: 100%;
}
#p-modal-cont .p-m-body .slick-dots li button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}
#p-modal-cont .p-m-body .slick-dots li.slick-active button {
  background: #003AFF;
  opacity: 0.2;
  color: transparent;
}

@media screen and (max-width:767px) {
  #p-modal-cont .p-m-body {
    padding: 0 0 50px;
  }

  #p-modal-cont .p-m-body .slick-arrow {
    width: 20px;
    height: 35px;
  }
  #p-modal-cont .p-m-body .slick-arrow.slick-prev {
    left: -0
  }
  #p-modal-cont .p-m-body .slick-arrow.slick-next {
    right: 0;
  }
  #p-modal-cont .p-m-body .slick-dots {
    margin-top: 10px;
  }
  #p-modal-cont .p-m-body .slick-dots li {
    width: 21%;
  }
  #p-modal-cont .p-m-body .slick-dots li + li {
    margin-left: 1.6%;
  }
  #p-modal-cont .p-m-body .slick-dots li:nth-child(5n) {
    margin-left: 0;
  }
}

/* -------------------------------------------------
  モーダル (p-m-body 中間要素)
------------------------------------------------- */

#p-modal-cont .p-m-body .headline1 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
}

#p-modal-cont .p-m-body .release {
  margin-top: 31px;
  padding: 30px 0;
  border-top: solid 1px #CBCBCB;
}
#p-modal-cont .p-m-body .release > p {
  line-height: 1;
}
#p-modal-cont .p-m-body p .label {
  font-size: 1.5rem;
  font-weight: bold;
}
#p-modal-cont .p-m-body p .value {
  font-size: 1.6rem;
  line-height: 1.2;
}

#p-modal-cont .p-m-body .headline1 + .newsRelease-and-relatedLink {
  margin-top: 31px;
}

#p-modal-cont .p-m-body .newsRelease-and-relatedLink {
  padding-top: 34px;
  border-top: solid 1px #CBCBCB;
  text-align: center;
  display: flex;
  justify-content: center;
}
#p-modal-cont .p-m-body .newsRelease-and-relatedLink p {
  line-height: 1;
}
#p-modal-cont .p-m-body .newsRelease-and-relatedLink p a {
  width: 215px;
  height: 36px;
  padding-top: 3px;
  padding-left: 1.2%;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  border-bottom: solid 2px #939393;
  text-align: left;
  font-weight: bold;
}
#p-modal-cont .p-m-body .newsRelease-and-relatedLink p.newwin a {
  background: url(/stories/history/products/img/newwin.svg) no-repeat 96% 0 / 21px auto;
}
#p-modal-cont .p-m-body .newsRelease-and-relatedLink p.pdf a {
  background: url(/stories/history/products/img/pdf.svg) no-repeat 96% 0 / 23px auto;
}

#p-modal-cont .p-m-body .cover {
  padding-top: 44px;
  margin: 35px auto 0;
  border-top: solid 1px #CBCBCB;
}
#p-modal-cont .p-m-body .cover .cover-item {
  width: 334px;
}
#p-modal-cont .p-m-body .cover .cover-item + .cover-item {
  margin-left: 20px;
}
#p-modal-cont .p-m-body .cover .cover-title {
  min-height: 23px;
  margin-left: 0.8em;
  font-size: 1.5rem;
  line-height: 1;
  color: #4a4a4a;
  font-weight: bold;
}
#p-modal-cont .p-m-body .cover .cover-title.pdf::after {
  width: 23px;
  height: 23px;
  content: "";
  display: inline-block;
  background: url(/stories/history/products/img/pdf.svg) no-repeat 0 0 / 100% auto;
  vertical-align: -0.4em;
  margin-left: 2em;
}
#p-modal-cont .p-m-body .cover .cover-title.newwin::after {
  width: 21px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url(/stories/history/products/img/newwin.svg) no-repeat 0 0 / 100% auto;
  vertical-align: -0.3em;
  margin-left: 1.4em;
}
#p-modal-cont .p-m-body .cover .cover-title .vol {
  font-weight: normal;
}
#p-modal-cont .p-m-body .cover img {
  width: 100%;
  display: block;
  margin: 20px auto 0;
  border: solid 1px #CBCBCB;
  box-sizing: border-box;
}

@media print, screen and (min-width:768px) {
  #p-modal-cont .p-m-body .release {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #p-modal-cont .p-m-body .release > p + p {
    margin-left: 45px;
  }
  
  #p-modal-cont .p-m-body .newsRelease-and-relatedLink p + p {
    margin-left: calc((100% - 645px) / 2);
  }
  
  #p-modal-cont .p-m-body .cover {
    display: flex;
    justify-content: center;
  }
  #p-modal-cont .p-m-body .cover a:hover .cover-title {
    color: #2c5cff;
  }
  #p-modal-cont .p-m-body .cover a:hover img {
    opacity: 0.7;
  }
  
  /* me用調整 (meのcoverは最大4つあるため調整が必要) */
  #p-modal-cont .me .p-m-body .cover {
    flex-wrap: wrap;
  }
  #p-modal-cont .me .p-m-body .cover .cover-item {
    max-width: 326px;
  }
  #p-modal-cont .me .p-m-body .cover .cover-item:nth-child(2) ~ .cover-item {
    margin-top: 30px;
  }
  #p-modal-cont .me .p-m-body .cover .cover-item:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  #p-modal-cont .p-m-body .headline1 {
    font-size: 1.5rem;
    padding-left: 24px;
    padding-right: 24px;
  }
  
  #p-modal-cont .p-m-body .release {
    margin: 40px 24px 0;
    padding: 20px 0;
    border-top: solid 1px #CBCBCB;
  }
  #p-modal-cont .p-m-body .release > p + p {
    margin-top: 1.3rem;
  }
  
  #p-modal-cont .p-m-body .newsRelease-and-relatedLink {
    flex-wrap: wrap;
    margin-right: 24px;
    margin-left: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  #p-modal-cont .p-m-body .newsRelease-and-relatedLink p {
    width: 100%;
  }
  #p-modal-cont .p-m-body .newsRelease-and-relatedLink p + p {
    margin-top: 28px;
  }
  
  #p-modal-cont .p-m-body .cover {
    margin: 30px 24px 0;
  }
  #p-modal-cont .p-m-body .cover .cover-item {
    width: 100%;
  }
  #p-modal-cont .p-m-body .cover .cover-item + .cover-item {
    margin: 40px 0 0;
  }
  #p-modal-cont .p-m-body .cover .cover-title {
    margin-left: 0;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  #p-modal-cont .p-m-body .cover .cover-title.pdf::after {
    margin-left: 1em;
  }
  #p-modal-cont .p-m-body .cover img {
    margin: 16px auto 0;
  }
}

/* -------------------------------------------------
  モーダル (p-m-body spec以下)
------------------------------------------------- */

#p-modal-cont .p-m-body .spec {
  margin-top: 50px;
}
#p-modal-cont .p-m-body .spec .spec-title {
  color: #4A4A4A;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
#p-modal-cont .p-m-body .spec table {
  margin-top: 15px;
  width: 100%;
  border-collapse: collapse;
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
}
#p-modal-cont .p-m-body .spec table th,
#p-modal-cont .p-m-body .spec table td {
  padding: 13px 13px 11px;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.6rem;
  line-height: 1.53;
}
#p-modal-cont .p-m-body .spec table th {
  width: 35%;
  background: #E7F1FA;
  font-weight: normal;
  text-align: left;
}

#p-modal-cont .p-m-body .bottom-note {
  margin-top: 1.3em;
  font-size: 1.6rem;
  line-height: 1.43;
  text-align: left;
}

@media screen and (max-width:767px) {
  #p-modal-cont .p-m-body .spec {
    margin-left: 24px;
    width: calc(100% - 48px);
  }
  #p-modal-cont .p-m-body .spec table th,
  #p-modal-cont .p-m-body .spec table td {
    padding: 11px 13px 9px;
    font-size: 1.5rem;
    word-break: break-all;
  }
  #p-modal-cont .p-m-body .spec table th {
    width: 38%;
  }
  #p-modal-cont .p-m-body .bottom-note {
    margin-left: 24px;
    width: calc(100% - 48px);
    text-align: left;
  }
}

/* -------------------------------------------------
  モーダル (閉じるボタン)
------------------------------------------------- */

#p-modal-close {
  width: 29px;
  height: 29px;
  background: url(/shared/img/rwd_icon_close01.svg) no-repeat 0 0 / 100% auto;
  position: fixed;
  left: calc(50% + 380px);
  top: 15px;
  z-index: 210;
  cursor: pointer;
  display: none;
}

@media screen and (max-width:767px) {
  #p-modal-close {
    width: 19px;
    height: 19px;
    left: auto;
    right: 10px;
    top: 10px;
  }
}

/* -------------------------------------------------
  操作案内 (旧コード踏襲)
------------------------------------------------- */

#main .productsTitle .sp-howtouseBtn {
  float: right;
  padding: 6px 5px 0 0;
}
#main .productsTitle .sp-howtouseBtn a {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(/stories/history/products/img/icon_howtouse.png) no-repeat left center;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -ms-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}

#howtouse {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%,-50%);
  width: 400px;
  padding: 20px 0 12px;
  background: white;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#howtouse.visible {
  opacity: 1;
}
#howtouse dl dt {
  margin-bottom: 10px;
  padding: 4px 20px 2px;
  font-size: 220%;
  font-family: Roboto, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #6e6e6e;
}
#howtouse dl dd {
  height: 270px;
  text-align: center;
}
#howtouse dl dd img.sp {
  display: none;
}
#howtouse .close {
  position: absolute;
  top: 17px;
  right: 17px;
}
#howtouse .close img {
  width: 32px;
}
#howtouse .close span {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  #howtouse {
    width: 255px;
    max-width: 80%;
    padding: 10px 0 0;
  }
  #howtouse dl dt {
    font-size: 167%;
  }
  #howtouse dl dd {
    height: auto;
    background: none;
  }
  #howtouse dl dd img {
    max-width: 100%;
  }
  #howtouse .close img {
    width: 27px;
  }
}


/* -------------------------------------------------
  2021.12月分
------------------------------------------------- */

#p-table .line + .line#pool {
  margin-left: 0;
}
#cate-table tr:last-child th {
  height: 63px;
}
#move-area #cate-table-shadow,
#move-area-inner,
#cate-table {
  width: calc((276px * 6) + (5px * 5));
}

#p-modal-cont .pool .p-m-header {
  background: #759CD5;
}
#p-modal-cont .am .p-m-header,
#p-modal-cont .mpe .p-m-header {
  background: #4C628D;
}

@media print, screen and (min-width:768px) {
  #cate-select {
    display: none;
  }
  #cate-select .btn {
    cursor: default;
  }
}