@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;
}

/* ===========================================================
 追従
=========================================================== */

.telephone {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:9999;
  background: #fff;
  padding: 3vw;
  box-shadow: 1vw 0 2vw #ccc;
  text-align: center;
}

.telephone a {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 70vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  padding: 3vw 0;
  border-radius: 12vw;
  letter-spacing: 0.3vw;
  position: relative;
}

.telephone a:nth-of-type(1) {
  background: linear-gradient(90deg, #e88d50, #e75555 100%);
}

.telephone a:after {
  content: "";
  width: 3.5vw;
  height: 2vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  right: 6vw;
  transform: translateY(-50%) rotate(90deg);
}


/* ===========================================================
 KV
=========================================================== */

.kv .btm {
  margin: 0.5vw auto 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kv .btm li {
  width: 33vw;
}

.kv .btm li img {
  margin: 0 0 3vw;
  border: solid 1px #eee;
}

.kv .btm li .txt {
  font-size: 3.4vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}

/* ===========================================================
 section
=========================================================== */

section:not(#entry) {
  margin: 0 auto 10vw;
  border: solid 3vw #667f94;
}

section:not(#entry) h2 {
  background: #667f94;
  text-align: center;
  color: #fff;
  padding: 1vw 0 4vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 8vw;
}


/* ===========================================================
 ijou
=========================================================== */

#ijou figure {
  padding: 6vw;
}

/* ===========================================================
 detail
=========================================================== */

#detail ul {
  padding: 6vw 6vw 10vw;
}

#detail ul li {
  margin: 0 0 10vw;
}

#detail ul li:last-of-type {
  margin: 0;
  width: 100%
}

/* ===========================================================
 campaign
=========================================================== */

#campaign figure {
  padding: 2vw 4vw 4vw;
  margin: 0 0 6vw;
}

#campaign .fuki {
	position: absolute;
	bottom: 41vw;
	right: 0.5vw;
}

#campaign .fuki img {
	width: 13vw;
}

#campaign .modal_open {
  background: #3b3b3b;
  border-radius: 20vw;
  padding: 4vw 0 4.5vw;
  text-align: center;
  color: #fff;
  font-size: 4.2vw;
  width: 75vw;
  margin: 0 auto 12vw;
  position: relative;
}

#campaign .modal_open:after {
  content: "";
  background: url("/assets/img/common/ico_modal_white.svg") no-repeat;
  position: absolute;
  top: 48%;
  right: 6vw;
  transform: translateY(-46%);
  width: 4vw;
  height: 4vw;
}

/* ===========================================================
 clause
=========================================================== */

#clause {
  margin: 0 auto 10vw !important;
}

#clause .txt {
  padding: 6vw;
  font-size: 4vw;
  line-height: 6vw
}

/* ===========================================================
 entry
=========================================================== */

#entry {
  background: #f4f4f4;
  padding: 12vw 0;
}

#entry > h2 {
  font-size: 7vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 14vw;

  color: #3e3a39;
}


/* --------------------------------------
　pd_set 
-------------------------------------- */


.pd_set {
  position: relative;
}


.pd_set > .ttl {
  background: #3b3b3b;
  color: #fff;
  font-size: 4vw;
  text-align: center;
  display: inline-block;
  padding: 3vw 8vw;
  border-radius: 10vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.5vw;
}

 .pd_set ul {
  background: #fff;
  padding: 10vw 6vw 8vw;
  border-radius: 3vw;
  width: 92vw;
  margin: 0 auto;
}

 .pd_set ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8vw;
}

 .pd_set ul li:last-of-type {
  margin: 0;
}

 .pd_set ul li figure {
  text-align: center;
  width: 18vw;
  line-height: 6vw
}

 .pd_set ul li figure img {
  width: auto;
  height: 13vw;
}

 .pd_set ul li figure a {
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 400;
  font-size: 2.7vw;
}

 .pd_set ul li .wrap {
  text-align: left !important;
  width: 57vw;
}

 .pd_set ul li .wrap .ttl {
  font-size: 4vw;
  font-weight: 500;
  margin: 0 0 2vw;
}

 .pd_set ul li .wrap .txt {
  font-size: 3vw;
  line-height: 4vw;
  letter-spacing: 0.1vw;
}



/* ===========================================================
 product
=========================================================== */

.product_add {
  margin: 10vw 0;
}

/* --------------------------------------
　タイトル 
-------------------------------------- */


.product_add > .ttl {
  text-align: center;
  margin: 0 0 10vw;
}

