@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;

  color: #666666;
}

.recommendScene .security {
 display: none;
}

/* 調節用 */
.pageHed .lg_sony img {
  width: 22vw;
  padding: 1.8vw 0;
}

/* 商品紹介ページ */
.francebed {
  position: absolute;
  top: 5vw;
  right: 6vw;
  color: #fff;
  z-index: 99999999999;
  text-decoration: underline;
  font-size: 3.2vw;
  font-weight: 500;
  text-underline-offset: 1.4vw;
}


/* ===========================================================
 flowting
=========================================================== */

.flowting {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background: #d3dbe6;
  display: flex;
  justify-content: space-between;
  transition: all .4s ease;
}

.flowting.fixed {
  bottom: 0;
  transition: all .4s ease;
}

.flowting .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 2vw;
  padding: 2vw
}

.flowting .box:last-of-type {
  margin: 2vw 2vw 2vw 0;
}

.flowting .box p {
  font-size: 2.7vw;
  font-weight: 700;
  margin: 0 2vw 0 0;
  text-align: center;
  line-height: 3vw
}

.flowting .box .cost,
.flowting .box .cost_4-for {
  font-weight: 700;
  letter-spacing: 0vw;
  font-size: 4.6vw;
  margin: 0 0 0.7vw;
}

.flowting a {
  background: #555;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  line-height: 4vw;
  padding: 0 4vw;
}

.flowting a:after {
  content: "";
  background: url("/assets/img/common/ico_modal_white.svg") no-repeat;
  width: 3vw;
  height: 3vw;
  position: absolute;
  bottom: 2.6vw;
  right: 7.5vw;
}


/* ===========================================================
 hed
=========================================================== */

.hed h1 {
  font-size: 6vw;
  text-align: center;
  padding: 8vw 0;
  font-weight: 700;
}

.hed figure {
  width: 85vw;
  margin: 0 auto;
}


/* ===========================================================
 step
=========================================================== */

.c-step {
  margin: 0;
}

.c-step .lead {
  font-size: 3vw;
  text-align: center;
  line-height: 4vw;
  margin: 8vw 0 4vw;
}

.c-step ol {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  overflow: hidden;
}

.c-step ol li {
  background: #e4e4e4;
  width: 100%;
  padding: 2vw 0;
  text-align: center;
  font-size: 2.7vw;
  position: relative;
  line-height: 3vw;
}

.c-step ol li:after {
  content: "";
  position: absolute;
  border: solid 10vw transparent;
  border-left: solid 3vw #fff;
  top: 50%;
  right: -12vw;
  z-index: 9;
  transform: translateY(-50%);
}

.c-step ol li:before {
  content: "";
  position: absolute;
  border: solid 10vw transparent;
  border-left: solid 3vw #e4e4e4;
  top: 50%;
  right: -11vw;
  z-index: 99;
  transform: translateY(-50%);
}

.c-step ol li:last-of-type:after {
  display: none;
}

.c-step ol li.is-active {
  background: #000;
  color: #fff;
}

.c-step ol li.is-active:before {
  border-left: solid 3vw #000000;
}

.c-step .caution {
    font-size: 3.8vw;
    margin: 6vw 0;
    line-height: 6vw;
    padding: 0 5vw;
    text-align: center;
}

.c-step .caution li {
  margin: 0 0 3vw;
}

.c-step .caution li:before {
  content: "・"
}

.c-step .caution span {
    color: #db4848;
}



/* ===========================================================
 section
=========================================================== */

section {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin: 0 4vw;
}

section h2 {
  background: #f0f3f7;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 4vw 0;
  font-size: 3.8vw;
  text-align: center;
  font-weight: 700;
}

/* ===========================================================
 package
=========================================================== */

.package .kiki {
  border-bottom: solid 1px #ccc;
  margin: 6vw;
}

.package .kiki li {
  display: flex;
  align-items: center;
  margin: 0 0 6vw;
}

.package .kiki li figure {
  text-align: center;
  width: 18vw;
  margin: 0 4vw 0 0;
}

/* AIホームゲートウェイ */
.package .kiki li figure img {
  width: auto;
  height: 15vw;
}

/* カメラ */
.package .kiki li:nth-of-type(2) figure img {
  width: auto;
  height: 12vw;
}

.package .kiki li .inner {
  text-align: left;
  width: 60vw;
}

