@charset "UTF-8";
/* CSS Document */
/*** レイアウト -----------------------------------------------*/
.l-footer {
  margin-top: 0;
}

/* ヘッダー --------------------------------------*/
#contents .headerArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  width: 100%;
  padding: 3rem 8rem;
  background-color: #FFF;
}

#contents .headerArea .gNavi {
  text-align: center;
}

#contents .headerArea .gNavi > li {
  display: inline-block;
  margin: 0 1rem;
  text-align: center;
}

#contents .headerArea .gNavi > li a {
  display: block;
  padding: 1rem 2rem;
}

#contents .headerArea .gNavi > li a img {
  max-height: 14px;
}

@media screen and (max-width: 767px) {
  #contents .headerArea {
    position: relative;
    padding: 1rem;
  }

  #contents .headerArea .topLogo {
    width: 32.2666666667%;
  }

  #contents .headerArea .gNavi {
    display: none;
  }
}
.spMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .spMenu {
    display: block;
  }
}
.spMenu {
  cursor: pointer;
  height: 60px;
  width: 60px;
  position: fixed;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1010;
}

.spMenu span {
  background-color: #232323;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  height: 2px;
  width: 23px;
  position: absolute;
  left: 18px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.spMenu span:nth-of-type(1) {
  top: 13px;
}

.spMenu span:nth-of-type(2) {
  top: 23px;
  width: 14px;
}

.spMenu span:nth-of-type(3) {
  top: 33px;
  opacity: 0;
}

.spMenu.active {
  height: 60px;
  width: 60px;
}

.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.spMenu.active span:nth-of-type(2) {
  opacity: 0;
}

.spMenu.active span:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*spNav*/
#spNav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 80%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}

#spNav.active {
  visibility: visible;
  right: 0;
}

#spNav #spBg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}

#spNav.active #spBg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

#spNav::after {
  background: rgba(255, 255, 255, 0.6);
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#spNav::before,
#spNav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}

#spNav.active::before,
#spNav.active::after {
  opacity: 0.9;
}

#spNav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}

#spNav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  display: block;
  padding: 20px 0;
}

/*#spNav nav ul li a::before {
  color: #000;
  content: attr(data-text);
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}*/
#spNav nav ul li a:hover {
  background-color: #f3f3f3;
}

/* メインビジュアル --------------------------------------*/
#mv {
  clear: both;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 46.875% 0 0;
}

#mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv_bg_pc.jpg") no-repeat center top;
  background-size: 100% auto;
}

#mv h2 {
  position: absolute;
  top: 33.6%;
  left: 0;
  right: 0;
  margin: auto;
  width: 63.5%;
}

@media screen and (max-width: 767px) {
  #mv {
    padding: 109.8666666667% 0 0;
  }

  #mv_inner {
    background-image: url("../img/mv_bg_sp.jpg");
  }

  #mv h2 {
    top: 36%;
    width: 81.6%;
  }
}
#mv #mv_txt {
  position: absolute;
  left: 8rem;
  bottom: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#mv .mv_txt_inner {
  width: calc(100% - 7rem);
}

#mv #mv_txt p:nth-of-type(1) {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#mv #mv_txt p:nth-of-type(2) {
  font-size: 1.6rem;
}

#mv #mv_txt:before {
  content: "";
  /*position: absolute;
   left: 0;
  top: 0;*/
  margin-top: -0.5rem;
  height: 2px;
  width: 80px;
  background-color: #232323;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px) rotate(110deg);
  transform: translateY(30px) rotate(110deg);
}

@media only screen and (max-width: 1060px) {
  #mv #mv_txt p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #mv #mv_txt {
    left: 5.3333%;
    padding-right: 5.3333%;
  }

  #mv #mv_txt p:nth-of-type(1) {
    font-size: 12px;
    font-size: 2.93333vw;
  }

  #mv #mv_txt p:nth-of-type(2) {
    font-size: 9px;
    font-size: 2.13333vw;
    line-height: 2;
  }

  #mv #mv_txt:before {
    width: 12vw;
    margin-top: -1em;
  }
}
.top__mv__scroll {
  position: absolute;
  left: 87.5%;
  bottom: 120px;
  width: 170px;
  transform: rotate(90deg);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.06em;
  /*	font-size: 18px;	
  left: -20px;
  bottom: 85px;
  width: 145px;*/
}

