@charset "utf-8";
/* CSS Document */

html, body {
font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, Helvetica, Arial,
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* 削除 */

.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: 28vw;
  padding: 2vw 0;
}


/*-------------------------------------------------------
 トップバナー
-------------------------------------------------------*/

.top_bnr {
  width: 100vw;
}

.top_bnr h1 {
  margin: 0 0 7vw;
}

/* KV直下 */

.ancher {
  background: #ad3131;
  width: 76vw;
  margin: 0 auto 9vw;
  color: #fff;
  font-size: 5vw;
  padding: 3vw;
  text-align: center;
  font-weight: 700;
  border-radius: 11vw;
}

.top_bnr .kv_btm {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.top_bnr .kv_btm li {
  width: 49.9vw;
  margin: 0 0 0.2vw
}

/* フローティングバナー */

.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.5vw;
  font-weight: 700;
  text-align: center;
  padding: 5vw 0;
  border-radius: 12vw;
  letter-spacing: 0.3vw;
}

.telephone a:nth-of-type(1) {
  background: linear-gradient(90deg, rgb(240 43 73) 0%, rgb(240 43 73) 28%, rgb(255 129 107) 100%);
  box-shadow: 0 0.8vw 0 0 #781625;
}

.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%);
  box-shadow: 0 0.8vw 0 0 #3b8738;
}



/* ===========================================================
　CTボタン
=========================================================== */

.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: 80vw;
  margin: 8vw auto;
  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;;
}

.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%);
}



/*-------------------------------------------------------
 共通
-------------------------------------------------------*/

article section h2 {
    font-size: 7vw;
    font-weight: 700;
    text-align: center;
    line-height: 10vw;
}


/*-------------------------------------------------------
 security
-------------------------------------------------------*/

#security {
  padding: 12vw 8vw 0;
  border-bottom: solid 1px #ccc;
}

#security .wrapper {
  position: relative;
  margin: 0 0 12vw;
}

#security h2 {
  text-align: left;
  margin: 0 0 5vw;
}

#security ul li {
  font-size: 3.8vw;
  font-weight: 700;
  margin: 0 0 3vw;
  line-height: 5.2vw;
}

#security ul li:before {
  content: "・";
}

#security .wrapper:nth-of-type(1) figure {
  position: absolute;
  top: 24vw;
  right: -3vw;
  width: 37vw;
}

/* 2番目 */

#security .wrapper:nth-of-type(2) {
  text-align: right;
}

#security .wrapper:nth-of-type(2) ul,
#security .wrapper:nth-of-type(2) .caution {
  display: inline-block;
}

#security .wrapper:nth-of-type(2) ul li,
#security .wrapper:nth-of-type(2) .caution {
  text-align: left;
}

#security .wrapper:nth-of-type(2) figure {
  position: absolute;
  top: 23vw;
  left: -16vw;
  width: 44vw;
}

#security .wrapper:nth-of-type(2) ul li {
  color: #c52828;
  font-size: 4vw;
  margin: 0 0 5vw;
  line-height: 5vw;
}

#security .wrapper:nth-of-type(2) .caution {
  font-size: 3.2vw;
  line-height: 3.8vw;
  position: relative;
  padding: 0 0 0 4vw;
  display: block;
  margin: 0 0 0 30vw;
}

#security .wrapper:nth-of-type(2) .caution:before {
  content: "※";
  position: absolute;
  left: 0;
}


/* ===========================================================
　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;
}


/* ===========================================================
 what
=========================================================== */

#what {
  margin: 0 0 18vw;
}

#what .txt {
  font-size: 3.6vw;
  line-height: 6vw;
  margin: 6vw 0;
  padding: 0 8vw;
}

#what figure {
  position: relative;
  padding: 6vw 3vw 5vw;
  margin: -28vw 0 0;
  background: transparent;
}




/* ===========================================================
　 Advance Plan
=========================================================== */

.advanceplan {
  border-top: solid 1px #ccc;
  padding: 16vw 0 0;
}

.advanceplan h2 {
  padding: 0 0 20vw
}


.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;
    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: 0 3vw 0vw;
}

#floor h2 {
  margin: 0 0 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: 0 0 4vw;
}

#keikai h2 span {
  display: block;
  font-size: 3.2vw;
}


#keikai ul li {
  width: 94vw;
  margin: 0 auto;
}

#keikai ul li .ttl {
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  padding: 3vw 0;
  text-align: center;
  background: #1a81d0;
  position: relative;
  margin: 0 0 6vw;
}

#keikai ul li .ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2vw transparent;
  border-top: solid 2vw #1a81d0;;
}

#keikai ul li:nth-of-type(2) .ttl {
  background: #ee5050;
}

#keikai ul li:nth-of-type(2)  .ttl:after {
  border-top: solid 2vw #ee5050;;
}

#keikai ul li .wrap .lead {
  width: 80vw;
  font-size: 3.6vw;
  line-height: 5vw;
  font-weight: 700;
  margin: 0 auto;
}

#keikai ul li .wrap figure {
  width: 80vw;
  margin: 0 auto;
}






