@charset "UTF-8";
/* page */
#section3, #section5, #section7, #section9, #section11 {
  margin-top: 8em;
  margin-bottom: 16em;
}
#section1 {
  margin-top: 0;
  margin-bottom: 4em;
}

.product-about-wrap {
  background: #f0f1ec;
  padding: 2.5em 3.5em;
  color: #56584f;
  margin-bottom: 1em;
}
.product-about-wrap:last-of-type {
  margin-bottom: 0;
}
.product-about-wrap h4 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #000;
}
.product-about-wrap h5 {
  font-size: 2.0rem;
  font-weight: 600;
  border-bottom: 2px #56584f dotted;
  margin-bottom: 1em;
}
.product-about-wrap dt {
  font-weight: 600;
}
.product-about-wrap dt .hearingaid-superscript {
  font-weight: 100;
}
.product-about-wrap .shape {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 2em;
  margin-top: 2em;
}
.product-about-wrap .shape > div {
  width: 45%;
}
.product-about-wrap .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.2em;
  line-height: 1.5;
  margin-top: 2em;
}
.product-about-wrap .features > div {
  width: 46%;
}
.product-about-wrap .features h5 {
  margin-bottom: 0.5em;
}
.product-about-wrap .features dl {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.ix .product-about-wrap .features dl {
  margin-top: 1em;
}
.product-about-wrap .features dt {
  font-size: 1.6rem;
}

.product-type-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 6.25em;
}
.product-type {
  display: flex;
}
.product-type > dt {
  width: 25%;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  border-right: 1px #ccc solid;
  padding-right: 1.8em;
}
.product-type > dd {
  display: flex;
  justify-content: space-between;
  padding-left: 1.75em;
  width: 100%;
}
.product-type .price {
  width: 40%;
}
.product-type .price div {
  margin-bottom: 4.25em;
}
.product-type .price div:last-of-type {
  margin-bottom: 0;
}
.product-type .price dt {
  display: flex;
  align-items: center;
  column-gap: 1em;
  width: 100%;
}
.product-type .price dt span:nth-of-type(1) {
  width: 53%;
  text-align: right;
  white-space: nowrap;
}
.product-type .price dt span:nth-of-type(2) {
  font-size: 1.4rem;
  background: #E31d1d;
  color: #fff;
  padding: 0 0.7em;
}
.product-type .price dd {
  display: flex;
  column-gap: 1em;
  width: 100%;
}
.product-type .price dd span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
  width: 53%;
  text-align: right;
}
.product-type .price dd span:nth-of-type(2) {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.12px;
  padding-left: 1em;
  margin-top: 0.5em;
}
.product-type .price dd span:nth-of-type(2)::before {
  position: absolute;
  content: "＊";
  top: 0;
  left: 0;
}

.product-type .icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-type .icon-3 {
  max-width: calc((0.5em * 2) + (45px * 3));
}
.product-type .icon-5 {
  width: 40%;
  max-width: calc((0.5em * 4) + (45px * 5));
}
.product-type .icon ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  row-gap: 0.5em;
}
.product-type .icon li {
  max-width: 45px;
}
.product-type .icon-3 li {
  width: calc(100%/3);
  min-width: 45px;
}
.product-type .icon-3 li::after{
  content:"";
  display: block;
  width: calc(100%/3);
}
.product-type .icon-5 li {
  width: calc(100%/5);
}
.product-type .icon-5 li::after{
  content:"";
  display: block;
  width: calc(100%/5);
}
.product-type .icon li.empty {
  width: 45px;
  height: 45px;
}

.product-type .guarantee {
  text-align: center;
  margin: auto 0;
  color: rgb(0, 127, 255);
}
.product-type .guarantee dd {
  font-size: 1.8rem;
  font-weight: 600;
}

