@charset "UTF-8";
@import url("reset.css") layer(reset);
@import url("bootstrap.min.css") layer(bootstrap);
@import url("common.css") layer(common);
/* FONT */
/* ブレイクポイント */
/* 最大幅・最小幅 */
/* 体裁 */
/* 汎用カラー */
/* Animation 関連 */
/* Mixins */
@layer reset, bootstrap, common;
/*------------------------------------------------------------------------------
Css name: content.css
Css info: コンテンツスタイル
------------------------------------------------------------------------------*/
/* iframeレスポンシブ */
.iframe-box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* tableを横スクロール */
.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

@media only screen and (max-width: 767px) {
  .scroll::after {
    content: "▲横スクロールできます";
  }
  .scroll::before {
    content: "▼横スクロールできます";
  }
}
/* #about-message */
#about-message {
  margin-top: -180px;
  padding-top: 180px;
}

/*//////////////////////////////////////////////////////// */
/* HOME-------------*/
/*//////////////////////////////////////////////////////// */
/* index-slider　-------------*/
#main .index-slider {
  background-color: #d1e3f4 !important;
  padding: 0 0 40px 0;
  position: relative;
  margin-top: -41px;
}

#main .index-slider-s {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main .index-slider {
    display: none;
  }
  #main .index-slider-s {
    display: block;
  }
}
#main .index-slider .prev {
  position: absolute;
  top: 50%;
  left: 7%;
  left: 1%;
  z-index: 2;
}

#main .index-slider img.prev {
  width: 47px;
  height: auto;
  cursor: pointer;
}

#main .index-slider .next {
  position: absolute;
  top: 50%;
  right: 7%;
  right: 1%;
  z-index: 2;
}

#main .index-slider img.next {
  width: 47px;
  height: auto;
  cursor: pointer;
}

#main .index-slider .slider li {
  padding: 0 15px;
}

#main .index-slider .slider li img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .index-slider .slider-nav {
  font-size: 0;
  /*max-width:860px;*/
  max-width: 1280px;
  margin: 30px auto 0 auto;
}

#main .index-slider .slider-nav li {
  display: inline-block;
  padding: 0 10px;
}

#main .index-slider .slider-nav li img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

#main .index-slider .slider-nav .slick-current {
  opacity: 0.5;
}

/* index-box01　-------------*/
#main .index-box01 {
  background: #ff807c url("../images/bg_index-box01.png") center bottom no-repeat !important;
  background-size: 100% auto !important;
  padding: 30px 0 50px 0;
}

#main .index-box01 .container {
  position: relative;
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .index-box01 {
    padding: 15px 0 25px 0;
  }
  #main .index-box01 .container {
    max-width: 100%;
  }
}
#main .index-box01 .box-s1 {
  width: 200px;
  margin: 0 auto;
}

#main .index-box01 .box-s1 .index-box01_tit-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .index-box01 .box-s1 .index-box01_tit-01 img {
  width: 200px;
  height: auto;
}

#main .index-box01 .box-s1 .txt-s1 {
  color: #ffffff !important;
  font-weight: bold;
  text-align: left;
  line-height: 25px;
  margin-bottom: 20px;
}

#main .index-box01 .box-s1 .index-box01_btn-01 {
  text-align: center;
}

#main .index-box01 .box-s1 .index-box01_btn-01 img {
  width: 200px;
  height: auto;
}

#main .index-box01 .index-box01_img-01 {
  position: absolute;
  top: 50px;
  left: 30px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  #main .index-box01 .index-box01_img-01 {
    top: 90px;
  }
  #main .index-box01 .index-box01_img-01 img {
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box01 .index-box01_img-01 {
    display: none;
  }
}
#main .index-box01 .index-box01_img-02 {
  position: absolute;
  top: 200px;
  right: 90px;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  #main .index-box01 .index-box01_img-02 {
    top: 200px;
  }
  #main .index-box01 .index-box01_img-02 img {
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box01 .index-box01_img-02 {
    display: none;
  }
}
#main .index-box01 .index-box01_img-03 {
  position: absolute;
  top: 40px;
  right: 0px;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  #main .index-box01 .index-box01_img-03 {
    top: 80px;
  }
  #main .index-box01 .index-box01_img-03 img {
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box01 .index-box01_img-03 {
    display: none;
  }
}
/* index-box02　-------------*/
#main .index-box02 {
  background: #f4f4f4 !important;
  padding: 30px 0 40px 0;
}

#main .index-box02 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .index-box02 {
    padding: 15px 0 20px 0;
  }
  #main .index-box02 .container {
    max-width: 100%;
  }
}
#main .index-box02 .index-box02_tit-01 {
  text-align: center;
  margin-bottom: 50px;
}

#main .index-box02 .index-box02_tit-01 img {
  max-width: 348px;
  width: 100%;
  height: auto;
}

#main .index-box02 .tit-s1 {
  color: #009dc9 !important;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-01 {
    max-width: 1000px;
    font-size: 160%;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-01 a {
    display: block;
    background: url("../images/index-box02_bana-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    image-rendering: -webkit-optimize-contrast;
    /*Chrome*/
    padding-top: 30%;
    /* 300 ÷ 1000 × 100 */
    height: 0;
    /*300px*/
    margin: 0;
  }
  #main .index-box02 .index-box02_bana-01 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-01 {
    font-size: 120%;
    font-weight: bold;
    color: #ff0000;
  }
  #main .index-box02 .index-box02_bana-01 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-01 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-02 a {
    display: block;
    background: url("../images/index-box02_bana-02.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 30%;
    /* 300 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*300px*/
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-02 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-02 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-02 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-02 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-03 a {
    display: block;
    background: url("../images/index-box02_bana-03.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 30%;
    /* 300 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*300px*/
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-03 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-03 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-03 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-03 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-04 a {
    display: block;
    background: url("../images/index-box02_bana-04.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 30%;
    /* 300 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*300px*/
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-04 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-04 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-04 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-04 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-05 a {
    display: block;
    background: url("../images/index-box02_bana-05.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 30%;
    /* 300 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*300px*/
    margin-top: -20px;
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-05 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-05 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-05 {
    margin-top: -3%;
  }
  #main .index-box02 .index-box02_bana-05 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-05 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-06 a {
    display: block;
    background: url("../images/index-box02_bana-06.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 31.6%;
    /* 316 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*316px*/
    margin-top: -20px;
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-06 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-06 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-06 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-06 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box02 .index-box02_bana-07 a {
    display: block;
    background: url("../images/index-box02_bana-07.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 29.8%;
    /* 298 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*298px*/
    margin-top: -20px;
    margin-bottom: 45px;
  }
  #main .index-box02 .index-box02_bana-07 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box02 .index-box02_bana-07 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box02 .index-box02_bana-07 img {
    max-width: 730px;
    width: 100%;
    height: auto;
  }
  #main .index-box02 .index-box02_bana-07 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
/* index-box03　-------------*/
#main .index-box03 {
  background: #d09a63 url("../images/bg_index-box03.jpg") 0 0 repeat !important;
  padding: 30px 0 0 0;
  position: relative;
}

#main .index-box03 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .index-box03 {
    background: auto !important;
    padding: 0;
  }
  #main .index-box03 .container {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  #main .index-box03 .index-box03_img-01 {
    display: block;
    background: url("../images/index-box03_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    width: 797px;
    height: 270px;
    margin: 0;
  }
  #main .index-box03 .index-box03_img-01 img {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main .index-box03 .index-box03_img-01 {
    display: block;
    background: url("../images/index-box03_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    width: 580px;
    height: 196px;
    margin: 0;
  }
  #main .index-box03 .index-box03_img-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box03 .index-box03_img-01 {
    margin: 0;
  }
  #main .index-box03 .index-box03_img-01 img {
    max-width: 750px;
    width: 100%;
    height: auto;
  }
}
#main .index-box03 .index-box03_btn-01 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  #main .index-box03 .index-box03_btn-01 {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#main .index-box03 .index-box03_btn-01 img {
  width: 200px;
  height: auto;
}

/* index-box04　-------------*/
#main .index-box04 {
  background: #ffffff !important;
  padding: 60px 0 50px 0;
}

#main .index-box04 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .index-box04 {
    padding: 30px 0 25px 0;
  }
  #main .index-box04 .container {
    max-width: 100%;
  }
}
#main .index-box04 .index-box04_tit-01 {
  margin-bottom: 30px;
}

#main .index-box04 .index-box04_tit-01 img {
  max-width: 634px;
  width: 100%;
  height: auto;
}

#main .index-box04 .index-box04_img-01 {
  margin-bottom: 30px;
}

#main .index-box04 .index-box04_img-01 img {
  max-width: 850px;
  width: 100%;
  height: auto;
}

#main .index-box04 .index-box04_btn-01 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #main .index-box04 .index-box04_btn-01 {
    margin-bottom: 35px;
  }
}
#main .index-box04 .index-box04_btn-01 img {
  width: 200px;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .index-box04 .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
    margin-bottom: 35px;
  }
  #main .index-box04 .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .index-box04 .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box04 .index-box04_bana-01 {
    margin-bottom: 20px;
  }
  #main .index-box04 .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main .index-box04 .index-box04_bana-02 a {
    display: block;
    background: url("../images/index-box04_bana-02.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 18.2%;
    /* 182 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*182px*/
    margin: 0;
  }
  #main .index-box04 .index-box04_bana-02 a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
  #main .index-box04 .index-box04_bana-02 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .index-box04 .index-box04_bana-02 img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
  #main .index-box04 .index-box04_bana-02 a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
  }
}
/*//////////////////////////////////////////////////////// */
/* トリートについて-------------*/
/*//////////////////////////////////////////////////////// */
/* about-box01　-------------*/
#main .about-box01 {
  background-color: #b9cfe9 !important;
  padding: 90px 0 190px 0;
  position: relative;
}

#main .about-box01 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .about-box01 {
    padding: 90px 0 190px 0;
  }
  #main .about-box01 .container {
    max-width: 100%;
  }
}
#main .about-box01 .about-box01_tit-01 {
  text-align: center;
  margin-bottom: 55px;
}

#main .about-box01 .about-box01_tit-01 img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-left: -50px;
}

@media only screen and (max-width: 767px) {
  #main .about-box01 .about-box01_tit-01 img {
    margin-left: -7%;
  }
}
#main .about-box01 .about-box01_txt-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .about-box01 .about-box01_txt-01 img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

#main .about-box01 .txt-s1 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
  text-align: left;
  margin: 0 16% 0 16%;
}

@media only screen and (max-width: 767px) {
  #main .about-box01 .txt-s1 {
    margin: 0 0 0 0;
    font-size: 14px;
  }
}
/* about-box02　-------------*/
#main .about-box02 {
  background-color: #dccfe8 !important;
  padding: 40px 0 160px 0;
  position: relative;
  margin-top: -41px;
}

#main .about-box02 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .about-box02 {
    padding: 40px 0 160px 0;
  }
  #main .about-box02 .container {
    max-width: 100%;
  }
}
#main .about-box02 .about-box02_tit-01 {
  position: absolute;
  top: -165px;
  left: 0;
  right: 0;
}

#main .about-box02 .about-box02_tit-01 img {
  max-width: 292px;
  width: 100%;
  height: auto;
}

#main .about-box02 .about-box02_img-01 {
  text-align: center;
  margin-bottom: 50px;
}

#main .about-box02 .about-box02_img-01 img {
  max-width: 182px;
  width: 100%;
  height: auto;
}

#main .about-box02 .about-box02_txt-01 {
  text-align: center;
  margin-bottom: 40px;
}

#main .about-box02 .about-box02_txt-01 img {
  max-width: 569px;
  width: 100%;
  height: auto;
}

#main .about-box02 .txt-s1 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
  text-align: left;
  margin: 0 16% 65px 16%;
}

@media only screen and (max-width: 767px) {
  #main .about-box02 .txt-s1 {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
}
#main .about-box02 .about-box02_img-02 {
  text-align: center;
}

#main .about-box02 .about-box02_img-02 img {
  max-width: 901px;
  width: 100%;
  height: auto;
}

/* about-box03　-------------*/
#main .about-box03 {
  background-color: #f0d8cb !important;
  padding: 65px 0 60px 0;
  position: relative;
  margin-top: -41px;
}

#main .about-box03 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 {
    padding: 65px 0 30px 0;
  }
  #main .about-box03 .container {
    max-width: 100%;
  }
}
#main .about-box03 .about-box03_tit-01 {
  position: absolute;
  top: -185px;
  left: 0;
  right: 0;
}

#main .about-box03 .about-box03_tit-01 img {
  max-width: 292px;
  width: 100%;
  height: auto;
}

#main .about-box03 .about-box03_tit-02 {
  text-align: center;
  margin-left: -42px;
  margin-bottom: 35px;
}

