@charset "utf-8";

#header.change-color {
  background-color: #fff;
}
/*--------------------------------------
#key
--------------------------------------*/
#key {
  position: relative;
}
#key .txtBox {
  width: 71.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
#key .txtBox .txt01 {
  font-size: 3.151vw;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3%;
  text-align: left;
}
#key .txtBox .txt01 span {
  font-size: 60%;
  vertical-align: super;
}
#key .txtBox .txt02 {
  font-size: 1.261vw;
  font-weight: 600;
  margin-bottom: 2.6%;
  line-height: 1.6;
}
#key .txtBox .txt02 span {
  font-size: 120%;
  position:relative;
  margin-bottom: 0.6rem;
  display: inline-block;
}
#key .txtBox .txt02 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#key .txtBox .txt03 {
  font-size: 0.840vw;
}
#key .imgBox img {
  width: 100%;
}

/*--------------------------------------
#cancer
--------------------------------------*/
#cancer {
  padding: 9rem 0 3rem 0;
  position: relative;
}
#cancer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 66px;
  background-color: #999;
}
#cancer h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}
/* box01wrap */
#cancer .box01wrap dl dt {
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
#cancer .box01wrap dl dd p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
#cancer .box01wrap dl dd p:last-child {
  margin-bottom: 0;
}
#cancer .box01wrap .imgBox img {
  width: 100%;
}
#cancer .box01wrap .flBox01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#cancer .box01wrap .flBox01 dl {
  width: 71.9%;
}
#cancer .box01wrap .flBox01 .imgBox {
  width: 25%;
}
#cancer .box01wrap .flBox02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 3rem;
}
#cancer .box01wrap .flBox02 dl {
  width: 71.9%;
  margin-bottom: 2rem;
}
#cancer .box01wrap .flBox02 .imgBox {
  width: 25%;
}
#cancer .box01wrap .flBox04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cancer .box01wrap .flBox04 dl {
  width: 71.9%;
}
#cancer .box01wrap .flBox04 .imgBox {
  width: 25%;
}
/* box02wrap */
#cancer .box02wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cancer .box02wrap .txtWrap {
  width: 50%;
  margin-top: 9rem;
}
#cancer .box02wrap .txtWrap dt {
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
#cancer .box02wrap .txtWrap dd p {
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
#cancer .box02wrap .txtWrap dd .indl {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#cancer .box02wrap .txtWrap dd .indl dt {
  border-bottom: none;
  color: #fff;
  background-color: #37bf90;
  font-weight: 600;
  font-size: 1.6rem;
  width: 14rem;
  margin-bottom: 0;
  padding-bottom: 0;
  /* display: table; */
  text-align: center;
  position: relative;
}
#cancer .box02wrap .txtWrap dd .indl dt p {
  /* display: table-cell; */
  vertical-align: middle;
  margin-bottom: 0;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
#cancer .box02wrap .txtWrap dd .indl dd {
  background-color: #f4f4f4;
  width: 46rem;
  padding: 1rem 1rem;
  line-height: 1.4;
}
#cancer .box02wrap .imgBox {
  width: 44.2%;
}
#cancer .box02wrap .imgBox img {
  width: 100%;
}


/*--------------------------------------
#about
--------------------------------------*/
#about {
  padding: 8rem 0 9rem 0;
  background: rgb(255,251,244);
  background: linear-gradient(90deg, rgba(255,251,244,1) 0%, rgba(237,255,249,1) 50%, rgba(237,251,255,1) 100%);
}
#about h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}
#about .boxWrap {
  width: 70%;
  margin: 0 auto 4rem auto;
}
#about .boxWrap:nth-of-type(2) {
  margin-bottom: 5rem;
}
#about .boxWrap .movie {
  margin-bottom: 3rem;
}
#about .boxWrap .movie p {
  text-align: right;
}
#about .boxWrap .movie p a {
  color: #000;
}
#about .boxWrap .movie .shareWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.0rem;
}
#about .boxWrap .movie .shareWrap .shareBtn {
  display: flex;
  align-items: center;
}
#about .boxWrap .movie .shareWrap .shareBtn li {
  margin-right: 1rem;
}
#about .boxWrap .movie .shareWrap .shareBtn li img {
  width: 30px;
}
#about .boxWrap .txtBox {
  /* width: 39.2%; */
  background-color: #fff;
  padding: 4rem 2rem;
}
#about .boxWrap .txtBox dl dt {
  color: #37bf90;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
