@charset "utf-8";
/* CSS Document */


/* 削除 */
.pageHed .lg_sony > ul,
.pageHed .gNav,
.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;
}

.recommendScene .security {
 display: none;
}

/* 調節用 */
.pageHed .lg_sony img {
  width: 7vw;
}


/* ===========================================================
　損保用
=========================================================== */

.sonpo {
  background: #1a1a1a;
  padding: 1vw 12vw 1.2vw;
  color: #fff;
  text-align: center;
  margin: 0 30vw 2vw;
  font-size: 1.2vw;
  font-weight: 700;
  display: block;
}


/*-------------------------------------------------------
 トップバナー
-------------------------------------------------------*/

/* フローティングバナー */
.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;
  font-weight: 700;
}

.telephone a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}

.telephone a:nth-of-type(1) {
  background: var(--cv-clr);
}

.telephone a:nth-of-type(2) {
   background: linear-gradient(90deg, rgb(79 211 65) 50%, rgb(115 211 193) 100%);
}



/* ===========================================================
 KV
=========================================================== */

.top_bnr {
  width: 100vw;
  position: relative;
  z-index: 9;
}

.top_bnr h1 {
  margin: 0 0 5vw;
}

/* CTボタン */

.top_bnr .ctbtn {
  position: absolute;
  bottom: 2.7vw;
  right: 12.5vw;
  margin: 0;
  padding: 0;
}


/* ===========================================================
　CTボタン
=========================================================== */

.ctbtn {
  background: #f0f3f7;
  padding: 3vw 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-reverse nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 1.4vw
}

.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 .btm .month {
  font-size: 1.8vw;
  font-weight: 500;
}

.ctbtn .btm .month span {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 3vw;
  vertical-align: -0.1vw;
  margin: 0 0.2vw;
  letter-spacing: 0.1vw
}

.ctbtn a {
  background: var(--cv-clr);
  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;
}


/* ===========================================================
　safeeasy
=========================================================== */

#safeeasy {
  padding: 0 8vw;
  position: relative;
  z-index: 0;
}

#safeeasy ul li {
  margin: 0 0 5vw;
  display: flex;
  align-items: center;
}

#safeeasy .wrapper {
  width: 20vw;
}

#safeeasy h2 span {
  font-size: 0.9vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 1.4vw;
  position: relative;
}

#safeeasy h2 span:before {
  content: "";
  width: 7vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#safeeasy h2 {
  font-size: 1.8vw;
  font-weight: 500;
  margin: 0 0 1.2vw;
}

#safeeasy .txt {
  font-size: 1vw;
  line-height: 2vw;
  white-space: nowrap;
}

#safeeasy .slickslider {
  display: flex;
}

#safeeasy .slickslider .slider_box {
  width: 20vw;
  margin: 0 0 0 1.6vw;
}





/* ===========================================================
　fuman
=========================================================== */

#fuman h2 img {
  width: 13vw;
  vertical-align: -0.4vw;
  margin: 0 0.5vw 0 0;
}

#fuman h2 {
  text-align: center;
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: 0.15vw;
  margin: -1vw 0 0;
}

#fuman h2 span {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #fcf29a;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

#fuman h2 span b {
  font-size: 1.8vw;
  font-weight: 500;
  margi: 0 0 0 0.5vw;
}

/* -----------------------------
 コンテンツ部分
----------------------------- */

#fuman .contents {
  background: #f5f0f0;
  position: relative;
  padding: 10vw 0 5vw;
  margin: 2vw 0 0;
}

#fuman .contents:before {
  content: "";
  border: solid 50vw transparent;
  border-top: solid 6vw #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#fuman .contents {
  display: flex;
  justify-content: center;
}

#fuman .contents li {
  width: 27vw;
  margin: 0 2vw 0 0;
  padding: 0 2vw 0 0;
  border-right: solid 1px #dfdfdf;
}

#fuman .contents li:last-of-type {
  border: none;
}

#fuman .contents li h3 {
  font-size: 1.2vw;
  font-weight: 500;
  text-align: center;
}

#fuman .contents li h3 img {
  width: 3.5vw;
  vertical-align: middle;
  margin: 0 1vw 0 0;
}

#fuman .contents li .lead {
  font-size: 1vw;
  line-height: 1.6vw;
  margin: 1.2vw 0 2vw;
  text-align: center;
}


/* ===========================================================
　setprice
=========================================================== */

.setprice {
  padding: 5vw 0;
}

.setprice .wrapper {
  display: flex;
  justify-content: center;
  letter-spacing: 0.15vw;
  flex-flow: row wrap;
}

.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;
  justify-content: center;
  margin: 0 0 3vw;
}

.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 .btm .month {
  font-size: 1.8vw;
  font-weight: 500;
}

.setprice .btm .month span {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 3vw;
  vertical-align: -0.1vw;
  margin: 0 0.2vw;
  letter-spacing: 0.1vw
}

.setprice ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.setprice ul li {
  background: #f4f4f4;
  width: 14vw;
  margin: 0 0.4vw 0 0;
  padding: 2vw 0;
  text-align: center;
}