#main .about-box03 .about-box03_tit-02 img {
  max-width: 224px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .about-box03_tit-02 {
    margin-left: -7%;
  }
}
#main .about-box03 .about-box03_box-01 {
  margin: 0 14% 120px 7%;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .about-box03_box-01 {
    margin: 0 0 60px 0;
  }
}
#main .about-box03 .about-box03_txt-01 {
  float: left;
  width: 13%;
}

#main .about-box03 .about-box03_txt-01 img {
  max-width: 96px;
  width: 100%;
  height: auto;
}

#main .about-box03 .txt-s1 {
  float: right;
  width: 78%;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
  text-align: left;
}

#main .about-box03 .txt-s1 span {
  color: #da6b1b !important;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .txt-s1 {
    font-size: 14px;
  }
}
#main .about-box03 .about-box03_tit-03 {
  text-align: left;
  margin: 0 16% 25px 16%;
}

#main .about-box03 .about-box03_tit-03 img {
  max-width: 170px;
  width: 100%;
  height: auto;
}

#main .about-box03 .txt-s2 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
  text-align: left;
  margin: 0 16% 50px 16%;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .txt-s2 {
    margin: 0 0 25px 0;
    font-size: 14px;
  }
}
#main .about-box03 .about-box03_tit-04 {
  text-align: left;
  margin: 0 16% 25px 16%;
}

#main .about-box03 .about-box03_tit-04 img {
  max-width: 170px;
  width: 100%;
  height: auto;
}

#main .about-box03 .tab-s1 {
  width: 68%;
  box-sizing: border-box;
  background-color: #e7c1ac !important;
  border-collapse: collapse;
  /* 重なる線消し */
  word-wrap: break-word;
  /* はみ出さない様に */
  overflow-wrap: break-word;
  /* はみ出さない様に */
  margin: 0 16% 40px 16%;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s1 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#main .about-box03 .tab-s1 th {
  width: 130px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 25px 30px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s1 th {
    font-size: 14px;
    padding: 15px 20px;
  }
}
#main .about-box03 .tab-s1 td {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px;
  border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s1 td {
    font-size: 14px;
    padding: 15px 20px;
  }
}
#main .about-box03 .tab-s1 th.s1,
#main .about-box03 .tab-s1 td.s1 {
  border-bottom: 2px solid #e7c1ac;
}

#main .about-box03 .tab-s1 td .lis-s1 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#main .about-box03 .tab-s1 td .lis-s1 li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s1 td .lis-s1 li {
    font-size: 14px;
  }
}
#main .about-box03 .tab-s1 td .lis-s1 li:last-child {
  margin-bottom: 0;
}

#main .about-box03 .tab-s1 td .lis-s1 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333333;
  color: #222;
  display: block;
  float: left;
  line-height: 17px;
  margin-left: -20px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

#main .about-box03 .about-box03_img-01 {
  text-align: center;
  margin-bottom: 70px;
}

#main .about-box03 .about-box03_img-01 img {
  max-width: 468px;
  width: 100%;
  height: auto;
}

#main .about-box03 .about-box03_tit-05 {
  text-align: left;
  margin: 0 16% 25px 16%;
}

#main .about-box03 .about-box03_tit-05 img {
  max-width: 346px;
  width: 100%;
  height: auto;
}

#main .about-box03 .tab-s2 {
  width: 78%;
  box-sizing: border-box;
  background-color: #e7c1ac !important;
  border-collapse: collapse;
  /* 重なる線消し */
  word-wrap: break-word;
  /* はみ出さない様に */
  overflow-wrap: break-word;
  /* はみ出さない様に */
  margin: 0 11% 40px 11%;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#main .about-box03 .tab-s2 th {
  width: 220px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 25px 30px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s2 th {
    font-size: 14px;
    padding: 15px 20px;
  }
}
#main .about-box03 .tab-s2 td {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px;
  border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  #main .about-box03 .tab-s2 td {
    font-size: 14px;
    padding: 15px 20px;
  }
}
#main .about-box03 .tab-s2 th.s1,
#main .about-box03 .tab-s2 td.s1 {
  border-bottom: 2px solid #e7c1ac;
}

/*//////////////////////////////////////////////////////// */
/* ペット用酸素ハウス-------------*/
/*//////////////////////////////////////////////////////// */
/* house-box01　-------------*/
#main .house-box01 {
  position: relative;
  background: #cbe1f6 url("../images/house-box01_bg-01.jpg") center center no-repeat;
  background-size: cover;
  height: 560px;
  height: 0;
  box-sizing: border-box;
  padding: 40px 0 30px 0;
  padding: 32% 0 0;
  position: relative;
}

#main .house-box01 .container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  max-width: 1000px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #main .house-box01 {
    padding-top: 65%;
    background-image: url("../images/img_product_house.jpg");
  }
  #main .house-box01 .container {
    left: 0;
    max-width: 100%;
    transform: unset;
  }
}
#main .house-box01 .house-box01_tit-01 {
  text-align: right;
}

#main .house-box01 .house-box01_tit-01 img {
  max-width: 909px;
  width: 100%;
  height: auto;
}

#main .house-box01 .lis-s1 {
  position: absolute;
  right: 0;
  top: 340px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  #main .house-box01 .lis-s1 {
    top: 190px;
  }
}
#main .house-box01 .lis-s1 li {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #main .house-box01 .lis-s1 li {
    margin-right: 5px;
  }
}
#main .house-box01 .lis-s1 li img {
  max-width: 148px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .house-box01 .lis-s1 li img {
    max-width: 74px;
  }
}
/* house-box02　-------------*/
#main .house-box02 {
  background: #cbe1f6 url("../images/house-box02_bg-01.png") center top no-repeat !important;
  background-size: cover !important;
  padding: 30px 0;
  position: relative;
}

#main .house-box02 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .house-box02 {
    background-size: contain !important;
    padding: 15px 0;
  }
  #main .house-box02 .container {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #main .house-box02 .txt-s0 {
    max-width: 1000px;
    font-size: 160%;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box02 .txt-s0 {
    font-size: 120%;
    font-weight: bold;
    color: #ff0000;
  }
}
#main .house-box02 .house-box02_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .house-box02 .house-box02_tit-01 img {
  max-width: 284px;
  width: 100%;
  height: auto;
}

#main .house-box02 .house-box02_txt-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .house-box02 .house-box02_txt-01 img {
  max-width: 577px;
  width: 100%;
  height: auto;
}

#main .house-box02 .txt-s1 {
  text-align: left;
  margin: 0 28% 50px 28%;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .house-box02 .txt-s1 {
    margin: 0 0 25px 0;
    font-size: 14px;
  }
}
#main .house-box02 .house-box02_img-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .house-box02 .house-box02_img-01 img {
  max-width: 635px;
  width: 100%;
  height: auto;
}

#main .house-box02 .house-box02_img-02 {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #main .house-box02 .house-box02_img-02 {
    margin-bottom: 15px;
  }
}
#main .house-box02 .house-box02_img-02 img {
  max-width: 778px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .house-box02 .house-box02_img-03 {
    background: url("../images/house-box02_img-03.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 55.87%;
    /* 623 ÷ 1115 × 100 */
    max-width: 1000px;
    height: 0;
    /*623px*/
  }
  #main .house-box02 .house-box02_img-03 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box02 .house-box02_img-03 {
    text-align: center;
  }
  #main .house-box02 .house-box02_img-03 img {
    max-width: 572px;
    width: 100%;
    height: auto;
  }
}
/* house-box03　-------------*/
#main .house-box03 {
  background-color: #f0e2e7 !important;
  padding: 40px 0 60px 0;
  position: relative;
}

#main .house-box03 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 {
    padding: 20px 0 30px 0;
  }
  #main .house-box03 .container {
    max-width: 100%;
  }
}
#main .house-box03 .house-box03_tit-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .house-box03 .house-box03_tit-01 img {
  max-width: 411px;
  width: 100%;
  height: auto;
}

#main .house-box03 .tab-s1 {
  margin: 0 23%;
}

@media only screen and (max-width: 991px) {
  #main .house-box03 .tab-s1 {
    margin: 0 13%;
  }
}
#main .house-box03 .tab-s1 th {
  width: 220px;
  vertical-align: middle;
  text-align: left;
  padding: 25px 10px;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 .tab-s1 th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 25px 0 5px 0;
  }
}
#main .house-box03 .tab-s1 td {
  font-weight: bold;
  text-align: left;
  padding: 25px 10px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 .tab-s1 td {
    display: block;
    width: 100%;
    padding: 0 0 25px 0;
  }
}
#main .house-box03 .tab-s1 td .tit-s1 {
  font-weight: bold;
}

#main .house-box03 .tab-s1 td .tit-s1::before {
  content: "●";
}

#main .house-box03 .tab-s1 td .txt-s1 {
  background: url("../images/ico_02.png") left center no-repeat !important;
  background-size: 22px 18px !important;
  font-weight: bold;
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
}

#main .house-box03 .tab-s1 td .txt-s1:last-of-type {
  margin-bottom: 0;
}

#main .house-box03 .tab-s1 td .txt-s1 span {
  font-size: 22px;
  font-weight: bold;
  color: #ea6d9f !important;
}

#main .house-box03 .house-box03_txt-01 img {
  max-width: 205px;
  width: 100%;
  height: auto;
}

#main .house-box03 .house-box03_img-04 {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 0;
}

#main .house-box03 .house-box03_img-04 a {
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 .house-box03_img-04 a {
    cursor: pointer;
  }
}
#main .house-box03 .house-box03_img-04 a img {
  max-width: 285px;
  width: 100%;
  height: auto;
}

#main .house-box03 .house-box03_txt-02 img {
  max-width: 185px;
  width: 100%;
  height: auto;
}

#main .house-box03 .house-box03_txt-03 img {
  max-width: 166px;
  width: 100%;
  height: auto;
}

#main .house-box03 .house-box03_img-01 {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 .house-box03_img-01 {
    margin-bottom: 25px;
  }
}
#main .house-box03 .house-box03_img-01 img {
  max-width: 702px;
  width: 100%;
  height: auto;
}

#main .house-box03 .house-box03_img-03 {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #main .house-box03 .house-box03_img-03 {
    margin-bottom: 50px;
  }
}
#main .house-box03 .house-box03_img-03 img {
  max-width: 976px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .house-box03 .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
  }
  #main .house-box03 .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .house-box03 .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box03 .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
/* house-box04　-------------*/
#main .house-box04 {
  background-color: #ffffff !important;
  padding: 95px 0 70px 0;
  position: relative;
}

#main .house-box04 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 {
    padding: 40px 0 35px 0;
  }
  #main .house-box04 .container {
    max-width: 100%;
  }
}
#main .house-box04 .house-box04_tit-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .house-box04 .house-box04_tit-01 img {
  max-width: 196px;
  width: 100%;
  height: auto;
}

#main .house-box04 .house-box04_img-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .house-box04 .house-box04_img-01 img {
  max-width: 675px;
  width: 100%;
  height: auto;
}

#main .house-box04 .box-s1 {
  clear: both;
  max-width: 695px;
  width: 100%;
  margin: 0 auto 135px auto;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .box-s1 {
    margin: 0 auto 70px auto;
  }
}
#main .house-box04 .box-s1 .house-box04_txt-01 {
  float: left;
  width: 48%;
}

#main .house-box04 .box-s1 .house-box04_txt-01 a {
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .box-s1 .house-box04_txt-01 {
    float: none;
    width: 100%;
    text-align: center;
  }
  #main .house-box04 .box-s1 .house-box04_txt-01 a {
    cursor: pointer;
  }
}
#main .house-box04 .box-s1 .house-box04_txt-01 img {
  max-width: 333px;
  width: 100%;
  height: auto;
}

#main .house-box04 .box-s1 .house-box04_btn-01 {
  float: right;
  width: 48%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .box-s1 .house-box04_btn-01 {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#main .house-box04 .box-s1 .house-box04_btn-01 img {
  max-width: 333px;
  width: 100%;
  height: auto;
}

#main .house-box04 .tit-s1 {
  background: url("../images/ico_03.png") left top no-repeat !important;
  background-size: 43px 40px !important;
  padding: 15px 0 10px 60px;
  font-size: 26px;
  font-weight: bold;
  color: #2a8cc5 !important;
  text-align: left;
  border-bottom: 1px solid #2a8cc5;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .tit-s1 {
    font-size: 18px;
  }
}
#main .house-box04 .txt-s1 {
  text-align: left;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .txt-s1 {
    margin-bottom: 30px;
  }
}
#main .house-box04 .txt-s2 {
  text-align: left;
  margin-bottom: 30px;
}

#main .house-box04 .house-box04_img-02 {
  text-align: center;
  margin-bottom: 25px;
}

#main .house-box04 .house-box04_img-02 img {
  max-width: 938px;
  width: 100%;
  height: auto;
}

