 @charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* ------------------------------------------
  		sp ダウンクリーニング
  ------------------------------------------ */

    /* 4 */
  .item_img  {
      display:block;
      margin: 16px auto 0 auto;
      width: 100%;
    }
  .item_title {
      text-align: center;
      margin-top: 16px;
    }
    .item_text {
      margin-top:16px;
    }

    .pc_br {
      display: none;
    }

  .midashi_gold{
    color: #bdb37d;
    font-size: 2.0rem;
    text-align: center;
    clear: both;
    padding: 0 0 30px;
  }

  .surport_info_txt{
    text-align: center;
    padding: 20px 0 60px;
  }

  h3.txt-green{
    color: #13B5BB;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom:20px;
  }
  h3.txt-normal{
    font-size: 2.0rem;
    text-align: center;
    padding:40px 0;
  }
  .detals-about .topbox h3{
		height: auto;
		line-height: 1.4;
		margin-bottom: 25px;
		padding: 12px 0;
		border-radius: 35px;
    background: #98C1E6;
    text-align: center;
    color: white;
    margin-top: 60px;
	}


.mt70{
  margin-top: 70px;
}

  .detals-about .itembox{
  	display: block;
  	flex-direction: row-reverse;
  	justify-content: space-between;
  	margin-bottom: 50px;
  }

  .detals-about .itembox dd{
  	width: 410px;
  	font-size: 1.6rem;
  	line-height: 1.8;
  }

  .detals-about .itembox dd .item{
  	color: #ED1C24;
  }
  .detals-about .topbox{
  	border-bottom: 1px solid #98C1E6;
  	padding-bottom: 50px;
  	margin-bottom: 70px;
  }

  .detals-about .topbox ul{
  	text-align: center;
  	margin-bottom: 30px;
  }
  .detals-about .topbox ul li{
  	font-size: 1.6rem;
  }
  .detals-about .topbox ul li:not(:last-child){
  	margin-bottom: 20px;
  }
  .detals-about .topbox ul li:last-child{
  	color: #ED1C24;
  }
  .detals-about .topbox{
  	border-bottom: 1px solid #98C1E6;
  	padding-bottom: 50px;
  	margin-bottom: 70px;
  }

  .trust_button_list {
    text-align: center;
    margin-bottom:1rem;
    margin-top:2rem;
  }
  .trust_button_list ul> li{
    display: block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  .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;
  }
  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;
    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: 100;
  }
  article.contents_wrap > .contents_inner > .contents_sidebar_visible {
    right: 0;
  }
  article.contents_wrap > .contents_inner > .contents {
    padding-bottom: 50px;
  }




