@charset "utf-8";

.content {
  margin-bottom: 7rem;
}

/*--------------------------------------
#title
--------------------------------------*/
#title {
  padding: 5.5rem 0;
  margin-bottom: 4rem;
  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%);
}
#title h1 {
  font-size: 4.5rem;
  font-weight: 600;
  /* color: #37bf90; */
  margin-bottom: 4.0rem;
  text-align: center;
}
#title p {
  line-height: 1.8;
}
#title p span {
  font-size: 1.4rem;
}
#title .inner2 {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*--------------------------------------
.box01Wrap
--------------------------------------*/
.box01Wrap {
  margin: 0 auto 8rem auto;
}
.box01Wrap h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  padding: 0 0 1.0rem 0;
  border-bottom: 1px solid #37bf90;
  /* color: #37bf90; */
  display: flex;
  align-items: center;
}
.box01Wrap h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.box01Wrap p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box01Wrap p a {
  color: #464646;
}
.box01Wrap .small {
  font-size: 1.4rem;
}
.box01Wrap p:last-child {
  margin-bottom: 0;
}
.box01Wrap .flwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box01Wrap .flwrap .txt {
  width: 55%;
}
.box01Wrap .flwrap .img {
  width: 40%;
}
.box01Wrap .flwrap .img img {
  width: 100%;
}
.box01Wrap .flwrap .txt .lead {
  margin-bottom: 3rem;
}
.box01Wrap .flwrap .txt .lead h3 {
  font-size: 1.8rem;
  padding: 0.5em;
  background-color: rgb(55 191 144 / 10%);
  margin-bottom: 1rem;
}
.box01Wrap dl {
  margin-bottom: 2rem;
}
.box01Wrap dl dt {
  font-weight: 600;
  margin-bottom: 1rem;
}
.box01Wrap dl dd {
  margin-left: 1.6rem;
}
.box01Wrap dl dd p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box01Wrap dl dd p:last-child {
  margin-bottom: 0;
}
.box01Wrap dl dd table {
  margin-bottom: 3rem;
}
.box01Wrap dl dd table th {
  border: 1px solid #d8d8d8;
  padding: 10px;
}
.box01Wrap dl dd table tr:nth-child(n+2) th {
  text-align: right;
}
.box01Wrap dl dd table td {
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 10px;
}
/*--------------------------------------
.box02Wrap
--------------------------------------*/
.box02Wrap {
  margin: 0 auto 8rem auto;
}
.box02Wrap h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  padding: 0 0 1.0rem 0;
  border-bottom: 1px solid #37bf90;
  /* color: #37bf90; */
  display: flex;
  align-items: center;
}
.box02Wrap h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.box02Wrap p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box02Wrap p:last-of-type {
  margin-bottom: 0;
}
.box02Wrap dl {
  margin-bottom: 2rem;
}
.box02Wrap dl dt {
  font-weight: 600;
  margin-bottom: 1rem;
}
.box02Wrap dl dd {
  margin-left: 1.6rem;
}
.box02Wrap dl dd p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box02Wrap dl dd p:last-child {
  margin-bottom: 0;
}
.box02Wrap ul {
  margin-bottom: 2rem;
}
.box02Wrap .small {
  font-size: 1.4rem;
}
.box02Wrap ul li {
  margin-bottom: 1rem;
}