#about .boxWrap .txtBox dl dd {
  line-height: 1.8;
}
#about .boxWrap .txtBox dl dd .txtBoxWrap:first-of-type {
  margin-bottom: 3rem;
}
#about .boxWrap .txtBox dl dd .txtBoxWrap h4 {
  margin-bottom: 1rem;
}
#about .boxWrap .bnr {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 60px auto 0 auto;
}

#about .boxWrap .bnr img {
  width: 100%;
  height: auto;
}
#about .tips {
  display: flex;
  margin-bottom: 5rem;
  background-color: #fff;
}
#about .tips dt {
  width: 28rem;
  font-size: 2.2rem;
  color: #37bf90;
  font-weight: 600;
  border: 1px solid #37bf90;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .tips dd {
  width: 92rem;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  border: 1px solid #37bf90;
  border-left: none;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .tips dd p {
  width: 80%;
}
#about .tips dd .btn {
  width: 10em;
  height: 40px;
  background-color: #37bf90;
  border-radius: 5px;
  text-align: center;
}
#about .tips dd .btn a {
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  line-height: 40px;
  position: relative;
}
#about .tips dd .btn a::after {
  content: '';
  background-image: url(../img/btn_arrow.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -6px;
}
#about .boxadd {
  background-color: #fff;
  padding: 3rem;
}
#about .boxadd dl {

}
#about .boxadd dl dt {
  font-size: 2.2rem;
  color: #37bf90;
  font-weight: 600;
  margin-bottom: 2rem;
}
#about .boxadd dl dd p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#about .boxadd dl dd p:last-child {
  margin-bottom: 0;
}

#about .boxadd dl dd p:last-child a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#about .smallTxt {
  font-size: 1.4rem;
}

#about .button_more {
  text-align: center;
  color: #464646;
  background: #ffffff;
  border: 1px solid #adadad;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  width: 130px;
  margin: 1rem auto 0 auto;
  transition: 0.8s;
}
#about .button_more:hover {
  cursor: pointer;
  opacity: 0.5;
}



/*--------------------------------------
#organs
--------------------------------------*/
#organs {
  padding: 8rem 0 0 0;
}
#organs h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
#organs .leadTxt {
  text-align: center;
  margin-bottom: 4rem;
}
#organs .bui {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11.7rem;
}
#organs .bui li {
  width: 190px;
  border: 1px solid #999999;
  text-align: center;
  position: relative;
}
#organs .bui li>a {
  display: block;
  padding: 2.5rem 0 4.5rem 0;
}
#organs .bui li>a img {
  width: 60%;
}
#organs .bui li p {
  margin-top: 1rem;
  font-weight: 600;
  color: #464646;
}
#organs .bui li .btn {
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  background-color: #37bf90;
  border-radius: 5px;
}
#organs .bui li .btn a {
  color: #fff;
  display: block;

  font-weight: 600;
  margin: 0 auto;
  line-height: 40px;
  position: relative;
}
#organs .bui li .btn a::after {
  content: '';
  background-image: url(../img/btn_arrow.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -6px;
}
.txt01 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4.5rem;
  text-align: center;
}
.linkBtn {
  margin-bottom: 5rem;
}
.linkBtn a {
  background-image: url(../img/btn_bg.png);
  width: 750px;
  height: 120px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.linkBtn a::after {
  content: '';
  background-image: url(../img/btn_arrow02.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -15px;
}

/*--------------------------------------
#cooperation
--------------------------------------*/
#cooperation {
  margin-bottom: 3rem;
}
#cooperation .inner {
  display: flex;
  justify-content: center;
}
#cooperation p {
  font-size: 1.4rem;
  line-height: 1.8;
}
/*--------------------------------------
.other
--------------------------------------*/
.other {
  margin: 0 auto 5rem auto;
  text-align: center;
}
.other a {
  display: inline-block;
  color: #fff;
  padding: 2rem 6rem;
  background-color: #375dbf;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
}
.other a::after {
  content: '';
  background-image: url(../../img/btn_arrow.png);
  display: inline-block;
  width: 14px;
  height: 11px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -6px;
}