#main .house-box04 .lis-s1 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #main .house-box04 .lis-s1 {
    margin-bottom: 30px;
  }
}
#main .house-box04 .lis-s1 li {
  text-align: left;
}

#main .house-box04 .lis-s1 li::before {
  content: "■";
}

#main .house-box04 .house-box04_img-03 {
  text-align: center;
}

#main .house-box04 .house-box04_img-03 img {
  max-width: 656px;
  width: 100%;
  height: auto;
}

/* house-box05　-------------*/
#main .house-box05 {
  background-color: #f2f2f2 !important;
  padding: 35px 0 30px 0;
  position: relative;
}

#main .house-box05 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 {
    padding: 20px 0 15px 0;
  }
  #main .house-box05 .container {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #main .house-box05 .txt-s0 {
    max-width: 1000px;
    font-size: 160%;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box05 .txt-s0 {
    font-size: 120%;
    font-weight: bold;
    color: #ff0000;
  }
}
#main .house-box05 .house-box05_tit-01 {
  text-align: center;
  margin-bottom: 45px;
}

#main .house-box05 .house-box05_tit-01 img {
  max-width: 254px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .house-box05 .house-box05_txt-01 {
    background: url("../images/house-box05_txt-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 21.47%;
    /* 169 ÷ 787 × 100 */
    max-width: 787px;
    height: 0;
    /*169px*/
    margin: 0 auto 20px auto;
  }
  #main .house-box05 .house-box05_txt-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_txt-01 {
    text-align: center;
    margin-bottom: 20px;
  }
  #main .house-box05 .house-box05_txt-01 img {
    max-width: 607px;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main .house-box05 .txt-s6 {
    max-width: 1000px;
    font-size: 140%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #main .house-box05 .txt-s6 {
    font-size: 110%;
    margin: 0 0 10px 0;
  }
}
#main .house-box05 .scroll {
  margin-bottom: 10px;
}

#main .house-box05 .tab-s1 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff !important;
  border: 1px solid #e85a4b;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .tab-s1 {
    width: 200%;
  }
}
#main .house-box05 .tab-s1 th {
  background-color: #ffe9e7 !important;
  border: 1px solid #e85a4b;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#main .house-box05 .tab-s1 th.s1 {
  background-color: #ffffff !important;
}

#main .house-box05 .tab-s1 th.s2 {
  border-bottom: 1px solid #ffe9e7;
}

#main .house-box05 .tab-s1 th span.s1 {
  display: block;
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #e85a4b;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

#main .house-box05 .tab-s1 th span.s2 {
  display: block;
  width: 100%;
  color: #e85a4b !important;
  font-weight: bold;
  margin-bottom: 10px;
}

#main .house-box05 .tab-s1 th span.s3 {
  display: block;
  width: 100%;
  color: #e85a4b !important;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#main .house-box05 .tab-s1 th .txt-s1 {
  font-size: 12px;
  text-align: left;
}

#main .house-box05 .tab-s1 th .txt-s2 {
  background: url("../images/ico_04.png") left center no-repeat !important;
  background-size: 24px 19px !important;
  padding-left: 35px;
  text-align: left;
}

#main .house-box05 .tab-s1 th .lis-s1 li {
  font-size: 12px;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

#main .house-box05 .tab-s1 th .lis-s1 li::before {
  content: "※";
}

#main .house-box05 .tab-s1 td {
  background-color: #ffffff !important;
  border: 1px solid #e85a4b;
  padding: 10px;
  text-align: center;
  color: #e85a4b !important;
  font-weight: bold;
}

#main .house-box05 .tab-s1 td.s1 {
  border-bottom: none;
}

#main .house-box05 .tab-s1 td.s2 {
  font-size: 17px;
  background-color: #ffe9e7 !important;
  border-top: none;
}

#main .house-box05 .tab-s1 td.s2 span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

#main .house-box05 .txt-s3 {
  text-align: right;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .txt-s3 {
    margin-bottom: 20px;
  }
}
#main .house-box05 .tit-s1 {
  font-size: 160%;
  font-weight: bold;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
}

#main .house-box05 .tit-s1 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  font-weight: bold;
  text-align: left;
}

#main .house-box05 .tit-s1 span::before,
#main .house-box05 .tit-s1 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: auto;
  border-top: 4px double #330000;
  margin-top: -2px;
}

#main .house-box05 .tit-s1 span::before {
  right: 100%;
}

#main .house-box05 .tit-s1 span::after {
  left: 100%;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .tit-s1 {
    font-size: 120%;
  }
}
#main .house-box05 .txt-s7 {
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#main .house-box05 .txt-s7 > span {
  font-size: 80%;
  font-weight: bold;
}

#main .house-box05 .txt-s7 span > span {
  font-size: 200%;
  font-weight: bold;
  color: #d96d7a;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .txt-s7 {
    font-size: 130%;
  }
  #main .house-box05 .txt-s7 > span {
    display: block;
  }
}
#main .house-box05 .tab-s2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff !important;
  border: 2px solid #baaa8d;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .tab-s2 {
    width: 250%;
  }
}
#main .house-box05 .tab-s2 th {
  width: 230px;
  width: 20%;
  background-color: #ffffff !important;
  border: 2px solid #baaa8d;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

#main .house-box05 .tab-s2 th .txt-s1 {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0 0;
}

#main .house-box05 .tab-s2 td {
  background-color: #ffffff !important;
  border: 2px solid #baaa8d;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#main .house-box05 .tab-s2 td div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -10px;
}

#main .house-box05 .tab-s2 td div p {
  margin: 0 0 0 10px;
}

#main .house-box05 .tab-s2 td .house-box05_img-04 img {
  max-width: 102px;
  width: 100%;
  height: auto;
}

#main .house-box05 .tab-s2 td .house-box05_img-05 img {
  max-width: 72px;
  width: 100%;
  height: auto;
}

#main .house-box05 .tab-s2 td .txt-s2 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

#main .house-box05 .tab-s2 td .txt-s2 > span {
  font-size: 80%;
  font-weight: bold;
}

#main .house-box05 .tab-s2 td .txt-s2 > span > span {
  font-size: 180%;
  font-weight: bold;
  color: #1988c0;
}

#main .house-box05 .tab-s3 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff !important;
  border-top: 1px solid #baaa8d;
  border-bottom: 1px solid #baaa8d;
}

#main .house-box05 .tab-s3:first-child {
  border-top: none;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .tab-s3 {
    width: 250%;
  }
}
#main .house-box05 .tab-s3 tr:nth-child(even) th,
#main .house-box05 .tab-s3 tr:nth-child(even) td {
  background-color: #f2f1ec !important;
}

#main .house-box05 .tab-s3 th {
  background-color: #ffffff !important;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}

#main .house-box05 .tab-s3 th:first-child {
  width: 230px;
  width: 20%;
}

#main .house-box05 .tab-s3 th .txt-s1 {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0 0;
}

#main .house-box05 .tab-s3 th span {
  font-size: 70%;
  font-weight: bold;
}

#main .house-box05 .tab-s3 th span.s1 {
  position: absolute;
  top: 0;
  right: 3px;
  color: #ff0101;
}

#main .house-box05 .tab-s3 th span.s2 {
  font-weight: normal;
  color: #606060;
}

#main .house-box05 .tab-s3 td {
  background-color: #ffffff !important;
  border-left: 1px solid #baaa8d;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#main .house-box05 .tab-s3 td.s1 {
  vertical-align: top;
}

#main .house-box05 .tab-s3 td .txt-s2 {
  background: #baaa8d;
  padding: 8px 5px 5px 5px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}

#main .house-box05 .tab-s3 td .txt-s3 {
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px 0;
}

#main .house-box05 .tab-s3 td .house-box05_img-06 img,
#main .house-box05 .tab-s3 td .house-box05_img-07 img,
#main .house-box05 .tab-s3 td .house-box05_img-08 img {
  max-width: 182px;
  width: 100%;
  height: auto;
}

#main .house-box05 .tab-s3 td .txt-s4 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

#main .house-box05 .tab-s3 td .txt-s4 span {
  font-size: 180%;
  font-weight: bold;
  color: #1988c0;
}

#main .house-box05 .tab-s3 td div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
}

#main .house-box05 .tab-s3 td div p {
  margin: 0 0 0 10px;
}

#main .house-box05 .tab-s3 td div p:nth-child(1) {
  flex-basis: calc(30% - 10px);
}

#main .house-box05 .tab-s3 td div p:nth-child(2) {
  flex-basis: calc(70% - 10px);
}

#main .house-box05 .tab-s3 td .txt-s6 {
  font-size: 12px;
  text-align: left;
}

#main .house-box05 .tab-s3 td .txt-s6 span {
  color: #1988c0;
}

#main .house-box05 .lis-s2 {
  font-size: 0;
  text-align: center;
  margin-left: -15px;
  margin-bottom: 65px;
}

#main .house-box05 .lis-s2 li {
  display: inline-block;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .lis-s2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  #main .house-box05 .lis-s2 li {
    margin-left: 0;
  }
}
#main .house-box05 .house-box05_img-01 {
  width: 36.3%;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_img-01 {
    width: 100%;
  }
}
#main .house-box05 .house-box05_img-01 img {
  max-width: 363px;
  width: 100%;
  height: auto;
}

#main .house-box05 .house-box05_img-02 {
  width: 30.1%;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_img-02 {
    width: 100%;
  }
}
#main .house-box05 .house-box05_img-02 img {
  max-width: 301px;
  width: 100%;
  height: auto;
}

#main .house-box05 .house-box05_img-03 {
  width: 26%;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_img-03 {
    width: 100%;
  }
}
#main .house-box05 .house-box05_img-03 img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

#main .house-box05 .txt-s4 {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

#main .house-box05 .box-s1 {
  background: #adcceb url("../images/house-box05_bg-01.png") 20px 65px no-repeat !important;
  background-size: 34% auto !important;
  padding: 60px 65px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .box-s1 {
    background: #adcceb url("../images/house-box05_bg-01.png") center 98% no-repeat !important;
    background-size: 300px auto !important;
    padding: 30px 30px 353px 30px;
  }
}
#main .house-box05 .house-box05_tit-02 {
  text-align: left;
  margin-left: 35%;
  /*350÷1000×100*/
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_tit-02 {
    margin-left: 0;
  }
}
#main .house-box05 .house-box05_tit-02 img {
  max-width: 293px;
  width: 100%;
  height: auto;
}

#main .house-box05 .txt-s5 {
  font-size: 16px;
  text-align: left;
  margin-left: 35%;
  /*350÷1000×100*/
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .txt-s5 {
    font-size: 14px;
    margin-left: 0;
  }
}
#main .house-box05 .house-box05_txt-02 {
  text-align: left;
  margin-left: 35%;
  /*350÷1000×100*/
}

@media only screen and (max-width: 767px) {
  #main .house-box05 .house-box05_txt-02 {
    margin-left: 0;
  }
}
#main .house-box05 .house-box05_txt-02 img {
  max-width: 472px;
  width: 100%;
  height: auto;
}

/*//////////////////////////////////////////////////////// */
/* 世界で認められた犬用車いす-------------*/
/*//////////////////////////////////////////////////////// */
/* harness-box01　-------------*/
#main .harness-box01 {
  background-color: #fbf2d4 !important;
  padding: 90px 0 30px 0;
  position: relative;
  margin-top: -41px;
}

#main .harness-box01 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box01 {
    padding: 45px 0 15px 0;
    margin-top: 0;
  }
  #main .harness-box01 .container {
    max-width: 100%;
  }
}
#main .harness-box01 .tit-s1 {
  background-color: #ef7307 !important;
  min-height: 40px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 30px;
}

#main .harness-box01 .harness-box01_tit-01 {
  text-align: center;
  margin-bottom: 35px;
}

#main .harness-box01 .harness-box01_tit-01 img {
  max-width: 556px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .harness-box01 .harness-box01_img-01 {
    max-width: 800px;
    margin: 0 auto 30px auto;
  }
  #main .harness-box01 .harness-box01_img-01 span {
    display: block;
    background: url("../images/harness-box01_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 52.5%;
    /* 420 ÷ 800 × 100 */
    height: 0;
    /*420px*/
  }
  #main .harness-box01 .harness-box01_img-01 span img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .harness-box01 .harness-box01_img-01 {
    max-width: 700px;
    margin: 0 auto 30px auto;
  }
  #main .harness-box01 .harness-box01_img-01 span img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
}
#main .harness-box01 .txt-s1 {
  text-align: left;
  margin: 0 17% 70px 17%;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .harness-box01 .txt-s1 {
    margin: 0 0 35px 0;
    font-size: 14px;
  }
}
/* harness-box02　-------------*/
#main .harness-box02 {
  background-color: #f7e6ac !important;
  padding: 35px 0 50px 0;
  position: relative;
}

