@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.mdbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdbr {
    display: inline;
  }
}

/* メインビジュアル
========================================================================== */
.ipRadioMainVisual {
  margin-bottom: 20px;
  background-image: url("/img/ip-network-main-visual.jpg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}
.ipRadioMainVisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  z-index: 1;
}
.ipRadioMainVisual__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .ipRadioMainVisual__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioMainVisual__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__inner {
    padding-bottom: 40px;
  }
}
.ipRadioMainVisual__title {
  font-weight: 900;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #419391;
}
.ipRadioMainVisual__title small {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__title small {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.ipRadioMainVisual__title small::before {
  z-index: -1;
  position: absolute;
  content: "社内の通信機器やシステムを";
  color: #fff;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
}
.ipRadioMainVisual__title span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__title span {
    font-size: 3rem;
  }
}
.ipRadioMainVisual__title span::before {
  z-index: -1;
  position: absolute;
  content: "一元運用しませんか？";
  color: #fff;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
}
.ipRadioMainVisual__description {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: left;
  margin: 0 auto 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.ipRadioMainVisual__solution {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__solution {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.ipRadioMainVisual__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
.ipRadioMainVisual__tag {
  display: inline-block;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.ipRadioMainVisual__tag:not(:last-child) {
  background-color: #A2ADA6;
  color: #fff;
  padding: 2px 20px 3px;
}
.ipRadioMainVisual__tag:last-child {
  padding: 2px 0px 3px;
}
@media screen and (max-width: 768px) {
  .ipRadioMainVisual__tag {
    padding: 8px 16px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
}

/* IPラジオのCTA
========================================================================== */
.ipRadioCTA__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1100px;
  background-color: #EAF6F6;
  padding: 32px 64px;
  border-radius: 6px;
}
@media screen and (max-width: 1280px) {
  .ipRadioCTA__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioCTA__text {
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ipRadioCTA__text {
    font-size: 1.6rem;
  }
}
.ipRadioCTA__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 25px;
  }
}
.ipRadioCTA__links a {
  width: 45%;
  height: 76px;
  text-align: center;
  border: 2px solid #419391;
  text-decoration: none;
  color: #419391;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ipRadioCTA__links a {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links a {
    width: 100%;
    height: 68px;
  }
}
.ipRadioCTA__links a::before {
  content: "";
  width: 60px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .ipRadioCTA__links a::before {
    width: 50px;
    background-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links a::before {
    width: 46px;
    background-size: 46px;
  }
}
.ipRadioCTA__links a.contact {
  font-size: 2.2rem;
  background-position: left 50px center;
  font-weight: 700;
  position: relative;
}
.ipRadioCTA__links a.contact::before {
  display: none;
}
.ipRadioCTA__links a.contact::after {
  position: absolute;
  content: "";
  right: 40px;
  display: inline-block;
  margin-left: 10px;
  width: 0.8em;
  height: 0.8em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links a.contact::after {
    right: 20px;
    width: 0.6em;
    height: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .ipRadioCTA__links a.contact {
    font-size: 2rem;
  }
}
.ipRadioCTA__links a.tel {
  color: #419391;
  font-weight: 900;
  font-size: 3.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ipRadioCTA__links a.tel {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links a.tel {
    font-size: 2.6rem;
  }
}
.ipRadioCTA__links a.tel::before {
  background-image: url("/img/freedial-green.svg");
}
.ipRadioCTA__links a.tel::after {
  background-image: url("/img/shitsuji-kun.png");
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 500/627;
  right: -50px;
  top: -30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .ipRadioCTA__links a.tel::after {
    width: 18vw;
    top: -10px;
    right: -20px;
  }
}

/* ナビゲーション
========================================================================== */
.ipRadioNavigation {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation {
    padding: 30px 0;
  }
}
.ipRadioNavigation__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  .ipRadioNavigation__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioNavigation__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioNavigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }
}
.ipRadioNavigation__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 280px;
}
.ipRadioNavigation__item a,
.ipRadioNavigation__item span {
  display: block;
  background-color: #7BC4C4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 24px 15px;
  -webkit-box-shadow: 0 2px 0px #419391;
          box-shadow: 0 2px 0px #419391;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item a,
  .ipRadioNavigation__item span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item:not(:last-child) a {
    padding: 12px 15px 20px;
  }
}
.ipRadioNavigation__item:not(:last-child) a::after {
  position: absolute;
  top: calc(100% - 22px);
  right: calc(50% - 6px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item:not(:last-child) a::after {
    top: calc(100% - 20px);
    right: calc(50% - 4px);
    width: 10px;
    height: 10px;
  }
}
.ipRadioNavigation__item:last-child span {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item:last-child span {
    padding: 16px 15px 16px;
  }
}
.ipRadioNavigation__item:last-child span::before, .ipRadioNavigation__item:last-child span::after {
  position: absolute;
  top: 52%;
  right: 18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 2px;
  background-color: #7BC4C4;
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item:last-child span::before, .ipRadioNavigation__item:last-child span::after {
    width: 14px;
    height: 14px;
    right: 8%;
    top: 52%;
  }
}
.ipRadioNavigation__item:last-child span::after {
  right: calc(18% - 4px);
  top: calc(52% - 4px);
}
@media screen and (max-width: 768px) {
  .ipRadioNavigation__item:last-child span::after {
    right: calc(8% - 3px);
    top: calc(52% - 3px);
  }
}

/* システム構成例
========================================================================== */
.ipRadioSystem {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem {
    padding: 40px 0;
  }
}
.ipRadioSystem__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1280px) {
  .ipRadioSystem__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioSystem__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ipRadioSystem__title {
    margin-bottom: 20px;
  }
}
.ipRadioSystem__title small {
  display: block;
  font-size: 1.4rem;
  color: #23E000;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__title small {
    font-size: 1.2rem;
  }
}
.ipRadioSystem__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__title span {
    font-size: 2.4rem;
  }
}
.ipRadioSystem__description {
  margin-bottom: 80px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__description {
    margin-bottom: 20px;
  }
}
.ipRadioSystem__description a {
  color: #7BC4C4;
}
.ipRadioSystem__description p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__description p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.ipRadioSystem__description p:last-child {
  margin-bottom: 0;
}
.ipRadioSystem__image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .ipRadioSystem__image {
    width: 100%;
  }
}
.ipRadioSystem__image img {
  max-width: 100%;
  height: auto;
}