@media screen and (max-width: 750px) {

  /*--------------------------------------
  #key
  --------------------------------------*/
  #key .txtBox {
    width: 80%;
  }
  #key .txtBox .txt01 {
    font-size: 7.151vw;
    margin-bottom: 5%;
    font-weight: bold;
  }
  #key .txtBox .txt02 {
    font-size: 3.261vw;
    margin-bottom: 5.6%;
  }
  #key .txtBox .txt03 {
    font-size: 2.84vw;
  }
  #key .inner {
    position: absolute;
    height: 100%;
  }
  /*--------------------------------------
  #cancer
  --------------------------------------*/
  #cancer h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #cancer .box01wrap .flBox01,
  #cancer .box01wrap .flBox02,
  #cancer .box01wrap .flBox04,
  #cancer .box02wrap {
    display: block;
  }
  #cancer .box01wrap .flBox01 dl,
  #cancer .box01wrap .flBox01 .imgBox {
    width: 100%;
  }
  #cancer .box01wrap .flBox02 dl,
  #cancer .box01wrap .flBox02 .imgBox {
    width: 100%;
  }
  #cancer .box01wrap .flBox04 {
    margin-top: 3rem;
  }
  #cancer .box01wrap .flBox04 dl,
  #cancer .box01wrap .flBox04 .imgBox {
    width: 100%;
  }
  #cancer .box02wrap .txtWrap,
  #cancer .box02wrap .imgBox {
    width: 100%;
  }
  #cancer .box01wrap dl dt,
  #cancer .box02wrap .txtWrap dt {
    font-size: 2.0rem;
    font-weight: bold;
  }
  #cancer .box01wrap .flBox04 .imgBox {
    margin-top: 1rem;
  }
  #cancer .box02wrap .txtWrap {
    margin-top: 3rem;
  }
  #cancer .box02wrap .txtWrap dd .indl dt {
    width: 18rem;
    font-size: 1.4rem;
    font-weight: bold;
    table-layout:fixed;
  }
  #cancer .box02wrap .txtWrap dd .indl dd {
    width: 100%;
    font-size: 1.3rem;
  }
  #cancer .box02wrap .imgBox {
    margin-top: 2rem;
  }

  /*--------------------------------------
  #about
  --------------------------------------*/
  #about h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #about .boxWrap {
    display: block;
    width: 100%;
  }
  #about .boxWrap .movie,
  #about .boxWrap .txtBox {
    width: 100%;
  }
  #about .boxWrap .movie img {
    width: 100%;
  }
  #about .boxWrap .movie {

  }
  #about .boxWrap .movie p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  #about .boxWrap .txtBox {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  #about .boxWrap .txtBox dl dt {
    font-size: 2.0rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  #about .tips {
    display: block;
  }
  #about .tips dt {
    width: 100%;
    padding: 2rem;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #about .tips dd {
    width: 100%;
    border-top: none;
    border-left: 1px solid #37bf90;
    padding: 2rem;
    display: block;
  }
  #about .tips dd p {
    width: auto;
  }
  #about .tips dd .btn {
    width: 12.5em;
    margin: 1em auto 0;
  }
  #about .smallTxt {
    font-size: 1.2rem;
  }

  /*--------------------------------------
  #organs
  --------------------------------------*/
  #organs h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #organs .leadTxt {
    line-height: 1.6;
  }
  #organs .bui {
    flex-wrap: wrap;
    margin-bottom: 3.7rem;
  }
  #organs .bui li {
    width: 48%;
    margin-bottom: 3rem;
  }
  #organs .bui li p {
    font-weight: bold;
  }
  #organs .bui li .btn {
    width: 90%;
  }
  #organs .bui li .btn a {
    font-weight: bold;
  }
  .txt01 {
    text-align: left;
    font-weight: bold;
  }
  .linkBtn {
    padding: 0 20px;
  }
  .linkBtn a {
    width: 100%;
    font-size: 1.6rem;
    padding-right: 3rem;
    height: 90px;
    background-size: cover;
    background-position: center;
    font-weight: bold;
  }
  #linkList {
    padding: 0 20px;
  }




}



