@charset "utf-8";
/*------------------------------------------------------------
	/special/senkanhose/index.html
------------------------------------------------------------*/

#wrap {
  padding-top: 0;
}

strong {
  font-weight: bold;
}

.senkanhose .path {
  text-align: center;
}

.senkanhose .custom-main .title {
  background: url(/special/senkanhose/img/main-bg.png) no-repeat center 0;
  background-size: cover;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  min-height: 320px;
}

.senkanhose .custom-main {
  margin-bottom: 60px;
}

.senkanhose .custom-main .text {
  position: absolute;
  top: 30px;
  left: 2%;
}

.senkanhose .custom-main .text img {
  width: auto;
}

.senkanhose .content-toc > ul > li {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}

.senkanhose .content-title {
  margin-bottom: 40px;
}

.senkanhose .content-fig.is-2 .table .body dl {
  line-height: 1.6;
}

.senkanhose .content-fig.is-2 .table .body dd {
  font-size: 13px;
  text-align: left;
  padding: 16px 18px;
}

.senkanhose .table dd p {
  margin-bottom: 1em;
}

.senkanhose .txt-c,
.senkanhose .content-fig.is-2 .table .body dd.txt-c {
  text-align: center;
}

.senkanhose .content-lead.mgb80 {
  margin-bottom: 80px;
}

.senkanhose .container-s .content-title {
  margin-bottom: 30px;
}

.senkanhose .content-recommend {
  padding-bottom: 40px;
}

.senkanhose .content-item .content-title span {
  font-weight: normal;
}

.senkanhose .content-item .list-box {
  padding-bottom: 14px;
}

.senkanhose .content-item .list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.senkanhose .content-item .list-flex li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px 20px;
  width: 38%;
}

.senkanhose .content-item .list-flex .pdg a {
  padding: 30px 10px;
}

.senkanhose .content-item .list-flex li > a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
}

.senkanhose .content-item .list-flex .logo {
  width: auto;
}

.senkanhose .content-item .list-flex span {
  font-size: 12px;
}

.senkanhose .content-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  margin: 0 auto;
  padding: 30px;
  width: 90%;
}

.senkanhose .content-box .goods-list > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.senkanhose .content-box .goods-list > li:last-child {
  margin-bottom: 0;
}

.senkanhose .content-box .txt-item {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  width: 60%;
}

.senkanhose .content-box .img-item img {
  width: auto;
}

.senkanhose .video-box {
  margin: 40px auto;
}

.senkanhose .video-box .video-item {
  margin: 0 auto;
  width: 600px;
}

.senkanhose .recommend-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  margin: 0 auto;
  width: 90%;
}

.senkanhose .recommend-box .content-title {
  background: #002f59;
  color: #fff;
  font-size: 22px;
  padding: 12px;
}

.senkanhose .recommend-box .check-list {
  padding: 0 30px 24px;
}

.senkanhose .recommend-box .check-list li {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-left: 34px;
  position: relative;
  margin-bottom: 6px;
}

.senkanhose .recommend-box .check-list li:before {
  color: #2d96e7;
  content: '\f058';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  font-size: 24px;
  top: -6px;
  left: 0;
}

.senkanhose .content-recommend.material,
.senkanhose .content-recommend.connection {
  padding-top: 36px;
  margin-bottom: 40px;
}

.senkanhose .material .content-box,
.senkanhose .scene .content-box {
  margin-bottom: 30px;
}

.senkanhose .material .content-box:last-child {
  margin-bottom: 0;
}

.senkanhose .material .goods-list > li {
  align-items: center;
}

.senkanhose .material .goods-list .txt-item {
  width: 58%;
}

.senkanhose .material .popular {
  border: 3px solid #ffaf0d;
}

.senkanhose .goods-list .txt-item .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}

.senkanhose .content-box .txt-item p {
  line-height: 1.8;
}

.senkanhose .point-list {
  margin-top: 20px;
  text-align: center;
}

.senkanhose .point-list dt {
  background: #2d96e7;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 4px;
}

.senkanhose .point-list dd {
  background: #c0dff8;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  padding: 14px 30px;
  text-align: left;
}

.senkanhose .point-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.senkanhose .ttl-bl {
  background: #2d96e7;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  line-height: 30px;
  padding: 5px 15px;
  font-size: 129%;
  margin-bottom: 20px;
  text-align: center;
}

.senkanhose .content-recommend .content-lead {
  text-align: left;
  margin: 0 auto 30px;
  width: 90%;
}

.senkanhose .content-recommend .ttl-s {
  background: #808080;
  border-radius: 20px;
  color: #fff !important;
  display: block;
  line-height: 30px;
  padding: 5px 15px;
  font-size: 16px;
  margin: 0 auto 10px;
  text-align: center;
  width: 150px;
}

.senkanhose .txt-b {
  font-weight: 700;
}

.senkanhose .outdoor-wrap {
  margin: 50px auto 0;
  width: 82%;
}

.senkanhose .outdoor-box {
  display: flex;
  justify-content: space-between;
}

.senkanhose .outdoor-box .img-item {
  margin: 0 30px 20px 0;
}

.senkanhose .outdoor-box img {
  width: auto;
}

.senkanhose .outdoor-wrap p {
  font-size: 115%;
  text-align: left;
  margin-bottom: 1em;
}

.senkanhose .content-recommend.connection:last-child {
  margin-bottom: 60px;
}

.senkanhose .connection-list {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
}

.senkanhose .connection-list img {
  width: auto;
}

.senkanhose .connection-list .txt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.senkanhose .connection-list + .note {
  margin-top: 20px;
}

.senkanhose .note {
  font-size: 11px;
}

.senkanhose .hose-video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px auto;
}

.senkanhose .hose-video-list li {
  text-align: center;
  margin-bottom: 34px;
  width: 48%;
}

.senkanhose .hose-video-list .ttl-bl {
  font-size: 16px;
  margin-bottom: 16px;
  min-width: 8em;
}

#gNavi ul .navi04 a {
  background: url(/special/senkanhose/img/gnavi04_on.gif) no-repeat;
}

#gNavi ul .navi04 a img {
  visibility: hidden;
}

/* add 20240206 */
.content-recommend .list-merit--wrap {
  margin: 1.2em 0 0.6em;
}

.content-recommend .list-merit {
  -webkit-clip-path: inset(0 round 6px);
  clip-path: inset(0 round 6px);
  display: flex;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 4px;
}

.content-recommend .list-merit dt {
  background: #2d96e7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0.4em;
  width: 17%;
  min-width: 98px;
}

.content-recommend .list-merit dd {
  background: #c0dff8;
  text-align: left;
  padding: 1em;
  width: 83%;
}

.content-recommend .list-merit.is-demerit dt {
  background: #808080;
}

.content-recommend .list-merit.is-demerit dd {
  background: #d8d8d8;
}
