/* 商品説明文 */
:root{
  --BTN_COLOR: var(--c-bluegreen);
  --WHITE: #ffffff;
  --BASE_FONT: 'Lato', sans-serif;
}
ul li, ol li{
  list-style: none;
}
img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
a{
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
}
.l-product-page-desc-ttl,.l-product-page-desc-name{
  font-weight: bold;
}
.l-product-page-desc-caution{
  display: grid;
}
.l-product-page-desc-caution li{
  position: relative;
}
.l-product-page-desc-caution li::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.l-product-page-desc-table01{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  table-layout: fixed;
}
.l-product-page-desc-table01 th,
.l-product-page-desc-table01 td{
  border: 1px solid #ccc;
}
.l-product-page-desc-table01 th{
  background-color: #f2f2f2;
}
.l-product-page-desc-table01 td{
  text-align: center;
}
.l-product-page-desc-table02{
  border-collapse: collapse;
  width: 100%;
}
.l-product-page-desc-table02 th,
.l-product-page-desc-table02 td{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.l-product-page-desc-table02 th{
  font-weight: bold;
}
.l-product-page-desc-link{
  display: grid;
}
.l-product-page-desc-link li a{
  text-decoration: underline;
}
@media screen and (min-width: 768px){
  .l-product-page-desc-sec{
    margin-bottom: 80px;
  }
  .l-product-page-desc-ttl{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .l-product-page-desc-name{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l-product-page-desc-caution,
  .l-product-page-desc-link{
    gap: 5px;
    margin-top: 12px;
  }
  .l-product-page-desc-caution li{
    padding-left: 15px;
    font-size: 13px;
  }
  .l-product-page-desc-table01 th,
  .l-product-page-desc-table01 td{
    padding: 10px 0;
  }
  .l-product-page-desc-link li a{
    font-size: 13px;
  }
  .l-product-page-desc-table02{
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px){
  .l-product-page-desc-sec{
    margin-bottom: 40px;
  }
  .l-product-page-desc-ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .l-product-page-desc-name{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .l-product-page-desc-caution,
  .l-product-page-desc-link{
    gap: 3px;
    margin-top: 8px;
  }
  .l-product-page-desc-caution li{
    padding-left: 12px;
    font-size: 11px;
  }
  .l-product-page-desc-table01{
    font-size: 11px;
  }
  .l-product-page-desc-table01 th,
  .l-product-page-desc-table01 td{
    padding: 8px 0;
  }
  .l-product-page-desc-link li a{
    font-size: 11px;
  }
  .l-product-page-desc-table02{
    margin-top: 30px;
    font-size: 12px;
  }
}

.l-layout1 ul,
.l-layout2 ul,
.l-layout4 ul,
.l-layout7 ul{
  display: flex;
  flex-wrap: wrap;
}
.l-layout7 ul li a,
.l-layout8 a,
.l-layout9 a{
  display: block;
  text-align: center;
  border: 1px solid var(--BTN_COLOR);
  font-family: var(--BASE_FONT);
  letter-spacing: 0.1em;
  border-radius: 70px;
}
.l-layout7 ul li a{
  background: var(--BTN_COLOR);
  color: var(--WHITE) !important;
  width: 80%;
  margin: 0 auto;
}
.l-layout8 a,
.l-layout9 a{
  color: var(--BTN_COLOR) !important;
  background: var(--WHITE);
}
.l-layout8{
  background: #f0f0f0;
}
.l-layout9{
  border: 1px solid #ddd;
}
.l-layout10 table,
.l-layout11 table{
  width: 100%;
  border-collapse: separate;
}
.l-layout10 table tr,
.l-layout11 table tr{
  display: flex;
}
.l-layout10 table tr th,
.l-layout10 table tr td,
.l-layout11 table tr th,
.l-layout11 table tr td{
  font-weight: normal;
  display: block;
}
.l-layout11 dl{
  display: flex;
  flex-wrap: wrap;
}
.l-layout11 dl dt{
  font-weight: bold;
}
.l-h2.l-bold{
  font-weight: bold;
}
.l-marker{
  background: linear-gradient(transparent 50%, #fff799 50%);
}
.l-bg{
  background: #f0f0f0;
}
.l-line{
  border-bottom: 1px solid #333;
}
.l-center{
  text-align: center;
}
.l-red{
  color: #ba2222;
}

@media screen and (min-width: 768px){
  .l-layout1,
  .l-layout2,
  .l-layout3,
  .l-layout4,
  .l-layout5,
  .l-layout6,
  .l-layout7,
  .l-layout8,
  .l-layout9,
  .l-layout10,
  .l-layout11{
    margin-bottom: 40px;
  }
  .l-layout1 ul li,
  .l-layout2 ul li,
  .l-layout4 ul li{
    width: 49%;
    margin-right: 2%;
  }
  .l-layout1 ul li:nth-child(even),
  .l-layout2 ul li:nth-child(even),
  .l-layout4 ul li:nth-child(even){
    margin-right: 0;
  }
  .l-layout1 ul,
  .l-layout2 img,
  .l-layout4 ul,
  .l-layout5 img,
  .l-layout7 ul li img{
    margin-bottom: 12px;
  }
  .l-layout3 ul li{
    display: flex;
    justify-content: space-between;
  }
  .l-layout3 ul li:nth-child(even){
    flex-direction: row-reverse;
  }
  .l-layout3 ul li:nth-of-type(n+2){
    margin-top: 25px;
  }
  .l-layout3 ul li img{
    width: 48%;
  }
  .l-layout3 ul li div{
    width: 48%;
  }
  .l-layout4 ul li:nth-of-type(n+3){
    margin-top: 2%;
  }
  .l-layout7 ul li{
    width: 31%;
    margin-right: 3.5%;
  }
  .l-layout7 ul li:nth-of-type(3n){
    margin-right: 0%;
  }
  .l-layout7 ul li:nth-of-type(n+4){
    margin-top: 40px;
  }
  .l-layout7 ul li a,
  .l-layout8 a,
  .l-layout9 a{
    margin-top: 20px;
    padding: 10px 0;
  }
  .l-layout8 a,
  .l-layout9 a{
    width: 240px;
    margin: 20px auto 0;
  }
  .l-layout7 ul li a:hover{
    opacity: 1;
    background: var(--WHITE);
    color: var(--BTN_COLOR) !important;
  }
  .l-layout8 a:hover,
  .l-layout9 a:hover{
    opacity: 1;
    background: var(--BTN_COLOR);
    color: var(--WHITE) !important;
  }
  .l-layout8,
  .l-layout9{
    padding: 40px 20px;
  }
  .l-layout10 table tr th,
  .l-layout11 table tr th{
    width: 30%;
  }
  .l-layout10 table tr td,
  .l-layout11 table tr td{
    width: 70%;
  }
  .l-layout10 table tr th,
  .l-layout10 table tr td{
    margin: 10px 0;
    padding: 10px 0;
  }
  .l-layout10 table tr th{
    text-align: center;
  }
  .l-layout10 table tr:first-child{
    border-top: 1px solid #ddd;
  }
  .l-layout10 table tr{
    border-bottom: 1px solid #ddd;
  }
  .l-layout10 table tr td{
    border-left: 1px solid #ddd;
    padding-inline: 1em;
  }
  .l-layout11 table tr th,
  .l-layout11 table tr td{
    background: #f0f0f0;
  }
  .l-layout11 table tr:not(:last-child){
    border-bottom: 10px solid var(--WHITE);
  }
  .l-layout11 table tr th,
  .l-layout11 table tr td{
    padding: 20px 0;
    text-align: center;
  }
  .l-layout11 table tr td{
    border-left: 10px solid var(--WHITE);
  }
  .l-layout11 dl{
    justify-content: space-between;
  }
  .l-layout11 dl dt{
    width: 25%;
  }
  .l-layout11 dl dd{
    width: 70%;
	}
  .l-h2{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .l-h3{
    font-size: 18px;
    margin-bottom: 3px;
  }
  .l-border{
    border-left: 5px solid #333;
    padding-left: 10px;
  }
  .l-bg{
    display: inline-block;
    padding: 10px 15px;
  }
  .l-line{
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px){
  .l-layout1,
  .l-layout2,
  .l-layout3,
  .l-layout4,
  .l-layout5,
  .l-layout6,
  .l-layout7,
  .l-layout8,
  .l-layout9,
  .l-layout10,
  .l-layout11{
    margin-bottom: 30px;
  }
  .l-layout1 ul li,
  .l-layout2 ul li,
  .l-layout4 ul li{
    width: 100%;
  }
  .l-layout1 ul li:nth-of-type(n+2),
  .l-layout2 ul li:nth-of-type(n+2),
  .l-layout4 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .l-layout1 ul,
  .l-layout2 img,
  .l-layout4 ul,
  .l-layout5 img,
  .l-layout7 ul li img{
    margin-bottom: 10px;
  }
  .l-layout3 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .l-layout4 ul li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .l-layout7 ul li{
    width: 48%;
    margin-right: 4%;
  }
  .l-layout7 ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .l-layout7 ul li:nth-of-type(n+3){
    margin-top: 30px;
  }
  .l-layout7 ul li a,
  .l-layout8 a,
  .l-layout9 a{
    margin-top: 15px;
    padding: 10px 0;
  }
  .l-layout8 a,
  .l-layout9 a{
    width: 220px;
    margin: 10px auto 0;
  }
  .l-layout8,
  .l-layout9{
    padding: 30px 15px;
  }
  .l-layout10 table tr th,
  .l-layout11 table tr th{
    width: 100%;
  }
  .l-layout10 table tr td,
  .l-layout11 table tr td{
    width: 100%;
  }
  .l-layout10 table tr th,
  .l-layout10 table tr td{
    text-align: start;
  }
  .l-layout10 table tr th{
    padding: 20px 0 10px;
  }
  .l-layout10 table tr td{
    padding: 10px 0 20px;
  }
  .l-layout10 table tr:first-child{
    border-top: 1px solid #ddd;
  }
  .l-layout10 table tr{
    border-bottom: 1px solid #ddd;
  }
  .l-layout11 table tr th,
  .l-layout11 table tr td{
    background: #f0f0f0;
  }
  .l-layout11 table tr:not(:last-child){
    border-bottom: 10px solid var(--WHITE);
  }
  .l-layout11 table tr th,
  .l-layout11 table tr td{
    text-align: center;
  }
  .l-layout11 table tr th{
    padding: 20px 0 10px;
  }
  .l-layout11 table tr td{
    padding: 10px 0 20px;
  }
  .l-layout11 dl{
    margin-bottom: 10px;
  }
  .l-layout11 dl dt{
    width: 100%;
    margin-bottom: 5px;
  }
  .l-layout11 dl dd{
    width: 100%;
	}
  .l-h2{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .l-h3{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .l-border{
    border-left: 4px solid #333;
    padding-left: 8px;
  }
}

/*  */
.p-detail--catch {
  font-size: var(--fz-28);
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: var(--sec-spc);
}
h2.p-detail--ttl {
  font-size: var(--fz-25);
  font-weight: 400;
  letter-spacing: .1em;
  border-bottom: solid 1px #cbcbcb;
  position: relative;
  padding-bottom: var(--spc-10);
  margin-bottom: var(--spc-30);
}
h2.p-detail--ttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--c-bluegreen);
  bottom: -2px;
  width: 30px;
}
h2.p-detail--ttl span {
  font-size: var(--fz-13);
  color: var(--c-bluegray);
  letter-spacing: 0;
  margin-left: 2em;
}
.p-detail__features--list li{
  position: relative;
  font-size: var(--fz-16);
  padding-left: 3.5em;
  letter-spacing: .1em;
}
.p-detail__features--list li::before{
  content: "";
  display: inline-block;
  background: url(../images/common/icon_check.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail__features--list li:not(:last-child) {
  margin-bottom: var(--spc-30);
}
.p-detail--txt {
  margin-bottom: var(--sec-spc-half);
}
.p-detail__howto--list {
  background: #F5F9F9;
  display: flex;
  flex-wrap: wrap;
}
.p-detail__howto--list dt {
  font-size: var(--fz-16);
}
.p-detail__howto--list dt span {
  position: relative;
}
.p-detail__howto--list dt span::before {
  content: "";
  display: inline-block;
  background: var(--c-bluegreen);
  width: 20px;
  height: 1px;
  vertical-align: middle;
  margin-right: 1em;
}
.p-detail__howto--list dd {
  font-size: var(--fz-16);
  font-weight: 300;
}
.p-detail__howto--list dd span {
  font-weight: 400;
  display: block;
  margin-bottom: var(--spc-15);
}
.p-detail__howto--list dd:not(:last-child) {
  margin-bottom: var(--spc-60);
}
.p-detail__howto--list dd span:not(:first-child) {
  padding-top: var(--spc-40);
}
@media screen and (min-width: 768px){
  .p-detail--catch {
    text-align: center;
  }
  .p-detail__howto--list {
    padding: var(--spc-50);
    gap: 3%;
  }
  .p-detail__howto--list dt {
    width: 12%;
  }
  .p-detail__howto--list dd {
    width: 80%;
  }

}
@media screen and (max-width: 767px){
  .p-detail__howto--list {
    padding: var(--spc-40) 6%;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .p-detail__howto--list dt {
    display: block;
    width: 100%;
    margin-bottom: var(--spc-15);
  }
  .p-detail__howto--list dd {
    padding-left: .5em;
  }
}