/*--------------------------------------
.tuibi_movie
--------------------------------------*/
.tuibi_movie {
  display: none;
  position: fixed;
  bottom: 160px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 500;
}
.tuibi_movie a {
}
.tuibi_movie a img {
}


.fade_in {
 display: block;
 opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.fade_out {
  opacity: 0;
   -webkit-transition: all 1s;
   -moz-transition: all 1s;
   -o-transition: all 1s;
   -ms-transition: all 1s;
   transition: all 1s;
   z-index: -999;

   display: none;
}
@media screen and (max-width: 750px) {
  .tuibi_movie {
    bottom: 90px;
  }
  .tuibi_movie a img {
    width: 100%;
  }
}


/*--------------------------------------
#linkList
--------------------------------------*/
#linkList {
  width: 1200px;
  margin: 0 auto 7rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#linkList .listbtnli {
  width: 14.1%;
}
#linkList .listbtnli .accordion_header {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  background-color: #37bf90;
  border-radius: 5px;
}
#linkList .listbtnli .accordion_header::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
#linkList .listbtnli .accordion_header:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.8s;
}

/*--------------------------------------
.areaBox
--------------------------------------*/
.areaBox {
  width: 1200px;
  margin: 0 auto 7rem auto;
}
.areaBox h2 {
  font-size: 2.8rem !important;
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  margin-bottom: 4.5rem !important;
  padding-bottom: 1rem !important;
  text-align: left !important;
}
.areaBox table {
  width: 100%;
  margin-bottom: 4.5rem;
  position: relative;
}
.areaBox table th {
  font-size: 2.4rem;
  font-weight: 600;
  color: #37bf90;
  width: 100px;
  vertical-align: top;
  text-align: left;
}
.areaBox table td {
  width: 1100px;
  padding: 27px 18px 37px 18px;
  display: flex;
}
.areaBox table tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.areaBox table td dl {
  width: 75%;
}
.areaBox table td dl dt {
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  padding-bottom: 4px;
  margin-bottom: 12px;
  display: inline-block;
}
.areaBox table td dl dt a {
  /* color: #464646; */
  font-size: 2.4rem;
  font-weight: 600;
  color: #37bf90;
}
.areaBox table td dl dt a img {
  width: 16px;
  margin-left: 10px;
}
.areaBox table td .clinicinfo {
  width: 25%;
}
.areaBox table td .clinicinfo ul {
  /*margin-top: 2rem;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.areaBox table td .clinicinfo ul li {
  /*height: 90px;*/
  position: relative;
}
.areaBox table td .clinicinfo ul li:nth-child(1) {
  width: 26%;
}
.areaBox table td .clinicinfo ul li:nth-child(2) {
  width: 29%;
}
.areaBox table td .clinicinfo ul li:nth-child(3) {
  width: 26%;
}
.areaBox table td .clinicinfo ul li:nth-child(4),
.areaBox table td .clinicinfo ul.two li:nth-child(2) {
  width: 17%;
}
.areaBox table td .clinicinfo ul.two {
  justify-content: flex-start;
}
.areaBox table td .clinicinfo ul.two li:nth-child(1) {
  margin-right: 3%;
  width: 50%;
}
.areaBox table td .clinicinfo ul.two li:nth-child(2) {
  width: 47%;
}
.areaBox table td .clinicinfo ul.one {

}
.areaBox table td .clinicinfo ul.one li:nth-child(1) {
  width: 100%;
}
.areaBox table td .clinicinfo ul li a {
  color: #fff;
  text-align: center;
  height: 90px;
  position: relative;
  background-color: #bfb090;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.areaBox table td .clinicinfo ul li:nth-child(1) a {
  background-color: #37bf90;
}
.areaBox table td .clinicinfo ul li a::after {
  content: '';
    background-image: url(../../img/btn_arrow.png);
    display: inline-block;
    width: 14px;
    height: 11px;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    margin-top: -6px;
}
.areaBox table td .clinicinfo ul li:first-child a::after {
  content: none;
}
.areaBox table td .clinicinfo ul li a .tel {
  vertical-align: middle;
  width: 16px;
  height: 27px;
  margin-right: 0.5rem;
  margin-top: -0.8rem;
}
.areaBox table td .clinicinfo ul li:first-child a div p:last-child {
  font-size: 2.0rem;
}
.areaBox table td .clinicinfo ul li .small {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
}
.areaBox table td .clinicinfo ul li a div p:last-child {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
}
.areaBox table td .clinicinfo ul li .abtxt {
  font-size: 1.2rem;
}
.areaBox table td .clinicinfo ul li:nth-child(1) .abtxt {
  margin-bottom: 0.5rem;
}
.areaBox table td .clinicinfo .btn01 {
  display: block;
  background-color: #375dbf;
  color: #fff;
  padding: 1.5rem 0.35em;
  border-radius: 5px;
  text-align: center;
}
.areaBox table td .clinicinfo .btn01 strong {
  display: block;
  font-size: 137.5%;
}
.areaBox table td .clinicinfo .btn01 .txt01 {
  display: inline-block;
  padding: 0.25em 1.35em 0.25em 0.25em;
  border-radius: 0.25em;
  color: #333;
  background: url(/img/link_icon02.svg) 98% center no-repeat #fff;
  background-size: 1em auto;
  margin: 0 0 0 0.25em;
  font-size: 83.75%;
}
.areaBox table td .clinicinfo .txt02 {
  display: block;
  background: #fff;
  margin: 0.5em 0;
  color: #333;
  padding: 0.25em;
  font-size: 87.5%;
  text-align: center;
  line-height: 1.1;
}
.areaBox table td .clinicinfo .btn02 {
  display: block;
  background: #172851;
  margin: 0.5em 0;
  color: #fff;
  padding: 0.5em;
  font-size: 112.5%;
  text-align: center;
  line-height: 1.2;
}

