<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
#content {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hoge{
    margin: 80px;
}

.hogehogehoge{
  margin: 120px;
}

/*事前予約フォームbtn*/
/*.contactbtn_container {
  position: fixed;
  right: 0%;
  bottom: 80px;
  width: auto;
  height: auto;
  background-color: #F18D00;
  border-radius: 1em 0 0 1em;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em 0 1em;
  padding-bottom: 2em;
  z-index: 1;
 }

 .contactbtn_container .btnh2{
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.2em;
  color: white;
 }

 .contactbtn_container .btnh1{
  font-size: 2.3em;
  font-weight: bold;
  margin: 0.3em;
  margin-bottom: 0.7em;
  color: white;
 }

 .contactbtn_container .btnp{
  font-size: 0.9em;
  margin: 0;
  color: white;
 }

 .contactbtn_container .btn {
  text-decoration: none;
  padding: .7rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: white;
  border-radius: 2em;
  color: #F18D00;
}

.contactbtn_container .btn p{
  font-size: 1em;
}*/

/* 各コンテツタイトルと文章start */
.services{
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 36px;
    margin: auto;
    /* width: 210mm; */
}

.serviceSubTitle{
    font-size: 14px;
    margin-top: -26px;
    color: #BFC4C4;
}
/* 各コンテツタイトルと文章end */

/* タブ切り替えstart */
.area {
    /* width: 210mm; */
    margin: auto;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
   
.tab_class {
    width: calc(100%/3);
    height: 36px;
    background-color: #BEC4C4;
    color: white;
    line-height: 39px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    display: block;
    /* float: left; */
    order: -1;
    /* padding: 1px; */
    cursor: pointer;
    transition: all 1s;
  }

#tab_center {
    width: calc(100%/3 - 14px);/*下のマージン2つを足し算したものをマイナスする*/
    margin-right: 7px;
    margin-left: 7px;
    transition: all 1s;
    border-radius: 10px 10px 0 0;
  }
   
  input[name="tab_name"] {
    display: none;
  }
   
  input:checked + .tab_class {
    background-color: #31B9BC;
    color: white;
    transition: all 1s;
    border-radius: 10px 10px 0 0;
  }
   
.content_class {
    display: none;
    width: 100%;
  }
   
  input:checked + .tab_class + .content_class {
    display: block;
  }

.tab_class{
    margin-top: 70px;
    margin-bottom: 100px;
    border-radius: 10px 10px 0 0;
  }

  #tab_center:hover{
    opacity: 60%;
    transition: .5s cubic-bezier(0.250,0.460,0.450,0.940);
  }

  input:checked + .tab_class:hover{
    opacity: 60%;
    transition: .5s cubic-bezier(0.250,0.460,0.450,0.940);
  }

  .tab_class:hover{
    opacity: 60%;
    transition: .5s cubic-bezier(0.250,0.460,0.450,0.940);
  }
/* タブ切り替えend */

/* 各コンテンツの中身start */
.serviceTitleBox{
    /* width: 210mm; */
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
  }

  .serviceTitleBox_2{
    display: block;
  }


.serviceLeftBox{
    display: block;
    margin-top: -6px;
  }

