@charset "utf-8";

/*===== #nayamilink =====*/
#nayamilink {
}
#nayamilink .nayami-list {
    width: 100%;
    border: 5px dotted #ff7d02;
    background-color: #fdfbe4;
    border-radius: 10px;
    line-height: 1.4;
    padding: 3%;
    margin-bottom: 20px;
}
#nayamilink .nayami-list ul {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}
#nayamilink .nayami-list ul li {
    background: url(../img/common/icon02.png) no-repeat left 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 3px 27px;
    margin-bottom: 12px;
}
#nayamilink .nayami-list ul li:last-child {
    margin-bottom: 0;
}
#nayamilink .nayami-box {
}
#nayamilink .nayami-box .box {
    margin-bottom: 20px;
}
#nayamilink .nayami-box .box ul.nayami-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#nayamilink .nayami-box .box ul.nayami-link li {
    width: 49%;
    margin-bottom: 10px;
}
#nayamilink .nayami-box .nayami-link00 {
    width: 100%;
    max-width: 535px;
    margin: 0 auto 25px;
}

/*===== #approach =====*/
#approach {
}

/*===== #tigai =====*/
#tigai {
}
#tigai .tigai-box {
}
#tigai .tigai-box table {
    width: 100%;
    line-height: 1.4;
}
#tigai .tigai-box table tr {
}
#tigai .tigai-box table tr th {
    background-color: #e4ebf1;
    border: 1px solid #e4ebf1;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 15px 2%;
}
#tigai .tigai-box table tr th.hx {
}
#tigai .tigai-box table tr th.toin {
    background-color: #ff7c00;
    color: #fff;
    border: 3px solid #ff7c00;
}
#tigai .tigai-box table tr td {
    background-color: #fff;
    border: 1px solid #e4ebf1;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 15px 2%;
}
#tigai .tigai-box table tr td.hx {
}
#tigai .tigai-box table tr td.toin {
    background-color: #fff;
    border: 3px solid #ff7c00;
}
#tigai .tigai-box table tr img {
    width: 90px;
    display: block;
    max-width: 29px;
    margin: 0 auto 5px;
}
#tigai .tigai-box table tr span {
}

/*===== #top-voice =====*/
#top-voice {
}
#top-voice .voice-list {
    margin-bottom: 30px;
}
#top-voice .voice-list .voice-box {
    border: 3px solid #ff7c00;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top-voice .voice-list .voice-box .img01 {
    width: 45%;
    margin-bottom: 20px;
}
#top-voice .voice-list .voice-box .img02 {
    width: 50%;
    margin-bottom: 20px;
}
#top-voice .voice-list .voice-box .text-box {
    width: 100%;
}
#top-voice .voice-list .voice-box .text-box .ttl {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #ff7c00;
    margin-bottom: 10px;
}
#top-voice .voice-list .voice-box .text-box .text01 {
}
#top-voice .voice-list .voice-box .text-box .text01 p {
}
#top-voice .txt-img {
    width: 100%;
    max-width: 597px;
    margin: 0 auto;
}

/*===== #suisen =====*/
#suisen {
}
#suisen .suisen-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 616px;
    margin: 0 auto 15px;
}
#suisen .suisen-list .suisen-box {
    width: 48%;
    margin-bottom: 20px;
}
#suisen .suisen-list .suisen-box .img {
    margin-bottom: 10px;
}
#suisen .suisen-list .suisen-box .text-box {
    border: 2px solid #ff7c00;
    background-color: #fff;
    padding: 3%;
}
#suisen .suisen-list .suisen-box .text-box .ttl {
    line-height: 1.4;
    text-align: center;
    color: #ff7c00;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px dotted #ff7c00;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#suisen .suisen-list .suisen-box .text-box .ttl span {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}
#suisen .suisen-list .suisen-box .text-box .text {
    margin-bottom: 0;
}
#suisen .suisen-link {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
}

