@charset "UTF-8";

.problem__title {
  background-image: url(../img/citrix/problem_title_bg_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50vw;
  padding: 5vw 0 5vw 0;
  font-size: 5rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 18vw;
  letter-spacing: 0.07em;
  color: #004499;
}

.problem__category {
  width: 100%;
  height: 7vw;
  background-color: #004499;
  padding: 2.0rem;
  text-align: center;
  margin: 0 auto;
}
  .problem__category p {
    color: #fff;
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
    margin: 0 auto;
  }

.problem__boxframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 5vw;
}

.problem__box {
  text-align: center;
  width: 28vmin;
  height: 28vmin;
  max-width: 300px;
  max-height: 200px;
  background-color: #fff;
  box-shadow: 2px 1px 4px #ccc;
  margin: 3rem auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.problem__box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  height: 28vmin;
  max-height: 200px;
}
  .problem__box_inner p {
  font-size: clamp(14px, 1.3vw, 18px) ;
  margin: 1vw auto;
  padding: 20px;
  text-align: left;
  line-height: clamp(20px, 2vw, 24px);
}

.problem__boxitem {
  font-size: min(2vw, 22px);
  text-align: center;
  margin: 5px auto;
  color: #004499;
  font-weight: bold;  
}
  .problem__boxitem::before {
    content: '■';
  }
  .problem__boxitem::after {
    content: '';
  }

.item__box_long_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 5vw;
}

.item__box_long {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  max-height: 250px;
  background-color: #fff;
  box-shadow: 2px 1px 4px #ccc;
  margin: 1rem auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.item__box_long_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  height: 28vmin;
  max-height: 200px;
}
  .item__box_long_inner p {
  font-size: clamp(14px, 1.3vw, 18px) ;
  margin: 1vw auto;
  padding: 20px;
  text-align: left;
  line-height: clamp(20px, 2vw, 24px);
}

.item__boxitem_title {
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 10px 10px 0 0;
  background-color: #004499;
  width: 100%;  
}
  .item__boxitem_title p {
    font-size: min(2vw, 22px);
    color: #fff;
    margin: 5px auto;
  }

.item__boxitem_contents {
  width: 98%;
  margin: 0;
}
  .item__boxitem_contents p {
    text-align: left;
    margin: 0 auto;
    padding: 0 4em 1em;
    text-indent: -2em;
  }
  .item__boxitem_contents p::before {
    content: url('../img/icon/check-mark.svg');
    display: inline-block;
    padding-left: 0;
    margin-left: 1em;
    color: #004499;
    width: 1em;
    height: 1em;
    
  }


.problem__cta {
  margin-top: 5rem;
}

.problem__cta-text {
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #004499;
  line-height: 1.6;
  margin-bottom: 6.1333333333vw;
  text-align: center;  
}

.problem__cta-text span {
  display: inline-block;
  font-size: min(3vw, 24pt);
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 14rem;
  gap: 3vw;
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: white;
  background-color: #349898;
  border-radius: 100vmax;
  margin-inline: auto;
  transition: background-color 0.2s ease-out;  
}
  .cta-button::before {
    content: "";
    width: 3vw;
    height: 2vw;
    background-image: url(../img/citrix/mail_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

.problem__cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw 2.6vw;
  margin-top: 2vw;
  padding-right: 2vw;  
}

.problem__cta-tel-text {
  font-size: 3vw;
  text-align: center;
  width: 100%
}

.middle_txt__center {
  margin: 10rem auto 0; 
}

p.middle_txt__center {
  font-size: min(4rem, 28px);
  margin: 3rem auto;
  font-weight: 800;
  text-align: center;
}

.middle_txt__center_discription {
  width: 85%;
  text-align: center;
  margin: 1em auto 10em;
}

.middle_txt__center_discription p {
  text-align: left;
}

p.middle_txt__center {
  font-size: min(4rem, 28px);
  margin: 3rem auto;
  font-weight: 800;
  text-align: center;
}

.dtv__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 5vw;  
}

.dtv__colbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  background-color: #F0F0F0;
  margin-bottom: 3em;
}

.dtv__colbox_title {
  color: #004499;
  font-size: min(2rem, 18px);
  margin: 2rem;
  text-align: center;
  font-weight: bold;
}

.dtv__colbox_disc {
  font-size: min(1.2em, 16px);
  margin: 2.5rem;
  text-align: left;
}

.dtv__colbox_btn {
  text-align: left;
  line-height: 1.2; 
  text-decoration: none;
  padding: 10px;
  position: relative;
  width: 80%;
  display: inline-block;
  outline: none;
  border: 0;
  cursor: pointer;
  transition: .2s;
  background-color: #049;
  outline: none;
  text-decoration: none;
  color: #fff;
  margin: 1rem auto 3rem;
}
.dtv__colbox_btn:hover {
  background-color: #fff;
  transition-duration: 200ms;
  color: #049;
}
.dtv__colbox_btn p {
  vertical-align: middle;
  line-height: 2.2rem;
  margin: 1.5rem;
}
.dtv__colbox_btn p:after {
    content: url(../img/icon_arr_right.svg);
    height: 5px;
    width: auto;
    position: absolute;
    top: 15px;
    bottom: 5px;
    right: 20px;
    margin: auto 0;
    transition: 0.3s;
    transform: translate(0, -0.5em);
}
.dtv__colbox_btn p:after:hover {
    color: #049;
}

img.right_pic {
  padding-left: 40px;
}

/*------------ for smartphone ------------*/

@media screen and (max-width: 767px) {
  .problem__title {
    background-image: url(../img/citrix/problem_title_bg_pc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80vw;
    padding-top: 3vw;
    font-size: max(10px, 0.8rem, 18px);
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 20vw;
    letter-spacing: 0.07em;
    color: #004499;
  }

  .problem__box {
    margin: 1rem auto;
    height: auto;
  }

  .problem__box_inner {
    height: auto;
  }
  .problem__box_inner p {
    font-size: clamp(9px, 1.3vw, 18px) ;
    margin: 1vw auto;
    padding: 0 1em;
    text-align: left;
    line-height: clamp(20px, 2vw, 24px);
  }

  .problem__category p {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin: -1.5rem auto;
    padding: 0 3rem;
  }

  .item__box_long_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }

  .item__box_long {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
    background-color: #fff;
    box-shadow: 2px 1px 4px #ccc;
    margin: 1rem auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
  }

  .item__boxitem_title {
    text-align: center;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background-color: #004499;
    width: 100%;  
  }
    .item__boxitem_title p {
      font-size: min(3vw, 22px);
      color: #fff;
      margin: 5px auto;
    }

    .item__box_long_inner p {
      font-size: clamp(14px, 1.3vw, 18px) ;
      margin: 0 auto;
      padding: 1rem;
      text-align: left;
      line-height: clamp(20px, 2vw, 24px);
    }

  .item__boxitem_contents {
      width: 85%;
      margin: 0;
    }
    .item__boxitem_contents p::before {
      margin-left: 1em;
    }

  .cta-button {
    width: 75%;
    height: clamp(3rem, 5rem, 10rem);
    gap: 3vw;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: white;
    background-color: #349898;
    border-radius: 100vmax;
    margin-inline: auto;
    transition: background-color 0.2s ease-out;  
  }

  p.middle_txt__center {
    font-size: min(2rem, 18px);
    margin: 6rem auto 3rem;
    font-weight: 800;
    text-align: center;
  }

  .dtv__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 5vw;  
  }

  .dtv__colbox {
    width: 100%;
  }
  
  img.right_pic {
    padding-left: 0px;
  }


}