@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;
}

/* フローティングバナー */

.telephone {
  position: fixed;
  bottom: 1vw;
  right: 0;
  z-index:9999;
}

.telephone a {
  background: #000;
  color: #fff;
  width: 17vw;
  font-size: 1vw;
  text-align: center;
  padding: 0.8vw;
  margin: 0 0 0.5vw auto;
  transition: all .2s ease;
  border-radius: 10vw 0 0 10vw
}

.telephone a:nth-of-type(1) {
  background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%);
}
  
.telephone a:nth-of-type(2) {
  background: linear-gradient(90deg, rgb(52 197 36) 0%, rgb(52 197 36) 28%, rgb(96 235 128) 100%);
}

.telephone a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}




/*======================================================================
　top
===================================================================== */

/*　詳細
------------------------*/

#top .detail {
  padding: 2vw 0 3vw;
}

#top .detail .lead {
  font-size: 1.4vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15vw
}

#top .detail .ttl {
  font-size: 1.4vw;
  text-align: center;
  margin: 2vw 0 2vw;
  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: 1.8vw;
}

#top .detail .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .detail .flex figure {
  margin: 0 2vw 0 0;
}

#top .detail .flex figure img {
  width: auto;
  height: 5.4vw;
  margin: 0 0.5vw
}

#top .detail .flex .price {
  background: transparent;
  text-align: center;
  padding: 0;
}

#top .detail .flex .price p:nth-of-type(1) {
  font-size: 1.6vw;
  font-weight: 700;
}

#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: 3vw;
  display: inline-block;
  margin: 0 0.4vw 0 0.2vw;
}

#top .detail .flex .price p:nth-of-type(2) {
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  margin: 0.5vw 0 0;
}


/* CTボタン */
#top .detail .ctbtn {
  background: #fff;
  margin: 0 0 0 3vw;
}


/* ===========================================================
　CTボタン
=========================================================== */

.ctbtn {
  background: #f0f3f7;
  padding: 2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.ctbtn .top {
  font-size: 1.4vw;
}

.ctbtn .top span {
  font-size: 1.2vw;
  font-weight: 500;
  margin: 0 0 0 0.3vw;
}

.ctbtn .top img {
  width: 13vw;
  vertical-align: -0.3vw;
  margin: 0 0.5vw 0 0;
}

.ctbtn .btm {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 2vw;
}

.ctbtn .btm .month {
  font-size: 1.1vw;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  margin: 0 0 0.2vw
}

.ctbtn .btm .month span:nth-of-type(1) b {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 2.3vw;
  vertical-align: -0.1vw;
  margin: 0 0.2vw 0 0;
  letter-spacing: 0;
}

.ctbtn .btm .month span:nth-of-type(2) {
  display: block;
  margin: 0 0 0 1vw;
}


.ctbtn .btm .shoki {
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5vw;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin: 0 1vw;
  letter-spacing: 0.1vw;
}

.ctbtn .btm .shoki span {
  font-weight: 700;
  font-size: 1.2vw;
}

.ctbtn .btm .shoki span:nth-of-type(1) {
  margin: 0 0.6vw 0 0
}


.ctbtn a {
  background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%);
  color: #fff;
  width: 22.5vw;
  text-align: center;
  font-size: 1.35vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  padding: 0.9vw 0 1.1vw 0;
  border-radius: 100vw;
  position: relative;
  transition: all .2s ease;
}

.ctbtn a:after {
  content: "";
  width: 1.5vw;
  height: 0.8vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
}

.ctbtn a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}



/* ===========================================================
　setprice
=========================================================== */

.setprice {
  padding: 3vw 0;
}

.setprice.zabu {
  background: #f0f3f7;
}

.setprice .wrapper {
  display: flex;
  justify-content: center;
  letter-spacing: 0.15vw;
}

.setprice h2 {
  font-size: 1.4vw;
  padding: 0.7vw 0 0;
  }

.setprice h2 span {
  font-size: 1.2vw;
  font-weight: 500;
  margin: 0 0 0 0.3vw;
}

.setprice h2 img {
  width: 13vw;
  vertical-align: -0.3vw;
  margin: 0 0.5vw 0 0;
}

.setprice .btm {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 2vw;
}

.setprice .btm .month {
  font-size: 1.1vw;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  margin: 0 0 0.2vw
}

.setprice .btm .month span:nth-of-type(1) b {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 2.3vw;
  vertical-align: -0.1vw;
  margin: 0 0.2vw 0 0;
  letter-spacing: 0;
}

