@charset "utf-8";
/* CSS Document */

/* 削除 */
.pageHed .gNav,
.pageHed ul li,
.recommendScene,
.official_sns,
.following,
.recommendScene .security,
.nuroLogo,
#entryCorner,
#official_sns {
  display: none;
}

/* クッキーポリシーのみ */
.footer__main__lnk li:not(.cookiepolicy) {
  display: none;
}

/* ガタつき */
body {
  padding-top: 0 !important;
  overflow-x: hidden;
}

article h1 {
  margin: 0 0 8vw;
}

/* フローティングバナー */

.telephone {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:999999999;
  background: #fff;
  padding: 3vw;
  box-shadow: 1vw 0 2vw #ccc;
}

.telephone a {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  padding: 5vw 0;
  border-radius: 12vw;
  letter-spacing: 0.3vw;
}
  
.telephone a:nth-of-type(1) {
  background: linear-gradient(90deg, rgb(247 48 58) 15%, rgb(255 131 81) 100%);
  box-shadow: 0 0.8vw 0 0 #781625;
}




/*======================================================================
　top
===================================================================== */

#top {
  margin: 0;
}

#top .detail .ttl {
  font-size: 3.4vw;
  text-align: center;
  margin: 8vw 0;
  font-weight: 500;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.7em; /* 線の太さ */
  text-decoration-color: #e3efff;/* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  letter-spacing: 0.2vw;
}

#top .detail .ttl span {
  font-weight: 700;
  font-size: 3.8vw;
}

#top .detail .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

#top .detail .flex figure {
  margin: 0 5vw 0 0;
}

#top .detail .flex figure img {
  width: auto;
  height: 10vw;
  margin: 0 0.5vw
}

#top .detail .flex .price {
  background: transparent;
  text-align: right;
  padding: 0;
}

#top .detail .flex .price p {
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

#top .detail .flex .price p:nth-of-type(1)  span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 7vw;
  display: inline-block;
  margin: 0 0.5vw;
}

#top .detail .flex .price p:nth-of-type(2) {
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  margin: 2vw 0 0;
}

/* CTボタン */
#top .detail .ctbtn {
  background: #fff;
  width: 100%;
  padding: 8vw 0 0;
}


/* ===========================================================
　CTボタン
=========================================================== */

.ctbtn {
  background: #f0f3f7;
  padding: 8vw 0;
}

.ctbtn .top {
  font-size: 4.2vw;
  padding: 0 8vw;
  margin: 0 0 2vw;
}

.ctbtn .top span {
  font-size: 3.6vw;
  font-weight: 500;
  margin: 0 0 0 0.8vw;
}

.ctbtn .top img {
  width: 34vw;
  vertical-align: -0.7vw;
  margin: 0 1.4vw 0 0;
}

.ctbtn .btm {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5vw;
}

.ctbtn .btm .shoki {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  line-height: 4.8vw;
  margin: 0 4vw 0 0
}

.ctbtn .btm .shoki span {
  font-weight: 700;
  font-size: 3.4vw
}

.ctbtn .btm .month {
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center
}

.ctbtn .btm .month span:nth-of-type(1) b {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 8vw;
  vertical-align: -0.5vw;
  margin: 0 0.5vw;
  letter-spacing: 0.1vw
}

.ctbtn .btm .month span:nth-of-type(2) {
  display: block;
  margin: 0 0 0 1vw;
  font-size: 3.4vw;
  margin: 1vw 0 0
}

.ctbtn a {
  background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%);
  color: #fff;
  width: 75vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.4vw;
  font-weight: 700;
  letter-spacing: 0.5vw;
  padding: 3.6vw 0 4.2vw;
  border-radius: 100vw;
  position: relative;
}

.ctbtn a:after {
  content: "";
  width: 4.4vw;
  height: 3vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%);
}



/* ===========================================================
　 Advance Plan
=========================================================== */

.advanceplan {
  padding: 8vw 8vw 0;
}

.advanceplan h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2vw;
  display: block;
  margin: 0;
  position: relative;
}

.advanceplan h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

.advanceplan h2 {
  font-size: 6.5vw;
  font-weight: 500;
  margin: 0 0 6vw;
  line-height: 8vw
}

.advanceplan ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.advanceplan ul li {
    margin: 0 0 8vw;
    background: #f8f8f8;
    border: solid 1px #efefef;
    padding: 6vw;
    position : relative;
}


