@charset "UTF-8";
html {
  line-height: 1;
}

body {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (max-width:1024px) and (min-width:768px) {
  body {
    width: 1024px;
    overflow: scroll;
  }
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  background-color: transparent;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
}

.wrap {
  max-width: 800px;
}

a {
  color: #6bb42a;
}

a:hover, a:focus {
  color: #6bb42a;
  opacity: 0.7;
  transition: all 0.3s;
}

/* ページ内リンクがヘッダー分ずれることに対処 */
#link01, #link02, #link03, #link04, #link05 {
  margin-top: -160px;
  padding-top: 160px;
}

.pb0.pb0{
  padding-bottom: 0px;
}

.c-frame {
  padding: 1em 0;
  border: solid 1px #6bb42a;
}

/* 緑背景のみ */
.bg_green {
  margin: 15px 0;
  padding: 15px;
  background: rgba(107, 180, 42, 0.2);
  text-indent: initial;
}
/* 緑文字 */
.text_green {
  color: #6bb42a;
}

/* 緑文字のみ */
mark {
  background: none;
  color: #6bb42a;
  font-style: normal;
}

/* 画像関連 */
.img-center {
  display: block;
  margin: 0 auto;
}

.img-right {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.img-100per {
  width: 100%;
}

.img-mw300 {
  max-width: 300px;
}

/* ドットがついたリスト */
.flow {
  max-width: 680px;
  margin: 0 auto;
}

.flow > ul > li {
  padding: 20px 30px;
  border-top: 1px dotted #c6c6c6;
}

.flow > ul > li .in {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.flow > ul > li .in .text {
  padding-left: 8px;
  color: #6bb42a;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  vertical-align: -2px;
}

.flow > ul > li:last-child {
  border-bottom: 1px dotted #c6c6c6;
}

.flow > ul > li span.square {
  padding: 5px;
  border: 1px solid #6bb42a;
  color: #6bb42a;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.flow > ul > li span.small {
  padding-left: 0em;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  text-indent: 0em;
}
/* ページ内リンク（３個） */
.c-index-box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
}

.c-index-box3 li {
  width: 31%;
}

.c-index-box3 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border: 1px solid #6bb42a;
  background: #6bb42a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.c-index-box3 li a:hover {
  background: #fff;
  color: #6bb42a;
}

/* ページ内リンク（４個） */
.c-index-box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
}

.c-index-box4 li {
  width: 23%;
}

.c-index-box4 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border: 1px solid #6bb42a;
  background: #6bb42a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.c-index-box4 li a:hover {
  background: #fff;
  color: #6bb42a;
}

/* ページ内リンク（5個） */
.c-index-box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
}

.c-index-box5 li {
  width: 19%;
}

.c-index-box5 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border: 1px solid #6bb42a;
  background: #6bb42a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.c-index-box5 li a:hover {
  background: #fff;
  color: #6bb42a;
}

/* PDFのダウンロードボタン */
.c-btn_box {
  font-size: 18px;
  text-align: center;
}

.c-btn_box button {
  margin: 15px auto 0;
  font-size: 16px;
}
/* 回復期リハで使用している単純な番号のリスト */
.c-num-list2 {
  position: relative;
  margin: 0 0 8px 1.5em;
  padding: 0 0 0 0;
  border: none;
  line-height: 1.5;
  text-indent: 0;
  counter-increment: num;
}

.c-num-list2::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  font-family: "Lato", sans-serif;
  line-height: 1.8;
  content: counter(num);
}

/* 訪問診療：背景の緑白が交互になっている表 */
.list-area {
  width: 700px;
  margin: 0 auto 70px;
}

.list-area__ttl {
  width: 185px;
  margin: 0 auto 30px;
  border-radius: 6px;
  background: #6bb42a;
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}

.list-area .list {
  -ms-flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #6bb42a;
}

.list-area .list li {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  border-bottom: solid 1px #6bb42a;
  text-align: left;
}

.list-area .list li:nth-child(odd) {
  border-right: solid 1px #6bb42a;
}