.product-type .guarantee_about {
  text-align: center;
}
.product-type .guarantee_about dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-type .guarantee_about div {
  margin-bottom: 1em;
}
.product-type .guarantee_about div:last-of-type {
  margin-bottom: 0.5em;
}
.product-type .guarantee_about dd {
  font-size: 1.8rem;
  font-weight: 600;
}
.benefits {
  border: 1px #000 dotted;
  border-radius: 10px;
  padding: 2.5em 2.8em 3.5em;
  margin-top: 15em;
}
.benefits h3 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 0;
}
.benefits div {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  margin-top: 2em;
}
.benefits figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 210px;
}
.benefits.ax figure {
  max-width: 420px;
}
.benefits figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 0.5em;
  margin-top: 1em;
}
.benefits span {
  line-height: 1.5;
}
.benefits .w600 {
  font-weight: 600;
}

.compatible {
  color: #14195a;
  background: #fbf6df;
  border-radius: 10px;
  padding: 2em;
  margin-top: 4em;
}
.compatible h3 {
  font-size: 1.8rem;
}
.compatible div {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}


/* modal */
body.fixed {
	position: fixed;
	left: 0;
}

.modal__trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 1em;
  margin-top: 0.5em;
}
.modal__trigger::before {
  position: absolute;
  content: ">";
  left: 0;
}
.modal__trigger::after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.modal__trigger:hover::after {
  width: 100%;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .65);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: calc((100% + 90px)/2);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 850px);
  max-height: 70vh;
  background: #fff;
}
.modal__inner {
  position: relative;
  overflow: hidden;
  height: 70vh;
  padding: 8% 5% 5%;
}
.modal__inner h4 {
  color: #000;
  font-size: 2.2rem;
}

.modal__close {
    position: absolute;
    top: 3%;
    right: 1%;
    cursor: pointer;
    transition: opacity .6s;
    width: 4em;
    height: 4em;
    text-align: center;
}

.modal__close:hover {
  opacity: .2;
}
.modal__closebtn::before, .modal__closebtn::after {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 70%;
    height: 1px;
    background: #000;
    content: '';
}
.modal__closebtn::before {
  transform: translate(-50%, -30%) rotate(45deg);
}
.modal__closebtn::after {
  transform: translate(-50%, -30%) rotate(-45deg);
}
.modal__close span {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    font-size: 1.4rem;
    width: 100%;
}
.modal_contents {
  overflow-y: scroll;
  height: 86%;
  margin-top: 1.8em;
}
.modal_contents::-webkit-scrollbar {
  width: 1em;
}
.modal_contents::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #afafaf;
}

.modal_contents .modal_icon_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
  padding-right: 1em;
}
.modal_contents .modal_icon_wrap li {
  display: flex;
  column-gap: 1em;
  width: 48%;
  min-height: 6.25em;
}
.modal_contents .modal_icon_wrap figure {
  display: block;
  padding-top: 0.5em;
}
.modal_contents .modal_icon_wrap img {
  max-width: 56px;
  min-width: 56px;
}
.modal_contents .modal_icon_wrap dt {
  font-weight: 600;
}
.modal_contents > div {
  margin-bottom: 3.75em;
}
.modal_contents > div:last-of-type {
  margin-bottom: 0;
}
.modal_contents .guarantee_plan dt {
  position: relative;
  padding-left: 1.5em;
}
.modal_contents .guarantee_plan dt::before {
  position: absolute;
  content:  "";
  width:  0.9em;
  height:  0.9em;
  top: 0.6em;
  left: 0;
  margin-right: 0.1em;
  display:  inline-block;
  border: 1px #000 solid;
  border-radius:  50%;
}
.modal_contents .guarantee_plan dd {
  padding-left: 1.5em;
}
.modal_contents .guarantee_about div {
  display: flex;
}
.modal_contents .guarantee_about dt {
  font-weight: 600;
}
.modal_contents .guarantee_about dd {
  padding-left: 0.7em;
}
.modal_contents .guarantee_about li {
  position: relative;
  padding-left: 1.5em;
}
.modal_contents .guarantee_about li::before {
  position: absolute;
  content:  "";
  width:  0.9em;
  height:  0.9em;
  top: 0.6em;
  left: 0;
  margin-right: 0.1em;
  display:  inline-block;
  border: 1px #000 solid;
  border-radius:  50%;
}

