@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: 20vw;
  padding: 1vw 0;
}

/* ===========================================================
　損保用
=========================================================== */

.sonpo {
  background: #1a1a1a;
  padding: 4.5vw 0 5.1vw;
  color: #fff;
  text-align: center;
  margin: 0 auto 7vw;
  font-size: 5vw;
  font-weight: 700;
}


/* ===========================================================
　フローティングバナー
=========================================================== */


.telephone {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:9999;
  background: #fff;
  padding: 3vw;
  box-shadow: 1vw 0 2vw #ccc;
}

.telephone a {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 46vw;
  font-size: 4.2vw;
  font-weight: 700;
  text-align: center;
  padding: 4vw 0;
  border-radius: 12vw;
  letter-spacing: 0.3vw;
}

.telephone a:nth-of-type(1) {
  background: var(--cv-clr);
}

.telephone a:nth-of-type(2) {
   background: linear-gradient(90deg, rgb(101 212 90) 50%, rgb(115 211 193) 100%);
}




/* ===========================================================
 KV
=========================================================== */

.top_bnr {
  width: 100vw;
  position: relative;
  z-index: 9;
}

.top_bnr h1 {
  margin: 0 0 7vw;
}

/* CTボタン */

.top_bnr .ctbtn {
  position: absolute;
  bottom: 23vw;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  margin: 0;
  padding: 0;
}


/* ===========================================================
　CTボタン
=========================================================== */

.ctbtn {
  background: #f0f3f7;
  padding: 8vw 0;
}

.ctbtn .top {
  font-size: 4.2vw;
  padding: 0 8vw;
  margin: 0 0 3vw;
}

.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;
  align-items: center;
  justify-content: center;
  margin: 0 0 5vw;
}

.ctbtn .btm .shoki {
  font-size: 3vw;
  font-weight: 500;
  text-align: center;
  line-height: 4vw;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin: 0 2vw 0 0;
}

.ctbtn .btm .shoki span {
  font-weight: 700;
  font-size: 3.4vw
}

.ctbtn .btm .month {
  font-size: 4.8vw;
  font-weight: 500;
}

.ctbtn .btm .month span {
  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 a {
  background: var(--cv-clr);
  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%);
}


/* ===========================================================
　safeeasy
=========================================================== */

#safeeasy {
  margin: -11vw 0 0;
  padding: 0 0 0 8vw;
  position: relative;
  z-index: 0;
}

#safeeasy ul li {
  margin: 0 0 8vw;
}

#safeeasy h2 span {
  font-size: 3vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 4vw;
  position: relative;
}

#safeeasy h2 span:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#safeeasy h2 {
  font-size: 6vw;
  font-weight: 500;
  margin: 0 0 4vw;
}

#safeeasy .txt {
  font-size: 3.8vw;
  line-height: 6vw;
  margin: 0 0 6vw;
}


/* ===========================================================
　fuman
=========================================================== */

#fuman h2 img {
  width: 40vw;
  vertical-align: -0.7vw;
  margin: 0 1.4vw 0 0;
}

#fuman h2 {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 9vw;
}

#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: 6.2vw;
  font-weight: 500;
  display: block;
}

/* -----------------------------
 コンテンツ部分
----------------------------- */

#fuman .contents {
  background: #f5f0f0;
  position: relative;
  padding: 24vw 0 8vw;
}

#fuman .contents:before {
  content: "";
  border: solid 50vw transparent; 
  border-top: solid 13vw #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#fuman .contents li {
  padding: 0 8vw;
  margin: 0 0 8vw;
}

#fuman .contents li h3 {
  font-size: 4.8vw;
  font-weight: 500;
}

#fuman .contents li:nth-of-type(2) h3 {
  font-size: 4vw;
  white-space: nowrap
} 

#fuman .contents li h3 img {
  width: 13vw;
  vertical-align: middle;
  margin: 0 4vw 0 0;
}

#fuman .contents li .lead {
  font-size: 3.8vw;
  line-height: 5.5vw;
  margin: 4vw 0 6vw;
}