.list-area .list li:nth-child(4n-1),
.list-area .list li:nth-child(4n) {
  background: rgba(107, 180, 42, 0.1);
}

.list-area .list li:last-child,
.list-area .list li:nth-last-child(2) {
  border-bottom: none;
}
/* 訪問診療：左にアイコン・右にテキスト */
.point__item {
  display: flex;
  width: 700px;
  margin: 0 auto 30px;
}

.point__head {
  margin-bottom: 5px;
  font-style: 26px;
}

.point__img {
  margin-right: 20px;
  text-align: right;
}

.point__img img {
  width: 120px;
}

.point__text-area {
  width: calc(100% - 200px);
  margin-top: 10px;
}
/* 訪問診療：カラフルな表 */
.c-table_color {
  width: 600px;
  margin: 0 auto 20px;
}

.c-table_color th {
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.c-table_color td {
  border: 2px solid #fff;
  text-align: center;
}

.c-table_color tr:nth-child(1) th {
  width: 40%;
  height: 50px;
  background: #6bb42a;
}

.c-table_color tr:nth-child(2) th {
  width: 20%;
  height: 110px;
  background: #f6ca00;
}

.c-table_color tr:nth-child(2) td {
  background: rgba(246, 202, 0, 0.2);
}

.c-table_color tr:nth-child(3) th {
  height: 110px;
  background: #ef8465;
}

.c-table_color tr:nth-child(3) td {
  background: rgba(239, 132, 101, 0.2);
}

.c-table_color .num {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}
/* 健診・人間ドックで使用しているタイトル */
.machine_ttl {
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  clear: both;
  color: #6bb42a;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 2;
  text-align: center;
}

.globalnavi {
  background-color: #6bb42a;
}
.globalnavi li {
  position: inherit;
}
@media all and (-ms-high-contrast: none) and {
  .globalnavi li:nth-child(2) {
    width: calc((100% / 8) - 1px);
  }
}
.globalnavi li a {
  font-size: 13px;
}
.globalnavi li.show a {
  border-bottom: 0;
}
.globalnavi li.show .menu-child {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s;
}
.globalnavi li.show .icon::after {
  content: "-";
}
.globalnavi .menu-child {
  display: flex;
  position: absolute;
  top: 184px;
  left: 0px;
  justify-content: center;
  width: 100%;
  height: 0px;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  background-color: rgba(107, 180, 42, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.globalnavi .menu-child li {
  position: relative;
  width:100%;
}
.globalnavi .menu-child li a {
  width: auto;
  height: auto;
  padding: 3px 10px;
  border: none;
  background-color: inherit !important;
    text-align: left;
}

.globalnavi dt.btn_off,
.globalnavi dt.btn_on {
  background: url(../img/icon/menu.png) 0 0 no-repeat;
  background-size: 8vw;
}

.header_fixed .globalnavi .menu-child {
  top: 60px;
}

header + .globalnavi li:last-child a {
  background-color: #6bb42a;
}

header .right .btn p {
  width: 165px;
}
header .right .btn p img {
  width: 100%;
}

footer {
  background-color: #6bb42a;
  flex: auto;
}
footer .group .ttl {
  color: #6bb42a;
}
footer .page_top a img {
  width: 28px;
}
footer .copy {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #FFF;
  color: #6bb42a;
  font-size: 12px;
  text-align: center;
}

.l-mv {
  padding: 160px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-section {
  padding: 30px 0 80px;
}

.c-btn {
  display: block;
  padding: 8px 16px;
  background-color: #6bb42a;
  color: #fff;
}
.c-btn a {
  color: #fff;
  text-decoration: none;
}
.c-btn a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.c-link-btn {
  display: block;
  position: relative;
  padding: 16px 32px;
  background-color: #6bb42a;
  color: #fff;
}
.c-link-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  content: ">";
}
.c-link-btn a {
  color: #fff;
  text-decoration: none;
}
.c-link-btn a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.c-dl-btn {
  width: 60%;
  display: block;
  position: relative;
  margin: 30px auto 0;
  padding: 20px 0;
  border: 1px solid #F6CA01;
  border-radius: 5px;
  background-color: #F6CA01;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
}
.c-dl-btn:hover {
  text-decoration: none;
}

table.contact {
  border: 1px solid #f6ca00;
}
table.contact th {
  background-color: #f6ca00;
}
table.contact td {
  color: #f6ca00 !important;
}
table.contact td a {
  color: #f6ca00 !important;
}


table.contact td div {
  border-right: 2px solid #f6ca00;
}

.contact_form_wrap span.req {
  background-color: #f6ca00;
}
.contact_form_wrap input[type=submit] {
  border: 1px solid #f6ca00;
  background-color: #f6ca00;
}

.c-table {
  width: 100%;
  margin: 30px 0 80px;
  border: 1px solid #6bb42a;
  border-collapse: collapse;
}
.c-table th {
  width: 26%;
  padding: 10px 25px;
  border-bottom: 1px solid #fff;
  background-color: #6bb42a;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
}
.c-table tr:last-child th {
  border-bottom: 1px solid #6bb42a;
}
.c-table td {
  padding: 15px 10px;
  border: 1px solid #6bb42a;
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
}

/* 健診・人間ドック */
.c-table02 {
  width: 100%;
  margin: 30px 0 50px;
  border: 1px solid #6bb42a;
  border-collapse: collapse;
}
.c-table02 tr:first-child th {
  padding: 10px 25px;
  background-color: #6bb42a;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.c-table02 tr:first-child th:nth-child(1){
  width: auto;
}
.c-table02 tr:first-child th:nth-child(2){
  width: auto;
  border-right: none;
}

.c-table02 td {
  padding: 15px 10px;
  border: 1px solid #6bb42a;
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
}
.c-table02 tr:nth-child(2) td:nth-child(1) {
  width: 20%;
}
.c-table02 tr:nth-child(2) td:nth-child(2) {
  width: 50%;
}
.c-table02 td:last-child {
  text-align: right;
}

.c-table .col2 {
  display: flex;
  flex-wrap: wrap;
}
.c-table .col2__item {
  width: 50%;
}
.c-table dl {
  display: flex;
  flex-wrap: wrap;
}
.c-table dl dt {
  margin: 0 1em 0 0;
}
.c-table--worktable {
  border: none;
}
.c-table--worktable tbody {
  display: flex;
  flex-direction: column;
}
.c-table--worktable tr {
  display: flex;
  flex-direction: row;
}
.c-table--worktable tr th, .c-table--worktable tr td {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: calc(30px + 2em);
  border-top: none;
  border-bottom: 1px solid #6bb42a;
  border-left: none;
  font-size: 16px;
  text-align: center;
}
.c-table--worktable tr th:first-child, .c-table--worktable tr td:first-child {
  border-top: 1px solid #6bb42a;
}
.c-table--worktable tr th:empty, .c-table--worktable tr td:empty {
  text-align: center;
}
.c-table--worktable tr th:empty::after, .c-table--worktable tr td:empty::after {
  content: "-";
}
.c-table--worktable tr th:last-child, .c-table--worktable tr td:last-child {
  border-bottom: 1px solid #6bb42a;
}
.c-table--worktable tr th.time-cell {
  width: 13em;
  min-width: 13em;
}

.outpatient_area table.practicetime th {
  background-color: #6bb42a;
}
.outpatient_area table.practicetime td {
  border: 1px solid #6bb42a;
  color: #6bb42a;
}

.c-ttl {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.9);
}

.c-ttl-lv1 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-ttl-lv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.c-ttl-lv2::before, .c-ttl-lv2::after {
  flex-grow: 1;
  border-top: 1px solid #333;
  content: "";
}
.c-ttl-lv2::before {
  margin-right: 1em;
}
.c-ttl-lv2::after {
  margin-left: 1em;
}

.c-ttl-lv3 {
  margin-bottom: 10px;
  color: #6bb42a;
  font-size: 20px;
  font-weight: 500;
}

.title p.number, .title2 p.number {
  color: #6bb42a;
}

.c-txt {
  margin: 0 0 1em;
}

.c-txt-wrap {
  margin: 0 0 2em;
}

.c-label {
  display: inline-block;
  padding: 0.5em 3.9em 0.5em 3.9em;
  border: solid 1px #6bb42a;
  color: #6bb42a;
  font-size: 18px;
  margin-bottom: 20px;
}

.c-num-list {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 2em;
  line-height: 1.5;
  counter-increment: num;
}
.c-num-list::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  border: 1px solid #6bb42a;
  color: #6bb42a;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  content: counter(num);
}

@media screen and (max-width:767px) {
  .c-num-list {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 2em;
    line-height: 1.5;
    counter-increment: num;
  }
  .c-num-list::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1vw;
    border: 1px solid #6bb42a;
    color: #6bb42a;
    font-family: "Lato", sans-serif;
    font-size: 3.5vw;
    line-height: 1em;
    content: counter(num);
}
}