.s_06 .accordion_one .accordion_inner {
  width: 1200px;
  display: none;
  box-sizing: border-box;
  /* position: absolute;
  left: 0; */
  padding-top: 30px;
  height: 100%;
  background-color: #fff;
  z-index: 500;
}
.s_06 li:nth-child(2) .accordion_one .accordion_inner {
  margin-left: -172px;
}
.s_06 li:nth-child(3) .accordion_one .accordion_inner {
  margin-left: -344px;
}
.s_06 li:nth-child(4) .accordion_one .accordion_inner {
  margin-left: -515px;
}
.s_06 li:nth-child(5) .accordion_one .accordion_inner {
  margin-left: -687px;
}
.s_06 li:nth-child(6) .accordion_one .accordion_inner {
  margin-left: -859px;
}
.s_06 li:nth-child(7) .accordion_one .accordion_inner {
  margin-left: -1031px;
}

@media screen and (max-width: 750px) {
  /*--------------------------------------
  #linkList
  --------------------------------------*/
  #linkList {
    width: 100%;
    /* padding: 0 20px; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #linkList .listbtnli {
    width: 100%;
    margin-bottom: 1rem;
    /* font-size: 1.5rem;
    font-weight: bold; */
  }

  .s_06 .accordion_one .accordion_inner {
    width: 100%;
  }
  .s_06 li:nth-child(2) .accordion_one .accordion_inner,
  .s_06 li:nth-child(3) .accordion_one .accordion_inner,
  .s_06 li:nth-child(4) .accordion_one .accordion_inner,
  .s_06 li:nth-child(5) .accordion_one .accordion_inner,
  .s_06 li:nth-child(6) .accordion_one .accordion_inner,
  .s_06 li:nth-child(7) .accordion_one .accordion_inner {
    margin-left: 0;
  }


  /*--------------------------------------
  .areaBox
  --------------------------------------*/
  .areaBox {
    width: 100%;
  }
  .areaBox h2 {
    font-size: 2.4rem !important;
    font-weight: bold;
  }
  .areaBox table,
  .areaBox tbody,
  .areaBox tr,
  .areaBox table th,
  .areaBox table td  {
    width: 100%;
    display: block;
  }
  .areaBox table th {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .areaBox table td dl dt,
  .areaBox table td dl dd {
    line-height: 1.4;
  }
  .areaBox table td dl dt {
    display: block;
  }

  .areaBox table td .tel p {
    text-align: center;
    line-height: 1.4;
  }
  .areaBox table td dl {
    width: 100%;
  }
  .areaBox table td .clinicinfo {
    width: 100%;
    margin-top: 1.5em;
  }
  .areaBox table td .clinicinfo ul {
    display: block;
  }
  .areaBox table td .clinicinfo ul li {
    height: auto;
    margin-bottom: 1rem;
  }
  .areaBox table td .clinicinfo ul li:nth-child(1),
  .areaBox table td .clinicinfo ul li:nth-child(2),
  .areaBox table td .clinicinfo ul li:nth-child(3),
  .areaBox table td .clinicinfo ul li:nth-child(4),
  .areaBox table td .clinicinfo ul.two li:nth-child(2) {
    width: 100%;
  }
  .areaBox table td .clinicinfo ul.two li:nth-child(1) {
    margin-right: 0;
    width: 100%;
  }

  .areaBox table td .clinicinfo ul li a {
    height: auto;
    padding: 15px 0;
  }
  .areaBox table td .clinicinfo ul li:nth-child(1) .abtxt {
    margin-bottom: 0;
  }
  .areaBox table td .clinicinfo .btn01 {
    margin-top: 1em;
    font-size: 112.5%;
  }
  .areaBox table td .clinicinfo .btn02 {
    margin-top: 1em;
    font-size: 135%;
    padding: 0.75em 0;
  }
}