/* ポイント
------------------------*/

.advanceplan ul li .point {
    position: absolute;
    top: -9.5vw;
    left: 50%;
    transform: translate(-50%);
    font-weight: 700;
    line-height: 4vw;
    letter-spacing: 1vw;
    color: #fff;
    background: #f07171;
    text-align: center;
    padding: 5vw 4.6vw;
    border-radius: 50%;
}

.advanceplan ul li .point span {
  display :block;
  letter-spacing: 1px;
  text-align: center;
}

.advanceplan ul li .point span:nth-of-type(1) {
  font-size: 3vw;
  font-weight: 900;
}

.advanceplan ul li .point span:nth-of-type(2) {
  font-size: 5vw;
  font-family: Century Gothic, sans-serif;
}

.advanceplan ul li .point:after {
  content: "";
  border: solid 3vw transparent;
  border-top: solid 5vw #f07171;
  position: absolute;
  bottom: -4.8vw;
  left: 50%;
  transform: translateX(-50%);
}


/* コンテンツ
------------------------*/

.advanceplan ul li h3 {
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    margin: 0 0 6vw;
    line-height: 7vw;
}

.advanceplan ul li figure {
    width: 100%;
    background: #000;
    margin: 0 0 5vw;
}

.advanceplan ul li .txt {
    font-size: 3.6vw;
    padding: 0 2vw;
    line-height: 6vw;
}


.advanceplan ul li .txt.img span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4vw
}

.advanceplan ul li .txt.img span img {
  width: auto;
   height: 12vw;
  display: block;
  margin: 0 4vw 0 0;
}


/* ===========================================================
　product
=========================================================== */

.product {
  padding: 12vw 8vw 0;
}

.product h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2vw;
  display: block;
  position: relative;
}

.product h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

.product h2 {
  font-size: 7vw;
  font-weight: 500;
  margin: 0 0 8vw;
  line-height: 8vw
}

.product ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 8vw
}

.product ul li {
  background: #f4f4f4;
  padding: 8vw;
  width: 85vw;
}

.product ul li .ttl {
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 6vw;
  white-space: nowrap;
  
  
  

  span {
    font-size: 3vw;
    display: block;
    margin: 0 0 3vw;
  }
  
}

.product ul li:nth-of-type(2) .ttl {
  letter-spacing: 0.4vw;
}

.product ul li figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6vw;
}

.product ul li figure span:first-of-type {
  width: 30vw;
  text-align: center;
  display: block;
}

.product ul li figure span:first-of-type img {
  width: auto;
  height: 18vw;
}

.product ul li figure span.big:first-of-type img {
  width: auto;
  height: 21vw;
}


.product ul li figure span:last-of-type img {
  width: 36vw;
}

.product ul li .txt {
  font-size: 3.6vw;
  line-height: 6vw;
  letter-spacing: 0.3vw;
}



/* ===========================================================
　option
=========================================================== */

#option {
  padding: 12vw 8vw 0;
}

#option h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2vw;
  display: block;
  position: relative;
}

#option h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#option h2 {
  font-size: 7vw;
  font-weight: 500;
  margin: 0 0 8vw;
  line-height: 8vw
}

#option ul {
  margin: 0 0 8vw;
}

#option ul li .ttl {
  font-size: 5.2vw;
  font-weight: 500;
  padding: 0.5vw 0vw 0.5vw 4vw;
  border-left: solid 2vw #3e3a39;
  margin: 0 0 6vw;
}

#option ul li .ttl span {
  font-size: 3vw;
  display: block;
  margin: 2.4vw 0 0;
  white-space: nowrap;
}

#option ul li figure {
  margin: 0 0 4vw;
}

#option ul li .txt {
 font-size: 3.6vw;
 line-height: 5.6vw;
 margin: 0 0 10vw;
}



/* ===========================================================
　movie
=========================================================== */


#movie .thumbnail {
    position: relative;
    cursor: pointer;
}


#movie .thumbnail:after {
    content: "";
    background: url("/faq/movie/img/icon-play.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15vw;
    height: 15vw;
}

#movie .txt {
    font-size: 3.2vw;
    padding: 6vw 2vw 0 2vw;
    line-height: 5vw;
}


/*　モーダル再生
------------------------*/

#movie .modal {
    display: none;
    animation: fade .3s ease;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#movie .modal.open {
    position: fixed;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999999;
    animation: fade .3s ease;
}