.c-dot-list {
  position: relative;
}
.c-dot-list::before {
  content: "\30FB";
}

.c-difine-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1em;
}
.c-difine-list dt {
  margin: 0 1em 0 0;
  padding: 0.2em 1em;
  background-color: #6bb42a;
  color: #fff;
}

.c-pdf {
  height: 50vw;
  max-height: 700px;
}

.c-banner-list {
  width: 100%;
}
.c-banner-list__item {
  width: 100%;
  padding: 0 20px;
}
.c-banner-list__item img {
  width: 100%;
}

.p-banner-slider {
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto;
  overflow: hidden;
}

.slick-prev {
  background: url(../img/icon/btn_prev.png) center center no-repeat;
  background-size: 55px;
}

.slick-next {
  background: url(../img/icon/btn_next.png) center center no-repeat;
  background-size: 55px;
}

main .introduce ul.slick-box2 li .caption {
  background-color: rgba(107, 180, 42, 0.8);
}

.about_area p.floor span {
  color: #6bb42a;
}

#top main .main_v li .btn a {
  background-color: #6bb42a;
}

main .main_v .box .inner .contact div {
  border: solid 2px #6bb42a;
}

main .main_v .box .inner .contact div .ttl {
  background-color: #6bb42a;
}

main .main_v .box .inner .contact div .ttl:after {
  border-top: 15px solid #6bb42a;
}