.product_add > .ttl .lead {
  text-align: center;
  font-size: 6vw;
  margin: -1vw 0 5vw;
  padding: 10vw 0 0;
  font-weight: 500;
  position: relative;
  line-height: 8vw;
}

.product_add > .ttl .lead:after {
  content: "＋";
  font-size: 10vw;
  font-weight: 700;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
}

.product_add > .ttl #product {
  display: inline-block;
  font-size: 7vw;
  margin: 0 auto;
  position: relative;
}



/* --------------------------------------
　機器テーブル 
-------------------------------------- */

.pd_table {
  padding: 0 4vw
}

.pd_table li {
  border-bottom: solid 1px #ddd;
  padding: 6vw;
  position: relative;
  height: 43vw;
  background: #fff;
}


/* Qrio Hub隠し*/
.pd_table li .totalHide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999999999;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  font-weight: 700;
}

.pd_table li:last-of-type {
  border-bottom: solid 1px #ccc;
}

.pd_table li .lead {
  font-size: 3vw;
  line-height: 5vw;
  text-align: left;
  position: absolute;
  left: 29vw;
}

.pd_table li figure {
  text-align: center;
  position: absolute;
  top: 7vw;
  left: 6vw;
  width: 18vw;
}

.pd_table li figure img {
  width: auto;
  height: 17vw;
}

.pd_table li figure figcaption {
  font-size: 4vw;
  font-weight: 700;
  position: absolute;
  left: 23vw;
  top: 11vw;
  width:  50vw;
  text-align: left;
  white-space: nowrap;
}

.pd_table li figure figcaption span {
  display: block;
  font-size: 2.7vw;
  font-weight: 500;
  margin: 1.5vw 0 0;
}


.pd_table .sc_number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6vw;
  right: 3vw;
}

.pd_table .sc_number select {
  border: solid 1px #ccc;
  padding: 1.2vw 1.5vw;
  font-size: 3vw;
  margin: 0 1vw 0 0;
  text-align: center;
  font-family: "メイリオ", sans-serif;
}

.pd_table .sc_number select option {
  text-align: center;
}


.pd_table .sc_number span {
  font-size: 3.6vw;
}

.pd_table .month {
  font-size: 2.7vw;
  font-weight: 700;
  background: #ececec;
  padding: 2.5vw 4vw;
  text-align: center;
  position: absolute;
  bottom: 6vw;
  left: 28vw;
  display: inline-block;
}


.pd_table .month:after {
  content: "";
  border: solid 2vw transparent;
  border-left: solid 3vw #ececec;
  position: absolute;
  top: 50%;
  right: -4.1vw;
  transform: translateY(-50%);
}

.pd_table .month span {
  font-size: 3.2vw;
}


.pd_table .month span.tax {
  font-size: 2.7vw;
}

.pd_table .btn {
  text-align: center;
  color: #2e60c4;
  font-size: 2.7vw;
  text-decoration: underline;
  position: absolute;
  top: 31.5vw;
}


/*　下部分
------------------------*/

.pd_btm li {
  position: relative;
  height: 75vw;
  border-bottom: none !important;
  padding: 6vw 6vw;
}

.pd_btm li .sc_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
  height: 26vw;
  width: 100%;
  padding: 0 6vw;
}

.pd_btm li .sc_wrap .sc_number {
  justify-content: flex-start;
  position: relative;
  margin: 0 4vw 0 0;
  bottom: auto;
  right: auto;
}

.pd_btm li .sc_wrap .sc_number:nth-of-type(2n) {
  margin: 0;
}

.pd_btm li .sc_wrap .sc_number span:nth-of-type(1) {
  width: 21vw;
  display: inline-block;
  font-size: 3vw;
  line-height: 4vw;
}

.pd_btm li .month {
  position: absolute;
  top: 34vw;
  bottom: auto;
  left: 29vw;
}

.pd_btm li .month:after {
  border: solid 3vw transparent;
  border-top: solid 4vw #ececec;
  top: 80%;
  right: 39%;
  transform: translateX(-50%);
}


.pd_btm .notes {
  font-size: 2.7vw;
  position: absolute;
  bottom: -2vw;
  right: 0;
}



/*　注意書き
------------------------*/

.product_add .notes {
  margin: 5vw;
}

.product_add .notes p {
  font-size: 3.2vw;
  margin: 0 0 2vw;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 5.2vw;
}

.product_add .notes p:before {
  content: "※";
  position: absolute;
  left: 0;
}

.product_add .notes a {
  color: #5690de;
  text-decoration: underline;
  display: inline;
}


