@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

パソコン出張・設置サービス

Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定

〇更新履歴
  2020.10.28 作成
  2020.10.30 公開
  2021.07.28 更新
---------------------------------------*/

/*-------------------------------------
メイン
---------------------------------------*/
#container {
	width: 100%;
}
.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#lp_page {
	background-color:#FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	margin: 0 auto;
  width: 800px;
}
#mainContents {
	background-color:#FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
  line-height: 1.4;
	margin: 0 auto;
}
#mainContents > div > div {
  margin: 0 auto;
  padding: 90px 0;
  width: 960px;
}
#mainContents > div > .feature__inner {
  margin: 0 auto;
  padding: 170px 0 90px;
  width: 960px;
}
.title {
  background: #fff url("./img/installation_service_cart_popup/bg_image_title.webp") center center / cover no-repeat;
  position: relative;
}
.intro {
  background-color: #EFEFEF;
  height: 470px;
}
.feature {
  background-color: #00a73b;
  position: relative;
}
.selectPlan {
  background-color: #efefef;
}
.option {
  background-color: #595757;
  color: #fff;
  padding: 20px 0;
}
.flow h2 {
  background-color: #c4d700;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  padding: 20px 0;
  text-align: center;
}
.spCtn {
  display: none;
}
.pagetop {
  display: none;
}
.annotation {
  margin: 0 auto;
  text-align: right;
  width: 960px;
}
@media screen and (max-width:479px){
  #mainContents {
    font-size: 4vw;
  }
  #mainContents > div > div {
    /* padding: 10vw 0 10vw; */
  	padding: 0 0 10vw;
    width: 94%;
  }
  #mainContents > div > .feature__inner {
    padding: 20vw 0 10vw;
    width: 94%;
  }
  .intro {
    height: auto;
  }
  .flow h2 {
    font-size: 10vw;
  }
  .pcCtn {
    display: none;
  }
  .spCtn {
	  display: block;
	}
}


/*-------------------------------------
.title
---------------------------------------*/
.title__inner {
  /* height: 350px; */
  height: 550px;
  position: relative;
}

.title__inner h2 {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-56%);
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
}

@media screen and (max-width:479px){
  .title__inner {
    height: auto;
  }

  .title__inner h2 {
    position: static;
    transform: none;
  }

  .title__inner h2 img {
    height: auto;
    width: 100%;
  }
	.title__inner {
		height: 266px;
	}
}

/*-------------------------------------
.navi
---------------------------------------*/
.page__navi {
  margin: 70px auto 0;
  width: 960px;
}
.page__navi ul {
  display: flex;
  justify-content: space-around;
}
.page__navi ul li {
  position: relative;
  width: 23%;
}
.page__navi ul li a {
  background-color: #595757;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgb(0 0 0 / 40%);
  color: #fff!important;
  font-size: 24px;
  font-weight: 800;
  display: block;
  padding: 14px 16px;
  text-decoration: none!important;
}
.page__navi ul li a:first-child::after {
    content: "";
    background: url(./img/installation_service_cart_popup/bg_navi_arrow.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 30%;
    height: 41px;
    width: 37px;
}
.page__navi ul li a:hover {
  background-color: #C4D700;
}

@media screen and (max-width:479px){
  .page__navi {
    box-sizing: border-box;
    padding: 0 2%;
    margin: 70px auto;
    width: 100%;
  }
  .page__navi ul {
    display: block;
  }
  .page__navi ul li {
    width: 100%;
  }
  .page__navi ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .page__navi ul li a {
    padding: 10px 14px;
  }
  .page__navi ul li a:first-child::after {
    right: 5%;
    top: 25%;
    width: 30px;
  }
}

/*-------------------------------------
.intro
---------------------------------------*/
.intro__inner {
  position: relative;
}

.intro__inner__box01,
.intro__inner__box02 {
  display: flex;
  justify-content: space-between;
  width: 936px;
}

.intro__inner__box01 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}

.intro__inner__box02 {
  position: absolute;
  top: 222px;
  left: 42px;
  z-index: 1;
}

.intro__subtitle_inner {
    margin-bottom: -170px !important;
}