#movie .wrapper {
    text-align: right;
}

#movie .modal iframe {
    width: 98vw;
    height: 55.125vw;
}


/* 閉じボタン */

#movie .modal .close_btn {
    color: #fff;
    font-size: 12vw;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
}





/* ===========================================================
　floor
=========================================================== */

#floor {
  padding: 10vw 8vw 0vw;
}

#floor h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2vw;
  display: block;
  position: relative;
}

#floor h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#floor h2 {
  font-size: 7vw;
  font-weight: 500;
  margin: 0 0 4vw;
  line-height: 8vw
}

#floor .lead {
  font-size: 3.6vw;
  line-height: 5vw;
}

#floor .wrapper .pd {
  margin: 8vw 0 14vw;
}

#floor .wrapper .pd li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6vw;
}

#floor .wrapper .pd li figure {
  text-align: center;
  width: 15vw;
}

#floor .wrapper .pd li figure img {
  width: auto;
  height: 8vw;
}

#floor .wrapper .pd li .ttl {
  font-size: 3vw;
  font-weight: 700;
  text-align: left;
  width: 28vw;
  line-height: 4vw;
  position: relative;
}

#floor .wrapper .pd li .ttl:after {
  content: "：";
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
}

#floor .wrapper .pd li .txt {
  font-size: 3vw;
  font-weight: 500;
  line-height: 4.5vw;
  width: 50vw;
}


/* ===========================================================
　setprice
=========================================================== */

.setprice {
  padding: 10vw 0;
}

.setprice.zabu {
  background: #f4f4f4;
}

.setprice h2 {
  font-size: 4.2vw;
  padding: 0 8vw;
  margin: 0 0 3vw;
}

.setprice h2 span {
  font-size: 3.6vw;
  font-weight: 500;
  margin: 0 0 0 0.8vw;
}

.setprice h2 img {
  width: 34vw;
  vertical-align: -0.7vw;
  margin: 0 1.4vw 0 0;
}

.setprice .btm {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 6vw;
}

.setprice .btm .shoki {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin: 0 4vw 0 0;
  line-height: 4.8vw;
}

.setprice .btm .shoki span {
  font-weight: 700;
  font-size: 3.4vw
}

.setprice .btm .month {
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

.setprice .btm .month span:nth-of-type(1) b  {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 8vw;
  vertical-align: -0.5vw;
  margin: 0 0.5vw;
  letter-spacing: 0.1vw
}

.setprice .btm .month span:nth-of-type(2) {
  display: block;
  margin: 0 0 0 1vw;
  font-size: 3.4vw;
  margin: 1vw 0 0
}

.setprice ul {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0 8vw;
}

.setprice ul li {
  background: #f4f4f4;
  width: 27vw;
  margin: 0 2vw 2vw 0;
  padding: 4vw 0;
  text-align: center;
}

.setprice.zabu ul li {
  background: #fff;
}

.setprice ul li:nth-of-type(3n) {
  margin: 0 0 2vw;
}

.setprice ul li img {
  width: auto;
  height: 11vw;
  margin: 0 0 3vw
}

.setprice ul li .txt {
  font-size: 2.8vw;
  letter-spacing: 0.2vw;
  font-weight: 500;
  line-height: 3.6vw;
}


.setprice a {
  background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%);
  color: #fff;
  width: 75vw;
  margin: 4.5vw auto 0;
  text-align: center;
  font-size: 4.4vw;
  font-weight: 700;
  letter-spacing: 0.5vw;
  padding: 3.6vw 0 4.2vw;
  border-radius: 100vw;
  position: relative;
}

.setprice a:after {
  content: "";
  width: 4.4vw;
  height: 3vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%);
}



/* ===========================================================
 voice
=========================================================== */

#voice {
  padding: 10vw 0 10vw 8vw;
}


#voice h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 2vw;
  position: relative;
}

#voice h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#voice h2 {
  font-size: 6vw;
  font-weight: 500;
  margin: 0 0 8vw;
}

#voice .scroll {
  overflow-x: scroll;
  cursor: pointer;
  -webkit-overflow-scrolling: touch; 
}

#voice .scroll::-webkit-scrollbar {
    height: 0.4vw;
    width: 1vw;
}
#voice .scroll::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 1vw;
} 
#voice .scroll::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 20vw;
}


#voice ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 222vw;
  margin: 0 0 4vw;
}

#voice ul li {
  width: 66vw;
  margin: 0 8vw 0 0;
}