#main .harness-box02 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box02 {
    padding: 20px 0 25px 0;
  }
  #main .harness-box02 .container {
    max-width: 100%;
  }
}
#main .harness-box02 .harness-box02_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box02 .harness-box02_tit-01 img {
  max-width: 621px;
  width: 100%;
  height: auto;
}

#main .harness-box02 .harness-box02_img-01 {
  text-align: center;
  margin-bottom: 70px;
}

#main .harness-box02 .harness-box02_tit-05 {
  text-align: center;
  margin-bottom: 20px;
}

#main .harness-box02 .harness-box02_tit-05 img {
  max-width: 196px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#main .harness-box02 .harness-box02_img-05 {
  text-align: center;
  margin-bottom: 50px;
}

#main .harness-box02 .harness-box02_img-05 img {
  max-width: 675px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box02 .harness-box02_img-01 {
    margin-bottom: 35px;
  }
}
#main .harness-box02 .harness-box02_img-01 img {
  max-width: 596px;
  width: 100%;
  height: auto;
}

#main .harness-box02 .harness-box02_tit-02 {
  text-align: center;
}

#main .harness-box02 .harness-box02_tit-02 img {
  max-width: 995px;
  width: 100%;
  height: auto;
}

#main .harness-box02 .lis-s1 {
  margin: 0 12% 70px 12%;
}

@media only screen and (max-width: 767px) {
  #main .harness-box02 .lis-s1 {
    margin: 0 0 35px 0;
  }
}
#main .harness-box02 .lis-s1 li {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box02 .lis-s1 li {
    font-size: 16px;
  }
}
#main .harness-box02 .lis-s1 li span {
  font-weight: bold;
  background: linear-gradient(transparent 85%, #f07307 85%);
}

#main .harness-box02 .lis-s1 li::before {
  content: "●";
  color: #f07307;
}

#main .harness-box02 .lis-s2 {
  text-align: center;
  margin: 0 auto 45px auto;
}

#main .harness-box02 .lis-s2:last-of-type {
  margin: 0 auto 80px auto;
}

#main .harness-box02 .lis-s2 li {
  display: inline-block;
  text-align: center;
  margin: 0 15px 30px 15px;
}

#main .harness-box02 .lis-s2 li img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .harness-box02 .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
  }
  #main .harness-box02 .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .harness-box02 .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .harness-box02 .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
/* harness-box03　-------------*/
#main .harness-box03 {
  background-color: #ededed !important;
  padding: 70px 0;
  position: relative;
}

#main .harness-box03 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box03 {
    padding: 35px 0;
  }
  #main .harness-box03 .container {
    max-width: 100%;
  }
}
#main .harness-box03 .harness-box03_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box03 .harness-box03_tit-01 img {
  max-width: 364px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .lis-s1 {
  background: url("../images/harness-box03_bg-01.png") center bottom no-repeat !important;
  text-align: center;
}

#main .harness-box03 .lis-s1 li {
  text-align: center;
  margin-bottom: 30px;
}

#main .harness-box03 .lis-s1 li:last-child {
  margin-bottom: 0;
}

#main .harness-box03 .harness-box03_txt-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box03 .harness-box03_txt-01 img {
  max-width: 635px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .txt-s1 {
  font-size: 17px;
  font-weight: bold;
  color: #666666 !important;
  text-align: left;
  margin: 0 24% 30px 24%;
}

@media only screen and (max-width: 767px) {
  #main .harness-box03 .txt-s1 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}
#main .harness-box03 .harness-box03_img-01 {
  text-align: center;
  margin-bottom: 10px;
}

#main .harness-box03 .harness-box03_img-01 img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .harness-box03_img-02 {
  text-align: center;
}

#main .harness-box03 .harness-box03_img-02 img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .harness-box03_txt-02 {
  text-align: center;
}

#main .harness-box03 .harness-box03_txt-02 img {
  max-width: 635px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .harness-box03_txt-03 {
  text-align: center;
  padding-bottom: 75px;
}

#main .harness-box03 .harness-box03_txt-03 img {
  max-width: 635px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .harness-box03_img-03 {
  text-align: center;
  margin-bottom: 60px;
}

#main .harness-box03 .harness-box03_img-03 img {
  max-width: 592px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .box-s1 {
  background: #dcdfac url("../images/harness-box03_bg-02.png") 96% 96% no-repeat !important;
  background-size: 230px 205px !important;
  padding: 20px 70px 70px 70px;
  margin-bottom: 70px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

@media only screen and (max-width: 767px) {
  #main .harness-box03 .box-s1 {
    background: #dcdfac url("../images/harness-box03_bg-02.png") 98% 98% no-repeat !important;
    background-size: 130px 116px !important;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
  }
}
#main .harness-box03 .harness-box03_img-04 {
  text-align: center;
}

#main .harness-box03 .harness-box03_img-04 img {
  max-width: 629px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .harness-box03_tit-02 {
  text-align: center;
  margin-bottom: 20px;
}

#main .harness-box03 .harness-box03_tit-02 img {
  max-width: 835px;
  width: 100%;
  height: auto;
}

#main .harness-box03 .txt-s2 {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin: 0 10% 30px 10%;
}

@media only screen and (max-width: 767px) {
  #main .harness-box03 .txt-s2 {
    font-size: 14px;
    margin: 0 5% 30px 5%;
  }
}
@media print, screen and (min-width: 768px) {
  #main .harness-box03 .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
  }
  #main .harness-box03 .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .harness-box03 .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .harness-box03 .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
/* harness-box04　-------------*/
#main .harness-box04 {
  background-color: #faf1d3 !important;
  padding: 90px 0 115px 0;
  position: relative;
  margin-top: -41px;
}

#main .harness-box04 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 {
    padding: 45px 0 40px 0;
    margin-top: 0;
  }
  #main .harness-box04 .container {
    max-width: 100%;
  }
}
#main .harness-box04 .harness-box04_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box04 .harness-box04_tit-01 img {
  max-width: 444px;
  width: 100%;
  height: auto;
}

#main .harness-box04 .harness-box04_img-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .harness-box04 .harness-box04_img-01 img {
  max-width: 850px;
  width: 100%;
  height: auto;
}

#main .harness-box04 .harness-box04_txt-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box04 .harness-box04_txt-01 img {
  max-width: 519px;
  width: 100%;
  height: auto;
}

#main .harness-box04 .txt-s1 {
  text-align: left;
  margin: 0 17% 100px 17%;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 .txt-s1 {
    margin: 0 0 50px 0;
    font-size: 14px;
  }
}
#main .harness-box04 .tit-s1 {
  background-color: #efa107 !important;
  min-height: 40px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 25px;
}

#main .harness-box04 .harness-box04_txt-02 {
  text-align: center;
  margin-bottom: 45px;
}

#main .harness-box04 .harness-box04_txt-02 img {
  max-width: 374px;
  width: 100%;
  height: auto;
}

#main .harness-box04 .txt-s2 {
  text-align: left;
  margin: 0 9% 5px 9%;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 .txt-s2 {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
}
#main .harness-box04 .scroll {
  margin-bottom: 25px;
}

#main .harness-box04 .tab-s1 {
  border-collapse: collapse;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #ef7307;
  background-color: #ffffff !important;
  margin: 0 9%;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 .tab-s1 {
    width: 200%;
    margin: 0;
  }
}
#main .harness-box04 .tab-s1 th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ef7307;
  padding: 5px 15px;
  border: 1px solid #ef7307;
}

#main .harness-box04 .tab-s1 th.s1 {
  font-size: 18px;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 .tab-s1 th.s1 {
    font-size: 16px;
  }
}
#main .harness-box04 .tab-s1 th span {
  margin-left: 15px;
}

#main .harness-box04 .tab-s1 th .harness-box04_img-02 img {
  width: 64px;
  height: auto;
}

#main .harness-box04 .tab-s1 th .harness-box04_img-03 img {
  width: 76px;
  height: auto;
}

#main .harness-box04 .tab-s1 th .harness-box04_img-04 img {
  width: 63px;
  height: auto;
}

#main .harness-box04 .tab-s1 td {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 5px 15px;
  border: 1px solid #ef7307;
}

#main .harness-box04 .tab-s1 td.s1 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main .harness-box04 .tab-s1 td {
    font-size: 14px;
  }
}
#main .harness-box04 .harness-box04_txt-03 {
  text-align: center;
}

#main .harness-box04 .harness-box04_txt-03 img {
  max-width: 721px;
  width: 100%;
  height: auto;
}

/* harness-box05　-------------*/
#main .harness-box05 {
  background-color: #f9e3c6 !important;
  padding: 70px 0 85px 0;
  position: relative;
  margin-top: -41px;
}

#main .harness-box05 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 {
    padding: 35px 0 25px 0;
    margin-top: 0;
  }
  #main .harness-box05 .container {
    max-width: 100%;
  }
}
#main .harness-box05 .tit-s1 {
  background-color: #ef7307 !important;
  min-height: 40px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 35px;
}

#main .harness-box05 .harness-box05_txt-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .harness-box05 .harness-box05_txt-01 img {
  max-width: 627px;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #main .harness-box05 .harness-box05_img-01 {
    max-width: 830px;
    margin: 0 auto 30px auto;
  }
  #main .harness-box05 .harness-box05_img-01 span {
    display: block;
    background: url("../images/harness-box05_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 51.2%;
    /* 425 ÷ 830 × 100 */
    height: 0;
    /*425px*/
  }
  #main .harness-box05 .harness-box05_img-01 span img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-01 {
    max-width: 686px;
    margin: 0 auto 30px auto;
  }
  #main .harness-box05 .harness-box05_img-01 span img {
    max-width: 686px;
    width: 100%;
    height: auto;
  }
}
#main .harness-box05 .harness-box05_tit-01 {
  text-align: center;
  margin-bottom: 5px;
}

#main .harness-box05 .harness-box05_tit-01 img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

#main .harness-box05 .box-s1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  border-bottom: 3px dotted #ef7307;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .box-s1 {
    padding: 0 0 20px 0;
  }
}
#main .harness-box05 .harness-box05_tit-02 {
  text-align: left;
  margin-bottom: 20px;
}

#main .harness-box05 .harness-box05_tit-02 img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_tit-02 {
    text-align: center;
  }
}
#main .harness-box05 .txt-s1 {
  max-width: 360px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .txt-s1 {
    max-width: 100%;
    font-size: 14px;
  }
}
#main .harness-box05 .harness-box05_img-02 {
  text-align: left;
  padding: 0 0 0 15px;
}

#main .harness-box05 .harness-box05_img-02 img {
  max-width: 399px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-02 {
    text-align: center;
    padding: 0;
  }
}
#main .harness-box05 .box-s2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 65px 0 50px 0;
  border-bottom: 3px dotted #ef7307;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .box-s2 {
    padding: 30px 0 25px 0;
  }
}
#main .harness-box05 .harness-box05_img-03 {
  text-align: left;
}

#main .harness-box05 .harness-box05_img-03 img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-03 {
    text-align: center;
  }
}
#main .harness-box05 .harness-box05_tit-03 {
  text-align: center;
  margin-bottom: 20px;
}

#main .harness-box05 .harness-box05_tit-03 img {
  max-width: 291px;
  width: 100%;
  height: auto;
}

#main .harness-box05 .txt-s2 {
  max-width: 360px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .txt-s2 {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#main .harness-box05 .box-s3 {
  max-width: 800px;
  margin: 0 auto;
  padding: 65px 0 0 0;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .box-s3 {
    padding: 30px 0 0 0;
  }
}
#main .harness-box05 .harness-box05_tit-04 {
  text-align: center;
}

#main .harness-box05 .harness-box05_tit-04 img {
  max-width: 148px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_tit-04 {
    margin-bottom: 20px;
  }
}
#main .harness-box05 .harness-box05_img-04 {
  text-align: left;
  margin-left: -28px;
  margin-bottom: 20px;
}

#main .harness-box05 .harness-box05_img-04 img {
  max-width: 206px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-04 {
    text-align: center;
    margin-left: -28px;
  }
}
#main .harness-box05 .txt-s3 {
  max-width: 180px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .txt-s3 {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#main .harness-box05 .harness-box05_img-05 {
  text-align: left;
  margin-bottom: 29px;
}

#main .harness-box05 .harness-box05_img-05 img {
  max-width: 189px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-05 {
    text-align: center;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
#main .harness-box05 .harness-box05_img-06 {
  text-align: left;
  margin-top: -11px;
  margin-left: -10px;
  margin-bottom: 20px;
}

#main .harness-box05 .harness-box05_img-06 img {
  max-width: 171px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .harness-box05 .harness-box05_img-06 {
    text-align: center;
    margin-top: 0;
    margin-left: -20px;
  }
}
/*//////////////////////////////////////////////////////// */
/* 介護・介助用品-------------*/
/*//////////////////////////////////////////////////////// */
/* care-box　-------------*/
#main .care-box {
  background-color: #ececec !important;
  padding: 90px 0 30px 0;
  position: relative;
  margin-top: -41px;
}