@media screen and (max-width:479px){
  .intro__inner img {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .intro__inner__box01,
  .intro__inner__box02 {
    flex-wrap: wrap;
    position: static;
    width: 100%;
  }

  .intro__subtitle img {
	  max-width: 75%;
	}

  .intro__subtitle_inner {
	  display: inline;
	}

  p.intro__subtitle {
	  text-align: right;
	  margin: 10px 10px -30px;
	}
}

/*-------------------------------------
.feature
---------------------------------------*/
.feature h3 {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.feature__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.feature__item__box {
  background: url("./img/installation_service_cart_popup/ico_feature_checkmark.png") 20px 24px no-repeat;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.4);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 18px 10px;
  width: 440px;
}

.feature__item__box p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 50px;
}

.feature__item__box p span {
  font-size: 34px;
}

.feature__item__box p.smallText {
  font-size: 18px;
}

.feature__item--text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.feature__item--text span {
  font-size: 36px;
}

@media screen and (max-width:479px){
  .feature h3 {
    top: -6vw;
    width: 92%;
  }

  .feature h3 img {
    height: auto;
    width: 100%;
  }

  .feature__item__box {
    width: 100%;
  }

  .feature__item__box p {
    font-size: 4.4vw;
  }

  .feature__item__box p span {
    font-size: 6vw;
  }

  .feature__item__box p.smallText {
    font-size: 4vw;
  }

  .feature__item--text {
    font-size: 4.4vw;
  }

  .feature__item--text span {
    font-size: 6vw;
  }
}

/*-------------------------------------
.plan
---------------------------------------*/
.plan h3 {
  background-color: #221815;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  padding: 30px 0;
  text-align: center;
}
.plan h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
}
.plan h4::after {
  content: "";
  display: inline-block;
  width: 298px;
  height: 33px;
  background: url(./img/installation_service_cart_popup/bg_plan_h4.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -46px;
  left: 0;
}
.plan__item {
  display: flex;
  justify-content: space-evenly;
}
.plan__item:nth-of-type(2) {
	margin-top: 80px;
	justify-content: space-evenly;
}
.plan__item__box {
  margin-bottom: 20px;
  width: 31%;
}
.plan__item__box .textBox {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.4);
  box-sizing: border-box;
  padding: 30px 10px;
  position: relative;
  text-align: center;
}
.plan__item__box .textBox .number {
  font-size: 34px;
  font-weight: 800;
  position: absolute;
  top: 2%;
  left: 4%;
}
.plan__item__box .imgBox {
  margin-bottom: 4px;
	min-height: 146px;
}
.plan__item__box .textBox .planName {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.plan__item__box .textBox .price {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f6ac1d 60%);
  color: #333;
  padding: 0 4px;
}
.plan__item__box .textBox .price span {
  font-size: 24px;
}
.plan__item--text {
  font-size: 20px;
  text-indent: -1em;
  margin-left: 1em;
	color: #e60012;
}
.plan__item--text::before {
  content: "※";
}
.plan__item--textBlack {
  text-indent: -1em;
  margin-left: 1em;
	color: #333;
}
.plan__item--textBlack::before {
  content: "※";
}
@media screen and (max-width:479px){
  .plan h3 {
    font-size: 10vw;
  }
  .plan h4 {
    font-size: 6vw;
  }
  .plan h4::after {
    width: 100%;
  }
  .plan__item {
    flex-wrap: wrap;
  }
  .plan__item > div:not(:last-child){
    margin-bottom: 40px;
  }
  .plan__item__box {
    margin: 0 auto 20px;
    width: 94%;
  }
  .plan__item__box .imgBox {
    min-height: auto;
  }
  .plan__item__box .textBox .planName {
    font-size: 10vw;
  }
  .plan__item--text {
    font-size: 4vw;
  }
	.option__item dl {
    display: block　!important;
  }
}