.package .kiki li .inner .ttl {
  font-size: 4.2vw;
  letter-spacing: 0.2vw;
  font-weight: 700;
}
.package .kiki li .inner a {
  color: #1a81d0;
  font-size: 3.2vw;
  text-decoration: underline;
  text-underline-offset: 1.4vw;
  margin: 3.4vw 0 0;
}

.package .price {
  padding: 0 7vw 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.package .price .ttl {
  font-size: 3.8vw;
  text-align: center;
  margin: 0 0 2vw;
  font-weight: 700;
}

.package .price .txt {
  font-size: 8.5vw;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.package .price .txt span {
  font-size: 5vw;
  margin: 0 0 0 0.5vw
}

/* ===========================================================
 tokuten
=========================================================== */

.tokuten {
  border-bottom: solid 1px #ccc;
  margin: 0 4vw 14vw
}

.tokuten .wrapper .kaisapo {
  margin: 6vw;
  position: relative;
  border-bottom: solid 1px #ccc;
  padding: 0 0 6vw;
}

.tokuten .wrapper .kaisapo .ttl {
  font-size: 4.4vw;
  font-weight: 700;
  margin: 0 0 4vw
}

.tokuten .wrapper .kaisapo .txt {
  font-size: 3.6vw;
  line-height: 5vw;
  color: #838383;
}

.tokuten .wrapper .kaisapo a {
  color: #1a81d0;
  font-size: 3.2vw;
  text-decoration: underline;
  text-underline-offset: 1.4vw;
  margin: 0 0 0 auto;
  width: 21vw;
}

.tokuten .wrapper .price {
  padding: 0 6vw 6vw;
  text-align: center;
  font-size: 6vw;
} 

.tokuten .wrapper .price span:nth-of-type(1) {
  text-decoration: line-through;
}

.tokuten .wrapper .price span:nth-of-type(2) {
  font-size: 6vw;
  font-weight: 700;
}

.tokuten .kamera {
  border-top: solid 1px #ccc;
  padding: 4vw 6vw;
  font-size: 4.4vw;
  font-weight: 700;
}


/* ===========================================================
 product
=========================================================== */

.product .pd_table li {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: solid 1px #ccc;
}

.product .pd_table li > .wrapper {
  display: flex;
  align-items: center;
  padding: 4vw 4vw 12vw 4vw;
  border-right: solid 1px #ccc;
  width: 68vw;
}

.product .pd_table li > .wrapper figure {
  text-align: center;
  width: 15vw;
  margin: 0 4vw auto 0;
}

.product .pd_table li > .wrapper figure img {
  width: auto;
  height: 12vw
}

.product .pd_table li > .wrapper .inner {
  width: 40vw;
}

.product .pd_table li > .wrapper .inner .lead {
  font-size: 3vw;
  line-height: 4.3vw;
  color: #838383;
  margin: 0 0 1.4vw;
}

.product .pd_table li > .wrapper .inner .ttl {
  font-size: 4vw;
  line-height: 5.5vw;
  letter-spacing: 0.2vw;
  font-weight: 700;
}

.product .pd_table li > .wrapper .inner a {
  color: #1a81d0;
  font-size: 2.7vw;
  text-decoration: underline;
  text-underline-offset: 1.4vw;
  letter-spacing: 0;
  width: 16vw;
  position: absolute;
  top: 19vw;
  left: 4vw;
}


.product .pd_table li .sc_number {
  width: 24vw;
  background: #f4f4f4;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
}

.product .pd_table li .sc_number .price {
  font-size: 5vw;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;

  text-align: center;
  margin: 0 0 2vw;
}

.product .pd_table li .sc_number .price span {
  font-size: 3.4vw;
  margin: 0 0 0 0.5vw;
  letter-spacing: 0.4vw
}

.product .pd_table li .sc_number select {
  border: solid 1px #ccc;
  padding: 2vw 0;
  font-size: 4.3vw;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 1vw;
  width: 15vw
}

.product .pd_table li .sc_number  select option {
  text-align: center;
}


.product .pd_table li .sc_number span {
  font-size: 3.6vw;
}

.product .pd_table li .sc_number .caution {
  position: absolute;
  left: 5vw;
  bottom: 3vw;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  color: #838383;
}

/* tag用 */

.product .pd_table li.tag > .wrapper figure {
  margin: 0 4vw 0 0;
}

.product .pd_table li .sc_number .wrapper .inner {
  margin: 3vw 0 3vw
}

.product .pd_table li .sc_number .wrapper .inner .tagnm {
  font-size: 2.7vw;
  display: block;
  text-align: left;
  padding: 0 0 0 3vw;
  margin: 0 0 1vw
}

.product .pd_table li.tag > .wrapper .inner a {
  position: absolute;
  top: 44vw;
  left: 4vw;
}


/* 注釈 */
.product_notes {
  padding: 4vw;
  font-size: 3vw;
}

.product_notes li {
  line-height: 4.4vw;
  color: #838383;
  margin: 0 0 2vw;
}

.product_notes li a {
  display: inline;
  color: #1a81d0;
  text-decoration: underline;
}



/* ===========================================================
 option
=========================================================== */

.option .wrapper {
  display: flex;
  justify-content: space-between;
}

.option .wrapper .lft {
  width: 18vw;
  border-right: solid 1px #ccc;
  background: #f4f4f4;
  position: relative;
  border-bottom: solid 1px #ccc;
}

.option .wrapper .lft input {
  display: none;
}

.option .wrapper .lft label {
  width: 8vw;
  height: 8vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #aeaeae;
  border-radius: 1vw;
  transition: all .2s ease;
  display: block;
}

.option .wrapper .lft label: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;
}

/* チェック */
.option .wrapper .lft input[type="checkbox"]:checked + label {
    background: #f56739;
    transition: all .2s ease;
}

.option .wrapper .inner {
  width: 74vw;
  border-bottom: solid 1px #ccc;
}

.option .wrapper .inner .center .txt {
  font-size: 3.6vw;
  line-height: 5vw;
  color: #838383;
  margin: 0 0 4vw
}

.option .wrapper .inner .center {
  padding: 6vw 0;
  margin: 0 6vw;
  border-bottom: solid 1px #ccc;
}

.option .wrapper .inner .center .ttl {
  font-size: 4.8vw;
  margin: 0 0 4vw;
  font-weight: 700;
}

.option .wrapper .inner .center a {
  color: #1a81d0;
  font-size: 3.2vw;
  text-decoration: underline;
  text-underline-offset: 1.4vw;
  margin: 0 0 0 auto;
  width: 21vw;
}

.option .wrapper .inner .rgt {
  padding: 6vw 0;
  margin: 0 6vw;
}

.option .wrapper .inner .rgt .ttl {
  color: #c42a2a;
  font-size: 4vw;
  margin: 0 0 4vw
}

.option .wrapper .inner .rgt .txt_s {
  font-size: 3vw;
  line-height: 4.4vw;
  color: #838383;
  margin: 0 0 2vw;
}

.option .wrapper .inner .rgt .txt_s span {
  display: block;
  margin: 2vw 0 0;
}

/* ===========================================================
 salescode
=========================================================== */

.salescode {
  margin: 10vw 4vw;
  background: #f0f3f7;
  border: solid 1px #ccc;
  padding: 6vw;
}

.salescode .ttl {
  font-size: 3.4vw;
  line-height: 5vw;
}

.salescode .ttl sup {
  font-size: 4vw;
  display: block;
  text-align: center;
  font-weight: 500;
  margin: 0 0 4vw
}

.salescode input {
  margin: 4vw 0 0;
  background: #fff;
  border: solid 1px #e7e7e7;
  padding: 2vw;
  width: 100%;
  font-size: 4vw;
  border-radius: 1vw;
}

.salescode input::placeholder {
  color: #c8c8c8;
}


/* ===========================================================
 entryForm
=========================================================== */

.entryForm {
  padding: 10vw 0;
  background: #f4f4f4;
  color: #3e3a39;
  font-weight: 500;
}

.entryForm .explan_pdf {
  padding: 0 8vw
}

.entryForm .explan_pdf ul {
  background: #fff;
}


.entryForm .apply .applyBtn {
  background: #d0d0d0;
  color: #fff;
  width: 78vw;
  margin: 3vw auto 0;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  padding: 4vw 0;
  border-radius: 100vw;
  position: relative;
  top: 0;
  border: none;
}

.entryForm .apply .applyBtn.active {
  background: linear-gradient(90deg, rgb(245 35 65) 15%, rgb(255 129 96) 100%) !important;
}


.entryForm .apply .applyBtn:after {
  content: "";
  width: 4vw;
  height: 2.5vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
}



/* 代理店規約
--------------------------------*/

.entryForm .d_kiyaku {
  background: #fff;
  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;
}



 /* ===========================================================
　modal
=========================================================== */

.modal_wrapper .modal_contents {
  text-align: left;
}

.modal_wrapper_in {
  padding: 12vw 4vw 8vw;
}

.modal_closeTxt a {
  text-decoration: none;
}

/* ---------------------------------
　タイトル
--------------------------------- */

.modal_wrapper .modal_contents .ttl {
  margin: 8vw;
}

.modal_wrapper .modal_contents .ttl h1 {
  font-size: 5vw;
  line-height: 6vw;

  margin: 0 0 6vw;
  text-align: center;
}



/* ---------------------------------
　料金シミュ
--------------------------------- */


.odercheck {
  margin: 4vw 0 0;
}

.odercheck .ttl {
  font-size: 7vw;
  text-align: center;
  margin: 0 0 8vw;
}

.odercheck .check_table {
  border: solid 2px #ccc;
  padding: 1vw 0vw;
  position: relative;
}


.odercheck .check_table .change {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  background: #555;
  color: #fff;
  padding: 3vw;
  font-size: 2.7vw;
  border-radius: 100vw;
  transition: all .2s ease;
}

.odercheck .check_table ul li {
  border-bottom :dotted 1px #cccccc;
  padding: 3vw;
}

.odercheck .check_table ul li:last-of-type {
  border-bottom: none;
}

.odercheck .check_table ul li .ck_ttl {
  font-size: 3vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 3vw 0 0;
  margin: 0 0 2vw;
}

.odercheck .check_table ul li:last-of-type .ck_ttl {
  margin: 0 0 2vw;
  }

.odercheck .check_table ul li:first-of-type .ck_ttl:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
}

