@charset "UTF-8";

#under_main {
    background: url(../images/noor_top.jpg)no-repeat center/cover;
    
}
#content section {
  margin-top: 20px;
}
#content section h2 {
  letter-spacing: 7px;
  margin-bottom: 40px;
}
#content section .ear_img {
  width: 55%;
  position: relative;
}
#content section .ear_txt {
  position: absolute;
  right: -400px;
  bottom: -100px;
  height: 400px;
  width: 550px;
  line-height: 2;
  padding: 35px;
  background-color: rgb(243, 243, 243, 0.7);
}
#content section .ear_txt h3 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 23px;
  padding-left: 20px;

}
#content section h4 {
  font-weight: normal;
  font-size: 23px;
  border-left: 1px solid #666;
  padding-left: 20px;
}

#content section p {
  padding: 20px 20px 0 20px;
}
#content section .ear_img2 {
  width: 70%;
  margin: 0 0 0 auto;
  position: relative;
}
#content section .ear_txt2 {
  position: absolute;
  left: -400px;
  bottom: -200px;
  height: 450px;
  width: 550px;
  line-height: 2;
  background-color: rgb(243, 243, 243, 0.7);
  padding: 35px;
  
}
#content section .ear_txt2 h3 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 23px;
  padding-left: 20px;

} 
.explain {
  line-height: 2.5;
  margin: 200px auto 0;
  text-align: center;
  padding-bottom: 0;
  align-items: center;
}
.explain_img  {
  width: 50%;
}
.explain div {
  align-items: center;
}
.explain_txt {
  width: 50%;
  
}
.price {
  width: 300px;
  margin: 20px auto 30px;
  box-shadow: 1px 5px 5px 5px rgba(108, 108, 109, 0.2);

}
.price h5 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 23px;
}
.price h5 small {
  font-size: 13px;
}


/* フッター */

@media screen and (max-width:768px) {
  #under_main div {
    padding-top: 30px;
  }
  #content section .ear_img {
    width: 90%;
  }
  #content section .ear_txt {
    right: -40px;
    bottom: -600px;
    height: 510px;
    width: 100%;
    line-height: 1.9;
    padding: 25px;
    margin-bottom: 300px;
}
#content section h4 {
  font-size: 17px;
}

.flow h2 {
  margin-top: 250px;
}
#content section .ear_img2 {
  width: 95%;
  margin: 0 0 0 auto;
  
}
#content section .ear_txt2 {
  left: -20px;
  bottom: -450px;
  height: 560px;
  width: 95%;
  line-height: 1.9;
  padding: 25px;
}
.explain {
  margin: 500px auto 0;
}
.explain div {
  display: block;
}
.explain_img  {
  width: 100%;
}
.explain_txt {
  width: 100%;
  padding: 30px;
  line-height: 2;
}
.price {
  padding: 7px;
}
}