@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
body {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
}
.footer {
  background: #eee;
  padding-top: 50px;
}
.footer_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 20px;
}

.f_shikaku {
  margin-top: 30px;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px #999;
}
.f_shikaku dl,
.f_shikaku dt,
.f_shikaku dd {
  text-align: left;
  font-weight: bold;
}
.f_shikaku dd {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.f_shikaku .footer-midashi {
  color: #0637c2;
  font-weight: bold;
}
#c211 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#c211 ul li {
  width: calc(100% / 2 - 1%);
}
#c211 ul li:last-child {
  width: 100%;
}
.main-text {
    font-size: 24px;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px) {
  /*----------------------------------------------------------------------------制作*/
  .f_inner_box .box {
    width: 49%;
    box-shadow: 0 0 5px #999;
  }
  .f_inner_box .box .adtitle {
    font-size: 14px;
  }
  .f_shikaku {
    box-shadow: 0 0 5px #999;
    padding: 20px;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px) {
  /*----------------------------------------------------------------------------制作*/
  #c211 ul li {
    width: 100%;
  }
  .f_inner_box .box {
    width: 100%;
    box-shadow: 0 0 5px #999;
    padding: 20px;
    margin-bottom: 20px;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/

  .index-faq .box._img article > div img {
    width: 100% !important;
  }
  .section-title._l h2 {
    font-size: 30px;
  }
  .main-text {
    font-size: 15px;
  }
}
