@charset "utf-8";
section.l-parts02.bldp {
    width: 100%;
    min-width: 100%;
    margin: 4rem auto;
}
section.l-parts02.bldp h2 {
    margin: 0 0 2rem;
    text-align: center;
    border: none;
}
section.l-parts02.bldp .l-common-title__undertext {
    width: 100%;
}
section.l-parts02.bldp .l-parts01-column3 {
    width: 95%;
    min-width: 90%;
    margin: 0 auto;
}
section.l-parts02.bldp .l-parts01-column3__box {}
section.l-parts02.bldp .l-parts01-column3__box .imgarea.caption img {
    margin: 1rem auto;
    display: block;
}
section.l-parts02.bldp .l-parts01-column3__box .imgarea.caption {
    width: 90%;
    margin: 0 auto;
    word-wrap: break-word;
    white-space: break-spaces;
    line-height: 1.2;
    overflow: unset;
}
section.l-parts02.bldp p.remarks {
    width: 95%;
    margin: 0 auto;
}
section.l-parts02.bldp .l-parts01-column3__box .imgarea.caption img {
    max-height: 13rem;
    width: auto;
}
span.txt_green {
  color: #1d903b;
  font-weight: bold;
  font-size: 1.6rem;
}

.center {
  text-align: center;
}

.gnv {
  background: #fff;
  z-index: 900;
}

#contents #toc {
  width: 80%;
  margin: 3rem auto;
  display: block;
  padding: 2rem 3rem 3rem;
  border: solid 4px #fff9c8;
}

#contents #toc:before {
  content: "目次";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#contents #toc ul {
  margin: 5px 0;
  padding: 0;
}

.txt_bold {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1a1a1a;
}

span.txt_normal {
  color: #616161;
  font-weight: normal;
  font-size: 1.6rem;
}

span.mini {
  font-size: 90% !important;
  color: #1A1A1A;
}

.big {
  font-size: 100% !important;
  font-weight: bold;
}

.contents-left li, .contents-right li {
  border: solid 1px #5b5454;
}

.contents-left li::before, .contents-right li::before {
  left: 5px;
  top: 9px;
}

.slick-slide span, .viral-info, .viral-quote {
  text-align: left;
}

.mannnaka {
  text-align: center;
}

.image-text__image.image-left, .image-text__image.image-right {
  width: 100%;
}

.lower_bottom .block .companyName {
  font-size: 2.0rem;
}

.lower_bottom .txt {
  text-align: center;
}

.float-wrap .fl2 {
  width: 130px;
  margin: 0 30px 10px 0;
  text-align: center;
}

.fl2 {
  float: left;
}

.slider .comment {
  font-size: 1.5rem !important;
  text-align: center;
  background: #616161;
  color: #fff;
  padding: 10px;
  width: 90%;
}

.btn-internal.ch a {
  background: url(img/price_bg01.png)no-repeat left 7px bottom / 9rem #0067c3;
  box-shadow: 5px 5px 0 0 #1a1a1a;
}

#contents .btn-internal.ch {
  width: 65%;
  background: #0067c3;
}

#contents .btn-internal.ch a:hover {
  opacity: 0.5;
}

.kanren {
  box-sizing: border-box;
  border: 5px solid #f5c03f;
  padding: 2rem 2rem;
  position: relative;
  margin: 5rem 1rem;
  box-shadow: 5px 5px 0 0 #1a1a1a;
}

.kanren .midasi {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: solid 3px #f1eee8;
}

.kanren:before {
  content: "PICKUP";
  color: #f5c03f;
  position: absolute;
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: max-content;
}

span.txt_red {
  color: #ff0202;
  font-weight: bold;
  font-size: 1.6rem;
}

.txt_normal {
  color: #616161;
  font-weight: normal;
  font-size: 1.6rem;
}

.mini {
  font-size: 90% !important;
  color: #1A1A1A;
}

.big {
  font-size: 100% !important;
  font-weight: bold;
}

.contents-left li, .contents-right li {
  border: solid 1px #5b5454;
}

.contents-left li::before, .contents-right li::before {
  left: 5px;
  top: 9px;
}

.slick-slide span, .viral-info, .viral-quote {
  text-align: left;
}

.image-text__image.image-left, .image-text__image.image-right {
  width: 100%;
}

.lower_bottom .txt {
  text-align: center;
}

.slider .comment {
  font-size: 1.5rem !important;
  text-align: center;
  background: #616161;
  color: #fff;
  padding: 10px;
  width: 90%;
}

.is-hidden {
  display: none;
}

#contents ul li.chapter-h-three {
  margin-left: 2rem;
}