.top__mv__scroll::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 125px;
  height: 1px;
  background-color: #333333;
  box-sizing: border-box;
  animation: mvScroll 1.5s ease infinite;
}

@keyframes mvScroll {
  0% {
    width: 0%;
  }
  30% {
    width: 125px;
  }
  100% {
    width: 0%;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__mv__scroll {
    position: absolute;
    font-size: 9px;
    left: 80%;
    bottom: 20%;
    width: 25%;
  }

  .top__mv__scroll::after {
    left: 40%;
    width: 60%;
    animation: mvScroll_sp 1.5s ease infinite;
  }
}
@keyframes mvScroll_sp {
  0% {
    width: 0%;
  }
  30% {
    width: 60%;
  }
  100% {
    width: 0%;
    right: 0;
    left: auto;
  }
}
#whats_new {
  clear: both;
  margin: 2.75% auto 0;
  padding: 3.375% 9.625% 8.125% 7.1875%;
  width: 95%;
  background-color: #ebeef2;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #whats_new h3 {
    float: right;
    width: 51.3988808953%;
    text-align: right;
  }

  #whats_new h3 img {
    width: 87.8693623639%;
  }

  #whats_new div.resp_img {
    float: left;
    width: 48.6011191047%;
  }
}
#whats_new div#whats_new_txt {
  /*width: calc( 420 / 1251 * 100% );*/
  margin-top: 6.72%;
}

@media screen and (max-width: 767px) {
  #whats_new {
    margin: 8.4% auto 0;
    padding: 7.2% 0 17%;
    width: 94.6666666667%;
  }

  #whats_new h3 {
    width: 55.7746478873%;
    margin: 0 3.4% 0 auto;
  }

  #whats_new div.resp_img {
    width: 54.3661971831%;
    margin: -1.4% auto 0 19.4%;
  }

  #whats_new div#whats_new_txt {
    width: 64.7887323944%;
    margin: 6.5% auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 910px) {
  #whats_new div#whats_new_txt {
    float: right;
    width: 30rem;
    /*margin-left: 1em;*/
  }
}
@media only screen and (min-width: 911px) and (max-width: 1200px) {
  #whats_new div#whats_new_txt {
    float: right;
    width: 45.8033573141%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  #whats_new div#whats_new_txt {
    float: left;
    width: 42rem;
    margin-left: 6.0751398881%;
  }
}
#whats_new div#whats_new_txt h4 {
  color: #0068b1;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#whats_new div#whats_new_txt p {
  padding-right: 3em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4375;
}

#whats_new div#whats_new_txt p.detail_link {
  margin-top: 2em;
  font-size: 1.8rem;
}

#whats_new div#whats_new_txt p.detail_link a {
  padding: 0 3px 4px;
  font-style: italic;
  border-bottom: 4px solid #0068b1;
}

@media screen and (max-width: 767px) {
  #whats_new div#whats_new_txt h4 {
    font-size: 22px;
    font-size: 5.86667vw;
    text-align: center;
  }

  #whats_new div#whats_new_txt p {
    padding-right: 0;
    font-size: 10px;
    font-size: 2.67606vw;
  }

  #whats_new div#whats_new_txt p.detail_link {
    margin-top: 1em;
    text-align: center;
  }

  #whats_new div#whats_new_txt p.detail_link a {
    font-size: 10px;
    font-size: 2.67606vw;
    border-bottom: 2px solid #0068b1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 910px) {
  #whats_new {
    padding: 2em 3em;
  }

  #whats_new div#whats_new_txt h4 {
    font-size: 3rem;
  }

  #whats_new div#whats_new_txt p {
    font-size: 1.2rem;
  }

  #whats_new div#whats_new_txt p.detail_link {
    font-size: 1.3rem;
  }

  #whats_new div#whats_new_txt p.detail_link a {
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 911px) and (max-width: 1200px) {
  #whats_new div#whats_new_txt h4 {
    font-size: 3.2rem;
  }

  #whats_new div#whats_new_txt p {
    padding-right: 0;
    font-size: 1.4rem;
  }

  #whats_new div#whats_new_txt p.detail_link {
    font-size: 1.5rem;
  }

  #whats_new div#whats_new_txt p.detail_link a {
    border-bottom-width: 3px;
  }
}
#products {
  clear: both;
  margin: 2.75% auto 0;
  padding: 8.125% 0;
  width: 95%;
  background-color: #9aabb8;
  overflow: hidden;
}

