 @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;
    padding-bottom: 30px;
  }
  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: 5vw;
    color: #fff;
    text-shadow: 0.5px 0.5px 5px #000;
    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:90%;
  }
  /* down_box2*/
  .down_box_2 > .common_h2{
      position:relative;
      left:50px;
      padding: 10px 5px 10px 20px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 1.2px;
      font-size: 2rem;
      background-color: #13B5BB;
      color: #fff;
      border-radius: 80px 0 0 80px;
      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 > .down_banner2 > h4{
	border: solid 2px #13b5bb;
	border-radius: 15px 15px;
	font-size: 20px;
	color: #13b5bb;
}
  .down_box_4 > .comment {
    font-size:2rem;
}
.price-corce {
	font-weight:bold;
	background-color:#13b5bb;
	padding:3px;
	color:#fff;
}
.price-set {
	border-bottom:1px solid #000;
	padding:0 0 3px 0;
}
dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dt {
	width: 50%;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #DADADA;
}

dd {
	width: 50%;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F3F3F3;
}
.pricebox{
	display:none;
}





  /* .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;


  }
  .down_box_5  > .textcontent-ozon > .pictcontent-ozon{
    max-width:30%;
text-align:center;
  }
  .down_box_5  > .textcontent-ozon > .pictcontent-ozon >img{
    width:100%;
    height:auto;
  }
  .down_box_5  > .textcontent-ozon > .para2{


    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: 10px 5px 10px 20px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 1.2px;
      font-size: 2rem;
      background-color: #13B5BB;
      color: #fff;
      border-radius: 80px 0 0 80px;
      box-sizing: border-box;
      text-align: center;
      margin-bottom:20px;
      margin-top: 50px;
  }
  .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{
    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;
  }

  /* vb */
  .warning-img-text {
    text-align: center;
    margin-bottom: 24px;
  }

  .warning-title {
    color: #13B5BB;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  }
  .warning-text {
    display: block;
    margin: 16px auto 0 auto;
    background: #eee;
    padding: 10px;
  }
  .graph-images {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: 40px auto 0 auto;
  }
  .graph-images > img {
    width: 100%;
    margin: 32px auto;
  }


}

/* 20231128 追加 ご利用の流れコンテンツのテキスト化 */
.post4 .op:nth-child(1) {
  width: auto;
}
.futon-table .sp{
  display: none;
}
@media screen and (max-width: 750px){
  .futon-table {
      font-size: 1rem
  }
  .futon-table .sp{
      display: block;
  }
  .wrapDetail5 .obDetail{
      flex-basis: 100%;
  }
}

/*  */
.order_step .ttl{
  width: 560px;
  padding: 10px;
  margin: 0 auto;
  color: #13B5BB;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  border-radius: 30px;
  border: 2px solid #13B5BB;
}
.flex_wrap {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex_wrap .img {
  width: 110px;
}
.flex_wrap .arrow {
  margin: 0 5px 20px;
}
.flex_wrap .txt {
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .order_step .ttl{
    width: 90%;
    font-size: 1.6rem;
  }
  .flex_wrap {
    margin: 10px 0 20px;
  }
  .flex_wrap .step {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  .flex_wrap .arrow {
    margin: 0;
    transform: rotate(90deg);
  }
}
/* /.20231128 追加 ご利用の流れコンテンツのテキスト化 */

/* 20231128 追加 お支払いについて */
/*--start トップページ専用スタイルシートからの流用--*/
.cp_qa_add {
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width:767px) { 
  .cp_qa_add {
      width: 95%;
  }
}
.cp_qa_add *, .cp_qa_add *:after, .cp_qa_add *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa_add .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
  border-radius: 1rem;
  border: 1px solid #2bbcc2;
}

.cp_qa_add .cp_actab input {
  position: absolute;
  opacity: 0;
}

.main_title {
  color: #13B5BB;
  font-weight: bold;
  text-align: center;
}

/* 質問 */
.cp_qa_add .cp_actab label {
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 5em 1em 3em;
  cursor: pointer;
  border-radius: 0.5em;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media screen and (max-width:767px) { 
  .cp_qa_add .cp_actab label {
      padding: 1em 2.5em;
  }
}
.cp_qa_add .cp_actab label:hover {
  transition: all 0.3s;
}

/* --質問の＋アイコン */
.cp_qa_add .cp_actab label::after {
  font-size: 1.6em;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 2rem;
  content: '\2b';
  display: inline-block;
  height: 54px;
  -webkit-transition: transform 1s;
  transition: transform .2s;
  font-weight: 500;
  color: #29bac0;
}

/* 答え */
.cp_qa_add .cp_actab .cp_actab-content {
  line-height: 1.6em;
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 1rem 0;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  border-radius: 0 0 0.5em 0.5em;
  background-color: #f2f2f2;
}
@media screen and (max-width:767px) {
  .cp_qa_add .cp_actab .cp_actab-content {
      padding: 0 1rem;
  }
} 

.cp_qa_add .cp_actab .cp_actab-content p {
  margin: 1em;
}
@media screen and (max-width:767px) {
  .cp_qa_add .cp_actab .cp_actab-content p {
      margin: 20px 0;
  }
}
/* 質問を開いた時の仕様 */
/* 答えの高さ */
.cp_qa_add .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  background-color: #f2f2f2;
  transition: max-height 3s;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa_add .cp_actab input:checked ~ label {
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa_add .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*--end トップページ専用スタイルシートからの流用--*/

/*--start 下層ページ専用スタイルシートとのクラスバッティング回避--*/
.cp_qa_add .payment {
  width: auto;
  text-align: left;
  background-color: #fff;
}
/*--end 下層ページ専用スタイルシートとのクラスバッティング回避--*/
/* /end 20231128 追加 お支払いについて */

/* 20231226 追加 専用バッグについて */
.dedicated-bag-wrapper {
  margin-bottom: 50px;
}
.dedicated-bag-lists {
  display: flex;
  text-align: center;
}
.dedicated-bag-name {
  font-size: 2.3rem;
  border-bottom: 2px solid #ddd;
  padding: 0 10px;
  display: inline-block;
}
.dedicated-bag-size {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .dedicated-bag-name {
      font-size: 1.8rem;
  }
  .dedicated-bag-size {
      font-size: 1.6rem;
  }
}
/* /.20231226 追加 専用バッグについて */

/* 20231226 追加 お預かり対象アイテム */
.subject_item {
      margin-bottom: 80px;
}
.subject_item .subject_item_lists {
      display: flex;
      text-align: center;
}
@media screen and (max-width: 750px) {
  .subject_item {
      padding: 0 20px;
  }
  .subject_item .subject_item_lists {
      flex-wrap: wrap;
  }
  .subject_item　.subject_item_list {
      width: 50%;
  }
}
/* /.20231226 追加 お預かり対象アイテム */

/* 20240117 futon.html 布団の汚れについて */
.futon_dirt_overview {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.futon_dirt_lists {
    margin: 0 auto;
    margin-bottom: 50px;
}
.futon_dirt_list {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.futon_dirt_img_lists {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.futon_dirt_img_list {
    flex: 0 0 29%;
    text-align: center;
    font-size: 1.8rem;
}
.dirt__years {
    font-weight: bold;
    font-size: 2rem;
}
.futon_dirt_txt {
    font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .futon_dirt {
      width: 90%;
      box-sizing: border-box;
      margin: 0 auto;
      overflow: hidden;
      clear: both;
      margin-top: 50px;
  }
  .futon_dirt_overview {
      font-weight: bold;
      font-size: 1.6rem;
  }
  .futon_dirt_list {
      font-size: 1.6rem;
  }
  .futon_dirt_img_lists {
      display: block;
  }
  .futon_dirt_img_list {
      font-size: 1.6rem;
  }
  .dirt__years {
      font-size: 1.8rem;
  }
  .futon_dirt_txt {
      font-size: 1.6rem;
  }
}




















































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


 /* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
    /* ------------------------------------------
  	PC 布団
  ------------------------------------------ */


  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: 0.5px 0.5px 5px #000;
  }

  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: 20px 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 {
	width:100%;
	margin-top:50px;
	/*	display: flex;	*/
	justify-content: center;
	align-items: center;
	text-align:center;
}
.down_box_4 > .down_banner2 > h4{
	border: solid 2px #13b5bb;
	border-radius: 20px 20px;
	font-size: 24px;
	olor: #13b5bb;
}


.pricebox{

}
table{
	width: 100%;
}
table .price {
	border-collapse:  collapse;
	border-top:solid 1px #13b5bb;
}
.price td{
	border-bottom:solid 1px #13b5bb;
	border-right:solid 2px #fff;
	padding:10px;
	font-size:14px;
	width:20%;
}
.greback{
	background-color:#d6f2f3;
}
.bleback{
	background-color:#e8feff;
}

.priceboxsp{
	display:none;
}



  .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:16px;
  }
  .down_box_7 > .process >.process-content >.text{
      float:left;
      font-size:16px;
  }
  .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 > .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;
  }

  .warning-img-text {
    text-align: center;
    margin-bottom: 24px;
  }

  .warning-title {
    color: #13B5BB;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
  }
  .warning-text {
    display: block;
    margin: 16px auto 0 auto;
    background: #eee;
    padding: 25px;
  }
  .graph-images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: 40px auto 0 auto;
  }
  .graph-images > img {
    width: 40%;
    margin: 32px auto;
  }
  .down_box_2 > .trust_box_wrap > .trust_box > div > .title-2row {
    line-height: 1.5;
  }
}

  /* シュラフ処理 */
@media screen and (min-width: 751px){

.icon_layout_3{
    display: flex;
    justify-content: center;
}
.icon_layout_3 > .icons {
    width: 16.66%;
    margin: 0px 20px 30px;
    text-align: center;
}

}

@media screen and (max-width: 750px){

.icon_layout_3{
    display: flex;
    justify-content: center;
}
.icon_layout_3 > .icons {
    width: 22%;
    margin: 0px 10px 30px;
    text-align: center;
}

}

/* 20231218 futon.html ご利用上の注意事項 */
.caution-accordion *,
.caution-accordion *:before,
.caution-accordion *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.caution-accordion {
position: relative;
}
.caution-accordion label {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
height: 140px;
cursor: pointer;
text-align: center;
background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.caution-accordion input:checked+label {
background: inherit;
}
.caution-accordion label:after {
line-height: 2.5rem;
position: absolute;
z-index: 2;
bottom: 20px;
left: 50%;
width: 16rem;
content: '続きを読む ▼';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 20px;
background-color: #13b5bb;
}
.caution-accordion input {
display: none;
}
.caution-accordion .cp_container {
overflow: hidden;
height: 150px;
transition: all 0.5s;
}
.caution-accordion input:checked+label {
display: none;
}
.caution-accordion input:checked~.cp_container {
height: auto;
padding-bottom: 80px;
transition: all 0.5s;
}
.accordion-box-title:not(:first-child) {
margin-top: 20px;
}
.accordion-box-title {
font-size: 20px;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#caution-accordion-wrapper {
width: 90%;
margin: 50px auto 0;
}
}