.setprice ul li:last-of-type {
  margin: 0;
}

.setprice ul li img {
  width: auto;
  height: 5vw;
  margin: 0 0 1.3vw;
}

.setprice ul li .txt {
  font-size: 0.9vw;
  font-weight: 500;
}


.setprice a {
    background: var(--cv-clr);
    color: #fff;
    width: 22.5vw;
    margin: 3vw 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;
}




/* ===========================================================
　movie
=========================================================== */

#movie {
  width: 43vw;
  margin: 0 auto;
}


#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: 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;
}





/* ===========================================================
　 Advance Plan
=========================================================== */

.advanceplan {
  padding: 6vw 0 5vw;
}

.advanceplan h2 {
  margin: 0 0 6vw;
  font-size: 2vw;
    font-weight: 700;
    text-align: center;
    line-height: 2.5vw;
    letter-spacing: 0.2vw;
}

.advanceplan ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 63vw;
  margin: 0 auto;
}

.advanceplan ul li {
    width: 30vw;
    margin: 0 0 4vw;
    background: #f8f8f8;
    border: solid 1px #efefef;
    padding: 2vw 4vw;
    position : relative;
}

.advanceplan ul li:nth-of-type(n+5) {
    margin: 0;
}


/* ポイント
------------------------*/

.advanceplan ul li .point {
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translate(-50%);
    font-weight: 700;
    line-height: 1vw;
    letter-spacing: 3px;
    color: #fff;
    background: #f07171;
    text-align: center;
    padding: 1vw 1vw;
    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: 0.7vw;
    font-weight: 900;
}

.advanceplan ul li .point span:nth-of-type(2) {
    font-size: 1.2vw;
    font-family: Century Gothic, sans-serif;
}

.advanceplan ul li .point:after {
    content: "";
    border: solid 0.5vw transparent;
    border-top: solid 0.8vw #f07171;
    position: absolute;
    bottom: -0.9vw;
    left: 50%;
    transform: translateX(-50%);
}


/* コンテンツ
------------------------*/

.advanceplan ul li h3 {
    font-size: 1.2vw;
    font-weight: 700;
    text-align: center;
    margin: 2vw 0;
    line-height: 1.7vw;
}

.advanceplan ul li h3 span {
  font-size: 1vw;
}

.advanceplan ul li figure {
    width: 100%;
    background: #000;
    margin: 0 0 50px;
}

.advanceplan ul li .txt {
    font-size: 0.9vw;
    padding: 0 0.5vw;
    line-height: 1.3vw;
}


.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;
}





/* ===========================================================
　floor
=========================================================== */

#floor {
  padding: 5vw 0vw 0;
}

#floor h2 {
  margin: 0 0 4vw;
  font-size: 2vw;
    font-weight: 700;
    text-align: center;
    line-height: 2.5vw;
    letter-spacing: 0.2vw;
}

#floor h2 span {
  display: block;
  font-size: 1vw;
}

#floor .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60vw;
  margin: 0 auto 4vw;
}

#floor .wrapper > figure img {
  width: 20vw;
}

#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: 13vw;
  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: 18vw;
  line-height: 1.3vw
}



/* ===========================================================
 keikai
=========================================================== */

#keikai {
  padding: 5vw 0 0;
}

#keikai h2 {
  margin: 0 0 4vw;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
}

#keikai h2 span {
  display: block;
  font-size: 1vw;
}



/* ===========================================================
 keikai
=========================================================== */

#keikai {
  padding: 5vw 18vw;
}

#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 .wrapper {
  display: flex;
  justify-content: space-between;
}

#keikai .wrapper figure {
  width: 20vw;
}

#keikai .wrapper .txt {
  font-size: 1.1vw;
  line-height: 2.2vw
}





/* ===========================================================
 voice
=========================================================== */

#voice {
  padding: 0 15vw;
  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.1vw;
  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.8vw;
  line-height: 1.5vw;
  letter-spacing: 0.05vw;
}


/* ===========================================================
 flow
=========================================================== */


#flow {
  margin: 6vw 0 0;
  padding: 0vw 15vw 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;
  background: #f4f4f4;
  position: relative;
}

.telentry h2 {
  margin: 0 0 2vw;
  font-size: 2vw;
  text-align: center;
}


.telentry .entarea {
  width: 60vw;
  background: #fff;
  margin: 0 auto 2vw;
  border-radius: 0.5vw;
  box-shadow: 0 3px 8px -2px #999;
  position: relative;
  padding: 4vw 0;
  display: flex;
  justify-content: center;
}




.telentry .entarea .manomaent {
  background: #f4f4f4;
  border: solid 1px #e9e9e9;
  padding: 0 3vw;
  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;
}

.telentry .entarea .manomaent span {
  display: block;
  font-size: 1vw;
  margin: 0.4vw 0 0;
  letter-spacing: 0;
}

.telentry .entarea .manomatel {
  width: 32vw;
  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:hover {
  color: #0c0c0c !important;
}


.telentry .contact a {
  background: var(--tl-clr);
  color: #fff;
  width: 32vw;
  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;
  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;
}




