@charset "utf-8";
/* CSS Document */
#content p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666;
  font-size: 16px;
}
#content h3 + p {
  font-size: 1.8rem;
  text-align: center;
}
#content ul.bn_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
#content ul.bn_area li {
  justify-content: center;
  width: auto;
  margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
  #content ul.bn_area li {
    justify-content: space-around;
    width: 33.33%;
  }
}
#content ul.bn_area li a {
  display: inline-block;
}
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*-----------------------------------------------------contents*/
section#content {
  padding-bottom: 50px;
}
.bg_lit_bul {
  background: #dbefff;
}
.img_area {
  margin-bottom: 40px;
}
.img_area img {
  display: block;
  /*  width: 100%;
  max-width: 930px;
  height: auto;*/
  margin: 10px auto;
}
.img_area.img_w600 img {
  width: 100%;
  max-width: 600px;
}
.img_area p {
  text-align: center;
}
.img_area.svc_name ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.img_area.svc_name ul li {
  flex-direction: row;
  justify-content: center;
  max-height: 150px;
  width: 100%;
}
.img_area.svc_name ul li.kakeru {
  display: inline-block;
  width: 100%;
  font-size: 60px;
  line-height: 1.2;
  color: #666;
  text-align: center;
  margin: -20px auto;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .img_area.svc_name ul li {
    width: 45%;
  }
  .img_area.svc_name ul li.kakeru {
    width: 10%;
    font-size: 120px;
    line-height: 80px;
    margin: 0 auto;
  }
}
#content ul.cent_tit {
  margin-top: 30px;
}
ul.cent_tit li.kakeru {
  display: inline-block;
  width: 100%;
  font-size: 60px;
  line-height: 1.2;
  color: #666;
  text-align: center;
  margin: -20px auto 10px;
  z-index: 99;
}
@media screen and (min-width:768px) {
  ul.cent_tit li.kakeru {
    width: 10%;
    font-size: 120px;
    line-height: 80px;
    margin: 0 auto 30px;
  }
}
img.img_bd {
  border: solid 1px #9999997a;
  box-sizing: content-box;
}
.tel_cost_inner {
  padding: 20px 0;
}
/*-----------------------------------------------------お問い合わせボタン*/
.service_link span {
  display: none;
}
.service_link a {
  background: #ff9933;
  border-bottom: 2px solid #ff9900;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
}
@media screen and (min-width:768px) {
  .service_link span {
    display: inline;
  }
  .service_link a {
    font-size: 2.5rem;
  }
}
.service_link a:hover {
  opacity: 0.8;
}
/*---------------------------------------------------動画エリア*/
.movies_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movies_area ul li {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (min-width:768px) {
  .movies_area ul li {
    width: 46%;
    margin-bottom: 30px;
  }
}
/*.movies_area ul li iframe {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 315px;
  margin-top: 20px;
}*/
/*---------------------------------------------------見出し*/
#content h4 {
  padding: 1.5rem;
  border-left: 5px solid #003da3;
  background: #f4f4f4;
  color: #003da3;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}
#content h3 {
  color: #0057b8;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width:768px) {
  #content h3 {
    font-size: 30px;
  }
}
.tel_cost_inner h4 {
  color: #424242;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:640px) {
  .tel_cost_inner h3 {
    color: #0057b8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
}