/*.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;
  }
  .detals-about .btn{
		width: auto;
	}
	.detals-about .topbox ul{
		text-align: left;
	}
	.beforeafterbox .box .cap img,
	.detals-about .itembox dt img{
		width: 100%;
	}
	.detals-about .itembox dd{
		width: auto;
	}
  .insta_box {
    display: block !important;
  }


}


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


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

.midashi_gold{
  color: #bdb37d;
  font-size: 2.2rem;
  text-align: center;
  clear: both;
  padding: 0 0 30px;
}

.surport_info_txt{
  text-align: center;
  padding: 20px 0 0;
}

h3.txt-green{
  color: #13B5BB;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom:20px;
}
h3.txt-normal{
  font-size: 2.4rem;
  text-align: center;
  padding-bottom:40px;
}

  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_box1*/
 .down_box_1 > .down_banner1 > p {
    margin-top:10px;
  }
  .down_box_1 > .down_banner1 > p > img {
     margin-top:50px;
   }
  .trust_button_list {
    text-align: center;
    margin-bottom:90px;
    margin-top:20px;
  }
  .trust_button_list > li{
    /* float:left; */
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  .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 h4 {
    text-align: center;
    color: #BDB37D;
    height: 40px;
    border: 1px #BDB37D solid;
    border-radius: 20px;
    line-height: 40px;
    font-size: 2rem;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
  }

  .down_box_4 .items_box {
    display: flex;
    justify-content: space-between;
  }

  .down_box_4 .items_box .item {
    width: 30%;
  }

  .down_box_4 .items_box .item h5 {
    font-size: 17px;
    text-align: center;
    margin: 10px 0;
  }

  .down_box_4 .items_box .item p {
    font-size: 12px;
  }

  .down_box_4 > .down_banner1 {
     position: relative;
     margin-top: 50px;
   }
  .down_box_4 > .down_banner1 > img {
    margin-top:20px;
    font-size:20px;
  }
  .down_box_4 > .down_banner1 > .down_banner1_txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .down_box_4 > .down_banner1 > .down_banner1_txt > h3 {
    font-size: 18px;
    color: #BDB37D;
    margin-bottom: 20px;
  }
  .down_box_4 > .down_banner1 > .down_banner1_txt > p {
    font-size: 12px;
  }
  .down_box_4 > .down_banner2 {
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .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_6*/

  .down_box_6 > .down_banner1 {
    position: relative;
  }
  .down_box_6 > .down_banner1 a:hover{
    opacity: .7;
  }

  .down_box_6 > .down_banner1 > .down_banner1_txt {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 85%;
    -webkit-transform: translate(-85%, -50%);
    transform: translate(-85%, -50%);
  }

  .down_box_6 > .down_banner1 > .down_banner1_txt > h3 {
    font-size: 25px;
    color: #13B5BB;
    margin-bottom: 20px;
  }

  .down_box_6 > .down_banner1 > .down_banner1_txt > p {
    font-size: 16px;
  }

  .down_box_6 + .how_to_use {
    text-align: center;
  }
  .down_box_6 + .how_to_use .title {
    text-align: center;
    color: #BDB37D;
    height: 40px;
    border: 1px #BDB37D solid;
    border-radius: 20px;
    line-height: 40px;
    font-size: 2rem;
    margin: 60px 0 25px;
    letter-spacing: 0.1em;
  }
  .down_box_6 + .how_to_use .btn {
    font-size: 19px;
    width: 450px;
    margin: auto;
    background: #13B5BB;
    border: 1px solid #13B5BB;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
    display: block;
    transition: .5s;
    margin-bottom: 20px;
  }
  .down_box_6 + .how_to_use p {
    margin-bottom: 20px;
  }
  .down_box_6 + .how_to_use p:last-of-type {
    margin-bottom: 0;
  }
  .down_box_6 + .how_to_use p span {
    position: relative;
    top: 20px;
    border: 25px solid transparent;
    border-top: 15px solid #BDB37D;
  }



  /* 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:80px;
    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;
  }
  .detals-about{
  	margin-bottom: 76px;
  }

  .detals-about .topbox h3{
  	background: #98C1E6;
  	text-align: center;
  	color: white;
  	height: 40px;
  	border-radius: 20px;
  	line-height: 40px;
  	font-size: 2rem;
  	margin-bottom: 50px;
  }

  .detals-about .itembox{
  	display: flex;
  	flex-direction: row-reverse;
  	justify-content: space-between;
  	margin-bottom: 50px;
  }

  .detals-about .itembox dd{
  	width: 410px;
  	font-size: 1.6rem;
  	line-height: 1.8;
  }

  .detals-about .itembox dd .item{
  	color: #ED1C24;
  }

  .detals-about .topbox ul{
  	text-align: center;
  	margin-bottom: 30px;
  }
  .detals-about .topbox ul li{
  	font-size: 1.6rem;
  }
  .detals-about .topbox ul li:not(:last-child){
  	margin-bottom: 20px;
  }
  .detals-about .topbox ul li:last-child{
  	color: #ED1C24;
  }
  .detals-about .topbox{
  	border-bottom: 1px solid #98C1E6;
  	padding-bottom: 50px;
  	margin-bottom: 70px;
  }

  .detals-about .btn{
  	width: 400px;
  	margin: auto;
  	background: #13B5BB;
  	border: 1px solid #13B5BB;
  	color: white;
  	text-align: center;
  	height: 40px;
  	line-height: 36px;
  	border-radius: 20px;
  	display: block;
  	transition: .5s;
  }

  .detals-about .btn:hover{
  	background: white;
  	color: #13B5BB;
  }

  .mt70{
    margin-top: 70px;
  }


}

.surport-movie {
  display: block;
  margin: 40px auto 0 auto;
}
.insta_box {
  padding: 0 0 70px;
  display: flex;
  justify-content: space-between;
}
.insta_box li{
  width: 45%;
}