#main .care-box .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .care-box {
    padding: 45px 0 15px 0;
    margin-top: 0;
  }
  #main .care-box .container {
    max-width: 100%;
  }
}
/* box-s1　-------------*/
#main .care-box .box-s1 {
  background-color: #ffffff !important;
  padding: 20px 40px;
  border: 1px solid #2a8ac3;
  margin-bottom: 20px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s1 {
    padding: 20px 40px 0 40px;
  }
}
#main .care-box .box-s1 .care-box01_tit-01 {
  text-align: center;
  margin-bottom: 10px;
}

#main .care-box .box-s1 .care-box01_tit-01 img {
  max-width: 190px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s1 .care-box01_tit-02 {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 4px dotted #2a8ac3;
  margin-bottom: 20px;
}

#main .care-box .box-s1 .care-box01_tit-02 img {
  max-width: 73px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s1 .tit-s1 {
  font-weight: bold;
  text-align: left;
  color: #2a8fc8 !important;
  margin-bottom: 20px;
}

#main .care-box .box-s1 .lis-s1 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s1 .lis-s1 {
    margin-bottom: 20px;
  }
}
#main .care-box .box-s1 .lis-s1 li {
  display: block;
  margin-bottom: 10px;
}

#main .care-box .box-s1 .lis-s1 li:last-child {
  margin-bottom: 0;
}

#main .care-box .box-s1 .lis-s1 li img {
  max-width: 292px;
  width: 100%;
  height: auto;
}

/* box-s2　-------------*/
#main .care-box .box-s2 {
  background-color: #ffffff !important;
  padding: 40px 40px 70px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 45px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s2 {
    padding: 20px 10px 35px 10px;
    margin-bottom: 20px;
  }
}
#main .care-box .box-s2 .care-box02_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s2 .care-box02_tit-01 img {
  max-width: 763px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .txt-s1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s2 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .care-box .box-s2 .txt-s2 {
  position: relative;
  min-height: 300px;
  padding-top: 140px;
}

#main .care-box .box-s2 .txt-s2 .care-box02_tit-02,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-03,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-04,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-05 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#main .care-box .box-s2 .txt-s2 .care-box02_tit-02 img,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-03 img,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-04 img,
#main .care-box .box-s2 .txt-s2 .care-box02_tit-05 img {
  max-width: 246px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .txt-s2 p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 75%;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s2 .txt-s2 p {
    width: 100%;
  }
}
#main .care-box .box-s2 .care-box02_img-01 {
  text-align: center;
  margin-bottom: 40px;
}

#main .care-box .box-s2 .care-box02_img-01 img {
  max-width: 621px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .hr-s2 {
  border-top: 1px solid #a8a8a8;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 60px;
}

#main .care-box .box-s2 .care-box02_img-02 {
  text-align: center;
  margin-bottom: 40px;
}

#main .care-box .box-s2 .care-box02_img-02 img {
  max-width: 613px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .care-box02_img-03 {
  text-align: center;
  margin-bottom: 35px;
}

#main .care-box .box-s2 .care-box02_img-03 img {
  max-width: 614px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .care-box02_img-04 {
  text-align: center;
  margin-bottom: 35px;
}

#main .care-box .box-s2 .care-box02_img-04 img {
  max-width: 608px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s2 .txt-s3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s2 .txt-s3 {
    margin-bottom: 25px;
  }
}
#main .care-box .box-s2 .care-box02_img-05 {
  text-align: left;
  margin-bottom: 40px;
}

#main .care-box .box-s2 .care-box02_img-05 img {
  max-width: 647px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .txt-s4 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

#main .care-box .box-s2 .lis-s1 {
  text-align: left;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s2 .lis-s1 {
    text-align: center;
    margin-bottom: 25px;
  }
}
#main .care-box .box-s2 .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s2 .lis-s1 li {
    margin-bottom: 10px;
  }
}
#main .care-box .box-s2 .lis-s1 li img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .care-box02_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s2 .care-box02_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s2 .care-box02_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s3　-------------*/
#main .care-box .box-s3 {
  background-color: #ffffff !important;
  padding: 35px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 45px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s3 {
    padding: 20px 10px 30px 10px;
    margin-bottom: 20px;
  }
}
#main .care-box .box-s3 .care-box03_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s3 .care-box03_tit-01 img {
  max-width: 509px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .care-box .box-s3 .txt-s1 {
  position: relative;
  min-height: 300px;
  padding-top: 180px;
}

#main .care-box .box-s3 .txt-s1 .care-box03_tit-02,
#main .care-box .box-s3 .txt-s1 .care-box03_tit-03,
#main .care-box .box-s3 .txt-s1 .care-box03_tit-04 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#main .care-box .box-s3 .txt-s1 .care-box03_tit-02 img,
#main .care-box .box-s3 .txt-s1 .care-box03_tit-03 img {
  max-width: 302px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .txt-s1 .care-box03_tit-04 img {
  max-width: 264px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .txt-s1 p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 80%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s3 .txt-s1 p {
    width: 100%;
  }
}
#main .care-box .box-s3 .care-box03_img-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s3 .care-box03_img-01 img {
  max-width: 514px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .hr-s2 {
  border-top: 1px solid #a8a8a8;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 60px;
}

#main .care-box .box-s3 .care-box03_img-02 {
  text-align: center;
  margin-bottom: 50px;
}

#main .care-box .box-s3 .care-box03_img-02 img {
  max-width: 518px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .care-box03_img-03 {
  text-align: center;
  margin-bottom: 35px;
}

#main .care-box .box-s3 .care-box03_img-03 img {
  max-width: 563px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s3 .txt-s2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

#main .care-box .box-s3 .lis-s1 {
  text-align: left;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s3 .lis-s1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#main .care-box .box-s3 .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s3 .lis-s1 li {
    margin-bottom: 10px;
  }
}
#main .care-box .box-s3 .lis-s1 li img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .care-box03_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s3 .care-box03_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s3 .care-box03_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s4　-------------*/
#main .care-box .box-s4 {
  background-color: #ffffff !important;
  padding: 40px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 45px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s4 {
    padding: 20px 10px 30px 10px;
    margin-bottom: 20px;
  }
}
#main .care-box .box-s4 .care-box04_tit-01 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s4 .care-box04_tit-01 img {
  max-width: 484px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .txt-s1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s4 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .care-box .box-s4 .care-box04_img-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s4 .care-box04_img-01 img {
  max-width: 815px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .care-box04_tit-02 {
  text-align: center;
  margin-bottom: 30px;
}

#main .care-box .box-s4 .care-box04_tit-02 img {
  max-width: 296px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .care-box04_img-02 {
  text-align: center;
  margin-bottom: 30px;
}

#main .care-box .box-s4 .care-box04_img-02 img {
  max-width: 872px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .care-box04_img-03 {
  text-align: center;
  margin-bottom: 35px;
}

#main .care-box .box-s4 .care-box04_img-03 img {
  max-width: 563px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s4 .txt-s2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

#main .care-box .box-s4 .txt-s3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 45px;
}

#main .care-box .box-s4 .txt-s4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#main .care-box .box-s4 .txt-s4 em {
  font-size: 23px;
  font-weight: bold;
}

#main .care-box .box-s4 .txt-s4 em span {
  font-size: 18px;
  font-weight: bold;
}

#main .care-box .box-s4 .txt-s5 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

#main .care-box .box-s4 .lis-s1 {
  text-align: left;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s4 .lis-s1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#main .care-box .box-s4 .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s4 .lis-s1 li {
    margin-bottom: 10px;
  }
}
#main .care-box .box-s4 .lis-s1 li img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .care-box04_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s4 .care-box04_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s4 .care-box04_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s5　-------------*/
#main .care-box .box-s5 {
  background-color: #ffffff !important;
  padding: 40px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 90px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s5 {
    padding: 20px 10px 30px 10px;
    margin-bottom: 45px;
  }
}
#main .care-box .box-s5 .care-box05_tit-01 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_tit-01 img {
  max-width: 426px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .txt-s1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s5 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
}

#main .care-box .box-s5 .care-box05_img-01 {
  text-align: center;
  margin-bottom: 35px;
}

#main .care-box .box-s5 .care-box05_img-01 img {
  max-width: 872px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-02 {
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s5 .care-box05_tit-02 img {
  max-width: 307px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-02 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_img-02 img {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .txt-s2 {
  font-weight: bold;
  text-align: left;
  width: 80%;
  margin: 0 auto 50px auto;
}

#main .care-box .box-s5 .txt-s2.s1 {
  margin: 0 auto 25px auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s5 .txt-s2 {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
#main .care-box .box-s5 .care-box05_tit-03 {
  text-align: center;
  margin-bottom: 50px;
}

#main .care-box .box-s5 .care-box05_tit-03 img {
  max-width: 253px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-03 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_img-03 img {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-04 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_tit-04 img {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-04 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_img-04 img {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-05 {
  text-align: center;
  margin-bottom: 10px;
}

#main .care-box .box-s5 .care-box05_tit-05 img {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-05 {
  text-align: center;
}

#main .care-box .box-s5 .care-box05_img-05 img {
  max-width: 296px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-06 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_tit-06 img {
  max-width: 295px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-06 {
  text-align: center;
  margin-bottom: 10px;
}

#main .care-box .box-s5 .care-box05_img-06 img {
  max-width: 235px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-07 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_tit-07 img {
  max-width: 325px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-07 {
  text-align: center;
  margin-bottom: 10px;
}

#main .care-box .box-s5 .care-box05_img-07 img {
  max-width: 245px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_tit-08 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .care-box05_tit-08 img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_img-08 {
  text-align: center;
  margin-bottom: 10px;
}

#main .care-box .box-s5 .care-box05_img-08 img {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .hr-s2 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 20px;
}

#main .care-box .box-s5 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s5 .tab-s1 {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #009dc9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s5 .tab-s1 {
    margin: 0 auto 20px auto;
  }
}
#main .care-box .box-s5 .tab-s1 th,
#main .care-box .box-s5 .tab-s1 td {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #009dc9;
}

#main .care-box .box-s5 .tab-s1 td.s1 {
  color: #ff0000 !important;
}

#main .care-box .box-s5 .lis-s1 {
  text-align: left;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s5 .lis-s1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#main .care-box .box-s5 .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s5 .lis-s1 li {
    margin-bottom: 10px;
  }
}
#main .care-box .box-s5 .lis-s1 li img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s5 .care-box05_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s5 .care-box05_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s6　-------------*/
#main .care-box .box-s6 {
  background-color: #ffffff !important;
  padding: 40px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 90px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 {
    padding: 20px 10px 30px 10px;
    margin-bottom: 45px;
  }
}
#main .care-box .box-s6 .care-box06_txt-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s6 .care-box06_txt-01 img {
  max-width: 164px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_txt-02 {
  text-align: center;
  margin-bottom: 15px;
}

#main .care-box .box-s6 .care-box06_txt-02 img {
  max-width: 572px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_tit-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .care-box .box-s6 .care-box06_tit-01 img {
  max-width: 431px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .txt-s1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s6 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
}

#main .care-box .box-s6 .care-box06_img-01 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 45px;
}

#main .care-box .box-s6 .care-box06_img-01 img {
  max-width: 920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_txt-03 {
  text-align: center;
  margin-bottom: 40px;
}

#main .care-box .box-s6 .care-box06_txt-03 img {
  max-width: 630px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s6 .care-box06_img-02 {
  text-align: center;
  margin-bottom: 20px;
}

#main .care-box .box-s6 .care-box06_img-02 img {
  max-width: 410px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .lis-s1 {
  text-align: left;
  margin: 0 0 20px 20px;
}

#main .care-box .box-s6 .lis-s1 li {
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

#main .care-box .box-s6 .lis-s1 li::before {
  content: "●";
  color: #2a8bc4 !important;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .lis-s1 {
    text-align: left;
    margin: 0 0 40px 0;
  }
}
#main .care-box .box-s6 .care-box06_txt-04 {
  text-align: center;
  margin-bottom: 30px;
}

#main .care-box .box-s6 .care-box06_txt-04 img {
  max-width: 787px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .row-box-s1 {
  max-width: 800px;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_txt-05 {
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s6 .care-box06_txt-05 img {
  max-width: 403px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .care-box06_txt-05 {
    text-align: center;
  }
}
#main .care-box .box-s6 .care-box06_img-03 {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 15px;
}

#main .care-box .box-s6 .care-box06_img-03 img {
  max-width: 394px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .care-box06_img-03 {
    text-align: center;
    margin-top: 0;
  }
}
#main .care-box .box-s6 .wak-s1 {
  max-width: 800px;
  border: 3px solid #e21f19;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 25px auto;
}

#main .care-box .box-s6 .care-box06_txt-06 {
  text-align: center;
  margin-bottom: 0;
}

