@charset "utf-8";

html{
  scroll-behavior: smooth;
}
#pageTop h1{
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #f0353c;
}
h2{
  font-weight: 700;
}
.redStar{
  color: #f0353c;
}
section h2{
  text-align: center;
}

table tr td{
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}
summary{
  cursor: pointer;
}

.pointRed{
  border-radius: 5px;
  color: #fff;
  background: #f0353c;
}
p:has(.pointRed){
  display: flex;
  align-items: flex-start;
}
.redLink{
  text-decoration: underline;
  color: #f0353c;
}
.redLink:hover, .pagelinkBtn:hover{
  color: #bf2a2f;
}
.pagelinkBtn{
  color: #f0353c;
}


#lifeOpenWrap{
  display: none;
}
#lifeOpenBtn:checked ~ #lifeOpenWrap{
  display: block;
}
#lifeOpenLabel{
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #f0353c;
  border-width: 2px 0;
  text-align: center;
  color: #f0353c;
  background: #fff6f6;
}
#lifeOpenLabel::after{
  content: '＋';
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  font-weight: 700;
}
#lifeOpenBtn:checked ~ #lifeOpenLabel::after{
  content: 'ー';
}


.dispPrice{
  font-weight: 700;
}
.taxPrice{
  font-weight: 500;
}


#lifeOpenWrap details summary,
#clTimePrice details summary,
#styleNorikae details summary{
  position: relative;
  list-style: none;
  color: #f0353c;
  background: #ffe8e1;
}
#auuqDetail details summary
{
  position: relative;
  list-style: none;
  color: #f0353c;
  background: #fff6f6;
}
#lifeOpenWrap details summary::after,
#auuqDetail details summary::after,
#clTimePrice details summary::after,
#styleNorikae details summary::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#lifeOpenWrap details[open] summary::after,
#auuqDetail details[open] summary::after,
#clTimePrice details[open] summary::after,
#styleNorikae details[open] summary::after{
  transform: translateY(-50%) rotate(180deg);
}


#plansFlowWrap, #plansFlow1{
  display: block;
  position: relative;
}
#plansFlow2, #plansFlow3, #plansResult{
  position: absolute;
  top: 0;
  left: 0;
}
.flowNodisp{
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
}
.flowDisp{
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: all 0.2s;
}
#plansFlowWrap button{
  border-radius: 1000px;
  text-align: center;
  color: #fff;
  background: #f0353c;
}
#plansFlowWrap button:hover,
#meiwakuBlock div > a:hover{
  background: #bf2a2f;
}

#plansFlow1, #plansFlow2, #plansFlow3{
  display: flex;
  flex-direction: column;
  width: 100%;
}
#plansFlow1 p, #plansFlow2 p, #plansFlow3 p{
  text-align: center;
}

#plansResult{
  width: 100%;
}
#plansResult a{
  display: flex;
  align-items: center;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1000px;
  background: #fff;
}
#plansResult1 p, #plansResult2 p, #plansResult3 p{
  display: flex;
  justify-content: center;
  align-items: center;
}
#plansResult1 p{ color: #f0353c; }
#plansResult2 p{ color: #2fbdf0; }
#plansResult3 p{ color: #9bcb6c; }
#pRRe{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}


#capluDetail div.widthWrap div,
#cableLinePoint,
#clTPricePoint p:first-child{
  width: fit-content;
  margin: 0 auto;
}
#capluDetail div.widthWrap > p,
#auuqDetail .widthWrap > p,
#clPrice .widthWrap > p,
#stylePriceStar{
  width: fit-content;
  margin: 0 auto;
}


/* ケーブルプラス電話 */
#capluDetail, #auuqDetail, #meiwakuBlock{
  background: #ffede5;
}
#auuqDetail ol,
#clTimePrice ol{
  list-style: decimal;
}
#meiwakuBlock div > a{
  display: block;
  border-radius: 1000px;
  text-align: center;
  color: #fff;
  background: #f0353c;
}
.wariupImg img{
  width: 100%;
}
#cpDTxt{
  color: #777;
}