.setprice .btm .month span:nth-of-type(2) {
  display: block;
  margin: 0 0 0 1vw;
}


.setprice .btm .shoki {
  font-size: 0.9vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5vw;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin: 0 1vw;
  letter-spacing: 0.1vw;
}

.setprice .btm .shoki span {
  font-weight: 700;
  font-size: 1.2vw
}

.setprice ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.setprice ul li {
  background: #f4f4f4;
  width: 13vw;
  margin: 0 0.4vw 0 0;
  padding: 1.5vw 0;
  text-align: center;
}

.setprice.zabu ul li {
  background: #fff;
} 

.setprice ul li:last-of-type {
  margin: 0;
}

.setprice ul li img {
  width: auto;
  height: 4.5vw;
  margin: 0 0 1.3vw;
}

.setprice ul li .txt {
  font-size: 0.9vw;
  font-weight: 500;
}


.setprice a {
    background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%);
    color: #fff;
    width: 22.5vw;
    margin: 2.5vw auto 0;
    text-align: center;
    font-size: 1.35vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    padding: 1.1vw 0;
    border-radius: 100vw;
    position: relative;
    transition: all .2s ease;
}

.setprice a:after {
  content: "";
    width: 1.5vw;
    height: 0.8vw;
    background: url(/assets/img/common/arr_hoso.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
}

.setprice a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}






/* ===========================================================
　 Advance Plan
=========================================================== */

.advanceplan {
  padding: 0 13vw 3vw;
}

.advanceplan h2 span {
  font-size: 0.8vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0;
  position: relative;
}

.advanceplan h2 span:before {
  content: "";
  width: 11.5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -13vw;
  transform: translateY(-50%);
}

.advanceplan h2 {
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  line-height: 3vw;
}


.advanceplan ul {
  display: grid;
  grid-template-columns: 23vw 23vw 23vw; /* 列の数＆それぞれの幅 */
  grid-template-rows: 1fr 1fr; /* 行の数＆それぞれの幅（frで自動） */
  gap: 3vw; /* 各コンテナの隙間 */
  margin: 4vw auto 0;
}

.advanceplan ul li {
    background: #f8f8f8;
    padding: 2vw 0;
    position : relative;
}


/* コンテンツ
------------------------*/

.advanceplan ul li h3 {
    font-size: 1.3vw;
    font-weight: 500;
    text-align: center;
    margin: 0 0 2vw;
    line-height: 1.8vw;
    white-space: nowrap;
}

.advanceplan ul li h3 span {
  font-size: 1vw;
}

.advanceplan ul li figure {
    background: #000;
    margin: 0 auto 2vw;
    width: 18vw;
}

.advanceplan ul li .txt {
    font-size: 0.95vw;
    padding: 0 2vw;
    line-height: 1.6vw;
    width: 22vw;
    margin:  0 auto;
}


.advanceplan ul li .txt.img span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1vw;
}

.advanceplan ul li .txt.img span img {
  width: auto;
   height: 3vw;
  display: block;
  margin: 0 1vw 0 0;
}


/* ===========================================================
　product
=========================================================== */

.product {
  padding: 5vw 13vw 0;
}


.product h2 span {
  font-size: 0.8vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

.product h2 span:before {
  content: "";
  width: 11.5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -13vw;
  transform: translateY(-50%);
}

.product h2 {
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
}

.product ul {
  display: flex;
  flex-flow: row wrap;
  margin: 4vw auto 0;
  justify-content: space-between;
}

.product ul li {
  background: #f4f4f4;
  padding: 2vw;
  width: 22vw;
}

.product ul li:nth-last-of-type(4n) {
  margin: 0 0 2vw 0;
}

.product ul li .ttl {
  font-size: 1.3vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.5vw;
  white-space: nowrap;
}

.product ul li .ttl span {
  display: block;
  font-size: 0.8vw;
  margin: 0 0 0.5vw
}

.product ul li figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5vw;
  padding: 0 0.5vw;
}

.product ul li figure span:first-of-type {
  width: 6vw;
  text-align: center;
  display: block;
}

.product ul li figure span:first-of-type img {
  width: auto;
  height: 4.8vw;
}

.product ul li figure span.big:first-of-type img {
  width: auto;
  height: 5vw;
}


.product ul li figure span:last-of-type img {
  width: 9.5vw;
}

.product ul li .txt {
  font-size: 0.95vw;
  line-height: 1.6vw;
}


/* ===========================================================
　option
=========================================================== */

#option {
  padding: 5vw 13vw 0;
}


#option h2 span {
  font-size: 0.8vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

