<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 */
.link-text__1{
    color: blue;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: blue;
    padding-top: 32px;
}
.link-text__2{
    color: blue;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: blue;
    padding: 16px 0px 32px;
}
.link-text__3{
    color: blue;
    width: 170mm;
    text-align: left;
    margin: auto;
    text-decoration: underline;
    text-decoration-color: blue;
    padding: 16px 0px;
}
.link-text__3:last-child{
    margin-bottom: 48px;
}
.title_normal{
    color: #31B9BC;
    font-size: 20px;
    font-weight: 500;
    margin-top: 130px;
    letter-spacing: 1.5px;
    text-align: center;
}
.onsite_pic{
    width: 800px;
}
.onsiteWrapper{
    margin-bottom: 130px;
}
.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;
    margin-bottom: 32px;
  }

.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;
  }

.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;
  }
/* 各コンテンツの中身end */




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

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

  /* A4 210mmから変更 */
  .services,
  .area,
  .QAwrapper,
  .onsiteWrapper,
  .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%;
  }
  .link-text__1,
  .link-text__2,
  .link-text__3{
    width: 94%;
  }
}

/* 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;
  }
  .service_left,
  .service_left_2,
  .service_left_3 {
    width: 100%;
    margin: auto;
  }

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

  .QAwrapper {
    padding: 0;
  }


  .QAtitle {
    margin-top: 60px;
  }

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

  .hogehogehoge {
    margin: 60px;
  }
  #tab_edge {
    border: none;
  }
  .onsiteWrapper {
    width: 100%;
  }
  .onsite_pic {
    width: 100%;
  }
  .contentWrapper {
    margin-top: 80px;
  }
  .title_normal {
    margin-top: 60px;
  }
}

@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;
}*/
}