@charset "UTF-8";
#main-visual {
  background: url(../img/main_bg.jpg) no-repeat center center;
  background-size: cover; }

.top-lead {
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #333333; }
  .top-lead p {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem; }
    .top-lead p a {
      color: #ffff00;
      font-size: 1.4rem; }

.top-confirm-box-contact {
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center; }
  .top-confirm-box-contact .time span.sp {
    display: inline-block; }
  .top-confirm-box-contact .tel {
    font-size: 3.0rem;
    font-weight: bold; }
  .top-confirm-box-contact li:last-child {
    margin: 2.0em 0 0;
    padding: 2.0em 0 0;
    border-top: 1px solid #d4d4d4; }
  .top-confirm-box-contact .confirm-box-lead {
    font-weight: bold;
    margin: 0 0 0.5em;
    font-size: 2.0rem; }

.top-all-txt {
  padding: 20px 0;
  border-top: 2px solid #dbdb6e;
  border-bottom: 2px solid #dbdb6e;
  background-image: linear-gradient(-45deg, #fbfae1 25%, #ffffe5 25%, #ffffe5 50%, #fbfae1 50%, #fbfae1 75%, #ffffe5 75%, #ffffe5);
  background-size: 8px 8px; }
  .top-all-txt p {
    color: #ff0000;
    font-size: 2.0rem;
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto 1.5em;
    padding: 1.0em 1.5em;
    background: #FCFCFC;
    border: 2px solid #ff0000;
    position: relative;
    display: block;
    font-weight: bold; }
    .top-all-txt p:before, .top-all-txt p:after {
      content: '';
      position: absolute;
      margin: 0;
      top: 100%;
      border: none;
      border-bottom: solid 20px transparent;
      height: 0;
      background-color: transparent; }
    .top-all-txt p:before {
      border-right: solid 20px #ff0000;
      left: -2px; }
    .top-all-txt p:after {
      border-left: solid 20px #ff0000;
      right: -2px; }
  .top-all-txt ul {
    letter-spacing: -.5em;
    box-sizing: border-box;
    padding: 10px 0 0;
    font-size: 0; }
    .top-all-txt ul li {
      letter-spacing: normal;
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      width: 32%;
      margin: 0 2% 0 0; }
      .top-all-txt ul li:last-child {
        margin: 0; }

.top-content {
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 20px 20px 30px;
  border: 1px solid #d4d4d4; }
  .top-content .line-bnr {
    margin: 2.0em 0 0; }

.top-detail-content {
  margin: 0 0 50px; }
  .top-detail-content:last-child {
    margin: 0; }
  .top-detail-content h2 {
    font-size: 1.6rem; }
  .top-detail-content .top-detail-item {
    letter-spacing: -.5em; }
    .top-detail-content .top-detail-item li {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      width: 48%;
      margin: 0 0 4%; }
      .top-detail-content .top-detail-item li:nth-child(2n) {
        margin: 0 0 0 4%; }

.top-comment-item {
  letter-spacing: -.5em; }
  .top-comment-item .top-comment-item-img,
  .top-comment-item .top-comment-item-txt {
    box-sizing: border-box;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top; }
  .top-comment-item .top-comment-item-img {
    width: 20%;
    margin: 0 4% 0 0; }
  .top-comment-item .top-comment-item-txt {
    width: 76%; }
    .top-comment-item .top-comment-item-txt ul {
      padding: 20px;
      border: 1px solid #b2b2b2;
      position: relative;
      margin: 0 0 2.0em; }
      .top-comment-item .top-comment-item-txt ul:before {
        position: absolute;
        left: 50%;
        top: 100%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        border-width: 13px;
        border-top-color: #b2b2b2;
        margin-left: -13px; }
      .top-comment-item .top-comment-item-txt ul:after {
        position: absolute;
        left: 50%;
        top: 100%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        border-width: 13px;
        border-top-color: #FFFFFF;
        margin: -1px 0 0 -13px; }
      .top-comment-item .top-comment-item-txt ul li {
        font-size: 1.2rem;
        margin: 0 0 1.5em;
        padding: 0 0 0 20px;
        position: relative; }
        .top-comment-item .top-comment-item-txt ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 2px;
          width: 14px;
          height: 14px;
          background: url(../img/check01.svg) no-repeat;
          background-size: contain; }
        .top-comment-item .top-comment-item-txt ul li:last-child {
          margin: 0; }
    .top-comment-item .top-comment-item-txt p {
      font-size: 1.2rem; }
      .top-comment-item .top-comment-item-txt p span {
        font-weight: bold;
        font-size: 1.4rem;
        background: linear-gradient(transparent 50%, #ffff00 50%); }

.item-content {
  box-sizing: border-box;
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #d4d4d4;
  margin: 0 0 20px;
  text-align: center; }
  .item-content:last-child {
    margin: 0; }
  .item-content .lead {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 1.0em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #ff0000; }
  .item-content .reg-btn {
    box-sizing: border-box;
    width: 100%;
    background: #00b900;
    margin: 0.5em auto 0; }
    .item-content .reg-btn:before {
      content: "";
      border-top: 0;
      border-right: 0; }
    .item-content .reg-btn span {
      position: relative; }
      .item-content .reg-btn span:before {
        content: "";
        display: block;
        position: absolute;
        top: 30%;
        left: -20px;
        width: 5px;
        height: 5px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

/*media Queries タブレットサイズ（768px以上）
----------------------------------------------------*/
/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #wrap {
    padding: 177px 0 0; }

  #main-visual .pc {
    display: block;
    width: 1200px;
    margin: 0 auto; }

  .top-lead {
    padding: 2.0em 0; }
    .top-lead p {
      font-size: 2.0rem; }
      .top-lead p a {
        font-size: 2.4rem; }

  .top-inner-wrap .inner {
    width: 1200px; }

  .top-confirm-box-contact {
    letter-spacing: -.5em;
    padding: 2.0em 0; }
    .top-confirm-box-contact .tel {
      font-size: 3.0rem; }
    .top-confirm-box-contact .time span.sp {
      display: none; }
    .top-confirm-box-contact .time span.pc {
      display: inline-block; }
    .top-confirm-box-contact li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      width: 660px;
      box-sizing: border-box; }
      .top-confirm-box-contact li:last-child {
        width: 430px;
        margin: 0 0 0 34px;
        padding: 0 0 0 34px;
        border-top: 0;
        border-left: 1px solid #d4d4d4; }
    .top-confirm-box-contact .confirm-box-lead {
      font-size: 2.6rem;
      margin: 0 0 0.25em; }
    .top-confirm-box-contact .head-contact-tel-box-wrap {
      letter-spacing: -.5em; }
      .top-confirm-box-contact .head-contact-tel-box-wrap .head-contact-tel-box {
        letter-spacing: normal;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 314px;
        box-sizing: border-box; }
        .top-confirm-box-contact .head-contact-tel-box-wrap .head-contact-tel-box .lp {
          padding: 0 0 0 1.0em; }
        .top-confirm-box-contact .head-contact-tel-box-wrap .head-contact-tel-box .tel {
          line-height: 1.4; }
        .top-confirm-box-contact .head-contact-tel-box-wrap .head-contact-tel-box:last-child {
          margin: 0 0 0 32px; }

  .top-all-txt {
    padding: 40px 0; }
    .top-all-txt p {
      text-align: center;
      font-size: 2.6rem;
      padding: 0.5em;
      width: 760px;
      margin: 0 auto 0.5em; }
    .top-all-txt ul {
      width: 722px;
      margin: 0 auto;
      padding: 20px 0 0; }
      .top-all-txt ul li {
        width: 30%;
        margin: 0 5% 0 0; }

  .top-content {
    padding: 48px;
    border: 2px solid #d4d4d4; }
    .top-content .line-bnr {
      width: 640px;
      margin: 3.0em auto 0; }

  .top-detail-content {
    margin: 0 0 100px; }
    .top-detail-content h2 {
      font-size: 2.1rem;
      margin: 0 0 2.0em; }
    .top-detail-content .top-detail-item {
      width: 900px;
      margin: 0 auto; }
      .top-detail-content .top-detail-item li {
        width: 280px;
        margin: 0 30px 0 0; }
        .top-detail-content .top-detail-item li:nth-child(2n) {
          margin: 0 30px 0 0; }
        .top-detail-content .top-detail-item li:last-child {
          margin: 0; }

  .top-comment-item .top-comment-item-img {
    width: 20%;
    margin: 0 2% 0 0; }
  .top-comment-item .top-comment-item-txt {
    width: 78%; }
    .top-comment-item .top-comment-item-txt ul {
      padding: 30px 30px; }
      .top-comment-item .top-comment-item-txt ul li {
        font-size: 1.8rem;
        padding: 0 0 0 35px;
        margin: 0 0 0.5em; }
        .top-comment-item .top-comment-item-txt ul li:before {
          width: 28px;
          height: 28px; }
    .top-comment-item .top-comment-item-txt p {
      text-align: center;
      font-size: 1.4rem;
      line-height: 1.2; }
      .top-comment-item .top-comment-item-txt p span {
        font-size: 2.0rem; } }