/* フロー
========================================================================== */
.ipRadioFlow {
  padding: 80px 0;
  background-color: #F2F2F2;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ipRadioFlow {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.ipRadioFlow__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  .ipRadioFlow__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioFlow__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioFlow__title {
  margin-bottom: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ipRadioFlow__title {
    margin-bottom: 20px;
  }
}
.ipRadioFlow__title small {
  display: block;
  font-size: 1.4rem;
  color: #23E000;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioFlow__title small {
    font-size: 1.2rem;
  }
}
.ipRadioFlow__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioFlow__title span {
    font-size: 2.4rem;
  }
}

.ipRadioStep__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .ipRadioStep__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioStep__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioStep__heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .ipRadioStep__heading {
    margin-bottom: 50px;
  }
}
.ipRadioStep .flowStep {
  background-color: #fff;
  position: relative;
  padding: 2.5rem 4rem 2.5rem 18rem;
  margin: 40px 0;
}
.ipRadioStep .flowStep:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep {
    padding: 3.3vw 5.2vw;
  }
}
.ipRadioStep .flowStep__label {
  background-color: #7BC4C4;
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -20px;
  left: 30px;
  width: 115px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__label {
    height: 12vw;
    width: 14vw;
    left: 5vw;
  }
}
.ipRadioStep .flowStep__label::before, .ipRadioStep .flowStep__label::after {
  position: absolute;
  content: "";
  display: block;
}
.ipRadioStep .flowStep__label::before {
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
  left: 100%;
  width: 16px;
  height: 20px;
  top: 0px;
  background-color: #4ba8a8;
}
.ipRadioStep .flowStep__label::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(50% 100%, 100% 5%, 100% 0, 0 0, 0 5%);
          clip-path: polygon(50% 100%, 100% 5%, 100% 0, 0 0, 0 5%);
  width: 100%;
  height: 40px;
  top: calc(100% - 2px);
  background-color: #7BC4C4;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__label::after {
    height: 5vw;
  }
}
.ipRadioStep .flowStep__label small {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__label small {
    font-size: 3vw;
  }
}
.ipRadioStep .flowStep__label span {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__label span {
    font-size: 6vw;
  }
}
.ipRadioStep .flowStep__heading {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__heading {
    padding-left: 16vw;
    margin-bottom: 4vw;
  }
}
.ipRadioStep .flowStep__heading h3 {
  font-size: 2.25rem;
  color: #7BC4C4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__heading h3 {
    font-size: 5vw;
  }
}
.ipRadioStep .flowStep__text p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ipRadioStep .flowStep__text p {
    font-size: 3.6vw;
  }
}
.ipRadioStep .flowStep__text a {
  color: #7BC4C4;
}