/*-------------------------------------
.plan（選べるオプション）
---------------------------------------*/
.plan {
  background-color: #FFFCDB;
}
.plan__subTitle {
  background-color: #F08300;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 10px 20px 18px 40px;
}
.plan__subTitle:nth-child(n + 2) {
  margin-top: 40px;
}
.plan__left {
  font-size: 38px;
}
.plan__right {
  font-size: 45px;
  text-align: right;
}
span.small {
  font-size: 32px;
}
span.big {
  font-size: 45px;
}
.plan__right img {
  width: 22%;
}
.plan__item, .plan__item:nth-of-type(2) {
  margin-top: 30px;
  justify-content: space-between;
}
.planName span {
  font-size: 16px;
}
.imgBox img {
  max-width: 100%;
}
.plan__item__box2 {
	display: inline-block;
  margin-bottom: 20px;
  width: 49%;
}
.plan__item__box2 .textBox {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgb(0 0 0 / 40%);
  box-sizing: border-box;
  padding: 30px 10px;
  position: relative;
	display: flex;
	justify-content: space-evenly;
  text-align: center;
}
.plan__item__box2 .textBox .number {
  font-size: 34px;
  font-weight: 800;
  position: absolute;
  top: 2%;
  left: 4%;
  text-shadow:
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
.plan__item__box2 h4::after {
  content: "";
  display: inline-block;
  width: 470px;
  height: 33px;
  background: url(./img/installation_service_cart_popup/bg_plan_box2_h4.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -46px;
  left: 0;
}
.plan__item__box2 .textBox .planName {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
	align-self: center;
}
.plan__item2 {
  justify-content: space-around;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .plan__item__box {
    margin: 0 auto 20px;
    width: 94%;
  }
  .plan__subTitle {
    display: block;
  }
  .plan__left {
    font-size: 26px;
  }
  .plan__right {
    font-size: 40px;
    text-align: right;
  }
  span.big {
    font-size: 36px;
  }
  span.small {
    font-size: 26px;
  }
  .plan__right img {
    width: 15%;
  }
  .plan__item {
    flex-wrap: wrap;
  }
  .plan__item__box2 {
    width: 100%;
  }
  .plan__item__box2 h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 33px;
    background: url(./img/installation_service_cart_popup/bg_plan_h4.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -46px;
    left: 0;
  }
  .plan__item__box .textBox .planName {
    font-size: 8vw;
  }
  .plan__item__box2 .textBox{
    display: block;
  }
  .plan__item__box2 .textBox .planName {
    margin-top: 20px;
  }
}

.plan__item__box1 {
	display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.plan__item__box1 .textBox {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgb(0 0 0 / 40%);
  box-sizing: border-box;
  padding: 30px 10px;
  position: relative;
	display: flex;
	justify-content: space-evenly;
  text-align: center;
}
.plan__item__box1 .textBox .number {
  font-size: 34px;
  font-weight: 800;
  position: absolute;
  top: 2%;
  left: 4%;
  text-shadow:
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
.plan__item__box1 h4::after {
  content: "";
  display: inline-block;
  width: 960px;
  height: 33px;
  background: url(./img/installation_service_cart_popup/bg_plan_box1_h4.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -46px;
  left: 0;
}
.plan__item__box1 .textBox .planName {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
	align-self: center;
}

@media screen and (max-width: 479px) {
  .plan__item__box {
    margin: 0 auto 20px;
    width: 94%;
  }
  .plan__item__box1 {
    width: 100%;
  }
  .plan__item__box1 h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 33px;
    background: url(./img/installation_service_cart_popup/bg_plan_h4.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -46px;
    left: 0;
  }
  .plan__item__box1 .textBox .planName {
    font-size: 28px;
  }
  .plan__item__box1 .textBox{
    display: block;
  }
  .plan__item__box1 .textBox .planName {
    margin-top: 20px;
  }
}

/*-------------------------------------
.purpose
---------------------------------------*/
.purpose {
  background-color: #FFFCDB;
  padding-bottom: 70px;
}
.purpose__item {
  background-color: #EAE5DA;
  padding: 60px 0 100px !important;
  width: 1060px !important;
}
.purpose__item h3 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.purpose__item h3 span {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}
.purpose__item p:not(:last-child){
  margin-bottom: 46px;
}
.purpose__item img {
  height: auto;
  width: 960px;
}

@media screen and (max-width: 479px){
  .purpose__item {
    padding: 0 2%;
    width: 100% !important;
  }
  .purpose__item h3 {
    font-size: 9vw;
    padding: 0 2%;
  }
  .purpose__item h3 span {
    font-size: 5vw;
  }
  .purpose__item img {
    height: auto;
    width: 100%;
  }
}

/*-------------------------------------
.selectPlan
---------------------------------------*/
.selectPlan_ {
  background-color: #FFFCDB;
}
.selectPlan h3 {
  margin-bottom: 30px;
  text-align: center;
}
.selectPlan__inner > div:not(:last-child){
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.selectPlan__item > div:nth-child(3){
  margin-bottom: 20px;
}
.selectPlan__item__box {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  margin-bottom: 50px;
  padding: 30px 10px;
  position: relative;
}
.selectPlan__item__box h4 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.1;
}
.selectPlan__item__box .imgBox {
  text-align: center;
  width: 40%;
}
.selectPlan__item__box .textBox {
  margin-right: 20px;
  width: 55%;
}
.selectPlan__item__box .smallText {
  font-size: 16px;
  margin: 4px 0 20px;
}
.selectPlan__item__box .price {
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #f6ac1d 70%);
  color: #e60012;
  padding: 0 4px;
	line-height: 1;
}
.selectPlan__item__box .price span {
  font-size: 40px;
}
.selectPlan__item__box--icon {
  background-color: #fabe00;
  border-radius: 50%;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.4);
  color: #000;
  font-size: 18px;
	font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -30px;
  right: -30px;
	left: unset;
  height: 130px;
  width: 130px;
}
.selectPlan__item__box--icon span {
  font-size: 32px;
}
.selectPlan__item__box--text {
  font-size: 24px;
  margin-bottom: 20px;
}
.selectPlan__item__box--text span {
  font-size: 28px;
}
.selectPlan_aroow {
  background-color: #FFFCDB;
  text-align: center;
}
.selectPlan_aroow_text {
  background-color: #fabe00;
  padding: 30px 0 30px;
  font-size: 28px;
}
.selectPlan_aroow_text span {
  font-size: 36px;
  font-weight: bold;
}
.iframe-wrap {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.selectPlan__item__box .textBox_left {
    margin-left: 20px;
    width: 50%;
}
.selectPlan__item__box .textBox_right {
    margin-right: 20px;
    width: 50%;
    align-self: flex-end;
}
.textBox_left span {
    color: #e60012;
}

@media screen and (max-width:479px){
  .selectPlan h3 img {
    height: auto;
    width: 100%;
  }

  .selectPlan__item__box {
    box-sizing: border-box;
    flex-wrap: wrap;
    font-size: 4vw;
    margin: 0 auto 60px;
    padding: 40px 10px 20px;
    text-align: center;
    width: 94%;
  }

  .selectPlan__item__box h4  {
    font-size: 9.5vw;
    margin-bottom: 10px;
	}

  .selectPlan__item__box .imgBox,
  .selectPlan__item__box .textBox {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .selectPlan__item__box .imgBox img {
    height: auto;
    width: 60%;
  }

  .selectPlan__item__box .textBox img {
    height: auto;
    max-width: 227px;
  }

  .selectPlan__item__box--text {
    font-size: 4vw;
  }

  .selectPlan__item__box--text span {
    font-size: 5vw;
  }

  .selectPlan__item__box--icon {
    font-size: 4vw;
  }

  .selectPlan__item__box--icon span {
    font-size: 6vw;
  }

.selectPlan__item__box .imgBox, .selectPlan__item__box .textBox,
	.selectPlan__item__box .textBox_left {
    margin-bottom: 20px;
    margin-right: 0;
	margin-left: 0;
    width: 100%;
	}

	.selectPlan__item__box .price {
		font-size: 50px;
	}
	.selectPlan__item__box .price img {
		width: 15%;
}
	.selectPlan_aroow_text span {
		font-size: 24px;
}
	.selectPlan_aroow_text {
		font-size: 18px;
}
	.selectPlan__item__box--icon {
		height: 110px;
		width: 110px;
		top: -70px;
}
	.selectPlan__item__box .textBox_right {
		margin-right: 0;
		width: 100%;
		align-self: auto;
}

}

/*-------------------------------------
.option
---------------------------------------*/
.option h3 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}

.option h3 span {
  background-color: #fabe00;
  border-radius: 8px;
  color: #595757;
  font-size: 26px;
  margin-left: 16px;
  padding: 0 30px 2px;
}

.option__item {
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 26px;
  margin-bottom: 60px;
  padding: 26px 36px;
}

.option__item dl:not(:last-child){
  border-bottom: 2px dotted #fff;
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.option__item dl {
	display: flex;
	justify-content: space-between;
}
.option__item dd span {
	font-size: 34px;
	font-weight: 600;
}

@media screen and (max-width:479px){
  .option h3 {
    font-size: 10vw;
  }

  .option h3 span {
    font-size: 6vw;
  }

  .option__item {
    font-size: 5vw;
    padding: 12px;
  }
}

/*-------------------------------------
.guide
---------------------------------------*/
.guide__item {
  margin-bottom: 60px;
}
.guide h3 {
  background-color: #00a73b;
  border-radius: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 26px;
  padding: 12px 0;
  text-align: center;
}
.guide__box {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
}
.guide__box_left {
    border-right: 5px dotted #ccc;
}
.guide__box_right {
}
.guide ol {
	width: 100%;
}
.guide ol li {
    font-size: 18px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px;
    box-sizing: border-box;
}
.guide ol li.arrow {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #c4d700 transparent transparent transparent;
    display: flex;
    margin: 0 auto;
}
.guide ol li.subTitle {
    text-align: center;
    display: block;
    border-bottom: 5px solid #c4d700;
    padding: 8px 0;
    font-size: 26px;
    font-weight: bold;
	margin: -40px 0 0 0;
}
.green_line {
    border-bottom: 5px solid #c4d700;
    margin-bottom: 40px!important;
}
.guide__box p {
    margin-left: 1em;
}
.guide__box img {
    max-width: 180px;
}
.guide__box_title {
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #00a73b;
    margin: 0 20px 30px;
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
}
img.icon_flow07 {
    padding: 0 25px;
}
.guide dl.icon_flow07 {
    color: #e60012;
    margin-left: 1em;
    margin-top: 20px;
    justify-content: center;
	align-items: center;
}
.guide dl.icon_flow07 dt {
    width: auto;
    font-size: 20px;
    display: inline-block;
    font-weight: 900;
	margin-right: 20px;
}
.guide dl.icon_flow07 dt span {
    font-size: 14px;
}
.guide dl.icon_flow07 dd {
    width: unset;
    font-size: 48px;
    text-align: left;
    font-weight: 900;
    display: block;
}
.guide dl.icon_flow07 dd span {
    font-size: 18px;
}
/*
.guide ol li {
  font-size: 26px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  height: 69px;
}
.guide ol li:first-child {
  padding-left: 90px;
}
.guide ol li:first-child::before {
  content: "";
  background: url(./img/installation_service_cart_popup/bg_flow01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 171px;
  width: 83px;
}
.guide ol li:nth-child(2) {
  padding-left: 180px;
}
.guide ol li:nth-child(2)::before {
  content: "";
  background: url(./img/installation_service_cart_popup/bg_flow02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 92px;
  top: 2px;
  height: 171px;
  width: 83px;
}
.guide ol li:nth-child(3) {
  padding-left: 270px;
}
.guide ol li:nth-child(3)::before {
  content: "";
  background: url(./img/installation_service_cart_popup/bg_flow03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 188px;
  top: 2px;
  height: 171px;
  width: 83px;
}
.guide ol li:nth-child(4) {
  padding-left: 370px;
}
.guide ol li:nth-child(4)::before {
  content: "";
  background: url(./img/installation_service_cart_popup/bg_flow04.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 284px;
  top: 2px;
  height: 69px;
  width: 69px;
} */
.guide ul li {
  font-size: 18px;
  margin-left: 1em;
  padding-bottom: 10px;
  text-indent: -1em;
}
.guide ul li:not(:last-child) {
  margin-bottom: 10px;
}
.guide ul li.border {
  border-bottom: 1px dashed #333;
}
.guide ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #333;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.guide dl {
  display: flex;
  font-size: 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.guide dl:not(:last-child){
  border-bottom: 1px dashed #333;
}
.guide dt {
  font-weight: 600;
  display: flex;
  width: 38%;
}
.guide dd {
  display: flex;
  width: 61%;
}
.guide dt img,
.guide dd img {
  margin-right: 10px;
  height: 70px;
  width: 70px;
}
@media screen and (max-width:479px){
  .guide h3 {
    font-size: 5vw;
  }
  .guide li {
    font-size: 4vw;
  }
  .guide dl {
    flex-wrap: wrap;
    font-size: 4vw;
  }
  .guide dt,
  .guide dd {
    margin-bottom: 20px;
    width: 100%;
  }
  .guide ol li {
    font-size: 4.4vw;
  }
  .guide ol li:first-child,
  .guide ol li:nth-child(2),
  .guide ol li:nth-child(3),
  .guide ol li:nth-child(4) {
    padding-left: 80px;
  }
  .guide ol li:first-child::before {
    background: url(./img/installation_service_cart_popup/bg_flow01_single.png) no-repeat;
    left: 0;
  }
  .guide ol li:nth-child(2)::before {
    background: url(./img/installation_service_cart_popup/bg_flow02_single.png) no-repeat;
    left: 0;
  }
  .guide ol li:nth-child(3)::before {
    background: url(./img/installation_service_cart_popup/bg_flow03_single.png) no-repeat;
    left: 0;
  }
  .guide ol li:nth-child(4)::before {
    left: 0;
  }

.guide__box {
    flex-direction: column;
}
.guide .guide__box ol li {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.guide__box_left {
    border-right: none;
    margin-bottom: 30px;
}
.guide__box_title {
    margin: 0 0 20px;
    font-size: 16px;
}
.guide__box p {
    margin-left: 0;
}
.guide__box img {
    max-width: initial;
    margin-bottom: 10px;
}
.guide dl.icon_flow07 dt, .guide dl.icon_flow07 dd {
    margin-bottom: 0;
}
}

/*-------------------------------------
ヘッダーとフッターは非表示
---------------------------------------*/
#Header {
	display:none;
}
#Globalnavi {
	display:none;
}
body div.leadSection {
	display:none;
}

.footerTagline {
	display:none;
}
#footer {
	display:none;
}
#footerLinks,
#footerCopy .footerBtn {
	display:none;
}

/* 20180518 ロゴとコピーライトのみ表示  */
#footerCopy .copyright {
    text-align: center;
    color: #605b5a;
}
#footerCopy .copyright a {
    cursor: default;
}
#footerCopy .copyright a:hover img {
  opacity: 1.0;
}