/*===== #ba =====*/
#ba {
}
#ba .ba-hx {
    width: 100%;
    max-width: 672px;
    margin: 0 auto 15px;
}
#ba .ba-box {
    background-color: #fdfbe4;
    border: 1px solid #ff7c00;
    padding: 4%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#ba .ba-box .img {
    width: 53%;
}
#ba .ba-box .text-box {
    width: 42%;
    line-height: 1.4;
}
#ba .ba-box .text-box .ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ff7c00;
    margin-bottom: 10px;
}
#ba .ba-box .text-box .text {
    margin-bottom: 0;
}
#ba .ba-box .etc {
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

/*===== #point =====*/
#point {
}
#point .point-box {
}
#point .point-box .img-hx {
  line-height: 0;
}

#point .point-box .box {
    padding: 20px 3% 20px;
    margin-bottom: 20px;
    background: #fff;
    border-top: 3px solid #ff7c00;
}

#point .point-box .box h3 {
    width: 60%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    background: url(../img/common/point-icon01.png) no-repeat left top;
    background-size: 45px;
    padding: 8px 0 8px 55px;
    margin-bottom: 10px;
}
#point .point-box .box h3.icon01 {
    background-image: url(../img/common/point-icon01.png);
}
#point .point-box .box h3.icon02 {
    background-image: url(../img/common/point-icon02.png);
}
#point .point-box .box h3.icon03 {
    background-image: url(../img/common/point-icon03.png);
}
#point .point-box .box h3.icon04 {
    background-image: url(../img/common/point-icon04.png);
}
#point .point-box .box h3.icon05 {
    background-image: url(../img/common/point-icon05.png);
}
#point .point-box .box h3 span {
  color: #ff7b1f;
}
#point .point-box .box .img {
  width: 35%;
  float: right;
  margin-bottom: 5px;
}

#point .point-box .box .text-box {
  width: 60%;
  float: left;
  color: #000000;
}

/*===== #media =====*/
#media {
}

/*===== #aisatu =====*/
#aisatu {
}
#aisatu .aisatu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#aisatu .aisatu-box .img {
    width: 28.5%;
}
#aisatu .aisatu-box .text-box {
    width: 67%;
}
#aisatu .aisatu-box .text-box h3 {
    border-top: 2px solid #ffad03;
    border-bottom: 2px solid #ffad03;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 3%;
    margin-bottom: 10px;
}
#aisatu .aisatu-box .text-box .text {
}
#aisatu .aisatu-box .text-box .name {
    line-height: 1.4;
    text-align: right;
    margin-top: 20px;
}

/*===============================================
    ■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-list ul li {
    margin-bottom: 4px;
  }
  #nayamilink .nayami-box .box {
    margin-bottom: 0;
  }
/*-------- #tigai --------*/
  #tigai .tigai-box table tr td.hx {
    width: 90px;
  }
/*-------- #top-voice --------*/
  #top-voice .voice-list .voice-box .img01 {
    width: 55%;
  }
  #top-voice .voice-list .voice-box .img02 {
    width: 40%;
    margin-bottom: 20px;
  }
/*-------- #ba --------*/
  #ba .ba-box .img {
    width: 100%;
    margin-bottom: 15px;
  }
  #ba .ba-box .text-box {
    width: 100%;
    line-height: 1.4;
  }
  #ba .ba-box .text-box .ttl {
    font-size: 20px;
  }
/*--------------- #point -------------*/
  #point .point-box .box h3 {
    width: 100%;
    float: none;
  }
  #point .point-box .box .img {
    width: 100%;
    max-width: 243px;
    float: none;
    margin: 0 auto 10px;
  }
  #point .point-box .box .text-box {
    width: 100%;
    float: none;
  }
/*--------------- #aisatu -------------*/
  #aisatu .aisatu-box .img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
  }
  #aisatu .aisatu-box .text-box {
    width: 100%;
  }
}