/* ケーブルライン */
#cableLine, #clPrice, #clTimePrice, #norikae{
  background: #e7f7ff;
}
#cableLine > div > p,
#cacStyle p{
  width: fit-content;
  margin: 0 auto;
}
.cLDet{
  text-align: center;
  color: #777;
}
#clTimePriceCell{
  text-align: center;
}
#whiteCall p{
  text-align: center;
}
#whiteCall div p{
  border-radius: 10px;
  background: #fff;
}
#whiteCall div p span{
  font-weight: 700;
  color: #f0353c;
}
#whiteCall div{
  display: flex;
}
.norikaeTri{
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#noriCheck span{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #f0353c;
}
.bleakDisp2{
  display: none;
}
#noriRenraku td:first-child,
#sNRenraku td:first-child{
  background: #bdf4ff;
}
#noriRenraku td:first-child a,
#sNRenraku td:first-child a{
  text-decoration: underline;
  color: #05829b;
}
#noriRenraku td:first-child a:hover,
#sNRenraku td:first-child a:hover{
  color: #004a58;
}
#noriRenraku td:last-child,
#sNRenraku td:last-child{
  color: #06860b;
  background: #ceff9d;
}


/* CAC-STYLE */
#cacStyle, #stylePrice, #styleNorikae{
  background: #fdffdc;
}
#stylePrice > div > p:not(#stylePriceStar){
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #ff6363;
}


/* フッター部分 */
.footerSubNav  li a::after{
  display: none;
  content: '' !important;
}




@media screen and (min-width: 1025px){
  /* 共通パーツ */
  h2{
    font-size: 2.5rem;
  }

  .widthWrap{
    width: 800px;
    margin: 0 auto;
  }

  #pageTop{
    margin-top: 50px;
  }
  #pageTop h1{
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 2rem;
  }

  .iconWrap{
    padding-bottom: 5px;
  }

  #lifeOpenLabel{
    padding: 10px 50px;
    font-size: 2rem;
  }
  #lifeOpenLabel::after{
    right: 50px;
    font-size: 2.2rem;
  }
  .bleakDisp4{ /* タブレット・スマホのみ表示 */
    display: none;
  }


  /* 各余白 */
  #caPluPrice{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #plans{
    padding: 100px 0;
  }
  #capluDetail, #cableLine, #cacStyle, #norikae{
    padding: 100px 0 100px 0;
  }
  #auuqDetail, #meiwakuBlock, #styleNorikae{
    padding-bottom: 100px;
  }
  #clTimePrice, #styleNorikae, #whiteCall{
    padding-top: 100px;
  }


  #lifeOpenWrap{
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #lifeOpenWrap details:not(:first-child){
    margin-top: 10px;
  }
  #lifeOpenWrap details summary,
  #auuqDetail details summary,
  #clTimePrice details summary,
  #styleNorikae details summary{
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
  }
  #lifeOpenWrap details summary::after,
  #auuqDetail details summary::after,
  #clTimePrice details summary::after,
  #styleNorikae details summary::after{
    right: 10px;
    border-top: 10px solid #f0353c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #cPPriceCell1, #cPPriceCell2, #cPPriceCell3, #cPPriceCell4{
    margin-top: 20px;
  }
  .scroll_x:has(#cPPriceCell1) ~ p,
  .scroll_x:has(#cPPriceCell2) ~ p,
  .scroll_x:has(#cPPriceCell3) ~ p{
    padding-bottom: 30px;
  }
  #auuqDetail details summary,
  #clTimePrice details summary,
  #styleNorikae details summary{
    margin-top: 20px;
  }

  .taxPrice{
    font-size: 1.35rem;
  }


  /* フローチャート */
  #plans{
    background: #f4f9fb;
  }
  #plansFlowWrap{
    margin-top: 30px;
  }
  #plansFlowWrap button{
    width: 80%;
    margin: 15px auto 0 auto;
    padding: 5px 0;
  }
  #plansResult a{
    justify-content: center;
    width: 65%;
    padding: 15px 10px;
  }
  #plansResult1 p, #plansResult2 p, #plansResult3 p{
    font-size: 3rem;
  }
  #plansResult1 > span, #plansResult2 > span, #plansResult3 > span{
    padding-left: 20px;
    font-size: 1.8rem;
  }
  #plansResult1 p span, #plansResult2 p span, #plansResult3 p span{
    margin-right: 5px;
    font-size: 1.5rem;
  }
  #pRRe{
    top: 120px;
    width: 65% !important;
  }


  .pointRed{
    margin-right: 10px;
    padding: 0 10px;
  }
  #capluDetail > div > p,
  #auuqDetail .widthWrap > p,
  #meiwakuBlock .widthWrap p,
  #cableLine > div > p:not(.cLDet),
  #norikae .widthWrap p:nth-child(2),
  #cacStyle .widthWrap > p,
  #styleNorikae .widthWrap > p,
  #clTPricePoint p:nth-child(2){
    padding: 10px 0 10px 0;
  }
  #capluDetail > div > div p:not(:first-child),
  #cableLinePoint p:not(:first-child){
    margin-top: 5px;
  }
  #capluDetail > p{
    padding: 20px 0 10px 0;
  }


  /* ケーブルプラス電話 */
  #auuqDetail ol,
  #clTimePrice ol{
    padding: 20px 0 0 20px;
  }
  #auuqDetail ol li:not(:first-child),
  #clTimePrice ol li:not(:first-child){
    padding: 8px 0 8px 0;
  }
  #auuqDetail details p{
    padding-bottom: 20px;
  }
  #meiwakuBlock div > a{
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    font-weight: 700;
  }
  #wariupImg{
    margin-bottom: 20px;
  }
  #cpDTxt{
    padding-top: 20px !important;
  }


  /* ケーブルライン */
  .cLDet{
    padding-bottom: 30px;
    font-size: 1.5rem;
  }
  #whiteCall div{
    justify-content: center;
    column-gap: 30px;
    margin: 15px 0;
  }
  #whiteCall div p{
    width: 50%;
    padding: 10px 20px;
  }
  #clTPriceDet2 p, #styleNoriDet{
    padding: 20px 0;
  }

  /* 乗り換え */
  #clTPricePoint{
    margin-top: 100px;
  }
  .norikaeTri{
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 17px solid #f0353c;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
  }
  #noriCheck{
    margin-top: 50px;
  }
  #noriCheck span{
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .bleakDisp1{
    display: none;
  }


  /* CAC-STYLE */
  #stylePrice > div > p:not(#stylePriceStar){
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 2rem;
  }


  /* CAC営業所 */
  #cacShop2{
    margin-top: 20px;
  }
  #cacShop1 tr:first-child td:first-child, #cacShop2 tr:first-child td:first-child{
    width: 235px;
  }
}





