@charset "utf-8";

/*===== #nayamilink =====*/
#nayamilink {
}
#nayamilink .nayami-box {
}
#nayamilink .nayami-box .bg {
    background-color: #f8f8f8;
    padding: 3%;
    margin-bottom: 20px;
}
#nayamilink .nayami-box .hx {
    width: 100%;
    max-width: 579px;
    margin: 0 auto 15px;
}
#nayamilink .nayami-box .box {
}
#nayamilink .nayami-box .box ul.nayami-link {
}
#nayamilink .nayami-box .box ul.nayami-link li {
    width: calc(98% / 3);
    float: left;
    margin: 0 1% 5px 0;
}
#nayamilink .nayami-box .box ul.nayami-link li.n3 {
  margin: 0 0 5px 0;
}
#nayamilink .nayami-box .list-box {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 20px;
}
#nayamilink .nayami-box .list-box .check-list {
    margin-bottom: 20px;
}
#nayamilink .nayami-box .list-box .check-list li {
    background-color: #f5ebff;
    margin-bottom: 10px;
}
#nayamilink .nayami-box .list-box .check-list li span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    background: url(../img/common/icon03.png) no-repeat 11px 16px;
    background-size: 23px;
    padding: 15px 2% 12px 45px;
}
#nayamilink .nayami-box .list-box .ans {
}

/*===== #point =====*/
#point {
}
#point .point-box {
    background: url(../img/common/bg01.jpg) repeat center center;
    padding: 3%;
}
#point .point-box .hx-img {
    line-height: 0;
}
#point .point-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}
#point .point-box .box.n2 {
    flex-direction: row-reverse;
}
#point .point-box .box .img {
    width: 48%;
}
#point .point-box .box .text-box {
    width: 48%;
}
#point .point-box .box .text-box h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    background: url(../img/common/point-icon01.png) no-repeat center top;
    padding-top: 80px;
}
#point .point-box .box .text-box h3.icon01 {
    background-image: url(../img/common/point-icon01.png);
}
#point .point-box .box .text-box h3.icon02 {
    background-image: url(../img/common/point-icon02.png);
}
#point .point-box .box .text-box h3.icon03 {
    background-image: url(../img/common/point-icon03.png);
}
#point .point-box .box .text-box h3.icon04 {
    background-image: url(../img/common/point-icon04.png);
}
#point .point-box .box .text-box h3.icon05 {
    background-image: url(../img/common/point-icon05.png);
}
#point .point-box .box .text-box h3.icon06 {
    background-image: url(../img/common/point-icon06.png);
}
#point .point-box .box .text-box .text {
}
#point .point-box .box .list-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
#point .point-box .box .list-img li {
    width: 31%;
}
#point .point-box .box .list-img li img {
    margin-bottom: 10px;
}
#point .point-box .box .list-img li.tate {
    width: 34%;
}

/*===== #hoshi =====*/
#hoshi {
}
#hoshi .box {
    background-color: #fffcd9;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 3%;
    margin-bottom: 15px;
}
#hoshi .box .img {
    width: 48%;
}
#hoshi .box .text-box {
    width: 48%;
}
#hoshi .box .text-box h3 {
    background: url(../img/common/hoshin-icon01.png) no-repeat left top;
    padding: 32px 0 32px 90px;
    margin-bottom: 15px;
}
#hoshi .box .text-box h3.icon01 {
    background-image: url(../img/common/hoshin-icon01.png);
}
#hoshi .box .text-box h3.icon02 {
    background-image: url(../img/common/hoshin-icon02.png);
}
#hoshi .box .text-box h3.icon03 {
    background-image: url(../img/common/hoshin-icon03.png);
}
#hoshi .box .text-box h3 span {
    color: #8a2ae3;
    line-height: 1.4;
    display: inline-block;
    border-bottom: 1px dotted #8a2ae3;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 2px;
}
#hoshi .box .text-box .text {
}

/*===== #tigai =====*/
#tigai {
}
#tigai table {
    width: 100%;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
#tigai table tr {
}
#tigai table tr th {
    background-color: #e5e5e5;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    font-weight: bold;
    padding: 15px 3px;
}
#tigai table tr th.hx {
}
#tigai table tr th.toin {
    border: 4px solid #ff1b38;
    background-color: #ff1b38;
    color: #fff;
    font-size: 20px;
}
#tigai table tr td {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    padding: 15px 3px;
}
#tigai table tr td .icon {
    display: block;
    width: 100%;
    max-width: 33px;
    margin: 0 auto 10px;
    line-height: 0;
}
#tigai table tr td.hx {
    font-weight: bold;
}
#tigai table tr td.toin {
    background-color: #fffaf3;
    border: 4px solid #ff1b38;
    border-top: 1px solid #ff1b38;
    border-bottom: 1px solid #ff1b38;
    font-weight: bold;
    color: #ff1b38;
}
#tigai table tr.last td.toin {
    border-bottom: 4px solid #ff1b38;
}

/*===== #aisatu =====*/
#aisatu {
}
#aisatu .aisatu-box {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
#aisatu .aisatu-box .hx {
    margin-bottom: 20px;
}
#aisatu .aisatu-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
#aisatu .aisatu-box .box .img {
    width: 31%;
    margin-bottom: 15px;
}
#aisatu .aisatu-box .box .text-box {
    width: 65%;
}
#aisatu .aisatu-box .box .text-box .txt {
    line-height: 1.4;
    color: #a126e8;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  .sp-top {
    display: block;
  }
  .pc-top {
    display: none;
  }
/*-------- #nayamilink --------*/
  #nayamilink .nayami-box .box ul.nayami-link li {
    width: 49%;
    float: left;
    margin: 0 2% 5px 0;
  }
  #nayamilink .nayami-box .box ul.nayami-link li.n3 {
    margin: 0 2% 5px 0;
  }
  #nayamilink .nayami-box .box ul.nayami-link li.n2 {
    margin: 0 0 5px 0;
  }
/*--------------- #point -------------*/
  #point .point-box .box,
  #point .point-box .box.n2 {
    flex-direction: column;
  }
  #point .point-box .box .img {
    width: 90%;
    max-width: 346px;
    margin: 0 auto 15px;
  }
  #point .point-box .box .text-box {
    width: 100%;
  }
  #point .point-box .box .list-img li {
        width: 45%;
  }
  #point .point-box .box .list-img li.tate,
  #point .point-box .box .list-img li.yoko-sp {
        width: 51%;
  }
/*--------------- #hoshi -------------*/
  #hoshi .box {
    flex-direction: column;
    align-content: center;
    padding: 5%;
  }
  #hoshi .box .img {
    width: 90%;
    max-width: 346px;
    margin: 0 auto 15px;
  }
  #hoshi .box .text-box {
    width: 100%;
  }
  #hoshi .box .text-box h3 {
    padding: 15px 0 15px 58px;
    background-size: 50px;
  }
/*--------------- #tigai -------------*/
  #tigai table {
    font-size: 14px;
  }
  #tigai table tr th.hx {
    width: 80px;
  }
/*--------------- #aisatu -------------*/
  #aisatu .aisatu-box .box .img {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    max-width: 215px;
  }
  #aisatu .aisatu-box .box .text-box {
    width: 100%;
    float: none;
  }
}