@charset "utf-8";

/*===== #front =====*/
#front {
}
#front .box {
}
#front .box .img {
    width: 38%;
    float: left;
    margin-bottom: 10px;
}
#front .box .text {
    width: 60%;
    float: right;
}
#front .step-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.4;
}
#front .step-box .step {
    width: 49%;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #28bd79;
    margin-bottom: 10px;
}
#front .step-box .step h3 {
    background-color: #28bd79;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    padding: 5px 2%;
}
#front .step-box .step .text-box {
    padding: 15px 3% 0;
}
#front .step-box .step .text-box .hx {
    color: #179b5f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#front .step-box .step .text-box .text {
}

/*===== #nayamilink =====*/
#nayamilink {
}

#nayamilink .nayami-box {
}

#nayamilink .nayami-box .box {
    padding-bottom: 18px;
    margin-bottom: 20px;
}

#nayamilink .nayami-box .box ul.nayami-link {
}

#nayamilink .nayami-box .box ul.nayami-link li {
  width: 32%;
  float: left;
  margin: 0 2% 10px 0;
}

#nayamilink .nayami-box .box ul.nayami-link li.n3 {
  margin: 0 0 15px 0;
}

#nayamilink .nayami-box .box .check-list {
    margin-bottom: 20px;
}

#nayamilink .nayami-box .box .check-list li {
    background: #ddf8e3;
    border-bottom: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    margin: 0 0 5px 0;
}

#nayamilink .nayami-box .box .check-list li span {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    background: url(../img/common/icon02.png) no-repeat 10px 13px;
    background-size: 25px;
    padding: 15px 3% 15px 42px;
    font-weight: bold;
}

#nayamilink .ans {
}

/*===== #aisatu =====*/
#aisatu {
}

#aisatu .aisatu-box {
}

#aisatu .aisatu-box .box {
}

#aisatu .aisatu-box .box .img {
  width: 30%;
  float: left;
  margin-bottom: 15px;
}

#aisatu .aisatu-box .box .text-box {
  width: 66%;
  float: right;
}

/*===== #staff =====*/
#staff {
}
#staff .staff-box {
    background-color: #e6faff;
    border: 3px solid #92e2ff;
    padding: 2%;
    margin-bottom: 10px;
}
#staff .staff-box .img {
    width: 25%;
    float: left;
}
#staff .staff-box .text-box {
    width: 70%;
    float: right;
    font-size: 16px;
    font-weight: bold;
}
#staff .staff-box .text-box .text {
}

/*===== #faq =====*/
#faq {
}
#faq dl {
    line-height: 1.4;
    border-bottom: 1px dashed #565656;
    margin-bottom: 10px;
}
#faq dl dt {
    background: url(../img/common/icon-q.png) no-repeat left top;
    font-weight: bold;
    padding: 5px 0 10px 40px;
    margin-bottom: 10px;
}
#faq dl dd {
    background: url(../img/common/icon-a.png) no-repeat left top;
    padding: 5px 0 10px 40px;
    margin-bottom: 10px;
}

/*===== #news-list =====*/
#news-list {
}
#news-list ul {
}
#news-list ul li {
    line-height: 1.4;
    border-bottom: 1px dashed #565656;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#news-list ul li span {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}
#news-list ul li a {
    text-decoration: revert;
    color: #0068d0;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  .sp-top {
    display: block;
  }
  .pc-top {
    display: none;
  }
/*-------- #front --------*/
  #front .box .img {
    width: 100%;
    float: none;
    max-width: 275px;
    margin: 0 auto 10px;
  }
  #front .box .text {
    width: 100%;
    float: none;
  }
  #front .step-box .step {
    width: 100%;
  }
/*--------------- #point -------------*/
  #point .point-box .box {
    margin-bottom: 15px;
  }
  #point .point-box .box h3 {
    width: 100%;
    float: none;
    font-size: 18px;
  }
  #point .point-box .box .img {
    width: 100%;
    max-width: 222px;
    float: none;
    margin: 0 auto 5px;
  }
  #point .point-box .box .text {
    width: 100%;
    float: none;
  }
  #point .point-box .box .icon {
    top: 2%;
    width: 137px;
  }
/*-------- #nayamilink --------*/
  #nayamilink .nayami-box .box ul.nayami-link li {
    width: 49%;
    float: left;
    margin: 0 2% 10px 0;
  }
  #nayamilink .nayami-box .box ul.nayami-link li.n3 {
    margin: 0 2% 10px 0;
  }
  #nayamilink .nayami-box .box ul.nayami-link li.n2 {
    margin: 0 0 10px 0;
  }
/*--------------- #aisatu -------------*/
  #aisatu .aisatu-box .box .img {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    max-width: 218px;
  }
  #aisatu .aisatu-box .box .text-box {
    width: 100%;
    float: none;
  }
/*--------------- #staff -------------*/
  #staff .staff-box .img {
    width: 100%;
    float: none;
    max-width: 170px;
    margin: 0 auto 15px;
  }
  #staff .staff-box .text-box {
    width: 100%;
    float: none;
  }
/*--------------- #news-list -------------*/
  #news-list ul li span {
    display: block;
  }
}