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


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

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


.compatibility_txt {
  flex: 1 0;
  width: 80%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.8rem;
}

.compatibility_txt_b {
	  width: 80%;

  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
  margin: 4rem auto 1rem auto;
		padding-bottom: .5rem;
	border-bottom: #333 1px solid;

}

.compatibility_p {
  display: flex;
  flex-flow: wrap;

	align-items: center;
  width: 80%;
  margin: 1rem 0 2rem 0;
}


.w50 {


   margin: 1rem 0 1rem 0;
}


.compatibility_txt_s {
		  width: 80%;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.6rem;
  margin: 1rem auto 0.8rem auto;
}



.ct{

  margin: 1rem 0 0.5rem 0;
}

.setting_movie_area {
	width: 80%;
	
  margin: 5rem auto 5rem auto;
}

.setting_movie_title {

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


.setting_mov_inner{
	width: 90%;  margin: 0 auto;
   position: relative;
   /*     padding-bottom: 56.25%;*/
aspect-ratio: 100 / 56.25;
}

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

}