/* ===========================================================
　setprice
=========================================================== */

.setprice {
  padding: 10vw 0;
}

.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: center;
  justify-content: center;
  margin: 0 0 8vw;
}

.setprice .btm .shoki {
  font-size: 3vw;
  font-weight: 500;
  text-align: center;
  line-height: 4vw;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fcf29a;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin: 0 2vw 0 0;
}

.setprice .btm .shoki span {
  font-weight: 700;
  font-size: 3.4vw
}

.setprice .btm .month {
  font-size: 4.8vw;
  font-weight: 500;
}

.setprice .btm .month span {
  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 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0 8vw;
}

.setprice ul li {
  background: #f4f4f4;
  width: 40vw;
  margin: 0 2vw 2vw 0;
  padding: 5vw 0;
  text-align: center;
}

.setprice ul li:nth-of-type(2n) {
  margin: 0 0 2vw;
}

.setprice ul li img {
  width: auto;
  height: 15vw;
  margin: 0 0 3vw
}

.setprice ul li .txt {
  font-size: 2.8vw;
  letter-spacing: 0.2vw;
  font-weight: 500;
}


.setprice a {
  background: var(--cv-clr);
  color: #fff;
  width: 75vw;
  margin: 6vw 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%);
}





/* ===========================================================
　movie
=========================================================== */

#movie {
    padding: 6vw;
}

#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;
}




/* ===========================================================
　 Advance Plan
=========================================================== */

.advanceplan {
  padding: 8vw 0 0;
}

.advanceplan h2 {
  padding: 0 0 20vw;
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
  line-height: 10vw;
}


.advanceplan ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.advanceplan ul li {
    margin: 0 3vw 14vw;
    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: 700;
    text-align: center;
    margin: 7vw 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;
}







/* ===========================================================
　floor
=========================================================== */

#floor {
  padding: 10vw 3vw 0vw;
}

#floor h2 {
  margin: 0 0 10vw;
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
  line-height: 10vw;
}

#floor h2 span {
  font-size: 3.6vw;
  display: block;
  line-height: 5vw;
  margin: 3vw 0 0;
}

#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;
}





/* ===========================================================
 keikai
=========================================================== */


#keikai h2 {
  margin: 10vw 0 4vw;
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
  line-height: 10vw;
}

#keikai h2 span {
  display: block;
  font-size: 3.2vw;

}
#keikai .lead {
  margin: 0 0 8vw;
}

#keikai .wrapper figure {
  margin: 0 0 8vw;
  padding: 0 8vw
}

#keikai .wrapper .txt {
  font-size: 3.6vw;
  line-height: 5.6vw;
  padding: 0 8vw
}


/* ===========================================================
 voice
=========================================================== */

#voice {
  padding: 0 0 0 8vw;
  margin: 0 0 10vw;
}


#voice h2 span {
  font-size: 3.2vw;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0vw;
  display: block;
  margin: 0 0 3vw;
  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: 3.2vw;
  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: #f4f4f4;
  position: relative;
  margin: 0;
}

#telMo .telentry {
  background: #fff;
  padding: 4vw 4vw;
}



.telentry h2 {
  margin: 0 0 8vw;
  text-align: center;
  font-size: 6vw;
}


.telentry .entarea {
  background: #fff;
  margin: 0 auto 10vw;
  border-radius: 2vw;
  box-shadow: none;
  border: solid 1px #959595;
  position: relative;
  padding: 10vw 4vw;
  text-align: center;
}


.telentry .entarea .manomaent {
  background: #f4f4f4;
  border: solid 1px #e9e9e9;
  padding: 2vw 5vw 1.5vw;
  text-align: center;

  font-size: 3.2vw;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 3vw
}

.telentry .entarea .manomatel a {
  font-size: 7.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: 5.5vw;
 height: 5.5vw;
 display: inline-block;
 margin: 0 1vw 0 0;
}

.telentry .entarea .manomatel p {
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 5vw;
  margin: 0 0 3vw;
  position: relative;
  letter-spacing: 0;
}