.odercheck .check_table ul li .ck_cont {
  font-size: 3vw;
}

.odercheck .check_table ul li .ck_cont_pl {
  display: inline-block;
  vertical-align: top;
  font-size: 3vw;
  line-height: 4.2vw;
  margin: 0.2vw 0 0;
  
}

.odercheck .check_table ul li #outputPlan {
  font-weight: 700;
}


.odercheck .check_table ul li #outputProduct {
  font-size: 2.7vw;
}

.odercheck .check_table ul li .ck_cont_pd {
  display: inline-block;
  vertical-align: top;
  margin: 1vw 0 0;
  font-size: 2.7vw;
}

.odercheck .check_table ul li .ck_cont_pd div {
  margin: 0 0 1vw;
  display: none;
  line-height: 4vw
}

.odercheck .check_table ul li .ck_cont_pd .outputNumber:before {
  content: " × ";
}

#simulator {
  margin: 0 0 6vw;
}

#simulator table {
  border-left: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
  width: 100%;
}

#simulator table th,
#simulator table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
  padding: 1vw;
  vertical-align: middle;
}

#simulator table th {
  font-size: 3vw;
  background: #f4f4f4;
  text-align: center;
  line-height: 4vw;
}

#simulator table th span {
  display: block;
  font-size: 2.7vw;
  font-weight: 500;
}


