@charset "UTF-8";
#cnts {
  margin-top: 80px;
  width: 100%;
}
#btn_cnts {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
#btn_cnts h5 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
#btn_cnts h5 span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.btn {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  list-style: none;
}
.btn li {
  float: left;
  text-align: center;
  padding: 10px 10px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn li a {
  display: block;
  height: 150px;
  line-height: 23px;
  padding-top: 35px;
  text-decoration: none;
  background: #F4F4F4;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #F4F4F4;
}
.btn li a:hover {
  border: 1px solid #FF0004;
  box-sizing: border-box;
}
.btn li img {
  width: 50px;
  height: 50px;
}
@media all and (min-width: 992px) {
  .btn li {
    width: 16.666%;
  }
  .btn li:nth-child(6n+1) {
    clear: left;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .btn li {
    width: 20%;
  }
  .btn li:nth-child(5n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) {
  .btn {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
  }
  .btn li {
    padding: 5px 5px;
    width: 33.333%;
  }
  .btn li:nth-child(3n+1) {
    clear: left;
  }
  .btn li a {
    height: 100px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 20px;
    text-decoration: none;
    background: #F4F4F4;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #F4F4F4;
  }
  .btn li img {
    width: 40px;
    height: 40px;
  }
}
.grey_back {
  background: #F7F7F7;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 20px;
}
.white_back {
  background: #fff;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 20px;
}
.item_midashi {
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_midashi:before, .item_midashi:after {
  border-top: 1px solid;
  content: "";
  width: 5em;
}
.item_midashi:before {
  margin-right: 1rem;
}
.item_midashi:after {
  margin-left: 1rem;
}
.logo_cnts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.logo {
  width: 30%;
  margin: 10px;
}
.logo_obi {
  background: #F49090;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 5px 5px 0px 0px;
}
.logo_kakaku {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  border-radius: 0px 0px 5px 5px;
}
.chui {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 5px;
  line-height: 1.4;
  margin-left: 5px;
}
.chui2 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
  line-height: 1.4;
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.zei {
  font-size: 1.4rem;
}
.see_sample a {
  width: 39%;
  background: #FFF;
  border: 1px solid #1e1e1e;
  text-align: center;
  color: #F00;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 25px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.see_sample a:hover {
  border: 1px solid #FF0000;
}
.back_cnts {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.price_left, .price_right {
  width: 48%;
  margin-bottom: 30px;
  border-radius: 5px;
}
.price_left {
  float: left;
}
.price_right {
  float: right;
}
.price_left .sinki, .price_right .sinki {
  text-align: center;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 5px 5px 0px 0px;
}
.price_left .sinki {
  background: #F49090;
}
.price_right .sinki {
  background: #86C3D9;
}
.price2 {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  background: #FFF;
}
.price2 tr:nth-child(2n) {
  background: #F7F8FA;
}
.price2 th {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 28%;
  border: 1px solid #CCCCCC;
  font-size: 1.2rem;
  line-height: 18px;
}
.price2 td {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #CCCCCC;
}
.price2 tr:nth-child(2n) {
  background: #F7F8FA;
}
.meishi {
  text-align: center;
  background: #ACC25A;
  color: #FFF;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  border-radius: 5px 5px 0px 0px;
}
.price {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #fff;
}
.price .sinki {
  background: #F49090;
  text-align: center;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 5px 5px 0px 0px;
}
.sonota_kakaku {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 1135px) {
  #cnts {
    margin-top: 60px;
  }
  .grey_back {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .white_back {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .see_sample a {
    width: 80%;
  }
  .price {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  /* 559pxまでの幅の場合に適応される */
  #btn_cnts {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .grey_back {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .white_back {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .item_midashi {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .item_midashi:before, .item_midashi:after {
    border-top: 1px solid;
    content: "";
    width: 1em;
  }
  .logo {
    width: 100%;
    margin: 10px 0px 10px 0px;
  }
  .logo_obi {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price2 th {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 26%;
  }
  .price2 td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .see_sample a {
    width: 100%;
    padding: 15px;
  }
  .price_left, .price_right {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  .price_left {
    float: none;
  }
  .price_right {
    float: none;
  }
  .price_left .sinki, .price_right .sinki {
    padding: 10px;
  }
  .meishi {
    padding: 10px;
  }
  .price .sinki {
    padding: 10px;
  }
  .price {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  .sonota_kakaku {
    text-align: center;
    padding-top: 10px;
  }
  .chui2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}