@charset "utf-8";

/*
  File Name   : faq.css
  Description : コンテンツエリア関係 他
*/

/* item-wrap
============================================================ */
.item-wrap {
  margin-top: 15px;
}
.item-wrap .item .desc-wrap {
  margin-top: 20px;
}
.item-wrap .item:nth-child(n + 2) {
  margin-top: 45px;
}
.item-wrap .item .text-block {
  width: calc(100% - 290px);
  padding-right: 40px;
}
.item-wrap .item .img-block {
  width: 290px;
  margin-left: auto;
}
.item-wrap .item .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
.item-wrap .item .com-btn-wrap {
  margin-top: 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .item-wrap {
    margin-top: 15px;
  }
  .item-wrap .item .desc-wrap {
    margin-top: 20px;
  }
  .item-wrap .item:nth-child(n + 2) {
    margin-top: 50px;
  }
  .item-wrap .item .text-block {
    width: 100%;
    padding-right: 0;
  }
  .item-wrap .item .text a {
    text-decoration: underline;
  }
  .item-wrap .item .img-block {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .item-wrap .item .com-btn-wrap {
    margin-top: 15px;
  }
  .item-wrap .item .com-btn-wrap a {
    width: 100%;
  }
}

/* com-section-base
============================================================ */
.com-section-base {
  margin-bottom: 50px;
}
.com-section-base:last-of-type {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-section-base {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}