/* ===========================================================
　解サポ
=========================================================== */

input {
  display: none;
}
.support {
  margin: 12vw 0 0;
  padding: 0 4vw;
}
.support > .ttl {
  font-size: 7vw;
  text-align: center;
  margin: 0 0 8vw;
}

.support .wrapper {
  border: solid 2px #ccc;
  padding: 8vw;
  margin: 0 0 10vw;
  background: #fff;
}

.support label {
  display: block;
}

.support label figure {
  width: 11vw;
  margin: 0 auto 6vw;
}

.support label .ttl {
  position: relative;
  font-size: 5vw;
  font-weight: 700;
  margin: 0 auto 6vw;
  text-align: center;
  padding: 0 0 0 8vw
}

.support label .txt {
  font-size: 3.2vw;
  margin: 0 0 5vw;
  line-height: 4.5vw;
}

.support label .txt_ma {
  font-size: 5vw;
  font-weight: 700;
  margin: 0 0 6vw;
  text-align: center;
}

.support label .txt_ma span:nth-of-type(n+2) {
  color: #e03838;
  font-size: 4vw;
  display: block;
  margin: 3vw 0;
}

.support label .txt_s span {
  font-size: 3vw;
  line-height: 4vw;
  display: block;
  margin: 0 0 2vw;
}


/* チェック制御
--------------------------------*/

/* デフォルト */
.support label .ttl:before {
    content: "";
    width: 8vw;
    height: 8vw;
    background: #d6d6d6;
    border-radius: 3px;
    position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* チェック */

.support input[type="checkbox"]:checked + label .ttl:before {
    background: #f56739;
    transition: all .2s ease;
}

.support input[type="checkbox"]:checked + label .ttl:after {
    content: "";
    width: 2vw;
    height: 4vw;
    border-bottom: solid 1vw #fff;
    border-right: solid 1vw #fff;
    position: absolute;
    top:  40%;
    left: 2.6vw;
    transform: translateY(-50%) rotate(45deg);
    z-index: 99;
}


/*　詳細ボタン
------------------------*/

.support .campaign {
  font-size: 16px;
  width: 60vw;
  margin: 6vw auto 0;
  background: #505050;
  color: #fff;
  padding: 2vw 0;
  border-radius: 100px;
  text-align: center;
}



/* ===========================================================
　規約部分
=========================================================== */

.entryForm {
  padding: 10vw 0;
  background: #f4f4f4;
  color: #3e3a39
}

.entryForm .explan_pdf {
  padding: 0 6vw;
  margin: 0 0 8vw;
}

.entryForm .explan_pdf h2 {
	font-size: 5vw;
	margin: 0 0 6vw;
	font-weight: 500;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.entryForm .explan_pdf ul {
    background: #fff;
    padding: 6vw;
    margin: 0 auto 4vw;
    border-radius: 3vw;
    line-height: 5.5vw;
}



/*　CTボタン
------------------------*/

.entryForm .apply button {
	display: block;
	margin: 0 auto;
	background: #aaa;
	border: none;
	color: #fff;
	font-size: 4vw;
    font-weight: 500;
	padding: 4vw 0;
	width: 75vw;
	position: relative;
	font-family: inherit;
	border-radius: 100vw;
}


.entryForm .apply button:not([disabled]) {
  background: linear-gradient(90deg, #e88d50, #e75555 100%);
}

.entryForm .apply button:after{
  content: "";
  width: 4vw;
  height: 3vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  right: 6vw;
  transform: translateY(-50%);
}

/* ===========================================================
 modal
=========================================================== */

.modal_wrapper_in {
  padding: 12vw 4vw;
  margin: 1vh auto;
}

/* -----------------------------
 料金表モーダル
----------------------------- */

#price .campaign_table {
    width: 100%;
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    margin: 0 0 8vw;
    overflow: hidden;
}

#price .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;
}

#price .campaign_table td:nth-of-type(1) {
    font-size: 2.7vw;
  text-align: left;
}

#price .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;
}

#price .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
  margin: 0 0 3vw
}

#price .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li span {
  margin: 0 0 0 auto;
}

#price .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure {
  width: 10vw;
  text-align: center;
}

#price .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure img {
  height: 6vw;
}


#price .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;
}

#price .campaign_table .txt span {
  display: block;
  margin: 2vw 0 0;
}

#price .campaign_table td .tax {
  display: block;

  white-space: nowrap;
}

#price .campaign_table img {
  width: auto;
  height: 6vw;
  display: inline-block;
  vertical-align: middle;
  margin: 2vw 0;
}

