@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: 50%;
  background-color: #004499;
  padding: 2.0rem;
  text-align: center;
  margin: 0 auto;
}
  .problem__category p {
    color: #fff;
    font-weight: bold;
    font-size: min(2rem, 18px);
    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: 48%;
  max-width: 1200px;
  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: auto;
}
  .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;
    text-align: center;
  }

.item__boxitem_company {
  font-size: min(1.3vw, 22px);
  font-weight: bold;
  width: 90%;
}

.item__boxitem_picture {
  width: 100%;
  margin: 2em 0;
}
  .item__boxitem_picture img {
    width: 80%;
    max-height: 200px;
    margin: 0 auto;
    object-fit: cover;
  }

.item__boxitem_contents {
  margin: 0;
  width: 80%;
  height: 8em;
}

  .item__boxitem_contents p {
    text-align: left;
    margin: 0 auto;
    padding: 0 0 2rem;
    font-size: min(1.8rem, 20px);
  }

.item__boxitem_btn {
  width: 75%;
  background-color: #004499;
  margin: 3rem auto;
  text-align: center;
  border-radius: 10px;
  border: #004499 solid 1px;
}
  .item__boxitem_btn p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: min(2vx, 18px);
  }
  .item__boxitem_btn a {
  }
  .item__boxitem_btn a p:hover {
    background-color: #fff;
    color: #004499;
    border: #004499 solid 1px;
    transition-duration: 500ms;
    border-radius: 10px;
  }

.leadtext__center {
  margin-top: 5rem;
}

.leadtext__center-text {
  font-weight: bold;
  color: #004499;
  line-height: 1.6;
  margin-bottom: 6vw;
  text-align: center;  
}

.leadtext__center-text p {
  width: 100%;
  display: inline-block;
  font-size: max(16px, 2vw);
  font-weight: bold;
}


.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;
}

span.discription__title {
  font-size:2.5rem;
  font-weight:bold; 
}

.picture__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:flex-start;
  flex-flow: column;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.picture__title p {
  font-size: 1.5rem;
  text-align: left;
  margin: 0 auto;
  padding-right: 40px;
}
.picture__title img {
  padding-left: 40px;
  margin-bottom: 0;
}

.video__frame {
  width: 100%;
  min-height: 100%;
  max-width: 800px;
  margin: 1rem auto;
}
.video__frame video {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

.fanreco_news {
  width: 75%;
  max-width: 800px;
  border: solid 1px #CCC;
  text-align: center;
  margin: 0 auto;
}

p.fanreco_news__info {
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  font-weight: 800;
  height: 2em;
}
  p.fanreco_news__info:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url('../img/icon_news.jpg');
    background-position: bottom;
    background-size: contain;
    margin-right: 10px;
    vertical-align: bottom;
  }

.fanreco_news p {
  width: 75%;
  min-width: 400px;
  margin: 1em auto;
  text-align: center;
}

.flex-box-right img {
  float: right;
  margin: 0 15px 15px 0;
  width: 30%;
}

img.left_pic {
  padding-right: 40px;
}

img.right_pic {
  padding-left: 40px;
  object-fit: none;
}

/*------------ 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 {
    width: 95%;
  }
  
  .problem__category p {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    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;
    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;
      line-height: clamp(20px, 2vw, 24px);
    }

  .item__boxitem_contents {
      height: auto;
      width: 90%;
      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;  
  }

  .item__boxitem_company {
    font-size: min(4vw, 22px);
    font-weight: bold;
    width: 90%;
    margin: 1em auto;
  }

  .item__boxitem_picture {
    width: 100%;
    margin: 0;
  }
  
  .item__boxitem_picture img {
    width: 100%;
  }

  .middle_txt__center_discription {
    width: 90%;
    text-align: center;
    margin: 1em auto 2em;
  }

  p.middle_txt__center {
    font-size: min(2rem, 18px);
    margin: 6rem auto 3rem;
    font-weight: 800;
    text-align: center;
  }

  span.discription__title {
    font-size:1.5rem;
  }

  .picture__title img {
    width: 80%;
    padding-left: 0;
  }

  .fanreco_news {
    width: 95%;
    max-width: 400px;
    border: solid 1px #CCC;
    text-align: center;
    margin: 0 auto;
  }

  p.fanreco_news__info {
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    font-weight: 800;
    height: 2em;
  }
    p.fanreco_news__info:before {
      content: '';
      display: inline-block;
      width: 2em;
      height: 2em;
      background-image: url('../img/icon_news.jpg');
      background-position: bottom;
      background-size: contain;
      margin-right: 10px;
      vertical-align: bottom;
    }

  .fanreco_news p {
    width: 95%;
    min-width: 90%;
    margin: 1em auto;
    text-align: center;
  }

  .flex-box-right img {
    float: right;
    margin: 0 auto 15px;
    width: 100%;
  }

  img.left_pic {
    padding-right: 0px;
  }
  
  img.right_pic {
    padding-left: 0px;
  }



}