#products #products_ttl {
  clear: both;
  padding: 0 16.9737% 0 18.5527%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#products #products_ttl h3 {
  width: 56.3265306122%;
  max-width: 552px;
}

#products #products_ttl .products_ttl_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 8.3673%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.22223;
  border-left: 1px solid #FFF;
}

@media only screen and (max-width: 1200px) {
  #products #products_ttl {
    padding: 0 16.5137614679% 0 18.3486238532%;
  }

  #products #products_ttl .products_ttl_txt {
    padding-left: 1.4em;
  }
}
@media only screen and (max-width: 960px) {
  #products #products_ttl {
    padding: 0 10%;
  }

  #products #products_ttl .products_ttl_txt {
    padding-left: 1.4em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #products {
    margin: 8.4% auto 0;
    padding: 8% 0 14%;
    width: 94.6666666667%;
  }

  #products #products_ttl {
    padding: 0 5.6338028169%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #products #products_ttl h3 {
    width: 61.4285714286%;
  }

  #products #products_ttl .products_ttl_txt {
    padding-left: 1em;
    margin: 5.6338028169% 0 0 auto;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
#products .products_items {
  clear: both;
  margin: 7.2369% 18.0264% 0 18.81579%;
}

@media screen and (max-width: 767px) {
  #products .products_items {
    margin-top: 11.2676056338%;
    margin-left: 5.6338028169%;
    margin-right: 5.6338028169%;
  }
}
#products .products_items .products_items_ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 6.041667%;
}

#products .products_items#versatility .products_items_ttl,
#products .products_items#design .products_items_ttl,
#products .products_items#shock_absorption .products_items_ttl {
  -webkit-align-items: center;
  align-items: center;
}

#products .products_items#resistant_to_toilet_stains .products_items_ttl {
  padding-left: 0;
}

#products .products_items#durable .products_items_ttl h4 {
  width: 20.2083333333%;
}

#products .products_items#versatility .products_items_ttl h4 {
  width: 25.9375%;
}

#products .products_items#design .products_items_ttl h4 {
  width: 16.7708333333%;
}

#products .products_items#shock_absorption .products_items_ttl h4 {
  width: 44.6875%;
}

#products .products_items#resistant_to_toilet_stains .products_items_ttl h4 {
  width: 61.1458333333%;
}

#products .products_items .products_items_ttl p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 1em;
  /*padding-left: calc( 1em + 50px );*/
  color: #FFF;
  font-size: 2.2rem;
}

#products .products_items .products_items_ttl p:before {
  content: "";
  width: 5rem;
  height: 1px;
  margin-right: 1em;
  background-color: #FFF;
}

@media only screen and (max-width: 1460px) {
  #products .products_items .products_items_ttl p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #products .products_items .products_items_ttl p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1060px) {
  #products .products_items .products_items_ttl p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 860px) {
  #products .products_items .products_items_ttl p {
    font-size: 1.4rem;
  }

  #products .products_items .products_items_ttl p:before {
    width: 3em;
  }
}
@media screen and (max-width: 767px) {
  #products .products_items .products_items_ttl {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #products .products_items .products_items_ttl p {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
    font-size: 12px;
    font-size: 2.93333vw;
  }

  #products .products_items .products_items_ttl p:before {
    width: 2.5em;
  }

  #products .products_items#durable .products_items_ttl h4 {
    width: 30.7936507937%;
  }

  #products .products_items#versatility .products_items_ttl h4 {
    width: 39.5238095238%;
  }

  #products .products_items#design .products_items_ttl h4 {
    width: 25.5555555556%;
  }

  #products .products_items#shock_absorption .products_items_ttl h4 {
    width: 68.0952380952%;
  }

  #products .products_items#resistant_to_toilet_stains .products_items_ttl h4 {
    width: 93.1746031746%;
  }
}
#products .products_items .products_items_item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15.416667%;
  margin-top: 5%;
}

#products .products_items .products_items_item li {
  width: 47.5369458128%;
}

#products .products_items .products_items_item li:not(:nth-last-child(-n+2)) {
  margin-bottom: 4.9261%;
}

#products .products_items .products_items_item li a {
  display: block;
  background-color: #FFF;
}