@media screen and (max-width: 1024px){

  /* 共通パーツ */
  h2{
    font-size: 2.2rem;
  }

  .widthWrap{
    width: 85%;
    margin: 0 auto;
  }
  table{
    width: 100%;
    overflow-x: scroll;
  }
  table tr td{
    padding: 5px 10px;
    white-space: nowrap;
  }

  #pageTop{
    margin-top: 50px;
  }
  #pageTop h1{
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 2rem;
  }

  .iconWrap{
    padding-bottom: 5px;
  }

  #caPluPrice{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #lifeOpenLabel{
    padding: 10px 60px;
    font-size: 2rem;
  }
  #lifeOpenLabel::after{
    right: 30px;
    font-size: 2.2rem;
  }


  /* 各余白 */
  #capluDetail, #cableLine, #cacStyle, #plans, #norikae, #styleNorikae{
    padding: 80px 0;
  }
  #lifeOpenWrap{
    margin-top: 30px;
  }
  #auuqDetail, #meiwakuBlock, #lifeOpenWrap{
    padding-bottom: 80px;
  }
  #clTimePrice, #whiteCall{
    padding-top: 80px;
  }
  
  #lifeOpenWrap details:not(:first-child),
  #auuqDetail details:last-child,
  #clTimePrice details:last-child{
    margin-top: 10px;
  }
  #lifeOpenWrap details summary,
  #auuqDetail details summary,
  #clTimePrice details summary,
  #styleNorikae details summary{
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
  }
  #lifeOpenWrap details summary::after,
  #auuqDetail details summary::after,
  #clTimePrice details summary::after,
  #styleNorikae details summary::after{
    right: 10px;
    border-top: 10px solid #f0353c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .scroll_x:has(#cPPriceCell1),
  .scroll_x:has(#cPPriceCell2),
  .scroll_x:has(#cPPriceCell3),
  .scroll_x:has(#cPPriceCell4){
    margin-top: 20px;
  }
  .scroll_x:has(#cPPriceCell1) ~ p,
  .scroll_x:has(#cPPriceCell2) ~ p,
  .scroll_x:has(#cPPriceCell3) ~ p{
    margin-bottom: 50px;
  }


  .taxPrice{
    font-size: 1.35rem;
  }


  #plans{
    background: #f4f9fb;
  }
  #plansFlowWrap{
    margin-top: 30px;
  }
  #plansFlowWrap button{
    width: 80%;
    margin: 15px auto 0 auto;
    padding: 5px 0;
  }
  #pRRe{
    position: absolute;
    top: 130px;
  }
  #plansResult a{
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
  }
  #plansResult1 p, #plansResult2 p, #plansResult3 p{
    font-size: 3rem;
  }
  #plansResult1 > span, #plansResult2 > span, #plansResult3 > span{
    padding-left: 20px;
    font-size: 1.8rem;
  }
  #plansResult1 p span, #plansResult2 p span, #plansResult3 p span{
    margin-right: 5px;
    font-size: 1.7rem;
  }


  .pointRed{
    margin-right: 10px;
    padding: 0 10px;
  }
  #capluDetail > div > p,
  #meiwakuBlock .widthWrap p,
  #cableLine > div > p:not(.cLDet),
  #norikae .widthWrap p:nth-child(2),
  #cacStyle .widthWrap > p,
  #styleNorikae .widthWrap > p{
    padding: 10px 0 10px 0;
  }
  #auuqDetail .widthWrap > p{
    padding-bottom: 20px;
  }
  #capluDetail > div > div p:not(:first-child),
  #cableLinePoint p:not(:first-child){
    margin-top: 5px;
  }
  #capluDetail > p{
    padding: 20px 0 10px 0;
  }
  #clTPricePoint p:nth-child(2){
    padding: 10px 0 30px 0;
  }


  /* ケーブルプラス電話 */
  #auuqDetail ol,
  #clTimePrice ol{
    padding: 20px 0 0 20px;
  }
  #auuqDetail ol li:not(:first-child),
  #clTimePrice ol li:not(:first-child){
    padding: 8px 0 8px 0;
  }
  #auuqDetail details p{
    padding-bottom: 20px;
  }
  #meiwakuBlock div > a{
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    font-weight: 700;
  }
  .wariupImg{
    padding-bottom: 20px;
  }
  #cpDTxt{
    padding-top: 30px !important;
  }


  /* ケーブルライン */
  .cLDet{
    padding-bottom: 30px;
    font-size: 1.3rem;
  }
  #whiteCall div{
    flex-direction: column;
    row-gap: 10px;
    column-gap: 30px;
    margin: 15px 0;
  }
  #whiteCall div p{
    padding: 10px 20px;
  }
  #clTPriceDet2 p, #styleNoriDet{
    padding: 20px 0;
  }

  /* 乗り換え */
  #clTPricePoint{
    margin-top: 80px;
  }
  .norikaeTri{
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 17px solid #f0353c;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
  }
  #noriCheck{
    margin-top: 50px;
  }
  #noriCheck span{
    margin-bottom: 5px;
    font-size: 2rem;
  }


  /* CAC-STYLE */
  #stylePrice > div > p:not(#stylePriceStar){
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 2rem;
  }


  /* CAC営業所 */
  #cacShop2{
    margin-top: 20px;
  }
  #cacShop1 tr:first-child td:first-child, #cacShop2 tr:first-child td:first-child{
    min-width: 107px;
    font-size: 1.5rem;
  }
  #styleNorikae details{
    margin-top: 50px;
  }
}





