@charset "UTF-8";

/* 共通 */

/* アコーディオンメニュー */
/* ============================================ */
.p-accordion {
  margin-inline: auto;
}
.p-accordion-desc {
  font-size: 15px;
  font-weight: 700;
}
.p-accordion__head {
  cursor: pointer;
  border: 1px solid #009e96;
  display: block;
  color: #009e96;
  padding: 7px 20px;
  margin-top: 10px;
}
.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-accordion__icon {
  display: block;
  position: relative;
  width: 16px;
  transition: transform 0.25s;
}
.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #009e96;
}
.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #009e96;
}
.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}
.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}
.p-accordion__input input[name=p-accordion__block] {
  display: none;
}
.p-accordion__input .p-accordion__block {
  cursor: pointer;
}
.p-accordion__input .p-accordion__content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 20px;
  background-color: #e5f5f4;
}


/* table */
/* ============================================ */
main th.no-br span {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
.table01 tr {
  font-size: 1.8rem;
  }
.table01 a.link-btn {
  font-size: 1.6rem;
  }
.pdf-table td > p.col-btn {
  max-width: 120px;
  margin: auto;
}
main .table02-bg th {
  border-color: #25bc88 #fff;
}
main .table02-bg th:first-of-type {
	border-color: #25bc88 #fff #25bc88 #25bc88;
}
main .table02-bg th:last-of-type {
	border-color: #25bc88 #25bc88 #25bc88 #fff;
}
main .table02-bg tr:first-child th {
  background-color: #25bc88;
}
.table02-bg td {
  background: #e7f6ef;
}
table.table02-bg tr:last-of-type td {
  border-color: #25bc88;
}
table.table03-bg td {
  background: #eff8ef;
  border-color: transparent #47c465;
}
main .table03-bg th {
  border-color: #47c465 #fff;
}
main .table03-bg th:first-of-type {
	border-color: #47c465 #fff #47c465 #47c465;
}
main .table03-bg th:last-of-type {
	border-color: #47c465 #47c465 #47c465 #fff;
}
main .table03-bg tr:first-child th {
  background-color: #47c465;
}
table.table03-bg tr:last-of-type td {
  border-color: #47c465;
}
table.table03-bg td {
  border-color: transparent #47c465;
}
}
@media only screen and (max-width: 768px) {

.table01 thead {
  display: none;
}
.table01 colgroup col {
  width: 100%;
}
.table01 tr {
  display: flex;
  flex-wrap: wrap;
}
.table01 tr:not(:last-of-type) {
  margin-bottom: 2em;
}
.table01 tr:nth-child(even) td {
  background: #fff;
}
.table01 td {
  border: none;
  position: relative;
  width: 100%;
}
.table01 td:first-child {
  background: #009e96 !important;
  color: #fff;
  font-weight: bold;
}
.table01 td:not(:first-child):before {
  content: attr(data-label);
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  color: #009e96;
  padding-bottom: 0.5em;
  margin-bottom: .5em;
  font-size: 1.4rem;
} 
table.table01 tr:last-of-type td {
  border-color: #009e96;
}
.pdf-table td > p.col-btn {
  max-width: auto;
}
.table02-bg td:first-child {
  background: #25bc88 !important;
}
.table02-bg td:not(:first-child):before {
  color: #25bc88;
} 
table.table02-bg tr:last-of-type td {
  border-color: #25bc88;
}
.table03-bg td:first-child {
  background: #47c465 !important;
}
.table03-bg td:not(:first-child):before {
  color: #47c465;
} 
table.table03-bg tr:last-of-type td {
  border-color: #47c465;
}
}

