@charset "utf-8";
.content {
  margin-bottom: 7rem;
}
/*--------------------------------------
#title
--------------------------------------*/
#title {
  padding: 1em 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: 5.25rem;
  font-weight: 600;
  color: #375dbf;
  /*margin-bottom: 3.5rem;*/
  text-align: center;
  line-height: 1.3;
}
#title h1 span {
  font-size: 75%;
  display: block;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #37bf90;
  padding-bottom: 0.25em;
}
#title p {
  line-height: 1.8;
  text-align: center;
  font-size: 137.5%;
  font-weight: 900;
  color: #333;
}
#title p span {
  font-size: 1.4rem;
}
#title .inner2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------
.box01Wrap
--------------------------------------*/
.box01Wrap {
  margin: 0 auto 6rem 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;
  justify-content: 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 .img {
  text-align: center;
  margin: 2em 0;
}
.box01Wrap .img img {
  max-width: 100%;
}
.box01Wrap.movie .lead01 {
  text-align: center;
}
.box01Wrap.movie .lead01 span {
  font-size: 150%;
  display: inline-block;
  border-top: 1px solid #e90300;
  border-bottom: 1px solid #e90300;
  padding: 0.5em;
  font-weight: 600;
  color: #e90300;
}
/*--------------------------------------
#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 {
    margin-bottom: 2rem;
  }
  #title h1 {
    line-height: 1.4;
    font-size: 2rem;
  }
  #title .inner {
    display: block;
  }
  /*--------------------------------------
  .box01Wrap
  --------------------------------------*/
  .box01Wrap {
    margin-bottom: 4rem;
  }
  .box01Wrap h2 {
    line-height: 1.4;
    font-size: 2.0rem;
    margin-bottom: 2rem;
    font-weight: bold;
    padding-bottom: 0.25em;
  }
  .box01Wrap h2 img {
    width: 2em;
    margin-right: 0.25em;
  }
  .box01Wrap .flwrap {
    display: block;
  }
  .box01Wrap .flwrap .txt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .box01Wrap .flwrap .img {
    width: 100%;
  }
  .box01Wrap .img {
    margin: 1em 0 1.5em;
  }
  .box01Wrap .img img {
    display: block;
    margin: 0 auto;
  }
  .box01Wrap .img img:first-child {
    margin-right: auto;
    margin-bottom: 1.75em;
  }
  /*--------------------------------------
  #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;
  }
}
/*--------------------------------------
original
--------------------------------------*/
.program .box01Wrap .chapter01 {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 5em;
}
.program .box01Wrap .slider01 {
  padding: 0;
}
.program .box01Wrap .slider01 .slick-dots {
  bottom: -2em;
}
.program .box01Wrap .slider01 .slick-dots li {
  height: 1.25rem;
  margin: 0;
}
.program .box01Wrap .slider01 .slick-dots li button::before {
  font-size: 30px;
  width: 20px;
  height: 20px;
}
.program .box01Wrap .slider01 li {
  list-style-type: none;
}
.program .box01Wrap .slider01 li .popup-youtube01 {
  position: relative;
  background: #f8f8f8;
}
.program .box01Wrap .slider01 li a {
  display: block;
  transition: none;
}
.program .box01Wrap .slider01 li .popup-youtube01 a:hover {
  opacity: 1 !important;
}
.program .box01Wrap .slider01 li .popup-youtube01 .thumb01 {
  width: 100%;
  opacity: 0.25;
  transition: all .3s;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  background: white;
  box-sizing: border-box;
  padding: 1.5em 0;
  z-index: 1;
  text-align: center;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt .txt01 {
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  margin: 0;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt .txt01.icon01 {
  color: #BFB437;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt .txt01.icon02 {
  color: #BF4B74;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt .txt01.icon03 {
  color: #41A6BF;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt .txt01.icon04 {
  color: #37BF90;
}
.program .box01Wrap .slider01 li .popup-youtube01 .txt h6 {
  font-size: 165%;
  font-weight: 900;
  line-height: 1.3;
  color: #333;
}
.program .box01Wrap .slider01 li .popup-youtube01 .btnWrap01 {
  width: 13em;
  margin: 0.75em auto 0;
}
.program .box01Wrap .slider01 li .popup-youtube01 .btn01 {
  display: block;
  padding: 8px 20px 10px;
  background-color: #009bde;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  font-size: 112.5%;
  font-weight: 900;
  transition: all .3s;
}
.program .box01Wrap .slider01 li .popup-youtube01 .btn01::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;
}
.program .box01Wrap .slider01 li:hover .popup-youtube01 .btn01 {
  background-color: #0eb7dd;
}
.program .box01Wrap .slider01 li:hover .popup-youtube01 .thumb01 {
  opacity: 0.15;
}
@media screen and (max-width: 750px) {
  .program .box01Wrap .slider01 {
    font-size: 2.65vw;
  }
  .program .box01Wrap .slider01 .slick-dots {
    bottom: -30px;
  }
  .program .box01Wrap .slider01 li .popup-youtube01 .btnWrap01 {
    bottom: 1.5em;
  }
  .program .box01Wrap .slider01 li .popup-youtube01 .btn01 {
    font-size: 135%;
    padding: 0.5em;
  }
}

.program .box01Wrap .detail {
  background: #faf3f0;
  box-sizing: border-box;
  padding: 2em;
}
.program .box01Wrap .detail dl {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1.25em;
  margin: 0 0 1.25em;
}
.program .box01Wrap .detail dl:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.program .box01Wrap .detail dl dt {
  font-weight: 700;
  font-size: 125%;
}
.program .box01Wrap .detail dl dt::before {
  content: "●";
  color: #bfb090;
  font-size: 1.25em;
  margin-right: 0.2em;
}
.program .box01Wrap .detail dl dd {
  margin-top: 0.75em;
  margin-left: 1.15em;
  font-size: 112.5%;
}
.program .box01Wrap .detail dl dd ul {
  font-size: 0.9375em;
  margin-top: 0.3em;
  list-style-type: none;
}
.program .box01Wrap .detail dl dd ul li:first-child {
  margin-top: 1em;
}
.program .box01Wrap .detail dl dd ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
/*.program .box01Wrap .detail dl dd ul li a::after {
  content: '';
  background-image: url(../../img/link_icon02.svg);
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 0.25em;
}*/
.program .box01Wrap .detail dl dd ul li a {
  color: inherit;
}
.program .box01Wrap .detail dl dd ul li .address {
  font-size: 87.5%;
  margin-top: 0.5em;
}
.program .box01Wrap .detail dl dd ul li .setaInner01 {
  display: flex;
  justify-content: space-between;
}
.program .box01Wrap .detail dl dd ul li .bosyuu {
  width: 48%;
  margin-top: 0;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .btn01 {
  display: block;
  background-color: #375dbf;
  color: #fff;
  padding: 1.5rem 0.35em;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .btn01 strong {
  display: block;
  font-size: 137.5%;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .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%;
  font-weight: 600;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .btn01 .txt01::after {
  display: none;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .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;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .btn02 {
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  background: #172851;
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.5em;
}
.program .box01Wrap .detail dl dd ul li .bosyuu .btn02::after {
  display: none;
}
.program .box01Wrap .detail dl dd ul li .one {
  width: 48%;
}
.program .box01Wrap .detail dl dd ul li .one a {
  background-color: #37bf90;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 4em;
  border-radius: 5px;
  font-size: 1.425em;
}
.program .box01Wrap .detail dl dd ul li .one 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;
}
.program .box01Wrap .detail dl dd ul li .one:first-child a::after {
  content: none;
}
.program .box01Wrap .detail dl dd ul li .one a .tel {
  vertical-align: middle;
    width: 20px;
    height: 36px;
    margin-right: 0.5rem;
    margin-top: -0.8rem;
}
.program .box01Wrap .detail dl dd ul li .one .small {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
}
.program .box01Wrap .detail dl dd ul li .one a div p:last-child {
  font-weight: 600;
  line-height: 1.4;
}
.program .box01Wrap .detail dl dd ul li .one:first-child a div p:last-child {
  font-size: 2.5rem;
}
.program .box01Wrap .detail dl dd ul li .one .abtxt {
  font-size: 1.2rem;
}
.program .box01Wrap .detail dl dd ul li .one:nth-child(1) .abtxt {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 750px) {
  .program .box01Wrap .detail {
    width: auto;
    margin-top: 2.5em;
    text-align: center;
    padding: 2em 5%;
  }
  .program .box01Wrap .detail dl dd {
      margin-left: 0;
  }
  .program .box01Wrap .detail dl dd ul {
    text-align: left;
    display: inline-block;
  }
  .program .box01Wrap .detail dl dd ul li {
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .program .box01Wrap .detail dl dd ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .program .box01Wrap .detail dl dd ul li .setaInner01 {
    display: block;
  }
  .program .box01Wrap .detail dl dd ul li .bosyuu {
      width: 100%;
  }
  .program .box01Wrap .detail dl dd ul li .bosyuu a {
      font-size: 1.125em;
  }
  .program .box01Wrap .detail dl dd ul li .one {
      width: 100%;
      margin: 1em 0 0.5em;
  }
  .program .box01Wrap .detail dl dd ul li .one a {
      height: 3.16em;
  }
  .program .box01Wrap .detail dl dd ul li .one .abtxt {
      margin-bottom: 0.25em;
  }
}
.program .box01Wrap .detail2 {
  background: #fffaef;
  box-sizing: border-box;
  padding: 2em;
}
.program .box01Wrap .index01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 70%);
  justify-content: center;
  grid-gap: 1em;
}
.program .box01Wrap .index01 li {
  display: grid;
  grid-template-columns	:70% 30%;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 112.5%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}
.program .box01Wrap .index01 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.program .box01Wrap .index01 li .btn01 {
  position: relative;
}
.program .box01Wrap .index01 li .btn01::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;
}
.program .box01Wrap .index01 li .btn01 a {
  padding: 0.75em 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #009bde;
  transition: 0.3s;
}
.program .box01Wrap .index01 li .btn01 a:hover {
  background-color: #0eb7dd;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .program .box01Wrap .index01 {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-gap: 1.5em;
  }
  .program .box01Wrap .index01 li {
    display: block;
    white-space: normal;
    text-indent: -4em;
    padding-left: 4em;
    line-height: 1.4;
  }
  .program .box01Wrap .index01 li .btn01 {
    margin: 0.5em auto 0;
  }
  .program .box01Wrap .index01 li .btn01 a {
    padding: 1em 0;
  }
}

.linkList_bnr01 {
  display: none;
}