#main .care-box .box-s6 .care-box06_txt-06 img {
  max-width: 406px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .wak-s2 {
  background: url("../images/bg_box-s6.jpg") 0 0 repeat;
  padding: 40px;
  margin: 0 -40px 45px -40px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .wak-s2 {
    background: url("../images/bg_box-s6.jpg") 0 0 repeat;
    padding: 40px 2%;
    margin: 0 -2% 45px -2%;
  }
}
#main .care-box .box-s6 .care-box06_txt-07 {
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s6 .care-box06_txt-07 img {
  max-width: 590px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .row-box-s2 {
  max-width: 680px;
  margin: 0 auto;
}

#main .care-box .box-s6 .row-box-s2 > div:first-child {
  border-right: 1px solid #2a8bc4;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .row-box-s2 {
    max-width: 100%;
  }
  #main .care-box .box-s6 .row-box-s2 > div:first-child {
    border-right: none;
  }
}
#main .care-box .box-s6 .care-box06_txt-08 {
  text-align: center;
  margin-bottom: 0;
}

#main .care-box .box-s6 .care-box06_txt-08 img {
  max-width: 312px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .care-box06_txt-08 {
    max-width: 312px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2a8bc4;
    margin: 0 auto 10px auto;
  }
}
#main .care-box .box-s6 .care-box06_txt-09 {
  text-align: center;
  margin-bottom: 0;
}

#main .care-box .box-s6 .care-box06_txt-09 img {
  max-width: 318px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_img-04 {
  text-align: center;
  margin-bottom: 25px;
}

#main .care-box .box-s6 .care-box06_img-04 img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .txt-s2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

#main .care-box .box-s6 .txt-s2 a {
  color: #333333 !important;
  font-weight: bold;
}

#main .care-box .box-s6 .care-box06_img-qr {
  text-align: left;
  margin-bottom: 35px;
}

#main .care-box .box-s6 .care-box06_img-qr img {
  max-width: 70px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_img-05 {
  text-align: left;
  margin-bottom: 40px;
}

#main .care-box .box-s6 .care-box06_img-05 img {
  max-width: 295px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_bana-01 {
  text-align: left;
  margin-bottom: 60px;
}

#main .care-box .box-s6 .care-box06_bana-01 img {
  max-width: 199px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s6 .care-box06_bana-01 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#main .care-box .box-s6 .care-box06_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s6 .care-box06_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s6 .care-box06_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s7　-------------*/
#main .care-box .box-s7 {
  background-color: #ffffff !important;
  padding: 40px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 90px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 {
    padding: 20px 10px 30px 10px;
    margin-bottom: 45px;
  }
}
#main .care-box .box-s7 .care-box07_tit-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .care-box .box-s7 .care-box07_tit-01 img {
  max-width: 262px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s7 .txt-s1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .txt-s1 {
    text-align: left;
  }
  #main .care-box .box-s7 .txt-s1 br {
    display: none;
  }
}
#main .care-box .box-s7 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
}

#main .care-box .box-s7 .care-box07_img-01 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 70px;
}

#main .care-box .box-s7 .care-box07_img-01 img {
  max-width: 440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .care-box07_img-01 {
    margin-bottom: 20px;
  }
}
#main .care-box .box-s7 .care-box07_txt-01 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 95px;
}

#main .care-box .box-s7 .care-box07_txt-01 img {
  max-width: 371px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .care-box07_txt-01 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#main .care-box .box-s7 .care-box07_img-02 {
  text-align: left;
  margin-bottom: 100px;
}

#main .care-box .box-s7 .care-box07_img-02 img {
  max-width: 363px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .care-box07_img-02 {
    text-align: center;
    margin-bottom: 20px;
  }
}
#main .care-box .box-s7 .txt-s2 {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #2a8bc4 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .txt-s2 {
    font-size: 18px;
  }
  #main .care-box .box-s7 .txt-s2 br {
    display: none;
  }
}
#main .care-box .box-s7 .txt-s3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

#main .care-box .box-s7 .txt-s3.s1 {
  margin-bottom: 55px;
}

#main .care-box .box-s7 .txt-s3 span {
  font-weight: bold;
  color: #2a8bc4 !important;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .txt-s3.s1 {
    margin-bottom: 25px;
  }
}
#main .care-box .box-s7 .img-s1 {
  text-align: left;
  margin-bottom: 5px;
}

#main .care-box .box-s7 .img-s1 img {
  max-width: 275px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .img-s1 img {
    max-width: 100%;
  }
}
#main .care-box .box-s7 .txt-s4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #2a8bc4 !important;
  margin-bottom: 20px;
  min-height: 3em;
}

#main .care-box .box-s7 .txt-s4.s1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  #main .care-box .box-s7 .txt-s4 {
    font-size: 16px;
  }
}
#main .care-box .box-s7 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .care-box .box-s7 .tit-s1.s1 {
  margin-top: 25px;
}

#main .care-box .box-s7 .care-box07_img-11 {
  text-align: right;
  margin-bottom: 40px;
}

#main .care-box .box-s7 .care-box07_img-11 img {
  max-width: 355px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .care-box07_img-11 {
    text-align: center;
  }
}
#main .care-box .box-s7 .care-box07_img-12 {
  text-align: left;
  margin-bottom: 40px;
}

#main .care-box .box-s7 .care-box07_img-12 img {
  max-width: 355px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .care-box .box-s7 .care-box07_img-12 {
    text-align: center;
  }
}
#main .care-box .box-s7 .care-box07_txt-02 {
  text-align: left;
  margin-bottom: 20px;
}

#main .care-box .box-s7 .care-box07_txt-02 img {
  max-width: 172px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s7 .txt-s5 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 65px;
}

#main .care-box .box-s7 .care-box07_btn-01 {
  text-align: center;
  margin: 0;
}

#main .care-box .box-s7 .care-box07_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .care-box .box-s7 .care-box07_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

@media print, screen and (min-width: 768px) {
  #main .care-box .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
    margin-bottom: 35px;
  }
  #main .care-box .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .care-box .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .care-box .index-box04_bana-01 {
    margin-bottom: 20px;
  }
  #main .care-box .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
/*//////////////////////////////////////////////////////// */
/* 健康グッズ・その他-------------*/
/*//////////////////////////////////////////////////////// */
/* health-box　-------------*/
#main .health-box {
  background-color: #ececec !important;
  padding: 90px 0 30px 0;
  position: relative;
  margin-top: -41px;
}

#main .health-box .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .health-box {
    padding: 45px 0 15px 0;
    margin-top: 0;
  }
  #main .health-box .container {
    max-width: 100%;
  }
}
/* box-s1　-------------*/
#main .health-box .box-s1 {
  background-color: #ffffff !important;
  padding: 20px 40px;
  border: 1px solid #2a8ac3;
  margin-bottom: 20px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

#main .health-box .box-s1 .health-box01_tit-01 {
  text-align: center;
  margin-bottom: 10px;
}

#main .health-box .box-s1 .health-box01_tit-01 img {
  max-width: 263px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s1 .health-box01_tit-02 {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 4px dotted #2a8ac3;
  margin-bottom: 20px;
}

#main .health-box .box-s1 .health-box01_tit-02 img {
  max-width: 73px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s1 .lis-s1 {
  margin-left: -20px;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s1 .lis-s1 {
    margin-left: 0;
    text-align: center;
  }
}
#main .health-box .box-s1 .lis-s1 li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s1 .lis-s1 li {
    display: block;
    margin-left: 0;
  }
  #main .health-box .box-s1 .lis-s1 li:last-child {
    margin-bottom: 0;
  }
}
#main .health-box .box-s1 .lis-s1 li img {
  max-width: 292px;
  width: 100%;
  height: auto;
}

/* box-s2　-------------*/
#main .health-box .box-s2 {
  background-color: #ffffff !important;
  padding: 40px 40px 70px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 50px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 {
    padding: 50px 10px 35px 10px;
    margin-bottom: 25px;
  }
}
#main .health-box .box-s2 .health-box02_img-01 {
  position: absolute;
  top: -10px;
  left: 40px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_img-01 {
    top: -15px;
    left: 0;
  }
}
#main .health-box .box-s2 .health-box02_img-01 img {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_img-01 img {
    max-width: 60px;
  }
}
#main .health-box .box-s2 .health-box02_tit-01 {
  text-align: center;
  margin-bottom: 25px;
}

#main .health-box .box-s2 .health-box02_tit-01 img {
  max-width: 618px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .health-box02_img-02 {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_img-02 {
    margin-bottom: 20px;
  }
}
#main .health-box .box-s2 .health-box02_img-02 img {
  max-width: 920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .health-box02_txt-01 {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_txt-01 {
    margin-bottom: 50px;
  }
}
#main .health-box .box-s2 .health-box02_txt-01 img {
  max-width: 575px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .health-box02_img-03 {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_img-03 {
    margin-bottom: 50px;
  }
}
#main .health-box .box-s2 .health-box02_img-03 img {
  max-width: 888px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .health-box02_img-04 {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .health-box02_img-04 {
    margin-bottom: 30px;
  }
}
#main .health-box .box-s2 .health-box02_img-04 img {
  max-width: 429px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .health-box .box-s2 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .health-box .box-s2 .lis-s1 {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 30px;
}

#main .health-box .box-s2 .lis-s1 li {
  font-weight: bold;
  text-align: left;
}

#main .health-box .box-s2 .txt-s1 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .txt-s1 {
    margin-bottom: 25px;
  }
}
#main .health-box .box-s2 .lis-s2 {
  text-align: left;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .lis-s2 {
    margin-bottom: 30px;
  }
}
#main .health-box .box-s2 .lis-s2 li {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}

#main .health-box .box-s2 .lis-s2 li.s1 {
  display: block;
}

#main .health-box .box-s2 .txt-s2 {
  font-size: 20px;
  font-weight: bold;
  color: #e60012 !important;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s2 .txt-s2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#main .health-box .box-s2 .health-box02_btn-01 {
  text-align: center;
  margin: 0;
}

#main .health-box .box-s2 .health-box02_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s2 .health-box02_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s3　-------------*/
#main .health-box .box-s3 {
  background-color: #ffffff !important;
  padding: 60px 40px 65px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 95px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 {
    padding: 30px 10px 30px 10px;
    margin-bottom: 40px;
  }
}
#main .health-box .box-s3 .health-box03_tit-01 {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .health-box03_tit-01 {
    margin-bottom: 20px;
  }
}
#main .health-box .box-s3 .health-box03_tit-01 img {
  max-width: 533px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_img-01 {
  text-align: center;
  margin-bottom: 35px;
}

#main .health-box .box-s3 .health-box03_img-01 img {
  max-width: 792px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_txt-01 {
  text-align: center;
  margin-bottom: 35px;
}

#main .health-box .box-s3 .health-box03_txt-01 img {
  max-width: 448px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .txt-s1 {
  width: 67%;
  text-align: left;
  margin: 0 auto 90px auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .txt-s1 {
    width: 100%;
    margin: 0 auto 45px auto;
  }
}
#main .health-box .box-s3 .health-box03_img-02 {
  text-align: center;
  margin-bottom: 35px;
}

#main .health-box .box-s3 .health-box03_img-02 img {
  max-width: 699px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .txt-s2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .txt-s2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#main .health-box .box-s3 .txt-s2 em {
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .txt-s2 em {
    font-size: 18px;
  }
}
#main .health-box .box-s3 .health-box03_img-03 {
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .health-box03_img-03 {
    margin-bottom: 35px;
  }
}
#main .health-box .box-s3 .health-box03_img-03 img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_tit-02 {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .health-box03_tit-02 {
    margin-bottom: 20px;
  }
}
#main .health-box .box-s3 .health-box03_tit-02 img {
  max-width: 304px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_txt-02 {
  max-width: 745px;
  width: 100%;
  margin: 0 auto 60px auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .health-box03_txt-02 {
    margin: 0 auto 30px auto;
  }
}
#main .health-box .box-s3 .health-box03_txt-02 span {
  display: block;
  background: url("../images/health-box03_txt-02.png") 0 0 no-repeat !important;
  background-size: contain !important;
  padding-top: 83.22%;
  /*620÷745×100*/
  height: 0;
}

#main .health-box .box-s3 .health-box03_txt-02 span img {
  display: none;
}

#main .health-box .box-s3 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .health-box .box-s3 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .health-box .box-s3 .lis-s1 {
  margin-bottom: 30px;
}

#main .health-box .box-s3 .lis-s1 li {
  font-weight: bold;
  text-align: left;
}

#main .health-box .box-s3 .lis-s1 li::before {
  content: "●";
}

#main .health-box .box-s3 .txt-s3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

#main .health-box .box-s3 .txt-s4 {
  font-weight: bold;
  text-align: left;
  text-indent: 1em;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .txt-s4 {
    margin-bottom: 30px;
  }
}
#main .health-box .box-s3 .txt-s5 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