/* paris-miki-original */
.paris-miki-original-section .hearingaid-lead:last-of-type {
  margin-top: 1em;
}
.paris-miki-original-section .shape {
  margin-bottom: 4em;
  flex-wrap: nowrap;
}
.paris-miki-original-section .shape dd {
  display: flex;
  justify-content: space-evenly;
  column-gap: 1em;
  /*改修 633px→720px　250725 az-ume*/
  width: 720px;
}

.paris-miki-original-section .hole dd {
  margin-right: 4em;
}
.paris-miki-original-section .shape dd figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 23%;
}
.paris-miki-original-section .shape > figure {
  max-width: 140px;
}
.paris-miki-original-section .mkf-shape {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1em;
}
.paris-miki-original-section .mkf-shape dd figure {
  display: flex;
  flex-basis: content;
  row-gap: 0.5em;
}

.paris-miki-original-section .mkf-shape dd img {
  object-fit: contain;
}
.paris-miki-original-section .mkf-shape figcaption {
  color: #fff;
  font-weight: 600;
  background: #a1a397;
  border-radius: 30px;
  text-align: center;
  width: 100%;
}
.paris-miki-original-section .features {
  display: block;
}
.paris-miki-original-section .features > div {
  width: 100%;
}
.paris-miki-original-section .features dt span {
  display: block;
}
.paris-miki-original-section .features dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 2.3em;
  margin-top: 1.5em;
}
.paris-miki-original-section .features dl > div {
  display: flex;
  flex-direction: column;
  width: 45.5%;
}
.paris-miki-original-section .features dd {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  line-height: 1.5;
  height: 100%;
}
.paris-miki-original-section .features figure {
  margin-top: auto;
}

/* unitron */
.unitron-section .shape {
  align-items: flex-start;
  row-gap: 3em;
}
.unitron-section h5 {
  margin-bottom: 1em;
}
.unitron-section .shape dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1em;
}
.unitron-section .hook div {
  width: 45%;
}
.unitron-section .dx .hook div {
  width: 100%;
}
.unitron-section .dx .hook dd {
  width: 45%;
  margin: 0 auto;
}
.unitron-section .hole {
  width: 100%;
}
.unitron-section .hole dd {
  display: flex;
  justify-content: space-between;
}
.unitron-section .hole figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 2em;
  margin: 10% 0;
}
.unitron-section .hole figure img {
  height: 75px;
  object-fit: contain;
}
.unitron-section .hole figcaption {
  display: block;
}
.unitron-section .blu .color {
  width: 100%!important;
}
.unitron-section .blu .color div {
  width: 45%;
}

/* signia */

/* 2026.02改修 az今村追加*/

.signia-section .shape-block h5 {
  margin-top: 30px;
}

.signia-section .shape-block .shape-products dt {
  line-height: 1.2;
}
.signia-section .shape-block .shape-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.signia-section .shape-block .shape-products figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signia-section .shape-block .shape-products figure img {
  height: 200px;
  width: auto;
  object-fit: contain;
}

.signia-section .shape-block .shape-products figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.signia-section .shape-block .shape-grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  align-items: start;
}

