@charset 'Shift_JIS';
/*--------------------------------------------------------------------------------ƒZƒbƒg*/
.wrap-container {
  width: var(--w-basesize);
  margin: 3em auto 6em;
  padding: 0 0 2em 0;
  border: solid 3px #F7852B;
  position: relative;
}
.wrap-container:last-child {
  margin: 0 auto;
}
.contents-set-img_l-catch {
  padding: 0;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
}
.contents-set-img_l-name h1 {
  font-size: var(--text-title-ll);
  margin: 0 auto;
  padding: 0.6em 0;
  color: #0045C0;
  text-shadow: 3px 3px 0 #FFFFFF, -3px -3px 0 #FFFFFF, -3px 3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, 0px 3px 0 #FFFFFF, 0 -3px 0 #FFFFFF, -3px 0 0 #FFFFFF, 3px 0 0 #FFFFFF;
}
.contents-set-img_l-catch h1 {
  position: relative;
  margin: 0 auto;
  padding: 0.2em 2em;
  width: fit-content;
  background: #E60000;
  border-radius: 50px;
  font-size: var(--text-title-s);
  color: #FFFEB3;
}
.contents-set-img_l-name {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.product_GW1BK{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/product_GW1_title.jpg);
}
.product_B99{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/product_B99_title.jpg);
}
.product_T39{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/product_T39_title.jpg);
}
.product_HT05{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/product_HT05_title.jpg);
}
.product_DT08{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/product_DT08_title.jpg);
}
.contents-set-img_l-W-around-no-box {
  padding: 2em 2em 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contents-set-img_l-W-around-no-box-text {
  width: 100%;
}
.contents-set-img_l-W-around-no-box-imege {
  width: 80%;
  margin-right: 2%;
  text-align: center;
}
.contents-set-img_l-W-around-no-box-imege img {
  width: 100%;
  height: auto;
  /*  border: solid 1px #787878;*/
}
.contents-set-img_l-W-around-no-box-imege dl {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--text-ss);
  text-align: left;
  width: 100%;
  margin: 2em auto;
}
.contents-set-img_l-W-around-no-box-imege dt {
  background-color: #DADADA;
  margin: 0 0 10px 0;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-set-img_l-W-around-no-box-imege dd {
  width: 50%;
  padding: 0.3em 0.3em 0.3em 2em;
  margin: 0 0 10px 0;
  border-bottom: dotted 1px #868686;
}