/*--------------------------------------
#seta
--------------------------------------*/
#seta {
  margin: 6rem 0 10rem 0;
}
#seta h2 {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
#seta .flexBox {
  display: flex;
}
#seta .flexBox dl {
  width: 70%;
}
#seta .flexBox ul {
  width: 30%;
}
#seta dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #37bf90;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #37bf90;
  padding-bottom: 4px;
  margin-bottom: 12px;
  display: inline-block;
}
#seta dl dt a {
  color: #37bf90;
}
#seta dl dt a img {
  width: 16px;
  margin-left: 10px;
}
#seta dl dd {

}
#seta ul {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#seta ul.two {
  justify-content: flex-start;
}
#seta ul li {
  height: 100px;
  position: relative;
}
#seta ul li:nth-child(1) {
  width: 100%;
}
#seta ul li:nth-child(2) {
  width: 29%;
}
#seta ul li:nth-child(3) {
  width: 26%;
}
#seta ul li:nth-child(4),
#seta ul.two li:nth-child(2) {
  width: 17%;
}
#seta ul.two li:nth-child(1) {
  margin-right: 0.666%;
}
#seta ul li a {
  color: #fff;
  display: block;
  text-align: center;
  height: 100px;
  position: relative;
  background-color: #bfb090;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#seta ul li:nth-child(1) a {
  background-color: #37bf90;
}
#seta ul li a::after {
  content: '';
    background-image: url(../../img/btn_arrow.png);
    display: inline-block;
    width: 14px;
    height: 11px;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    margin-top: -6px;
}
#seta ul li:first-child a::after {
  content: none;
}
#seta ul li a .tel {
  vertical-align: middle;
    width: 20px;
    height: 36px;
    margin-right: 0.5rem;
    margin-top: -0.8rem;
}
#seta ul li .small {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
}
#seta ul li a div p:last-child {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
}
#seta ul li:first-child a div p:last-child {
  font-size: 2.0rem;
}
#seta ul li .abtxt {
  font-size: 1.2rem;
}
#seta ul li:nth-child(1) .abtxt {
  margin-bottom: 0.5rem;
}


@media screen and (max-width: 750px) {
  /*--------------------------------------
  #seta
  --------------------------------------*/
  #seta .flexBox {
    display: block;
  }
  #seta .flexBox dl,
  #seta .flexBox ul {
    width: 100%;
  }
  #seta ul {
    display: block;
  }
  #seta ul li {
    height: auto;
    margin-bottom: 1rem;
  }
  #seta ul li a {
    height: auto;
    font-size: 1.6rem;
    padding: 12px 10px 10px 10px;
    line-height: 1.4;
  }
  #seta ul li a div p:last-child {
    font-weight: bold;
  }
  #seta ul li:nth-child(3) a,
  #seta ul li:nth-child(4) a {
    padding: 15px 0 13px 0;
  }
  #seta ul li:nth-child(1),
  #seta ul li:nth-child(2),
  #seta ul li:nth-child(3),
  #seta ul li:nth-child(4),
  #seta ul.two li:nth-child(2) {
    width: 100%;
  }
  #seta ul.two li:nth-child(1) {
    margin-right: 0;
  }
}
