@charset "UTF-8";

/*------------------------------
kiji common
-------------------------------*/
.sec_intro {
  padding: 5% 0;
}

.sec_intro .icon-category {
  margin-left: 5%;
  margin-bottom: 10px;
}

.sec_intro .midashi {
  background: #ccc;
  padding: 3% 2% 3% 5%;
  border-left: 8px solid #666;
}

.sec_intro .midashi span {
  font-size: 2.4rem;
  line-height: 1.3em;
}

@media screen and (max-width: 400px) {
  .sec_intro .midashi span {
    font-size: 5.5vw;
  }
}

.sec_intro .tag_list {
  margin: 3% 5% 1%;
}

.sec_intro .lead {
  padding: 1% 5%;
  text-align: justify;
}

.sec_intro .lead p a {
  font-weight: 700;
  color: #3c9850;
}

.sec_intro .img {
  position: relative;
}

.sec_intro .img img {
  vertical-align: top;
}

.sec_intro .img .icon-renkei {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 200px;
}

.sec_intro .img .icon-seminar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 200px;
}
.sec_intro .img .icon-rendou {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 25%;
  max-width: 130px;
}
.sec_intro .img .icon-rendou img{width: 100%;height: auto;object-fit: contain}
.sec_intro .img .mainimg_slide .slick-dots {
  bottom: 0;
}

.sec_intro .img .mainimg_slide .slick-dots li {
  height: 8px;
  margin: 0 8px;
}

.sec_intro .img .mainimg_slide .slick-dots li button:before {
  font-size: 11px;
  color: inherit;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 8px;
  line-height: 8px;
}

.sec_intro .img .mainimg_slide .slick-dots li.slick-active button:before {
  font-size: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 8px;
  content: '';
  background: #fff;
}

@media screen and (min-width: 850px), print {
  .sec_intro {
    margin-top: 130px;
    padding: 30px 0 50px;
    position: relative;
    min-height: 36vw;
  }
  .sec_intro .icon-category {
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .sec_intro .midashi {
    background: #ccc;
    padding: 3% 5%;
    border-left: 8px solid #666;
    padding-right: 52%;
  }
  .sec_intro .midashi span {
    font-size: 3.4rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .sec_intro .tag_list {
    margin: 20px 5% 0;
  }
  .sec_intro .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
  }
  .sec_intro .lead {
    padding: 1% 5%;
    font-size: 1.8rem;
    padding-right: 57%;
  }
}

/*------------------------------
kiji parts
-------------------------------*/
.sec_contents_index {
  background: #e9e9e7;
  padding: 25px 5% 10px;
}

.sec_contents_index .inner {
  padding: 15px 0 0 22px;
}

.sec_contents_index .inner ul li {
  border-bottom: 1px solid #909397;
}

.sec_contents_index .inner ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 20px 11px 30px;
  position: relative;
}

.sec_contents_index .inner ul li a span {
  font-size: 1.0rem;
  position: absolute;
  left: 0;
  top: 14px;
}

.sec_contents_index .inner ul li a .mini {
  position: static;
}

.sec_contents_index .inner ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index {
    padding: 35px 0 35px;
  }
  .sec_contents_index .inner {
    max-width: 1030px;
    margin: auto;
    padding: 15px 0 0 22px;
  }
  .sec_contents_index .inner ul {
    text-align: right;
  }
  .sec_contents_index .inner ul li {
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
  }
  .sec_contents_index .inner ul li a {
    font-size: 1.6rem;
    padding: 11px 30px 11px 80px;
    margin-left: 40px;
  }
  .sec_contents_index .inner ul li a span {
    font-size: 1.0rem;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .sec_contents_index .inner ul li a span:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 45px;
    background: #959595;
    margin-left: 10px;
  }
  .sec_contents_index .inner ul li:last-child {
    border-bottom: none;
  }
  .sec_contents_index .inner ul li.wide {
    display: table;
    margin-left: auto;
  }
}