main .main_v .box .inner .contact div .tel {
  background: url(../img/icon/icon_tel01.png) 8% center no-repeat;
  background-size: 38px;
}

main .main_v .box .inner .contact div .border + .tel {
  background: url(../img/icon/icon_tel02.png) 8% center no-repeat;
  background-size: 38px;
}

main .point li a img {
  width: 70px;
  margin-bottom: 5px;
}

main .faq dt.btn_on {
  background: url(../img/icon/icon_mainas.png) right center no-repeat;
  background-size: 27px;
}

main .faq dt.btn_off {
  background: url(../img/icon/icon_plus.png) right center no-repeat;
  background-size: 27px;
}

main .faq dt img {
  width: 1.5em;
  margin-right: 0.5em;
}

main .news ul {
  padding-top: 0.5em;
  border-top: 1px solid #6bb42a;
}

main .point {
  background-color: rgba(107, 180, 42, 0.3);
}

.p-graph {
  margin: 0 0 100px;
}

.slick-dots li.slick-active button:before {
  border: solid 2px #6bb42a;
  background-color: #FFF;
  color: black;
}

main .introduce ul.slick-box2 .slick-slide {
  max-width: 500px;
}

.recruit_wrapper .recruit_appeal_nav a {
  background: url(../img/recruit/arrow_small_under_white.svg) no-repeat center 95% #6bb42a;
  background-size: 22px;
}
.recruit_wrapper .wrap {
  max-width: 1024px;
}
.recruit_wrapper .slick-dots li.slick-active button:before {
  border: 2px solid #6bb42a;
}
.recruit_wrapper .menu-mobile {
  color: #6bb42a;
}
.recruit_wrapper .pagetitle_area_recruit {
  background-color: #6bb42a;
}
.recruit_wrapper .top_introduction_area .slider div span {
  background-color: rgba(107, 180, 42, 0.5);
}
.recruit_wrapper .recruit_interview_section {
  background-color: rgba(107, 180, 42, 0.15);
}
.recruit_wrapper .recruit_position > ul > li > a .recruit_position_list_more {
  color: #6bb42a;
}
.recruit_wrapper .recruit_position > ul > li > a .recruit_position_list_tag li {
  background-color: #6bb42a;
}
.recruit_wrapper .recruit_position > ul > li > a .recruit_position_list_txt h3 {
  color: #6bb42a;
}
.recruit_wrapper .recruit_hospital_aboutus table th {
  background-color: #6bb42a;
}