@media screen and (max-width: 500px){
  /* 全体サイズ */
  .widthWrap{
    /* width: 95%; */
    width: calc(100% - 20px);
    margin: 0 10px;
  }


  /* 改行の表示・非表示 */
  .bleakDisp2{
    display: inline-block;
  }


  /* 料金表 */
  #pageTop h1{
    font-size: 1.8rem;
  }
  section h2{
    font-size: 1.6rem;
  }
  .taxPrice{
    font-size: 1.2rem;
  }
  #lifeOpenLabel{
    padding: 10px 60px;
    font-size: 1.5rem;
  }
  #lifeOpenLabel::after{
    right: 20px;
    font-size: 2.2rem;
  }


  /* フローチャート */
  #plansResult1, #plansResult2, #plansResult3{
    flex-direction: column
  }
  #plansResult a{
    border-radius: 15px;
  }
  #plansResult1 > span, #plansResult2 > span, #plansResult3 > span{
    font-size: 1.5rem;
  }


  /* ケーブルプラス電話 */
  #capluDetail > div > div p:not(:first-child), #cableLinePoint p:not(:first-child){
    margin-top: 10px;
  }
  .wariupImg{
    width: calc(100% + 20px);
    margin-left: -10px;
  }


  /* ケーブルライン */
  .cLDet{
    text-align: left;
  }


  /* CAC-STYLE */
  #stylePrice > div > p:not(#stylePriceStar){
    font-size: 1.6rem;
  }
}