@charset "utf-8";
/* 共通説明文 */
.cm_desc h2,
.cm_desc h3{
  font-weight: bold;
}

.cm_desc span.marker{
  background: linear-gradient(transparent 50%, #fff799 50%);
}

.cm_desc span.bg{
  background: #f0f0f0;
}

.cm_desc span.line{
  border-bottom: 1px solid #333;
}
.cm_desc p a{
  color: var(--FS_BTN_COLOR_1);
  text-decoration: underline;
}

.cm_desc .center{
  text-align: center;
}

.cm_desc .bold{
  font-weight: bold;
}

.cm_desc .red{
  color: #ba2222;
}

.layout1 ul,
.layout2 ul,
.layout4 ul,
.layout7 ul{
  display: flex;
  flex-wrap: wrap;
}

.layout7 ul li a,
.layout-more-btn{
  display: block;
  text-align: center;
  border: 1px solid var(--FS_BTN_COLOR_1);
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  border-radius: 70px;
}

.layout7 ul li a{
  background: var(--BLUE02);
  color: var(--WHITE) !important;
}

.layout-more-btn{
  color: var(--FS_BTN_COLOR_1) !important;
  background: var(--WHITE);
}

.layout8{
  background: #f0f0f0;
}

.layout9{
  border: 1px solid #ddd;
}

.layout10 table,
.layout11 table{
  width: 100%;
  border-collapse: separate;
}

.layout10 table tr,
.layout11 table tr{
  display: flex;
  flex-wrap: wrap;
}

.layout10 table tr th,
.layout10 table tr td,
.layout11 table tr th,
.layout11 table tr td{
  font-weight: normal;
  display: block;
}

.layout12 dl{
  display: flex;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 767px){
  .cm_desc h2{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cm_desc h3{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .layout1,
  .layout2,
  .layout3,
  .layout4,
  .layout5,
  .layout6,
  .layout7,
  .layout8,
  .layout9,
  .layout10,
  .layout11{
    margin-bottom: 30px;
  }
  .layout1 ul li,
  .layout2 ul li,
  .layout4 ul li{
    width: 100%;
  }
  .layout1 ul li:nth-of-type(n+2),
  .layout2 ul li:nth-of-type(n+2),
  .layout4 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .layout1 ul,
  .layout2 img,
  .layout4 ul,
  .layout5 img,
  .layout7 ul li img{
    margin-bottom: 10px;
  }
  .layout3 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .layout4 ul li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .layout7 ul li{
    width: 48%;
    margin-right: 4%;
  }
  .layout7 ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .layout7 ul li:nth-of-type(n+3){
    margin-top: 30px;
  }
  .layout7 ul li a,
  .layout-more-btn{
    margin-top: 15px;
    padding: 10px 0;
  }
  .layout-more-btn{
    width: 220px;
    margin: 10px auto 0;
  }
  .layout8,
  .layout9{
    padding: 30px 15px;
  }
  .layout10 table tr th,
  .layout11 table tr th{
    width: 100%;
  }
  .layout10 table tr td,
  .layout11 table tr td{
    width: 100%;
  }
  .layout11 table tr th{
    background: #f0f0f0;
  }
  .layout11 table tr th,
  .layout11 table tr td{
    text-align: center;
  }
  .layout10 table{
    border-top: 1px solid #ddd;
    font-size: 13px;
    text-align: left;
  }
  .layout10 table tr{
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  .layout10 table tr th,
  .layout10 table tr td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .layout11 table tr th{
    background-color: #f0f0f0;
    padding: 10px 10px;
  }
  .layout11 table tr td{
    padding: 15px 10px;
  }
  .layout12 dl{
    margin-bottom: 10px;
  }
  .layout12 dl dt{
    width: 100%;
    margin-bottom: 5px;
  }
  .layout12 dl dd{
    width: 100%;
	}
}

/* 商品タブ */
.product-tab-wrap .tab-btn{
  color: var(--BLUE04);
  background-color: var(--GRAY01);
  text-align: center;
  font-weight: 500;
}
.product-tab-wrap .tab-btn.show{
  color: var(--WHITE);
  background-color: var(--BLUE04);
}
@media screen and (min-width: 768px){
  .product-tab-wrap .tab-nav{
    gap: 10px;
    border-bottom: 5px solid var(--BLUE04);
  }
  .product-tab-wrap .tab-btn{
    font-size: 18px;
    padding: 15px 20px;
  }
  .product-tab-wrap .tab-contents.show{
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px){
  .product-tab-wrap .tab-nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .product-tab-wrap .tab-btn{
    font-size: 15px;
    padding: 10px 15px;
  }
  .product-tab-wrap .tab-contents.show{
    padding-top: 20px;
  }
}

/* コンテンツ幅の指定 */
table[class*="product-comment_"]{
  width: 100%;
}
[class*="product-comment"] .maw700{
  width: 100%;
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto;
}
[class*="product-comment"] .maw500{
  width: 100%;
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}
[class*="product-comment"] .maw300{
  width: 100%;
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}