#option h2 span:before {
  content: "";
  width: 11.5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -13vw;
  transform: translateY(-50%);
}

#option h2 {
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
}

#option ul {
  margin: 4vw 0 5vw;
  display: flex;
}

#option ul li {
  width: 22vw;
  margin: 0 4vw 0 0;
}

#option ul li .ttl {
  font-size: 1.6vw;
  font-weight: 500;
  padding: 0.2vw 0 0.2vw 1.6vw;
  border-left: solid 0.5vw #3e3a39;
  margin: 0 0 2vw
}

#option ul li .ttl span {
  font-size: 0.85vw;
  display: block;
  margin: 0.6vw 0 0;
  white-space: nowrap;
  letter-spacing: 0.05vw
}

#option ul li figure {
  margin: 0 0 2vw;
}

#option ul li .txt {
 font-size: 0.95vw;
 line-height: 1.6vw;
}



/* ===========================================================
　movie
=========================================================== */

#movie {
  margin: 0 auto;
  padding: 4vw 0 0;
}


#movie .thumbnail {
    position: relative;
    cursor: pointer;
  width: 43vw;
  margin: 0 auto;
}

#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: 5vw;
    height: 5vw;
}

#movie .txt {
    font-size: 13px;
    padding: 20px 5px;
    line-height: 22px;
}


/*　モーダル再生
------------------------*/

#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: 800px;
    height: 450px;
}


/* 閉じボタン */

#movie .modal .close_btn {
    color: #fff;
    font-size: 4vw;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    transition: all .2s ease;
}

#movie .modal .close_btn:hover {
    opacity: 0.5;
    transition: all .2s ease;
}





/* ===========================================================
　floor
=========================================================== */

#floor {
  padding: 5vw 14.5vw 0;
}

#floor h2 span {
  font-size: 0.8vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

#floor h2 span:before {
  content: "";
  width: 13vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -14.5vw;
  transform: translateY(-50%);
}

#floor h2 {
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  margin: 0 0 4vw;
}

#floor .lead {
  margin: 1.3vw 0 3vw;
  font-size: 1.1vw;
  font-weight: 500;
}

#floor .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70vw;
  margin: 0 auto 5vw;
}

#floor .wrapper > figure img {
  width: 24vw;
}

#floor .wrapper .pd {
  margin: 0 0 0 2vw;
}

#floor .wrapper .pd li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5vw;
}

#floor .wrapper .pd li figure {
  text-align: center;
  width: 5vw;
}

#floor .wrapper .pd li figure img {
  width: auto;
  height: 2vw;
}

#floor .wrapper .pd li .ttl {
  font-size: 1vw;
  font-weight: 700;
  text-align: left;
  width: 12vw;
  line-height: 1.2vw;
  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: 1vw;
  font-weight: 500;
  width: 25vw;
  line-height: 1.3vw
}



/* ===========================================================
 keikai
=========================================================== */

#keikai {
  padding: 5vw 14.5vw;
}

#keikai h2 span {
  font-size: 0.8vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

#keikai h2 span:before {
  content: "";
  width: 13vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -14.5vw;
  transform: translateY(-50%);
}

#keikai h2 {
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
}

#keikai .lead {
  margin: 1.4vw 0 3vw;
  font-size: 1.1vw;
  font-weight: 500;
}

#keikai .wrapper {
  display: flex;
  justify-content: space-between;
}

#keikai .wrapper figure {
  width: 26vw;
}

#keikai .wrapper .txt {
  font-size: 1.1vw;
  line-height: 2.2vw
}


/* ===========================================================
 voice
=========================================================== */

#voice {
  padding: 5vw 14.5vw 0;
  position: relative;
  z-index: 0;
}

#voice h2 span {
  font-size: 0.9vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

#voice h2 span:before {
  content: "";
  width: 13.7vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -15vw;
  transform: translateY(-50%);
}

#voice h2 {
  font-size: 1.8vw;
  font-weight: 500;
  margin: 0 0 2vw;
}

#voice ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0 0 4vw;
}

#voice ul li {
  width: 21vw;
  margin: 0 4vw 0 0;
}

#voice ul li:last-of-type {
  margin: 0;
}

#voice ul li .ttl {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.8vw;
  margin: 0 0 1.4vw;
}

#voice ul li figure {
  margin: 0 0 1.6vw;
}

#voice ul li .txt {
  font-size: 0.95vw;
  line-height: 1.6vw;
}


/* ===========================================================
 flow
=========================================================== */


#flow {
  margin: 6vw 0 0;
  padding: 0vw 14.5vw 5vw;
  position: relative;
  z-index: 0;
  background: #f0f3f7;
}