/*-------------------------------------
ページトップ
---------------------------------------*/
#pagetop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 55px;
}

#pagetop a {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

/*-------------------------------------
閉じるボタン
---------------------------------------*/

.closeBtn {
	text-align:center;
	margin:50px 0;
}

.closeBtn input {
	background: -moz-linear-gradient(top,#F60 0%,#F30);
	background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
	background: linear-gradient(to bottom, #F60, #F30);
	border: 1px solid #DDD;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding: 10px 100px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}

.closeBtn input:not(:target) {
	background:#F30\9;
}

.closeBtn input {
	background:#F30\9;
}

.closeBtn input:hover {
	opacity: 0.7;
}
.table_sp, .img_sp {
	display: none;
}


/*-------------------------------------
こっからしたはclearfix
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){
	.pc {
		display:none;
	}

/*-------------------------------------
　SPページ基本設定
---------------------------------------*/
	#lp_page {
		width: 97%;
		margin: 20px auto;
		color: #333333;
		line-height: 1.5em;
		font-size: 1.2em;
		position: relative;
	}
	#lp_page img {
		max-width:100%;
		height:auto;
	}


/*-------------------------------------
  設置・設定サービス
---------------------------------------*/
	.list table {
		margin-top: 15px;
	}

	.checkTxt li {
		font-size: 1.2em;
		margin-left: 5px;
		padding-left: 32px;
	}
	.osusumeBox {
		width: 100%;
		margin-top: 30px;
		border: none;
		padding: 0;
	}
	.planBoxL {
		float: none;
		width: 100%;
		text-align: center;
	}
	.planBoxR {
		float: none;
		width: 97%;
		padding: 20px 10px 0;
	}

	#safetyservice_cart_popup_wrap h2 {
		font-size: 1.4em;
		font-weight: bold;
		color: #FFF;
		background-color: #008C23;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 20px;
		margin: 30px 0px 28px 0px;
		clear: both;
	 }
	.notes li {
		margin: 0 0 15px 20px;
		font-size: 1.2em;
		list-style: disc;
		list-style-position: outside;
	}
	.come{
		margin: 10px 5px 0;
		font-size: 14px;
	}
	.faq dl {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.faq dt {
		font-weight: bold;
		text-indent: -2.3em;
		padding-left: 2.3em;
		margin-bottom: 20px;
		font-size: 1.2em;
	}
	.faq dd {
		text-indent: -2.3em;
		padding-left: 2.3em;
		font-size: 1.2em;
	}
	.table_pc, .img_pc {
		display: none;
	}
	.table_sp, .img_sp {
		display: block;
	}
	.table_sp th.std {
		color: #FFF;
		font-weight: none;
		font-size: 1.2em;
		padding: 10px 0 10px 10px;
		border: 1px solid #CCC;
		background-color: #71ba44;
	}
	.table_sp th.stdpls {
		color: #FFF;
		font-weight: none;
		font-size: 1.2em;
		padding: 10px 0 10px 10px;
		border: 1px solid #CCC;
		background-color: #fb6504;
	}
	.table_sp th.omakase {
		color: #FFF;
		font-weight: none;
		font-size: 1.2em;
		padding: 10px 0 10px 10px;
		border: 1px solid #CCC;
		background-color: #008feb;
	}
	.table_sp th.tokoton {
		color: #FFF;
		font-weight: none;
		font-size: 1.2em;
		padding: 10px 0 10px 10px;
		border: 1px solid #CCC;
		background-color: #004aad;
	}
  .table_sp th.moving {
		color: #FFF;
		font-weight: none;
		font-size: 1.2em;
		padding: 10px 0 10px 10px;
		border: 1px solid #CCC;
		background-color: #A18E5C;
	}
	.table_sp td {
		border: 1px solid #CCC;
		font-size: 1.2em;
	}
	.service_fee {
		padding: 8px 10px !important;
		line-height: 1.4em;
	}

/*-------------------------------------
　サービス一覧 SP用
---------------------------------------*/
	.service_box {
		margin: 10px 5px;
		font-size: 14px;
		line-height: 1.4em;
	}
	.service_box p {
		padding: 2px 0 2px 5px;
		font-size: 1.2em;
		font-weight: bold;
		color: #008C23;
		border-left: #008C23 5px solid;
	}
	.service_std a, .service_stdpls a, .service_omakase a, .service_tokoton a {
		display: block;
		padding: 8px 10px 5px 0 !important;
		color: #008C23;
		font-weight: bold;
		/*background-color: #e0fae1;*/
		text-decoration: none;
		font-size: 1.0em;
	}



/*-------------------------------------
閉じるボタン
---------------------------------------*/
.closeBtn {
	margin: 30px 0;
}
.closeBtn input {
	background: -moz-linear-gradient(top,#F60 0%,#F30);
	background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
	background: linear-gradient(to bottom, #F60, #F30);
	border: 1px solid #DDD;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding: 10px 0;
	width: 90%;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
  }
}

/*-------------------------------------
　210421追加
---------------------------------------*/
.text_note{
	font-size: 19px!important;
}
@media screen and (max-width: 479px){
.text_note{
	font-size: 4vw!important;
}
}

/* 20211222 ロゴとコピーライトのみ表示  */
#container .p-registered,
#container .l-pagetop,
#container .l-footer__top,
#container .p-footer-bottom__menu {
  display: none !important;
}
#container .p-footer-bottom {
  padding: 0 0 40px !important;
}
#container .p-footer-bottom__copyright {
  margin: 0 auto;
}
#container .p-footer-bottom__logo {
  margin-bottom: 10px !important;
  width: 188px !important;
}
@media screen and (max-width: 479px){
  #container .p-footer-bottom__logo {
    width: 50% !important;
    max-width: 268px;
  }
}