.signia-section .shape-block .shape-wear img {
  width: 170px;
  height: auto;
  display: block;

/* 2026.02改修 az今村追加 ここまで*/
	
}
.signia-section .product-about-wrap dt {
  line-height: 1.2;
}
.signia-section .shape {
  align-items: flex-start;
  margin-bottom: 2em;
}
.signia-section .ix .color {
  margin-top: 3em;
}
.signia-section .ix-hook-wrap dl, .signia-section .ix-hole-wrap dl, .signia-section .ax-hole-wrap dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.signia-section .ix-hook-wrap dd, .signia-section .ax-hole-wrap dd, .signia-section .ix-hole-wrap dd {
  display: flex;
  justify-content: space-between;
  width: 69%;
}
.signia-section .ix-hook-wrap figure, .signia-section .ix-hole-wrap figure,  .signia-section .ax-hole-wrap figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  max-width: 140px;
}
.signia-section .active-lockon-wrap {
  display: flex;
  column-gap: 2em;
}
.signia-section .active-lockon-wrap figure:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signia-section .active-lockon-wrap figure:nth-of-type(1) img {
  max-width: 200px;
}
.signia-section .active-lockon-wrap figure:nth-of-type(2) img {
  max-width: 140px;
}
.signia-section .active-charger-wrap figure {
  display: flex;
  column-gap: 1em;
}
.signia-section .active-charger-wrap img {
  max-width: 220px;
}
.active-color-wrap {
  margin-top: 2em;
}
.ax-color-wrap figure {
  width: 80%;
  margin: 0 auto;
}
.signia-section .intuis4-hook div {
  display: flex;
	
/**2026.02 az今村追加**/
	
}
.signia-section .color dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2カラム固定 */
  column-gap: 4%;
  row-gap: 2em;
}

.signia-section .color dl > div {
  display: flex;
  align-items: flex-start;
}

.signia-section .color dt {
  width: 30%;
  line-height: 1.3;
}

.signia-section .color dd {
  width: 70%;
}
/**.signia-section .color dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
}
.signia-section .color dl div {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
}
.signia-section .color dd {
  width: 70%;
}**/

.signia-section .features > div {
  width: 28%;
}
.signia-section .hearingaid-psup {
  display: block;
  font-size: 0.8em;
  margin-top: 2em;
}

/* oticon */
.oticon-section .product-about-wrap .shape {
  align-items: flex-start;
}
.oticon-section .shape-inner {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.oticon-about-wrap .shape-inner:last-child {
  max-width: 140px;
}

/* jabra */
.jabra-section .shape figure {
  width: 45%;
  max-width: 436px;
}


/* --- SP--- */
@media screen and (max-width: 1000px) {
  #section1 {
    margin-bottom: 10em;
  }
  #section3, #section5, #section7, #section9 {
    margin-top: 6em;
    margin-bottom: 10em;
  }
  .product-about-wrap {
    padding: 2.5em 1em 4em;
  }
  .product-about-wrap h4 {
    margin-bottom: 1em;
  }
  .product-about-wrap .shape {
    row-gap: 4em;
  }
  .product-about-wrap .shape > div {
    width: 100%;
  }
  .product-about-wrap .features {
    flex-direction: column;
  }
  .product-about-wrap .features > div {
    width: 100%;
  }
  
  #section3 h3, #section5 h3, #section7 h3, #section9 h3 {
    margin-bottom: 3em;
  }
  .product-type {
    justify-content: center;
  }
  .product-type > dt {
    font-size: 1.7rem;
    width: 31%;
    padding-right: 1.2em;
    white-space: normal;
  }
  .product-type > dd {
    flex-direction: column;
    max-width: 285px;
    padding-left: 1.2em;
  }
  .product-type .price {
    width: 100%;
  }
  .product-type .price div {
    margin-bottom: 1.7em;
  }
  .product-type .price dd span:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .product-type .icon {
    margin: 2.7em 0;
  }
  .product-type .icon-5 {
    width: 100%;
  }
 .product-type .guarantee_about {
    text-align: left;
 }
  .product-type .guarantee_about dl {
    flex-direction: row;
    align-items: flex-start;
  }
  .product-type .guarantee_about div {
    width: calc(100%/3);
    margin: 0;
  }
  .product-type .guarantee_about div:last-of-type {
    margin-bottom: 0;
  }
  .product-type .guarantee_about dt {
    font-size: 1.2rem;
  }
  .product-type .price dt span:nth-of-type(1) {
    width: 50%;
    max-width: 150px;
  }
  .product-type .price dd span:nth-of-type(1) {
    width: 50%;
    max-width: 150px;
  }
  .product-type .guarantee {
    margin-left: 0;
    margin-bottom: 2.7em;
    width: 50%;
  }
  .benefits {
    padding: 2.7em 0.5em;
    margin-top: 10em;
  }
  .benefits dl > div {
    flex-wrap: wrap;
    row-gap: 4em;
    margin-top: 0;
  }
  .benefits figure {
    width: 47%;
  }
  .benefits figcaption {
    margin-top: auto;
  }
  
  .paris-miki-original-section .shape {
    flex-direction: column;
  }
  .paris-miki-original-section .shape dd {
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
    row-gap: 1em;
    width: 100%;
  }
  .paris-miki-original-section .shape dd figure {
    width: 45%;
  }
  .paris-miki-original-section .features dl {
    flex-direction: column;
  }
  .paris-miki-original-section .features dl > div {
    width: 100%;
    row-gap: 1em;
    margin-top: 2em;
  }
  .paris-miki-original-section .mkf-shape dl  {
    width: 100%;
  }
  .paris-miki-original-section .mkf-shape dd  {
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
  }
  .paris-miki-original-section .mkf-shape dd figure {
    flex-basis: auto;
  }
  .paris-miki-original-section .mkf-shape dd figure:nth-of-type(1) {
    width: 100%;
  }
  .paris-miki-original-section .mkf-shape dd figure:nth-of-type(2) {
    width: 45%;
  }
  .paris-miki-original-section .mkf-shape dd figure:nth-of-type(3) {
    width: 45%;
  }
  .paris-miki-original-section .mkf-shape dd figure:nth-of-type(4) {
    width: 100%;
  }
  .paris-miki-original-section .mkf-shape dd img {
    height: 150px;
  }
  .paris-miki-original-section .hole dd  figure:nth-of-type(2) {
    width: 30%;
  }
  .paris-miki-original-section .hole dd figure:nth-of-type(3) {
    width: 30%;
  }
  .paris-miki-original-section .hole dd figure:nth-of-type(4) {
    width: 30%;
  }
	