/* ===========================================================
　price
=========================================================== */

.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 4vw;
}

.price .getugaku .nijyu {
  background: #f4f4f4;
  padding: 4vw;
  text-align: center;
  font-weight: 700;
  font-size: 4.6vw;
  margin: 0 0 4vw;
  line-height: 6vw;
}

.price .getugaku .nijyu span {
  text-decoration: line-through;
}

.price .getugaku .first {
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1vw
}

.price .getugaku .first span {
  font-family: century-gothic, Century Gothic, sans-serif;
  font-size: 9vw;
  letter-spacing: 0.1vw;
}

.price .getugaku .second {
  font-size: 5vw;
  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: 9vw;
  letter-spacing: 0.1vw;
}


.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%);
}




/* ===========================================================
 flow
=========================================================== */


#flow {
  padding: 14vw 0;
  background: #d3dbe6;
  margin: 0;
}

#flow h2 {
  text-decoration: none;
  font-size: 7vw;
  letter-spacing: 0.5vw;
  margin: 0 0 8vw;
}


#flow ul {
  width: 80vw;
  margin: 0 auto 4vw;
  position: relative;
}

#flow ul:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #3e3a39;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

#flow ul li {
  background: #fff;
  border: solid 1px #3a3e39;
  margin: 0 0 6vw;
  padding: 6vw;
  position: relative;
  z-index: 999;
}

#flow ul li .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}


#flow ul li .number {
  font-size: 8vw;
  font-family: Century Gothic, Arial;
  font-weight: 700;
  margin: 0 2vw 0 0;
}

#flow ul li .lead {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 6vw;
  margin: 0 0 0 3vw;
}

#flow ul li img {
  width: auto;
  height: 9vw;
  display: block;
}

#flow .caution {
  font-size: 3.2vw;
  line-height: 4vw;
  padding: 0 0 0 5vw;
  position: relative;
  width: 88vw;
  margin: 0 auto;
}




/* ===========================================================
 entry（別ページ）
=========================================================== */

/* price側
--------------------------------*/

.price.entry .set {
    background: #fff;
    border-radius: 3vw;
}

.price.entry .ttl span {
  display: block;
  margin: 0 0 1vw;
  font-size: 5vw;
}


/* 代理店規約
--------------------------------*/

.entryForm .d_kiyaku {
  background: #f4f4f4;
  width: 85vw;
  border-radius: 3vw;
  margin: 6vw auto;
  padding: 8vw;
  font-size: 2.7vw;
  line-height: 4.5vw;
  text-align: left;
}

.entryForm .d_kiyaku a {
  color: #618fda;
  text-decoration: underline;
}


/* オプション側
--------------------------------*/

#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: #fff;
  width: 65vw;
  margin: 0 auto 6vw;
  padding: 3vw 0;
  text-align: center;
  color: #3e3a39;
  border: solid 1px #3e3a39;
  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_black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%) rotate(180deg);
}


/* ===========================================================
 telentry(電話)
=========================================================== */

.telentry {
  padding: 12vw 6vw 8vw;
  background: #fff;
  position: relative;
  margin: 0;
}

.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: rgb(52 197 36);
  background: linear-gradient(90deg, rgb(52 197 36)  0%, rgb(52 197 36)  28%, rgb(96 235 128) 100%);
  box-shadow: 0 1.2vw 0 0 #3b8738;
  color: #fff;
  width: 76vw;
  margin: 6vw auto 8vw;
  text-align: center;
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0.3vw;
  padding: 4vw;
  border-radius: 100vw;
  position: relative;
}

.telentry .contact 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: 5vw;
  transform: translateY(-50%);
}

.telentry .contact .txt {
  font-size: 3.4vw;
  text-align: center;
  letter-spacing: 0;
  line-height: 5vw;
}







/* ===========================================================
 qa
=========================================================== */

#qa {
  border-top: solid 1px #ccc;
  margin: 0 0 15vw;
  padding: 15vw 0 0;
}

#qa h2 {
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15vw;
}

#qa ul li {
  border-top: dotted 1px #ccc;
  font-size: 4vw;
}

#qa ul li:last-of-type {
  border-bottom: dotted 1px #ccc;
}

#qa ul li input {
  display: none;
}

#qa ul li .acd-label {
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 5.5vw;
  padding: 6vw 15vw;
}

#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: 7vw;
  height: 7vw;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}

#qa ul li .acd-content {
  font-size: 3.6vw;
  line-height: 5.4vw;
  position: relative;
  padding: 0 15vw;
  margin: 0 0 6vw;
  display: none;
}

#qa ul li .acd-content a {
  display: inline;
  color: #618fda;
  text-decoration: underline;
}

#qa ul li .acd-content a:hover {
  text-decoration: none;
}

#qa ul li .acd-content:before {
  content: "";
  background: url("/lp/trial_remoteconnect/img/ico-a.svg") no-repeat;
  background-size: contain;
  width: 7vw;
  height: 7vw;
  position: absolute;
  top: 0;
  left: 4vw;
}



/* ===========================================================
 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;
}