#flow:before {
  content: "";
  position: absolute;
  bottom: 77%;
  left: 0;
  transform: skewY(3deg);
  background: #f0f3f7;
  width: 100vw;
  height: 8vw;
  z-index: -1;
  
}


#flow h2 span {
  font-size: 0.9vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1vw;
  position: relative;
}

#flow h2 span:before {
  content: "";
  width: 13.7vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -15vw;
  transform: translateY(-50%);
}

#flow h2 {
  font-size: 1.8vw;
  font-weight: 500;
  margin: 0 0 2vw;
}




/* ===========================================================
 telentry(電話)
=========================================================== */

.telentry {
  padding: 4vw 0 3vw;
  position: relative;
  border-top: solid 1px #ccc;
}

#telMo {
  width: 66vw;
  position: absolute;
  top: 4vw;
  left: -32vw;
}

#telMo .telentry {
  background: #fff;
}

.telentry h2 {
  margin: 0 0 2vw;
  font-size: 2vw;
  text-align: center;
}




.telentry .entarea {
  width: 54vw;
  background: #f4f4f4;
  margin: 0 auto 2vw;
  border-radius: 0.3vw;
  position: relative;
  padding: 3vw 0;
  display: flex;
  justify-content: center;
}


.telentry .entarea .manomaent {
  background: #fff;
  border: solid 1px #e9e9e9;
  padding: 0 2vw;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
  margin: 0 2vw 0 0;
  letter-spacing: 0.1vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5vw;
}

.telentry .entarea .manomaent span {
  display: block;
  font-size: 1vw;
  margin: 0.4vw 0 0;
  letter-spacing: 0;
}

.telentry .entarea .manomatel {
  width: 25vw;
  font-size: 1vw;
  line-height: 1.4vw;
}



.telentry .entarea .manomatel a {
  font-size: 3vw;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.2vw;
  display: block;
  margin: 0 0 1.2vw;
  color: #0c0c0c;
}

.telentry .entarea .manomatel a:before {
 content: "";
 background:url("/assets/img/common/ico_tel.svg") no-repeat;
 background-size: contain;

 width: 2.2vw;
 height: 2.2vw;
 display: inline-block;
 margin: 0 0.5vw 0 0;
}

.telentry .entarea .manomatel a:hover {
  color: #0c0c0c !important;
}


.telentry .contact a {
  background: linear-gradient(90deg, rgb(79 211 65) 30%, rgb(115 211 193) 100%);
  color: #fff;
  width: 29vw;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  padding: 0.9vw 0 1.1vw 0;
  border-radius: 100vw;
  position: relative;
  transition: all .2s ease;
  margin: 0 auto 2vw;
}


.telentry .contact a:after {
  content: "";
  width: 1.4vw;
  height: 0.8vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2vw;

  transform: translateY(-50%);
}

.telentry .contact a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}


.telentry .contact .txt {
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.8vw;
  margin: 0 0 2vw;
  letter-spacing: 0.05vw
}




/* ===========================================================
 qa
=========================================================== */

#qa {
  margin: 0 0 4vw;
  padding: 4vw;
  border-top: solid 1px #ccc;
}

#qa h2 {
  font-size: 2.4vw;
  font-weight: 500;
  text-align: center;
  line-height: 4vw;
  margin: 0 0 4vw;
  letter-spacing: 0.2vw;
}

#qa .wrapper {
  display: flex;
  justify-content: center;
}

#qa .sec_body {
  width: 20vw;
  margin: 0 1vw
}

#qa .sec_body .ttl {
  font-size: 1.3vw;
  font-weight: 500;
  margin: 0 0 2vw;
  padding: 0 0 0 0.5vw;
}

#qa ul li {
  font-size: 2vw;
  background: #f0f3f7;
  margin: 0 0 1vw;
  border-radius: 0.8vw;
}

#qa ul li input {
  display: none;
}

#qa ul li .acd-label {
  font-weight: 500;
  display: block;
  position: relative;
  padding: 1.5vw 3vw 1.5vw 3.3vw;
  font-size: 0.95vw;
  line-height: 1.3vw;
}

#qa ul li .acd-label:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.4vw;
  transform: translateY(-50%);
  font-size: 1.6vw;
}

#qa ul li input:checked + .acd-label:after {
  content: "－";
  right: 1.4vw;
  top: 52%;
}


#qa ul li .acd-label:before {
  content: "";
  background: url("/lp/trial_remoteconnect/img/ico-q.svg") no-repeat;
  background-size: contain;
  width: 1.6vw;
  height: 1.6vw;
  position: absolute;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}

