@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
.top_copy_app_area {
  width: 100%;
  padding: 20px 0rem 20px 0px;
  margin: 0 auto 0rem auto;
  background-color: #EFEFEF
}
.top_copy_bold_app {
  font-size: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
  margin: 0px 0px 0rem 0px;
  text-align: center
}
.top_copy_app {
  width: 90%;
  margin: 0px auto 0px auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
}




.compatibility_base {
  width: 100%;
  padding: 2rem 0px 0px 0px;
  margin: 0px auto 0px auto;
}


.compatibility_area{
 display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
width: 92%;
	padding: 0rem 0 ;
	  margin: 0 auto 3rem auto;
	  border-bottom: #999 1px solid;
}






.compatibility_txt{
	  flex: 1 0 ;

  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 1.8rem;


}

.compatibility_txt_b {
 width: 100%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
	  margin: 2rem auto 1rem auto;
	padding-bottom: .5rem;
	border-bottom: #333 1px solid;
}


.compatibility_p{
  width: 100%;
  margin: 1rem 0 1rem 0;

}

.compatibility_txt_s {
	
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.4rem;
  margin: 0rem 0.5rem 0.6rem 0.5rem;
}

.ct{

  margin: 1rem 0 0.5rem 0;
}

.setting_movie_area {
	width: 96%;
	  margin: 3rem auto 3rem auto;

}

.setting_movie_title {

  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  margin: 0rem auto 3rem auto;
	text-align: center
	
}


.setting_mov_inner{
	width: 100%;  margin: 0 auto;
   position: relative;
      aspect-ratio: 100 / 56.25;

}

.setting_mov_inner iframe{
  position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;  

}