/* btn */
/* ============================================ */
.col3-linkbtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  text-align: initial;
}
.col3-linkbtn li {
  width: calc( (100% - 6rem) / 3);
  min-width: 320px;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
.col3-linkbtn li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.col3-linkbtn a {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  padding: 3rem;
  border-radius: 80px;
  color:#fff;
  filter: drop-shadow(0px 0px 20px rgba(0,158,150,0.15));
  position: relative;
  transition: .2s;
}
.col3-linkbtn a span {
  display: block;
  font-size: 2.6rem;
}
.col3-linkbtn li:nth-child(1) a {
  background-color: #009e96;
}
.col3-linkbtn li:nth-child(2) a {
  background-color: #25bc88;
}
.col3-linkbtn li:nth-child(3) a {
  background-color: #47c465;
}
.col3-linkbtn a::after {
  content: '';
  position: absolute;
  top:42%;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
.col3-linkbtn a:hover {
  filter: drop-shadow(0px 0px 5px rgba(0,158,150,0.15));
}
.col3-linkbtn a:hover::after {
  right: 20px;
}

.col1-link-btn {
  display: block;
  font-size: 3rem;
  color: #009e96;
  border: 4px solid #009e96;
  border-radius: 80px;
  padding: 3rem 22rem 3rem 10rem;
  background-color: #fff;
  position: relative;
  filter: drop-shadow(0px 0px 5px rgba(0,158,150,0.15));
  text-align: initial;
  line-height: 1;
}
.col1-link-btn:hover {
  color: #009e96;
}
.col1-link-btn span {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: .5em;
  
}
.col1-link-btn::before {
  content: '';
  position: absolute;
  right: 100px;
  bottom: 45%;
  width: 110px;
  height: 3px;
  background: #009e96;
  transition: all .3s;
}
.col1-link-btn::after{
  content: '';
  position: absolute;
  right: 100px;
  bottom: 49%; 
  width: 15px;
  height: 3px;
  background: #009e96;
  transform: rotate(35deg);
  transition: all .3s;
}
.col1-link-btn:hover::before{
  right: 80px;
}
.col1-link-btn:hover::after{
  right: 80px;
}
.img-ft {
  position: relative;
}
.img-ft::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 460px;
  height: 240px;
  background: rgb(77,192,178); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.3;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}

@media only screen and (max-width: 768px) {
.col3-linkbtn {
  margin-bottom: 5rem;
}
.col3-linkbtn li {
  width: 100%;
  min-width: auto;
  margin-right: 0;
  margin-bottom: 2rem;
}
.col3-linkbtn a {
  font-size: 1.4rem;
  padding: 1rem 3rem;
  filter: drop-shadow(0px 0px 20px rgba(0,158,150,0.15));
}
.col3-linkbtn a span {
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 0;
}
.col3-linkbtn a::after {
  width: 10px;
  height: 10px;
}
.col1-link-btn {
  font-size: 1.8rem;
  border: 3px solid #009e96;
  padding: 1rem 10rem 1rem 3rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.col1-link-btn::before {
  width: 40px;
  bottom: 46%;
  right: 30px;
}
.col1-link-btn::after {
  right: 30px;
  bottom: 51%;
}
.col1-link-btn:hover::before{
  right: 20px;
}
.col1-link-btn:hover::after{
  right: 20px;
}
.col1-link-btn span {
  font-size: 1.4rem;
   padding-left: 0.2em;
}
.img-ft::before{
  width: 300px;
  height: 140px;
}
}

/* etc */
/* ============================================ */

em {
  font-weight: 700;
}
.border-under {
  border-bottom: 1px solid #333;
}

/* mv */
/* ============================================ */
.top-mv {
  background: rgb(77,192,178); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
  z-index: -2;
  margin-bottom: 8rem;
}
.top-mv::before {
  content: "";
  display: block;
  width: 1366px;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(77,192,178,1) 0%, rgba(253,247,227,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(77,192,178,1) 0%,rgba(253,247,227,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(77,192,178,1) 0%,rgba(253,247,227,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#99fdf7e3',GradientType=0 ); /* IE6-9 */
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  opacity: 0.65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.mv-title {
  font-size: 6.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 13rem 0 3rem;
  line-height: 1.4;
}
.mv-title > span {
  display: block;
  font-size: 4.8rem;
}
.mv-title > span em {
  font-size: 1.3em;
  padding-right: 5px;
  display: inline-block;
  font-style: inherit;
  line-height: 1;
  vertical-align: text-bottom;
  color: #fff;
  font-weight: 600;
}
.mv-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.mv-wrap figure {
  max-width: 280px;
}
.mv-txt {
  max-width: 840px;
  margin-bottom: 5rem;
}
.mv-txt ul {
  margin-bottom: 4rem;
}
.top-mv ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 3rem;
  font-weight: 700;
}
.top-mv ul li {
  font-size: 2rem;
  padding-left: 1.25em;
  position: relative;
  width: 33%;
  min-width: 260px;
}
.top-mv ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.mv-sub-title {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 1.5;
  padding: 0.25rem;
  color: #fff;
  background: -moz-linear-gradient(left, rgba(0,158,150,0) 0%, rgba(0,158,150,1) 20%, rgba(0,158,150,1) 50%, rgba(0,158,150,1) 80%, rgba(0,158,150,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,158,150,0) 0%,rgba(0,158,150,1) 20%,rgba(0,158,150,1) 50%,rgba(0,158,150,1) 80%,rgba(0,158,150,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,158,150,0) 0%,rgba(0,158,150,1) 20%,rgba(0,158,150,1) 50%,rgba(0,158,150,1) 80%,rgba(0,158,150,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00009e96', endColorstr='#00009e96',GradientType=1 ); /* IE6-9 */
  max-width: 840px;
}

@media only screen and (max-width: 768px) {
.top-mv {
  margin-bottom: 4rem;  
}
.mv-title {
  font-size: 2.4rem;
  padding: 2rem;
}
.mv-title > span {
  font-size: 2rem;
}
.mv-title > span em {
  font-size: 2.4rem;
  padding-right: 2px;
}
.mv-txt {
  margin-bottom: 0;
}
.mv-txt ul {
  width: 55%;
  margin-bottom: 2rem;
}
.top-mv ul li {
  font-size: 1.6rem;
  width: 50%;
}
.top-mv ul li:not(:last-of-type) {
  padding-bottom: 0.5rem;
}
.top-mv ul li span {
  font-size: 1.6rem;
}
.mv-sub-title {
  font-size: 1.6rem;
  background-color: #009e96;
  width: 100%;
}
.mv-wrap figure {
  max-width: 200px;
  margin-right: 1rem;
}
.sp-mv-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
}

/* top page */
/* ============================================ */
.top-lead-im01 {
  position: relative;
}
.top-lead-im01::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -100px;
  width: 460px;
  height: 240px;
  background: rgb(77,192,178);
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 );
  opacity: 0.3;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  z-index: -100;
}
.top-lead-im01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 460px;
  height: 240px;
  background: rgb(77,192,178);
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 );
  opacity: 0.3;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  z-index: -1;
}
.top-leadpage::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  width: 460px;
  height: 240px;
  background: rgb(77,192,178);
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 );
  opacity: 0.3;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.bg-g {
  background-color: #e5f5f4;
}
.bg-g02 {
  background-color: #e7f6ef;
}
.bg-g03 {
  background-color: #eff8ef;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -10px;
}
.course-list dt {
  font-size: 1.8rem;
  color: #009e96;
  margin-right: 2rem;
}
.course-list dd {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-list dd:not(:last-of-type) {
  margin-right: 2rem;
}
.course-list dd.course01-txt span,
.course-list dd.course02-txt span,
.course-list dd.course03-txt span,
.course-list dd.course04-txt span,
.course-list dd.course05-txt span {
  margin-right: 6px;
  margin-bottom: 0;
}
.course-list dd.course04-txt span {
  margin-right: 7px;
}
.course-list span {
  font-size: 1.6rem;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.course-list span::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
}
.course01, .course02, .course03, .course04, .course05 {
  margin-right: 10px;
}
.course-list span.course01::before {
  background-color: #6cc4f2;
}
.course01-txt {
  color: #6cc4f2;
}
.course-list span.course02::before {
  background-color: #bf71e7;
}
.course02-txt {
  color: #bf71e7;
}
.course-list span.course03::before {
  background-color: #f7a54d;
}
.course03-txt {
  color: #f7a54d;
}
.course-list span.course04::before {
  background-color: #40d740;
}
.course04-txt {
  color: #40d740;
}
.course-list span.course05::before {
  background-color: #f7614d;
}
.course05-txt {
  color: #f7614d;
}
.course-list span.course-square-brackets {
  color: #333;
  font-weight: normal;
}
/*tableカウンター*/
.table-num {
  counter-reset: section;
  margin-bottom: 3rem;
}
.table-num td:first-of-type span.num-lavel {
  padding-left: 3em;
  position: relative;
  display: inline-block;
}
.table-num td:first-of-type span.num-lavel::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 2em;
  margin: 0 1em 0 -3em;
  text-align: right;
  color: #009e96;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
.top-lead-im01::before,
.top-lead-im01::after {
  display: none;
}
.table-num {
  margin-bottom: 2rem;
}
.table-num td:first-of-type::before {
  width: 100%;
}
.table-num td:first-of-type span.num-lavel {
  padding-left: 2em;
}
.table-num td:first-of-type span.num-lavel::before {
  width: 1.5em;
  color: #fff;
  margin: 0 .5em 0 -2em;
}
.course-list dt {
  width: 100%;
  margin-bottom: 0.5em;
}
  .course-list dt,
  .course-list dd,
  .course-list span {
    font-size: 1.5rem;
  }
}


/* 定期健診 */
/* ============================================ */
.top-ttl-wrap {
  background: rgb(77,192,178); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
  z-index: -2;
}
.top-ttl-wrap::before {
  content: "";
  display: block;
  width: 1366px;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(77,192,178,1) 0%, rgba(253,247,227,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(77,192,178,1) 0%,rgba(253,247,227,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(77,192,178,1) 0%,rgba(253,247,227,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#99fdf7e3',GradientType=0 ); /* IE6-9 */
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  opacity: 0.65;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.top-ttl-wrap + .container {
  padding-top: 120px;
}
.lead-col2 {
  display: flex;
  justify-content: space-between;
}
.lead-col2 ul.list-square {
  width: 70%;
}
.lead-col2 ul.list-square li {
  padding-left: 1.4em;
  margin-bottom: 3rem;
  position: relative;
  line-height: 1.8;
}
.lead-col2 ul.list-square li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #87d299;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 0;
}
.lead-col2 ul.list-square li > span.lead-col2-ttl {
  display: block;
  font-size: 2.4rem;
  color: #009e96;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.lead-col2 figure {
  max-width: 260px;
}

.heading-1 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 13rem 0 5rem;
}
.heading-1 em {
  font-size: 1.2em;
  padding-right: 2px;
  font-style: inherit;
  line-height: 1;
  vertical-align: text-bottom;
  color: #fff;
  font-weight: 600;
}
.sub-ttl01 {
  display: block;
  font-size: 2.2rem;
}
.heading-2 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #4dc0b2, #87d299);
  background: -webkit-linear-gradient(0deg, #4dc0b2, #87d299);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 35px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.heading-2::before {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: linear-gradient(90deg, #4dc0b2, #87d299);
  background: -webkit-linear-gradient(0deg, #4dc0b2, #87d299);
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}
.heading-3 {
  font-size: 3rem;
  display: inline-block;
  color: #4dc0b2;
  padding-bottom: 35px;
  margin-bottom: 40px;
  position: relative;
}
.heading-3.regular {
  color: #009e96;
}
.heading-3.medical {
  color: #47c465;
}
.heading-3.lifestyle {
  color: #25bc88;
}
.heading-3::before {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background-color: #4dc0b2;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}
.heading-3.regular::before {
  background-color: #009e96;
}
.heading-3.medical::before {
  background-color: #47c465;
}
.heading-3.lifestyle::before {
  background-color: #25bc88;
}
@media only screen and (max-width: 768px) {
.top-ttl-wrap::before {
  width: 100%;
}
.heading-1 {
  font-size: 2rem;
  padding: 4rem 0;
}
.heading-1 em {
  font-size: 1.1em;
  vertical-align: baseline;
}
.sub-ttl01 {
  font-size: 1.5rem;
}
.top-ttl-wrap + .container {
  padding-top: 60px;
}
.lead-col2 {
  flex-wrap: wrap;
  width: 100%;
}
.lead-col2 ul.list-square {
  width: 100%;
}
.heading-2 {
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.heading-2::before {
  width: 100px;
  height: 4px;
}
.lead-col2 ul.list-square li {
  margin-bottom: 2rem;
}
.lead-col2 ul.list-square li::before {
  width: 10px;
  height: 10px;
  top: 12px;
}
.lead-col2 ul.list-square li > span.lead-col2-ttl {
  font-size: 2rem;
  padding-bottom: 0;
}
.lead-col2 figure {
  max-width: 150px;
  margin: auto;
}
.heading-3 {
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.heading-3::before {
  width: 100px;
  height: 4px;
}
}


/* 受診申込 */
/* ============================================ */
.flow-box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.flow-box01 ol.step-wrap {
  max-width: 840px;
}
.flow-box01 figure {
  max-width: 360px;
  margin: auto;
}
.flow-box01 ol.step-wrap > li {
  padding: 0rem 2rem 0rem 10rem;
  position: relative;
}
.flow-box01 ol.step-wrap > li:not(:last-of-type) {
  border-bottom: 1px solid #009e96;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.flow-box01 ol li .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #009e96;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}
.flow-box01 ol li .step-item .step-sub {
  font-size: 1.4rem;
}
.flow-box01 ol li .step-item .step-nam {
  font-size: 2.4rem;
  line-height: 1.1;
}
.flow-box01 ol li .flow-ttl {
  display: block;
  font-size: 2.4rem;
  color: #009e96;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.flow-box01 ol li .flow-ttl .flow-ttl-s {
  font-size: 1.8rem;
}
.step-dl dt {
  font-size: 2rem;
  padding: 0.1em 0 0.1em 1em;
  margin-bottom: 1rem;
  background: #e5f5f4;
}
.step-dl dd {
  margin: 0 0 2em 1em;
}
.step-dl dd:last-of-type {
  margin-bottom: 0;
}
.step-dl ol {
  margin-bottom: 1em;
}
.step-dl ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  color: #009e96;
}
.btn-link01 {
  max-width: 300px;
  margin: auto;
}
.other-box01 {
  background-color: #fef8e5;
  padding: 3rem;
  margin-bottom: 5rem;
}
.other-box01 h3 {
  font-size: 2.4rem;
  color: #009e96;
  padding-bottom: 0.5rem;
}
.bt-dl01 {
  width: 100%;
  max-width: 200px;
  margin: 1rem auto 2rem;
}
.other-box01-s {
  font-size: 1.4rem;
  background-color: #fef8e5;
  padding: 2rem;
  margin: auto;
  max-width: 840px;
}
.other-box01-s h3 {
  font-size: 1.8rem;
  color: #009e96;
  padding-bottom: 0.5rem;
}
.other-box01-s .bt-dl01 {
  font-size: 1.4rem;
}
.note-ttl {
  margin-bottom: .5rem;
}
.col2-sp-wrap {
  display: flex;
  justify-content: space-between;
}
.flow-img02 {
  max-width: 410px;
  width: 100%;
  padding: 0 2em;
}
@media print, screen and (min-width: 769px) {
	
}

@media only screen and (max-width: 768px) {
.flow-box01 ol.step-wrap {
  width: 100%;
  padding: 3rem 0;
}
.flow-box01 ol.step-wrap > li {
  padding: 10rem 0 0 0;
  min-width: auto;
}
.flow-box01 ol li .step-item {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow-box01 ol li .flow-ttl {
  font-size: 1.8rem;
}
  .flow-box01 figure {
    width: 80%;
  }
.step-dl dt {
  font-size: 1.6rem;
}
.col2-sp-wrap {
  flex-wrap: wrap;
}
.other-box01 {
  padding: 1.5em;
}
.other-box01-s {
  padding: 1em;
  margin-bottom: 3rem;
}
.other-box01-s h3 {
  font-size: 1.6rem;
}
  .flow-img02 {
    margin: auto;
  }
}


/* よくあるお問合せ */
/* ============================================ */
.qa_wrap {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.qa_wrap .qa_actab {
  position: relative;
/*	padding: 20px 0;*/
	border-bottom: 1px dotted #cccccc;
}
.qa_wrap label {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
  padding: 20px 40px 20px 40px;
	cursor: pointer;
}
.qa_wrap label::before {
  content: "Q";
  position: absolute;
  color: #009e96;
  top: 12px;
  left: 10px;
  font-size: 1.5em;
}
.qa_actab-content::before {
  content: "A";
  position: absolute;
  color: #47c465;
  top: 15px;
  left: 10px;
  font-size: 1.5em;
}
.qa_wrap .qa_actab-content {
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 0 30px 0 40px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.qa_wrap .qa_actab input[type=checkbox]:checked ~ .qa_actab-content {
	height: auto;
  background: #e5f5f4;
	padding: 20px 30px 20px 40px;
	opacity: 1;
}
.bg-g .qa_wrap .qa_actab input[type=checkbox]:checked ~ .qa_actab-content {
  background: #fff;
}
.qa_wrap .qa_plus {
	font-size: 2em;
	line-height: 100%;
	position: absolute;
  right: 0;
	z-index: 5;
	margin: 15px 10px 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.qa_wrap .qa_actab input[type=checkbox]:checked ~ .qa_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.qa_wrap .qa_actab input[type=checkbox] {
  display: none;
}
.qa_wrap ol li {
  padding-left: 2em;
  position: relative;
}
.qa_wrap ol li .mark-num {
  position: absolute;
  top: 0;
  left: 0;
}
dl.list-item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
dl.list-item dt,
dl.list-item dd {
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
}
dl.list-item.w-6 dt {
  width: 6em;
}
dl.list-item.w-6 dd{
  width: calc(100% - 6em);
}
.btn-w300-center {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
/* 生活習慣病予防健診 */
/* ============================================ */
.col2-life {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.life-inner {
  padding-right: 3rem;
}
.merit-wrap h3 span {
  display: inline-block;
  font-size: 2.4rem;
  color: #009e96;
  position: relative;
	padding: 0 45px;
  margin: 2rem;
  font-weight: 700;
}
.merit-wrap h3 span:before,
.merit-wrap h3 span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #009e96;
}
.merit-wrap h3 span:before {
	left:0;
	transform: rotate(60deg);
}
.merit-wrap h3 span:after {
	right: 0;
	transform: rotate(-60deg);
}
.list-num02 {
  margin-bottom: 4rem;
}
.list-num02 li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.list-num02 li {
  counter-increment: item;
  padding-left: 2em;
  position: relative;
}
.list-num02 li::before {
  content: counter(item);
  font-size: 2em;
  color: #009e96;
  position: absolute;
  top: -10px;
  left: 0;
}
.list-num02 span {
  font-size: 2rem;
  color: #009e96;
  padding-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}
.col2-life figure{
  max-width: 260px;
}
.course-feesz_note {
  display: inline-flex;
  align-items: baseline;
}
.course-feesz_01 {
  font-size: 1.6rem;
  color: #25bc88;
  width: 1.4em;
  height: 1.4em;
  font-weight: 700;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.course-feesz_01::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #25bc88;
  position: absolute;
  z-index: -1;
}
td .course-feesz_note > span.course-feesz_01 {
  margin-right: .25em;
}
@media only screen and (max-width: 768px) {
.col2-life {
  flex-direction: column;
}
.life-inner {
  padding-right: 0;
}
.merit-wrap h3 {
  display: flex;
  justify-content: center;
}
.merit-wrap h3 span {
  font-size: 2rem;
	padding: 0 45px;
}
.list-num02 li {
  padding-left: 1.5em;
}
.list-num02 li::before {
  font-size: 1.5em;
  top: -4px;
}
.list-num02 span {
  font-size: 1.8rem;
  padding-bottom: 0; 
}
.col2-life figure {
  max-width: 150px;
  margin: 2rem auto 0;
}
.merit-wrap h3 span:before,
.merit-wrap h3 span:after {
	width: 30px;
}
td .course-feesz_note > span.course-feesz_01 {
  margin-top: 0.5rem;
}
}