/* 2026.02改修 az今村追加*/
	
.signia-section .shape-block h5 {
  margin-top: 50px;
}	
/* ===== レイアウト強制リセット ===== */
.signia-section .shape-grid, .signia-section .ix-hook-wrap, .signia-section .ix-hole-wrap, .signia-section .ax-hole-wrap {
	display: block !important; 
	
} 
	
/* ===== 商品は1件ずつ縦 ===== */ 
.signia-section .shape-products { 
	display: block !important; 
} 
	
.signia-section .shape-products dl, .signia-section .shape-products dl > div { 
	display: block !important; 
	width: 100% !important; 
	
} 
.signia-section .shape-products dt {
	text-align: left; 
	margin-top: 40px;
	margin-bottom: 8px;	

} 
	
.signia-section .shape-products figure {
	text-align: center; 
	margin-bottom: 8px; 
	
} 

/* ===== 装着イメージは最後 ===== */ 
.signia-section .shape-wear {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.signia-section .shape-wear img {
  display: block;
  max-width: 80%;
  height: auto;
}
	
/* ===== カラーバリエーション ===== */ 
.signia-section .color dl { 
	display: flex; 
	flex-direction: column; 
	row-gap: 3em; 
	
} 
	
.signia-section .color dl div {
	display: flex; 
	flex-direction: column; 
	align-items: flex-start; /* ← center をやめる */ 
} 
	
.signia-section .color dd { 
	width: 90%;
	margin: 0 auto;
	
}
.signia-section .color dt {
  width: 100%;
  line-height: 1.3;
}
/* 2026.02改修 az今村追加 ここまで*/
 
  .signia-section .color dl {
    flex-direction: column;
    align-items: center;
    row-gap: 3em;
  }
  .signia-section .color dl div {
    flex-direction: column;
    row-gap: 2em;
    width: 100%;
  }
  .signia-section .color dd {
    width: 90%;
    margin: 0 auto;
  }

  .signia-section .product-about-wrap dt {
    font-size: 1.2em;
  }
  .signia-section .shape {
    margin-bottom: 0;
  }
  .signia-section .ax-hole-wrap, .signia-section .ix-hook-wrap, .signia-section .ix-hole-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 1.5em;
  }
  .signia-section .ix-hook-wrap dl, .signia-section .ix-hole-wrap dl, .signia-section .ax-hole-wrap dl {
    flex-direction: column;
    row-gap: 1em;
  }
  .signia-section .ix-hook-wrap dd, .signia-section .ax-hole-wrap dd, .signia-section .ix-hole-wrap dd {
    width: 100%;
    justify-content: space-around;
  }
  .signia-section .ix-hook-wrap figure:first-of-type, .signia-section .ix-hole-wrap figure:first-of-type, .signia-section .ax-hole-wrap figure:first-of-type {
    max-width: 180px;
  }
  .signia-section .ix-hook-wrap div {
    align-items: center;
    row-gap: 1.5em;
  }
  .signia-section .active-sensor figure:nth-of-type(2) {
    max-width: 280px;
  }
  .signia-section .active-lockon-wrap {
    column-gap: 1em;
  }
  .signia-section .active-lockon-wrap figure:nth-of-type(1) {
    justify-content: space-between;
  }
  .signia-section .active-lockon-wrap figure:nth-of-type(1) img {
    max-width: 180px;
  }
  .signia-section .active-charger-wrap figure {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
  }
  .signia-section .intuis4-hook div {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3em;
  }
  .signia-section .intuis4-hook figure {
    width: 45%;
  }
  .signia-section .color figure, .signia-section .active-color-wrap figure {
    max-width: 400px;
    margin: 0 auto;
  }
  .signia-section .benefits.ax figure {
    width: 100%;
  }
  
  .resound-section .shape {
    flex-direction: column;
  }
  .resound-section .shape > div {
    width: 100%;
  }
  .resound-section .shape figure {
    width: 90%;
    margin: 0 auto;
  }
  .resound-section .guarantee_about dl {
    flex-wrap: wrap;
    row-gap: 2em;
  }
  .resound-section .guarantee_about div {
    width: 45%;
  }
  
  .unitron-section .shape dl {
    row-gap: 3em;
  }
  .unitron-section .hole dl {
    flex-wrap: wrap;
  }
  .unitron-section .hook div {
    width: 100%;
  }
  .unitron-section .hook dd {
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
  }
  .unitron-section .hole dd {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 2em;
    margin: 2em 0;
  }
  .unitron-section .shape .hole figure {
    width: 40%;
    margin: 0;
  }
  .unitron-section .shape .hole figure:nth-of-type(3) {
    width: 100%;
  }
  .unitron-section .hole figure img {
    height: 90px;
  }
  .unitron-section .color dl {
    flex-direction: column;
  }
  .unitron-section .blu .color div {
    width: 100%;
  }
  .unitron-section .blu .color dd {
    width: 90%;
    margin: 0 auto;
  }
  
  .oticon-section .shape > div {
    width: 100%;
  }
  .oticon-section .shape-inner {
    flex-direction: column;
    row-gap: 3em;
  }
  .oticon-section .shape figure {
    width: 50%;
    max-width: 100%;
  }
  .oticon-section .shape figure:nth-of-type(1) {
    width: 80%; 
  }
  .oticon-section .benefits h3 {
    margin-bottom: 1.7em!important;
  }
  .oticon-section .benefits > div {
    margin-top: 4em;
  }
  
  .jabra-section .shape {
    flex-direction: column;
    align-items: center;
    row-gap: 1.3em;
  }
  .jabra-section .shape figure {
    width: 100%;
  }
  .jabra-section .guarantee_about {
    margin-top: 8.7em;
  }
  
  .modal__inner {
    padding: 20% 0 10%;
  }
  .modal_contents {
    height: calc(70vh - 40%);
  }
  .modal_contents .modal_icon_wrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .modal_contents .modal_icon_wrap li {
    width: 100%;
  }
}