 @charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* ------------------------------------------
  		sp ダウンクリーニング
  ------------------------------------------ */
  article.main_visual {
    margin: 0 auto 50px;
    background-image: url("../images/sub_main_sp_space_futon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  article.main_visual.menu {
    background-image: url("../images/sub_main_sp_space_futon.png");
  }
  article.main_visual.down {
    background-image: url("../images/sub_main_sp_space_futon.png");
  }
  article.main_visual > img {
    max-width: 100%;
  }
  article.main_visual .main_inner {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    position: relative;
  }
  article.main_visual .main_inner > .main_bg {
    margin: 0 auto;
    text-align: center;
  }
  article.main_visual .main_inner > .main_bg > img {
    max-width: 100%;
  }
  article.main_visual .main_inner > h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4vw;
    font-size: 6vw;
    color: #fff;
    text-shadow: 2px 1px 13px #999;
    text-align: center;
  }

  article.contents_wrap > .contents_inner {
    display: flex;
    align-items: flex-start;
  }
  article.contents_wrap > .contents_inner > .contents_sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    right: 100%;
    top: 0;
    padding: 30px 20px;
    background-color: #fff;
    transition: 0.3s;
    z-index: 900;
  }
  article.contents_wrap > .contents_inner > .contents_sidebar_visible {
    right: 0;
  }
  article.contents_wrap > .contents_inner > .contents {
    padding-bottom: 50px;
  }

  .like-blue{
      color:#13B5BB;
  }
  /*down_box1*/
 .down_box_1 > .down_banner1 > p {
    margin-top:1rem;
    font-size:1.3rem;
  }
  .trust_button_list {
    text-align: center;
    margin-bottom:1rem;
    margin-top:2rem;
  }
  .trust_button_list > li{
    text-align:center;
    margin-left:2rem;
    margin-right:2rem;
  }

  .trust_button_list > li  > a {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    margin-bottom: 20px;
  }
  .trust_button_list > li >a:hover {
    opacity: 0.7;
  }

  .down_box_2{
    margin-bottom:2rem;
    width:100%;
  }
  /* down_box2*/
  .down_box_2 > .common_h2{
      position:relative;
      left:50px;
      padding: 20px 5px 30px 20px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 1.2px;
      font-size: 2rem;
      background-color: #13B5BB;
      color: #fff;
      border-radius: 50px 0 0 50px;
      box-sizing: border-box;
      text-align: center;
  }


  .down_box_2 > .strong3_down_wrap2 {
    justify-content: space-between;
    margin-top: 10px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> .bg_1 {
    background-color: #F7F7F8;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > span {
    display: block;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .number {
    color:#BDB37D;
    width: 60px;
    top: -40px;
    left: 5px;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper {
    float:left;
    /*margin-left:30px;*/
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper > p {
    margin-top:15px;
    color: #BDB37D;
    float:left;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper >.number > img {
    width:40px;
    max-width: 100%;
    height: 60px;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper> .title {
    position: relative;
    color: #BDB37D;
    font-size: 1.5rem;
    margin-left: 15px;
    text-align: center;
    font-weight: bold;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .text {
    clear:left;
    margin-left: 100px;
    font-size: 1.3rem;
  }
  /* .down_box_3 */

  .down_box_3 > .common_h2 {
    margin:50px 0 0;
    position:relative;
    left: 0;
    width: 90%;
    padding: 30px 5px 30px 20px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 2rem;
    background-color: #13B5BB;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
    box-sizing: border-box;
    text-align: center;
  }

  .down_box_3 > .trust3_down_wrap3 {
    justify-content: space-between;
    margin-top: 20px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> div {
    align-self: stretch;
    position: relative;
    padding: 20px 10px 20px 0;
    margin-top:30px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> div {
    align-self: stretch;
    position: relative;
    padding: 20px 10px 20px 0;
    margin-top:30px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> .bg_1 {
    background-color: #F7F7F8;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > span {
    display: block;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .number {
    color:#BDB37D;
    width: 60px;
    top: -40px;
    left: 5px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper {

    float:left;
    margin-left:30px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper > p {
    margin-top:15px;
    color: #BDB37D;
    float:left;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper >.number > img {
    width:40px;
    max-width: 100%;
    height: 60px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper> .title {
    float:right;
    max-width:70%;
    color: #BDB37D;
    font-size: 1.8rem;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .text {
    clear:left;
    margin-left: 100px;
    font-size: 1.4rem;
  }
  /*down_box4*/
  .down_box_4{
    width:90%;
    margin-left:5%;
    margin-right: 5%;
    margin-bottom:20px;
  }
  .down_box_4 > .down_banner1 > img {
    margin-top:10px;
    justify-content: center;
    font-size:13px;
  }
  .down_box_4 > .down_banner2 {
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .down_box_4 > .comment {
    font-size:2rem;
  }
  /* .down_box_5 */
  .down_box_5{
    width:80%;
    margin-left:10%;
  }
  .down_box_5 > .title{
    font-size: 22px;
    text-align: center;
    border-bottom:solid 1px;
    margin-bottom: 20px;
  }
  .down_box_5 > .textcontent-ozon{
    float:left;
    font-weight:bold;
  }
  .down_box_5 > .textcontent-ozon > p{
    font-size:1.2em;
    margin-bottom:10px;
    margin-right:40%;

  }
  .down_box_5  > .textcontent-ozon > .pictcontent-ozon{
    max-width:30%;
    position:relative;
    float:right;
    top:-8rem;
    margin-bottom:4rem;
  }
  .down_box_5  > .textcontent-ozon > .pictcontent-ozon >img{
    width:100%;
    height:auto;
  }
  .down_box_5  > .textcontent-ozon > .para2{

    margin-top:10rem;
    font-size:1.4em;
  }
  .down_box_5 > .textcontent-ozon > ul > li{
    position: relative;
    padding-left: 15px;
    font-weight:bold;
  }
  .down_box_5 > .textcontent-ozon > ul > li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #13B5BB;
    border-radius: 50%;
  }
  .down_box_5 > .textcontent-ozon > ul > text {
    float:left;
    margin-bottom: 30px;
  }


  .down_box_5 > p{
    clear:left;
    font-weight:bold;
  }
  .down_box_5 > .text{
      font-size:14px;
      font-weight:bold;
  }

  /* down_box_7*/
  .down_box_7 > .common_h2{
      position:relative;
      left:20px;
      padding: 30px 5px 40px 20px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 1.2px;
      font-size: 2rem;
      background-color: #13B5BB;
      color: #fff;
      border-radius: 50px 0 0 50px;
      box-sizing: border-box;
      text-align: center;
      margin-bottom:20px;
  }
  .down_box_7{
    display:block;
    width:90%;
    margin-left:5%;
    align-items: baseline;
  }
  .down_box_7 > .process{
  display:flex;
  flex-flow: column;
  }
  .down_box_7 > .process >.process_name{
    padding: 0.2em 0.5em;
    margin: 1em 0;
    font-weight: bold;
    font-size:20px;
    color:#13B5BB;/*文字色*/
    background: #FFF;
    border: solid 3px #13B5BB;/*線*/
    border-radius: 20px;/*角の丸み*/
  }
  .down_box_7 > .process >.process_name > p{
    position:relative;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .down_box_7 > .process >.process-content{
    font-size:14px;

  }
  .down_box_7 > .process >.process-content2{
      font-size:12px;
  }
  .down_box_7 > .process >.process-content >.text{
      float:left;
      width:100%;
      font-size:15px;
      margin-bottom:50px;
  }
  .down_box_7 > .process >.process-content2 >.text{
      float:left;
      font-size:15px;
      margin-bottom:10px;
  }
  .down_box_7 > .process >.process-content >.pict{
      float:right;
      margin-bottom:50px;

  }


  .down_box_7 > .process > .arrow-wrapper{
      clear:left;
      position:relative;
      margin-bottom:40px;
  }


/*.arrow_blue {
     position:relative;
     height:32px;
     width:32px;
     margin:auto;
     background-color:#4682b4;
     transform: rotate(90deg);
  }

  .arrow_blue::before {
     position:absolute;
     margin:auto;
     content:"";
     border:solid 32px transparent;
     border-left:solid 32px #4682b4;
     top:-16px;
     left:24px;
  }*/
  .arrow_blue{
    width: 30px;
   height: 30px;
   border: 5px solid;
   border-color: #565656 #565656 transparent transparent;
   transform: rotate(135deg);
   margin: 0 auto;
  }

  .arrow_blue::before {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(135deg);
  }


  .clear-wrapper{
    clear:left;
  }


  /* 8*/
  .down_box_8{
      padding-bottom:50px;
      width:90%;
      margin:0 auto;
  }

  /*faq*/
  .phone-none{
    display:none !important;
  }

  .down_box_faq > .faq_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 16px 0;
  }


  .down_box_faq > .faq_link ul li a{
    display: block;
    width: 160px;
    font-size: 10px;
    text-align: center;
    background-color: #13B5BB;
    color: #fff;
    margin: 4px;
    padding: 4px;
    border-radius: 8px;
  }

  .down_box_faq{
    width:90%;
    margin-left:5%;
  }
  .down_box_faq > .down_faq_wrap {
    border-top: 1px #BDB37D solid;
    margin-bottom:50px;
    border-bottom: 1px #BDB37D solid;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq {
    display: flex;
    align-items: flex-start;

  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq:last-child {
    border-bottom: none;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_q_icon {
    width: 60px;
    padding: 20px 20px 20px 5px;
    box-sizing: border-box;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_q_icon > img {
    max-width: 100%;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_faq_text {
    width: 100%;
    padding: 20px 0;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_faq_text > .q {

    padding-top: 10px;
    font-size: 2rem;
    color: #13B5BB;
    font-weight: bold;
    line-height: 1.6;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_faq_text > .a {
    /*display:none;*/
  }
  .phone-none{
    display:none;
  }


}


/*************************************************************** */


 /* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
    /* ------------------------------------------
  	PC 布団
  ------------------------------------------ */
  .down_box_faq .common_h2 {
    margin-top: 40px;
  }

  article.main_visual {
    margin: 0 auto 80px;
    background-image: url("../images/sub_main_pc_space_futon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  article.main_visual.menu {
    background-image: url("../images/sub_main_pc_space_futon.png");
  }
  article.main_visual.down {
    background-image: url("../images/sub_main_pc_space_futon.png");
  }
  article.main_visual > img {
    max-width: 100%;
  }
  article.main_visual .main_inner {
    width: 1500px;
    min-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    position: relative;
  }
  article.main_visual .main_inner > .main_bg {
    text-align: center;
  }
  article.main_visual .main_inner > .main_bg > img {
    max-width: 100%;
  }
  article.main_visual .main_inner > h1 {
    width: 100%;
    max-width: 1040px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -520px;
    margin-top: -30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 1px 13px #999;
  }

  article.contents_wrap {
    /*width: 1500px;
    min-width: 1500px;*/
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  article.contents_wrap > .contents_inner {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    display: flex;
    align-items: flex-start;
  }
  article.contents_wrap > .contents_inner > .contents_sidebar {
    width: 200px;
  }
  article.contents_wrap > .contents_inner > .contents {
    width: 840px;
    padding-left: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .like-blue{
      color:#13B5BB;
  }
  /*down_box1*/
 .down_box_1 > .down_banner1 > p {
    margin-top:10px;
    font-size:13px;
  }
  .trust_button_list {
    text-align: center;
    margin-bottom:200px;
    margin-top:20px;
  }
  .trust_button_list > li{
    float:left;
    text-align:center;
    margin-left:20px;
    margin-right:20px;
  }

  .trust_button_list > li  > a {
    display: inline-block;
    width: 20em;
    font-size: 1.7rem;
    padding: 10px 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
  }
  .trust_button_list > li >a:hover {
    opacity: 0.7;
  }


  /* down_box2*/
  .down_box_2 > .common_h2{
      margin-top:100px;
      clear:left;
  }
  .down_box_2 > .common_h2 >.br-sp{
      display:none;
  }


  .down_box_2 > .strong3_down_wrap2 {
    justify-content: space-between;
    margin-top: 40px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_2 > .strong3_down_wrap2 > .strong3_down_box2> .bg_1 {
    background-color: #F7F7F8;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > span {
    display: block;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .number {
    color:#BDB37D;
    width: 60px;
    top: -40px;
    left: 5px;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper {
    float:left;
    margin-left:30px;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper > p {
    margin-top:15px;
    color: #BDB37D;
    float:left;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper >.number > img {
    width:60px;
    max-width: 100%;
    height: 60px;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .title-wrapper> .title {
    position: relative;
    color: #BDB37D;
    font-size: 2rem;
    margin-left: 40px;
    text-align: center;
    font-weight: bold;
  }
  .down_box_2 >.strong3_down_wrap2 > .strong3_down_box2> div > .text {
    clear:left;
    margin-left: 165px;
    font-size: 1.4rem;
  }
  /* .down_box_3 */

  .down_box_3 > .common_h2 {
      margin-top:100px;
      clear:left;
  }


  .down_box_3 > .trust3_down_wrap3 {
    justify-content: space-between;
    margin-top: 40px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> div {
    align-self: stretch;
    position: relative;
    padding: 20px;
    margin-top:30px;
  }
  .down_box_3 > .trust3_down_wrap3 > .trust3_down_box3> .bg_1 {
    background-color: #F7F7F8;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > span {
    display: block;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .number {
    color:#BDB37D;
    width: 60px;
    top: -40px;
    left: 5px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper {
    float:left;
    margin-left:30px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper > p {
    margin-top:15px;
    color: #BDB37D;
    float:left;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper >.number > img {
    width:60px;
    max-width: 100%;
    height: 60px;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .title-wrapper> .title {
    position: relative;
    color: #BDB37D;
    font-size: 2rem;
    margin-left: 40px;
    text-align: center;
    font-weight: bold;
  }
  .down_box_3 >.trust3_down_wrap3 > .trust3_down_box3> div > .text {
    clear:left;
    margin-left: 165px;
    font-size: 1.4rem;
  }
  /*down_box4*/
   .down_box_4 > .down_banner1 > img {
    margin-top:10px;
    font-size:13px;
  }
  .down_box_4 > .down_banner2 {
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .down_box_4 > .comment {
    font-size:0.8em;
  }
  /* .down_box_5 */

  .down_box_5 > .title{
    font-size: 22px;
    text-align: center;
    border-bottom:solid 1px;
    margin-bottom: 40px;
  }
  .down_box_5 > .textcontent-ozon{
    float:left;
    font-weight:bold;
    margin-bottom:20px;
  }

  .down_box_5 > .textcontent-ozon > p{

    margin-bottom:20px;
  }
  .down_box_5 > .textcontent-ozon >.pictcontent-ozon{
    float:right;
    position:relative;
    left:200px;
    top:-50px;
  }

  .down_box_5 > .textcontent-ozon > ul > li{
    position: relative;
    padding-left: 15px;
    font-weight:bold;
  }
  .down_box_5 > .textcontent-ozon > ul > li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #13B5BB;
    border-radius: 50%;
  }
  .down_box_5 > .textcontent-ozon > ul > text {
    margin-bottom: 30px;
  }


  .down_box_5 > p{
    clear:left;
    font-weight:bold;
  }
  .down_box_5 > .text{
      font-size:14px;
      font-weight:bold;
  }

  /* down_box_7*/

  .down_box_7 > .process >.process_name{
    padding: 0.2em 0.5em;
    margin: 1em 0;
    font-weight: bold;
    font-size:20px;
    color:#13B5BB;/*文字色*/
    background: #FFF;
    border: solid 3px #13B5BB;/*線*/
    border-radius: 20px;/*角の丸み*/

  }
  .down_box_7 > .process >.process_name > p{
      text-align: center;
      margin: 0;
      padding: 0;
  }
  .down_box_7 > .process >.process-content{
      height: 70px;
      margin-bottom:60px;

  }
  .down_box_7 > .process >.process-content2{
      margin-bottom:30px;
      font-size:12px;
  }
  .down_box_7 > .process >.process-content >.text{
      float:left;
      font-size:12px;
  }
  .down_box_7 > .process >.process-content >.pict{
      float:right;
      margin-bottom:60px;
  }


  .down_box_7 > .process > .arrow-wrapper{
      padding-top:20px;
      padding-bottom:30px;
  }

  .arraw-wrapper{
      clear:left;
  }
  /*.arrow_blue {
     position:relative;
     height:32px;
     width:32px;
     margin:auto;
     background-color:#4682b4;
     transform: rotate(90deg);
  }

  .arrow_blue::before {
     position:absolute;
     margin:auto;
     content:"";
     border:solid 32px transparent;
     border-left:solid 32px #4682b4;
     top:-16px;
     left:24px;

  }*/
.arrow_blue{
  width: 30px;
 height: 30px;
 border: 5px solid;
 border-color: #565656 #565656 transparent transparent;
 transform: rotate(135deg);
 margin: 0 auto;
}

.arrow_blue::before {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(135deg);
}

  .clear-wrapper{
    clear:left;
  }
  .down_box_7 > .trust_button_list {
    clear:both;
    text-align: center;
    margin-bottom:200px;
    margin-top:20px;
  }
  .down_box_7 > .trust_button_list > li{
    float:left;
    text-align:center;
    margin-left:20px;
    margin-right:20px;
  }

  .down_box_7 > .trust_button_list > li  > a {
    display: inline-block;
    width: 20em;
    font-size: 1.7rem;
    padding: 10px 0;
    color: #fff;
    background-color: #13B5BB;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
  }
  .down_box_7 > .trust_button_list > li >a:hover {
    opacity: 0.7;
  }
  /* 8*/
  .down_box_8{
      padding-bottom:50px;
  }

  /*faq*/
  .down_box_faq > .faq_link ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 90px -16px;
  }

  .down_box_faq > .faq_link ul li {
    margin-left: 8px;
  }

  .down_box_faq > .faq_link ul li a{
    width: 175px;
    font-size: 14px;
    text-align: center;
    background-color: #13B5BB;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .down_box_faq > .down_faq_wrap {
    border-top: 1px #BDB37D solid;
    border-bottom: 10px;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px #BDB37D solid;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq:last-child {
    border-bottom: none;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_q_icon {
    width: 60px;
    padding: 20px 20px 20px 5px;
    box-sizing: border-box;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_q_icon > img {
    max-width: 100%;
  }
  .down_box_faq> .down_faq_wrap > ul > li.down_faq > .down_faq_text {
    width: 100%;
    padding: 20px 0;
  }
  .down_box_faq> .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_faq> .down_faq_wrap > ul > li.down_faq > .down_faq_text > .a {
    font-size: 1.4rem;
  }


/*vb用*/
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;
  }


}