#voice ul li .ttl {
  font-size: 4vw;
  font-weight: 500;
  line-height: 6vw;
  margin: 0 0 4vw;
}

#voice ul li figure {
  margin: 0 0 4vw;
}

#voice ul li .txt {
  font-size: 3.2vw;
  line-height: 5vw;
}


/* ===========================================================
 flow
=========================================================== */

#flow {
  padding: 10vw 8vw;
  background: #f0f3f7;
}


#flow h2 span {
  font-size: 2.7vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 3vw;
  position: relative;
}

#flow h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#flow h2 {
  font-size: 6vw;
  font-weight: 500;
  margin: 0 0 8vw;
}


/* ===========================================================
 telentry(電話)
=========================================================== */

.telentry {
  padding: 12vw 6vw 8vw;
  background: #fff;
  position: relative;
  margin: 0;
  border-top: solid 1px #ccc;
}

#telMo .telentry {
  background: #fff;
  padding: 6vw;
}

.telentry h2 {
  margin: 0 0 8vw;
  text-align: center;
  font-size: 6vw;
}


.telentry .entarea {
  background: #f4f4f4;
  margin: 0 auto 6vw;
  border-radius: 2vw;
  box-shadow: none;
  position: relative;
  padding: 8vw 4vw;
  text-align: center;
}


.telentry .entarea .manomaent {
  background: #fff;
  border: solid 1px #e9e9e9;
  padding: 4vw 6vw 3.5vw;
  text-align: center;
  font-size: 3.8vw;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 3vw;
  border-radius: 3vw;
}

.telentry .entarea .manomatel a {
  font-size: 8.4vw;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #0c0c0c;
  margin: 0 auto 2vw;
  display: inline-block !important;
}

.telentry .entarea .manomatel a:before {

 content: "";
 background:url("/assets/img/common/ico_tel.svg") no-repeat;
 background-size: contain;
 width: 6.5vw;
 height: 6.5vw;
 display: inline-block;
 margin: 0 1vw 0 0;
}

.telentry .entarea .manomatel p {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 6vw;
  margin: 0 0 3vw;
  position: relative;
  letter-spacing: 0;
}

.telentry .entarea .manomatel p:before {
  content: "※";
}

.telentry .entarea .manomatel ul li {
  font-size: 3.3vw;
  letter-spacing: 0px;
  color: #585858;
  margin: 0 0 2vw;
}


.telentry .contact a {
  background: linear-gradient(90deg, rgb(101 212 90) 50%, rgb(115 211 193) 100%);
  color: #fff;
  width: 80vw;
  margin: 6vw auto 8vw;
  text-align: center;
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0.3vw;
  padding: 3.8vw 0 4.2vw;
  border-radius: 100vw;
  position: relative;
}

#telMo .telentry .contact a {
  width: 72vw !important;
}

.telentry .contact a:after {
  content: "";
  width: 4.4vw;
  height: 3vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
}

#telMo .telentry .contact a:after {
  width: 4vw;
  height: 2vw;
  right: 3.5vw
}

.telentry .contact .txt {
  font-size: 3.4vw;
  text-align: center;
  letter-spacing: 0;
  line-height: 6vw;
}







/* ===========================================================
 qa
=========================================================== */

#qa {
  padding: 12vw 8vw;
  border-top: solid 1px #ccc;
}

#qa h2 {
  font-size: 7vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15vw;
}

#qa .sec_body .ttl {
  font-size: 5vw;
  font-weight: 500;
  margin: 8vw 0 8vw;
}

#qa ul li {
  font-size: 4vw;
  background: #f0f3f7;
  margin: 0 0 4vw;
  border-radius: 2vw;
}

#qa ul li input {
  display: none;
}

#qa ul li .acd-label {
  font-weight: 500;
  display: block;
  position: relative;
  line-height: 4.6vw;
  padding: 6vw 12vw 6vw 14vw;
  font-size: 3.6vw;
}

#qa ul li .acd-label:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5.5vw;
  transform: translateY(-50%);
  font-size: 4.5vw;
}

#qa ul li input:checked + .acd-label:after {
  content: "－";
  right: 5vw;
  top: 52%;
}


#qa ul li .acd-label:before {
  content: "";
  background: url("/lp/trial_remoteconnect/img/ico-q.svg") no-repeat;
  background-size: contain;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}