#products .products_items .products_items_item li a .products_items_item_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 5em;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 1460px) {
  #products .products_items .products_items_item li a .products_items_item_txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #products .products_items .products_items_item li a .products_items_item_txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1060px) {
  #products .products_items .products_items_item li a .products_items_item_txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 860px) {
  #products .products_items .products_items_item li a .products_items_item_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #products .products_items .products_items_item {
    padding-left: 0;
  }

  #products .products_items .products_items_item li a .products_items_item_txt {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
#detail_list {
  clear: both;
  margin: 2.75% auto 0;
  padding: 8.125% 0;
  width: 100%;
  background-color: #e0e0e0;
}

#detail_list #detail_list_ttl {
  clear: both;
  padding: 0 19.625% 0 20.25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#detail_list #detail_list_ttl h3 {
  width: 20%;
}

#detail_list #detail_list_ttl .detail_list_ttl_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 8.3673%;
  font-size: 1.8rem;
  line-height: 2.22223;
  border-left: 1px solid #000;
}

@media only screen and (max-width: 1200px) {
  #detail_list #detail_list_ttl {
    padding: 0 16.5137614679% 0 18.3486238532%;
  }

  #detail_list #detail_list_ttl .detail_list_ttl_txt {
    padding-left: 1.4em;
  }
}
@media only screen and (max-width: 960px) {
  #detail_list #detail_list_ttl {
    padding: 0 10%;
  }

  #detail_list #detail_list_ttl .detail_list_ttl_txt {
    padding-left: 1.4em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #detail_list {
    margin: 8.4% auto 0;
    padding: 8% 0 20%;
    /*width: calc( 710 / 750 * 100% );*/
  }

  #detail_list #detail_list_ttl {
    padding: 0 8.4507042254%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #detail_list #detail_list_ttl h3 {
    width: 100%;
  }

  #detail_list #detail_list_ttl h3 img {
    width: 21.4285714286%;
  }

  #detail_list #detail_list_ttl .detail_list_ttl_txt {
    padding-left: 1em;
    /*margin: calc( 60 / 710 * 100% ) 0 0 auto;*/
    margin: 1em 0 0 auto;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
#detail_list #list_tbl {
  clear: both;
  margin: 5.125% auto 2% auto;
  padding: 0 0 30px 0;
  width: 95%;
  /*background-color: #FFF;*/
  /* overflow-x: auto; */
}

@media screen and (max-width: 767px) {
  #detail_list #list_tbl {
    overflow-x: auto;
  }
}
#detail_list #list_tbl #list_tbl_inner {
  padding: 30px 36px 40px 36px;
  /* overflow-x: visible; */
  background-color: #FFF;
  /* width: 200%; */
}

#detail_list #list_tbl #list_tbl_inner table {
  white-space: normal;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #detail_list #list_tbl #list_tbl_inner {
    white-space: nowrap;
  }

  #detail_list #list_tbl #list_tbl_inner table {
    white-space: nowrap;
  }
}
#detail_list #list_tbl::-webkit-scrollbar {
  height: 6px;
}

#detail_list #list_tbl::-webkit-scrollbar-track {
  background: #eaeaea;
}

#detail_list #list_tbl::-webkit-scrollbar-thumb {
  background: #747474;
  border-radius: 5px;
}

#detail_list table {
  border: 1px solid #9c9c9c;
  background-color: #FFF;
}

#detail_list th {
  border-right: 1px solid #FFF;
  text-align: center;
}

#detail_list th:last-child {
  border-right: none;
}

#detail_list td {
  padding: 1em;
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  line-height: 1.5;
}

#detail_list tr:last-child td {
  border-bottom: none;
}

#detail_list tr:nth-child(n+2) td:nth-child(-n+2) {
  /*border-right: 1px solid #9c9c9c;*/
}

#detail_list tr:nth-child(2) > td:nth-child(1),
#detail_list tr:nth-child(4) > td:nth-child(1),
#detail_list tr:nth-child(5) > td:nth-child(1),
#detail_list tr:nth-child(7) > td:nth-child(1),
#detail_list tr:nth-child(11) > td:nth-child(1) {
  text-align: center;
}

#detail_list tr > td:nth-child(1) {
  white-space: nowrap;
}

