@charset "UTF-8";
/* CSS Document */
#add-main {
  padding-top: 40px;
}
.lineup-ttl {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #0268b7;
  border-bottom: solid 2px #0268b7;
}
.lineup-data {
  /*width:100%;*/
  width: 1000px; /*★*/
  border-collapse: collapse;
}
/*.lineup-data th,.lineup-data td {
	font-size:12px;
	text-align:center;
	white-space:nowrap;
	border: solid 1px #0268b7;
}*/
.lineup-data th, .lineup-data td {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #0268b7;
}
.lineup-data th.item {
  font-size: 12px;
  text-align: center;
  border: solid 1px #0268b7;
  word-break: break-all !important;
}
.lineup-data th {
  padding: 10px 5px;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  background: #0268b7;
  border-right: solid 1px #fff;
  border-top: none;
}
.lineup-data th.item {
  padding: 10px 10px;
  color: #333;
  background: #fff;
  border-right: solid 1px #0268b7;
  /* border-top: none; */
  word-break: normal;
  width: 150px !important;
}
.lineup-data th:last-child {
  border-right: solid 1px #0268b7;
}
.lineup-data td ul, .lineup-data td li {
  font-size: 12px;
}
.lineup-data td {
  padding: 15px;
  line-height: 1.4;
}
.lineup-data img {
  height: 98px;
}
.lineup-data .name {
  margin-top: 10px !important;
}
.lineup-data th a {
  display: block;
  color: #333;
}
.lineup-data th a img {
  opacity: 1;
  -webkit-transition: unset;
  transition: unset;
  transition: .1s;
}
.lineup-data th a img:hover {
  opacity: 0.7;
}
.lineup-data th a img:hover {
  /*opacity:1 !important;*/
}
.lineup-data td .size li {
  margin-bottom: 1em;
}
.lineup-data td .size li:last-child {
  margin-bottom: 0;
}
.hosoku {}
.hosoku li {
  font-size: 12px;
  line-height: 1.5;
}
.hosoku > li {
  margin-top: 1em;
}
.hosoku-sub {
  display: flex;
  flex-wrap: wrap;
  width: 480px;
}
@media (max-width: 767px) {
  .lineup-ttl {
    margin: 0 10px 20px;
    padding-bottom: 10px;
    font-size: 5.5vw;
    border-bottom: solid 2px #0268b7;
  }
  .lineup-data-wrap {
    margin: 0 10px;
    overflow-x: auto;
    box-sizing: border-box;
    /*border:solid 2px #000;*/
  }
  .lineup-data {
    margin: 0 auto;
    padding: 0;
    /*overflow-x: auto;*/ /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
  .lineup-data th, .lineup-data td {
    font-size: 3.5vw;
  }
  .lineup-data img {
    height: 88px;
  }
  .lineup-data th a img:hover {
    opacity: 1;
  }
  .hosoku {
    padding: 0 10px;
  }
  .hosoku li {
    font-size: 3.5vw;
  }
  .hosoku-sub {
    display: block;
    width: inherit;
  }
}
.txtL {
  font-size: 150%;
}
.hosoku li {
  margin: 0;
}
.txt_indt {
  margin-left: 0.8em !important;
  text-indent: -0.8em;
}
.lineup-data th.item {
  white-space: normal;
}
.lineup-data th .name {
  width: 150px;
}
.infoTxt {
font-size: 11px;
margin-top: 10px;
text-align: left !important;
}
@media (min-width: 768px) {
.pic_cus01 img {
    width: 8vw;
    height: auto;
}
.pic_cus02 img {
        width: 11vw;
    height: auto;
}
.pic_cus03 img {
        width: 8vw;
    height: auto;
}
.pic_cus04 img {
        width: 8vw;
    height: auto;
}
.pic_cus05 img {
        width: 11vw;
    height: auto;
}
.pic_cus06 img {
        width: 11vw;
    height: auto;
}
    }