#qa ul li .acd-content {
  font-size: 3.2vw;
  line-height: 4.6vw;
  position: relative;
  padding: 0 6vw 6vw 4vw;
  margin: 0 0 6vw;
  display: none;
}

#qa ul li .acd-content span {
  background: #fff;
  display: block;
  padding: 3vw 6vw;
  font-size: 3vw;
  line-height: 5vw;
  border-radius: 2vw;
  
}

#qa ul li .acd-content a {
  display: inline;
  color: #618fda;
  text-decoration: underline;
}

#qa ul li .acd-content a:hover {
  text-decoration: none;
}





/* ===========================================================
 modal
=========================================================== */


.modal_wrapper_in {
  padding: 12vw 4vw;
  margin: 1vh auto;
}


/* 表
--------------------- */

#insede .campaign_table {
    width: 100%;
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    margin: 0 0 8vw;
    overflow: hidden;
}

#insede .campaign_table th {
    background: #f0f7ff;
    text-align: center;
    padding: 3vw 1vw;
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    font-size: 2.7vw;
    line-height: 3.6vw;
    vertical-align: middle;
}

#insede .campaign_table td:nth-of-type(1) {
    font-size: 2.7vw;
  text-align: left;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) p {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 2vw 0 4vw;
  line-height: 4.8vw;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
  margin: 0 0 3vw
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li span {
  margin: 0 0 0 auto;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure {
  width: 10vw;
  text-align: center;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure img {
  height: 6vw;
}


#insede .campaign_table td {
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    text-align: center;
    padding: 3vw 1vw;
    font-size: 2.7vw;
    vertical-align: middle;
    line-height: 3.4vw;
}

#insede .campaign_table .txt span {
  display: block;
  margin: 2vw 0 0;
}

#insede .campaign_table td .tax {
  display: block;
  white-space: nowrap;
}

#insede .campaign_table img {
  width: auto;
  height: 6vw;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3vw 0 0;
}


#insede .caution {
  margin: 0 0 8vw;
}

#insede .caution li {
  font-size: 2.7vw;
  margin: 0 0 5vw;
  line-height: 4vw;
}


#insede .insede_fee {
  margin: 0 0 6vw;
}

#insede .insede_fee .subttl {
  font-size: 4.5vw;
  font-weight: 700;
  margin: 0 0 3vw;
  padding: 0 0 0 1vw;
}

#insede .insede_fee table {
  width: 100%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin: 3vw 0 3vw;
}

#insede .insede_fee table th,
#insede .insede_fee table td {

  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 3vw;
  font-size: 3vw;
  letter-spacing: 0;
  vertical-align: middle;
  line-height: 4vw;
}

#insede .insede_fee table td span {
  font-size: 2.7vw;
  display: block;
}

#insede .insede_fee table td:last-of-type {
  white-space: nowrap;
  text-align: center;
}

#insede .insede_fee table th {
  background: #e4e4e4;
}




/* ===========================================================
　modal(無償訪問用)
=========================================================== */


#musyou .area .lead {
  font-size: 4.6vw;
  line-height: 6vw;
  padding: 0 0 0 4vw;
  border-left: solid 6px #3e3a39;
  margin: 12vw 0 8vw;
}

#musyou .area .txt {
  font-size: 3.2vw;
  line-height: 4.4vw;
  margin: 0 0 8vw
}

#musyou .area .txt a {
  text-decoration: underline;
  color: #1a81d0;
  word-break: break-all;
}

#musyou .area .cau li {
  font-size: 2.7vw;
  line-height: 3.6vw;
  margin: 0 0 2vw;
  position: relative;
  padding: 0 0 0 3.5vw;
}

#musyou .area .cau li:before {
  content: "※";
  position: absolute;
  left: 0;
}

#musyou .area .cau li a {
  color: #1a81d0;
  text-decoration: underline;
  display: inline
}



/* ご利用の流れ */

#musyou .area .flow {
  position: relative;
  counter-reset: number 0;
}

#musyou .area .flow:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #3e3a39;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index:-1;
}

#musyou .area .flow li {
  border: solid 2px #4f556e;
  padding: 4vw;
  font-size: 3.4vw;
  line-height: 4.4vw;
  background: #fff;
  z-index: 0;
  text-align: center;
  margin: 0 0 4vw;
  position: relative;
}


#musyou .area .flow li:after {
  content: counter(number);
  counter-increment: number 1;
  font-family: century-gothic, Century Gothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 3.6vw;
  position: absolute;
  width: 6vw;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4f556e;
  color: #fff;
}