#qa ul li .acd-content {
  position: relative;
  padding: 0 1vw 1vw 1vw;
  display: none;
}

#qa ul li .acd-content span {
  background: #fff;
  display: block;
  padding: 1vw 1vw;
  font-size: 0.8vw;
  line-height: 1.2vw;
  border-radius: 0.8vw;
}

#qa ul li .acd-content a {
  display: inline;
  color: #618fda;
  text-decoration: underline;
}

#qa ul li .acd-content a:hover {
  text-decoration: none;
}


/* ===========================================================
　price(別ページ)
=========================================================== */

.price {
  padding: 2vw 0 0;
}

#price.price {
  margin: 0
}

.price h2 {
  margin: 0 0 4vw;
}

.price .set {
  padding: 1vw 3vw 0;
  background: #fff;
  border-radius: 1vw;
  margin: 0 auto 3vw;
  width: 50vw;
}

.price .set > .ttl {
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  margin: 0 0 2vw;
  padding: 0 0 1vw;
  border-bottom: solid 1px #3e3a39;
}

.price .set .setlist {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 1vw;
}

.price .set .setlist li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 1vw 1vw;
  font-weight: 700;
  font-size: 1vw;
}

.price .set .setlist li figure {
  width: auto;
  height: 3.6vw;
  display: inline-block;
  text-align: center;
}

.price .set .setlist li figure img {
  width: auto;
  height: 100%;
}


.price .set .setlist li p {
  display: inline-block;
  text-align: left;
  margin: 0 1vw;
}

.price .set .setlist li span {
  display: block;
}


/* 解サポ用 */

.price .set .setlist li.opkai a {
  color: #1a81d0;
  text-decoration: underline;
  margin: 0.5vw 0 0;
  font-size: 0.8vw;
}


.price .getugaku .keiyaku {
  color: #e48889;
  width: 15vw;
  text-align: center;
  padding: 0.8vw 0;
  font-size: 1.4vw;
  font-weight: 700;
  margin: 0 auto;
}

.price .getugaku .first {
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 0 0 2vw 1vw;
}

.price .getugaku .first span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-size: 3vw;
  letter-spacing: 0;
}

.price .getugaku .second {
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2vw 1vw;
  display: inline-block;
}

.price .getugaku .second span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-size: 3vw;
}


.price .getugaku a {
  text-align: center;
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1vw;
  margin: 0 0 2vw;
}

.price .option {
  border-top: solid 1px #ccc;
  padding: 2vw 0;
}

.price .option .ttl {
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2vw;
}

.price .option ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price .option ul li {
  display: flex;
  align-items: center;
  margin: 0 1vw;
}

.price .option ul li figure {
  width: 5vw;
  margin: 0 1vw 0 0;
}

.price .option ul li p {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.price .option ul li p a {
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1vw;
}


.price .ctbtn a {
  background: rgb(247,122,91);
  background: linear-gradient(90deg, rgb(240 43 73) 0%, rgb(240 43 73) 28%, rgb(255 129 107) 100%);
  color: #fff;
  width: 38vw;
  margin: 1vw auto 0;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 700;
  padding: 1vw;
  border-radius: 100vw;
  position: relative;
  top: 0;
  box-shadow: 0 0.35vw 0 0 #9f5555;
  transition: all .2s ease;
}

.price .ctbtn a:after {
  content: "";
  width: 1.2vw;
  height: 0.8vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
}

.price .ctbtn a:hover {
  top: 0.2vw;
  box-shadow: none;
  transition: all .2s ease;
}




/* ===========================================================
 entry（別ページ）
=========================================================== */


#entry h2 {
  margin: 0 auto 4vw;
  padding: 0 0 2vw;
  font-size: 3vw;
  text-align: center;
  border-bottom: solid 1px #3e3a39;
  width: 50vw;
  text-decoration: none;
}

#entry h2 span {
    margin: 0 0 0 1vw;
  font-size: 2.8vw
}

#entry .option > .ttl {
  font-size: 2vw;
  text-align: center;
  color: #3e3a39;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 0 0.8vw;
  width: 20vw;
}

#entry .option > .lead {
  text-align: center;
  font-weight: 400;
  font-size: 1.2vw
}


/* -----------------------------
 オプション選択
----------------------------- */

#entry .option .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
}

#entry .option .wrapper {
  background: #fff;
  width: 50vw;
  margin: 4vw 0 4vw;
  border-radius: 1vw;
  text-align: center;
}

#entry .option .wrapper label {
  display: block;
  text-align: left;
}

