<?php header('Content-Type: text/css; charset=utf-8');?>
@charset "utf-8";
/*　ズラリ写真は今は使用しない S　*/
/* 【 border 】 *****************************/
/* 【 background 】 *****************************/
/* 【 color 】 *****************************/
.question_plus span {
  color: red;
}
/* 【 margin 】 *****************************/
.q_div1,.q_div2,.q_div3 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.top_content.end p {
  margin: 0;
}
/* 【 width 】 *****************************/
.q_div1,.q_div2,.q_div3 {
  width: 70%;
}
/* 【 other or special CSS 】 *****************/
.iframe01 {
  position: relative;
  width: 50%;
  padding-top: 30%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
.iframe01 iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/*************** レスポンシブ S ***************/
@media screen and (max-width: 640px){
  .q_div1,.q_div2,.q_div3 {
      width: 87%;
  }
  /* 【 ［SP］other or special CSS 】 ******/
  .iframe01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow:auto; 
    -webkit-overflow-scrolling:touch;
  }
}
/*************** レスポンシブ E ***************/