@charset "utf-8";

/*===== #aisatu =====*/
#aisatu {
}
#aisatu .box {
}
#aisatu .box .img {
  width: 30%;
  float: left;
  margin-bottom: 15px;
}
#aisatu .box .text-box {
  width: 67%;
  float: right;
}
#aisatu .box a {
    color: #006bff;
    text-decoration: underline;
}
#aisatu .box .keireki {
  margin-bottom: 20px;
}
#aisatu .box .keireki ul {
  list-style: disc;
  padding-left: 20px;
}
#aisatu .box .keireki ul li {
  margin-bottom: 7px;
  line-height: 1.4;
}
#aisatu .box table {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}
#aisatu .box  table tr th {
  border: 1px solid #cb9331;
  background-color: #ffca4d;
  color: #432f19;
  text-align: center;
  padding: 8px 2%;
  font-weight: bold;
  vertical-align: middle;
  width: 15%;
}
#aisatu .box table tr td {
  border: 1px solid #cb9331;
  background-color: #ffffff;
  padding: 16px 4%;
  vertical-align: middle;
}

/*===== #kchkm =====*/
#kchkm .kchkm-box {
  background: url(../img/common/bg01.jpg) repeat top center;
  padding: 2%;
}
.kchkm-inner {
  background: #fff;
  padding: 3% 5%;
  margin: 0 0 16px;
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.kchkm-wrap {
  margin: 22px 0;
  padding-bottom: 20px;
  border-bottom: dashed 1px #3c3c3c;
  position: relative;
}
.kchkm-wrap:last-child {
  border-bottom: none;
}
.kchkm-info {
  margin-bottom: 8px;
}
.kchkm-star {
  color: #fc3;
  margin-right: 0.5em;
  display: inline-block;
}
.kchkm-name {
  font-weight: bold;
}
.kchkm-wrap .hide {
  display: none;
  margin-bottom: 40px;
}
.kchkm-wrap .show:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.kchkm-btn {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100px;
  height: 30px;
  margin: 20px auto;
  padding: 5px;
  background: #414141;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  outline: 0;
}
.kchkm-btn:hover {
  cursor: pointer;
}
.kchkm-box .btn {
  display: block;
  padding: 20px 10px;
  background: #6eb20c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px;
}

/*===== #nayami =====*/
#nayami {
}
#nayami ul {
    margin-bottom: 15px;
}
#nayami ul li {
    background: url(../img/common/icon03.png) no-repeat left top;
    background-size: 30px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0 12px 40px;
    border-bottom: 1px dashed #646464;
    margin-bottom: 10px;
}

/*===== #point =====*/
#point {
}
#point .point-box {
}
#point .point-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #808080;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#point .point-box .box .text-box {
    width: 60%;
}
#point .point-box .box .text-box h3 {
    line-height: 1.4;
    color: #ca5300;
    font-size: 25px;
    background: url(../img/common/icon-point01.png) no-repeat left 15px;
    padding-left: 100px;
    margin-bottom: 13px;
}
#point .point-box .box .text-box h3.icon01 {
    background-image: url(../img/common/icon-point01.png);
}
#point .point-box .box .text-box h3.icon02 {
    background-image: url(../img/common/icon-point02.png);
}
#point .point-box .box .text-box h3.icon03 {
    background-image: url(../img/common/icon-point03.png);
}
#point .point-box .box .text-box h3.icon04 {
    background-image: url(../img/common/icon-point04.png);
}
#point .point-box .box .text-box h3.icon05 {
    background-image: url(../img/common/icon-point05.png);
}
#point .point-box .box .text-box h3.icon06 {
    background-image: url(../img/common/icon-point06.png);
}
#point .point-box .box .text-box h3 span {
    font-size: 15px;
}
#point .point-box .box .text-box .text {
}
#point .point-box .box .img {
    width: 35%;
}

/*===== #step =====*/
#step {
}
#step .step-box {
    border: 2px solid #362f2c;
    background-color: #fff;
    padding: 3%;
}
#step .step-box .box {
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#step .step-box .box.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#step .step-box .box h3 {
    width: 65%;
    float: left;
    line-height: 1.4;
    color: #362f2c;
    font-size: 20px;
    font-weight: bold;
    background: url(../img/common/icon-step01.png) no-repeat left top;
    background-size: 75px;
    padding: 23px 0 23px 85px;
    margin-bottom: 15px;
}
#step .step-box .box h3.icon01 {
    background-image: url(../img/common/icon-step01.png);
}
#step .step-box .box h3.icon02 {
    background-image: url(../img/common/icon-step02.png);
}
#step .step-box .box h3.icon03 {
    background-image: url(../img/common/icon-step03.png);
}
#step .step-box .box .img {
    width: 30%;
    float: right;
}
#step .step-box .box .text-box {
    width: 65%;
    float: left;
}
#step .step-box .box .text-box .text {
}

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

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  .sp-top {
    display: block;
  }
  .pc-top {
    display: none;
  }
/*--------------- #point -------------*/
  #point .point-box .box .text-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #point .point-box .box .img {
    width: 100%;
    max-width: 291px;
    margin: 0 auto;
  }
  #point .point-box .box .text-box h3 {
    font-size: 20px;
    background-position-y: 8px;
  }
/*--------------- #step -------------*/
  #step .step-box .box h3 {
    width: 100%;
    float: none;
    font-size: 20px;
    background-size: 75px;
    padding: 10px 0 10px 85px;
  }
  #step .step-box .box .img {
    width: 100%;
    float: none;
    max-width: 218px;
    margin: 0 auto 15px;
  }
  #step .step-box .box .text-box {
    width: 100%;
    float: none;
  }
/*--------------- #kchkm -------------*/
  .kchkm-box .btn {
    font-size: 16px;
  }
/*--------------- #aisatu -------------*/
  #aisatu .box .img {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    max-width: 218px;
  }
  #aisatu .box .text-box {
    width: 100%;
    float: none;
  }
  #aisatu .box  table tr th {
    width: 25%;
  }
}