#entry .option .wrapper label .lb_ttl {
  position: relative;
  font-size: 1.8vw;
  font-weight: 700;
  padding: 0 0 0 3.8vw;
  margin: 0 0 2vw;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
}

#entry .option .wrapper label .txt {
  font-size: 1.2vw;
  line-height: 1.8vw;
  margin: 0 0 2vw;
  padding: 0 0 2vw;
  border-bottom: solid 1px #ccc;
  text-align: left;
}

#entry .option .wrapper label .caution .lead {
  font-size: 0.9vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.3vw;
}


#entry .option .wrapper .ttl {
  font-size: 1.6vw;
  font-weight: 700;
  color: #f04b4b;
  text-align: center;
  margin: 0 0 2vw 2vw;
  white-space: nowrap;
  display: inline-block;
}

#entry .option .wrapper .ttl sup {
  font-size: 0.8vw;
  position: relative;
  top: -0.7vw;
}

#entry .option .wrapper .ttl span {
  font-size: 1.6vw;

  color: #3e3a39;
  margin: 0 1vw 0 0
}


label .caution a {
  font-size: 1vw;
  color: #1a81d0;
  text-decoration: underline;
  text-align: right;
  margin: 1.5vw 0 0;
}



/* チェック制御
------------------------*/

/* デフォルト */
#entry .option .wrapper label .lb_ttl:before {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    background: #d6d6d6;
    border-radius: 3px;
    transition: all .2s ease;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* チェック */

#entry .option .wrapper input[type="checkbox"] {
  display: none;
}

#entry .option .wrapper input[type="checkbox"]:checked + label .lb_ttl:before {
    background: #f56739;
    transition: all .2s ease;
}

#entry .option .wrapper input[type="checkbox"]:checked + label .lb_ttl:after {
    content: "";
    width: 0.6vw;
    height: 1.3vw;
    border-bottom: solid 0.35vw #fff;
    border-right: solid 0.35vw #fff;
    position: absolute;
    top: 40%;
    left: 0.8vw;
    transform: translateY(-50%) rotate(45deg);
    z-index: 99;
}




/* ===========================================================
 entryForm（別ページ）
=========================================================== */

.entryForm {
	background: #fff;
	padding: 0 6vw 0;
	text-align: center;
	color: #3e3a39
}


/* --------------------------------------
 規約
-------------------------------------- */

.entryForm .explan_pdf ul {
  background: #fff;
  padding: 1vw 0;
  margin: 0 auto;
  width: 50vw;
}
  
.entryForm .explan_pdf ul li {
  font-size: 1.1vw;
  margin: 0 0 0.3vw;
  color: #3e3a39;
  font-weight: 400;
  text-align: left;
  width: auto;
  line-height: 1.8vw;
}


/* --------------------------------------
 同意・申込
-------------------------------------- */


.entryForm .apply button  {
  background: rgb(247,122,91);
  background: linear-gradient(90deg, rgb(240 43 73) 0%, rgb(240 43 73) 28%, rgb(255 129 107) 100%) !important;
  color: #fff;
  width: 40vw;
  margin: 0 auto 4vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  padding: 1vw;
  border-radius: 100vw;
  position: relative;
  top: 0;
  box-shadow: 0 0.3vw 0 0 #9f5555;;
  transition: all .2s ease;
}

.entryForm .apply button:before {
  content: "";
  width: 1.6vw;
  height: 1vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
}

.entryForm .apply button:hover {
  top: 0.35vw;
  box-shadow: none;
  transition: all .2s ease;
}


/* ===========================================================
 商品紹介ページはこちら
=========================================================== */

.back {
  background: #505050;
  width: 30vw;
  margin: 0 auto 4vw;
  padding: 1vw 0;
  text-align: center;
  color: #fff;
  font-size: 1.2vw;
  position: relative;
  border-radius: 0.8vw;
  display: block !important;
  text-decoration: none !important;
}

.back:before {
  content: "";
  width: 1.4vw;
  height: 0.8vw;
  background: url(/assets/img/common/arr_hoso.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%) rotate(180deg);
}







/* --------------------------------------
 modal(料金)
-------------------------------------- */


.modal_wrapper_in {
  margin: 7vh 0;
  padding: 3vw;
}


#insede {
  width: 50vw;
  margin: 0 auto;
}


/* 表
---------------- */


#insede .campaign_table {
    width: 100%;
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    margin: 0 0 2vw;
}

#insede .campaign_table th {
    background: #f0f7ff;
    text-align: center;
    padding: 0.7vw;
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    font-size: 0.8vw;
    vertical-align: middle;
    white-space: nowrap;
}