#detail_list tr > td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
  padding-left: 2em;
  padding-right: 2em;
}

#detail_list tr > td:nth-last-child(-n+4) {
  border-right-color: transparent;
}

#detail_list tr > td:last-child {
  border-right-color: #9c9c9c;
}

#detail_list ul.item,
#detail_list ul.spec {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #detail_list ul.spec {
    flex-wrap: wrap;
  }
}
#detail_list ul.item li:nth-child(1) {
  width: 13em;
  margin-right: 1em;
  line-height: 1.5;
  text-align: left;
}

#detail_list ul.item li:nth-child(2) {
  margin-right: 1em;
  width: 9.5em;
}

#detail_list .icon_1 {
  padding: 0.3125em 0.7em 0.25em;
  color: #FFF;
  background-color: #69b987;
  border-radius: 3em;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-bottom: 0.2em;
}

#detail_list .icon_2 {
  padding: 0.3125em 0.7em 0.25em;
  color: #FFF;
  background-color: #626363;
  border-radius: 3em;
  white-space: nowrap;
  display: inline-block;
}

#detail_list .icon_3 {
  padding: 0.3125em 0.7em 0.25em;
  color: #FFF;
  background-color: #626363;
  border-radius: 3em;
  white-space: nowrap;
  display: inline-block;
}

#detail_list ul.spec li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 0.2em;
}

#detail_list .spec_1_1,
#detail_list .spec_1_2,
#detail_list .spec_1_3,
#detail_list .spec_2,
#detail_list .spec_3,
#detail_list .spec_4,
#detail_list .spec_5,
#detail_list .spec_6,
#detail_list .spec_7,
#detail_list .spec_8,
#detail_list .spec_9,
#detail_list .spec_10,
#detail_list .spec_11 {
  padding: 0.3125em 1.2em 0.25em;
  color: #FFF;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
}

#detail_list .spec_1_1 {
  background-color: #E60039;
}

#detail_list .spec_1_2 {
  background-color: #0281CC;
}

#detail_list .spec_1_3 {
  background-color: #8FC21F;
}

#detail_list .spec_2 {
  background-color: #4CB7BE;
}

#detail_list .spec_3 {
  background-color: #43566E;
}

#detail_list .spec_4 {
  background-color: #e99a54;
}

#detail_list .spec_5 {
  background-color: #808587;
}

#detail_list .spec_6 {
  background-color: #003C85;
}

#detail_list .spec_7 {
  background-color: #28A754;
}

#detail_list .spec_8 {
  background-color: #4B4948;
}

#detail_list .spec_9 {
  background-color: #0B58A1;
}

#detail_list .spec_10 {
  background-color: #FBBF12;
}

#detail_list .spec_11 {
  background-color: #F2A7AC;
}

.attention {
  font-size: 80%;
}

#detail_list .list_notes {
  clear: both;
  /* width: 200%; */
  margin: 80px 0 0 0;
  display: -webkit-flex;
  display: flex;
  /*background-color: #FFF;*/
}

#detail_list .list_notes_box {
  display: block;
  width: 316px;
  margin-left: 32px;
  white-space: normal;
}

#detail_list .list_notes_box#list_notes_1 {
  width: 300px;
  margin-left: 0;
}

#detail_list .list_notes_box#list_notes_2 {
  width: 296px;
  margin-left: 30px;
}

#detail_list .list_notes_box h4 {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

#detail_list .list_notes_box#list_notes_2 h4 {
  margin-bottom: 1em;
}

#detail_list .list_notes_box li,
#detail_list .list_notes_box dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.5;
}

#detail_list .list_notes_box dt {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

#detail_list .list_notes_dl dt span {
  display: inline;
}

#detail_list .list_notes_box dd {
  margin-bottom: 2em;
}

#detail_list .list_notes_box#list_notes_1 dd {
  margin-bottom: 3em;
  margin-left: 1em;
}

#contents #detail_list a:hover,
#contents #detail_list a:active {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  #detail_list #list_tbl {
    background-color: #FFF;
  }

  #detail_list .list_notes {
    margin: 50px 0 0 37px;
    width: 250%;
  }

  #detail_list .list_notes_box h4 {
    font-size: 14px;
    font-size: 3.733334vw;
  }

  #detail_list .list_notes_box li,
#detail_list .list_notes_box dt,
#detail_list .list_notes_box dd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
