p {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin: 0 20px;
}

#main-contents {
  width: 100%;
  margin: 0 auto;
    max-width: 952px;
}

#first-img-area {
  font-size: 0;
  position: relative;
}

.img-block {
  width: 50%;
  display: inline-block;
}

#first-img-area p{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
}

#second-img-area {
  font-size: 0;
    margin-top: 100px;
}

.second-img {
    display: inline-block;
    width: 30%;
    margin: 0 1.66%;
    border-radius: 50%;
}

#review-area {
    padding: 40px 20px 20px;
    width: 80%;
    margin: 40px auto;
    border: 1px solid #aaa;
    position: relative;
}

.review-title {
      line-height: 1;
    font-size: 18px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    text-align: center;
    background: #fff;
    display: inline;
  font-weight: 100;
    color: #444;
}

.reviews {
    font-size: 16px;
    line-height: 1.8;
      color: #444;
    font-weight: 100;
    letter-spacing: 3px;
    font-style: italic;
    font-family: serif;
}

.drytech-img {
    width: 80%;
    display: block;
    margin: 10px auto 30px;
}

.introduction-dry-area {
    margin-top: 100px;
}

.introduction-dry-area a {
  position: relative;
    display: block;
    width: calc(80% - 20px);
    margin: 10px auto;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    background: #6BB8FF;
}

  .click-img {
    position: absolute;
    width: 50px;
    height: 30px;
    top: -15px;
    left: -15px;
}

#merit-area {
    margin: 100px 0;
}

.merit-title,.contact-title {
    text-align: center;
    font-weight: bold;
}

.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
    margin-bottom: 40px;
}

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

#merit-area {
    margin-top: 100px;
}

#merit-area ul {
    font-size: 0;
    margin: 60px 0;
  text-align: center;
}

#merit-area li {
    margin-bottom: 40px;
  text-align: left;
}

.thumb {
    width: 200px;
    display: inline-block;
}

.descliption-text-area {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 220px);
    padding-left: 20px;
}

.descliption-ttl {
    background: #000;
    color: #ccc;
    font-weight: bold;
    padding: 0 5px;
}

.contact-text {
    margin: 15px 20px;
}


#contact-area {
    margin: 0 0 100px;
}

#contact-area a {
    display: block;
    width: 500px;
    margin: 0 auto;
}

.contact-sub-text {
    text-align: center;
}


@media screen and (max-width:896px) {
  #main-contents {
/*    width: 90%;*/
}
  
  p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}
  
  #first-img-area p {
    font-size: 15px;
  }
  
  .drytech-img {
     width: 100%; 
}
  
  .introduction-dry-area a {
    width: calc(100% - 60px);
    font-size: 12px;
      margin: 0 20px;
  }
  
  #merit-area {
    margin: 60px 0;
}

  
  .merit-title, .contact-title {
    font-size: 20px;
}
  
  .thumb {
    width: 150px;
}

  .descliption-text-area {
    width: calc(100% - 170px);
}
  
  #contact-area a {
    width: 100%;
}

}