#main .health-box .box-s3 .health-box03_bana-01 {
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s3 .health-box03_bana-01 {
    margin-bottom: 30px;
  }
}
#main .health-box .box-s3 .health-box03_bana-01 a img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_bana-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

#main .health-box .box-s3 .health-box03_btn-01 {
  text-align: center;
  margin: 0;
}

#main .health-box .box-s3 .health-box03_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s3 .health-box03_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* box-s4　-------------*/
#main .health-box .box-s4 {
  background-color: #ffffff !important;
  padding: 40px 40px 70px 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 50px;
  box-shadow: 2px 2px 6px -3px #666666;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 {
    padding: 50px 10px 35px 10px;
    margin-bottom: 25px;
  }
}
#main .health-box .box-s4 .health-box04_img-01 {
  position: absolute;
  top: -10px;
  left: 40px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_img-01 {
    top: -15px;
    left: 0;
  }
}
#main .health-box .box-s4 .health-box04_img-01 img {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_img-01 img {
    max-width: 60px;
  }
}
#main .health-box .box-s4 .health-box04_tit-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .health-box .box-s4 .health-box04_tit-01 img {
  max-width: 681px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_img-02 {
    text-align: center;
    margin-bottom: 20px;
  }
  #main .health-box .box-s4 .health-box04_img-02 span img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main .health-box .box-s4 .health-box04_img-02 {
    max-width: 920px;
    text-align: center;
    margin-bottom: 20px;
  }
  #main .health-box .box-s4 .health-box04_img-02 span {
    display: block;
    background: url("../images/health-box04_img-02.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 29.78%;
    /*274÷920×100*/
    height: 0;
    /*274*/
    margin: 0 auto;
  }
  #main .health-box .box-s4 .health-box04_img-02 span img {
    display: none;
  }
}
#main .health-box .box-s4 .health-box04_txt-01 {
  text-align: center;
  margin-bottom: 15px;
}

#main .health-box .box-s4 .health-box04_txt-01 img {
  max-width: 409px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_txt-02 {
    text-align: center;
    margin-bottom: 15px;
  }
  #main .health-box .box-s4 .health-box04_txt-02 img {
    max-width: 446px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main .health-box .box-s4 .health-box04_txt-02 {
    max-width: 751px;
    text-align: center;
    margin: 0 auto 15px auto;
  }
  #main .health-box .box-s4 .health-box04_txt-02 span {
    display: block;
    background: url("../images/health-box04_txt-02.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 31.42%;
    /*236÷751×100*/
    height: 0;
    /*236*/
    margin: 0 auto;
  }
  #main .health-box .box-s4 .health-box04_txt-02 img {
    display: none;
  }
}
#main .health-box .box-s4 .wak-s1 {
  background-color: #f4f8e3 !important;
  padding: 25px 25px 35px 25px;
  margin-bottom: 45px;
}

#main .health-box .box-s4 .wak-s1 .clearfix {
  margin: 0 auto;
  display: table;
  max-width: 650px;
}

#main .health-box .box-s4 .health-box04_tit-02 {
  text-align: center;
  margin-bottom: 15px;
}

#main .health-box .box-s4 .health-box04_tit-02 img {
  max-width: 617px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s4 .lis-s1 {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .lis-s1 {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
#main .health-box .box-s4 .lis-s1 li {
  font-size: 21px;
  font-weight: bold;
  color: #97bf00 !important;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .lis-s1 li {
    font-size: 16px;
  }
}
#main .health-box .box-s4 .lis-s1 li::before {
  content: "●";
}

#main .health-box .box-s4 .health-box04_img-03 {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_img-03 {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
#main .health-box .box-s4 .health-box04_img-03 img {
  max-width: 208px;
  width: 100%;
  height: auto;
}

#main .health-box .box-s4 .lis-s2 {
  text-align: center;
  margin-left: -15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .lis-s2 {
    margin-left: -2%;
  }
}
#main .health-box .box-s4 .lis-s2 li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .lis-s2 li {
    width: 47%;
    margin-left: 2%;
  }
}
#main .health-box .box-s4 .lis-s2 li img {
  max-width: 184px;
  width: 100%;
  height: auto;
}

#main .health-box .box-s4 .health-box04_img-04 {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .health-box04_img-04 {
    margin-bottom: 30px;
  }
}
#main .health-box .box-s4 .health-box04_img-04 img {
  max-width: 411px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s4 .hr-s1 {
  border-top: 4px dotted #2a8ac3;
  height: 1px;
  /* 水平線の太さ */
  margin-bottom: 30px;
}

#main .health-box .box-s4 .tit-s1 {
  font-size: 16px;
  font-weight: bold;
  color: #0098c4 !important;
  text-align: left;
  margin-bottom: 15px;
}

#main .health-box .box-s4 .lis-s3 {
  margin-bottom: 30px;
}

#main .health-box .box-s4 .lis-s3 li {
  font-weight: bold;
  text-align: left;
}

#main .health-box .box-s4 .txt-s1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0076A7 !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .txt-s1 {
    font-size: 16px;
  }
}
#main .health-box .box-s4 .txt-s2 {
  display: inline-block;
  background: #0076A7 !important;
  height: 38px;
  padding: 0 65px;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  margin: 0 auto 25px auto;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #main .health-box .box-s4 .txt-s2 {
    display: block;
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
#main .health-box .box-s4 .health-box04_img-05 {
  text-align: center;
  margin-bottom: 20px;
}

#main .health-box .box-s4 .health-box04_img-05 img {
  max-width: 558px;
  width: 100%;
  height: auto;
}

#main .health-box .box-s4 .txt-s3 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

#main .health-box .box-s4 .health-box04_btn-01 {
  text-align: center;
  margin: 0;
}

#main .health-box .box-s4 .health-box04_btn-01 a img {
  max-width: 516px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .health-box .box-s4 .health-box04_btn-01 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* index-box04_bana-01　-------------*/
@media print, screen and (min-width: 768px) {
  #main .health-box .index-box04_bana-01 a {
    display: block;
    background: url("../images/index-box04_bana-01.png") 0 0 no-repeat !important;
    background-size: contain !important;
    padding-top: 20.7%;
    /* 207 ÷ 1000 × 100 */
    max-width: 1000px;
    height: 0;
    /*207px*/
    margin-bottom: 35px;
  }
  #main .health-box .index-box04_bana-01 a:hover {
    background: url("../images/index-box04_bana-01-ov.png") 0 0 no-repeat !important;
    background-size: contain !important;
  }
  #main .health-box .index-box04_bana-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .health-box .index-box04_bana-01 {
    margin-bottom: 20px;
  }
  #main .health-box .index-box04_bana-01 img {
    max-width: 732px;
    width: 100%;
    height: auto;
  }
}
/*//////////////////////////////////////////////////////// */
/* よくある質問/Q&A-------------*/
/*//////////////////////////////////////////////////////// */
/* qa-box01　-------------*/
#main .qa-box01 {
  background-color: #ffece2 !important;
  padding: 90px 0 40px 0;
  position: relative;
}

#main .qa-box01 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 {
    padding: 90px 0 40px 0;
  }
  #main .qa-box01 .container {
    max-width: 100%;
  }
}
#main .qa-box01 .qa-box01_tit-01 {
  text-align: center;
  margin-bottom: 20px;
}

#main .qa-box01 .qa-box01_tit-01 img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-left: 75px;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 .qa-box01_tit-01 img {
    margin-left: 20%;
  }
}
#main .qa-box01 .txt-s1 {
  text-align: center;
  margin-bottom: 25px;
}

#main .qa-box01 .lis-s1 {
  text-align: center;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 10px;
}

#main .qa-box01 .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}

#main .qa-box01 .lis-s1 li a {
  display: block;
  box-sizing: border-box;
  width: 310px;
  padding: 15px 0;
  background: #ffffff !important;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  position: relative;
}

#main .qa-box01 .lis-s1 li.s1 a {
  border: 1px solid #ed7265;
  color: #ed7265 !important;
}

#main .qa-box01 .lis-s1 li.s1 a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ed7265;
  border-right: 2px solid #ed7265;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#main .qa-box01 .lis-s1 li.s2 a {
  border: 1px solid #b481b5;
  color: #b481b5 !important;
}

#main .qa-box01 .lis-s1 li.s2 a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #b481b5;
  border-right: 2px solid #b481b5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#main .qa-box01 .lis-s1 li.s3 a {
  border: 1px solid #2a87c6;
  color: #2a87c6 !important;
}

#main .qa-box01 .lis-s1 li.s3 a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #2a87c6;
  border-right: 2px solid #2a87c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#main .qa-box01 .tit-s1 {
  background: #ed7265 !important;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}

#main .qa-box01 .tit-s1.s1 {
  background: #b471b5 !important;
}

#main .qa-box01 .tit-s1.s2 {
  background: #2a87c6 !important;
}

#main .qa-box01 .lis-s2 {
  text-align: center;
  margin: 0 60px 80px 60px;
}

#main .qa-box01 .lis-s2.s2 {
  margin: 0 60px;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 .lis-s2 {
    margin: 0 0 40px 45px;
  }
  #main .qa-box01 .lis-s2.s2 {
    margin: 0 0 0 45px;
  }
}
#main .qa-box01 .lis-s2 dt {
  color: #ed7265 !important;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px dotted #ed7265;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 .lis-s2 dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#main .qa-box01 .lis-s2 dt::before {
  position: absolute;
  left: -40px;
  content: "　";
  background: url("../images/ico_q.png") 0 0 no-repeat !important;
  background-size: contain !important;
  width: 30px;
  height: 37px;
}

#main .qa-box01 .lis-s2.s1 dt {
  color: #b471b5 !important;
  border-bottom: 4px dotted #b471b5;
}

#main .qa-box01 .lis-s2.s1 dt::before {
  background: url("../images/ico_q1.png") 0 0 no-repeat !important;
  background-size: contain !important;
}

#main .qa-box01 .lis-s2.s2 dt {
  color: #2a87c6 !important;
  border-bottom: 4px dotted #2a87c6;
}

#main .qa-box01 .lis-s2.s2 dt::before {
  background: url("../images/ico_q2.png") 0 0 no-repeat !important;
  background-size: contain !important;
}

#main .qa-box01 .lis-s2 dd {
  font-size: 16px;
  text-align: left;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 .lis-s2 dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#main .qa-box01 .lis-s2.s2 dd:last-child {
  margin-bottom: 0;
}

#main .qa-box01 .lis-s3 li {
  margin-left: 1em;
  text-indent: -1em;
}

#main .qa-box01 .lis-s3 li::before {
  content: "●";
}

#main .qa-box01 .txt-s2 {
  margin-left: 1em;
  text-indent: -1em;
}

#main .qa-box01 .txt-s3 {
  font-size: 21px;
  font-weight: bold;
  color: #ff3838 !important;
}

#main .qa-box01 .qa-box01_img-01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

#main .qa-box01 .qa-box01_img-01 a {
  cursor: auto;
}

#main .qa-box01 .qa-box01_img-01 a img {
  max-width: 333px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .qa-box01 .qa-box01_img-01 a {
    cursor: pointer;
  }
}
/*//////////////////////////////////////////////////////// */
/* ブログコーナー　-------------*/
/*//////////////////////////////////////////////////////// */
/* blog-box00　-------------*/
#main .blog-box00 {
  background: #d09a63 url("../images/bg_index-box03.jpg") 0 0 repeat !important;
  padding: 30px 0 0 0;
  position: relative;
  margin-top: -41px;
}

#main .blog-box00 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .blog-box00 {
    background: auto !important;
    padding: 30px 0 0 0;
  }
  #main .blog-box00 .container {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  #main .blog-box00 .index-box03_img-01 {
    display: block;
    background: url("../images/index-box03_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    width: 797px;
    height: 270px;
    margin: 0;
  }
  #main .blog-box00 .index-box03_img-01 img {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #main .blog-box00 .index-box03_img-01 {
    display: block;
    background: url("../images/index-box03_img-01.jpg") 0 0 no-repeat !important;
    background-size: contain !important;
    width: 580px;
    height: 196px;
    margin: 0;
  }
  #main .blog-box00 .index-box03_img-01 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .blog-box00 .index-box03_img-01 {
    margin: 0;
  }
  #main .blog-box00 .index-box03_img-01 img {
    max-width: 750px;
    width: 100%;
    height: auto;
  }
}
/* blog-box01　-------------*/
#main .blog-box01 {
  background-color: #ffffff !important;
  padding: 90px 0 160px 0;
  position: relative;
}

#main .blog-box01 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .blog-box01 {
    padding: 45px 0 80px 0;
  }
  #main .blog-box01 .container {
    max-width: 100%;
  }
}
#main .blog-box01 .pan {
  text-align: left;
  margin-bottom: 20px;
}