#insede .campaign_table td {
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    text-align: center;
    padding: 0.5vw;
    font-size: 0.8vw;
    vertical-align: middle;
}
#insede .campaign_table .total td {
 font-size: 1.1vw;
 padding: 1vw;
 font-weight: 700;
}

#insede .campaign_table td:nth-of-type(1) {
  text-align: left;
  padding: 1vw 1vw 1vw 1.5vw;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) p {
  font-size: 1vw;
  font-weight: 700;
  margin: 1vw 0 1.5vw;
  line-height: 1.5vw;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  left: -0.8vw
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
  width: 12.5vw;
  margin: 0 1vw 1vw 0

}

#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: 3vw;
  text-align: center;
}

#insede .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure img {
  height: 1.4vw;
  display: inline !important;
  margin: 0;
}

#insede .campaign_table .txt {
  line-height: 1.1vw;
}

#insede .campaign_table .txt span {
  display: block;
  font-size: 0.7vw;
}

#insede .campaign_table sup {
  position: relative;
  font-size: 0.6vw;
  top: -0.2vw;
}

#insede .campaign_table td img {
  width: auto;
  height: 2vw;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1vw 0 0;
}

#insede .campaign_table td .tax {
  font-size: 0.7vw;

}

#insede .campaign_table td ul li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 13vw;
  margin: 0 0 1vw;
}

#insede .caution {
  margin: 0 0 3vw;
}

#insede .caution li {
  font-size: 0.7vw;
  margin: 0 0 1vw;
  line-height: 1vw;
}


#insede .ttl {
  font-size: 32px;
  text-align: center;
  margin: 0 0 50px;
}

#insede .insede_fee {
  margin: 0 0 50px;
}


#insede .insede_fee .subttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 13px;
  padding: 0 0 0 3px;
}

#insede .insede_fee table {
  width: 100%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc !important;
  margin: 20px 0 10px;
}

#insede .insede_fee table th,
#insede .insede_fee table td {

  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

#insede .insede_fee table th:last-of-type,
#insede .insede_fee table td:last-of-type {
  border-right: solid 1px #ccc;
}

#insede .insede_fee table th {
  background: #e4e4e4;
  white-space: normal;
  vertical-align: middle;
  line-height: 16px
}

#insede .insede_fee table th:nth-of-type(n+2) {
  text-align: center;
}

#insede .insede_fee table td span {
  font-size: 12px;
}

#insede .insede_fee table td.bdnone {
  border-left: none;
}

#insede .insede_fee table sup {


  font-size: 10px;
  font-weight: 700;
  position: relative;
  top: -4px;
  margin: 0 0 0 3px;
}

#insede .insede_fee .caution {
  font-size: 12px;
  line-height: 20px;
}

#insede .insede_fee .tanka td {
  text-align: center;
}



/* -----------------------------
 電話モーダル
----------------------------- */

#telMo {
  width: 50vw;
}

#telMo .telentry {
  background: #fff;
  padding: 1vw 0;
  margin: 0;
  border: none;
}

#telMo .telentry .entarea {
  width: 50vw;
  margin: 0 auto 2vw;
  padding: 3vw;
}




/* ===========================================================
　modal(無償訪問用)
=========================================================== */


#musyou {
  width: 70vw;
}

#musyou > .ttl {
  font-size: 2vw;
  font-weight: 700;
}

#musyou .area .lead {
  font-size: 1.3vw;
  padding: 0 0 0 0.8vw;
  border-left: solid 6px #3e3a39;

  margin: 3vw 0 2vw;
}

#musyou .area .txt {
  font-size: 0.9vw;
  line-height: 1.2vw;
  margin: 0 0 1vw
}

#musyou .area .txt a {
  text-decoration: underline;
  color: #1a81d0;
}

#musyou .area .txt a:hover {
  text-decoration: none;
}

#musyou .area .cau li {
  font-size: 0.7vw;
  line-height: 1vw;
  margin: 0 0 0.2vw;
  position: relative;
  padding: 0 0 0 0.7vw;
}

#musyou .area .cau li:before {
  content: "※";
  position: absolute;
  left: 0;
}

#musyou .area .cau li a {
  color: #1a81d0;
  text-decoration: underline;
  display: inline
}

#musyou .area .cau li a:hover {
  text-decoration: none;
}



/* ご利用の流れ */


#musyou .area .flow {
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: number 0;
}

#musyou .area .flow:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index:-1;
}