#simulator table td {
  font-size: 2.7vw;
}

#simulator table td:nth-of-type(1) {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  width: 14vw;
  letter-spacing: 0.7vw;
  line-height: 3.5vw;
  vertical-align: middle;
}

#simulator table td:nth-of-type(n+2) {
  white-space: nowrap;
}

/* 目立たせ */
#simulator .total td {
  font-weight: 700;
  background: seashell;
}

#simulator .cost_dis {
  color: #df1d1d;
  font-weight: 700;
}

#simulator .kaiyaku {
  background: #f2f8ff;
}



/* 機器追加せないかんで
--------------------------------*/

.pdcaution {
  margin: 3vw 4vw 12vw;
  border: solid 2px #a62424;
  color: #a62424;
  padding: 4vw 0;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
}





/* ---------------------------------
　機能表示
--------------------------------- */

.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 .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;
}


/* PDF */

.modal_wrapper .modal_table .pdf:after {
 content: "";
 background: url("/assets/img/common/ico-pdf.svg") no-repeat;
 display: inline-block;
 width: 5vw;
 height: 6vw;
 margin: 0 0 0 2vw;
 vertical-align: -2vw;
}




/* -----------------------------
 初期設定代行
----------------------------- */

#musyou .ttl {
  font-size: 5vw;
  text-align: center;
  font-weight: 700;
}

#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;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}