.telentry .entarea .manomatel p:before {
  content: "※";
}

.telentry .entarea .manomatel ul li {
  font-size: 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: 5vw;
}






/* ===========================================================
 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;
}

/* ===========================================================
　price(entryページ)
=========================================================== */

.price {
  padding: 2vw 0 10vw;
}

#price.price {
  margin: 0
}

.price h2 {
  margin: 0 0 12vw;
}

.price .set {
  padding: 8vw 6vw 10vw;
  background: #fff;
  border-radius: 3vw;
  margin: 0 6vw;
}


.price .set > .ttl {
  text-align: center;
  font-size: 6vw;
  line-height: 7.5vw;
  font-weight: 700;
  margin: 0 0 8vw;
  padding: 0 0 3vw;
  border-bottom: solid 1px #3e3a39;
}

.price .set .setlist {
  padding: 0 4vw 2vw 0;
}

.price .set .setlist li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6vw;
  font-size: 3.4vw;
  font-weight: 700;
}

.price .set .setlist li.opkai {
  margin: 0;
}

.price .set .setlist li figure {
  width: 20vw;
  display: inline-block;
  text-align: center;
}

.price .set .setlist li figure img {
  width: auto;
  height: 10vw;
}

.price .set .setlist li p {
  display: inline-block;
  text-align: left;
  width: 44vw;
}

.price .set .setlist li span {
  display: block;
}

/* 解サポ用 */
.price .set .setlist li.opkai p {
  width: 51vw;
}

.price .set .setlist li.opkai a {
  color: #1a81d0;
  text-decoration: underline;
  margin: 2vw 0 0;
}

.price .getugaku .keiyaku {
  color: #f17576;
  text-align: center;
  padding: 2vw 0;
  font-weight: 700;
  font-size: 4.8vw;
  margin: 0 auto 1vw;
}

.price .getugaku .first {
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1vw;
}

.price .getugaku .first span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-size: 8.6vw;
  letter-spacing: 0.1vw;
}

.price .getugaku .second {
  font-size: 5.6vw;
  font-weight: 700;
  margin: 0 0 1vw;
  text-align: center;
  margin: 0 0 4vw;
}

.price .getugaku .second span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-size: 8.6vw;
}


.price .getugaku a {
  text-align: center;
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 700;
  font-size: 3.6vw;
  margin: 0 0 6vw;
}

.price .option {
  border-top: solid 1px #ccc;
  padding: 8vw 0 4vw;
  margin: 0 6vw;
}

.price .option .ttl {
  font-size: 5vw;

  font-weight: 700;
  text-align: center;
  margin: 0 0 4vw;
}

.price .option ul li {
  display: flex;
  align-items: center;
  margin: 0 0 4vw;
}

.price .option ul li figure {
  width: 14vw;
  margin: 0 6vw 0 0;
}

.price .option ul li p {
  font-size: 3.6vw;
  font-weight: 700;
  width: 50vw;
  line-height: 6vw;
}

.price .option ul li p a {
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 700;
}


.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: 72vw;
  margin: 0 auto;
  text-align: center;
  font-size: 4.2vw;
  font-weight: 700;
  letter-spacing: 0.3vw;
  padding: 4vw;
  border-radius: 100vw;
  position: relative;
  box-shadow: 0 1.2vw 0 0 #9f5555;;
}

.price .ctbtn a:after {
  content: "";
  width: 4.2vw;
  height: 2.7vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%);
}



/* ===========================================================
 entry（別ページ）
=========================================================== */



.price.entry .set {
    background: #fff;
    border-radius: 3vw;
}

/* -----------------------------
 entry
----------------------------- */

#entry {
  padding: 2vw 0 0vw;
}

#entry h2 {
  margin: 0 auto 8vw;
  padding: 0 0 6vw;
  font-size: 7.2vw;
  text-align: center;
  border-bottom: solid 1px #3e3a39;
  width: 77vw;
  text-decoration: none;
  line-height: 6vw
}