.sec_contents_index_tea .inner {
  background: url("../img/kurashi/tea/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_tea .inner ul li a {
  background: url("../img/kurashi/tea/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_tea {
    margin-top: 50px;
  }
}

.sec_contents_index_wine .inner {
  background: url("../img/kurashi/wine/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_wine .inner ul li a {
  background: url("../img/kurashi/wine/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_wine .blc2 ul li {
  width: 40%;
}

.sec_contents_index_wine .blc2 ul li a {
  text-align: left;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_wine .blc2 ul li {
    width: 100%;
  }
}

.sec_contents_index_wine .blc2_w ul {
  padding-left: 8%;
  text-align: left;
}

.sec_contents_index_wine .blc2_w ul li {
  width: 49%;
}

.sec_contents_index_wine .blc2_w ul li a {
  text-align: left;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_wine .blc2_w ul li {
    width: 100%;
  }
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_wine {
    margin-top: 50px;
  }
}

.sec_contents_index_coffee {
  margin: 40px 0;
}

.sec_contents_index_coffee .inner {
  background: url("../img/kurashi/coffee/sec_contents_index.svg") left top no-repeat;
  background-size: 160px auto;
}

.sec_contents_index_coffee .inner ul li a {
  background: url("../img/kurashi/coffee/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
  padding: 11px 20px 11px 50px;
}

.sec_contents_index_coffee2 .inner {
  background: url("../img/kurashi/coffee/sec_contents_index2.svg") left top no-repeat;
  background-size: 180px auto;
}

.sec_contents_index_coffee2 .inner ul li a {
  padding: 11px 20px 11px 70px;
}

.sec_contents_index_bousai .inner {
  background: url("../img/kurashi/bousai/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_bousai .inner ul li a {
  background: url("../img/kurashi/bousai/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_bousai .blc2 ul {
  text-align: center;
}

.sec_contents_index_bousai .blc2 ul li {
  width: 43%;
}

.sec_contents_index_bousai .blc2 ul li:nth-child(odd) {
  width: 35%;
}

.sec_contents_index_bousai .blc2 ul li a {
  text-align: left;
  margin-left: 60px;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_bousai .blc2 ul li {
    width: 100%;
  }
  .sec_contents_index_bousai .blc2 ul li:nth-child(odd) {
    width: 100%;
  }
  .sec_contents_index_bousai .blc2 ul li a {
    margin-left: 0;
  }
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_bousai {
    margin-top: 50px;
  }
}

.sec_contents_index_cleaning .inner {
  background: url("../img/kurashi/cleaning/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_cleaning .inner ul li a {
  background: url("../img/kurashi/cleaning/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_cleaning .blc2 ul li {
  width: 38%;
}

.sec_contents_index_cleaning .blc2 ul li a {
  text-align: left;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_cleaning .blc2 ul li {
    width: 100%;
  }
}
.sec_contents_index_cleaning08 .blc2 ul li {
  width: 40%;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_cleaning08 .blc2 ul li {
    width: 100%;
  }
}


.sec_contents_index_shiminuki .inner {
  background: url("../img/kurashi/laundry/03/sec_contents_index.svg") left top no-repeat;
  background-size: 220px auto;
}

.sec_contents_index_management .inner {
  background: url("../img/management/supporter/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_management .inner ul li a {
  background: url("../img/management/supporter/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}
.sec_contents_index_management .blc2 ul {
  text-align: left;
  padding-left: 10%;
}

.sec_contents_index_management .blc2 ul li {
  width: 52%;
  vertical-align: top;
}

.sec_contents_index_management .blc2 ul li:nth-child(odd) {
  width: 45%;
}

.sec_contents_index_management .blc2 ul li a {
  text-align: left;
  margin-left: 60px;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_management .blc2 ul {
    padding-left: 0;
  }
  .sec_contents_index_management .blc2 ul li {
    width: 100%;
  }
  .sec_contents_index_management .blc2 ul li:nth-child(odd) {
    width: 100%;
  }
  .sec_contents_index_management .blc2 ul li a {
    margin-left: 0;
  }
}

.sec_contents_index_recommend .inner {
  background: url("../img/recommend/sec_contents_index.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_recommend .inner ul li {
  display: table;
  margin-left: auto;
}

.sec_contents_index_recommend .inner ul li a {
  background: url("../img/recommend/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_recommend .blc2 ul li {
  width: 40%;
  display: inline-block;
}
.sec_contents_index_recommend .blc2 ul li a {
  text-align: left;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_recommend .inner ul li {
    display: block;
    margin-left: 0;
  }
  .sec_contents_index_recommend .blc2 ul {
    padding-left: 0;
  }
  .sec_contents_index_recommend .blc2 ul li {
    width: 100%;
  }
  .sec_contents_index_recommend .blc2 ul li:nth-child(odd) {
    width: 100%;
  }
  .sec_contents_index_recommend .blc2 ul li a {
    margin-left: 0;
  }
}

.sec_contents_index_lifestyle {
  margin-top: 50px;
  margin-bottom: 0 !important;
  background: #f4eee9;
}

.sec_contents_index_lifestyle .inner {
  padding: 30px 0 0 0;
  background: url("../img/lifestyle/kurashito-san/sec_contents_index.svg") left top no-repeat;
  background-size: 160px auto;
}

.sec_contents_index_lifestyle .inner ul {
  margin-top: 20px;
}

.sec_contents_index_lifestyle .inner ul li {
  display: block;
}

.sec_contents_index_lifestyle .inner ul li a {
  background: url("../img/lifestyle/kurashito-san/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
  margin-left: 0;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_lifestyle {
    margin-top: 100px;
    padding: 50px 0 44px;
  }
  .sec_contents_index_lifestyle .inner {
    padding: 50px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1030px !important;
  }
  .sec_contents_index_lifestyle .inner.w900 {
    max-width: 900px !important;
  }
  .sec_contents_index_lifestyle .inner.w900 .img {
    width: 45% !important;
  }
  .sec_contents_index_lifestyle .inner ul {
    width: auto !important;
    margin-top: 0;
  }
  .sec_contents_index_lifestyle .inner ul li a {
    padding: 8px 30px 8px 80px !important;
  }
  .sec_contents_index_lifestyle .inner .img {
    width: 50% !important;
  }
  .sec_contents_index_lifestyle .inner .img.w40 {
    width: 40% !important;
  }
  .sec_contents_index_lifestyle .inner .img img {
    width: 190px !important;
  }
}

.sec_contents_index_reform {
  margin-top: 0;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_reform {
    margin-top: 0;
  }
  .sec_contents_index_reform .inner .img {
    width: 37% !important;
  }
}

.sec_contents_index_lifestyle_basic {
  background: #f4eee9;
}

.sec_contents_index_lifestyle_basic .inner {
  background: url("../img/lifestyle/kurashito-san/sec_contents_index_2.svg") left top no-repeat;
  background-size: 100px auto;
}

.sec_contents_index_lifestyle_basic .inner ul li a {
  background: url("../img/lifestyle/kurashito-san/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_lifestyle_basic .blc2 ul {
  text-align: left;
  padding-left: 14%;
}
.sec_contents_index_lifestyle_basic .blc2.wide ul {
  padding-left: 2%;
}

.sec_contents_index_lifestyle_basic .blc2 ul li {
  width: 39%;
}

.sec_contents_index_lifestyle_basic .blc2 ul li:nth-child(odd) {
  width: 46%;
}

.sec_contents_index_lifestyle_basic .blc2.wide ul li {
  width: 48%;
}

.sec_contents_index_lifestyle_basic .blc2.wide ul li:nth-child(odd) {
  width: 48%;
}

.sec_contents_index_lifestyle_basic .blc2 ul li a {
  text-align: left;
  margin-left: 60px;
}

.sec_contents_index_lifestyle_basic .blc2.blc2_w ul {
  padding-left: 2%;
}

.sec_contents_index_lifestyle_basic .blc2.blc2_w ul li {
  width: 46%;
}

.sec_contents_index_lifestyle_basic .blc2.blc2_w ul li:nth-child(odd) {
  width: 50%;
}

.sec_contents_index_lifestyle_basic .blc2.blc2_w ul li a {
  text-align: left;
  margin-left: 60px;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_lifestyle_basic .blc2 ul,
  .sec_contents_index_lifestyle_basic .blc2.blc2_w ul {
    padding-left: 0;
  }
  .sec_contents_index_lifestyle_basic .blc2 ul li,
  .sec_contents_index_lifestyle_basic .blc2.blc2_w ul li {
    width: 100%;
  }
  .sec_contents_index_lifestyle_basic .blc2 ul li:nth-child(odd),
  .sec_contents_index_lifestyle_basic .blc2.blc2_w ul li:nth-child(odd) {
    width: 100%;
  }
  .sec_contents_index_lifestyle_basic .blc2 ul li a,
  .sec_contents_index_lifestyle_basic .blc2.blc2_w ul li a {
    margin-left: 0;
  }
  .sec_contents_index_lifestyle_basic .blc2.wide ul li {
    width: 100%;
  }
  .sec_contents_index_lifestyle_basic .blc2.wide ul li:nth-child(odd) {
    width: 100%;
  }
}

.sec_contents_index_lifestyle_basic_2 .blc2 ul {
  padding-left: 7%;
}

.sec_contents_index_lifestyle_basic_2 .blc2 ul li {
  width: 50%;
}

.sec_contents_index_lifestyle_basic_2 .blc2 ul li:nth-child(odd) {
  width: 44%;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_lifestyle_basic_2 .blc2 ul {
    padding-left: 0;
  }
  .sec_contents_index_lifestyle_basic_2 .blc2 ul li {
    width: 100%;
  }
  .sec_contents_index_lifestyle_basic_2 .blc2 ul li:nth-child(odd) {
    width: 100%;
  }
}

.sec_contents_index_img .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
}

.sec_contents_index_img .inner ul {
  width: 60%;
  text-align: left;
}

.sec_contents_index_img .inner .img {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_contents_index_img .inner .img img {
  width: 160px;
}

.sec_contents_index_img .inner .img p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  padding-left: 20px;
}

.sec_contents_index_img .inner .img p .mini {
  display: block;
  font-size: 85%;
  margin-top: 2em;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_img {
    margin-bottom: 40px;
  }
  .sec_contents_index_img .inner {
    display: block;
    padding-bottom: 20px;
  }
  .sec_contents_index_img .inner ul {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .sec_contents_index_img .inner ul li a {
    padding-right: 30px;
  }
  .sec_contents_index_img .inner .img {
    width: 100%;
  }
  .sec_contents_index_img .inner .img img {
    width: 43%;
  }
  .sec_contents_index_img .inner .img p {
    font-size: 1.2rem;
  }
}

#co01, #co02, #co03, #co04, #co05, #co06 {
  padding-top: 80px;
  margin-top: -80px;
}

.sec_introout_detail {
  max-width: 1100px;
  width: 100%;
  padding: 1% 5% 5%;
  text-align: justify;
}
.sec_introout_detail a {
  color: #3c9850;
  font-weight: 700;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.sec_introout_detail .btn.lifestyle a {
  color: #fff;
  font-weight: 500;
  background: #d09556 url(../img/lifestyle/kurashito-san/mail_yajirushi.svg) no-repeat right 15px center;
  background-size: 20px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 15px 50px 15px 20px;
  margin-top: 15px;
  display: inline-block;
}

@media screen and (min-width: 850px), print {
  .sec_introout_detail {
    width: 90%;
    padding: 1% 0;
    font-size: 1.8rem;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 849px) {
  .sec_introout_detail .btn.lifestyle a {
    font-size: 1.4rem;
    padding: 10px 50px 10px 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.5;
  }
}

.sec_text {
  padding: 5px 5%;
}

.sec_text img {
  vertical-align: top;
}

.sec_text p {
  margin: 1em 0 0 0;
  text-align: justify;
}
.sec_text p.mt-0 {
  margin: 0 0 0 0;
}
.sec_text .last {
  margin: 5em 0 0 0;
}

.sec_text p .komidashi {
  font-size: 1.5rem;
  font-weight: 700;
}

.sec_text p a {
  color: #3c9850;
  font-weight: 700;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.sec_text p.txtBold {
  font-weight: bold;
}

.sec_text p.txtBold .cl_management {
  color: #b3b805;
}

.sec_text .num {
  background: #4687a6;
  color: #fff;
  font-weight: 300;
  padding: 1px 0.4em;
  font-size: 1.3rem;
  margin-right: 1em;
}

@media screen and (min-width: 850px), print {
  .sec_text {
    padding: 0;
    max-width: 800px;
    margin: 30px auto 0;
  }
  .sec_text.w-700 {
    max-width: 700px;
  }
  .sec_text p .komidashi {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 850px), print {
  .sec_text.wide {
    max-width: 1030px;
  }
}

.sec_text.grayBg {
  background: #ededec;
  padding: 15px 30px 30px;
  border-radius: 10px;
  margin: 40px auto 10px;
  width: 90%;
}

@media screen and (max-width: 849px) {
  .sec_text.grayBg {
    margin: 20px auto 10px;
  }
  .sec_text.grayBg .icon {
    float: right;
    width: 70px;
    margin-left: 10px;
  }
  .sec_text p.mt-0 {
    margin: 1em 0 0 0;
  }
  .sec_text .last {
    margin: 2em 0 0 0;
  }
}

@media screen and (min-width: 850px), print {
  .sec_text.grayBg.icon {
    padding-right: 150px;
    position: relative;
  }
  .sec_text.grayBg.icon .icon {
    width: 84px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -42px;
  }
}

@media screen and (min-width: 850px), print {
  .sec_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_flex_pc div {
    width: 48%;
  }
  .sec_flex_pc .wide_1 {
    width: 23%;
  }
  .sec_flex_pc .wide_3 {
    width: 72%;
  }
  .sec_flex_pc .wide_1_2 {
    width: 33%;
  }
  .sec_flex_pc .wide_3_2 {
    width: 62%;
  }
  .sec_flex_pc .wide_1_2_2 {
    width: 42%;
  }
}

@media screen and (min-width: 850px), print {
  .sec_flex_pc.direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 850px), print {
  .sec_flex_pc.imgtop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.sec_interview .question {
  font-weight: 700;
}

.sec_interview .txt-comment {
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
  min-height: 64px;
}

.sec_interview .txt-comment .hito {
  width: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.sec_interview .txt-comment .name {
  font-weight: 700;
  color: #a9ae06;
}

@media screen and (max-width: 849px) {
  .sec_interview {
    margin-top: 20px;
  }
  .sec_interview .txt-comment {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .sec_interview .txt-comment .hito {
    width: 52px;
    position: static;
    float: left;
    margin: 0 10px 10px 0;
  }
}

.sec_komidashi_line {
  margin: 8% 5% 1%;
  padding-top: 2%;
  border-top: 2px solid #222;
  font-size: 2.0rem;
  line-height: 1.5em;
}

.komidashi_komidashi_leftline {
  margin-top: 20px;
  border-left: 5px solid #222;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3em;
  padding-left: 0.5em;
}

@media screen and (min-width: 850px), print {
  .komidashi_komidashi_leftline {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 850px), print {
  .sec_text.wide {
    max-width: 1030px;
  }
}

.sec_lead {
  padding: 1% 5%;
}

.sec_lead p {
  margin: 1em 0 0 0;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 850px), print {
  .sec_lead {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .sec_lead p {
    margin: 30px 0 0 0;
    font-size: 1.8rem;
  }
}

.osusume_topslide {
  background: #ddd;
  margin: 30px 0 0;
  padding: 35px 9% 20px;
}

.osusume_topslide .kijislide .thumbnail_blc {
  border-bottom: none;
}

.osusume_topslide .kijislide .thumbnail_blc .tag_list ul li a {
  background: #fff;
}
.osusume_topslide .kijislide .thumbnail_blc a .txt .contents_title {

  color: #000
}
.osusume_topslide .kijislide .thumbnail_blc a .img img{width: 100%;height: auto;object-fit: contain}
.osusume_topslide .kijislide .slick-prev {
  left: -15px;
}

.osusume_topslide .kijislide .slick-next {
  right: -15px;
}

@media screen and (min-width: 850px), print {
  .osusume_topslide {
    margin: 100px 0 0;
    padding: 70px 0 60px;
  }
  .osusume_topslide .kijislide {
    max-width: 1160px;
    margin: auto;
  }
  .osusume_topslide .kijislide .thumbnail_blc {
    margin: 0 20px;
  }
}

.sec_waku_points {
  padding: 0 5%;
}

.sec_waku_points .inner {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 10px;
}

.sec_waku_points .inner .midashi {
  background: #222;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 5px;
  padding: 2px 0;
  letter-spacing: 0.2em;
}

.sec_waku_points .inner .points ul li {
  border-bottom: 1px solid #b3b6bb;
  position: relative;
  padding: 20px 0 15px;
}

.sec_waku_points .inner .points ul li:last-child {
  border-bottom: 0;
}

.sec_waku_points .inner .points ul li .num {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ddd;
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 3px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}

.sec_waku_points .inner .points ul li dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 35px;
  margin-bottom: 1em;
}

.sec_waku_points .inner .points ul li dl dd p {
  padding-left: 35px;
  margin: 0;
}

@media screen and (min-width: 850px), print {
  .sec_waku_points {
    padding: 0;
  }
  .sec_waku_points .inner {
    max-width: 1030px;
    margin: 0 auto 0;
    border-radius: 8px;
    padding: 20px;
  }
  .sec_waku_points .inner .midashi {
    font-size: 2.4rem;
    padding: 5px 0;
  }
  .sec_waku_points .inner .points ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_waku_points .inner .points ul li {
    border-right: 1px solid #b3b6bb;
    border-bottom: none;
    padding: 20px 0 15px;
    width: 33%;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .sec_waku_points .inner .points ul li:last-child {
    border-right: 0;
  }
  .sec_waku_points .inner .points ul li .num {
    position: static;
    margin: 0 auto 10px;
    background: #ddd;
    display: inline-block;
    font-weight: 500;
    font-size: 1.8rem;
    border-radius: 3px;
    width: 24px;
    text-align: center;
    line-height: 24px;
  }
  .sec_waku_points .inner .points ul li dl {
    text-align: left;
  }
  .sec_waku_points .inner .points ul li dl dt {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5em;
    padding-left: 0;
    margin-bottom: 1em;
  }
  .sec_waku_points .inner .points ul li dl dd p {
    padding-left: 0;
    margin: 0;
  }
}

.sec_waku_step {
  padding: 5% 5% 0;
}

.sec_waku_step .inner {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5%;
  position: relative;
  margin-bottom: 40px;
}

.sec_waku_step .inner .midashi {
  text-align: center;
  font-size: 1.7rem;
}

.sec_waku_step .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  background: url("../img/step_yajirushi.svg") center no-repeat;
  background-size: cover;
  width: 30px;
  height: 24px;
  margin-left: -15px;
}

.sec_waku_step .inner:last-child {
  margin-bottom: 0;
}

.sec_waku_step .inner:last-child:after {
  display: none;
}

.sec_waku_step .inner-bg {
  margin-bottom: 0;
}

.sec_waku_step .inner-bg:after {
  display: none;
}

/*------------------------------
color
-------------------------------*/
.page-management .sec_intro .midashi {
  background: #e3e5b6;
  border-left: 8px solid #b0ba67;
}

.page-management .osusume_topslide {
  background: #e3e5b6;
}

.page-management .sec_komidashi_line {
  border-top: 2px solid #b3b805;
  color: #b3b805;
}

.page-management .komidashi_komidashi_leftline {
  border-left: 5px solid #9ca106;
}

.page-management .sec_waku_points .inner {
  border: 1px solid #b3b805;
}

.page-management .sec_waku_points .inner .midashi {
  background: #b3b805;
}

.page-management .sec_waku_points .inner .points ul li .num {
  background: #b3b805;
}

.page-management .sec_waku_step .midashi.jp {
  font-weight: 500;
  color: #1f8076;
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.page-management .sec_waku_step .inner {
  border: 1px solid #1f8076;
}

.page-management .sec_waku_step .inner .midashi {
  color: #1f8076;
}

.page-management .sec_waku_step .inner-bg {
  border: none;
  background: #dfedeb;
}

.page-management .sec_voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.page-management .sec_voice ul li .ph {
  width: 80px;
}

.page-management .sec_voice ul li .fukidashi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.page-management .sec_voice ul li .fukidashi p {
  border-radius: 10px;
  background: #e7e7e5;
  padding: 15px 20px;
  margin: 0;
  letter-spacing: 0.2em;
  position: relative;
}

.page-management .sec_voice ul li .fukidashi p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50px;
  left: -15px;
  margin-top: -8px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #e7e7e5;
  border-left: 0;
}

.page-management .sec_voice ul .ques .fukidashi {
  background: #e3e5b6;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 0;
  position: relative;
}

.page-management .sec_voice ul .ques .fukidashi p {
  background: none;
  padding: 15px 15px;
  letter-spacing: 0.1em;
  position: static;
}

.page-management .sec_voice ul .ques .fukidashi p:after {
  top: 43px;
  border-right: 16px solid #e3e5b6;
}

.page-management .sec_voice ul .ans {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.page-management .sec_voice ul .ans .fukidashi {
  background: #e7e7e5;
  margin-left: 0;
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
  padding-left: 0;
}

.page-management .sec_voice ul .ans .fukidashi p {
  background: none;
  padding: 15px 15px;
  letter-spacing: 0.1em;
  position: static;
}

.page-management .sec_voice ul .ans .fukidashi p:after {
  border-right: 16px solid #e7e7e5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #e7e7e5;
  border-right: 0;
  left: inherit;
  right: -15px;
  top: 43px;
}

.page-management .sec_voice ul .ans:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 850px), print {
  .page-management .sec_komidashi_line {
    border-top: 3px solid #b3b805;
    max-width: 800px;
    margin: 60px auto 0;
    font-size: 2.4rem;
    padding: 20px 0 0;
  }
  .page-management .sec_waku_points .inner {
    border: 1px solid #b3b805;
  }
  .page-management .sec_waku_points .inner .midashi {
    background: #b3b805;
  }
  .page-management .sec_waku_points .inner .points ul li .num {
    background: #b3b805;
  }
  .page-management .sec_waku_step {
    padding: 0;
    max-width: 1030px;
    margin: 60px auto 0;
  }
  .page-management .sec_waku_step .midashi.jp {
    font-size: 2.0rem;
  }
  .page-management .sec_waku_step .inner {
    padding: 30px;
    border: 2px solid #1f8076;
    margin-bottom: 50px;
  }
  .page-management .sec_waku_step .inner:after {
    width: 50px;
    height: 30px;
    margin-left: -25px;
    bottom: -43px;
  }
  .page-management .sec_waku_step .inner .midashi {
    margin-bottom: 10px;
  }
  .page-management .sec_waku_step .inner .border-btm {
    border-bottom: 2px solid #1f8076;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-management .sec_waku_step .inner-bg {
    border: none;
    margin-bottom: 20px;
  }
  .page-management .sec_waku_step_w800 {
    max-width: 800px;
  }
  .page-management .sec_voice ul li .ph {
    width: 89px;
  }
  .page-management .sec_voice ul li .fukidashi {
    padding-left: 40px;
  }
  .page-management .sec_voice ul li .fukidashi p {
    padding: 25px 40px;
  }
  .page-management .sec_voice ul li .fukidashi p:after {
    top: 50%;
  }
  .page-management .sec_voice ul .ques .fukidashi {
    padding: 20px;
  }
  .page-management .sec_voice ul .ques .fukidashi p:after {
    top: 48px;
  }
  .page-management .sec_voice ul .ans .fukidashi {
    padding: 20px;
  }
  .page-management .sec_voice ul .ans .fukidashi p:after {
    top: 48px;
  }
}

.page-kurashi .sec_intro .midashi {
  background: #f6eae4;
  border-left: 8px solid #ca806a;
}

.page-kurashi .osusume_topslide {
  background: #f9f1ed;
}

.page-recommend .sec_intro .midashi {
  background: #dae7ed;
  border-left: 8px solid #81aec4;
}

.page-recommend .osusume_topslide {
  background: #dae7ed;
}

.page-lifestyle .sec_intro .midashi {
  background: #f4ebdc;
  border-left: 8px solid #d6a26b;
}

.page-lifestyle .osusume_topslide {
  background: #f4ebdc;
}

/*------------------------------
cleaning
-------------------------------*/
.sec_cleaning_midashi {
  background: url("../img/kurashi/cleaning/midashi_bottom.svg") center bottom no-repeat;
  background-size: auto 8px;
  margin-top: 30px;
}

.sec_cleaning_midashi .inner {
  text-align: center;
  padding: 16px 0 18px;
  font-size: 2.2rem;
  line-height: 1.5;
  background: url("../img/kurashi/cleaning/midashi_top.svg") center top no-repeat;
  background-size: auto 8px;
}

.sec_cleaning_midashi .inner span {
  font-size: 1.9rem;
  line-height: 1.4;
  display: inline-block;
  padding-top: 6px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi {
    background-size: auto 12px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .sec_cleaning_midashi .inner {
    padding: 15px 0 30px;
    font-size: 3.0rem;
    background-size: auto 12px;
  }
  .sec_cleaning_midashi .inner span {
    font-size: 1.9rem;
  }
}

.sec_cleaning_midashi_01 .inner {
  background: url("../img/kurashi/cleaning/midashi_top_01.svg") center top no-repeat;
  background-size: auto 50px;
  padding: 56px 0 18px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi_01 .inner {
    background-size: auto 74px;
    padding: 85px 0 30px;
  }
}

.sec_cleaning_midashi_02 .inner {
  background: url("../img/kurashi/cleaning/midashi_top_02.svg") center top no-repeat;
  background-size: auto 50px;
  padding: 56px 0 18px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi_02 .inner {
    background-size: auto 74px;
    padding: 85px 0 30px;
  }
}

.sec_cleaning_midashi_03 .inner {
  background: url("../img/kurashi/cleaning/midashi_top_03.svg") center top no-repeat;
  background-size: auto 50px;
  padding: 56px 0 18px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi_03 .inner {
    background-size: auto 74px;
    padding: 85px 0 30px;
  }
}

.sec_cleaning_midashi_04 .inner {
  background: url("../img/kurashi/cleaning/midashi_top_04.svg") center top no-repeat;
  background-size: auto 50px;
  padding: 56px 0 18px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi_04 .inner {
    background-size: auto 74px;
    padding: 85px 0 30px;
  }
}

.icon_cleaningpoint {
  height: 22px;
  width: auto;
}
/*------------------------------
cleaning 08
-------------------------------*/
.sec_cleaning08_midashi {
  background: url("../img/kurashi/cleaning/08/line.png") center bottom repeat-x;
  background-size: auto 13px;
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
}

.sec_cleaning08_midashi .inner {
  text-align: center;
  padding: 16px 0 18px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #4c4c4c;
  letter-spacing: 0.1em;
}

.sec_cleaning08_midashi .inner img {
  width: 60px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning08_midashi {
    background-size: auto 18px;
    margin: 80px auto 30px;
  }
  .sec_cleaning08_midashi .inner {
    padding: 15px 0 30px;
    font-size: 3.0rem;
    letter-spacing: 0.15em;
  }
  .sec_cleaning08_midashi .inner img {
    width: 90px;
  }
}

.sec_cleaning08_point {
  max-width: 580px;
  width: 90%;
  margin: 60px auto 0;
  border: 3px solid #8ab5bf;
  border-radius: 5px;
}

.sec_cleaning08_point h3 {
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  background: #8ab5bf url("../img/kurashi/cleaning/08/point-icon.svg") center no-repeat;
}

.sec_cleaning08_point ul {
  padding: 35px 30px 15px;
}

.sec_cleaning08_point ul li {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  background: url("../img/kurashi/cleaning/08/line-02.png") center bottom repeat-x;
  padding-bottom: 7px;
  margin: 0 auto 25px;
  display: table;
}

@media screen and (max-width: 849px) {
  .sec_cleaning08_point {
    margin: 30px auto 0;
  }
  .sec_cleaning08_point h3 {
    font-size: 1.8rem;
    padding: 6px 0;
    background-size: auto 34px;
  }
  .sec_cleaning08_point ul {
    padding: 20px 10px 10px;
  }
  .sec_cleaning08_point ul li {
    font-size: 1.6rem;
    margin: 0 auto 15px;
  }
}

.sec_cleaning08_bnr {
  max-width: 500px;
  width: 90%;
  margin: 50px auto 0;
}

@media screen and (max-width: 849px) {
  .sec_cleaning08_bnr {
    margin: 30px auto 0;
  }
}

.sec_cleaning_midashi_01 .inner {
  background: url("../img/kurashi/cleaning/midashi_top_01.svg") center top no-repeat;
  background-size: auto 50px;
  padding: 56px 0 18px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_midashi_01 .inner {
    background-size: auto 74px;
    padding: 85px 0 30px;
  }
}

.sec_cleaning_lead_dot {
  font-size: 1.5rem;
  background: url("../img/kurashi/cleaning/cleaning_midashi_bg.png") center repeat;
  background-size: auto 15px;
  padding: 1em 5%;
  font-weight: 700;
  margin-top: 25px;
}

.sec_cleaning_lead_dot p {
  margin: 0;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_lead_dot {
    background: none;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2em;
  }
}

.sec_cleaning_lead_dot.mt0 {
  margin-top: 0;
}

.sec_cleaning_lead_normal {
  font-size: 1.4rem;
  padding: 1em 5%;
  margin-top: 25px;
}

.sec_cleaning_lead_normal h3 {
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 5px;
}

.sec_cleaning_lead_normal p {
  margin: 0;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_lead_normal {
    max-width: 570px;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    padding: 1em 0;
  }
  .sec_cleaning_lead_normal h3 {
    font-size: 2.0rem;
    margin-bottom: 1em;
  }
  .sec_cleaning_lead_normal p {
    text-align: left;
  }
}

.flexarea_ph_l .midashi_line {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.flexarea_ph_l .midashi_line:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #d2856a;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  vertical-align: sub;
  margin-right: 15px;
}

.flexarea_ph_l .midashi_line:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #d2856a;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  vertical-align: sub;
  margin-left: 15px;
}

@media screen and (min-width: 850px), print {
  .flexarea_ph_l .midashi_line {
    text-align: left;
  }
  .flexarea_ph_l section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexarea_ph_l section .textarea {
    width: 55%;
  }
  .flexarea_ph_l section .img {
    width: 40%;
  }
}

@media screen and (min-width: 850px), print {
  .flexarea_ph_r section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexarea_ph_r section .textarea {
    width: 55%;
  }
  .flexarea_ph_r section .img {
    width: 40%;
  }
}

@media screen and (min-width: 850px), print {
  .flexarea_ph_60per {
    margin: 50px auto 0;
  }
  .flexarea_ph_60per section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flexarea_ph_60per section .textarea {
    width: 35%;
  }
  .flexarea_ph_60per section .img {
    width: 60%;
  }
}

.flexarea_ph_l.bg {
  margin: 20px 5% 0;
  background: #f9f1ed;
  padding: 20px 5%;
}

@media screen and (min-width: 850px), print {
  .flexarea_ph_l.bg {
    padding: 40px 5%;
    margin: 60px auto 0;
  }
}

.sec_cleaning_list_col3 {
  padding: 0 5%;
}

.sec_cleaning_list_col3 .list_col3 {
  margin-top: 30px;
}

.sec_cleaning_list_col3 .list_col3 .midashi {
  font-size: 1.9rem;
}

.sec_cleaning_list_col3 .list_col3 p {
  margin: 0;
}

.sec_cleaning_list_col3 .list_col3 p.mt-1em {
  margin-top: 1em;
}

.sec_cleaning_list_col3 .special {
  background: #f9f1ed;
  padding: 10px 5%;
  position: relative;
  margin-bottom: 3em;
}

.sec_cleaning_list_col3 .special:before {
  content: "";
  height: 1px;
  width: 110%;
  display: block;
  position: relative;
  top: 26px;
  left: -5%;
  background: #d2856a;
}

.sec_cleaning_list_col3 .special .midashi {
  text-align: center;
  margin: 10px auto 20px;
  position: relative;
}

.sec_cleaning_list_col3 .special .midashi span {
  background: #d2856a;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 6px 14px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_list_col3 {
    padding: 0;
    max-width: 1030px;
    margin: 40px auto 0;
  }
  .sec_cleaning_list_col3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_cleaning_list_col3 .list_col3 {
    margin-top: 50px;
    width: 30%;
  }
  .sec_cleaning_list_col3 .list_col3 .midashi {
    font-size: 2.0rem;
  }
  .sec_cleaning_list_col3 .list_col3 p {
    margin: 0;
  }
  .sec_cleaning_list_col3 .list_col3:nth-of-type(3n+1) {
    margin-right: 5%;
  }
  .sec_cleaning_list_col3 .list_col3:nth-of-type(3n) {
    margin-left: 5%;
  }
  .sec_cleaning_list_col3 .pc_mt_75 {
    margin-top: 105px;
  }
  .sec_cleaning_list_col3 .special {
    background: #f9f1ed;
    padding: 10px 5%;
    position: relative;
    margin-bottom: 3em;
  }
  .sec_cleaning_list_col3 .special:before {
    content: "";
    height: 1px;
    width: 110%;
    display: block;
    position: relative;
    top: 26px;
    left: -5%;
    background: #d2856a;
  }
  .sec_cleaning_list_col3 .special .midashi {
    text-align: center;
    margin: 10px auto 20px;
    position: relative;
  }
  .sec_cleaning_list_col3 .special .midashi span {
    background: #d2856a;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px 14px;
  }
}

.sec_cleaning_list_col2 {
  padding: 0 5%;
}

.sec_cleaning_list_col2 .midashi_line {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

.sec_cleaning_list_col2 .midashi_line:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #d2856a;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  vertical-align: sub;
  margin-right: 15px;
}

.sec_cleaning_list_col2 .midashi_line:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #d2856a;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  vertical-align: sub;
  margin-left: 15px;
}

.sec_cleaning_list_col2 .list_col2 {
  margin-top: 30px;
}

.sec_cleaning_list_col2 .list_col2 .midashi {
  font-size: 1.9rem;
}

.sec_cleaning_list_col2 .list_col2 p {
  margin: 0;
}

.sec_cleaning_list_col2 .special {
  background: #f9f1ed;
  padding: 20px 5%;
  position: relative;
  margin-bottom: 3em;
}

.sec_cleaning_list_col2 .special:before {
  content: "";
  height: 1px;
  width: 110%;
  display: block;
  position: relative;
  top: 26px;
  left: -5%;
  background: #d2856a;
}

.sec_cleaning_list_col2 .special .midashi {
  text-align: center;
  margin: 10px auto 20px;
  position: relative;
}

.sec_cleaning_list_col2 .special .midashi span {
  background: #d2856a;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 6px 14px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_list_col2 {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0;
  }
  .sec_cleaning_list_col2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_cleaning_list_col2 .midashi_line {
    font-size: 1.8rem;
    margin-top: 70px;
    position: relative;
    z-index: 1;
  }
  .sec_cleaning_list_col2 .inner_mt_minus {
    margin-top: -90px;
  }
  .sec_cleaning_list_col2 .list_col2 {
    margin-top: 50px;
    width: 47%;
  }
  .sec_cleaning_list_col2 .list_col2 .midashi {
    font-size: 2.0rem;
  }
  .sec_cleaning_list_col2 .list_col2 p {
    margin: 0;
  }
  .sec_cleaning_list_col2 .pc_mt_20 {
    margin-top: 50px;
  }
}

.sec_cleaning_list_col2.bg {
  margin: 20px 5% 0;
  background: #f9f1ed;
  padding: 25px 5%;
}

.sec_cleaning_list_col2.bg .midashi_line {
  margin-top: 0;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_list_col2.bg {
    margin: 60px auto 0;
    padding: 40px 5%;
  }
  .sec_cleaning_list_col2.bg .list_col2 {
    margin-top: 20px;
  }
  .sec_cleaning_list_col2.bg .list_col2_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .sec_cleaning_list_col2.bg .list_col2_col2 .img {
    width: 50%;
  }
  .sec_cleaning_list_col2.bg .list_col2_col2 .txt {
    width: 50%;
    padding-left: 20px;
  }
}

.sec_cleaning_list_col_img_txt {
  padding: 0 5%;
  margin-top: 30px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_list_col_img_txt {
    max-width: 1030px;
    margin: 50px auto 0;
    padding: 0;
  }
  .sec_cleaning_list_col_img_txt .list_img_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_cleaning_list_col_img_txt .list_img_txt .img {
    width: 70%;
  }
  .sec_cleaning_list_col_img_txt .list_img_txt .txt {
    width: 25%;
  }
}

.sec_cleaning_special {
  background: #f9f1ed;
  padding: 20px 5% 10px;
  margin: 25px 5% 40px;
  border-radius: 5px;
}

.sec_cleaning_special .icon {
  width: 50px;
  margin: auto;
}

.sec_cleaning_special .midashi {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5em;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_special {
    margin-top: 50px;
    padding: 40px 5% 30px;
  }
}

.sec_cleaning_table .table_blc {
  border: 2px solid #3e3a39;
  border-top: none;
  margin: 25px 5% 0;
}

.sec_cleaning_table .table_blc .gray {
  background: #eeeeef;
}

.sec_cleaning_table .table_blc .midahsi {
  font-size: 1.9rem;
  font-weight: 700;
  padding: 10px 16px;
  border-top: 2px solid #3e3a39;
  border-bottom: 1px dotted #3e3a39;
}

.sec_cleaning_table .table_blc .detail {
  padding: 15px 16px;
}

.sec_cleaning_table .table_blc .detail .txt {
  border-bottom: 1px dotted #3e3a39;
  padding-bottom: 15px;
}

.sec_cleaning_table .table_blc .detail .txt2 {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_cleaning_table .table_blc .detail .txt2 span {
  font-size: 1.2rem;
  padding: 3px 6px 0 0;
}

.sec_cleaning_table .table_blc .detail .txt2 strong {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_table {
    max-width: 1030px;
    margin: 0 auto;
  }
  .sec_cleaning_table .table_blc {
    margin: 25px auto 0;
  }
  .sec_cleaning_table .table_blc .midahsi {
    font-size: 2.0rem;
  }
  .sec_cleaning_table .table_blc .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_cleaning_table .table_blc .detail .txt {
    width: 65%;
    border-right: 1px dotted #3e3a39;
    border-bottom: none;
    padding: 0 20px 0 0;
  }
  .sec_cleaning_table .table_blc .detail .txt2 {
    width: 35%;
    padding: 0 0 0 20px;
  }
  .sec_cleaning_table .table_blc .detail .txt2 span {
    font-size: 1.4rem;
  }
  .sec_cleaning_table .table_blc .detail .txt2 strong {
    font-size: 1.8rem;
  }
}

.sec_cleaning_teacher {
  background: #da9e83;
  border-radius: 5px;
  margin: 0 5% 40px;
  padding: 10px 5% 10px;
  color: #fff;
}

.sec_cleaning_teacher .inner {
  position: relative;
}

.sec_cleaning_teacher .inner .text h2 {
  font-weight: 400;
  font-size: 2.5rem;
}

.sec_cleaning_teacher .inner .text .teacher {
  display: inline-block;
  font-size: 1.0rem;
  background: url("../img/kurashi/cleaning/teacher_bg.svg") center right no-repeat;
  background-size: auto 100%;
  color: #da9e83;
  padding: 3px 20px 3px 10px;
  margin-bottom: 8px;
}

.sec_cleaning_teacher .inner .text .business_title {
  display: block;
  font-size: 1.0rem;
}

.sec_cleaning_teacher .inner .text .mini {
  font-size: 1.5rem;
}

.sec_cleaning_teacher .inner .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
}

@media screen and (min-width: 850px), print {
  .sec_cleaning_teacher {
    max-width: 1030px;
    margin: 0 auto 80px;
    padding: 20px 50px 20px;
  }
  .sec_cleaning_teacher .inner .text {
    padding-right: 250px;
  }
  .sec_cleaning_teacher .inner .text h2 {
    font-size: 2.9rem;
  }
  .sec_cleaning_teacher .inner .text .business_title {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 20px;
  }
  .sec_cleaning_teacher .inner .text .mini {
    font-size: 1.8rem;
  }
  .sec_cleaning_teacher .inner .text p {
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  .sec_cleaning_teacher .inner .img {
    width: 194px;
    top: 10px;
  }
}

/*------------------------------
recipe
-------------------------------*/
.sec_recipe_detail {
  padding: 0 5%;
}

.sec_recipe_detail .inner .recipe_name {
  border: 2px solid #f3ab7c;
  padding: 22px 14px 14px;
  -webkit-box-shadow: 2px 2px 0px 0px #f3ab7c;
  box-shadow: 2px 2px 0px 0px #f3ab7c;
  position: relative;
}

.sec_recipe_detail .inner .recipe_name:before {
  content: "";
  display: block;
  background: url("../img/kurashi/recipe/recipe_name_ring.png") top left repeat-x;
  background-size: auto 23px;
  position: absolute;
  top: -11px;
  left: 5%;
  height: 23px;
  width: 90%;
}

.sec_recipe_detail .inner .recipe_name h2 {
  background: #f37d25;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sec_recipe_detail .inner .recipe_name p {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 3px dotted #f3ab7c;
  display: inline;
  line-height: 2em;
  padding-bottom: 2px;
}

.sec_recipe_detail .inner .recipe_info {
  padding: 20px 0;
}

.sec_recipe_detail .inner .recipe_info .time {
  font-size: 1.3rem;
  font-weight: 700;
  background: url("../img/kurashi/recipe/icon_time.svg") top left no-repeat;
  background-size: auto 23px;
  padding-left: 30px;
}

.sec_recipe_detail .inner .recipe_info .memo {
  background: #ededeb;
  margin: 40px 0 0;
  position: relative;
}

.sec_recipe_detail .inner .recipe_info .memo h3 {
  font-size: 1.2rem;
  color: #f37d25;
  background: #ededeb;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 0;
  padding: 1px 14px;
}

.sec_recipe_detail .inner .recipe_info .memo p {
  margin: 0;
  padding: 11px 5%;
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (min-width: 850px), print {
  .sec_recipe_detail {
    background: #fdf0e6;
    max-width: 1030px;
    margin: auto;
    padding: 40px;
  }
  .sec_recipe_detail .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_recipe_detail .inner .recipe_name {
    width: 55%;
    background: #fff;
    padding: 33px 14px 14px;
  }
  .sec_recipe_detail .inner .recipe_name:before {
    background-size: auto 33px;
    height: 33px;
  }
  .sec_recipe_detail .inner .recipe_name h2 {
    font-size: 2.4rem;
  }
  .sec_recipe_detail .inner .recipe_name p {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .sec_recipe_detail .inner .recipe_info {
    padding: 20px 0 0;
    width: 41%;
  }
  .sec_recipe_detail .inner .recipe_info .time {
    font-size: 1.8rem;
    background-size: auto 30px;
    padding-left: 40px;
  }
  .sec_recipe_detail .inner .recipe_info .memo {
    background: #fff;
    margin: 50px 0 0;
  }
  .sec_recipe_detail .inner .recipe_info .memo h3 {
    font-size: 1.2rem;
    background: #fff;
    padding: 1px 14px;
  }
  .sec_recipe_detail .inner .recipe_info .memo p {
    font-size: 1.8rem;
  }
}

.sec_contents_index_recipe {
  background: none;
  border: 1px solid #b2b5b9;
  border-bottom: none;
  margin: 20px 5% 0;
  border-radius: 5px 5px 0 0;
  padding: 0;
}

.sec_contents_index_recipe .inner {
  padding: 0;
}

.sec_contents_index_recipe .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_contents_index_recipe .inner ul li {
  width: 50%;
  border-bottom: none;
  border-right: 1px solid #909397;
  text-align: center;
}

.sec_contents_index_recipe .inner ul li a {
  padding: 1em 0;
  background: url("../img/kurashi/recipe/contents_index_yajirushi.svg") center right 10px no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_recipe .inner ul li:last-child {
  border-right: none;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_recipe {
    max-width: 530px;
    margin: 70px auto;
  }
  .sec_contents_index_recipe .inner ul li a {
    margin-left: 0;
  }
}

.sec_recipe_midashi {
  background: url("../img/kurashi/recipe/sec_recipe_midashi_bg.png") center repeat;
  background-size: auto 21px;
  border-bottom: 4px solid #f37d25;
  text-align: center;
  font-size: 1.9rem;
  padding: 10px 0;
  line-height: 1.4;
  margin-top: 40px;
}

.sec_recipe_midashi img {
  height: 26px;
}

@media screen and (min-width: 850px), print {
  .sec_recipe_midashi {
    max-width: 800px;
    margin: 70px auto 0;
  }
}

.sec_recipe_zairyo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 5% 0;
  border-bottom: 1px solid #b2b5b9;
}

.sec_recipe_zairyo dl dt {
  width: 60%;
  border-top: 1px solid #b2b5b9;
  padding: 0.8em 0;
}

.sec_recipe_zairyo dl dd {
  width: 40%;
  border-top: 1px solid #b2b5b9;
  padding: 0.8em 0;
  text-align: right;
}

.sec_recipe_zairyo dl .more {
  border-top: 1px solid #b2b5b9;
  font-weight: 700;
  width: 100%;
  padding: 1.3em 0 0.3em 0;
}

.sec_recipe_zairyo dl .more_zairyo {
  padding-left: 2em;
}

@media screen and (min-width: 850px), print {
  .sec_recipe_zairyo {
    max-width: 800px;
    margin: 30px auto 0;
  }
  .sec_recipe_zairyo dl {
    margin: 20px 0 0;
  }
}

.sec_recipe_howto {
  margin: 20px 5% 0;
}

.sec_recipe_howto .inner {
  border-bottom: 1px solid #b2b5b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sec_recipe_howto .inner:last-child {
  border-bottom: 0;
}

.sec_recipe_howto .inner .icon_step {
  width: 44px;
  position: relative;
}

.sec_recipe_howto .inner .icon_step .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #f37d25;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}

.sec_recipe_howto .inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}

.sec_recipe_howto .inner .txt p {
  margin-top: 0;
}

.sec_recipe_howto .inner .point {
  width: 90%;
  margin: 10px auto 15px;
  background: #fef2ec;
  border-radius: 5px;
  padding: 25px 9% 15px;
  position: relative;
}

.sec_recipe_howto .inner .point:before {
  content: "";
  width: 110px;
  height: 55px;
  display: block;
  position: absolute;
  top: -15px;
  left: -18px;
  background: url("../img/kurashi/recipe/icon_point.svg") center no-repeat;
  background-size: 100%;
}

.sec_recipe_howto .inner .point p {
  margin: 0;
}

@media screen and (min-width: 850px), print {
  .sec_recipe_howto {
    max-width: 800px;
    margin: 30px auto 0;
  }
  .sec_recipe_howto .inner .point {
    width: calc( 100% - 40px);
    margin: 10px 0 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_recipe_howto .inner .point:before {
    width: 140px;
    height: 70px;
    top: -15px;
    left: -18px;
  }
  .sec_recipe_howto .inner .point .img {
    width: 55%;
  }
  .sec_recipe_howto .inner .point p {
    width: 35%;
  }
}

/*------------------------------
stretch
-------------------------------*/
.sec_stretch_detail {
  padding: 0 5%;
}

.sec_stretch_detail .inner .stretch_detail_txt {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: left;
}

.sec_stretch_detail .inner .stretch_detail_txt p {
  margin: 1em 0;
  text-align: justify;
}

.sec_stretch_detail .inner .stretch_name {
  background: #ededeb;
  border-radius: 5px;
  overflow: hidden;
}

.sec_stretch_detail .inner .stretch_name h2 {
  background: #7bb257;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 6px 0;
}

.sec_stretch_detail .inner .stretch_name p {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 5%;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_detail {
    padding: 0;
  }
  .sec_stretch_detail .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec_stretch_detail .inner .stretch_detail_txt {
    font-size: 1.8rem;
    text-align: center;
  }
  .sec_stretch_detail .inner .stretch_detail_txt p {
    margin: 1em 0 2em;
    text-align: center;
  }
  .sec_stretch_detail .inner .stretch_name h2 {
    font-size: 2.4rem;
    padding: 10px 0;
  }
  .sec_stretch_detail .inner .stretch_name p {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 15px;
    text-align: center;
  }
}

.sec_contents_index_stretch {
  background: none;
  border: 1px solid #b2b5b9;
  border-bottom: none;
  margin: 30px 5% 40px;
  border-radius: 5px 5px 0 0;
  padding: 0;
}

.sec_contents_index_stretch .inner {
  padding: 0;
}

.sec_contents_index_stretch .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_contents_index_stretch .inner ul li {
  width: 50%;
  border-bottom: none;
  border-right: 1px solid #909397;
  text-align: center;
}

.sec_contents_index_stretch .inner ul li a {
  padding: 1em 0;
  background: url("../img/kurashi/stretch/contents_index_yajirushi.svg") center right 10px no-repeat;
  background-size: 18px auto;
}

.sec_contents_index_stretch .inner ul li:last-child {
  border-right: none;
}

@media screen and (min-width: 850px), print {
  .sec_contents_index_stretch {
    max-width: 530px;
    margin: 70px auto;
  }
  .sec_contents_index_stretch .inner ul li a {
    margin-left: 0;
  }
}

.sec_stretch_midashi {
  font-size: 1.9rem;
  text-align: center;
  margin-top: 30px;
}

.sec_stretch_midashi .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_stretch_midashi .inner h2 span {
  display: block;
  font-size: 1.3rem;
}

.sec_stretch_midashi .inner:before {
  content: "";
  display: inline-block;
  background: url("../img/kurashi/stretch/stretch_midashi_bg_l.svg") center right no-repeat;
  background-size: auto 20px;
  width: 25%;
}

.sec_stretch_midashi .inner:after {
  content: "";
  display: inline-block;
  background: url("../img/kurashi/stretch/stretch_midashi_bg_r.svg") center left no-repeat;
  background-size: auto 20px;
  width: 25%;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_midashi {
    font-size: 2.0rem;
    max-width: 800px;
    margin: 80px auto 0;
  }
  .sec_stretch_midashi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_stretch_midashi .inner h2 span {
    font-size: 1.6rem;
  }
  .sec_stretch_midashi .inner:before {
    background-size: auto 30px;
    width: 35%;
  }
  .sec_stretch_midashi .inner:after {
    background-size: auto 30px;
    width: 35%;
  }
}

.sec_stretch_midashi.midashi-long .inner:before {
  width: 15%;
}

.sec_stretch_midashi.midashi-long .inner:after {
  width: 15%;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_midashi.midashi-long .inner:before {
    width: 33%;
  }
  .sec_stretch_midashi.midashi-long .inner:after {
    width: 33%;
  }
}

.sec_stretch_flow {
  margin: 20px 5% 0;
}

.sec_stretch_flow .inner {
  border-bottom: 1px solid #b2b5b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sec_stretch_flow .inner:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.sec_stretch_flow .inner:last-child p {
  margin-bottom: 0;
}

.sec_stretch_flow .inner .icon_step {
  width: 44px;
  position: relative;
}

.sec_stretch_flow .inner .icon_step .num {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kurashi/stretch/icon_step.svg") center right no-repeat;
  display: inline-block;
  font-weight: 500;
  color: #7bb257;
  font-size: 1.8rem;
  border-radius: 3px;
  width: 34px;
  text-align: center;
  line-height: 24px;
  padding-right: 5px;
}

.sec_stretch_flow .inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_stretch_flow .inner .txt p {
  margin-top: 0;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_flow {
    max-width: 800px;
    margin: 30px auto 0;
  }
  .sec_stretch_flow .inner .point {
    width: 50%;
    margin-left: 30px;
  }
}

.sec_stretch_kouka {
  margin: 20px 5% 0;
  padding: 15px 5%;
  background: #f3f9ee;
  border-radius: 5px;
}

.sec_stretch_kouka .inner ul li {
  position: relative;
  padding-left: 15px;
}

.sec_stretch_kouka .inner ul li:before {
  content: "";
  display: block;
  background: #7bb257;
  border-radius: 20px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_kouka {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px;
  }
}

.sec_stretch_movie {
  width: 90%;
  max-width: 700px;
  margin: 40px auto 0px;
}

.sec_stretch_movie p {
  font-size: 1.3rem;
  font-weight: bold;
}

.sec_stretch_movie .txt-asterisk {
  font-weight: normal;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_movie p {
    font-size: 1.6rem;
  }
}

.sec_stretch_teacher {
  background: #7bb257;
  margin: 35px 0 40px;
  padding: 10px 5% 10px;
  color: #fff;
}

.sec_stretch_teacher .inner {
  position: relative;
}

.sec_stretch_teacher .inner .text h2 {
  font-weight: 400;
  font-size: 2.5rem;
  min-height: 110px;
}

.sec_stretch_teacher .inner .text .teacher {
  display: inline-block;
  font-size: 1.0rem;
  background: url("../img/kurashi/stretch/teacher_bg.svg") center right no-repeat;
  background-size: auto 100%;
  color: #7bb257;
  padding: 3px 20px 3px 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.sec_stretch_teacher .inner .text .business_title {
  display: block;
  font-size: 1.0rem;
}

.sec_stretch_teacher .inner .text .mini {
  font-size: 1.5rem;
}

.sec_stretch_teacher .inner .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
}

@media screen and (min-width: 850px), print {
  .sec_stretch_teacher {
    max-width: 1030px;
    margin: 80px auto 80px;
    padding: 20px 50px 20px;
  }
  .sec_stretch_teacher .inner .text {
    padding-right: 250px;
  }
  .sec_stretch_teacher .inner .text h2 {
    font-size: 2.9rem;
    min-height: auto;
  }
  .sec_stretch_teacher .inner .text .business_title {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 20px;
  }
  .sec_stretch_teacher .inner .text .mini {
    font-size: 1.8rem;
  }
  .sec_stretch_teacher .inner .text p {
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  .sec_stretch_teacher .inner .img {
    width: 194px;
    top: 10px;
  }
}

/*------------------------------
tea
-------------------------------*/
.sec_tea_midashi {
  font-size: 1.6rem;
  background: url("../img/kurashi/tea/tea_midashi_bg.png") center repeat;
  background-size: auto 19px;
  color: #1f8076;
  line-height: 1.5em;
  padding: 1em 5%;
}

@media screen and (min-width: 850px), print {
  .sec_tea_midashi {
    font-size: 2.0rem;
    background-size: auto 24px;
    padding: 2em 0;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
  }
}

.sec_tea_midashi_02 {
  border-top: 1px solid #1f8076;
  font-size: 2.2rem;
  background: #c7e0dd;
  color: #1f8076;
  line-height: 1.5em;
  padding: 0.6em;
  text-align: center;
  margin-top: 35px;
}

.sec_tea_midashi_02 .icon img {
  width: 25px;
}

.sec_tea_midashi_02 .icon_2 {
  margin-top: -36px;
}

.sec_tea_midashi_02 .icon_2 img {
  width: auto;
  height: 44px;
}

@media screen and (min-width: 850px), print {
  .sec_tea_midashi_02 {
    font-size: 2.9rem;
    margin-top: 80px;
  }
  .sec_tea_midashi_02 .icon img {
    width: 50px;
  }
  .sec_tea_midashi_02 .icon_2 {
    margin-top: -36px;
  }
  .sec_tea_midashi_02 .icon_2 img {
    width: auto;
    height: 44px;
  }
}

.sec_tea_midashi_02_icon_2 {
  margin-top: 55px;
}

.sec_question {
  padding: 15px 5% 0;
}

.sec_question .inner {
  border-top: 2px dotted #1f8076;
  padding: 15px 0 10px;
}

.sec_question .inner .icon_ques {
  text-align: center;
}

.sec_question .inner .icon_ques img {
  max-width: 100px;
}

.sec_question .inner .midashi {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.sec_question .inner .txt {
  text-align: justify;
}

@media screen and (min-width: 850px), print {
  .sec_question {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 0;
  }
  .sec_question .inner {
    padding: 35px 0 50px;
  }
  .sec_question .inner .midashi {
    font-size: 2.0rem;
  }
  .sec_question .inner .icon_ques {
    margin-bottom: 10px;
  }
  .sec_question .inner .img_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_question .inner .img_txt .img {
    width: 50%;
  }
  .sec_question .inner .img_txt .txt {
    width: 45%;
  }
}

.sec_tea_list {
  margin: 15px 5% 0;
  border-bottom: 1px solid #9ea1a5;
}

.sec_tea_list .inner {
  border-top: 1px solid #9ea1a5;
  padding: 15px 0 10px;
}

.sec_tea_list .inner .midashi {
  text-align: left;
  color: #1f8076;
  font-size: 1.9rem;
}

.sec_tea_list .inner .midashi span {
  background: url("../img/kurashi/tea/02/tea_list_yajirusi.svg") center right no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 25px 5px 20px;
  margin-right: 10px;
}

.sec_tea_list .inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_tea_list .inner .txt .img {
  width: 74px;
  margin-left: 20px;
  margin-top: 0.8em;
}

.sec_tea_list .inner .txt .img img {
  vertical-align: middle;
}

.sec_tea_list .inner .txt p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 850px), print {
  .sec_tea_list {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 0 0;
  }
  .sec_tea_list .inner {
    padding: 25px 0 10px;
  }
  .sec_tea_list .inner .midashi {
    font-size: 2.0rem;
  }
  .sec_tea_list .inner .midashi span {
    font-size: 1.8rem;
  }
  .sec_tea_list .inner .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_tea_list .inner .txt .img {
    width: 144px;
    margin-left: 50px;
    margin-top: -40px;
  }
  .sec_tea_list .inner .txt .img img {
    vertical-align: middle;
  }
  .sec_tea_list .inner .txt p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sec_tea_list_bg {
  margin: 20px 5% 5px;
  background: #e7e7df;
  padding: 20px 5%;
  position: relative;
}

.sec_tea_list_bg:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #1f8076;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  right: -6px;
}

.sec_tea_list_bg section {
  border-bottom: 2px dotted #1f8076;
}

.sec_tea_list_bg section.border-none {
  border-bottom: none;
}

.sec_tea_list_bg .list_midashi {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.sec_tea_list_bg .inner {
  border-top: 2px dotted #1f8076;
  padding: 15px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_tea_list_bg .inner .midashi {
  text-align: left;
  color: #1f8076;
  font-size: 1.6rem;
  width: 40%;
}

.sec_tea_list_bg .inner .midashi .img {
  width: 66%;
  margin: auto;
}

.sec_tea_list_bg .inner .midashi.center {
  text-align: center;
}

.sec_tea_list_bg .inner .midashi.center span {
  display: block;
  font-size: 1.0rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec_tea_list_bg .inner .midashi-wide {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.sec_tea_list_bg .inner .txt {
  width: 60%;
}

.sec_tea_list_bg .inner .txt p {
  margin: 0;
}

.sec_tea_list_bg p {
  margin-bottom: 0;
}

@media screen and (min-width: 850px), print {
  .sec_tea_list_bg {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 50px;
  }
  .sec_tea_list_bg .inner .midashi .img {
    margin: 0 auto 10px;
  }
  .sec_tea_list_bg .inner .midashi-wide {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1em;
    border-bottom: 1px dotted #1f8176;
    padding-bottom: 15px;
  }
  .sec_tea_list_bg .inner .txt {
    width: 60%;
  }
  .sec_tea_list_bg .inner .txt p {
    margin: 0;
  }
}

.sec_tea_step {
  padding: 25px 5% 1px;
}

.sec_tea_step .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.sec_tea_step .inner .icon_step {
  width: 44px;
  position: relative;
}

.sec_tea_step .inner .icon_step:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 45px);
  background: #1f8076;
  position: absolute;
  top: 40px;
  left: 12px;
}

.sec_tea_step .inner .icon_step .num {
  position: absolute;
  top: 5px;
  left: 0;
  background: #1f8076;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}

.sec_tea_step .inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_tea_step .inner .txt p {
  margin-top: 0;
  text-align: justify;
}

.sec_tea_step .inner:nth-child(even) .icon_step .num {
  background: #72982d;
}

@media screen and (min-width: 850px), print {
  .sec_tea_step {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 30px;
  }
}

/*------------------------------
wine
-------------------------------*/
.sec_wine_midashi {
  font-size: 1.6rem;
  background: url("../img/kurashi/wine/wine_midashi_bg.png") center repeat;
  background-size: auto 19px;
  color: #971c33;
  line-height: 1.5em;
  padding: 1em 5%;
}

@media screen and (min-width: 850px), print {
  .sec_wine_midashi {
    font-size: 2.0rem;
    background-size: auto 33px;
    padding: 1.5em 0;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 70px;
  }
}

.sec_wine_midashi_02 {
  border-top: 1px solid #9d1c33;
  font-size: 2.2rem;
  background: #f2dbe0;
  color: #971c33;
  line-height: 1.5em;
  padding: 0.6em;
  text-align: center;
  margin-top: 35px;
}

.sec_wine_midashi_02 .icon img {
  width: 25px;
}

.sec_wine_midashi_02 .icon_2 {
  margin-top: -36px;
}

.sec_wine_midashi_02 .icon_2 img {
  width: auto;
  height: 44px;
}

@media screen and (min-width: 850px), print {
  .sec_wine_midashi_02 {
    font-size: 2.9rem;
    margin-top: 80px;
  }
  .sec_wine_midashi_02 .icon img {
    width: 50px;
  }
  .sec_wine_midashi_02 .icon_2 {
    margin-top: -36px;
  }
  .sec_wine_midashi_02 .icon_2 img {
    width: auto;
    height: 44px;
  }
}

.sec_wine_midashi_line {
  margin: 70px auto 0;
  max-width: 800px;
  width: 90%;
}

.sec_wine_midashi_line h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #971c33;
  font-size: 1.8rem;
}

.sec_wine_midashi_line h2:before {
  background-color: #971c33;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-right: 15px;
}

.sec_wine_midashi_line h2:after {
  background-color: #971c33;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
}

@media screen and (max-width: 849px) {
  .sec_wine_midashi_line {
    margin: 30px auto 0;
  }
  .sec_wine_midashi_line h2 {
    font-size: 1.6rem;
  }
}

.sec_wine_label {
  text-align: center;
  margin: 40px 0 0;
}

.sec_wine_label img {
  width: inherit;
}

@media screen and (max-width: 849px) {
  .sec_wine_label {
    max-width: 170px;
    margin: 30px auto 0;
  }
  .sec_wine_label img {
    width: 100%;
  }
  .sec_wine_label p {
    margin-bottom: 0;
  }
}

.sec_wine_midashi_l_line {
  margin: 70px auto 0;
  max-width: 800px;
  width: 90%;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-left: 0.8em;
  border-left: 4px solid #9d1c33;
}

@media screen and (max-width: 849px) {
  .sec_wine_midashi_l_line {
    margin: 30px auto 0;
    font-size: 2.2rem;
  }
}

.sec_wine_list {
  margin: 15px 5% 0;
  border-bottom: 1px solid #9ea1a5;
}

.sec_wine_list .inner {
  border-top: 1px solid #9ea1a5;
  padding: 15px 0 10px;
}

.sec_wine_list .inner .midashi {
  text-align: left;
  color: #1f8076;
  font-size: 1.9rem;
}

.sec_wine_list .inner .midashi span {
  background: url("../img/kurashi/tea/02/tea_list_yajirusi.svg") center right no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 25px 5px 20px;
  margin-right: 10px;
}

.sec_wine_list .inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_wine_list .inner .txt .img {
  width: 74px;
  margin-left: 20px;
  margin-top: 0.8em;
}

.sec_wine_list .inner .txt .img img {
  vertical-align: middle;
}

.sec_wine_list .inner .txt p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 850px), print {
  .sec_wine_list {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 0 0;
  }
  .sec_wine_list .inner {
    padding: 25px 0 10px;
  }
  .sec_wine_list .inner .midashi {
    font-size: 2.0rem;
  }
  .sec_wine_list .inner .midashi span {
    font-size: 1.8rem;
  }
  .sec_wine_list .inner .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_wine_list .inner .txt .img {
    width: 144px;
    margin-left: 50px;
    margin-top: -40px;
  }
  .sec_wine_list .inner .txt .img img {
    vertical-align: middle;
  }
  .sec_wine_list .inner .txt p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sec_wine_gentei_link {
  max-width: 480px;
  width: 90%;
  margin: 40px auto 0;
}

.sec_wine_gentei_bnr {
  max-width: 500px;
  width: 90%;
  margin: 80px auto 0;
}

@media screen and (max-width: 849px) {
  .sec_wine_gentei_bnr {
    margin: 40px auto 0;
  }
}

.sec_wine_list_bg {
  margin: 20px 5% 5px;
  background: #f7f1e5;
  padding: 0 5%;
  position: relative;
}

.sec_wine_list_bg:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #971c33;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  right: -6px;
}

.sec_wine_list_bg .list_midashi {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.sec_wine_list_bg .inner {
  border-top: 2px dotted #971c33;
  padding: 1em 0;
}

.sec_wine_list_bg .inner:first-child {
  border-top: none;
}

.sec_wine_list_bg .inner .midashi {
  text-align: left;
  color: #971c33;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.sec_wine_list_bg .inner .midashi .img {
  width: 66%;
  margin: auto;
}

.sec_wine_list_bg .inner .midashi.center {
  text-align: center;
}

.sec_wine_list_bg .inner .midashi.center span {
  display: block;
  font-size: 1.0rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec_wine_list_bg .inner .midashi-wide {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.sec_wine_list_bg p {
  margin-bottom: 0;
}

@media screen and (min-width: 850px), print {
  .sec_wine_list_bg {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 20px 35px;
  }
  .sec_wine_list_bg .inner {
    padding: 2em 0;
  }
  .sec_wine_list_bg .inner .midashi {
    font-size: 1.8rem;
  }
  .sec_wine_list_bg .inner .midashi .img {
    margin: 0 auto 10px;
  }
  .sec_wine_list_bg .inner .midashi-wide {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1em;
    border-bottom: 1px dotted #1f8176;
    padding-bottom: 15px;
  }
  .sec_wine_list_bg .inner .txt p {
    margin: 0;
  }
}

.sec_wine_red_bg {
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
  background: #f2dbe0;
  border: 1px solid #971c33;
  border-radius: 10px;
  color: #971c33;
  padding: 15px 40px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2em;
}

@media screen and (max-width: 849px) {
  .sec_wine_red_bg {
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 1.5em;
  }
}

.sec_wine_blc2 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 0;
}

.sec_wine_blc2 section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_wine_blc2 section .inner {
  width: 47%;
  margin-bottom: 30px;
  margin-top: 10px;
}

.sec_wine_blc2 section .inner .midashi {
  color: #971c33;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.sec_wine_blc2 section .line_r {
  border-right: 1px solid #999ca0;
}

@media screen and (max-width: 849px) {
  .sec_wine_blc2 section {
    display: block;
  }
  .sec_wine_blc2 section .inner {
    width: 100%;
  }
  .sec_wine_blc2 section .inner .midashi {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.btm0 section .inner {
  margin-bottom: 0;
}

.sec_wine_blc2.reverse section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec_wine_blc2.top {
  margin: 40px auto 0;
}

.sec_wine_blc2.top section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 849px) {
  .sec_wine_blc2.top {
    margin: 00px auto 0;
  }
  .sec_wine_blc2.top section .inner {
    margin-bottom: 0;
  }
}

.sec_wine_blc2.line section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec_wine_blc2.line section .inner {
  width: 50%;
}

.sec_wine_blc2.line section .inner .inner-inner {
  border-top: 1px solid #999ca0;
  padding-top: 30px;
  position: relative;
}

.sec_wine_blc2.line section .inner .inner-inner p {
  margin-bottom: 0;
}

.sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner .img {
  width: 60px;
  padding-left: 10px;
}

.sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner .img.wide {
  width: 100%;
  padding-left: 0;
}

.sec_wine_blc2.line section .left .inner-inner:before {
  content: "";
  width: 10%;
  height: 5px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
}

.sec_wine_blc2.line section .left .inner-inner .inner-inner-inner {
  border-right: 1px solid #999ca0;
  padding-right: 10%;
}

.sec_wine_blc2.line section .right {
  padding-left: 5%;
}

.sec_wine_blc2.line section .btm .inner-inner {
  border-top: none;
}

@media screen and (max-width: 849px) {
  .sec_wine_blc2.line section .inner {
    width: 100%;
  }
  .sec_wine_blc2.line section .inner .inner-inner {
    padding-top: 15px;
  }
  .sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner {
    position: relative;
    padding-right: 35%;
  }
  .sec_wine_blc2.line section .inner .inner-inner .inner-inner-inner .img.wide {
    width: 35%;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_wine_blc2.line section .left .inner-inner:before {
    display: none;
  }
  .sec_wine_blc2.line section .left .inner-inner .inner-inner-inner {
    border-right: none;
    padding-right: 35%;
  }
  .sec_wine_blc2.line section .inner.widewide .inner-inner .inner-inner-inner {
    padding-right: 0;
  }
  .sec_wine_blc2.line section .inner.widewide .inner-inner .inner-inner-inner .txt .midashi {
    font-size: 1.9rem;
  }
  .sec_wine_blc2.line section .left.widewide .inner-inner .inner-inner-inner {
    padding-right: 0;
  }
  .sec_wine_blc2.line section .right {
    padding-left: 0;
  }
  .sec_wine_blc2.line section .btm .inner-inner {
    border-top: 1px solid #999ca0;
  }
}

.sec_wine_blc2.dot section .inner {
  width: 50%;
}

.sec_wine_blc2.dot section .inner .inner-inner {
  border-top: 3px dotted #971c33;
  padding-top: 30px;
  position: relative;
}

.sec_wine_blc2.dot section .inner .inner-inner p {
  margin-bottom: 0;
}

.sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner .img {
  width: 140px;
  padding-right: 20px;
}

.sec_wine_blc2.dot section .left .inner-inner:before {
  content: "";
  width: 10%;
  height: 5px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
}

.sec_wine_blc2.dot section .left .inner-inner .inner-inner-inner {
  border-right: 3px dotted #971c33;
  padding-right: 10%;
}

.sec_wine_blc2.dot section .right {
  padding-left: 5%;
}

.sec_wine_blc2.dot section .btm .inner-inner {
  border-top: none;
}

@media screen and (max-width: 849px) {
  .sec_wine_blc2.dot section {
    border: 1px solid #971c33;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0 5%;
  }
  .sec_wine_blc2.dot section .inner {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec_wine_blc2.dot section .inner .inner-inner {
    border-top: 2px dotted #971c33;
    padding-top: 20px;
  }
  .sec_wine_blc2.dot section .inner .inner-inner p {
    margin-bottom: 0;
  }
  .sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sec_wine_blc2.dot section .inner .inner-inner .inner-inner-inner .img {
    width: 100px;
    padding-right: 20px;
  }
  .sec_wine_blc2.dot section .inner:first-child .inner-inner {
    border-top: none;
  }
  .sec_wine_blc2.dot section .left .inner-inner:before {
    display: none;
  }
  .sec_wine_blc2.dot section .left .inner-inner .inner-inner-inner {
    border-right: none;
    padding-right: 0;
  }
  .sec_wine_blc2.dot section .right {
    padding-left: 0;
  }
  .sec_wine_blc2.dot section .btm .inner-inner {
    border-top: 2px dotted #971c33;
  }
}

.sec_wine_detail {
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
  background: #f7f1e5;
  padding: 20px 5%;
}

.sec_wine_detail .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_wine_detail .detail .txt {
  width: 50%;
}

.sec_wine_detail .detail .txt .midashi {
  text-align: left;
  color: #971c33;
  font-size: 1.9rem;
  padding-left: 120px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1em;
}

.sec_wine_detail .detail .txt .midashi span {
  background: url("../img/kurashi/wine/wine_list_yajirusi.svg") center right no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 25px 10px 25px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}

.sec_wine_detail .detail .img {
  width: 46%;
}

.sec_wine_detail .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec_wine_detail .matome {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}

@media screen and (min-width: 850px), print {
  .sec_wine_detail {
    padding: 30px 35px;
  }
}

@media screen and (max-width: 849px) {
  .sec_wine_detail .detail {
    display: block;
  }
  .sec_wine_detail .detail .txt {
    width: 100%;
  }
  .sec_wine_detail .detail .txt .midashi {
    font-size: 1.6rem;
    padding-left: 100px;
  }
  .sec_wine_detail .detail .txt .midashi span {
    font-size: 1.5rem;
    padding: 8px 20px 6px 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .sec_wine_detail .detail .img {
    width: 90%;
    margin: 0 auto;
  }
  .sec_wine_detail .matome {
    font-size: 1.5rem;
  }
}

.sec_wine_detail_line {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 0;
  padding: 0 40px 20px;
  border: 1px solid #971c33;
  border-radius: 10px;
}

.sec_wine_detail_line .midashi {
  text-align: center;
  font-size: 2.0rem;
  color: #971c33;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 1px dotted #971c33;
  padding: 1.8em 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 849px) {
  .sec_wine_detail_line {
    margin: 30px auto 0;
    padding: 0 5% 20px;
  }
  .sec_wine_detail_line .midashi {
    font-size: 1.6rem;
    padding: 0.8em 0;
    margin-bottom: 10px;
  }
}

.sec_intro .img .coffee_01_present {
  width: 30%;
  position: absolute;
  left: 3%;
  top: 27%;
}

.sec_intro .img .coffee_02_present {
  width: 30%;
  position: absolute;
  right: 2%;
  top: 3.5%;
}

.thumbnail_blc a .img .coffee_01_present {
  width: 30%;
  position: absolute;
  left: 3%;
  top: 27%;
}

.thumbnail_blc a .img .coffee_02_present {
  width: 30%;
  position: absolute;
  right: 2%;
  top: 3.5%;
}
.thumbnail_blc a .img .coffee_01_present img,
.thumbnail_blc a .img .coffee_02_present img{width: 100%;height: auto;object-fit: contain}
.page-top .sec_topslide .topslide .img .coffee_01_present {
  width: 38%;
  position: absolute;
  left: 3%;
  top: 30%;
}

.page-top .sec_topslide .topslide .img .coffee_02_present {
  width: 38%;
  position: absolute;
  right: 2%;
  top: 23.5%;
}

.sec_coffee_gentei_link {
  max-width: 346px;
  width: 90%;
  margin: 0 auto 0;
}

.sec_coffee_gentei_bnr {
  max-width: 500px;
  width: 90%;
  margin: 80px auto 0;
}

@media screen and (max-width: 849px) {
  .sec_coffee_gentei_bnr {
    margin: 40px auto 0;
  }
}

.sec_text.icon-coffee_mame {
  padding-top: 60px;
  background: url("../img/kurashi/coffee/icon-mame.svg") center top no-repeat;
}

@media screen and (max-width: 849px) {
  .sec_text.icon-coffee_mame {
    margin-top: 30px;
  }
}

.sec_question.icon-coffee_mame .inner {
  position: relative;
  border-top: 3px dotted #6b4a39;
  padding-top: 50px;
}

.sec_question.icon-coffee_mame .inner:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/kurashi/coffee/icon-mame.svg");
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

@media screen and (max-width: 849px) {
  .sec_question.icon-coffee_mame .inner {
    padding-top: 30px;
  }
}

.sec_coffee_step {
  padding: 25px 5% 1px;
}

.sec_coffee_step .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.sec_coffee_step .inner .icon_step {
  width: 90px;
  position: relative;
}

.sec_coffee_step .inner .icon_step:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 90px);
  background: #6b4a39;
  position: absolute;
  top: 80px;
  left: 22px;
}

.sec_coffee_step .inner .icon_step .num {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px;
  width: 46px;
  text-align: center;
  line-height: 24px;
}

.sec_coffee_step .inner .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 25px;
}

.sec_coffee_step .inner .txt .midashi {
  font-size: 3.0rem;
  color: #6b4a39;
}

.sec_coffee_step .inner .txt .lead {
  border: 2px solid #6b4a39;
  font-size: 2.0rem;
  color: #6b4a39;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  position: relative;
  margin: 40px 0 15px;
}

.sec_coffee_step .inner .txt .lead:after {
  content: "";
  display: block;
  background: url("../img/kurashi/coffee/step_point.svg");
  width: 88px;
  height: 26px;
  position: absolute;
  top: -26px;
  left: -2px;
}

.sec_coffee_step .inner .txt p {
  margin-top: 0;
  text-align: justify;
}

@media screen and (min-width: 850px), print {
  .sec_coffee_step {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 849px) {
  .sec_coffee_step .inner .icon_step {
    width: 45px;
  }
  .sec_coffee_step .inner .icon_step:after {
    height: calc(100% - 30px);
    top: 60px;
    left: 13px;
  }
  .sec_coffee_step .inner .icon_step .num {
    width: 30px;
  }
  .sec_coffee_step .inner .txt {
    margin-top: 20px;
  }
  .sec_coffee_step .inner .txt .midashi {
    font-size: 1.9rem;
  }
  .sec_coffee_step .inner .txt .lead {
    border: 1px solid #6b4a39;
    font-size: 1.6rem;
    padding: 5px 0;
    margin: 30px 0 10px;
  }
  .sec_coffee_step .inner .txt .lead:after {
    background: url("../img/kurashi/coffee/step_point.svg");
    background-size: 100%;
    width: 60px;
    height: 18px;
    top: -18px;
    left: -1px;
  }
  .sec_coffee_step .inner .txt p {
    margin-top: 0;
  }
}

/*------------------------------
bousai
-------------------------------*/
.sec_bousai_midashi {
  border-top: 1px solid #ff6700;
  font-size: 2.2rem;
  background: #ffebde;
  color: #ff6700;
  line-height: 1.5em;
  padding: 0.6em;
  text-align: center;
  margin-top: 35px;
}

.sec_bousai_midashi .icon img {
  width: 25px;
}

@media screen and (min-width: 850px), print {
  .sec_bousai_midashi {
    font-size: 3.0rem;
    margin-top: 80px;
  }
  .sec_bousai_midashi .icon img {
    width: 50px;
  }
}

.sec_bousai_taisaku {
  border: 1px solid #ff6700;
  max-width: 440px;
  width: 90%;
  margin: 40px auto 0;
}

.sec_bousai_taisaku .midashi {
  background: #ff6700;
  color: #fff;
  font-weight: 500;
  font-size: 2.0rem;
  text-align: center;
  padding: 0.7em 0;
}

.sec_bousai_taisaku .midashi:before {
  content: "";
  background: url("../img/kurashi/bousai/01/icon-sankaku.svg") no-repeat;
  display: inline-block;
  width: 34px;
  height: 30px;
  vertical-align: text-top;
  margin-right: 10px;
}

.sec_bousai_taisaku ul {
  padding: 20px 20px 10px;
}

.sec_bousai_taisaku ul li {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  background: url("../img/kurashi/bousai/01/icon-check.svg") no-repeat left top 4px;
  padding-left: 30px;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 849px) {
  .sec_bousai_taisaku {
    margin: 15px auto 10px;
  }
  .sec_bousai_taisaku .midashi {
    font-size: 1.6rem;
    padding: 0.7em 0;
  }
  .sec_bousai_taisaku .midashi:before {
    background-size: 100%;
    width: 26px;
    height: 24px;
  }
  .sec_bousai_taisaku ul {
    padding: 10px 10px 0;
  }
  .sec_bousai_taisaku ul li {
    font-size: 1.4rem;
    background-size: 20px auto;
    padding-left: 25px;
  }
}

.bousai_margin {
  margin-top: 70px;
}

@media screen and (max-width: 849px) {
  .bousai_margin {
    margin-top: 0;
  }
}

.sec_komidashi_kiyaku {
  max-width: 800px;
  width: 90%;
  margin: 60px auto 0;
  background: url("../img/management/kiyaku/icon_point_pc.svg") center left no-repeat;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  min-height: 80px;
}

.sec_komidashi_kiyaku h2 {
  border-bottom: 3px solid #b0ba67;
  padding: 9px 0 9px 90px;
}

@media screen and (max-width: 849px) {
  .sec_komidashi_kiyaku {
    margin: 40px auto 10px;
    background: url("../img/management/kiyaku/icon_point_sp.svg") center left no-repeat;
    background-size: 50px auto;
    font-size: 1.8rem;
    min-height: 88px;
  }
  .sec_komidashi_kiyaku h2 {
    border-bottom: 3px solid #b0ba67;
    padding: 8px 0 8px 70px;
    line-height: 1.5;
  }
}

.sec_komidashi_kiyaku2 {
  max-width: 800px;
  width: 90%;
  margin: 60px auto 0;
  background: url("../img/management/kiyaku/icon_point2_pc.svg") center left no-repeat;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  min-height: 80px;
}

.sec_komidashi_kiyaku2 h2 {
  border-bottom: 3px solid #b0ba67;
  padding: 9px 0 9px 90px;
}

@media screen and (max-width: 849px) {
  .sec_komidashi_kiyaku2 {
    margin: 40px auto 10px;
    background: url("../img/management/kiyaku/icon_point2_sp.svg") center left no-repeat;
    background-size: 50px auto;
    font-size: 1.8rem;
    min-height: 88px;
  }
  .sec_komidashi_kiyaku2 h2 {
    border-bottom: 3px solid #b0ba67;
    padding: 8px 0 8px 70px;
    line-height: 1.5;
  }
}

.sec_kiyaku_list .list {
  background: #f1f1e3;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.sec_kiyaku_list .list ul {
  width: 45%;
}

.sec_kiyaku_list .list ul li {
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  padding-left: 1.5em;
}

.sec_kiyaku_list .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 13px;
  height: 13px;
  background: #b0ba67;
}

.sec_kiyaku_list .list .img {
  width: 50%;
}

.sec_kiyaku_list .list .img img {
  vertical-align: top;
}

.sec_kiyaku_list .dllist {
  border: 2px dotted #b5b567;
  border-radius: 10px;
  padding: 35px 35px 5px 35px;
  margin-bottom: 35px;
}

.sec_kiyaku_list .dllist dl dt {
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 26px;
}

.sec_kiyaku_list .dllist dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/management/kiyaku/check.svg") center left no-repeat;
}

.sec_kiyaku_list .dllist dl dd {
  font-size: 1.4rem;
  margin-bottom: 2em;
  padding-left: 26px;
}

@media screen and (max-width: 849px) {
  .sec_kiyaku_list .list {
    padding: 25px;
    display: block;
    margin-bottom: 30px;
  }
  .sec_kiyaku_list .list ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_kiyaku_list .list .img {
    width: 100%;
  }
  .sec_kiyaku_list .dllist {
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
  }
  .sec_kiyaku_list .dllist dl dt {
    font-weight: 700;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 26px;
  }
  .sec_kiyaku_list .dllist dl dt:before {
    top: 0.2em;
  }
  .sec_kiyaku_list .dllist dl dd {
    font-size: 1.2rem;
    margin-bottom: 2em;
    padding-left: 26px;
  }
}

.laundry_merit {
  max-width: 1030px;
  width: 90%;
  margin: 60px auto 0;
}

.laundry_merit .textarea {
  text-align: center;
  background: #f6ece2;
  border-radius: 13px;
  padding: 40px 10px;
}

.laundry_merit .textarea .komidashi {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.laundry_merit .textarea p {
  margin-bottom: 2em;
}

.laundry_merit .textarea .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.laundry_merit .textarea .merit_list dl {
  width: 33%;
  padding: 0 30px;
  text-align: left;
  border-right: 4px dotted #fff;
}

.laundry_merit .textarea .merit_list dl:last-child {
  border-right: none;
}

.laundry_merit .textarea .merit_list dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #cc806a;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.laundry_merit .textarea .merit_list dl dt .icon {
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.laundry_merit .textarea .merit_list dl .blue {
  color: #79b6d1;
}

.laundry_merit .textarea .merit_list dl .blue .icon {
  background: #79b6d1;
}

.laundry_merit .textarea .merit_list dl .orange {
  color: #d8a173;
}

.laundry_merit .textarea .merit_list dl .orange .icon {
  background: #d8a173;
}

.laundry_merit .textarea .merit_list dl .green {
  color: #8fc1ac;
}

.laundry_merit .textarea .merit_list dl .green .icon {
  background: #8fc1ac;
}

@media screen and (max-width: 849px) {
  .laundry_merit {
    margin: 30px auto 0;
  }
  .laundry_merit .textarea {
    border-radius: 10px;
    padding: 25px 30px 10px;
  }
  .laundry_merit .textarea .komidashi {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .laundry_merit .textarea p {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .laundry_merit .textarea .merit_list {
    display: block;
  }
  .laundry_merit .textarea .merit_list dl {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 4px dotted #fff;
  }
  .laundry_merit .textarea .merit_list dl:last-child {
    border-bottom: none;
  }
  .laundry_merit .textarea .merit_list dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.laundry_merit.mt-0 {
  margin-top: 0;
}

.demerit .textarea {
  background: #eff6f9;
}

.demerit .textarea .merit_list dl dt {
  color: #6aa1cb;
}

.merit_img {
  margin-top: 60px;
}

@media screen and (max-width: 849px) {
  .merit_img {
    margin-top: 30px;
  }
}

.sec_laundry_midashi {
  max-width: 1030px;
  width: 90%;
  margin: 90px auto 0;
}

.sec_laundry_midashi .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.sec_laundry_midashi .inner h2 {
  width: 50%;
  color: #cc806a;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.sec_laundry_midashi .inner h2 img {
  width: 94px;
}

.sec_laundry_midashi .inner h2 .icon {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 1px 1em;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-left: 7px;
  vertical-align: super;
}

.sec_laundry_midashi .inner h2 .blue {
  background: #79b6d1;
}

.sec_laundry_midashi .inner h2 .orange {
  background: #d8a173;
}

.sec_laundry_midashi .inner h2 .green {
  background: #8fc1ac;
}

.sec_laundry_midashi .inner .img {
  width: 48%;
}

.sec_laundry_midashi .laundry03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_laundry_midashi .laundry03 .txt {
  width: 55%;
}

.sec_laundry_midashi .laundry03 .txt h2 {
  width: 100%;
  color: #cc806a;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.sec_laundry_midashi .laundry03 .txt h2 img {
  width: 94px;
}

.sec_laundry_midashi .laundry03 .img {
  width: 42%;
}

@media screen and (max-width: 849px) {
  .sec_laundry_midashi {
    margin: 45px auto 0;
  }
  .sec_laundry_midashi .inner h2 {
    width: 100%;
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  .sec_laundry_midashi .inner h2 img {
    width: 94px;
  }
  .sec_laundry_midashi .inner .txt {
    width: 100%;
  }
  .sec_laundry_midashi .inner .img {
    width: 100%;
  }
  .sec_laundry_midashi .laundry03 .txt h2 {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
  .sec_laundry_midashi .laundry03 .txt p {
    margin-top: 0.5em;
    text-align: justify;
  }
}

.sec_laundry_midashi.mt-40 {
  margin-top: 40px;
}

.laundry_point {
  max-width: 1030px;
  width: 90%;
  margin: 40px auto 0;
}

.laundry_point h2 {
  color: #cc806a;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  border-left: 4px solid #cc806a;
  padding-left: 0.6em;
  margin-bottom: 1em;
}

.laundry_point .point_list {
  background: #f6ece2;
  border-radius: 13px;
  padding: 40px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.laundry_point .point_list dl {
  width: 50%;
  padding: 0 30px;
}

.laundry_point .point_list dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
}

.laundry_point .point_list dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../img/kurashi/laundry/mark_point.svg") center left no-repeat;
}

.laundry_point .point_list dl dd {
  padding-left: 40px;
  margin-bottom: 35px;
}

.laundry_point .check_list {
  background: #f6ece2;
  border-radius: 13px;
  padding: 35px 40px 25px;
}

.laundry_point .check_list li {
  background: url("../img/kurashi/laundry/mark_check.svg") top 2px left no-repeat;
  padding-left: 30px;
  margin: 0 0 0.8em 0;
  font-weight: 500;
}

@media screen and (max-width: 849px) {
  .laundry_point {
    margin: 20px auto 0;
  }
  .laundry_point .point_list {
    border-radius: 10px;
    padding: 30px 30px 10px;
    display: block;
  }
  .laundry_point .point_list dl {
    width: 100%;
    padding: 0;
  }
  .laundry_point .point_list dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .laundry_point .point_list dl dt:before {
    top: -0.1em;
    width: 26px;
    height: 26px;
    background-size: 100%;
  }
  .laundry_point .point_list dl dd {
    padding-left: 35px;
    margin-bottom: 25px;
  }
  .laundry_point .check_list {
    padding: 30px 30px 10px;
  }
}

.laundry_point.border-top {
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-top: 40px;
  margin-top: 70px;
}

/*------------------------------
housecleaning
-------------------------------*/
.sec_housecleaning_lead {
  max-width: 1030px;
  margin: 0 auto;
}

.sec_housecleaning_lead .inner {
  background: #e5f3ee url("../img/recommend/housecleaning/lead-fukidashi-pro.svg") top 30px left 50px no-repeat;
  font-size: 2.8rem;
  padding: 80px 50px 40px;
  position: relative;
}

.sec_housecleaning_lead .inner .img {
  max-width: 311px;
  width: 35%;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_lead {
    margin: 30px auto 0;
  }
  .sec_housecleaning_lead .inner {
    background: #e5f3ee url("../img/recommend/housecleaning/lead-fukidashi-pro.svg") top 20px left 20px no-repeat;
    font-size: 2.0rem;
    padding: 60px 20px 20px;
    position: relative;
    background-size: 140px;
  }
  .sec_housecleaning_lead .inner .img {
    width: 40%;
    position: absolute;
    bottom: 50%;
    right: 20px;
  }
  .sec_housecleaning_lead p {
    width: 90%;
    margin: 10px auto 0;
  }
}

.sec_housecleaning_lead.kitchen {
  margin-top: 100px;
}

.sec_housecleaning_lead.kitchen .inner {
  margin-bottom: 35px;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_lead.kitchen {
    margin-top: 70px;
  }
}

.sec_contents_index_housecleaning {
  background: none;
}

.sec_contents_index_housecleaning .inner ul {
  border-left: 2px dotted #c9dde4;
  text-align: center;
}

.sec_contents_index_housecleaning .inner ul li {
  border-right: 2px dotted #c9dde4;
  width: 24%;
}

.sec_contents_index_housecleaning .inner ul li a {
  margin: 0;
  padding: 10px 30px;
}

.sec_contents_index_housecleaning .inner ul li a span {
  position: static;
  margin-right: 10px;
}

.sec_contents_index_housecleaning .inner ul li a span:after {
  display: none;
}

.sec_contents_index_housecleaning .inner ul li a:after {
  content: "";
  display: inline-block;
  background: url("../img/recommend/housecleaning/contents_index_yajirushi.svg") center right no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 5px;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_housecleaning .inner {
    padding: 0;
  }
  .sec_contents_index_housecleaning .inner ul {
    border-left: none;
  }
  .sec_contents_index_housecleaning .inner ul li {
    border-right: 2px dotted #c9dde4;
    width: 49%;
    display: inline-block;
    border-bottom: none;
  }
  .sec_contents_index_housecleaning .inner ul li:nth-child(even) {
    border-right: none;
  }
  .sec_contents_index_housecleaning .inner ul li:nth-child(1) {
    border-bottom: 2px dotted #c9dde4;
  }
  .sec_contents_index_housecleaning .inner ul li:nth-child(2) {
    border-bottom: 2px dotted #c9dde4;
  }
  .sec_contents_index_housecleaning .inner ul li a {
    margin: 0;
    padding: 10px 30px;
    background: url("../img/recommend/housecleaning/contents_index_yajirushi.svg") center right 10px no-repeat;
    background-size: 18px;
  }
  .sec_contents_index_housecleaning .inner ul li a span {
    display: block;
    margin-right: 0;
  }
  .sec_contents_index_housecleaning .inner ul li a:after {
    display: none;
  }
}

.sec_contents_index_housecleaning.kitchen {
  padding-top: 0;
}

.sec_contents_index_housecleaning.kitchen .inner {
  max-width: 770px;
}

.sec_contents_index_housecleaning.kitchen .inner ul {
  border-left: 2px dotted #c9dde4;
  text-align: center;
}

.sec_contents_index_housecleaning.kitchen .inner ul li {
  width: 49%;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_housecleaning.kitchen .inner ul {
    border-left: none;
  }
  .sec_contents_index_housecleaning.kitchen .inner ul li {
    border-right: none;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .sec_contents_index_housecleaning.kitchen .inner ul li:nth-child(even) {
    border-right: none;
  }
  .sec_contents_index_housecleaning.kitchen .inner ul li:nth-child(1) {
    border-bottom: 2px dotted #c9dde4;
  }
  .sec_contents_index_housecleaning.kitchen .inner ul li a {
    padding-left: 0;
  }
}

.sec_contents_index_housecleaning.kyutouki {
  padding-top: 0;
}

.sec_contents_index_housecleaning.kyutouki .inner ul {
  border-left: 2px dotted #c9dde4;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.sec_contents_index_housecleaning.kyutouki .inner ul li {
  width: inherit;
}

@media screen and (max-width: 849px) {
  .sec_contents_index_housecleaning.kyutouki .inner ul {
    border-left: none;
  }
  .sec_contents_index_housecleaning.kyutouki .inner ul li {
    border-right: none;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .sec_contents_index_housecleaning.kyutouki .inner ul li:nth-child(even) {
    border-right: none;
  }
  .sec_contents_index_housecleaning.kyutouki .inner ul li:nth-child(1) {
    border-bottom: 2px dotted #c9dde4;
  }
  .sec_contents_index_housecleaning.kyutouki .inner ul li:nth-child(2) {
    border-bottom: 2px dotted #c9dde4;
  }
  .sec_contents_index_housecleaning.kyutouki .inner ul li a {
    padding-left: 0;
  }
}

.sec_housecleaning_midashi {
  font-size: 3.0rem;
  color: #81aec4;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 1030px;
  margin: 60px auto 0;
  background: url("../img/recommend/housecleaning/midashi-line.png") center bottom 10px repeat-x;
  text-align: center;
}

.sec_housecleaning_midashi .inner {
  display: inline-block;
  padding: 45px 30px 0;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_midashi {
    font-size: 2.1rem;
    background-size: 27px;
    margin: 20px auto 0;
  }
  .sec_housecleaning_midashi .inner {
    display: inline-block;
    padding: 45px 20px 0;
  }
}

.sec_housecleaning_midashi_ba {
  background: url("../img/recommend/housecleaning/midashi-before_after.svg") center bottom no-repeat;
  text-indent: -9999px;
  margin: 60px auto 0;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_midashi_ba {
    margin: 0 auto 0;
  }
}

.sec_housecleaning_midashi_01 .inner {
  background: #fff url("../img/recommend/housecleaning/step01.svg") center top no-repeat;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_midashi_01 .inner {
    background-size: 50px;
  }
}

.sec_housecleaning_midashi_02 .inner {
  background: #fff url("../img/recommend/housecleaning/step02.svg") center top no-repeat;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_midashi_02 .inner {
    background-size: 50px;
  }
}

.sec_housecleaning_midashi_03 .inner {
  background: #fff url("../img/recommend/housecleaning/step03.svg") center top no-repeat;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_midashi_03 .inner {
    background-size: 50px;
  }
}

.sec_kyutouki_midashi {
  background: #d6e3e9 url("../img/recommend/setsubi/midashi_line.svg") center bottom no-repeat;
  background-size: 100% auto;
  margin: 60px auto 0;
  color: #4687a6;
  font-size: 2.4rem;
  padding: 0.7em 0;
}

@media screen and (max-width: 849px) {
  .sec_kyutouki_midashi {
    background: #d6e3e9 url("../img/recommend/setsubi/midashi_line_sp.svg") center bottom no-repeat;
    background-size: 100% auto;
    margin: 20px auto 0;
    font-size: 2.0rem;
    padding: 0.4em 0;
  }
}

.sec_kyutouki_subtitle {
  background: url("../img/recommend/setsubi/01/subtitle_bg.svg") center bottom no-repeat;
  background-size: 100% auto;
  margin: 60px auto 0;
  font-size: 2.0rem;
  padding: 0 0 0.9em;
  width: 430px;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .sec_kyutouki_subtitle {
    font-size: 1.6rem;
    margin: 30px auto 0;
    width: 90%;
  }
}

.sec_housecleaning_list_col3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 1030px;
  width: 90%;
  margin: 50px auto 0;
}

.sec_housecleaning_list_col3 .inner .list_col3 {
  width: 31%;
  margin-top: 50px;
  position: relative;
}

.sec_housecleaning_list_col3 .inner .list_col3 .point {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
}

.sec_housecleaning_list_col3 .inner .list_col3 .point:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../img/recommend/housecleaning/02/fukidashi_l.png") no-repeat;
  margin-right: 10px;
}

.sec_housecleaning_list_col3 .inner .list_col3 .point:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../img/recommend/housecleaning/02/fukidashi_r.png") no-repeat;
  margin-left: 10px;
}

.sec_housecleaning_list_col3 .inner .list_col3 .img {
  width: 100%;
}

.sec_housecleaning_list_col3 .inner .list_col3 .txt {
  letter-spacing: 0.15em;
}

.sec_housecleaning_list_col3 p {
  text-align: justify;
}

.sec_housecleaning_list_col3 .inner.col2 {
  max-width: 680px;
  margin: 0 auto 0;
}

.sec_housecleaning_list_col3 .inner.col2 .list_col3 {
  width: 47.2%;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_list_col3 .inner {
    display: block;
    margin: 25px auto 0;
  }
  .sec_housecleaning_list_col3 .inner .list_col3 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .sec_housecleaning_list_col3 .inner .list_col3 .point {
    position: static;
    margin-bottom: 15px;
  }
  .sec_housecleaning_list_col3 .inner .list_col3 .img {
    width: 100%;
  }
  .sec_housecleaning_list_col3 .inner .list_col3 .txt {
    width: 100%;
  }
  .sec_housecleaning_list_col3 .inner.col2 .list_col3 {
    width: 100%;
  }
}

.sec_housecleaning_list_col2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  width: 90%;
  margin: 50px auto 0;
}

.sec_housecleaning_list_col2 .inner .list_col2 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.sec_housecleaning_list_col2 .inner .list_col2 .img {
  width: 60%;
}

.sec_housecleaning_list_col2 .inner .list_col2 .txt {
  width: 36%;
  letter-spacing: 0.15em;
}

.sec_housecleaning_list_col2 p {
  text-align: justify;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_list_col2 .inner {
    display: block;
    margin: 25px auto 0;
  }
  .sec_housecleaning_list_col2 .inner .list_col2 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .sec_housecleaning_list_col2 .inner .list_col2 .img {
    width: 100%;
  }
  .sec_housecleaning_list_col2 .inner .list_col2 .txt {
    width: 100%;
  }
}

.sec_housecleaning_list_col2_21 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  width: 90%;
  margin: 50px auto 0;
}

.sec_housecleaning_list_col2_21 .inner .list_col1 {
  width: 32%;
}

.sec_housecleaning_list_col2_21 .inner .list_col2 {
  width: 62%;
}

.sec_housecleaning_list_col2_21 p {
  text-align: justify;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_list_col2_21 .inner {
    margin: 25px auto 0;
  }
  .sec_housecleaning_list_col2_21 .inner .list_col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_housecleaning_list_col2_21 .inner .list_col2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec_housecleaning_ph_r {
  max-width: 1030px;
  width: 90%;
  margin: 50px auto 0;
}

.sec_housecleaning_ph_r section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec_housecleaning_ph_r section .img {
  width: 48%;
}

.sec_housecleaning_ph_r section .textarea {
  width: 47%;
  text-align: justify;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_ph_r {
    margin: 25px auto 0;
  }
  .sec_housecleaning_ph_r section {
    display: block;
  }
  .sec_housecleaning_ph_r section .img {
    width: 100%;
  }
  .sec_housecleaning_ph_r section .textarea {
    width: 100%;
  }
}

.sec_housecleaning_bgbox {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto 0;
}

.sec_housecleaning_bgbox .inner {
  background: #e9f5e1;
  padding: 36px;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_bgbox .inner {
    padding: 20px;
  }
}

.sec_housecleaning_bgbox.kitchen {
  margin: 40px auto 20px;
}

.sec_housecleaning_bgbox.kitchen .inner {
  text-align: center;
}

.sec_housecleaning_bgbox.kitchen .inner img {
  max-width: 876px;
}

@media screen and (max-width: 849px) {
  .sec_housecleaning_bgbox.kitchen .inner {
    padding: 20px;
  }
}

.sec_cleaning_contact {
  max-width: 1030px;
  width: 90%;
  margin: 70px auto 0;
  background: url("../img/recommend/housecleaning/cleaning_contact_bg.png") repeat;
  text-align: center;
  padding: 25px 30px;
}

.sec_cleaning_contact h2 {
  font-size: 2.0rem;
}

.sec_cleaning_contact .txt {
  text-align: left;
  margin-top: 30px;
}

.sec_cleaning_contact .contact_blc {
  background: #fff;
  text-align: left;
  margin-top: 30px;
  padding: 10px;
}

.sec_cleaning_contact .contact_blc .inner {
  padding: 25px 40px;
}

.sec_cleaning_contact .contact_blc .inner .left {
  width: 55%;
  border-right: 2px dotted #cadee5;
  padding-right: 5%;
}

.sec_cleaning_contact .contact_blc .inner .right {
  width: 40%;
}

.sec_cleaning_contact .contact_blc .inner h4 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.sec_cleaning_contact .contact_blc h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 15px;
  letter-spacing: 0.15em;
}

.sec_cleaning_contact .contact_blc_1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_cleaning_contact .contact_blc_1 h3 {
  background: #3295b7;
}

.sec_cleaning_contact .contact_blc_1 .midashi-tel {
  background: url("../img/recommend/housecleaning/icon-tel_blue.svg") center left no-repeat;
  padding-left: 40px;
}

.sec_cleaning_contact .contact_blc_1 .midashi-time {
  background: url("../img/recommend/housecleaning/icon-time_blue.svg") center left no-repeat;
  padding-left: 40px;
}

.sec_cleaning_contact .contact_blc_1 .midashi-hp {
  background: url("../img/recommend/housecleaning/icon-hp_blue.svg") center left no-repeat;
  padding-left: 40px;
}

.sec_cleaning_contact .contact_blc_1 .left .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.sec_cleaning_contact .contact_blc_1 .left .tel p {
  width: 50%;
  margin: 0;
}

.sec_cleaning_contact .contact_blc_1 .left .tel a {
  width: 50%;
}

.sec_cleaning_contact .contact_blc_1 .left .tel a img {
  height: 28px;
}

.sec_cleaning_contact .contact_blc_1 .left .time {
  font-size: 1.3rem;
}

.sec_cleaning_contact .contact_blc_1 .left .time img {
  height: 26px;
  width: auto;
}

.sec_cleaning_contact .contact_blc_1 .right .hp p {
  margin: 0;
  font-size: 1.3rem;
}

.sec_cleaning_contact .contact_blc_1 .right .hp img {
  height: 40px;
  width: auto;
  margin-top: 15px;
}

.sec_cleaning_contact .contact_blc_1 .right .search {
  font-size: 1.3rem;
}

.sec_cleaning_contact .contact_blc_1 .right .search p {
  margin: 0;
  font-weight: 500;
}

.sec_cleaning_contact .contact_blc_1 .right .search ul li a {
  text-decoration: none;
}

.sec_cleaning_contact .contact_blc_2 h3 {
  background: #9eb600;
}

.sec_cleaning_contact .contact_blc_2 .midashi-tel {
  background: url("../img/recommend/housecleaning/icon-tel_green.svg") center left no-repeat;
  padding-left: 40px;
}

.sec_cleaning_contact .contact_blc_2 .midashi-time {
  background: url("../img/recommend/housecleaning/icon-time_green.svg") center left no-repeat;
  padding-left: 40px;
}

.sec_cleaning_contact .contact_blc_2 .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sec_cleaning_contact .contact_blc_2 .tel .tel-1 {
  width: 29%;
  border-right: 2px dotted #c9e2cf;
  padding-right: 5%;
}

.sec_cleaning_contact .contact_blc_2 .tel .tel-2 {
  width: 66%;
}

.sec_cleaning_contact .contact_blc_2 .tel .tel-2 .teltel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_cleaning_contact .contact_blc_2 .tel .tel-2 .teltel p {
  line-height: 1.3;
  padding-left: 10px;
  font-weight: 400;
}

.sec_cleaning_contact .contact_blc_2 .tel p {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.sec_cleaning_contact .contact_blc_2 .tel img {
  height: 26px;
  width: auto;
  margin-top: 10px;
}

.sec_cleaning_contact .contact_blc_2 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_cleaning_contact .contact_blc_2 .time .left {
  width: 25%;
  border: none;
}

.sec_cleaning_contact .contact_blc_2 .time p {
  width: 74%;
  font-size: 1.3rem;
}

.sec_cleaning_contact .contact_blc_2 .time img {
  height: 26px;
  width: auto;
}

@media screen and (max-width: 849px) {
  .sec_cleaning_contact {
    margin: 30px auto 0;
    background-size: 30px;
    padding: 20px 15px;
  }
  .sec_cleaning_contact h2 {
    font-size: 1.6rem;
  }
  .sec_cleaning_contact .txt {
    margin-top: 15px;
  }
  .sec_cleaning_contact .contact_blc {
    margin-top: 15px;
  }
  .sec_cleaning_contact .contact_blc .inner {
    padding: 20px 10px 10px;
  }
  .sec_cleaning_contact .contact_blc .inner .left {
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #cadee5;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .sec_cleaning_contact .contact_blc .inner .right {
    width: 100%;
    padding-top: 20px;
  }
  .sec_cleaning_contact .contact_blc .inner h4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .sec_cleaning_contact .contact_blc h3 {
    text-align: center;
    font-size: 1.5rem;
  }
  .sec_cleaning_contact .contact_blc_1 .midashi-tel {
    background-size: 28px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_1 .midashi-time {
    background-size: 28px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_1 .midashi-hp {
    background-size: 28px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_1 .left .tel {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_1 .left .tel p {
    width: 100%;
    padding-bottom: 10px;
  }
  .sec_cleaning_contact .contact_blc_1 .left .tel img {
    width: auto;
  }
  .sec_cleaning_contact .contact_blc_1 .left .time {
    font-size: 1.2rem;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_1 .right .hp p {
    font-size: 1.2rem;
  }
  .sec_cleaning_contact .contact_blc_1 .right .hp img {
    height: 30px;
    margin-top: 10px;
  }
  .sec_cleaning_contact .contact_blc_1 .right .search {
    font-size: 1.2rem;
  }
  .sec_cleaning_contact .contact_blc_2 .midashi-tel {
    background-size: 28px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_2 .midashi-time {
    background-size: 28px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_2 .tel {
    display: block;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_2 .tel .tel-1 {
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #c9e2cf;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .sec_cleaning_contact .contact_blc_2 .tel .tel-2 {
    width: 100%;
    padding-top: 10px;
  }
  .sec_cleaning_contact .contact_blc_2 .tel .tel-2 .teltel {
    display: block;
  }
  .sec_cleaning_contact .contact_blc_2 .tel .tel-2 .teltel p {
    padding-left: 0;
    padding-top: 10px;
    font-size: 1.2rem;
  }
  .sec_cleaning_contact .contact_blc_2 .tel p {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
  }
  .sec_cleaning_contact .contact_blc_2 .tel img {
    height: 26px;
    width: auto;
    margin-top: 10px;
  }
  .sec_cleaning_contact .contact_blc_2 .time {
    display: block;
    padding-top: 20px;
  }
  .sec_cleaning_contact .contact_blc_2 .time .left {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .sec_cleaning_contact .contact_blc_2 .time .left img {
    margin-left: 35px;
  }
  .sec_cleaning_contact .contact_blc_2 .time p {
    width: 100%;
    font-size: 1.2rem;
    padding-left: 35px;
  }
}

.sec_cleaning_contact.blue {
  background: url("../img/recommend/housecleaning/cleaning_contact_bg_blue.png") repeat;
  padding-top: 1px;
}

.sec_cleaning_contact.simple {
  margin: 70px auto;
  background: #e4e4e2;
  padding: 1px 30px 30px;
}
.sec_cleaning_contact.simple.simpleblue {
  margin: 70px auto;
  background: url("../img/recommend/housecleaning/cleaning_contact_bg_blue.png") repeat;
  padding: 1px 30px 20px;
}

.sec_cleaning_contact.pink {
  margin: 70px auto;
  background: #f4eee9;
  padding: 30px 30px 30px;
}

.sec_cleaning_contact.simple .contact_blc_1 .left {
  width: 50%;
}

.sec_cleaning_contact.simple .contact_blc_1 .left .tel {
  margin-bottom: 0;
}

.sec_cleaning_contact.simple .contact_blc_1 .left .tel p {
  width: 140px;
}

.sec_cleaning_contact.simple .contact_blc_1 .left .tel a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_cleaning_contact.simple .contact_blc_1 .left .tel a img {
  height: 28px;
  width: auto;
}

.sec_cleaning_contact.simple .contact_blc_1 .right {
  width: 44%;
}

.sec_cleaning_contact.simple .contact_blc_1 .right .time img {
  height: 26px;
  width: auto;
  margin-right: 10px;
}

.sec_cleaning_contact.simple .contact_blc_1 .right .time {
  font-size: 1.2rem;
  padding-left: 35px;
}

@media screen and (max-width: 849px) {
  .sec_cleaning_contact.simple {
    margin: 30px auto;
    padding: 1px 15px 15px;
  }
  .sec_cleaning_contact.simple .contact_blc_1 .inner {
    display: block;
  }
  .sec_cleaning_contact.simple .contact_blc_1 .inner .left {
    width: 100%;
  }
  .sec_cleaning_contact.simple .contact_blc_1 .inner .right {
    width: 100%;
  }
  .sec_cleaning_contact.pink {
    padding: 15px 15px 15px;
  }
  .sec_cleaning_contact.simple.simpleblue {
    margin: 30px auto;
    padding: 1px 15px 15px;
  }
}

.sec_supporters {
  padding: 0;
  max-width: 800px;
  width: 90%;
  margin: 40px auto 0;
}

.sec_supporters .inner {
  background: url("../img/management/supporter/dot_bg.png") repeat;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sec_supporters .inner .img {
  width: 50%;
}

.sec_supporters .inner p {
  width: 43%;
  font-size: 1.3rem;
}

@media screen and (max-width: 849px) {
  .sec_supporters {
    margin: 20px auto 0;
  }
  .sec_supporters .inner {
    padding: 15px;
    display: block;
  }
  .sec_supporters .inner .img {
    width: 100%;
  }
  .sec_supporters .inner p {
    width: 100%;
    font-size: 1.2rem;
  }
}

/*------------------------------
kurashitosan
-------------------------------*/
.sec_kurashitosan_intro {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  background: #f4eee9;
}

.sec_kurashitosan_intro .inner {
  position: relative;
}

.sec_kurashitosan_intro .inner .text {
  width: 65%;
}

.sec_kurashitosan_intro .inner .text .inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
}

.sec_kurashitosan_intro .inner .text .inner-inner .img {
  width: 35%;
}

.sec_kurashitosan_intro .inner .text .inner-inner p {
  width: 60%;
}

.sec_kurashitosan_intro .inner .madori {
  position: absolute;
  right: 0;
  top: -50px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.sec_kurashitosan_intro .inner .madori .img {
  width: 56%;
}

.sec_kurashitosan_intro .inner .madori p {
  font-size: 90%;
  padding: 0 13% 12% 0;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_intro .inner {
    padding: 10px 0;
  }
  .sec_kurashitosan_intro .inner .text {
    width: 100%;
  }
  .sec_kurashitosan_intro .inner .text .inner-inner {
    padding: 10px;
  }
  .sec_kurashitosan_intro .inner .text .inner-inner .img {
    width: 48%;
  }
  .sec_kurashitosan_intro .inner .text .inner-inner p {
    width: 48%;
    font-size: 1.2rem;
  }
  .sec_kurashitosan_intro .inner .madori {
    position: static;
    width: 80%;
    margin: 10px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec_kurashitosan_intro .inner .madori .img {
    width: 65%;
  }
  .sec_kurashitosan_intro .inner .madori p {
    font-size: 80%;
    padding: 0 3% 8% 0;
  }
}

.sec_kurashitosan_midashi {
  max-width: 800px;
  width: 90%;
  margin: 100px auto 0;
  font-size: 3.0rem;
  color: #d09556;
  min-height: 2.5em;
}

.sec_kurashitosan_midashi h2 {
  font-weight: 500;
  line-height: 2.4;
}

.sec_kurashitosan_midashi h2.line2 {
  line-height: 1.4;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi {
    font-size: 1.8rem;
    margin: 40px auto 0;
  }
  .sec_kurashitosan_midashi h2 {
    line-height: 1.4;
  }
  .sec_kurashitosan_midashi h2.line1-sp {
    line-height: 2.4;
  }
}

.sec_kurashitosan_midashi_01 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_01.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_01 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_02 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_02.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_02 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_03 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_03.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_03 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_04 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_04.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_04 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_05 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_05.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_05 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_06 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_06.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_06 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.sec_kurashitosan_midashi_07 {
  background: url("../img/lifestyle/kurashito-san/midashi_num_07.svg") no-repeat left bottom 5px;
  padding-left: 80px;
}

@media screen and (max-width: 849px) {
  .sec_kurashitosan_midashi_07 {
    padding-left: 55px;
    background-size: 45px;
    background-position: left bottom;
  }
}

.page-kurashitosan .sec_text {
  margin-top: 3em;
}

.page-kurashitosan .sec_text p {
  margin: 0;
}

.page-kurashitosan .sec_text .name {
  color: #d09556;
  font-weight: 500;
}

.page-kurashitosan .sec_text p.mt10 {
  margin: 1em 0 0;
}

.page-kurashitosan .sec_text p.mt20 {
  margin: 2em 0 0;
}

.page-kurashitosan .sec_text .mt {
  margin: 4em 0 0 0;
}

.page-kurashitosan .sec_text img {
  vertical-align: top;
}

.page-kurashitosan .sec_text .img .mainimg_slide .slick-dots {
  bottom: 10px;
}

.page-kurashitosan .sec_text .img .mainimg_slide .slick-dots li {
  height: 8px;
  margin: 0 8px;
}

.page-kurashitosan .sec_text .img .mainimg_slide .slick-dots li button:before {
  font-size: 11px;
  color: inherit;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 8px;
  line-height: 8px;
}

.page-kurashitosan .sec_text .img .mainimg_slide .slick-dots li.slick-active button:before {
  font-size: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 8px;
  content: '';
  background: #fff;
}

.page-kurashitosan .sec_text.top-border section {
  margin-top: 2em;
  padding-top: 2.5em;
  background-image: linear-gradient(to right, #d4a06b 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.page-kurashitosan .sec_text .link_txt_arrow {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 25px;
}

.page-kurashitosan .sec_text .link_txt_arrow a {
  border-bottom: 2px dotted #d09556;
  color: #d09556;
  padding-bottom: 3px;
  text-decoration: none;
  background: url("../img/lifestyle/reform/arrow.svg") center right no-repeat;
  background-size: 18px auto;
  padding-right: 25px;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_text.top-border section {
    margin-top: 1.5em;
  }
  .page-kurashitosan .sec_text .link_txt_arrow {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_text {
    margin-top: 1.5em;
  }
  .page-kurashitosan .sec_text p.mt20 {
    margin: 1em 0 0;
  }
  .page-kurashitosan .sec_text .mt {
    margin-top: 0;
  }
  .page-kurashitosan .sec_text .zoom {
    text-align: right;
    margin-bottom: 10px;
  }
  .page-kurashitosan .sec_text .zoom2 {
    text-align: right;
    margin-bottom: 10px;
  }
  .page-kurashitosan .sec_text .zoom img {
    height: 20px;
    width: auto;
  }
  .page-kurashitosan .sec_text .zoom2 img {
    height: 26px;
    width: auto;
  }
}

.page-kurashitosan .mt-6 {
  margin-top: 6em;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .mt-6 {
    margin-top: 3em;
  }
}

.page-kurashitosan .sec_ph_l section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-kurashitosan .sec_ph_l.imgtop section {
  align-items: flex-start;
}

.page-kurashitosan .sec_ph_l section .img {
  width: 50%;
}

.page-kurashitosan .sec_ph_l section .textarea {
  width: 50%;
}

.page-kurashitosan .sec_ph_l section .textarea p {
  padding-left: 50px;
}

.page-kurashitosan .w-700.img_w_30per section .img {
  width: 40%;
}
.page-kurashitosan .w-700.img_w_30per section .textarea {
  width: 60%;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_ph_l section {
    display: block;
  }
  .page-kurashitosan .sec_ph_l section .img {
    width: 100%;
  }
  .page-kurashitosan .sec_ph_l section .textarea {
    width: 100%;
  }
  .page-kurashitosan .sec_ph_l section .textarea p {
    padding-left: 0;
    margin-top: 1.5em;
  }
  .page-kurashitosan .w-700.img_w_30per section .img {
    width: 100%;
    text-align: center;
  }
  .page-kurashitosan .w-700.img_w_30per section .img img {
    width: 70%;
  }
  .page-kurashitosan .w-700.img_w_30per section .textarea {
    width: 100%;
  }
}

.page-kurashitosan .sec_ph_r section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-kurashitosan .sec_ph_r section .img {
  width: 50%;
}

.page-kurashitosan .sec_ph_r section .textarea {
  width: 50%;
}

.page-kurashitosan .sec_ph_r section .textarea p {
  padding-right: 50px;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_ph_r section {
    display: block;
  }
  .page-kurashitosan .sec_ph_r section .img {
    width: 100%;
  }
  .page-kurashitosan .sec_ph_r section .textarea {
    width: 100%;
  }
  .page-kurashitosan .sec_ph_r section .textarea p {
    padding-right: 0;
    margin-top: 1.5em;
  }
}

.page-kurashitosan .sec_ph_l.direction section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_ph_l.direction section .img {
    margin-top: 1.2em;
  }
  .page-kurashitosan .sec_ph_l.direction section .textarea p {
    margin-top: 0;
  }
  .page-kurashitosan .sec_ph_l.direction section .textarea p.mt20 {
    margin-top: 1em;
  }
}

.page-kurashitosan .sec_ph_r.direction section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_ph_r.direction section .img {
    margin-top: 1.5em;
  }
  .page-kurashitosan .sec_ph_r.direction section .textarea p {
    margin-top: 0;
  }
  .page-kurashitosan .sec_ph_r.direction section .textarea p.mt20 {
    margin-top: 1.5em;
  }
}

.page-kurashitosan .img_w_60per section .img {
  width: 65%;
}

.page-kurashitosan .img_w_60per section .textarea {
  width: 35%;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .img_w_60per section .img {
    width: 100%;
  }
  .page-kurashitosan .img_w_60per section .textarea {
    width: 100%;
  }
}

.page-kurashitosan .img_w_30per section .img {
  width: 35%;
}

.page-kurashitosan .img_w_30per section .textarea {
  width: 65%;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .img_w_30per section .img {
    width: 100%;
  }
  .page-kurashitosan .img_w_30per section .textarea {
    width: 100%;
  }
}

.page-kurashitosan .sec_aligntop section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-kurashitosan .sec_alignbtm section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.page-kurashitosan .sec_text .img-sub-r-b {
  position: relative;
}
.page-kurashitosan .sec_text .img-sub-r-b .sub {
  position: absolute;
  right: 0;
  bottom: -51%;
  width: 36%;
}
.page-kurashitosan .sec_text .img-sub-r-b.biotop .sub {
  position: static;
  display: block;
  width: 44%;
  margin: -13% 4% 0 auto;
}
.page-kurashitosan .sec_text .img-sub-r-b.biotop .txt-asterisk {
  position: absolute;
  width: 48%;
  bottom: 34px;
  left: 0;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_text .img-sub-r-b {
    margin-bottom: 42%;
  }
  .page-kurashitosan .sec_text .img-sub-r-b .sub {
    bottom: -74%;
    width: 49%;
  }
  .page-kurashitosan .sec_text .img-sub-r-b.biotop {
    margin-bottom: 0;
  }
  .page-kurashitosan .sec_text .img-sub-r-b.biotop .sub {
    width: 65%;
    margin: -10% 4% 0 auto;
  }
  .page-kurashitosan .sec_text .img-sub-r-b.biotop .txt-asterisk {
    position: static;
    width: 100%;
  }
}

.page-kurashitosan .introduction {
  width: 90%;
  max-width: 1030px;
  margin: 100px auto 0;
  border-radius: 10px;
  background-image: linear-gradient(to right, #d09556 2px, transparent 2px), linear-gradient(to bottom, #d09556 2px, transparent 2px), linear-gradient(to left, #d09556 2px, transparent 2px), linear-gradient(to top, #d09556 2px, transparent 2px);
  background-size: 8px 2px,2px 8px,8px 2px,2px 8px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
}

.page-kurashitosan .introduction .inner {
  padding: 40px 50px;
  position: relative;
}

.page-kurashitosan .introduction .inner .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background: url("../img/lifestyle/kurashito-san/nami_line.svg") repeat-x left bottom;
  padding-bottom: 30px;
}

.page-kurashitosan .introduction .inner .midashi h2 {
  font-size: 2.6rem;
  color: #d09556;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}

.page-kurashitosan .introduction .inner .midashi h2:after {
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  background: url("../img/lifestyle/kurashito-san/introduction_midashi.svg");
  position: absolute;
  right: -20px;
  top: -10px;
}

.page-kurashitosan .introduction .inner .midashi .txt {
  padding-left: 60px;
}

.page-kurashitosan .introduction .inner .annai {
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 30px 0 10px;
}

.page-kurashitosan .introduction .inner .annai p {
  margin: 0;
}

.page-kurashitosan .introduction .inner .annai .org {
  color: #d09556;
  line-height: 2.5;
  margin-bottom: 8px;
}

.page-kurashitosan .introduction .inner .annai .org span {
  border-bottom: 2px solid #d09556;
  padding-bottom: 3px;
}

.page-kurashitosan .introduction .inner .annai .btn {
  margin-top: 20px;
}

.page-kurashitosan .introduction .inner .annai .btn a {
  display: inline-block;
  background: #d09556 url("../img/lifestyle/kurashito-san/mail_yajirushi.svg") no-repeat right 15px center;
  background-size: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 110px 15px 20px;
  line-height: 1.4;
}

.page-kurashitosan .introduction .inner .annai .btn a .mini {
  font-size: 80%;
}

.page-kurashitosan .introduction .inner .img {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 45%;
}

.page-kurashitosan .introduction .inner .img img {
  vertical-align: top;
}

@media screen and (max-width: 849px) {
  .page-kurashitosan .introduction {
    margin: 30px auto 0;
  }
  .page-kurashitosan .introduction .inner {
    padding: 20px 25px 0;
  }
  .page-kurashitosan .introduction .inner .midashi {
    display: block;
    background-size: 22px auto;
    padding-bottom: 20px;
  }
  .page-kurashitosan .introduction .inner .midashi h2 {
    font-size: 2rem;
    display: inline-block;
  }
  .page-kurashitosan .introduction .inner .midashi .txt {
    padding: 1em 0 0;
  }
  .page-kurashitosan .introduction .inner .annai {
    font-size: 1.3rem;
    padding: 20px 0 10px;
  }
  .page-kurashitosan .introduction .inner .annai p {
    margin: 0;
  }
  .page-kurashitosan .introduction .inner .annai .org {
    color: #d09556;
  }
  .page-kurashitosan .introduction .inner .annai .org span {
    display: inline-grid;
    line-height: 1.4;
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .page-kurashitosan .introduction .inner .annai .org span .mini {
    font-size: 85%;
    border: none;
  }
  .page-kurashitosan .introduction .inner .annai .btn a {
    display: block;
    background-size: 16px;
    font-size: 1.4rem;
    padding: 15px 20px 15px 20px;
    line-height: 1.4;
  }
  .page-kurashitosan .introduction .inner .annai .btn a .mini {
    font-size: 85%;
  }
  .page-kurashitosan .introduction .inner .img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

.page-kurashitosan .sec_contents_index_ph .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-kurashitosan .sec_contents_index_ph .inner .img {
  width: 35%;
  padding-left: 5%;
  padding-top: 20px;
}
.page-kurashitosan .sec_contents_index_ph .inner ul {
  width: 65%;
}
.page-kurashitosan .sec_contents_index_ph .inner ul li a {
  padding: 7px 30px 7px 80px;
}
@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_contents_index_ph .inner {
    display: block;
  }
  .page-kurashitosan .sec_contents_index_ph .inner .img {
    width: 88%;
    padding-left: 8%;
  }
  .page-kurashitosan .sec_contents_index_ph .inner ul {
    width: 100%;
  }
  .page-kurashitosan .sec_contents_index_ph .inner ul li a {
    padding: 11px 20px 11px 30px;
  }
}

.sec_reform_madori {
  max-width: 1030px;
  width: 90%;
  margin: 40px auto 0;
  background: #f4eee9;
}

.sec_reform_madori h3 {
  font-size: 1.9rem;
  color: #d09556;
  padding: 30px 40px 20px;
}

.sec_reform_madori .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px 30px;
}
.sec_reform_madori .inner.cnt {
  align-items: center;
}

.sec_reform_madori .inner .text {
  width: 24%;
  font-weight: 700;
  color: #505050;
  line-height: 2;
}
.sec_reform_madori .inner.cnt .text {
  font-size: 1.4rem;
}

.sec_reform_madori .inner .madori {
  width: 76%;
}

@media screen and (max-width: 849px) {
  .sec_reform_madori {
    margin: 20px auto 0;
  }
  .sec_reform_madori h3 {
    font-size: 1.5rem;
    padding: 20px 25px 10px;
  }
  .sec_reform_madori .inner {
    display: block;
    padding: 0 25px 20px;
  }
  .sec_reform_madori .inner .text {
    width: 100%;
    line-height: 1.8;
    font-size: 1.3rem;
  }
  .sec_reform_madori .inner .madori {
    width: 100%;
    margin-top: 20px;
  }
}

.sec_reform_point {
  border: 2px dotted #d09556;
  border-radius: 5px;
  padding: 0;
  max-width: 800px;
  width: 90%;
  margin: 50px auto 0;
}

.sec_reform_point p {
  padding: 30px 50px;
  margin: 0;
  text-align: justify;
}

.sec_reform_point .point {
  position: relative;
  margin-bottom: 35px;
}

.sec_reform_point.pt {
  padding-top: 2em;
}

.sec_reform_point .point .label {
  width: 244px;
  position: absolute;
  left: -15px;
  top: 0;
}

.sec_reform_point .point ul {
  margin: 0;
  padding: 0 0 0 280px;
}

.sec_reform_point .point ul li {
  font-size: 1.6rem;
  font-weight: 500;
  background: url("../img/lifestyle/reform/01/check.svg") no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 849px) {
  .sec_reform_point {
    margin: 25px auto 0;
  }
  .sec_reform_point p {
    padding: 15px 25px;
  }
  .sec_reform_point .point {
    margin-bottom: 20px;
  }
  .sec_reform_point.pt {
    padding-top: 1em;
  }
  .sec_reform_point .point .label {
    width: 160px;
    left: -15px;
  }
  .sec_reform_point .point ul {
    padding: 65px 25px 0;
  }
  .sec_reform_point .point ul li {
    font-size: 1.3rem;
    background: url("../img/lifestyle/reform/01/check.svg") no-repeat left top 3px;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

.reform_01_fukidashi {
  position: relative;
  margin-top: 30px;
}

.reform_01_fukidashi .fukidashi {
  position: absolute;
  width: 162px;
  right: -96px;
  top: -30px;
}

.reform_02_fukidashi {
  position: relative;
}

.reform_02_fukidashi .fukidashi {
  position: absolute;
  width: 296px;
  right: -200px;
  bottom: -20px;
}

.reform_03_fukidashi {
  position: relative;
}

.reform_03_fukidashi .fukidashi {
  position: absolute;
  width: 345px;
  right: -340px;
  bottom: 20px;
}

.reform03-fukidashi-03 {
  max-width: 345px;
}

@media screen and (max-width: 849px) {
  .page-bousaikunren .sec_text {
    margin-top: 0.3em;
  }
  .page-bousaikunren .sec_text .img .mt-10 {
    margin-top: 10px;
  }
  .page-bousaikunren .sec_text .sp-mt-10 {
    margin-top: 14px;
  }
  .reform03-fukidashi-02 {
    margin: -45px 0 0 19%;
    width: 85%;
  }
}

.sec_bousaikunren_midashi .inner {
  max-width: 800px;
  width: 90%;
  margin: 75px auto 0;
  border-top: 2px solid #d4a06b;
  position: relative;
}

.sec_bousaikunren_midashi .inner h2 {
  font-size: 2.4rem;
  padding: 5px 0 0 65px;
  color: #d4a06b;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sec_bousaikunren_midashi .inner span {
  border: 2px solid #d4a06b;
  border-top: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 5px 6px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 849px) {
  .sec_bousaikunren_midashi .inner {
    margin: 35px auto 15px;
  }
  .sec_bousaikunren_midashi .inner h2 {
    font-size: 1.9rem;
    padding: 5px 0 0 45px;
    letter-spacing: 0.05em;
  }
  .sec_bousaikunren_midashi .inner span {
    font-size: 1.8rem;
    padding: 4px 5px;
  }
}

.sec_flex_pc .kiyaku04_detail {
  width: 100%;
  background: #f6f6e3;
}

.sec_flex_pc .kiyaku04_detail h2 {
  background: #b2b706 url("../img/management/kiyaku/04/icon_midashi.svg") no-repeat left 10px center;
  font-size: 2.0rem;
  color: #fff;
  padding: 6px 0 6px 50px;
}

.sec_flex_pc .kiyaku04_detail .txt {
  width: 100%;
  padding: 5px 30px 20px;
}

@media screen and (max-width: 849px) {
  .sec_flex_pc .kiyaku04_detail h2 {
    font-size: 1.8rem;
  }
  .sec_flex_pc .kiyaku04_detail .txt {
    padding: 5px 20px 20px;
  }
}

.sec_flex_pc .bousaikunren_zu_01 {
  background: #f7ede2;
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 4px 4px 0px 0px #d4a06b;
  box-shadow: 4px 4px 0px 0px #d4a06b;
  position: relative;
}

.sec_flex_pc .bousaikunren_zu_01:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  margin: auto;
  width: 32px;
  height: 44px;
  background: url("../img/lifestyle/kurashito-san/02/bousaikunren_zu_icon_01.svg") center no-repeat;
}

.sec_flex_pc .bousaikunren_zu_01 .midashi {
  color: #d4a06b;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 5px;
}

.sec_flex_pc .bousaikunren_zu_01 ul {
  letter-spacing: 0.1em;
}

.sec_flex_pc .bousaikunren_zu_01 ul li {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 32px 15px;
  position: relative;
}

.sec_flex_pc .bousaikunren_zu_01 ul li img {
  margin-bottom: 5px;
}

@media screen and (max-width: 849px) {
  .sec_flex_pc .bousaikunren_zu_01 {
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 20px 0;
  }
  .sec_flex_pc .bousaikunren_zu_01 .midashi {
    font-size: 1.8rem;
  }
  .sec_flex_pc .bousaikunren_zu_01 ul li {
    font-size: 1.4rem;
    padding: 0 28px 8px;
  }
}

.sec_flex_pc .bousaikunren_zu_02 {
  background: #f7ede2;
  width: 100%;
}

.sec_flex_pc .bousaikunren_zu_02 .midashi {
  background: #d4a06b;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.1em;
}

.sec_flex_pc .bousaikunren_zu_02 ul {
  letter-spacing: 0.1em;
}

.sec_flex_pc .bousaikunren_zu_02 ul li {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 0 15px 40px;
  position: relative;
}

.sec_flex_pc .bousaikunren_zu_02 ul li:nth-of-type(even) {
  background: #f2e1ce;
}

.sec_flex_pc .bousaikunren_zu_02 ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  right: 50%;
  margin: auto;
  width: 15px;
  height: 15px;
  border-right: 3px solid #d4a06b;
  border-bottom: 3px solid #d4a06b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.sec_flex_pc .bousaikunren_zu_02 ul li:last-child:after {
  display: none;
}

.sec_flex_pc .bousaikunren_zu_02 ul li.cnt {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 849px) {
  .sec_flex_pc .bousaikunren_zu_02 {
    margin-bottom: 20px;
  }
  .sec_flex_pc .bousaikunren_zu_02 .midashi {
    font-size: 1.7rem;
  }
  .sec_flex_pc .bousaikunren_zu_02 ul li {
    font-size: 1.4rem;
    padding: 13px 0 13px 20px;
  }
  .sec_flex_pc .bousaikunren_zu_02 ul li:after {
    border-right: 2px solid #d4a06b;
    border-bottom: 2px solid #d4a06b;
  }
}

.sec_flex_pc .bousaikunren_zu_03 {
  background: #f7ede2;
  width: 100%;
}

.sec_flex_pc .bousaikunren_zu_03 .midashi {
  background: #d4a06b;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.1em;
}

.sec_flex_pc .bousaikunren_zu_03 dl {
  padding: 13px 20px 18px;
  letter-spacing: 0.1em;
}

.sec_flex_pc .bousaikunren_zu_03 dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}

.sec_flex_pc .bousaikunren_zu_03 dl dt:before {
  content: "";
  background: #d4a06b;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}

.sec_flex_pc .bousaikunren_zu_03 dl dd {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media screen and (max-width: 849px) {
  .sec_flex_pc .bousaikunren_zu_03 {
    margin-bottom: 20px;
  }
  .sec_flex_pc .bousaikunren_zu_03 .midashi {
    font-size: 1.7rem;
  }
  .sec_flex_pc .bousaikunren_zu_03 dl dt {
    font-size: 1.4rem;
    margin-top: 2px;
  }
  .sec_flex_pc .bousaikunren_zu_03 dl dd {
    font-size: 1.2rem;
  }
}


.page-kurashitosan .sec_contents_index_ph .inner .img.map {
  max-width: 446px;
  width: 45%;
}
.page-kurashitosan .sec_contents_index_daikibo .inner {
  justify-content: end;
}
.page-kurashitosan .sec_contents_index_daikibo .inner ul {
  width: 51%;
  text-align: left;
  padding-right: 7%;
}
.page-kurashitosan .sec_contents_index_daikibo .inner ul li {
  width: 100%;
}
.page-kurashitosan .sec_contents_index_daikibo .inner .img {
  padding-left: 0;
}
@media screen and (max-width: 849px) {
  .page-kurashitosan .sec_contents_index_ph .inner .img.map {
    max-width: 107%;
    width: 107%;
    margin-left: -7%;
  }
  .page-kurashitosan .sec_contents_index_daikibo .inner ul {
    width: 100%;
    padding-right: 0;
  }
  .page-kurashitosan .sec_contents_index_daikibo .inner ul li {
    width: 100%;
  }
}
.page-kurashitosan .daikobo_detail_blc {
  background: #f4eee9;
  padding: 50px 47px 30px 47px;
}
.page-kurashitosan .daikobo_detail_blc h3 {
  font-size: 2.0rem;
  border-left: 10px solid #d09556;
  line-height: 1.4;
  padding-left: 0.5em;
  margin-bottom: 2em;
}
.page-kurashitosan .daikobo_detail_blc .mt {
  margin-top: 2.5em;
}
.page-kurashitosan .daikobo_detail_blc .img {
  margin-bottom: 20px;
}
.page-kurashitosan .daikobo_detail_blc .sec_flex_pc .img {
  max-width: 444px;
}
.page-kurashitosan .daikobo_detail_blc .sec_flex_pc .textarea.wide_1_2 {
  width: 31%;
}
.page-kurashitosan .daikobo_detail_blc .sec_flex_pc .size_m {
  max-width: 595px;
  width: 64%;
}
.page-kurashitosan .daikobo_detail_blc .mainimg_slide {
  margin-bottom: 0;
}
.page-kurashitosan .daikobo_detail_blc .mainimg_slide div {
  width: 100%;
}
@media screen and (max-width: 849px) {
  .page-kurashitosan .daikobo_zoom {
    width: 80%;
    margin: 15px 5% -20px auto;
  }
  .page-kurashitosan .daikobo_detail_blc {
    padding: 25px 5% 20px;
  }
  .page-kurashitosan .daikobo_detail_blc h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
  .page-kurashitosan .daikobo_detail_blc .mt {
    margin-top: 1.5em;
  }
  .page-kurashitosan .daikobo_detail_blc .img {
    margin-bottom: 0;
  }
  .page-kurashitosan .daikobo_detail_blc .sec_flex_pc .img {
    max-width: 100%;
    margin-top: 20px;
  }
  .page-kurashitosan .daikobo_detail_blc .sec_flex_pc .textarea {
    margin-top: 20px;
  }
  .page-kurashitosan .daikobo_detail_blc .sec_flex_pc .textarea.wide_1_2 {
    width: 100%;
  }
  .page-kurashitosan .daikobo_detail_blc .sec_flex_pc .size_m {
    max-width: 100%;
    width: 100%;
  }
}
.page-kurashitosan .daikibo_next {
  background: #f4eee9;
  padding: 0 0 0 30px;
  margin-top: 6em;
}
.page-kurashitosan .daikibo_next .sec_flex_pc .img {
  max-width: 690px;
  width: 71%;
}
.page-kurashitosan .daikibo_next .sec_flex_pc .textarea {
  width: 27%;
}
.page-kurashitosan .daikibo_next .mainimg_slide {
  margin-bottom: 0;
}
.page-kurashitosan .daikibo_next .mainimg_slide div {
  width: 100%;
}
.page-kurashitosan .daikibo_next .next {
  width: 88px;
  margin-bottom: 2em;
}
.page-kurashitosan .daikibo_bnr {
  margin: 6em auto 3em;
}
@media screen and (max-width: 849px) {
  .page-kurashitosan .daikibo_next {
    background: #f4eee9;
    padding: 30px 0 0;
    margin-top: 2em;
  }
  .page-kurashitosan .daikibo_next .sec_flex_pc .img {
    max-width: 100%;
    width: 100%;
  }
  .page-kurashitosan .daikibo_next .sec_flex_pc .textarea {
    width: 100%;
    padding: 0 5% 0;
  }
  .page-kurashitosan .daikibo_next .mainimg_slide {
    margin-top: 20px;
  }
  .page-kurashitosan .daikibo_next .next {
    width: 80px;
    margin-bottom: 1em;
  }
  .page-kurashitosan .daikibo_bnr {
    margin: 2em auto 3em;
  }
}

.sec_flex_pc .kiyaku04_detail {
  width: 100%;
  background: #f6f6e3;
}

.sec_flex_pc .kiyaku04_detail h2 {
  background: #b2b706 url("../img/management/kiyaku/04/icon_midashi.svg") no-repeat left 10px center;
  font-size: 2.0rem;
  color: #fff;
  padding: 6px 0 6px 50px;
}

.sec_flex_pc .kiyaku04_detail .txt {
  width: 100%;
  padding: 5px 30px 20px;
}

@media screen and (max-width: 849px) {
  .sec_flex_pc .kiyaku04_detail h2 {
    font-size: 1.8rem;
  }
  .sec_flex_pc .kiyaku04_detail .txt {
    padding: 5px 20px 20px;
  }
}

.kiyaku04_midashi {
  background: #b2b706;
  font-size: 1.8rem;
  color: #fff;
  padding: 6px 15px 6px;
  text-align: center;
  display: table;
  margin: 60px auto 40px;
}

@media screen and (max-width: 849px) {
  .kiyaku04_midashi {
    width: 90%;
    margin: 20px auto 10px;
  }
}

.kiyaku04_ans {
  background: #e7e7e5;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 70px;
  padding: 50px 60px 40px;
  display: block !important;
  position: relative;
}

.kiyaku04_ans:before {
  content: "";
  display: block;
  width: 68px;
  height: 62px;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -34px;
  background: url("../img/management/kiyaku/05/icon-a.svg") no-repeat;
}

.kiyaku04_ans .ph {
  max-width: 470px;
  width: 100% !important;
  margin: 30px auto;
}

@media screen and (max-width: 849px) {
  .kiyaku04_ans {
    margin-bottom: 40px;
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 849px) {
  .img_swipe {
    padding: 0;
  }
  .img_swipe .swipe {
    overflow-x: auto;
    margin: 10px 0 10px 5%;
    padding: 0 5% 15px 0;
  }
  .img_swipe .swipe img {
    height: 300px;
    width: inherit;
  }
}

.bordertop_hasen {
  background-image: repeating-linear-gradient(90deg, #b2b706, #b2b706 8px, transparent 8px, transparent 15px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  margin-top: 50px;
  padding-top: 35px;
}

@media screen and (max-width: 849px) {
  .bordertop_hasen {
    margin-top: 30px;
    padding-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 0 5px;
  }
}

/*↓30350321追加*/
.page-mansion .sec_komidashi_line {
  position: relative;
  padding: 10px 0 0 65px;
}

.page-mansion .sec_komidashi_line:before {
  content: "";
  display: block;
  width: 45px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-mansion #co01 .sec_komidashi_line:before {
  background: url("../img/management/mansion/01/midashi-01.png") no-repeat;
}

.page-mansion #co02 .sec_komidashi_line:before {
  background: url("../img/management/mansion/01/midashi-02.png") no-repeat;
}

.page-mansion #co03 .sec_komidashi_line:before {
  background: url("../img/management/mansion/01/midashi-03.png") no-repeat;
}

.page-mansion #co04 .sec_komidashi_line:before {
  background: url("../img/management/mansion/01/midashi-04.png") no-repeat;
}

.page-mansion .komidashi_komidashi_leftline {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

.page-mansion .komidashi_waku {
  font-size: 1.8rem;
  border: 2px solid #9ca106;
  display: inline-block;
  margin: 25px 0 0;
  padding: 5px 0.8em;
}

.page-mansion .grayBg {
  background: #e7e7e5;
  border-radius: 5px;
  margin: 15px 0 0;
  padding: 20px 30px 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.page-mansion .daiji {
  background: #e7e7e5 url("../img/management/mansion/01/daiji.svg") no-repeat left 30px top 10px;
  padding: 60px 30px 20px;
}

.page-mansion .kaizen h4 {
  color: #9ca106;
  font-size: 2.0rem;
  background: url("../img/management/mansion/01/kaizen.png") no-repeat left top 4px;
  padding-left: 32px;
}

.page-mansion .sec_flex_3blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-mansion .sec_flex_3blc div {
  width: 31%;
}

.page-mansion .sec_flex_3blc div h3 {
  background: #e9ebc6;
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  min-height: 115px;
  padding-top: 30px;
}

.page-mansion .sec_flex_3blc div h3:before {
  content: "";
  width: 47px;
  height: 47px;
  display: block;
  background: url("../img/management/mansion/01/merit.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -23px;
}

.page-mansion .sec_flex_3blc div .line2 {
  padding-top: 40px;
}

.page-mansion .sec_flex_3blc div p {
  font-size: 1.4rem;
}

.page-mansion .cl_management {
  color: #b3b805;
  font-weight: 700;
}

@media screen and (max-width: 849px) {
  .page-mansion .sec_komidashi_line {
    padding: 10px 0 0 50px;
  }
  .page-mansion .sec_komidashi_line:before {
    width: 35px;
    height: 48px;
  }
  .page-mansion #co01 .sec_komidashi_line:before {
    background-size: 100%;
  }
  .page-mansion #co02 .sec_komidashi_line:before {
    background-size: 100%;
  }
  .page-mansion #co03 .sec_komidashi_line:before {
    background-size: 100%;
  }
  .page-mansion #co04 .sec_komidashi_line:before {
    background-size: 100%;
  }
  .page-mansion .komidashi_komidashi_leftline {
    font-size: 1.9rem;
    margin-top: 20px;
  }
  .page-mansion .komidashi_waku {
    font-size: 1.6rem;
    border: 1px solid #9ca106;
    margin: 20px 0 0;
  }
  .page-mansion .grayBg {
    background: #e7e7e5;
    border-radius: 5px;
    margin: 10px 0 0;
    padding: 20px 20px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .page-mansion .daiji {
    background: #e7e7e5 url("../img/management/mansion/01/daiji.svg") no-repeat left 20px top 10px;
    padding: 50px 20px 15px;
    background-size: 110px;
  }
  .page-mansion .kaizen h4 {
    font-size: 1.5rem;
    background: url("../img/management/mansion/01/kaizen.png") no-repeat left top 2px;
    background-size: 20px;
    padding-left: 26px;
  }
  .page-mansion .kaizen p {
    margin-top: 10px;
  }
  .page-mansion .sec_flex_3blc {
    display: block;
    margin-top: 0;
  }
  .page-mansion .sec_flex_3blc div {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .page-mansion .sec_flex_3blc div h3 {
    font-size: 1.4rem;
    min-height: inherit;
    padding: 32px 0 10px;
  }
  .page-mansion .sec_flex_3blc div .line2 {
    padding: 32px 0 10px;
  }
  .page-mansion .sec_flex_3blc div p {
    font-size: 1.4rem;
  }
}

.page-service-pet .sec_cleaning_staff {
  background: #c8dddb;
  border-top: 6px solid #67a19b;
  max-width: 1030px;
  border-radius: 2px;
  margin: 0 auto 80px;
  padding: 0 3% 40px 0;
}

.page-service-pet .sec_cleaning_staff h2 {
  width: 221px;
  margin: -7px auto 0;
}

.page-service-pet .sec_cleaning_staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-service-pet .sec_cleaning_staff .inner .img {
  width: 25%;
  padding-left: 4%;
  text-align: center;
}

.page-service-pet .sec_cleaning_staff .inner .img .job {
  font-size: 1.2rem;
  margin-top: 5px;
}

.page-service-pet .sec_cleaning_staff .inner .img .name {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-service-pet .sec_cleaning_staff .inner .img .name strong {
  font-size: 2.5rem;
  font-weight: 400;
}

.page-service-pet .sec_cleaning_staff .inner .text {
  width: 23%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.page-service-pet .sec_cleaning_staff .inner .text p {
  margin: 0;
}

.page-service-pet .sec_pet_midashi {
  margin: 80px 0 0;
  text-align: center;
  font-size: 3.0rem;
  color: #3c4350;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 1.5em 0 0;
}

.page-service-pet .sec_pet_midashi_01 {
  background: url("../img/recommend/service/01/midashi-01.png") no-repeat top center;
}

.page-service-pet .sec_pet_midashi_02 {
  background: url("../img/recommend/service/01/midashi-02.png") no-repeat top center;
}

.page-service-pet .sec_pet_midashi_03 {
  background: url("../img/recommend/service/01/midashi-03.png") no-repeat top center;
}

.page-service-pet .sec_text .name {
  color: #67a19b;
  font-weight: bold;
}

.page-service-pet .sec_pet_qa {
  border: 1px solid #7c7c7c;
  max-width: 800px;
  width: 90%;
  margin: 25px auto 0;
  padding: 30px 40px 25px;
  position: relative;
}

.page-service-pet .sec_pet_qa:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: url("../img/recommend/service/01/qa_bg.png") no-repeat top right;
}

.page-service-pet .sec_pet_qa dl dt {
  border-bottom: 1px solid #67a19b;
  font-size: 1.8rem;
  font-weight: 500;
  color: #67a19b;
  letter-spacing: 0.15em;
  padding: 4px 0 10px 40px;
  background: url("../img/recommend/service/01/ques.svg") no-repeat top left;
}

.page-service-pet .sec_pet_qa dl dd {
  padding: 20px 0 0 40px;
}

.page-service-pet .sec_pet_qa dl dd.img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-service-pet .sec_pet_qa dl dd.img_txt .txt {
  width: 50%;
}

.page-service-pet .sec_pet_qa dl dd.img_txt .img {
  width: 42%;
}

.page-service-pet .bnr {
  margin-top: 80px;
  text-align: center;
}

.page-service-pet .bnr img {
  width: auto;
}

@media screen and (max-width: 849px) {
  .page-service-pet .sec_cleaning_staff {
    border-top: 4px solid #67a19b;
    margin: 0 auto 40px;
    padding: 0 5% 40px;
  }
  .page-service-pet .sec_cleaning_staff h2 {
    width: 160px;
  }
  .page-service-pet .sec_cleaning_staff .inner {
    display: block;
    margin-top: 0;
  }
  .page-service-pet .sec_cleaning_staff .inner .img {
    width: 55%;
    padding-left: 0;
    margin: 20px auto 0;
  }
  .page-service-pet .sec_cleaning_staff .inner .img .name {
    font-size: 1.4rem;
  }
  .page-service-pet .sec_cleaning_staff .inner .img .name strong {
    font-size: 2.3rem;
  }
  .page-service-pet .sec_cleaning_staff .inner .text {
    width: 100%;
    margin: 15px 0 0;
  }
  .page-service-pet .sec_pet_midashi {
    margin: 50px 0 0;
    font-size: 2.1rem;
    padding: 2em 0 0;
  }
  .page-service-pet .sec_pet_midashi_01 {
    background-size: auto 30px;
  }
  .page-service-pet .sec_pet_midashi_02 {
    background-size: auto 30px;
  }
  .page-service-pet .sec_pet_midashi_03 {
    background-size: auto 30px;
  }
  .page-service-pet .sec_interview {
    margin-top: 15px;
  }
  .page-service-pet .sec_text .name {
    color: #67a19b;
    font-weight: bold;
  }
  .page-service-pet .sec_text .img {
    margin-top: 10px;
  }
  .page-service-pet .sec_text .mt-50 {
    margin-top: 30px;
  }
  .page-service-pet .sec_pet_qa {
    margin: 15px auto 0;
    padding: 20px 20px 20px;
  }
  .page-service-pet .sec_pet_qa:after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -1px;
    top: -1px;
    background: url("../img/recommend/service/01/qa_bg.png") no-repeat top right;
  }
  .page-service-pet .sec_pet_qa dl dt {
    font-size: 1.7rem;
    padding: 4px 15px 10px 35px;
    letter-spacing: 0.05em;
  }
  .page-service-pet .sec_pet_qa dl dd {
    padding: 20px 0 0 0;
  }
  .page-service-pet .sec_pet_qa dl dd.img_txt {
    display: block;
  }
  .page-service-pet .sec_pet_qa dl dd.img_txt .txt {
    width: 100%;
  }
  .page-service-pet .sec_pet_qa dl dd.img_txt .img {
    width: 100%;
  }
  .page-service-pet .sec_pet_qa dl dd.img_txt .img img {
    vertical-align: top;
  }
  .page-service-pet .bnr {
    margin-top: 20px;
  }
  .page-service-pet .bnr img {
    width: 100%;
  }
}
/*↑30350321追加*/



.page-service-ihin .sec_cleaning_staff {
  background: #d6e3e9;
  border-top: 6px solid #80aac0;
  max-width: 1030px;
  border-radius: 2px;
  margin: 0 auto 80px;
  padding: 0 3% 40px 0;
}

.page-service-ihin .sec_cleaning_staff h2 {
  width: 221px;
  margin: -7px auto 0;
}

.page-service-ihin .sec_cleaning_staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-service-ihin .sec_cleaning_staff .inner .img {
  width: 25%;
  padding-left: 4%;
  text-align: center;
}

.page-service-ihin .sec_cleaning_staff .inner .text {
  width: 70%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.page-service-ihin .sec_cleaning_staff .inner .text .job {
  font-size: 1.2rem;
  margin-top: 5px;
}

.page-service-ihin .sec_cleaning_staff .inner .text .name {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-service-ihin .sec_cleaning_staff .inner .text .name strong {
  font-size: 2.5rem;
  font-weight: 400;
}

.page-service-ihin .sec_cleaning_staff .inner .text p {
  margin: 0;
  text-align:justify
}

.page-service-ihin .sec_ihin_midashi {
  margin: 80px auto 0;
  max-width: 1030px;
  width: 94%;
  font-size: 2.4rem;
  color: #4687a6;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 5px;
  border: 1px solid #4687a6;
  background: #fff;
  border-radius: 50px;
}
.page-service-ihin .sec_ihin_midashi section {
  border-radius: 50px;
  padding: 10px 20px 10px 90px;
}
.page-service-ihin .sec_ihin_midashi section h2 {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
.page-service-ihin .sec_ihin_midashi section h2  span{
  font-size: 70%;
}

.page-service-ihin .sec_ihin_midashi_01 section {
  background: #d6e3e9 url("../img/recommend/service/02/midashi-01.svg") no-repeat left 30px center;
}

.page-service-ihin .sec_ihin_midashi_02 section {
  background: #d6e3e9 url("../img/recommend/service/02/midashi-02.svg") no-repeat left 30px center;
}

.page-service-ihin .sec_ihin_midashi_03 section {
  background: #d6e3e9 url("../img/recommend/service/02/midashi-03.svg") no-repeat left 30px center;
}

.page-service-ihin .sec_ihin_midashi_04 section {
  background: #d6e3e9 url("../img/recommend/service/02/midashi-04.svg") no-repeat left 30px center;
}

.page-service-ihin .sec_text .pdf {
  width: auto;
}

.page-service-ihin .sec_ihin_point {
  max-width: 800px;
  width: 90%;
  background: #efefee;
  margin: 40px auto 0;
  padding: 30px 40px;
  text-align:justify
} 
.page-service-ihin .sec_ihin_point dt {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
} 
.page-service-ihin .sec_ihin_point dt img {
  width: auto;
  margin-right: 10px;
  vertical-align: bottom;
} 
.page-service-ihin .bnr-tel {
  margin: 80px 0;
}

@media screen and (max-width: 849px) {
  .page-service-ihin .sec_cleaning_staff {
    border-top: 4px solid #80aac0;
    margin: 0 auto 40px;
    padding: 0 5% 40px;
  }
  .page-service-ihin .sec_cleaning_staff h2 {
    width: 160px;
  }
  .page-service-ihin .sec_cleaning_staff .inner {
    display: block;
    margin-top: 0;
  }
  .page-service-ihin .sec_cleaning_staff .inner .img {
    width: 55%;
    padding-left: 0;
    margin: 20px auto 0;
  }
  .page-service-ihin .sec_cleaning_staff .inner .text {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  .page-service-ihin .sec_cleaning_staff .inner .text .name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .page-service-ihin .sec_cleaning_staff .inner .text .name strong {
    font-size: 2.3rem;
  }

  .page-service-ihin .sec_ihin_midashi {
    margin: 40px auto 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border: 2px solid #4687a6;
    background: #fff;
    border-radius: 100px;
  }
  .page-service-ihin .sec_ihin_midashi section {
    border-radius: 100px;
    padding: 10px 5px 10px 60px;
  }
  .page-service-ihin .sec_ihin_midashi section h2 {
    border-left: 2px solid #fff;
    padding-left: 15px;
  }
  .page-service-ihin .sec_ihin_midashi section h2.line2 {
    padding: 15px 0 15px 15px;
  }

  .page-service-ihin .sec_ihin_midashi_01 section {
    background: #d6e3e9 url("../img/recommend/service/02/midashi-01.svg") no-repeat left 10px center;
  }

  .page-service-ihin .sec_ihin_midashi_02 section {
    background: #d6e3e9 url("../img/recommend/service/02/midashi-02.svg") no-repeat left 10px center;
  }

  .page-service-ihin .sec_ihin_midashi_03 section {
    background: #d6e3e9 url("../img/recommend/service/02/midashi-03.svg") no-repeat left 10px center;
  }

  .page-service-ihin .sec_ihin_midashi_04 section {
    background: #d6e3e9 url("../img/recommend/service/02/midashi-04.svg") no-repeat left 10px center;
  }
  .page-service-ihin .sec_text .img {
    margin-top: 10px;
  }
  .page-service-ihin .sec_text .mt-50 {
    margin-top: 30px;
  }
  .page-service-ihin .sec_ihin_point {
    margin: 20px auto 0;
    padding: 15px 20px;
  } 
  .page-service-ihin .sec_ihin_point dt {
    font-size: 1.7rem;
  } 
  .page-service-ihin .sec_ihin_point dt img {
    width: 50px;
  } 

  .page-service-ihin .bnr-tel {
    margin: 20px 0 0;
  }
  .page-service-ihin .bnr {
    margin-top: 10px;
  }
  .page-service-ihin .bnr img {
    width: 100%;
  }
}




.page-service-dar .sec_dar_midashi {
  background: #4687a6;
  border-radius: 5px;
  padding: 0 4px 4px 0;
  color: #4687a6;
  font-size: 2.4rem;
}
.page-service-dar .sec_dar_midashi section {
  background: #d6e3e9;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 3px 0 7px 0;
}
.page-service-dar .sec_dar_midashi img {
  width: auto;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.page-service-dar .dar_list {
  align-items: normal;
}
.page-service-dar .dar_list .blc {
  background: #efefee;
  padding: 20px 25px 15px;
}
.page-service-dar .dar_list .blc h3 {
  border-bottom: 3px dotted #2a3240;
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 1em;
  padding-bottom: 6px;
}
.page-service-dar .dar_list .blc h3 img {
  width: auto;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.page-service-dar .dar_list .blc li {
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 35px;
  background: url("../img/recommend/dar/01/list-icon.svg") no-repeat left top;
}
.dar_list02 {
  background: #f0f5f7;
  padding: 35px 60px 20px;
}
.dar_list02 li {
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 25px;
  position: relative;
}
.dar_list02 li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #4687a6;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}
.dar_table table {
  background: #f4f4f4;
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
.dar_table table th {
  padding: 0.8em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.dar_table table td {
  padding: 0.8em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.dar_table table td span {
  font-size: 75%;
}
.dar_table table .w01 {
  width: 28%;
}
.dar_table table .w02 {
  width: 36%;
}
.dar_table table .col-01 {
  background: #c1d4de;
}
.dar_table table .col-02 {
  background: #cbdbb0;
}
.dar_table table .col-03 {
  background: #e5ecef;
}
.dar_table table .col-04 {
  background: #ebf1e1;
}
.dar_02_blc_01 {
  background: #efefee;
  padding: 75px 40px 30px;
  position: relative;
}
.dar_02_blc_01 h3 {
  position: absolute;
  width: 100%;
  left: -16px;
  top: 20px;
  color: #fff;
  font-size: 1.8rem;
  background: url("../img/recommend/dar/02/dar_02_blc_02_midashi.png") no-repeat left top;
  padding: 9px 0 20px 53px;
}
.dar_02_blc_01 h3 img {
  width: 15px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.dar_02_blc_02 {
  background: #e2ecf1 url("../img/recommend/dar/02/bg.png") no-repeat center top;
  background-size: 100% auto;
}
.dar_02_blc_02 h3 {
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  padding: 20px 0 0;
  line-height: 1.5;
}
.dar_02_blc_02 h3 img {
  width: auto;
  display: block;
  margin: -35px auto 5px;
}
.dar_02_blc_02 .txt {
  padding: 30px 40px 30px;
}
.dar-comment {
  background: #efefee;
  padding: 5px 30px 15px;
}
.dar-comment span {
  color: #4687a6;
  font-weight: 700;
}
@media screen and (max-width: 849px) {
  .page-service-dar .sec_dar_midashi {
    font-size: 1.8rem;
    width: 90%;
    margin: 30px auto 0;
  }
  .page-service-dar .sec_dar_midashi img {
    height: 30px;
    display: block;
    margin: auto;
  }
  .page-service-dar .dar_list .blc {
    margin-top: 15px;
    padding: 15px 15px 15px;
  }
  .page-service-dar .dar_list .blc h3 {
    font-size: 1.6rem;
  }
  .page-service-dar .dar_list .blc h3 img {
    height: 25px;
  }
  .page-service-dar .dar_list .blc li {
    background-size: auto 1.7em;
  }
  .dar_list02 {
    padding: 20px 30px 15px;
  }
  .dar_list02 li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #4687a6;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .dar_02_blc_01 {
    background: #efefee;
    padding: 40px 20px 15px;
  }
  .dar_02_blc_01.line2 {
    padding: 60px 20px 15px;
  }
  .dar_02_blc_01 h3 {
    left: -10px;
    top: 10px;
    font-size: 1.5rem;
    background: url("../img/recommend/dar/02/dar_02_blc_02_midashi_sp.png") no-repeat left top;
    background-size: auto 3em;
    padding: 7px 0 13px 30px;
  }
  .dar_02_blc_01.line2 h3 {
    background: url("../img/recommend/dar/02/dar_02_blc_02_midashi_sp2.png") no-repeat left top;
    background-size: auto 4.1em;
    line-height: 1.4;
  }
  .dar_02_blc_01 h3 img {
    width: 13px;
    position: absolute;
    left: 10px;
    top: 6px;
  }
  .dar_02_blc_02 {
    background: #e2ecf1 url("../img/recommend/dar/02/bg_sp.png") no-repeat center top;
    background-size: 100% auto;
    margin-top: 15px;
  }
  .dar_02_blc_02 h3 {
    font-size: 1.6rem;
    padding: 20px 0 0;
  }
  .dar_02_blc_02 h3 img {
    margin: -33px auto 10px;
    height: 30px;
  }
  .dar_02_blc_02 .txt {
    padding: 20px 20px 15px;
  }
  .dar-comment {
    padding: 5px 20px 15px;
    margin-top: 15px;
  }
}


.page-recommend-ac .sec_contents_index .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-recommend-ac .sec_contents_index .inner .img {
  width: 35%;
  padding-left: 5%;
}
.page-recommend-ac .sec_contents_index .inner .img img {
  margin-top: -20px;
}
.page-recommend-ac .sec_contents_index .inner ul li a {
  padding: 7px 30px 7px 80px;
}
.page-recommend-ac .sec_ac_midashi {
  color: #3c4350;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 0.15em;
  padding-top: 80px;
  margin-top: 80px;
}
.page-recommend-ac .sec_ac_midashi_01 {
  background: url("../img/recommend/ac/midashi-01.png") no-repeat center top;
}
.page-recommend-ac .sec_ac_midashi_02 {
  background: url("../img/recommend/ac/midashi-02.png") no-repeat center top;
}
.page-recommend-ac .sec_ac_midashi_03 {
  background: url("../img/recommend/ac/midashi-03.png") no-repeat center top;
}
.page-recommend-ac .sec_ac_midashi_04 {
  background: url("../img/recommend/ac/midashi-04.png") no-repeat center top;
}
.page-recommend-ac .sec_ac_midashi_05 {
  background: url("../img/recommend/ac/midashi-05.png") no-repeat center top;
}
.sec_ac_midashi_sub {
  font-size: 1.8rem;
  color: #2a3240;
  max-width: 800px;
  margin: 60px auto 0;
  padding-left: 15px;
  line-height: 1.4;
  border-left: 3px solid;
  border-image: linear-gradient(to bottom, #698a9e, #b7c3d3) 1;
}
.page-recommend-ac .sec_text .bg {
  background: #e3edf1;
  padding: 15px 20px;
  margin: 2em 0 0 0;
}
.page-recommend-ac .sec_text .fukidashi {
  position: relative;
}
.page-recommend-ac .sec_text .fukidashi .fukidashi_img {
  position: absolute;
  right: 0;
  bottom: -260px;
  width: 47%;
}
.page-recommend-ac .sec_text .bg.mt-0 {
  margin: 5px 0 0 0;
}
.page-recommend-ac .sec_text .bg .ph{
  width: 68px;
  float: left;
  margin: 0 15px 5px 0;
}
.page-recommend-ac .sec_text .bnr{
  margin-top: 30px;
}
.page-recommend-ac .plaza {
  background: url("../img/recommend/ac/01/plaza_bg.png") repeat center top;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  margin: 80px 0 50px;
}
.page-recommend-ac .plaza .img {
  width: 50%;
}
.page-recommend-ac .plaza .txt {
  width: 50%;
  padding-left: 50px;
}
.page-recommend-ac .plaza h2 {
  font-size: 1.8rem;
}
.page-recommend-ac .plaza p span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #62666b;
}
.page-recommend-ac .sec_text .btn a {
  background: #4687a6 url("../img/recommend/ac/btn.svg") no-repeat center right 15px;
  color: #fff;
  text-decoration: none;
  padding: 13px 22px;
  display: block;
  width: 48%;
  margin: 0 0 0 auto;
}
.page-recommend-ac .merit {
  background: #d4e4e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-recommend-ac .merit .midashi {
  width: 30%;
  text-align: center;
  font-size: 2.0rem;
  color: #3c4350;
  letter-spacing: 0.15rem;
}
.page-recommend-ac .merit .midashi img {
  width: 30px;
}
.page-recommend-ac .merit .list {
  background: #ebf2f2;
  width: 70%;
  padding: 30px 40px 10px 40px;
}
.page-recommend-ac .merit .list dt {
  font-size: 1.6rem;
  font-weight: 700;
  background: url("../img/recommend/ac/02/icon-02.svg") no-repeat top 5px left;
  padding-left: 30px;
}
.page-recommend-ac .merit .list dd {
  font-size: 1.4rem;
  padding-left: 30px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 849px) {
  .page-recommend-ac .sec_contents_index .inner {
    display: block;
  }
  .page-recommend-ac .sec_contents_index .inner .img {
    width: 95%;
    padding-left: 15%;
  }
  .page-recommend-ac .sec_contents_index .inner .img img {
    margin-top: -15px;
  }
  .page-recommend-ac .sec_contents_index .inner ul li a {
    padding: 11px 20px 11px 30px;
  }
  .page-recommend-ac .sec_ac_midashi {
    font-size: 2.1rem;
    padding-top: 60px;
    margin-top: 30px;
  }
  .page-recommend-ac .sec_ac_midashi_01 {
    background-size: 88% auto;
  }
  .page-recommend-ac .sec_ac_midashi_02 {
    background-size: 88% auto;
  }
  .page-recommend-ac .sec_ac_midashi_03 {
    background-size: 88% auto;
  }
  .page-recommend-ac .sec_ac_midashi_04 {
    background-size: 88% auto;
  }
  .page-recommend-ac .sec_ac_midashi_05 {
    background-size: 88% auto;
  }
  .sec_ac_midashi_sub {
    font-size: 1.7rem;
    width: 90%;
    margin: 20px auto 0;
  }
  .page-recommend-ac .sec_text .bg {
    padding: 10px 15px;
    margin: 1em 0 15px 0;
  }
  .page-recommend-ac .sec_text .bg.mt-0 {
    margin: 1em 0 15px 0;
  }
  .page-recommend-ac .sec_text .bnr{
    margin-top: 10px;
  }
  .page-recommend-ac .plaza {
    display: block;
    padding: 25px;
    margin: 30px 0 10px;
  }
  .page-recommend-ac .plaza .img {
    width: 100%;
  }
  .page-recommend-ac .plaza .txt {
    width: 100%;
    padding-left: 0;
  }
  .page-recommend-ac .plaza h2 {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .page-recommend-ac .plaza p {
    margin-top: 0;
  }
  .page-recommend-ac .plaza p span {
    font-size: 1.2rem;
  }
  .page-recommend-ac .sec_text .btn {
    margin: 0;
  }
  .page-recommend-ac .sec_text .btn a {
    width: 100%;
  }
  .page-recommend-ac .merit {
    background: #d4e4e3;
    display: block;
    margin-bottom: 15px;
  }
  .page-recommend-ac .merit .midashi {
    width: 100%;
    font-size: 1.9rem;
    padding: 10px 0;
  }
  .page-recommend-ac .merit .midashi img {
    width: 25px;
    margin-right: 15px;
  }
  .page-recommend-ac .merit .list {
    width: 100%;
    padding: 20px 20px 10px 20px;
  }
}


.page-recommend-car .sec_car_staff {
  background: #d6e3e9;
  margin: 60px auto 80px;
  max-width: 800px;
  padding: 1px 0 20px;
}
.page-recommend-car .sec_car_staff h2 {
  width: 228px;
  margin: -5px 0 0 80px;
}
.page-recommend-car .sec_car_staff .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.page-recommend-car .sec_car_staff .inner .text {
  padding-right: 15px;
}
.page-recommend-car .sec_car_staff .inner .text .job {
  font-size: 1.2rem;
  margin-right: 15px;
}
.page-recommend-car .sec_car_staff .inner .text .name {
  font-size: 2.5rem;
  font-weight: normal;
}
.page-recommend-car .sec_car_staff .inner .img {
  width: 98px;
}

.page-recommend-car .sec_car_midashi {
  color: #4687a6;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.15em;
  padding-top: 35px;
  margin: 80px auto 0;
  max-width: 800px;
  line-height: 1.6;
}
.page-recommend-car .sec_car_midashi h2 {
  position: relative;
}
.page-recommend-car .sec_car_midashi h2:after {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(88, 183, 171, 1), rgba(70, 135, 166, 1));
  margin-top: 8px;
}
.page-recommend-car .sec_car_midashi h2:before {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  background: url("../img/recommend/service/03/midashi.svg") no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-recommend-car .sec_car_midashi_01 {
  background: url("../img/recommend/service/03/midashi-01.svg") no-repeat center top;
}
.page-recommend-car .sec_car_midashi_02 {
  background: url("../img/recommend/service/03/midashi-02.svg") no-repeat center top;
}
.page-recommend-car .sec_car_midashi_03 {
  background: url("../img/recommend/service/03/midashi-03.svg") no-repeat center top;
}
.page-recommend-car .sec_car_midashi_04 {
  background: url("../img/recommend/service/03/midashi-04.svg") no-repeat center top;
}
.page-recommend-car .sec_car_midashi_05 {
  background: url("../img/recommend/service/03/midashi-05.svg") no-repeat center top;
}

.page-recommend-car .sec_car_box {
  background: #efefee;
  padding: 35px 45px;
  margin: 40px auto 0;
  max-width: 800px;
}
.page-recommend-car .sec_car_box .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-recommend-car .sec_car_box .txt {
  width: 51%;
  text-align: justify;
  line-height: 1.8;
}
.page-recommend-car .sec_car_box .txt p {
  margin-bottom: 0;
}
.page-recommend-car .sec_car_box .img {
  width: 45%;
  margin-top: 20px;
}
.page-recommend-car .sec_car_box h3 {
  font-size: 1.9rem;
  background: linear-gradient(transparent 75%, #85cce3 30%);
  display: inline;
}
.page-recommend-car .sec_car_box_2 {
  background: #efefee;
  margin: 40px auto 0;
  max-width: 800px;
}
.page-recommend-car .sec_car_box_2 h3 {
  background: #add6e0;
  padding: 15px 45px;
  color: #22586d;
  font-size: 2.0rem;
}
.page-recommend-car .sec_car_box_2 .inner {
  padding: 25px 45px;
}
.page-recommend-car .sec_car_box_2 li {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 7px 0 7px 30px;
}
.page-recommend-car .sec_car_box_2 li.num01 {
  background: url("../img/recommend/service/03/num-01.svg") no-repeat center left;
}
.page-recommend-car .sec_car_box_2 li.num02 {
  background: url("../img/recommend/service/03/num-02.svg") no-repeat center left;
}
.page-recommend-car .sec_car_box_2 li.num03 {
  background: url("../img/recommend/service/03/num-03.svg") no-repeat center left;
}

.page-recommend-car .bnr-car {
  margin: 60px 0 30px;
}
@media screen and (max-width: 849px) {
  .page-recommend-car .sec_car_staff {
    margin: 10px auto 40px;
    padding: 1px 0 10px;
    width: 90%;
  }
  .page-recommend-car .sec_car_staff h2 {
    max-width: 228px;
    width: 56%;
    margin: -5px 0 0 20px;
  }
  .page-recommend-car .sec_car_staff .inner {
    margin-top: -15px;
  }
  .page-recommend-car .sec_car_staff .inner .text {
    padding-right: 5px;
    font-size: 1.2rem;
  }
  .page-recommend-car .sec_car_staff .inner .text .job {
    font-size: 1.0rem;
  }
  .page-recommend-car .sec_car_staff .inner .text .name {
    font-size: 2.0rem;
  }
  .page-recommend-car .sec_car_staff .inner .img {
    width: 80px;
  }

  .page-recommend-car .sec_car_midashi {
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    padding-top: 35px;
    margin: 40px auto 0;
    width: 90%;
    line-height: 1.4;
  }
  .page-recommend-car .sec_car_midashi_01 {
    background: url("../img/recommend/service/03/midashi-01.svg") no-repeat center top;
    background-size: 35px;
  }
  .page-recommend-car .sec_car_midashi_02 {
    background: url("../img/recommend/service/03/midashi-02.svg") no-repeat center top;
    background-size: 35px;
  }
  .page-recommend-car .sec_car_midashi_03 {
    background: url("../img/recommend/service/03/midashi-03.svg") no-repeat center top;
    background-size: 35px;
  }
  .page-recommend-car .sec_car_midashi_04 {
    background: url("../img/recommend/service/03/midashi-04.svg") no-repeat center top;
    background-size: 35px;
  }
  .page-recommend-car .sec_car_midashi_05 {
    background: url("../img/recommend/service/03/midashi-05.svg") no-repeat center top;
    background-size: 35px;
  }

  .page-recommend-car .sec_text .img {
    margin-top: 10px;
  }
  .page-recommend-car .sec_text .mt-50 {
    margin-top: 30px;
  }

  .page-recommend-car .sec_car_box {
    padding: 15px 20px;
    margin: 20px auto 0;
    width: 90%;
  }
  .page-recommend-car .sec_car_box .inner {
    display: block;
  }
  .page-recommend-car .sec_car_box .txt {
    width: 100%;
  }
  .page-recommend-car .sec_car_box .txt p {
    margin-bottom: 0;
  }
  .page-recommend-car .sec_car_box .img {
    width: 100%;
    margin-top: 10px;
  }
  .page-recommend-car .sec_car_box h3 {
    font-size: 1.7rem;
  }
  .page-recommend-car .sec_car_box_2 {
    margin: 20px auto 0;
    width: 90%;
  }
  .page-recommend-car .sec_car_box_2 h3 {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .page-recommend-car .sec_car_box_2 .inner {
    padding: 10px 20px;
  }
  .page-recommend-car .sec_car_box_2 li {
    font-size: 1.5rem;
    padding: 7px 0 7px 30px;
  }
  .page-recommend-car .sec_car_box_2 li.num01 {
    background: url("../img/recommend/service/03/num-01.svg") no-repeat top 10px left;
    background-size: 20px;
  }
  .page-recommend-car .sec_car_box_2 li.num02 {
    background: url("../img/recommend/service/03/num-02.svg") no-repeat top 10px left;
    background-size: 20px;
  }
  .page-recommend-car .sec_car_box_2 li.num03 {
    background: url("../img/recommend/service/03/num-03.svg") no-repeat top 10px left;
    background-size: 20px;
  }
  .page-recommend-car .bnr-car {
    margin: 20px 0 5px;
  }
}


.page-recommend-openbook .img.cnt {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.page-recommend-openbook .sec_openbook_midashi {
  max-width: 800px;
  margin: 80px auto 0;
}
.page-recommend-openbook .sec_openbook_midashi h2 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #4686a5;
  padding: 30px 0 24px 110px;
}
.page-recommend-openbook .sec_openbook_midashi h2 img {
  width: 85px;
  vertical-align: sub;
  margin-right: 15px;
}
.page-recommend-openbook .sec_openbook_midashi_01 {
    background: url("../img/recommend/service/04/midashi-01.svg") no-repeat;
    background-size: 100%;
}
.page-recommend-openbook .sec_openbook_midashi_02 {
    background: url("../img/recommend/service/04/midashi-02.svg") no-repeat;
    background-size: 100%;
}
.page-recommend-openbook .sec_openbook_midashi_03 {
    background: url("../img/recommend/service/04/midashi-03.svg") no-repeat;
    background-size: 100%;
}
.page-recommend-openbook .sec_openbook_midashi_04 {
    background: url("../img/recommend/service/04/midashi-04.svg") no-repeat;
    background-size: 100%;
}

.page-recommend-openbook .sec_openbook_midashi_sub {
  max-width: 800px;
  margin: 40px auto 0;
}
.page-recommend-openbook .sec_openbook_midashi_sub h3 {
  font-weight: 600;
  font-size: 1.9rem;
  padding: 16px 0 20px 170px;
}
.page-recommend-openbook .midashi_sub_01 {
    background: url("../img/recommend/service/04/midashi_sub-01.svg") no-repeat;
    background-size: 100%;
}
.page-recommend-openbook .midashi_sub_02 {
    background: url("../img/recommend/service/04/midashi_sub-02.svg") no-repeat;
    background-size: 100%;
}
.page-recommend-openbook .midashi_sub_03 {
    background: url("../img/recommend/service/04/midashi_sub-03.svg") no-repeat;
    background-size: 100%;
}

.page-recommend-openbook .sec_last {
  margin: 60px auto 0;
  padding-top: 40px;
  background: url("../img/recommend/service/04/dotline.png") repeat-x top;
}
.page-recommend-openbook .openbook_bnr {
  margin: 40px auto 0;
  position: relative;
}
.page-recommend-openbook .openbook_bnr .icon-renkei {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  max-width: 200px;
}

.page-recommend-openbook .sec_voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}

.page-recommend-openbook .sec_voice ul li .ph {
  width: 88px;
  margin-top: 7px;
}

.page-recommend-openbook .sec_voice ul li .fukidashi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 18px;
}

.page-recommend-openbook .sec_voice ul li .fukidashi p {
  border-radius: 8px;
  background: #d5e2e8;
  padding: 25px 25px;
  margin: 0;
  letter-spacing: 0.2em;
  position: relative;
  font-weight: 600;
}

.page-recommend-openbook .sec_voice ul li .fukidashi p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -8px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #d5e2e8;
  border-left: 0;
}

@media screen and (max-width: 849px) {
  .page-recommend-openbook .img.cnt {
    max-width: 100%;
  }

  .page-recommend-openbook .sec_openbook_midashi {
    margin: 30px 5% 0;
  }
  .page-recommend-openbook .sec_openbook_midashi h2 {
    font-size: 5.3vw;
    padding: 7% 0 7% 22%;
    line-height: 1.4;
  }
  .page-recommend-openbook .sec_openbook_midashi h2 img {
    width: 27%;
    display: block;
    margin-bottom: 5px;
  }
  .page-recommend-openbook .sec_openbook_midashi.icon h2 {
      padding: 7% 0 4% 22%;
  }
  .page-recommend-openbook .sec_openbook_midashi_01 {
      background: url("../img/recommend/service/04/midashi-01_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_02 {
      background: url("../img/recommend/service/04/midashi-02_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_03 {
      background: url("../img/recommend/service/04/midashi-03_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_04 {
      background: url("../img/recommend/service/04/midashi-04_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_01.icon {
      background: url("../img/recommend/service/05/midashi-01-icon_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_02.icon {
      background: url("../img/recommend/service/05/midashi-02-icon_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_03.icon {
      background: url("../img/recommend/service/05/midashi-03-icon_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_openbook_midashi_02.icon h2 {
      padding: 11% 0 11% 22%;
  }

  .page-recommend-openbook .sec_openbook_midashi_sub {
    margin: 40px 5% 0;
  }
  .page-recommend-openbook .sec_openbook_midashi_sub h3 {
    font-size: 4.1vw;
    padding: 5% 0 7% 27%;
    line-height: 1.4;
  }
  .page-recommend-openbook .sec_openbook_midashi_sub h3.line2 {
    padding: 9% 0 9% 27%;
  }
  .page-recommend-openbook .midashi_sub_01 {
      background: url("../img/recommend/service/04/midashi_sub-01_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .midashi_sub_02 {
      background: url("../img/recommend/service/04/midashi_sub-02_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .midashi_sub_03 {
      background: url("../img/recommend/service/04/midashi_sub-03_sp.svg") no-repeat;
      background-size: 100%;
  }
  .page-recommend-openbook .sec_text .sec_flex_pc .img-mt {
    margin-top: 15px;
  }

  .page-recommend-openbook .sec_last {
    margin: 40px auto 0;
    padding-top: 25px;
    background: url("../img/recommend/service/04/dotline.png") repeat-x top;
  }
  .page-recommend-openbook .openbook_bnr {
    margin: 5px auto 0;
  }
  .page-recommend-openbook .openbook_bnr .icon-renkei {
    left: inherit;
    right: 5%;
    bottom: 5px;
    width: 30%;
  }

  .page-recommend-openbook .sec_voice ul li {
    margin-top: 15px;
    align-items: start;
  }

  .page-recommend-openbook .sec_voice ul li .ph {
    width: 78px;
    margin-top: 0;
  }

  .page-recommend-openbook .sec_voice ul li .fukidashi p {
    border-radius: 8px;
    background: #d5e2e8;
    padding: 15px 15px;
    margin: 0;
    letter-spacing: 0.2em;
    position: relative;
    font-weight: 600;
  }

  .page-recommend-openbook .sec_voice ul li .fukidashi p:after {
    top: 40px;
  }
}


.page-service-dar-03 .sec_intro .img .txt-asterisk {
  padding-right: 1em;
}
.page-service-dar-03 .sec_dar_midashi {
  border-radius: 8px;
  padding: 0 4px 4px 0;
  color: #70a5bb;
  font-size: 3.0rem;
  font-weight: 400;
  margin: 100px auto 0;
}
.page-service-dar-03 .sec_dar_midashi section {
  background: #eaf4f7;
  border-radius: 8px;
  border: 3px solid #fff;
  padding: 18px 0 13px 0;
  position: relative;
}
.page-service-dar-03 .sec_dar_midashi section:after {
  content: "";
  border-right: 2px solid #70a5bb;
  border-bottom: 2px solid #70a5bb;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 8px 0;
}
.page-service-dar-03 .sec_dar_midashi img {
  position: absolute;
  left: 50%;
  top: -23px;
  margin-left: -30px;
  width: auto;
}

.page-service-dar-03 .sec_dar_point {
  border: 2px dotted #80afc3;
  border-radius: 5px;
  padding: 0;
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
}
.page-service-dar-03 .sec_dar_point .point {
  position: relative;
  padding: 20px 25px 15px 25px;
}
.page-service-dar-03 .sec_dar_point .point ul {
  margin: 0;
  padding: 0;
}
.page-service-dar-03 .sec_dar_point .point ul li {
  font-size: 1.6rem;
  font-weight: 500;
  background: url("../img/recommend/dar/03/check.svg") no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.page-service-dar-03 .sec_dar03_blc {
  max-width: 800px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-dar-03 .sec_dar03_blc section {
  background: #e9eef2;
  width: 48.5%;
  padding: 25px 25px 10px 25px;
  margin-bottom: 25px;
}
.page-service-dar-03 .sec_dar03_blc section:nth-child(3) {
  margin-bottom: 0;
}
.page-service-dar-03 .sec_dar03_blc section:nth-child(4) {
  margin-bottom: 0;
}
.page-service-dar-03 .sec_dar03_blc section h3 {
  background: #fff;
  border: 3px solid #80afc3;
  border-radius: 7px;
  text-align: center;
  color: #80afc3;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 8px;
}
.page-service-dar-03 .sec_dar03_blc section h3 span {
  display: block;
  background: #80afc3;
  color: #fff;
  padding: 2px 0 4px;
  margin-bottom: 8px;
}
.page-service-dar-03 .sec_dar03_blc section h3.event-h3 {
  padding: 1.3em 0;
}
.page-service-dar-03 .sec_dar03_blc section h3.event-h3.line-3 {
  padding: 0.55em 0;
}
.page-service-dar-03 .sec_dar03_blc section .event {
  background: url("../img/recommend/dar/04/event-arrow.svg") no-repeat top center;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 32px 0 5px;
}
.page-service-dar-03 .sec_dar03_blc section .event span {
  background: url("../img/recommend/dar/04/event-nami.svg") repeat-x bottom center;
  padding: 0 0 12px;
}
.page-service-dar-03 .sec_dar03_blc section p {
  letter-spacing: 0.2em;
  min-height: 7em;
}
.page-service-dar-03 .sec_dar03_blc section img {
  vertical-align: top;
}
.page-service-dar-03 .sec_dar03_blc section .txt-asterisk {
  text-align: right;
  display: block;
}

.page-service-dar-03 .tantouwaku {
  border: 2px solid #80afc3;
  border-radius: 8px;
  padding: 35px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-dar-03 .tantouwaku .tantou {
  width: 134px;
}
.page-service-dar-03 .tantouwaku p {
  flex: 1;
  margin: 0 0 0 40px;
}
.page-service-dar-03 .sec_flex_pc .tantouwaku {
  padding: 15px 20px;
}
.page-service-dar-03 .sec_flex_pc .tantouwaku .tantou {
  width: 100px;
}
.page-service-dar-03 .sec_flex_pc .tantouwaku p {
  flex: 1;
  margin: 0 0 0 25px;
}
.page-service-dar-03 .last-text {
  margin-top: 6em;
}

.page-service-dar-03 .sec_text .link_txt_arrow {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 25px;
}
.page-service-dar-03 .sec_text .name {
  color: #67a19b;
  font-weight: bold;
}

.page-service-dar-03 .sec_text .link_txt_arrow a {
  border-bottom: 2px dotted #80afc3;
  color: #80afc3;
  padding-bottom: 3px;
  text-decoration: none;
  background: url("../img/recommend/dar/03/arrow.svg") center right no-repeat;
  background-size: 18px auto;
  padding-right: 25px;
}
.page-service-dar-03 .bnr {
  margin-top: 6em;
}
.page-service-dar-03 .sec_cleaning_contact {
  margin-top: 6em;
  background: #efefef;
  padding-top: 2em;
}
.page-service-dar-03 .sec_cleaning_contact.blue {
  margin-top: 6em;
  background: url("../img/recommend/housecleaning/cleaning_contact_bg_blue.png") repeat;
  padding: 1px 30px 20px;
}

.page-service-dar-03 .sec_dar_madori {
  max-width: 800px;
  margin: 30px auto 0;
  background: #e9eef2;
}
.page-service-dar-03 .sec_dar_madori h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #80afc3;
  padding: 30px;
}
.page-service-dar-03 .sec_dar_madori h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #80afc3;
  padding: 30px;
}
.page-service-dar-03 .sec_dar_madori .point {
  position: relative;
}
.page-service-dar-03 .sec_dar_madori .point h4 {
  position: absolute;
  left: -10px;
  top: 0;
}
.page-service-dar-03 .sec_dar_madori .point ul {
  margin: 0;
  padding: 0 0 0 170px;
}
.page-service-dar-03 .sec_dar_madori .point ul li {
  font-size: 1.6rem;
  font-weight: 500;
  background: url("../img/recommend/dar/03/check.svg") no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.page-service-dar-03 .sec_dar_madori .img {
  max-width: 666px;
  margin: 0 auto;
  padding: 10px 0 20px;
}

.page-service-dar-03 .sec_dar_mado {
  background: #f3f3f2;
}
.page-service-dar-03 .sec_dar_mado .icon {
  background: #70a5bb;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  display: inline-block;
  padding: 3px 30px;
}
.page-service-dar-03 .sec_dar_mado .inner {
  padding: 30px 35px;
}

.page-service-dar-03 .sec_dar_kouka {
  background: #f3f3f2;
  border-radius: 10px;
  padding: 10px 40px;
  position: relative;
  margin-top: 50px;
  min-height: 185px;
}
.page-service-dar-03 .sec_dar_kouka .icon {
  position: absolute;
  left: 20px;
  top: -20px;
  width: 190px;
}
.page-service-dar-03 .sec_dar_kouka .inner {
  padding-left: 180px;
}
.page-service-dar-03 .sec_dar_kouka p {
  padding: 25px 0;
  margin: 0;
  border-bottom: 1px dashed #606060;
}
.page-service-dar-03 .sec_dar_kouka p:last-child {
  border-bottom: none;
}
.page-service-dar-03 .sec_dar_kouka p img {
  margin-top: 20px;
}

.page-service-dar-03 .sec_dar_kaisetsu {
  background: #f3f3f2;
  border-radius: 10px;
  padding: 0;
}
.page-service-dar-03 .sec_dar_kaisetsu .head {
  background: #fff;
}
.page-service-dar-03 .sec_dar_kaisetsu .inner {
  padding: 25px 45px 40px;
}

@media screen and (max-width: 849px) {
  .page-service-dar-03 .sec_intro .img .txt-asterisk {
    padding-left: 1em;
    text-align: left;
    margin-bottom: 0;
  }
  .page-service-dar-03 .sec_dar_midashi {
    border-radius: 4px;
    font-size: 1.8rem;
    margin: 50px auto 0;
    width: 91%;
    line-height: 1.5;
  }
  .page-service-dar-03 .sec_dar_midashi section {
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 15px 0 10px 0;
  }
  .page-service-dar-03 .sec_dar_midashi section:after {
    border-radius: 0 0 4px 0;
  }
  .page-service-dar-03 .sec_dar_midashi img {
    top: -16px;
    margin-left: -23px;
    width: 46px;
  }

  .page-service-dar-03 .sec_dar_point {
    width: 90%;
    margin: 13px auto 0;
  }
  .page-service-dar-03 .sec_dar_point .point {
    padding: 16px 15px 5px 15px;
  }
  .page-service-dar-03 .sec_dar_point .point ul li {
    font-size: 1.3rem;
    font-weight: 600;
    background: url("../img/recommend/dar/03/check.svg") no-repeat left top 4px;
    background-size: 17px;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .page-service-dar-03 .sec_dar03_blc {
    margin: 15px auto 0;
    width: 90%;
    display: block;
  }
  .page-service-dar-03 .sec_dar03_blc section {
    padding: 15px 15px 10px 15px;
    width: 100%;
  }
  .page-service-dar-03 .sec_dar03_blc section:nth-child(3) {
    margin-bottom: 25px;
  }
  .page-service-dar-03 .sec_dar03_blc section h3 {
    border: 2px solid #80afc3;
    border-radius: 4px;
    font-size: 1.4rem;
    padding-bottom: 3px;
  }
  .page-service-dar-03 .sec_dar03_blc section h3 span {
    padding: 1px 0 2px;
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
  .page-service-dar-03 .sec_dar03_blc section h3.event-h3 {
    padding: 0.55em 0;
  }
  .page-service-dar-03 .sec_dar03_blc section h3.event-h3.line-3 {
    padding: 0.55em 0;
  }
  .page-service-dar-03 .sec_dar03_blc section .event {
    font-size: 1.5rem;
  }
  .page-service-dar-03 .sec_dar03_blc section p {
    min-height: inherit;
  }
  .page-service-dar-03 .sec_dar03_blc section img {
    vertical-align: top;
  }
  .page-service-dar-03 .sec_dar03_blc section .txt-asterisk {
    text-align: right;
    display: block;
  }

  .page-service-dar-03 .tantouwaku {
    border-radius: 4px;
    padding: 20px;
    display: block;
    margin-top: 5px;
  }
  .page-service-dar-03 .tantouwaku .tantou {
    width: 100px;
    margin: 0 auto 15px;
  }
  .page-service-dar-03 .tantouwaku p {
    margin: 0 0 0 0;
  }
  .page-service-dar-03 .sec_flex_pc .tantouwaku {
    padding: 20px;
    margin-top: 30px;
  }
  .page-service-dar-03 .sec_flex_pc .tantouwaku .tantou {
    width: 100px;
  }
  .page-service-dar-03 .sec_flex_pc .tantouwaku p {
    margin: 0 0 0 0;
  }
  .page-service-dar-03 .last-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
  }

  .page-service-dar-03 .sec_text .link_txt_arrow {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 25px;
  }
  .page-service-dar-03 .sec_text .img {
    margin-top: 10px;
  }

  .page-service-dar-03 .sec_text .link_txt_arrow a {
    border-bottom: 2px dotted #80afc3;
    color: #80afc3;
    padding-bottom: 3px;
    text-decoration: none;
    background: url("../img/recommend/dar/03/arrow.svg") center right no-repeat;
    background-size: 18px auto;
    padding-right: 25px;
  }
  .page-service-dar-03 .bnr {
    margin-top: 1em;
  }
  .page-service-dar-03 .sec_cleaning_contact {
    margin-top: 2em;
    background: #efefef;
    padding-top: 2em;
  }
  .page-service-dar-03 .sec_cleaning_contact.blue {
    margin-top: 2em;
    background: url("../img/recommend/housecleaning/cleaning_contact_bg_blue.png") repeat;
    padding: 1px 15px 15px;
  }

  .page-service-dar-03 .sec_dar_madori {
    width: 90%;
    margin: 15px auto 0;
  }
  .page-service-dar-03 .sec_dar_madori h3 {
    font-size: 1.5rem;
    padding: 20px 25px;
  }
  .page-service-dar-03 .sec_dar_madori .point h4 {
    position: static;
    width: 150px;
    margin: 0 0 0 -10px;
  }
  .page-service-dar-03 .sec_dar_madori .point ul {
    padding: 0 5%;
  }
  .page-service-dar-03 .sec_dar_madori .point ul li {
    font-size: 1.3rem;
    font-weight: 600;
    background: url("../img/recommend/dar/03/check.svg") no-repeat left top 3px;
    background-size: 17px;
    padding-left: 24px;
  }
  .page-service-dar-03 .sec_dar_madori .img {
    padding: 10px 5% 10px;
  }

  .page-service-dar-03 .sec_dar_mado .icon {
    font-size: 1.3rem;
    padding: 3px 20px;
  }
  .page-service-dar-03 .sec_dar_mado .inner {
    padding: 5px 15px 10px;
  }

  .page-service-dar-03 .sec_dar_kouka {
    padding: 1px 20px 10px;
    margin-top: 30px;
  }
  .page-service-dar-03 .sec_dar_kouka .icon {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: -15px;
  }
  .page-service-dar-03 .sec_dar_kouka .icon img {
    width: 54%;
  }
  .page-service-dar-03 .sec_dar_kouka .inner {
    padding-left: 0;
  }
  .page-service-dar-03 .sec_dar_kouka p {
    padding: 15px 0;
  }
  .page-service-dar-03 .sec_dar_kouka p img {
    margin-top: 15px;
  }

  .page-service-dar-03 .sec_dar_kaisetsu .inner {
    padding: 0 20px 20px;
  }

}