/* 製品ラインナップ
========================================================================== */
.ipRadioProducts {
  padding: 100px 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts {
    padding: 50px 0 10px;
  }
}
.ipRadioProducts__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  .ipRadioProducts__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ipRadioProducts__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ipRadioProducts__title {
  margin-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__title {
    margin-bottom: 20px;
  }
}
.ipRadioProducts__title small {
  display: block;
  font-size: 1.4rem;
  color: #23E000;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioProducts__title small {
    font-size: 1.2rem;
  }
}
.ipRadioProducts__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ipRadioProducts__title span {
    font-size: 2.4rem;
  }
}
.ipRadioProducts__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
.ipRadioProducts__navList li:after {
  content: "▼";
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__navList {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    font-size: 1.4rem;
  }
}
.ipRadioProducts__navItem br {
  display: none;
}
.ipRadioProducts__category {
  padding: 30px 0 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ipRadioProducts__category {
    padding: 20px 0 20px;
  }
}
.ipRadioProducts__categoryTitle {
  background-color: #333;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 99px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__categoryTitle {
    font-size: 1.8rem;
    padding: 8px 16px;
    margin-bottom: 20px;
  }
}
.ipRadioProducts__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  margin-bottom: 40px;
  max-height: 640px;
  overflow-y: clip;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__list {
    grid-template-columns: 1fr;
    max-height: 700px;
  }
}
.ipRadioProducts__item {
  border: 1px solid;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding: 20px 3rem;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__item {
    display: grid;
    grid-template: "name name name" auto "description description description" auto "image . detail" auto "image . link" auto/1fr 10px 2fr;
    padding: 10px 10px;
  }
}
.ipRadioProducts__item a {
  text-decoration: none;
}
.ipRadioProducts__itemName {
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemName {
    grid-area: name;
    padding: 0 0px;
    text-align: center;
  }
}
.ipRadioProducts__itemDescription {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #4a5568;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemDescription {
    grid-area: description;
    font-size: 1.3rem;
    padding: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ipRadioProducts__itemImage {
  width: 75%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemImage {
    grid-area: image;
    width: 100%;
    margin-bottom: 0;
  }
}
.ipRadioProducts__itemDetail {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemDetail {
    grid-area: detail;
    font-size: 1.2rem;
    padding: 0 0px;
  }
}
.ipRadioProducts__itemLink {
  border-radius: 4px;
  width: 100%;
  margin: auto auto 0;
  background-color: #419391;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 0 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemLink {
    grid-area: link;
    font-size: 1.6rem;
  }
}
.ipRadioProducts__itemLink::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2rem;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  rotate: -45deg;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__itemLink::after {
    width: 8px;
    height: 8px;
    right: 1.5rem;
  }
}
.ipRadioProducts__itemLink:hover::after {
  right: 1.8rem;
}
.ipRadioProducts__readMore {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, transparent 0%, #fff 50%);
  position: absolute;
  padding: 40px 0 0;
  width: 100%;
  bottom: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__readMore {
    bottom: 60px;
  }
}
.ipRadioProducts__readMore.open {
  bottom: 10px;
  padding: 0;
  background-image: none;
}
.ipRadioProducts__readMore.open span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__readMore.open span::after {
    margin-bottom: 0px;
  }
}
.ipRadioProducts__readMore span {
  display: block;
  text-align: center;
  background-color: #7BC4C4;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0px;
  width: 460px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 900;
  cursor: pointer;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__readMore span {
    width: 40vw;
    font-size: 4vw;
  }
}
.ipRadioProducts__readMore span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ipRadioProducts__readMore span::after {
    width: 7px;
    height: 7px;
    margin-bottom: 2px;
  }
}

.modaal-inner-wrapper .modaal-container .modaal-content {
  height: auto;
  max-height: 70vh;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content {
    padding: 10px;
  }
  .modaal-inner-wrapper .modaal-container .modaal-content h3 {
    font-size: 2rem !important;
    border-width: 0 !important;
    margin-bottom: 10px !important;
  }
}