#musyou .area .flow li span {
  font-size: 2.7vw;
  line-height: 3.2vw;
  display: block;
  margin: 2vw 0 0;
}

/* サポート内容 */

#musyou .area .detail {
  margin: 0 0 0.8vw;
}

#musyou .area .detail li {
  padding: 4vw 4vw 4vw 12vw;
  font-size: 3.2vw;
  margin: 0 0 4vw;
  line-height: 4.2vw;
  position: relative;
  background: #d4d4d4;
}

#musyou .area .detail li span {
  font-size: 4vw;
  font-weight: 700;
  display: block;
  margin: 0 0 1vw
}


#musyou .area .detail li .number {
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
  font-size: 7vw;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  color: #fff;
}



/* 当日必要なもの */

#musyou .area .today {
  margin: 0 0 4vw;
}

#musyou .area .today li {
  display: flex;
  align-items: center;
  margin: 0 0 4vw;
  padding: 0 0 4vw;
  border-bottom: solid 1px #ccc;
}

#musyou .area .today li figure {
  margin: 0 3vw 0 0;
}

#musyou .area .today li figure img {
  width: auto;
  height: 8vw;
}

#musyou .area .today li .rgt {
  font-size: 2.7vw;
  line-height: 3.2vw;
}

#musyou .area .today li .rgt span {
  display: block;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 0 0 2vw;
}


#musyou .area table tbody {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  display: block;
  margin: 4vw 0 0;
}

#musyou .area table th,
#musyou .area table td {
  font-size: 2.7vw;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 2vw;
  text-align: center;
  vertical-align: middle;
  line-height: 3.2vw;
}

#musyou .area table td img {
  width: auto;
  height: 7vw;
  display: block;
  margin: 0 auto 2vw
}

/* 訪問サポートまでに必要な作業 */

#musyou .area .list .sub {
  font-size: 3.6vw;
  margin: 0 0 4vw;
  display: inline-block;
  padding: 0 0 2vw;
  border-bottom: solid 1px #3e3a39;
  line-height: 5.2vw
}


#musyou .area .list ul {
  margin: 0 0 8vw;
}

#musyou .area .list:nth-of-type(1) ul {
  counter-reset: number 0;
}

#musyou .area .list:nth-of-type(2) ul {
  counter-reset: number 3;
}

#musyou .area .list ul li {
  font-size: 3.2vw;
  margin: 0 0 4vw;
  line-height: 4.6vw;
  position: relative;
  padding: 0 0 0 7vw
}

#musyou .area .list ul li span {
  font-weight: 700;
  display: block;
  margin: 0 0 1vw
}

#musyou .area .list ul li a {
  text-decoration: underline;
  color: #1a81d0;
  word-break: break-all;
}


#musyou .area .list ul li:before {
  content: counter(number);
  counter-increment: number 1;
  background: #4f556e;
  color: #fff;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  font-size: 3.4vw
  }
  
  /* ===========================================================
 list
=========================================================== */

/* フッターが前に出る */
.footer {
  z-index: 9999999;
}

#tsuika .list {
    padding: 0;
}

#tsuika .list h2 {
  font-size: 5vw;
  text-align: center;
    margin: 0 0 6vw;  
}

#tsuika .list h2 sup {
  font-size: 3vw;
  position: relative;
  top: -1.2vw
}

#tsuika .list .lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6vw;
    margin: 0 0 10vw;
    padding: 0 6vw;
}


/* --------------------------------------
 表
-------------------------------------- */

#tsuika .list .pdtTable {
    padding: 0 2vw;
    margin: 0 0 4vw;
}

#tsuika .list .pdtTable table {
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

#tsuika .list .pdtTable table th {
    background: #e8eff7;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
    padding: 2vw;
    font-size: 3vw;
    line-height: 4vw;
}

#tsuika .list .pdtTable table .gray {
    background: #f8f8f8;
}

#tsuika .list .pdtTable table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 2vw;
    font-size: 2.7vw;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.2vw;
    white-space: nowrap;
}

#tsuika .list .pdtTable table td .tax {
    font-size: 2.4vw;
    display: block;
    margin: 1vw 0 0;
}


/* --------------------------------------
 注釈
-------------------------------------- */

#tsuika .list .notes {
    font-size: 3vw;
    line-height: 4vw;
    padding: 0 4vw;
}
  
  