#musyou .area .flow li {
  border: solid 3px #4f556e;
  padding: 0.7vw;
  font-size: 0.9vw;
  line-height: 1.1vw;
  width: 15.5vw;
  background: #fff;
  z-index: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  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: 1vw;
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4f556e;
  color: #fff;
}


#musyou .area .flow li span {
  font-size: 0.7vw;
  line-height: 0.8vw;
  display: block;
  margin: 0.5vw 0 0;
}

/* サポート内容 */

#musyou .area .detail {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  margin: 0 0 0.8vw;
  counter-reset: number 0;
}

#musyou .area .detail li {
  padding: 1vw 1vw 1vw 5vw;
  font-size: 0.9vw;
  margin: 0 0.2vw 0 0;
  line-height: 1.1vw;
  position: relative;
  background: #d4d4d4;
}

#musyou .area .detail li span {
  font-size: 1vw;
  font-weight: 700;
  display: block;
  margin: 0 0 0.3vw
}

#musyou .area .detail li .number {
  position: absolute;
  top: 50%;
  left: 2.4vw;
  transform: translateY(-50%);
  font-size: 3vw;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  color: #fff;
}


#musyou .area .detail li:after {
  content: "";
  width: 3vw;
  height: 3vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -1.7vw;
  transform: translateY(-50%) rotate(46deg) skew(15deg, 15deg);
  z-index: 9;
}

#musyou .area .detail li:before {
  content: "";
  width: 3vw;
  height: 3vw;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  right: -1.5vw;
  transform: translateY(-50%) rotate(46deg) skew(15deg, 15deg);
  z-index: 99;
}


/* 当日必要なもの */

#musyou .area .today {
  display: flex;
  margin: 0 0 1vw;
}

#musyou .area .today li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2vw 0 0;
  width: 15vw;
}

#musyou .area .today li figure {
  margin: 0 0.7vw 0 0;
}

#musyou .area .today li figure img {
  width: auto;
  height: 2.5vw;
}

#musyou .area .today li .rgt {
  font-size: 0.7vw;
  line-height: 0.9vw;
}

#musyou .area .today li .rgt span {
  display: block;
  font-size: 1vw;
  font-weight: 700;
  margin: 0 0 0.3vw;
}


#musyou .area table tbody {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  display: block;
  margin: 1vw 0 0;
}


#musyou .area table th,
#musyou .area table td {
  font-size: 0.8vw;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 1vw;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1vw;
}

#musyou .area table td img {
  width: auto;
  height: 3vw;
  vertical-align: middle;
  margin: 0 0.5vw 0 0;
}

/* 訪問サポートまでに必要な作業 */

#musyou .area .list .sub {
  font-size: 1vw;
  margin: 0 0 1.2vw;
  display: inline-block;
  padding: 0 0 0.4vw;
  border-bottom: solid 2px #3e3a39
}


#musyou .area .list ul {
  margin: 0 0 2vw;
}

#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: 0.8vw;
  margin: 0 0 1vw;
  line-height: 1.2vw;
  position: relative;
  padding: 0 0 0 2.5vw;
}

#musyou .area .list ul li span {
  font-weight: bold;
  display: block;
}

#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: 1vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#musyou .area .list ul li a {
  text-decoration: underline;
  color: #1a81d0;
}

#musyou .area .list ul li a:hover {
  text-decoration: none;
}



/* ===========================================================
 #tsuika 
=========================================================== */

/* フッターが前に出る */
.footer {
  position: relative;
  z-index: 999999999;
}


#tsuika {
  padding: 0;
  width: 50vw;
}


#tsuika .list {
    padding: 2vw 0 0;
}

#tsuika .list h2 {
    font-size: 1.4vw;
    margin: 0 0 1vw;
  text-align: center;
}

#tsuika .list h2 sup {
  font-size: 0.8vw;
  position: relative;
  top: -0.6vw
}

#tsuika .list .lead {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 40px;
}


/* --------------------------------------
 表
-------------------------------------- */

#tsuika .list .pdtTable {
    margin: 0 0 20px;
}

#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: 1vw 0;
    font-size: 1vw;
    text-align: center;
}

#tsuika .list .pdtTable table .gray {
    background: #f8f8f8;
}


#tsuika .list .pdtTable table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
    padding: 1vw 0;
    font-size: 1vw;
    vertical-align: middle;
    text-align: center;
}

#tsuika .list .pdtTable table td .tax {
    font-size: 0.8vw;
}


/* --------------------------------------
 注釈
-------------------------------------- */

#tsuika .list .notes {
    font-size: 0.8vw;
    line-height: 1.2vw;
}