/*--------------------------------------
.box03Wrap
--------------------------------------*/
.box03Wrap {
  margin: 0 auto 8rem auto;
}
.box03Wrap .inner2 {
  background-color: #fbf9f5;
  padding-bottom: 3.7rem;
}
.box03Wrap h2 {
  background-image: url(../../img/movie_title_bg.png);
  background-position: center;
  width: 1000px;
  height: 80px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 80px;
  position: relative;
  margin-bottom: 2.6rem;
}
.box03Wrap h2::after {
  content: '';
  background-image: url(../../img/movie_title_bg02.png);
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 1px;
  height: 29px;
  margin: 0 auto;
}
.box03Wrap .mov_wrap {
  width: 62.3%;
  margin: 0 auto;
}
.box03Wrap .mov_wrap .movie {
  width: 100%;
  margin-bottom: 3.0rem;
}
.box03Wrap .mov_wrap .movie .shareWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.0rem;
}
.box03Wrap .mov_wrap .movie .shareWrap .shareBtn {
  display: flex;
  align-items: center;
}
.box03Wrap .mov_wrap .movie .shareWrap .shareBtn li {
  margin-right: 1rem;
}
.box03Wrap .mov_wrap .movie .shareWrap .shareBtn li img {
  width: 30px;
}
.box03Wrap .mov_wrap .movie .shareWrap p a {
  color: #000;
}
.box03Wrap .mov_wrap .movie .shareWrap p a.small {
  font-size: 1.4rem;
}
.box03Wrap .mov_wrap .movie .shareWrap p {
  text-align: right;
}
.box03Wrap .mov_wrap .txtBoxWrap {
  line-height: 1.8;
  margin-bottom: 3rem;
}
.box03Wrap .mov_wrap .txtBoxWrap h4 {
  margin-bottom: 1rem;
}
.box03Wrap .mov_wrap p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box03Wrap .mov_wrap p:last-of-type {
  margin-bottom: 0;
  text-align: center;
}
.box03Wrap .mov_wrap .link {
  display: block;
  text-align: center;
}
.box03Wrap .mov_wrap .link a {
  color: #333;
}
.box03Wrap .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;
}
.box03Wrap .button_more:hover {
  cursor: pointer;
  opacity: 0.5;
}


/*--------------------------------------
#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;
}

/*--------------------------------------
.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;
}

/*--------------------------------------
.linkBtn
--------------------------------------*/
.linkBtn {
  margin: 0 auto 5rem auto;
}
.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;
}
.linkBtn p {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4.5rem;
  text-align: center;
}
/*--------------------------------------
#cooperation
--------------------------------------*/
#cooperation {
  margin-top: 7rem;
}
#cooperation .inner {
  display: flex;
  justify-content: center;
}
#cooperation p {
  font-size: 1.4rem;
  line-height: 1.8;
}

/*--------------------------------------
.sankou
--------------------------------------*/
.sankou {
  margin: 0 auto 8rem auto;
}
.sankou .inner2 dl {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
}


@media screen and (max-width: 750px) {
  /*--------------------------------------
  #title
  --------------------------------------*/
  #title h1 {
    line-height: 1.4;
    font-size: 2.6rem;
  }
  #title .inner {
    display: block;
  }

  /*--------------------------------------
  .box01Wrap
  --------------------------------------*/
  .box01Wrap h2 {
    line-height: 1.4;
    font-size: 2.0rem;
    margin-bottom: 3rem;
    font-weight: bold;
  }
  .box01Wrap .flwrap {
    display: block;
  }
  .box01Wrap .flwrap .txt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .box01Wrap .flwrap .img {
    width: 100%;
  }
  /*--------------------------------------
  .box02Wrap
  --------------------------------------*/
  .box02Wrap h2 {
    line-height: 1.4;
    font-size: 2.0rem;
    margin-bottom: 3rem;
    font-weight: bold;
  }

  /*--------------------------------------
  .box03Wrap
  --------------------------------------*/
  .box03Wrap h2 {
    width: 100%;
    font-weight: bold;
    font-size: 2.0rem;
    background-position: center;
    height: auto;
    line-height: 1.6;
    padding: 2rem 0;
    background-size: cover;
  }
  .box03Wrap .inner2 {
    padding: 0 0 3.7rem 0;
  }
  .box03Wrap .mov_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .box03Wrap .mov_wrap .link a {
    font-size: 13px;
  }
  /*--------------------------------------
  #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;
  }

  /*--------------------------------------
  .other
  --------------------------------------*/
  .other a {
    line-height: 1.4;
    padding: 1.5rem 4rem;
  }

  /*--------------------------------------
  .linkBtn
  --------------------------------------*/
  .linkBtn {
    padding: 0 20px;
  }
  .linkBtn a {
    width: 100%;
    font-size: 1.6rem;
    padding-right: 3rem;
    height: 90px;
    background-size: cover;
    background-position: center;
  }
  .linkBtn p {
    text-align: left;
  }

}

/*--------------------------------------
.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;
  font-weight: 600;
  border-bottom: 1px solid #37bf90;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
}
.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;
}

.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;
    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%;
  }
  .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;
  }
}