#price .caution {
  margin: 0 0 8vw;
}

#price .caution li {
  font-size: 2.7vw;
  margin: 0 0 5vw;
  line-height: 4vw;
}

#price .price_fee {
  margin: 0 0 6vw;
}

#price .price_fee .subttl {
  font-size: 4.5vw;
  font-weight: 700;
  margin: 0 0 3vw;
  padding: 0 0 0 1vw;
}

#price .price_fee table {
  width: 100%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin: 3vw 0 3vw;
}

#price .price_fee table th,
#price .price_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;
}

#price .price_fee table td span {
  font-size: 2.7vw;
  display: block;
}

#price .price_fee table td:last-of-type {
  white-space: nowrap;
  text-align: center;
}

#price .price_fee table th {
  background: #e4e4e4;
}

/* ---------------------------------
　表(解サポなど)
--------------------------------- */

.modal_wrapper .modal_contents .ttl {
margin: 0 0 8vw;
text-align: center;
}

.modal_wrapper .modal_contents h1 {
  font-size: 4.5vw;
  font-weight: 700;
  margin: 0 0 6vw;
}

.modal_wrapper .modal_contents .lead {
  font-size: 3vw;
  line-height: 4vw;
  letter-spacing: 0.2vw;
  text-align: left;
}


.modal_wrapper .modal_contents .modal_table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 0 0 8vw;
}


.modal_wrapper .modal_contents .modal_table ul li {
  border-bottom: solid 1px #ccc;
}

.modal_wrapper .modal_contents .modal_table ul li p {
  padding: 3vw 5vw;
  border-right: solid 1px #ccc;
}

.modal_wrapper .modal_contents .modal_table ul li p .red {
  font-weight: 700;
  color: red;
}

.modal_wrapper .modal_contents .modal_table ul li .th {
  background: #d8e8f3;
}

.modal_wrapper .modal_table ul li .th span {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
}

.modal_wrapper .modal_table ul li .td span {
  font-size: 3vw;
  line-height: 4.5vw
}

.modal_wrapper .modal_table ul li p a {
  word-break: break-all;
  color: #0064a0;
  text-decoration: underline;
  display: inline-block;
}

.modal_wrapper .modal_table ul li p a:after {
    content: "";
    background: url(/assets/img/common/ico-pdf.svg) no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    margin: 0 0 0 2vw;
    vertical-align: middle;
  }


/* ---------------------------------
　機能表示
--------------------------------- */

.modal_closeBtn {
    right: 4vw;
}

.modal_contents_in video,
.modal_contents_in .thumbnail {
    width: 100%;
}

.modal_contents_in .details {
    position: relative;
    padding: 2vw;
}

.modal_contents_in .details .spec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 2.7vw;
    font-weight: 700;
    margin: 0 0 6vw;
    line-height: 20px;
    letter-spacing: 0.2vw;
}

.modal_contents_in .details .spec dt {
    width: 12%;
    padding: 2.5vw 0;
    border-bottom: dotted 1px #ccc;
}

.modal_contents_in .details .spec dd {
    width: 88%;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom: dotted 1px #ccc;
    position: relative;

}

.modal_contents_in .details .spec dd:before {
    content: "：";
    position: absolute;
    left: 0;

}

.modal_contents_in .details .profile li {
    font-size: 2.7vw;
    margin: 0 0 3vw;
    padding: 0 0 0 3vw;
    line-height: 3.6vw;
    position: relative;
}

.modal_contents_in .details .profile li:before {
    content: "・";
    position: absolute;
    left: 0;
}

.modal_contents_in .details .pdt_info {
    font-size: 2.4vw;
    color: #fff;
    background: #333;
    border: solid 1px transparent;
    padding: 1.5vw 0;
    border-radius: 10vw;
    width: 29vw;
    text-align: center;
    margin: 4vw auto 6vw;
}

.modal_contents_in .details .pdt_info:after {
    content: "";

    width: 1vw;
    height: 1vw;
    border-top: solid 0.5vw #fff;
    border-right: solid 0.5vw #fff;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 0 0 2vw;
    vertical-align: 0.2vw;
}

/*　注釈
------------------------*/

.modal_wrapper .planTable .notes {
  font-size: 2.7vw;
  line-height: 4vw;
  margin: 3vw 2vw;
}

.modal_wrapper .planTable .notes li {
  position: relative;
  padding: 0 0 0 4vw;
}

.modal_wrapper .planTable .notes li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0
}



