*{
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
body{
  background-color: #FC7900 !important;
}
.wrapper{
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
img{
  width: 100%;
}
.header{
  position: fixed;
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  z-index: 100;
}
a:hover{
  opacity: 0.6;
}
.header h1{
  display: inline-block;
  width: 30%;
  margin-top: 5px;
  margin-left: 5px;
}
.header_line{
  display: inline-block;
  width: 31%;
  float: right;
  margin-top: 10px;
  margin-right: 3px;
}
.header_cv{
  display: inline-block;
  width: 31%;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}
.fv{
  background-color: #F2F2F2;
  padding: 80px 0;
}
.contents_80{
  width: 90%;
  margin: 0 auto;
}
.onayami{
  padding-top: 100px;
}
.onayami img{
  margin-bottom: 60px;
}
.miryoku{
  background-color: #F2F2F2;
  padding: 60px 0;
}
.miryoku img{
  margin-bottom: 60px;
}
.works{
  padding: 80px 0;
}
.works img{
  margin-bottom: 20px;
}
.price{
  background-color: #F2F2F2;
  padding-top: 80px;
}
.price img{
  margin-bottom: 60px;
}
/*==============================================================================================
================================================================================================
iPad Proのスタイル  画面の横幅1024px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:1024px){
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅768px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:768px){
 
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅414px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:414px){
}

/*==============================================================================================
================================================================================================
iPhone6のスタイル  画面の横幅375px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:375px){

}

/*section-question start*/
  .section-question {
  padding: 50px 0;
  box-sizing: border-box;
}

  .section-question__cnt-list:hover {
  cursor: pointer;
}

  .section-question__cnt-list li {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  background: #EFEFEF;
  box-sizing: border-box;
}

  .section-question__cnt-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

  .section-question__cnt-list h3 {
  position: relative;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
}

  .section-question__cnt-list h3::after {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

  .section-question__cnt-list h3.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

  .section-question__cnt-list p {
  position: relative;
  height: 0;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

  .section-question__cnt-list p.open {
  padding: 20px;
  height: auto;
  border: 2px solid #eee;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .section-question {
      padding: 15% 0;
  }

    .section-question__cnt-list li {
      padding: 2%;
  }

    .section-question__cnt-list li:not(:last-of-type) {
      margin-bottom: 2%;
  }

    .section-question__cnt-list h3 {
      padding: 2%;
  }

    .section-question__cnt-list h3::after {
      right: 5px;
  }

    .section-question__cnt-list p.open {
      margin-top: 2%;
      padding: 2%;
  }
}

@media screen and (max-width: 480px) {
    .section-question__cnt-list h3 {
      font-size: 14px;
  }

    .section-question__cnt-list p {
      font-size: 14px;
  }
}

/*section-question end*/