.recruit_appeal_nav li:nth-of-type(2) h3 {
  background: url(../../assets/img/recruit/recruit_appeal02_bg.svg) no-repeat center 30px;
  background-size: 99px;
}

.recruit_appeal_nav li:nth-of-type(3) h3 {
  background: url(../../assets/img/recruit/recruit_appeal03_bg.svg) no-repeat center 40px;
  background-size: 110px;
}
.outpatient_area .p-table {
  margin: 30px 0 80px;
}
.outpatient_area .c-table {
  margin: 10px 0 20px;
}

.rehabilitation_area .p-link-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto;
}
.rehabilitation_area .p-link-area .c-link-btn {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .globalnavi li a {
    font-size: 4vw;
    display: block;
    text-align: left;
    width: auto;
    height: auto;
    border-bottom: 1px solid;
    border-left: none;
    background: url(../img/common/arrow3.png) 95% center no-repeat;
    background-size: 0.7em;
    padding: 0.3em 1em;
  }
  .machine_ttl {
    margin-bottom: 0.5em;
    padding-top: 1.5em;
    clear: both;
    color: #6bb42a;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 1.28px;
    line-height: 2;
    text-align: center;
  }
  .l-section {
    padding: 5vw 0 5vw;
  }
  .c-table--worktable tbody {
    flex-direction: row;
  }
  .c-table--worktable tr {
    flex-direction: column;
    width: 100%;
  }
  .c-table--worktable tr:first-child {
    max-width: 4em;
  }
  .c-table--worktable tr th, .c-table--worktable tr td {
    height: 100%;
    padding: 8px;
    font-size: 12px;
  }
  .c-table--worktable tr th.time-cell {
    width: 100%;
    height: auto;
  }
  main .point li a img {
    width: 14vw;
    margin-bottom: 5px;
  }
  .c-label {
    display: inline-block;
    padding: 1vw 13vw;
    border: solid 1px #6bb42a;
    color: #6bb42a;
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 425px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

.c-ttl {
  color: #fff;
  font-size: 8vw;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.c-ttl-lv1 {
  margin-bottom: 5vw;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-ttl-lv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #333;
  font-size: 4.5vw;
  font-weight: 500;
}
.c-ttl-lv2::before, .c-ttl-lv2::after {
  flex-grow: 1;
  border-top: 1px solid #333;
  content: "";
}
.c-ttl-lv2::before {
  margin-right: 1em;
}
.c-ttl-lv2::after {
  margin-left: 1em;
}

.c-ttl-lv3 {
  margin-bottom: 10px;
  color: #6bb42a;
  font-size: 4.5vw;
  font-weight: 500;
}
#link01, #link02, #link03, #link04, #link05 {
  margin-top: -15vw;
  padding-top: 15vw;
}
  .globalnavi ul {
    background-color: #6bb42a;
  }
  .globalnavi .no-dropdown a,
  .globalnavi .menu-dropdown-icon a {
    display: block;
    width: auto;
    height: auto;
    padding: 0.7em;
    border-bottom: 1px solid #fff;
    border-left: none;
    background: url(../img/common/arrow3.png) 95% center no-repeat;
    background-size: 0.7em;
    font-size: 4vw;
    text-align: left;
  }
  .globalnavi .menu-dropdown-icon {
    position: relative;
  }
  .globalnavi .menu-dropdown-icon a {
    background: none;
  }
  .globalnavi .icon {
    display: block;
    position: absolute;
    top: 0em;
    right: 0em;
    width: 13.5vw;
    background: none;
    color: #FFF;
    text-align: center;
  }
  .header_fixed .globalnavi .menu-child {
    top: 0;
  }
  .globalnavi .icon:after {
    font-size: 8vw;
    content: "+";
  }
  .globalnavi .btn {
    background-color: #6bb42a;
  }
  .globalnavi .menu-child {
    position: inherit;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  header .right .btn p {
    width: 31vw;
  }
  .l-mv {
    padding: 75px 0;
  }
  .c-dl-btn {
    width: 90%;
    margin: 30px auto;
    font-size: 14px;
  }
  .c-pdf {
    height: 80vw;
  }
  .p-graph {
    margin: 0 0 80px;
  }
  .outpatient_area .c-table th {
    width: auto;
    padding: 5px 10px;
  }
  .rehabilitation_area .p-link-area {
    flex-direction: column;
    margin: 40px auto;
  }
  .rehabilitation_area .p-link-area .c-link-btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow > ul > li {
    padding: 15px 0px;
  }

  .flow > ul > li .in .text {
    padding-left: 0;
    color: #6bb42a;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: 0;
    margin-bottom: 3vw;
    display: inline-block;
  }

  .flow > ul > li span.square {
    padding: 1vw;
    border: 1px solid #6bb42a;
    color: #6bb42a;
    font-family: "Lato", sans-serif;
    font-size: 3vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flow > ul > li span.asterisk {
    position: absolute;
    top: 0.5vw;
    left: 2vw;
  }

  .flow > ul > li .in {
    padding-left: 7.7vw;
    text-indent: 0;
    position: relative;
  }
  .c-btn_box {
    font-size: 4vw;
    text-align: center;
  }

  .c-btn_box button {
    margin: 10px auto 0;
    font-size: 3.5vw;
  }
  .list-area {
    width: 100%;
    margin: 0 auto 30px;
  }

  .list-area__ttl {
    width: 185px;
    margin: 0 auto 20px;
    border-radius: 6px;
    background: #6bb42a;
    color: #fff;
    font-size: 5vw;
    line-height: 2.2;
    text-align: center;
  }
  .point__item {
    width: 100%;
    margin: 0 auto 20px;
  }

  .point__img {
    margin-right: 10px;
  }

  .point__img img {
    display: block;
    width: 80px;
  }

  .point__head {
    margin-bottom: 5px;
    font-style: 18px;
  }

  .point__text-area {
    width: calc(100% - 40px);
    margin-top: 0;
  }
  .c-table_color {
    width: 100%;
    margin: 0 auto 10px;
  }

  .c-table_color th {
    font-size: 3.5vw;
  }

  .c-table_color tr:nth-child(1) th {
    height: 8vw;
  }

  .c-table_color tr:nth-child(2) th {
    width: 20%;
    height: 15vw;
    background: #f6ca00;
  }

  .c-table_color tr:nth-child(3) th {
    height: 15vw;
  }

  .c-table_color .num {
    font-size: 4.5vw;
  }

  .c-table--worktable tr th.time-cell {
    width: auto;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .recruit_appeal_nav li:nth-of-type(2) h3 {
    background: url(../../assets/img/recruit/recruit_appeal02_bg.svg) no-repeat center 10px;
    background-size: 73px;
  }

  .recruit_appeal_nav li:nth-of-type(3) h3 {
    background: url(../../assets/img/recruit/recruit_appeal03_bg.svg) no-repeat center 10px;
    background-size: 80px;
  }
}

.news_area h2 {
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  color: #6bb42a;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.8;
}
.news_area h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #6bb42a;
  padding-right: 1em;
}
.news_naiyou h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #6bb42a;
  text-align: center;
}
.news_naiyou h1 {
  line-height: 1.8;
}
.news_naiyou h4 {
  line-height: 1.8;
}
.news_naiyou h5 {
  line-height: 1.8;
}
.news_naiyou h6 {
  line-height: 1.8;
}
.news_naiyou pre {
  line-height: 1.8;
  margin-bottom: 20px;
}
.news_naiyou p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.news_naiyou ul {
  margin: 1em 0 2em;
}
.news_naiyou ul li {
  line-height: 2;
  position: relative;
  padding-left: 1.4em;
}
.news_naiyou ul li::after{
  content: "※";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.news_naiyou ol {
  margin: 1em 0 2em;
}
.news_naiyou ol li {
  list-style: decimal;
  margin-left: 1.4em;
  line-height: 2;
  margin-bottom: 0;
}
.news_area .back a {
  display: block;
  width: 300px;
  margin: 50px auto;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6bb42a;
  border: 1px solid #6bb42a;
}

@media (max-width: 767px) {
  .news_area h2 {
    padding-bottom: 0;
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    color: #6bb42a;
    padding-left: 1em;
    padding-right: 1em;
  }
  .news_area h2 span {
    font-size: 4vw;
    font-weight: 400;
    color: #6bb42a;
    padding-right: 0em;
  }
  .news_area .news_naiyou h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 3vw;
    font-weight: 500;
    color: #6bb42a;
    text-align: center;
  }
  .c-dl-btn {
    width: 100%;
    display: block;
    position: relative;
    margin: 30px auto 0;
    padding: 20px 0;
    border: 1px solid #F6CA01;
    border-radius: 5px;
    background-color: #F6CA01;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
  }
  .c-dl-btn:hover {
    text-decoration: none;
  }
  .p-banner-slider {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
  }
}

.peculiarity .inner p.male {
  background: rgba(107, 180, 42, 0.8);
}
.peculiarity .inner p.female {
  background: rgba(239, 132, 101, 0.8);
}

/* 間中病院の基本方針で使用しているリスト */
.policy li {
  position: relative;
  margin: 0 0 8px 1.3em;
  padding: 0 0 0 0;
  line-height: 1.5;
  counter-increment: num;
  border: none;
  text-indent: 0;
  font-size: 18px;
}
.policy li::before {
  position: absolute;
  top: -1px;
  left: -1.3em;
  font-family: "Lato", sans-serif;
  line-height: 1.8;
  content: counter(num);
}
@media (max-width: 767px){
  .policy li {
    position: relative;
    margin: 0 0 8px 1.3em;
    padding: 0 0 0 0;
    line-height: 1.5;
    counter-increment: num;
    border: none;
    text-indent: 0;
    font-size: 3.5vw;
  }
  .policy li::before {
    position: absolute;
    top: -1px;
    left: -1.3em;
    font-family: "Lato", sans-serif;
    line-height: 1.8;
    content: counter(num);
  }
  .c-table {
    width: 100%;
    margin: 30px 0 80px;
    border: 1px solid #6bb42a;
    border-collapse: collapse;
  }
  .c-table th {
    width: 26%;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    background-color: #6bb42a;
    color: #fff;
    font-size: 3.5vw;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    vertical-align: middle;
  }
  .c-table tr:last-child th {
    border-bottom: 1px solid #6bb42a;
  }
  .c-table td {
    padding: 15px 10px;
    border: 1px solid #6bb42a;
    color: #333333;
    font-size: 3.5vw;
    vertical-align: middle;
  }
}

@media (max-width: 768px){
  /* 健診・人間ドック */
.c-table02 {
  width: 100%;
  margin: 3vw 0 5vw;
  border: 1px solid #6bb42a;
  border-collapse: collapse;
}
.c-table02 tr:first-child th {
  padding: 10px 10px;
  background-color: #6bb42a;
  color: #fff;
  font-size: 3.5vw;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.c-table02 tr:first-child th span {
  font-size: 3vw;
}
.c-table02 tr:first-child th:nth-child(1){
  width: auto;
}
.c-table02 tr:first-child th:nth-child(2){
  width: auto;
  border-right: none;
}

.c-table02 td {
  padding: 15px 10px;
  border: 1px solid #6bb42a;
  color: #333333;
  font-size: 3.5vw;
  vertical-align: middle;
}
.c-table02 td span {
  font-size: 3vw;
}
.c-table02 tr:nth-child(2) td:nth-child(1) {
  width: 34%;
}
.c-table02 tr:nth-child(2) td:nth-child(2) {
  width: 36%;
}
.c-table02 td:last-child {
  text-align: right;
}
}

/* 外来のご案内 */

.outpatient_area .p-graph{
  width: 800px;
  margin: 0 auto;
}
.outpatient_area .p-graph .c-table {
  margin-bottom: 20px;
}
.outpatient_area .p-graph .table_wrapper {
  margin-bottom: 210px;
}
.outpatient_area .p-graph .c-table th {
  border-left: 1px solid #6bb42a;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.outpatient_area .p-graph .c-table tr:last-child .time-cell {
  border-bottom: 1px solid #6bb42a;
}
.outpatient_area .p-graph .c-table tr:first-child th:last-child {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #6bb42a;
}
.outpatient_area .txt-time{
  font-size: 24px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px){
  .outpatient_area .p-graph{
    width: 100%;
    margin: 0 auto;
  }
  .outpatient_area .p-graph .c-table th {
    border-left: 1px solid #fff;
    border-right: none;
  }
  .outpatient_area .p-graph .c-table tr .time-cell {
    border-left: none;
    border-right: 1px solid #fff;
    white-space: nowrap;
    line-height: 1.2;
  }
  .outpatient_area .p-graph .c-table tr:first-child th {
    border-left: none;
    border-right: 1px solid #fff;
  }
  .outpatient_area .p-graph .c-table tr:last-child .time-cell {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #6bb42a;
  }
  .outpatient_area .p-graph .c-table tr:first-child th:last-child {
    border-bottom: 1px solid #6bb42a;
    border-right: 1px solid #fff;
  }
  .outpatient_area .p-graph .c-table {
    margin-bottom: 10px;
  }
  .outpatient_area .p-graph .table_wrapper {
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .outpatient_area .p-graph .table_wrapper:last-child {
    margin-bottom: 0px;
  }
  .outpatient_area .txt-time{
    font-size: 4vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width:769px) {
  .globalnavi li.second {
    width: calc((100% / 8) - 1px);
  }
}


.privacy_area .privacy p, .privacy_area .privacy ul li, .privacy_area .privacy ol li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1.28px;
}
@media screen and (max-width:767px) {
  .privacy_area .privacy p, .privacy_area .privacy ul li, .privacy_area .privacy ol li {
  margin-bottom: 15px;
  font-size: 3.5vw;
  }
  .privacy_area .privacy ul li,.privacy ol li {
  margin-bottom: 1vw;
  }
}
.privacy_area .privacy ol li {
  list-style: decimal;
}
.privacy_area .privacy ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.privacy_area .privacy ol li ol {
  margin-top: 15px;
}
.privacy_area .privacy ol li ol li {
  line-height: 1.5;
}


*{
  box-sizing: border-box;
}
.pc-on {
    display: block;
}
.pc-in {
    display: inline;
}
.pc-inblock {
    display: inline-block;
}
.sp-on {
    display: none;
}
.sp-in {
    display: none;
}
.sp-inblock {
    display: none;
}

@media screen and (max-width:767px) {
  .pc-on {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .pc-inblock {
    display: none;
  }
  .sp-on {
    display: block;
  }
  .sp-in {
    display: inline;
  }
  .sp-inblock {
    display: inline-block;
  }
}