#contents ul li.chapter-h-three:before {
  background-color: #f8c142;
}

.list-btn {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ee9132;
  border-right: solid 2px #ee9132;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.mannnaka2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto;
}

.mannnaka2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-wrap-pic {
  text-align: center;
}

.gnv {
  padding: 0 0 0 100px;
  box-shadow: 0 5px 3px #0000000f;
}

.gnv ul {
  margin: 0rem auto 0rem;
  width: 1000px;
  display: flex;
  border-right: solid 1px #eee;
}

.gnv ul li {
  display: table;
  border-left: solid 1px #eee;
  width: 20%;
}

.gnv ul li a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 13px;
  padding: 1rem 2rem;
  text-decoration: none;
}

li.lipr a {
  background: #FFA767;
}

.gnv.topgnv {
  padding: 0;
}

.gnv ul li a:hover {
  opacity: 0.5;
}

.l-gnavi-area {
  z-index: 1001;
}

#pankuzu {
  margin-top: 0;
  z-index: 1000;
}

.l-contents-area.l-contents-area--low .l-parts05 .l-parts02-white .img-wrap-contents img {
  margin: 3rem auto 1rem;
  display: block;
  border: solid 1px #eee;
}

.category-links-area {
  border: 2px solid #adc425;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  width: 90%;
  max-width: 1000px;
}

.category-links-area p {
  padding-bottom: 10px;
  font-size: 20px !important;
  font-weight: bold;
  border-bottom: 2px solid #5e6e7c;
  border-style: dashed;
}


h1.l-header-sitename,
div.l-header-sitename a {
  display: flex;
  align-items: center;
  justify-content: right;
}

h1.l-header-sitename:before,
div.l-header-sitename a:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 1rem;
  padding: 0 1rem;
}

p.l-footer-bottom__copy a:before {
  content: "【PR】";
}
section.l-parts02.lb {
    display: none;
}


.tokyo .l-parts01-column3__box {
    padding: 15px;
}

.tokyo .l-parts01-column3__box-feature .catch-text {
    border: none;
    background: #cfdb3d;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;
}

.tokyo .catch-text {
    margin: 0;
    padding: 0;
}

.tokyo .l-parts01-column3__box .catch {
    padding: 0;
    margin-bottom: 20px;
}
.tokyo .l-parts01-column3__box-cost {
    background: #efefef;
    padding: 10px;
}

.l-main-area--low .tokyo .future h4 {
    padding: 0;
    padding-left: 2rem;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.tokyo .l-parts01-column3__box .catch span {
    font-size: 2rem;
}

.tokyo-select .l-parts02-white__column2 .point {
    font-size: 2rem;
}
.tokyo .l-parts01-column3__box-feature {
    margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .img-wrap-pic {
    max-width: 80%;
    height: auto;
    text-align: center;
  }

  img.img-wrap-pic {
    max-width: 80%;
  }

}




p.bnr.sp {
    display: none;
}


@media screen and (max-width: 480px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .gnv {
    display: none;
  }

  iframe {
    width: 100%;
    height: auto;
  }

  #contents #toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
  }

  #contents #toc a {
    font-size: 14px;
  }

  #contents #toc li {
    line-height: 1.3;
    margin: 10px 0;
    padding: 3px 0 0px 15px;
    font-size: unset;
  }

  #contents #toc ul li.chapter-h-three {
    margin-left: 2rem;
  }

  #contents #toc ul li.chapter-h-three:before {
    background-color: #f8c142;
  }

  p.l-footer-bottom__copy a {
    display: block;
  }
section.l-parts02.bldp h2 {
    padding: unset;
}

section.l-parts02.bldp .l-parts01-column3__box .catch {
    margin: 0;
}
.tokyo-select .l-parts02-white__column2 .point {
    font-size: 1.6rem;
    padding: 10px;
}

.l-main-area .l-parts02-white__recommend__text {
    font-size: 1.6rem;
}
p.bnr a {
    position: fixed;
    height: auto;
    right: 0;
    background-color: #fefbde;
    background-image: url(https://www.officecleaning-srv.com/wp/wp-content/themes/SE036/img/title_bg_01.png);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    display:block;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    border: navajowhite;
    background-size: 4rem;
    background-position: 1% 50%;
    padding: 15px 0 15px 25px;
    font-size: 16px;
    z-index: 10000;
}
p.bnr.sp {
    display: block;
}	
section.l-parts02.tokyo-select {
    margin-top: 30px;
}
.footMenu {
    bottom: unset;
    top: 0;
}
.footMenu .menuLeft {
    margin: 0 0 0 auto;
}
.l-header-sitename {
    padding-right: 7rem;
}	
}