#main .blog-box01 .blog-main {
  margin-bottom: 80px;
}

#main .blog-box01 .blog-main .tit-s1 {
  background: #2a87c6 !important;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  padding: 15px;
  margin-bottom: 30px;
}

#main .blog-box01 .blog-main .tit-s1 a {
  color: #ffffff !important;
  font-weight: bold;
}

#main .blog-box01 .blog-main .lis-s1 {
  text-align: left;
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 30px;
}

#main .blog-box01 .blog-main .lis-s1 li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

#main .blog-box01 .blog-main .txt-s1 {
  font-size: 16px;
  text-align: left;
}

#main .blog-box01 .blog-main .txt-s1 img {
  max-width: 636px;
  width: 100%;
  height: auto;
}

/* 投稿部分スタイル設定 -------------*/
#main .blog-box01 .blog-main .txt-s1 em {
  font-style: oblique;
  color: #333333 !important;
}

#main .blog-box01 .blog-main .txt-s1 ul {
  list-style: disc;
  margin-left: 1em;
}

#main .blog-box01 .blog-main .txt-s1 ol {
  list-style-type: decimal;
  margin-left: 1em;
}

/* ページナビ(wp-pagenavi)-------------*/
.wp-pagenavi {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: block;
  border: 0;
  margin-bottom: 10px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #ff807c !important;
  color: #ffffff !important;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  border: 0;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 22px;
  /* CSS3草案 */
  -webkit-border-radius: 22px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 22px;
  /* Firefox用 */
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

.wp-pagenavi span.current {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #009dc9 !important;
  color: #ffffff !important;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  border: 0;
  border-radius: 22px;
  /* CSS3草案 */
  -webkit-border-radius: 22px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 22px;
  /* Firefox用 */
}

.wp-pagenavi a.page {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #ff807c !important;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff !important;
  text-decoration: none;
  border: 0;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 22px;
  /* CSS3草案 */
  -webkit-border-radius: 22px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 22px;
  /* Firefox用 */
}

.wp-pagenavi a.page:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

@media screen and (max-width: 767px) {
  /*767px以下用 */
  .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* ページナビ(pre-Nex)-------------*/
.pre-Nex {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.pre-Nex .prev a,
.pre-Nex .next a {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #ff807c !important;
  color: #ffffff !important;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 22px;
  /* CSS3草案 */
  -webkit-border-radius: 22px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 22px;
  /* Firefox用 */
}

.pre-Nex .prev a:hover,
.pre-Nex .next a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* blog-side -------------*/
#main .blog-box01 .blog-side .tit-s1 {
  color: #ed7265 !important;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 4px dotted #ed7265;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .blog-box01 .blog-side .tit-s1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#main .blog-box01 .blog-side .blog-box {
  margin-bottom: 40px;
}

#main .blog-box01 .blog-side .lis-s1 {
  text-align: left;
}

#main .blog-box01 .blog-side .lis-s1 li {
  font-size: 14px;
  border-bottom: 1px solid #ed7265;
  margin-bottom: 10px;
}

#main .blog-box01 .blog-side .lis-s1 li a {
  color: #333333 !important;
}

#main .blog-box01 .blog-side div {
  /* 検索 */
  padding: 0 5px;
}

#main .blog-box01 .blog-side label.screen-reader-text {
  /* 検索 */
  display: none;
}

#main .blog-box01 .blog-side input {
  /* 検索 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main .blog-box01 .blog-side input#s {
  /* 検索 */
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ed7265;
  margin-bottom: 5px;
}

#main .blog-box01 .blog-side input#searchsubmit {
  /* 検索 */
  width: 100%;
  box-sizing: border-box;
  background: #ff807c !important;
  color: #ffffff !important;
  padding: 5px;
  border: 0;
  cursor: pointer;
}

#main .blog-box01 .blog-side table#wp-calendar {
  /* カレンダー */
  width: 100%;
}

#main .blog-box01 .blog-side table#wp-calendar caption {
  /* カレンダー */
  text-align: center;
  color: #333333 !important;
}

#main .blog-box01 .blog-side table#wp-calendar th {
  /* カレンダー */
  text-align: center;
}

#main .blog-box01 .blog-side table#wp-calendar td {
  /* カレンダー */
  text-align: center;
}

#main .blog-box01 .blog-side table#wp-calendar td#today {
  /* カレンダー */
  background: #ff807c !important;
  color: #ffffff !important;
}

#main .blog-box01 .blog-side table#wp-calendar td#today a {
  /* カレンダー */
  color: #ffffff !important;
}

/*//////////////////////////////////////////////////////// */
/*CONTACT-------------*/
/*//////////////////////////////////////////////////////// */
/* contact-box01　-------------*/
#main .contact-box01 {
  background-color: #b9cfe9 !important;
  padding: 90px 0 160px 0;
  position: relative;
}

#main .contact-box01 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 {
    padding: 90px 0 80px 0;
  }
  #main .contact-box01 .container {
    max-width: 100%;
  }
}
#main .contact-box01 .contact-box01_tit-01 {
  text-align: center;
  margin-bottom: 30px;
}

#main .contact-box01 .contact-box01_tit-01 img {
  max-width: 197px;
  width: 100%;
  height: auto;
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .contact-box01_tit-01 img {
    margin-left: 20%;
  }
}
#main .contact-box01 .txt-s1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .txt-s1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #main .contact-box01 .txt-s1 br {
    display: none;
  }
}
#main .contact-box01 .box-s1 {
  background-color: #d6eaff !important;
  box-sizing: border-box;
  padding: 25px 50px 35px 50px;
  width: 80%;
  margin: 0 auto 45px auto;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 {
    padding: 25px 20px 35px 20px;
    width: 100%;
  }
}
#main .contact-box01 .box-s1 .tit-s1 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 25px;
}

#main .contact-box01 .box-s1 .txt-s3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #e80000 !important;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .txt-s3 {
    font-size: 14px;
  }
}
#main .contact-box01 .box-s1 .lis-s3 dt {
  clear: left;
  float: left;
  width: 8em;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .lis-s3 dt {
    clear: none;
    float: none;
    width: 100%;
    font-size: 14px;
  }
}
#main .contact-box01 .box-s1 .lis-s3 dd {
  padding: 5px 0 5px 8em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .lis-s3 dd {
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
#main .contact-box01 .box-s1 .lis-s3 dd .lis-s4 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#main .contact-box01 .box-s1 .lis-s3 dd .lis-s4 li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .lis-s3 dd .lis-s4 li {
    font-size: 14px;
  }
}
#main .contact-box01 .box-s1 .lis-s3 dd .lis-s4 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333333;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -25px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .lis-s3 dd .lis-s4 li:before {
    line-height: 20px;
    height: 20px;
    width: 20px;
  }
}
#main .contact-box01 .box-s1 .lis-s3 dd .txt-s4 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .box-s1 .lis-s3 dd .txt-s4 {
    font-size: 12px;
  }
}
#main .contact-box01 .tit-s2 {
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  coloe: #505050 !important;
  width: 80%;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tit-s2 {
    font-size: 16px;
    width: 100%;
  }
}
#main .contact-box01 .tit-s2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.5em;
  font-weight: bold;
  text-align: center;
}

#main .contact-box01 .tit-s2 span::before,
#main .contact-box01 .tit-s2 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #505050;
}

#main .contact-box01 .tit-s2 span::before {
  right: 100%;
}

#main .contact-box01 .tit-s2 span::after {
  left: 100%;
}

#main .contact-box01 .contact-box01_txt-01 {
  text-align: center;
  margin-bottom: 65px;
}

#main .contact-box01 .contact-box01_txt-01 a {
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .contact-box01_txt-01 a {
    cursor: pointer;
  }
}
#main .contact-box01 .contact-box01_txt-01 img {
  max-width: 333px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .contact-box01 .txt-s0 {
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}

#main .contact-box01 .txt-s0 br {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .txt-s0 {
    font-size: 14px;
  }
  #main .contact-box01 .txt-s0 br {
    display: block;
  }
}
#main .contact-box01 .tab-s1 {
  width: 75%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 {
    width: 100%;
  }
}
#main .contact-box01 .tab-s1 th {
  width: 210px;
  vertical-align: top;
  color: #416bc3 !important;
  font-weight: bold;
  text-align: left;
  padding: 15px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
  }
  #main .contact-box01 .tab-s1 th br {
    display: none;
  }
}
#main .contact-box01 .tab-s1 th.s1 {
  padding: 15px 0 15px 80px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 th.s1 {
    padding: 15px 0 0 0;
  }
}
#main .contact-box01 .tab-s1 th span {
  display: inline-block;
  background-color: #cd590b !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 5px;
  position: absolute;
  top: 15px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 th span {
    position: relative;
    top: auto;
    right: auto;
    left: 10px;
  }
}
#main .contact-box01 .tab-s1 th span.s1 {
  display: inline-block;
  background-color: #cd590b !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  top: auto;
  right: auto;
  left: 25px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 th span.s1 {
    left: 0;
  }
}
#main .contact-box01 .tab-s1 td {
  color: #416bc3 !important;
  text-align: left;
  padding: 15px 0 15px 15px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 td {
    display: block;
    padding: 15px 0 15px 0;
  }
}
#main .contact-box01 .tab-s1 td .txt-s2 {
  font-weight: bold;
}

#main .contact-box01 .tab-s1 td .lis-s1 {
  background: url("../images/contact-box01_bg-01.png") left 0 no-repeat !important;
  background-size: auto 100% !important;
  padding-left: 18px;
  font-size: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 td .lis-s1 {
    padding-left: 28px;
  }
}
#main .contact-box01 .tab-s1 td .lis-s1 li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 td .lis-s1 li {
    display: block;
    width: 100%;
  }
}
#main .contact-box01 .tab-s1 td .lis-s2 {
  margin-bottom: 0;
}

#main .contact-box01 .tab-s1 td .lis-s2 li {
  display: block;
  width: 100%;
  font-size: 14px;
}

#main .contact-box01 .tab-s1 td span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

#main .contact-box01 .tab-s1 td span.s1 {
  background-color: #ffffff !important;
  color: #3a83ae !important;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

#main .contact-box01 .tab-s1 td input {
  background-color: #dce7f4 !important;
  color: #333333 !important;
  padding: 5px;
  border: 0;
}

#main .contact-box01 .tab-s1 td input.s1 {
  width: 70%;
}

#main .contact-box01 .tab-s1 td input.s2 {
  width: 30%;
}

#main .contact-box01 .tab-s1 td input.s3 {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .tab-s1 td input.s3 {
    width: 100%;
  }
}
#main .contact-box01 .tab-s1 td textarea {
  width: 100%;
  background-color: #dce7f4 !important;
  color: #333333 !important;
  padding: 15px 25px;
  border: 0;
}

#main .contact-box01 .hr-s1 {
  border: 1px solid #ffffff;
  height: 1px;
  /* 水平線の太さ */
  margin: 20px 0;
}

#main .contact-box01 .submit {
  text-align: center;
}

#main .contact-box01 .submit input {
  background-color: #ffffff !important;
  box-sizing: border-box;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #416bc3 !important;
  padding: 5px;
  border: 0;
}

#main .contact-box01 .submit input.submit {
  background-color: #416bc3 !important;
  color: #ffffff !important;
}

#main .contact-box01 .submit input:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

@media only screen and (max-width: 767px) {
  #main .contact-box01 .submit input {
    margin-bottom: 10px;
  }
}
/*//////////////////////////////////////////////////////// */
/* side-box-------------*/
/*//////////////////////////////////////////////////////// */
.side-box {
  position: fixed;
  top: 40px;
  top: 100px;
  left: 0;
  z-index: 9999;
  background-color: #ffffff !important;
  padding: 20px 10px;
  border-top: 2px solid #009dc9;
  border-right: 2px solid #009dc9;
  border-bottom: 2px solid #009dc9;
  border-radius: 0 10px 10px 0;
  /* CSS3草案 */
  -webkit-border-top-right-radius: 10px;
  /* Safari,Google Chrome用 */
  -webkit-border-bottom-right-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius-topright: 10px;
  /* Firefox用 */
  -moz-border-radius-bottomright: 10px;
  /* Firefox用 */
}

@media only screen and (max-width: 767px) {
  .side-box {
    display: none;
  }
}
.side-box .dog_anime_01 {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
}

.side-box .dog_anime_01 img {
  width: 89px;
  height: auto;
}

.side-box .side-box_tit-01 {
  text-align: center;
  margin-bottom: 15px;
}

.side-box .side-box_tit-01 img {
  width: 116px;
  height: auto;
}

.side-box .lis-s1 li {
  margin-bottom: 10px;
}

.side-box .lis-s1 li img {
  max-width: 110px;
  width: 100%;
  height: auto;
}

.side-box .lis-s1 li a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/*# sourceMappingURL=content.css.map */