#entry h2 span {
  display: block;
  margin: 3vw 0 0;
  font-size: 6.5vw
}

#entry .option > .ttl {
  font-size: 6vw;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 0 2vw;
}

#entry .option > .lead {
  text-align: center;
  font-weight: 400;
  margin: 0 0 10vw;
  position: relative;
  font-size: 3.6vw;
}



/* -----------------------------
 オプション選択
----------------------------- */

#entry .option .wrapper {
  background: #fff;
  width: 80vw;
  margin: 0 auto 10vw;
  border-radius: 4vw;
}

#entry .option .wrapper label {
  display: block;
}

#entry .option .wrapper label .lb_ttl {
  position: relative;
  font-size: 4.6vw;
  font-weight: 700;
  padding: 0 0 0 10vw;
  margin: 0 0 5vw;
  white-space: nowrap;
}

#entry .option .wrapper label .txt {
  font-size: 3.6vw;
  line-height: 5vw;
  margin: 0 0 4vw;
}

#entry .option .wrapper label .caution .lead {
  font-size: 3vw;
  font-weight: 400;
  text-align: left;
  line-height: 4.3vw;
}


#entry .option .wrapper .ttl {
  font-size: 5vw;
  font-weight: 700;
  color: #f04b4b;
  text-align: center;
  margin: 0 0 4vw;
  white-space: nowrap
}

#entry .option .wrapper .ttl sup {
  font-size: 2.7vw;
  position: relative;
  top: -2vw;
}

#entry .option .wrapper .ttl span {
  font-size: 3.6vw;
  color: #3e3a39;
  margin: 0 1vw 0 0
}



label .caution a {
  font-size: 3.2vw;
  color: #1a81d0;
  text-decoration: underline;
  line-height: 4vw;
  text-align: right;
  margin: 4vw 0 0;
}




/* チェック制御
------------------------*/

/* デフォルト */
#entry .option .wrapper label .lb_ttl:before {
    content: "";
    width: 7vw;
    height: 7vw;
    background: #d6d6d6;
    border-radius: 3px;
    transition: all .2s ease;
    margin: 0 3vw 0 0;
    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: 1.3vw;
    height: 3vw;
    border-bottom: solid 1vw #fff;
    border-right: solid 1vw #fff;
    position: absolute;
    top:  40%;
    left: 2.4vw;
    transform: translateY(-50%) rotate(45deg);
    z-index: 99;
}




/* ===========================================================
 entryForm（別ページ）
=========================================================== */

.entryForm {
  background: #fff;
  padding: 0 8vw;
  text-align: center;
  color: #3e3a39;
  margin: 0;
}


/* --------------------------------------
 規約
-------------------------------------- */

.entryForm .explan_pdf ul {
  background: #fff;
  padding: 2vw 4vw;
}
  
.entryForm .explan_pdf ul li {
  font-size: 2.7vw;
  margin: 0;
  color: #3e3a39;
  font-weight: 400;
  text-align: left;
}


/* --------------------------------------
 同意・申込
-------------------------------------- */

.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;
  margin: 6vw auto 12vw;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.5vw;
  padding: 4vw;
  border-radius: 100vw;
  position: relative;
  box-shadow: 0 1.2vw 0 0 #9f5555;
  border: none;
}

.entryForm .apply button:after {
  content: "";
  width: 4.2vw;
  height: 2.7vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4.5vw;
  transform: translateY(-50%);
}



/* ===========================================================
 商品紹介ページはこちら
=========================================================== */

.back {
  background: #505050;
  width: 65vw;
  margin: 0 auto;
  padding: 3vw 0;
  text-align: center;
  color: #fff;
  font-size: 3.6vw;
  position: relative;
  border-radius: 0.8vw;
  display: block !important;
  text-decoration: none !important;
}

.back:before {
  content: "";
  width: 4vw;
  height: 2vw;
  background: url(/assets/img/common/arr_hoso.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%) rotate(180deg);
}


/* ===========================================================
 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;
}
  
  