.text_center{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.service_left{
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }

.service_left_2{
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 36px;
    font-weight: 500;
    width: 404px;
  }
  .service_left_3{
    text-align:left;
    color: #31B9BC;
    letter-spacing: 1.5px;
    line-height: 36px;
    font-weight: 700;
    width: 404px;
  }

.service_right{
    width: 350px;
    text-align: right;
    border-radius: 300px 300px 40px 40px;
  }

.service_all{
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 36px;
  font-weight: 500;
  width: 100%;
}

.contentWrapper{
    /* width: 210mm; */
    height: auto;
    border: 3px solid #31B9BC;
    border-radius: 15px;
    margin: auto;
    margin-top: 110px;
  }

.contentWrapper__2 {
  height: auto;
  border: 3px solid #FF7E00;
  border-radius: 15px;
  margin: auto;
  margin-bottom: 48px;
}

.link__btn{
  display: inline-block;
  width: 100%;
  background-color: #fff;    /* 通常時の背景色 */
  padding: 0px 32px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.link__btn:hover {
  background-color: #ffe5cb; /* ホバー時の背景色 */
  color: #fff;               /* ホバー時の文字色 */
}

.contentNumber{
    color: #31B9BC;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 70px;
  }

.contentTitle{
    color: #31B9BC;
    font-size: 20px;
    font-weight: 500;
    margin-top: -10px;
    letter-spacing: 1.5px;
  }

.contentText{
    width: 170mm;
    text-align: justify;
    margin: auto;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 60px;
    margin-top: 30px;
  }

.contentIllust{
    width: 170mm;
    margin-bottom: 70px;
  }

  .contentIllust_2{
    margin-bottom: 0px!important;
  }

  .link-text__4 {
    font-size: 20px;
    font-weight: 600;
    color: #FF7E00;
    text-decoration: underline;
    text-decoration-color: #FF7E00;
  }
/* 各コンテンツの中身end */

/* 表示非表示のボタンと中身start */
.A{
    width: 190px;
    padding: 13px 0 13px 0;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    /* display: block; */
    margin: 0 auto;
    color: #fff;
    background: #F28705;
    line-height: 1;
    border-radius: 15px;
    transition: all .2s;
    border: 2px solid #F28705;
    margin-bottom: 70px;
    margin-top: -20px;
    /* display: inline-block; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }

.A:hover{
    background-color: #fff;
    border-color: #F28705;
    color: #F28705;
  }

.B{
    /* background: #ffaf74; */
    height: auto;
    width: 170mm;
    text-align: center;
    margin: auto;
    display: none;
    margin-top: 36px;
    margin-bottom: 60px;
}
/* 表示非表示のボタンと中身end */

/* 非表示コンテンツの中身start */
.hideTitle{
    color: #31B9BC;
    font-size: 20px;
    font-weight: 500;
    margin-top: 130px;
    letter-spacing: 1.5px;
  }

  .hideTitle_2{
    font-size: 16px;
    font-weight: 500;
  }

.hideText{
    width: 170mm;
    text-align: justify;
    margin: auto;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .hideIllust{
    width: 170mm;
  }

  .youtubeBox {
    width: 100%;
    max-width: 560px;
    max-height: 315px;
    object-fit: contain;
    aspect-ratio: 16/9;
    -webkit-aspect-ratio: 16/9;
    margin: 0 auto;
  }

  .youtubeBox-iframe {
    width: 100%;
    height: 100%;
  }
  
  .ejoy-popup > div {
    bottom: 0;
  }
/* 非表示コンテンツの中身end */

/* よくある質問start */
.QAtitle{
    color: #31B9BC;
    font-size: 20px;
    font-weight: 500;
    margin-top: 130px;
    letter-spacing: 1.5px;
  }

.QAtext{
    width: 170mm;
    text-align: center;
    margin: auto;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 35px;
    margin-top: 30px;
  }

.QAwrapper{
    /* width: 210mm; */
    margin: auto;
    margin-bottom: 130px;
}

/* QAの展開部分start */
.qa-007 {
    /* width: 210mm; */
    margin-bottom: 15px;
    border: none;
    border-radius: 9px;
    /* box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%); */
    box-shadow: 0 0 27px rgba(173,173,173,0.35);
    background-color: #fff;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3.5em;
    color: #333333;
    font-weight: 600;
    text-align: justify;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-007 summary::before {
    color: #31B9BC;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 20px;
    border-bottom: 2px solid #BEC4C4;
    border-right: 2px solid #BEC4C4;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 3.5em 0.9em;
    color: #2F3535;
    line-height: 25px;
    text-align: left;
    transition: transform .5s, opacity .5s;
    user-select: none;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
    text-align: justify;
}

.qa-007 p::before {
    color: #F28705;
    line-height: 1.2;
    content: "A";
}
/* QAの展開部分start */
/* よくある質問end */

  /* 企業情報ボタン_start */
  .btn01_3 {
    margin-top: 35px;
    margin-bottom: 130px;
  }
  
  .btn01_3 a { /*左の文字_ホバー前*/
    display: inline-block;
    position: relative;
    padding: 1em 75px 1em 0em;
    color: #3C3F3F;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    right: -10px;
  }
  
  .btn01_3 a::before { /*丸_ホバー前*/
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2.5px solid #3C3F3F;
    border-radius: 50vh;
    transition: 0.3s;
  }
  
  .btn01_3 a::after { /*やじるし_ホバー前*/
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #3C3F3F;
    border-right: 2px solid #3C3F3F;
    transition: 0.3s;
  }
  
  .btn01_3 a:hover { /*左の文字_ホバー後*/
    text-decoration: none;
    color: #31B9BC;
    opacity: .3s;
  }
  
  .btn01_3 a:hover::before { /*丸の中_ホバー後*/
    /* background: linear-gradient(-135deg, #D3E5EE, #91BED4 90%); */
    background: #31B9BC;
  }
  
  .btn01_3 a:hover::after { /*やじるし_ホバー後*/
    border-top: 2px solid white;
    border-right: 2px solid white;
  }

  .btn01_3 a:hover::before{
    border: 2.5px solid #31B9BC;
  }
  /* 企業情報ボタンend */

/* お客さまのお声start */
  .pointContainer{
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* width: 210mm; */
    margin-top: 28px;
  }

  .square{
    width: 252px;
    height: auto;
    border-radius: 20px;
    background: #F6F6F3;
}

.pointTextBox{
    padding: 20px 20px 5px 20px;
    letter-spacing: 1.5px;
    line-height: 26px;
}

.pointNumber_{
  text-align: center;
  font-weight: 500;
  color: #FF7E00;
}

.pointNumber{
    text-align: center;
    font-weight: 500;
    color: #FF7E00;
    padding: 13px 0 13px 0;
}

.pointText{
    text-align: justify;
    font-size: 14px;
    margin-top: 12px;
    height: 80px;
}

.caseImg{
  width: 100%;
  display: block;
  margin: auto;
}

/* hr{
  border: none;
  border-bottom: 1.9px #FF7E00 solid;
  margin: auto;
  margin-top: -5px;
  width: 100%;
} */

.btn02{
  width: 140px;
  padding: 8px 0 8px 0;
  font-size: 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  /* background: #FF7E00; */
  /* background: linear-gradient(270deg, #FF7E00,#FF8164); */
  /* background: linear-gradient(270deg, rgba(255, 137, 8, 1), rgba(255, 129, 100, 1)); */
  background: linear-gradient(270deg, #FF7E00,#FF8164);
  line-height: 1;
  border-radius: 25px;
  transition: all .2s;
  border: 2px solid #FF7E00;
  margin-bottom: 20px;
  /* box-shadow: 0 3px 0.9375em 0 rgb(0 0 0 / 20%); */
}

.btn02:hover{
  background: linear-gradient(180deg, #fff,#fff);
  border-color: #FF7E00;
  color: #FF7E00;
}
/* お客さまのお声end */

.meritContainer{
  width: 170mm;
  margin: auto;
  margin-top: -20px;
}

.meritIcon{
  /* width: 60px; */
  height: 60px;
  margin-bottom: -5px;
}

.meritTitle{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FF7E00;
}

.meritTitle_2{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #FF7E00;
  margin-top: -10px;
  letter-spacing: 1px;
}

/* hr{
  border: none;
  border-bottom: 2px #FF7E00 solid;
  margin: auto;
  margin-top: -4px;
  width: 50px;
} */

.meritText{
  /* text-align: justify; */
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 36px;
  /* font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 27px; */
}

.meritImg{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* 2023/03/20_追記_メリットの展開部分 */
#merit-wrapper1,
#merit-wrapper2,
#merit-wrapper3 {
  width: 170mm;
  margin: auto;
}

.meritBOX{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* margin: auto; */
  margin-bottom: 50px;
}

.meritIcon-2{
  width: 12%;
  min-width: 36px;
}

.meritTitle-2{
  width: 32%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FF7E00;
  /* padding-left: 15px; */
  padding: 0 20px 0 15px;
}

.meritText-2{
  flex: 1 1 auto;
  width: 55%;
  text-align: justify;
  letter-spacing: 1.5px;
  /* line-height: 36px; */
  font-size: 14px;
  /* padding: 0 20px 0 20px; */
  /* padding-right: 20px; */
}

.meritImg-2{
  width: 100%;
  /* margin-top: 40px; */
  /* margin-bottom: 30px; */
}

.kara{
  width: 5%;
  margin-left: 24px;
}

/* +ボタン */
.C, .E, .G{
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  /* padding: 13px 0 13px 0; */
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #BEC4C4;
  /* line-height: 0.2; */
  border-radius: 50%;
  transition: all .2s;
  /* border: 2px solid #BEC4C4; */
  /* margin-bottom: 70px;
  margin-top: 13px; */
  cursor: pointer;
}

.C:hover{
  background-color: #fff;
  border-color: #BEC4C4;
  color: #BEC4C4;
}

.D{
  /* background: #ffaf74; */
  height: auto;
  width: 170mm;
  text-align: center;
  margin: auto;
  display: none;
  /* margin-top: 36px; */
  margin-bottom: 60px;
}
/* +ボタン */
/* +ボタン-2 */
/* .E{
  width: 5%;
  height: 3px;
  padding: 13px 0 13px 0;
  font-size: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  background: #BEC4C4;
  line-height: 0.2;
  border-radius: 30px;
  transition: all .2s;
  border: 2px solid #BEC4C4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
} */

.E:hover{
  background-color: #fff;
  border-color: #BEC4C4;
  color: #BEC4C4;
}

.F{
  /* background: #ffaf74; */
  height: auto;
  width: 170mm;
  text-align: center;
  margin: auto;
  display: none;
  /* margin-top: 36px; */
  margin-bottom: 60px;
}
/* +ボタン-2 */

/* +ボタン-3 */
.G:hover{
  background-color: #fff;
  border-color: #BEC4C4;
  color: #BEC4C4;
}

.H{
  /* background: #ffaf74; */
  height: auto;
  width: 170mm;
  text-align: center;
  margin: auto;
  display: none;
  /* margin-top: 36px; */
  margin-bottom: 60px;
}

#tab_edge{
  border-width: 2.5px 0 0 0;
  border-style: solid;
  border-color: #31B9BC;
  width: 100%;
  position: relative;
  top: 114px;
}
/* +ボタン-3 */

/* 2023/03/20_追記_メリットの展開部分 */

/* 2023/03/14 メディアクエリ */
@media screen and (max-width: 820px){
  #content {
    width: 100%;
  }

  .pointTextBox {
    box-sizing: border-box;
  }

  /* A4 210mmから変更 */
  .services,
  .area,
  .QAwrapper,
  .qa-007 {
    box-sizing: border-box;
    width: 94%;
    padding: 3%;
  }

  .qa-007 {
    margin-inline: auto;
  }

  .serviceTitleBox,
  .contentWrapper,
  .pointContainer,
  .square,
  .QAtext,
  .B {
    box-sizing: border-box;
    width: 100%;
  }

  .contentWrapper {
    padding: 30px;
  }

  .pointContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
    gap: 40px;
  }

  /* VPP事業の画像 */
  .service_right{
    width: 100%;
    max-width: 320px;
    text-align: right;
    border-radius: 300px 300px 40px 40px;
  }

  .serviceLeftBox {
    margin-right: 30px;
  }

  .service_left_2{
    width: 100%;
  }

  #merit-wrapper1,
  #merit-wrapper2,
  #merit-wrapper3,
  .D,
  .F,
  .H,
  .contentIllust,
  .contentText,
  .meritContainer,
  .hideIllust,
  .hideText {
    width: 100%;
    max-width: 170mm;
  }
  
  .contentNumber {
    margin-top: 0;
  }

  .contentIllust {
    margin-bottom: 9px;
  }

  #whatIsVpp .hoge {
    margin: 0;
  }
  
  .hoge {
    margin: 40px;
  }

  .qa-007 summary::after {
    position: absolute;
    right: 0.5em;
  }

  .qa-007 p {
    padding: 16px 32px 16px 56px;
  }

  .contentIllust + .youtubeBox {
    margin-top: 40px;
  }

  .youtubeBox {
    width: 100%;
    aspect-ratio: 16/9;
    -webkit-aspect-ratio: 16/9;
  }

  .youtubeBox-iframe {
    width: 100%;
    height: 100%;
  }
}

/* 210mmくらいになったとき */
@media screen and (min-width: 821px){
  .services,
  .area,
  .pointContainer,
  .serviceTitleBox,
  .QAwrapper,
  .contentWrapper,
  .qa-007 {
    width: 210mm;
  }
}


@media screen and (max-width: 680px){
  .serviceTitleBox {
    flex-direction: column-reverse;
    align-items: center;
  }

  .serviceLeftBox {
    margin-right: 0;
    max-width: 320px;
  }

  .service_left {
    text-align: center;
  }

  .QAwrapper,
  .qa-007 {
    width: 100%;
  }

  .QAwrapper {
    padding: 0;
  }


  .QAtitle {
    margin-top: 60px;
  }

  .A,
  .QAwrapper {
    margin-bottom: 0;
  }

  .hogehogehoge {
    margin: 60px;
  }
  #tab_edge {
    border: none;
  }
}

@media screen and (max-width: 480px){
  /* タブ切り替えを縦に並べる */
  .tab_class, #tab_center {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #tab_center {
    margin-left: 0;
    margin-right: 0;
  }
  #tab_right {
    margin-bottom: 40px;
  }

  /* #merit-wrapper1~3 */
  #merit-wrapper1 .meritBOX,
  #merit-wrapper2 .meritBOX,
  #merit-wrapper3 .meritBOX {
    display: grid;
    margin-bottom: 20px;
  }
  /* #merit-wrapper1だけ、＋ボタンが付いているのでレイアウトを変更 */
  #merit-wrapper1 .meritBOX {
    grid-template-columns: 36px 1fr 56px;
    grid-template-areas: 
      "mIcon mTitle mButton"
      "mText mText mButton"
    ;
  }
  /* #merit-wrapper2,3は ＋ボタンなし */
  #merit-wrapper2 .meritBOX,
  #merit-wrapper3 .meritBOX {
    grid-template-columns: 36px 1fr;
    grid-template-areas: 
      "mIcon mTitle"
      "mText mText"
    ;
  }

  #merit-wrapper1 .meritIcon-2,
  #merit-wrapper2 .meritIcon-2,
  #merit-wrapper3 .meritIcon-2 {
    grid-area: mIcon;
    width: 100%;
  }
  #merit-wrapper1 .meritTitle-2,
  #merit-wrapper2 .meritTitle-2,
  #merit-wrapper3 .meritTitle-2 {
    grid-area: mTitle;
    width: auto;
    text-align: left;
  }
  #merit-wrapper1 .meritText-2,
  #merit-wrapper2 .meritText-2,
  #merit-wrapper3 .meritText-2 {
    grid-area: mText;
    width: auto;
    margin-top: 0;
  }

  #merit-wrapper1 .C {
    grid-area: mButton;
    margin-left: auto;
  }

  #merit-wrapper1 .D {
    margin-bottom: 40px;
  }
  #merit-wrapper1 .F {
    margin-bottom: 0;
  }
  
     /*事前予約フォームbtn*/
 /*.contactbtn_container {
  position: fixed;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  background-color: #F18D00;
  border-radius: 1em 0 0 1em;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em 0 1em;
  padding-bottom: 1em;
  z-index: 1;
 }

 .contactbtn_container .btnh2{
  font-size: .5em;
  margin-top: 1em;
  margin-bottom: 0.1em;
  color: white;
 }

 .contactbtn_container .btnh1{
  font-size: 1em;
  font-weight: bold;
  margin: 0.2em;
  margin-bottom: 0.4em;
  color: white;
 }

 .contactbtn_container .btnp{
  font-size: 0.3em;
  margin: 0;
  color: white;
 }

 .contactbtn_container .btn {
  text-decoration: none;
  padding: .4rem;
  background-color: white;
  border-radius: 1em;
  color: #F18D00;
}

.contactbtn_container .btn{
  font-size: .2em;
}*/
}