@charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* ------------------------------------------
  	メニュー、プラン、流れ
  ------------------------------------------ */
  
  }
  /* ------------------------------------------
  		sp ダウンクリーニング
  ------------------------------------------ */

  /* 独自css */
  .menu_plan_flow_box_3 > ul.flow_list > li > .flow_list_title > .flow_list_subtitle > h4 {
    margin: 45px 0 25px;
    border: none;
    padding-bottom: 16px;
    color: #BDB37D;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
  }
  

  li.bg{
    background-color:#F7F7F8;
  }
  li.flow{
    padding:0 30px 30px;

  }

  .flow_list_title{
    height: 90px;
  }

  .menu_plan_flow_box_3 > ul.flow_list > li{
    margin-bottom:0;
  }

  @media screen and (min-width: 751px){
  h2.common_h2{
    margin:90px 0;
  }
}

h3.common_h3_bg_blue {
  display: block;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  background-color:#98C1E6;
  border-radius: 50px;
}

.qa{
display: flex;
}

.txt{
  width:475px;
  padding-right:40px;
}
.vb_img{
  width:315px;
}

/* テキスト赤 */
.txt-red{
color:#EA0032;
}

  /* ------------------------------------------
  	PC ダウンクリーニング
  ------------------------------------------ */
  .down_box_1 {
    margin-bottom: 70px;
  }
  .down_box_1 > .down_banner1 {
    margin-bottom: 50px;
  }
  .down_box_1 > .down_banner1 > img {
    max-width: 100%;
  }
  .down_box_1 > h2 {
    margin-bottom: 70px;
  }
  /* .down_box_1 > .strong_box_wrap > .strong_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  } */
  .down_box_1 > .strong_box_wrap > .strong_box > div {
    align-self: stretch;
    position: relative;
    /* width: 32%;
    padding: 20px;
    border: 1px #BDB37D solid;
    border-radius: 20px; */
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > span {
    display: block;
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > .number {
    position: absolute;
    width: 60px;
    top: -40px;
    left: 5px;
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > .number > img {
    max-width: 100%;
    height: 60px;
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > .title {
    padding-top: 10px;
    position: relative;
    color: #BDB37D;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > .title:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 10px;
    width: 100px;
    height: 1px;
    content: "";
    background-color: #BDB37D;
  }
  .down_box_1 > .strong_box_wrap > .strong_box > div > .text {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .down_box_2 {
    margin-bottom: 70px;
  }
  .down_box_2 > .trust_box_wrap {
    margin-bottom: 50px;
  }
  .down_box_2 > .trust_box_wrap > .trust_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div {
    align-self: stretch;
    width: 250px;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > span {
    display: block;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .number > span:first-child {
    padding-right: 10px;
    padding-bottom: 2px;
    font-size: 1.6rem;
    color: #BDB37D;
    line-height: 1;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .number > span:last-child {
    width: 35px;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .number > span:last-child > img {
    max-width: 100%;
    height: 35px;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .number > span > img {
    max-width: 100%;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .title {
    margin-top: -2px;
    background-color: #BDB37D;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.1px;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .text {
    padding: 20px 25px;
    font-size: 1.4rem;
  }
  .down_box_2 > .trust_button {
    text-align: center;
  }
  .down_box_2 > .trust_button > a {
    display: block;
    width: 250px;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 5px 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
  }
  .down_box_2 > .trust_button > a:hover {
    opacity: 0.7;
  }

  .down_box_3 {
    margin-bottom: 70px;
  }
  .down_box_3 > .store_box_wrap {
    display: flex;
  }
  .down_box_3 > .store_box_wrap > .text {
    width: 475px;
    padding-right: 40px;
    font-size: 1.4rem;
    color: #708384;
    box-sizing: border-box;
  }
  .down_box_3 > .store_box_wrap > .text > p {
    margin-bottom: 10px;
  }
  .down_box_3 > .store_box_wrap > .text > div {
    color: #BDB37D;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .down_box_3 > .store_box_wrap > .text > ul {
    list-style: disc;
    padding-left: 2em;
  }
  .down_box_3 > .store_box_wrap > .text > ul > li {
    font-size: 1.4rem;
    color: #708384;
  }
  .down_box_3 > .store_box_wrap > .logo {
    width: 315px;
    box-sizing: border-box;
  }
  .down_box_3 > .store_box_wrap > .logo > img {
    max-width: 100%;
  }

  .down_box_4 {
    margin-bottom: 70px;
  }
  .down_box_4 > .introduction_list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .down_box_4 > .introduction_list > ul > li {
    margin-bottom: 20px;
  }
  .down_box_4 > .introduction_list > ul > li > .image {
    margin-bottom: 10px;
  }
  .down_box_4 > .introduction_list > ul > li > .text {
    font-size: 1.3rem;
    color: #708384;
    text-align: left;
    line-height: 1.4;
  }

  .down_box_5 {
    margin-bottom: 100px;
  }
  .down_box_5 > .shop_logo {
    margin-bottom: 100px;
    text-align: center;
  }
  .down_box_5 > .shop_logo > img {
    max-width: 100%;
  }
  .down_box_5 > .course_wrap {
    display: flex;
    justify-content: center;
  }
  .down_box_5 > .course_wrap > div {
    width: 50%;
    box-sizing: border-box;
  }
  .down_box_5 > .course_wrap > div > .course_text1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #5A7071;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .down_box_5 > .course_wrap > div > .course_text2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    color: #13B5BB;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_text3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_text3 > span {
    display: inline-block;
    padding: 0 25px 10px;
    line-height: 1;
    font-size: 3rem;
    color: #13B5BB;
    border-bottom: 1px #13B5BB solid;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_image {
    margin-bottom: 7px;
    text-align: center;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_image > img {
    max-width: 100%;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_text4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #13B5BB;
    text-align: center;
    letter-spacing: 1.4px;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont {
    display: flex;
    margin-bottom: 40px;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div {
    width: 50%;
    text-align: center;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span {
    display: inline-block;
    line-height: 1;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child {
    width: 10em;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.5rem;
    border: 1px #ccc solid;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child.gray {
    background-color: #F5FBF9;
    color: #5A7071;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child.brown {
    background-color: #FCF7F4;
    color: #A58351;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:last-child {
    font-size: 4rem;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:last-child.gray2 {
    color: #5A7071;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:last-child.brown2 {
    color: #A58351;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:last-child > span {
    padding-right: 5px;
    font-size: 3rem;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > .course_cont_left {
    padding-right: 15px;
    border-right: 1px #13B5BB solid;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > .course_cont_right {
    padding-left: 15px;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .course_button {
    margin-bottom: 15px;
    text-align: center;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .course_button > a {
    display: inline-block;
    width: 14em;
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 1.2px;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
  }
  .down_box_5 > .course_wrap > div > .gray_bg > .course_button > a:hover {
    opacity: 0.7;
  }
  .down_box_5 > .course_wrap > .course_left {
    padding-right: 25px;
    border-right: 1px #D0C9C3 solid;
  }
  .down_box_5 > .course_wrap > .course_right {
    padding-left: 25px;
  }

  .down_box_6 > .down_faq_wrap {
    border-top: ;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq {
    display: flex;
    align-items: flex-start;
    /* border-bottom: 1px #BDB37D solid; */
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq:last-child {
    border-bottom: none;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq > .down_q_icon {
    width: 60px;
    padding: 20px 20px 20px 5px;
    box-sizing: border-box;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq > .down_q_icon > img {
    max-width: 100%;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq > .down_faq_text {
    width: 100%;
    padding: 20px 0;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq > .down_faq_text > .q {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 2rem;
    color: #13B5BB;
    font-weight: bold;
    line-height: 1.6;
  }
  .down_box_6 > .down_faq_wrap > ul > li.down_faq > .down_faq_text > .a {
    font-size: 1.4rem;
  }
}