@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
#container {
    width: 100%!important;
}
body,#content {
    font-family: 'Roboto' , "Noto Sans JP", sans-serif ;
}
#content p, #content li {
    color: #484848;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content__section {
    padding: 60px 0;
    width: 100%;
    margin: 0 auto 50px;
}
.serviceArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #0062b0;
    border-radius: 2px;
    -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    padding: 30px 0;
    margin-bottom: 30px;
}
.section_inner {
    width: 1140px;
    margin: 0 auto;
}
.areaCnt {
    text-align: center;
}
#content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #004da1;
    margin-bottom: 55px;
    letter-spacing: 0.3rem;
}
#content h3 {
	font-size: 40px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 55px;
    letter-spacing: 0.3rem;
}
#content h4 {
	font-size: 25px;
    font-weight: bold;
    color: #004da1;
    margin-bottom: 30px;
    letter-spacing: 0.3rem;
}
#content h5 {
    color: #00a2e6 ;
    background-color: #fff ;
    font-size: 25px ;
	padding: 1rem 1.5rem 1rem 3rem ;
	letter-spacing: 0.5rem ;
    border: 2px solid #00a2e6 ;
    border-radius: 40px ;
    display:inline-block ;
    text-align: center ;
    margin-bottom: 55px ;
}
p.emphasis_txt {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
p.cleaning_txt {
	font-size: 16px;
	text-align: center;
    }
.wages dt a,.tab_area a,.accordion-box a,a.ulLink
{
    text-decoration: underline;
    color: #00a2e6 !important ;
}

/*cleanimgmargin*/
.mt150{
    margin-top: 150px ;
}
.mt100{
    margin-top: 100px ;
}
.mt55{
    margin-top: 55px ;
}

/*-------------------------------------
メインビジュアル
---------------------------------------*/
.mainVisual {
	background: url(../../img/cleaning_manzoku_inc/mv_pc.jpg)center no-repeat;
    background-size: cover;
    height: 445px;
}
.main_ttl {
    padding: 100px 0 0 70px ;
}

/*-------------------------------------
左右説明
---------------------------------------*/
.icon_textwrap{
    margin-bottom: 50px;
    }
.icon_textwrap img,p{
    display: inline-block ;
    vertical-align: middle ;
    }
#content p.icon_txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 2 ;
}
.icon_txt span{
    color: #004da1!important;
    }
/*-------------------------------------
水色エリア
---------------------------------------*/
.bgsky{
    background-color: rgba(0 , 162, 230 , 0.07);
    text-align: center;
    }
div.bgskyinner{
    padding-bottom: 100px ;
    display: flex;
    justify-content: center;
    }
div.Whi_plate{
    background-color: #fff ;
    border-radius: 18px ;
    padding: 30px 50px ;
    width: 25% ;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1) ;
    }
div.Whi_plate h4{
    text-align: center ;
    }
div.Whi_plate img{
    margin-bottom: 25px ;
    width: 100% ;
    height: auto ;
    }
div.mR70{
    margin-right: 70px ;
    }
div.bgskyinner div.youtube{
    display: block ;
    max-width: 100% ;
    }
/*PC_Laptop*/
.PC_Laptop{
    border-radius: 70px;
    padding: 40px 80px ;
}
.PC_Laptop ul li {
    display: inline-block ;
    margin: auto 20px ;
}
.PC_Laptop ul li img,p{
    vertical-align: middle ;
}
.PC_Laptop ul li p{
    padding-left: 25px ;
}

/*cleaning_flow*/
.cleaning_flow ul li{
    border-radius: 36.5px;
    padding: 25px 50px ;
    display: inline-block ;
}
.cleaning_flow ul li img,p{
    vertical-align: middle ;
}
.cleaning_flow ul li p{
    padding-left: 25px ;
}

/*-------------------------------------
料金
---------------------------------------*/
.areaCnt__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.wages {
	background-color: #f2f2f2;
	display: flex;
    justify-content: space-between;
	align-items: baseline;
	padding: 30px 70px;
	letter-spacing: 0.3em;
    font-size: 20px;
    font-weight: 500;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
}
.wages dd {
    font-size: 16px;
}
.wages dd span {
	color: #c1272d;
    font-size: 24px;
}
.wages dd span small{
    font-size: 16px;
}
.wages_cont {
    background-color: #fcfcfc;
	padding: 40px 70px;
}
.wages_cont ul li {
	font-size: 16px;
	text-align: left;
}
.wages_example {
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px 30px;
    text-align: left;
}
.wages_example p {
	font-size: 14px;
}

/*-------------------------------------
アップグレードのお申し込み方法
---------------------------------------*/

/*tabの形状*/
.apgd_tab{
  display: flex;
  justify-content: flex-start;
  width: 1140px;
}
.apgd_tab li {
    width: 100%;
}
.apgd_tab li a {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #004da1;
    margin: 0 2px;
    padding: 0 30px 0 0;
    letter-spacing: 0.4rem;
    width: 100%;
    height: 96px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
}
.apgd_tab li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #b2cae3;
    transform: scaleY(1.2) perspective(0.8em) rotateX(2deg);
    transform-origin: bottom left;
}
.apgd_tab li a span {
    font-size: 14px;
    color: #004da1;
}

/*liにactiveクラスがついた時の形状*/
.apgd_tab li.active a:before {
    background: #004da1;
}
.apgd_tab li.active a{
    color: #fff!important;
}
.apgd_tab li.active a span {
    color: #fff!important;
}

/*エリアの表示非表示と形状*/
.tab_area {
  display: none;/*はじめは非表示*/
  background: #fff;
  text-align: left;
}

/*tab_areaにis-activeというクラスがついた時の形状*/
.tab_area.is-active {
    display: block;/*表示*/
}

p.stlong {
    font-size: 20px;
    padding: 50px;
    border-bottom: 1px solid #ececec;
}
.tab_area ol li{
  font-size: 18px;
  padding: 50px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.libk_a {
    background: url(../../img/cleaning_manzoku_inc/icon_01.png)center right+100px no-repeat;
}
.libk_b {
    background: url(../../img/cleaning_manzoku_inc/icon_02.png)center right+100px no-repeat;
}
.libk_c {
    background: url(../../img/cleaning_manzoku_inc/cleaningcard.png)center right+100px no-repeat;
}
.libk_qr {
    background: url(../../img/cleaning_manzoku_inc/qrcode.png)center right+100px no-repeat;
}
span.tab_area__number {
    padding-right: 1em;
}
.tab_area a:hover {
    text-decoration: none;
}

/*Web通常引き取りプラン(集荷サービスなし)*/
.areaCont__txt {
    font-size: 16px;
}
.useList {
    display: flex;
    justify-content: space-around;
}
a.flowWebLink, a.flowShopLink {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 0;
    width: 440px;
    height: 400px;
    background: -moz-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    background: -webkit-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    border-radius: 20px;
	text-decoration: none!important;
}
a.flowShopLink {
	background: -moz-linear-gradient(90deg, #002063 0%, #004da1 100%);
    background: -webkit-linear-gradient(90deg, #002063 0%, #004da1 100%);
}
.useFlowText, .useFlowText_sub {
    color: #fff!important;
}
.useFlowText_sub {
    padding-top: 40px;
}
.useFlowText {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
}
.useFlowText_here {
    background-color: #fff;
    color: #014099!important;
	font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    width: 320px;
    margin: 40px auto 0;
}
.useList a:hover {
    transform: scale(0.98);
    transition: 0.3s;
    box-shadow: 0 0;
}

/*-------------------------------------
ご注意事項
---------------------------------------*/
.caution {
	font-size: 16px;
	text-align: left;
}

/*-------------------------------------
今すぐに申し込むフローティングボタン
---------------------------------------*/
.floatBtn_bg{
    position: fixed ;
    bottom: 0 ;
    background-color: rgba(255,255,255,0.8);
    z-index: 2147483647 ;
    width: 100% ;
    text-align: center ;
}
.floatBtn{
    display: inline-block ;
    margin: 25px auto ;
    padding: 0.8rem 15rem ;
    color: #ffffff !important;
    background-color: #e68600 ;
    border-radius: 12px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
	position: relative;
}
.floatBtn a{
    color: #ffffff !important;
}
p.floatBtn::after {
    top: 35%;
    right: 2rem ;
    content: "";
    width: 11px;
    height: 17px;
    background-size: 11px;
    background: url("/service/img/service_top/angle-right-solid_w.png") no-repeat;
    position: absolute;
}
.floatBtn:hover {
    background-color: #e6a345;
}


/*-------------------------------------
スマホ表示
---------------------------------------*/

@media screen and (max-width: 479px) {
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
/*スマホマージン*/
.mt150{
    margin-top: 70px ;
    }
.section_inner {
    max-width: 96%;
}
#content h2 {
    font-size: 5.5vw;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
#content h3 {
    font-size: 5.5vw;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
#content h4 {
    font-size: 5.5vw;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
#content h5 {
    font-size: 16px ;
    font-weight: bold ;
	padding: 30px;
    border-radius: 25px ;
    margin-bottom: 40px ;
    width: 94%;
}
p.emphasis_txt {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
p.cleaning_txt{
	font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
}
.areaCnt {
    padding: 0 10px;
}

/*cleanimgmargin*/
.mt150{
    margin-top: 70px ;
}
.mt100{
    margin-top: 60px ;
}
.mt55{
    margin-top: 40px ;
}

/*メインビジュアル*/
.mainVisual {
    background: url(../../img/cleaning_manzoku_inc/mv_sp.jpg)bottom right no-repeat;
    background-size: cover;
    height: 100vw;
}
.main_ttl {
    padding: 35px 0 0 15px ;
}

/*左右説明*/
#content p.icon_txt {
    /*font-weight: normal;*/
    font-size: 14px !important ;
    text-align: left ;
    }
.icon_textwrap img{
    width: 88px ;
    }

/*水色エリア*/
div.bgskyinner{
    padding:0px 10px 40px 10px;
    display: block;
    }
div.Whi_plate{
    border-radius: 15px ;
    padding: 40px 30px ;
    width: 100% ;
    }
div.mR70{
    margin-right: 0px ;
    margin-bottom: 40px ;
    }

/*PC_Laptop*/
.PC_Laptop{
    border-radius: 50px;
    padding: 50px 20px ;
}
.PC_Laptop ul {
    text-align: left ;
}
.PC_Laptop ul li:first-child  {
    margin-bottom: 40px ;
}

/*cleaning_flow*/
.cleaning_flow ul li{
    border-radius: 70px;
    padding: 25px 50px ;
    margin: 0px 40px ;
    display: block ;
}
.cleaning_flow ul li p.emphasis_txt{
    font-size: 18px ;
    }
.Rotate90SP{
    transform:rotate(90deg);
}


/*料金*/
.wages {
    flex-direction: column;
    padding: 30px 20px;
    font-size: 18px;
    align-items: center;
    font-weight: bold ;
}
.wages dt {
    margin-bottom: 20px;
}
.wages dd {
    font-size: 20px;
}
.wages_cont {
    padding: 20px 15px;
}
.wages_cont ul li {
    font-size: 14px;
}
.wages_example {
    padding: 15px;
	display: inline-table;
}
.wages_example p {
    font-size: 11px;
}

/*アップグレードのお申し込み方法*/

/*アコーディオン*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area li{
    margin: 1px 0;
}
h4.accordion-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:18px !important;
    letter-spacing: 0.4rem !important;
    font-weight: bold;
	color: #ffffff !important;
	background-color: #004da1;
    transition: all .5s ease;
	height: 112px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px !important;
}
.accordion-title span {
    font-size: 14px;
}

/*アイコンの＋と-*/
.accordion-title::before{
    z-index: auto;
    position: absolute;
    top: calc(50% - 5px);
    right: 29px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    content: "";
}
.accordion-title::after{
    z-index: auto;
    position: absolute;
    top: calc(50% - 1px);
    right: 24px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    content: "";
}
.accordion-title.close::before {
    content: none;
}

/*アコーディオンで現れるエリア*/
.accordion-box {
   display: none;
   margin: 3%;
   padding: 0 3%;
}
.accordion-box ul.stlong {
    font-size: 16px;
}
.accordion-box ol li {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
    text-align: left;
}
p.stlong {
    font-size: 15px;
    text-align: left;
    padding: 0;
    border-bottom: none;
}

/*Web通常引き取りプラン(集荷サービスなし)*/
.areaCont__txt {
    font-size: 14px;
}
.useList {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.flowWebLink, a.flowShopLink {
    width: 315px;
    height: 286px;
}
.useFlowText_sub {
	font-size: 14px;
    padding-top: 20px;
}
.useFlowText {
    font-size: 20px;
    padding-bottom: 25px;
}
.useFlowText_here {
    width: 230px;
    margin: 25px auto 0;
	font-size: 14px;
}
.useList li {
    margin-bottom: 50px;
}

/*ご注意事項*/
.caution {
	font-size: 12px;
}

/*今すぐに申し込むフローティングボタン*/
.floatBtn{
    width: 94% ;
    margin: 20px 0;
    padding: 12px 0 ;
    font-size: 15px !important;
}

}/*スマホ表示ここまで*/


/*-------------------------------------
汎用
---------------------------------------*/
br.brPc {
  display: inline-block;
}
br.brsp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
.indent-2 {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
@media only screen and (max-width: 479px) {
  br.brpc {
    display: none;
  }
  br.brsp {
    display: inline-block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
