@charset "UTF-8";
/********************************
/********************************
/********************************

l_common

********************************/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

#wrapper {
  min-width: 320px;
  margin: 0 auto;
  overflow: visible;
}

.mb3r {
  margin-bottom: 3rem;
}

.mb2r {
  margin-bottom: 2rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb10p {
  margin-bottom: 10%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt50 {
  margin-top: 50px;
}

.center_p {
  margin-right: auto;
  margin-left: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.lh2 {
  line-height: 2;
}

.lh3 {
  line-height: 3;
}

.onel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none {
  display: none;
}

.tab_sm {
  display: none;
}

.left {
  padding-right: 2rem;
}

.right {
  padding-left: 2rem;
}

.inner {
  padding: 100px 35px 100px 0;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.btn {
  background: #ffbe10;
  color: #ffffff;
  position: relative;
  border-radius: 10px;
  padding: .5rem 5rem;
  text-align: center;
  font-size: 14px;
  border: 2px solid #ffbe10;
}

.btn:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.btn.rev:after {
  content: "\f053";
  right: auto;
  left: 1rem;
}

.btn span {
  display: inline-block;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  color: #ffbe10;
  background: #ffffff;
  opacity: 1;
}

.tel a {
  color: #323944;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}

/********** 見出し heading **********/
.bdb_heading {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-weight: bold;
}

.block_heading {
  width: 200px;
  background: #ffbe10;
  color: #fff;
  padding: .75rem 1rem;
  text-align: center;
}

.ub_heading {
  position: relative;
  margin-bottom: 6rem;
  text-align: center;
}

.ub_heading:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -3rem;
  height: 3px;
  width: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ub_heading.mc:after {
  background: #ffbe10;
}

.bdl_heading {
  position: relative;
  color: #ffffff;
  background: #ffbe10;
  padding: .5rem .5rem .5rem 2rem;
}

.bdl_heading:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  background: #ffffff;
  width: 5px;
  height: calc(100% - 10px);
}

.bdb_dashed_heading {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}

.bdb_dashed_heading span {
  font-size: 18px;
  display: block;
}

.mc {
  color: #ffbe10;
}

.orange {
  color: #ff7d01;
}

.rb {
  color: #333333;
}

/********** 画像表示 **********/
.ofimg {
  width: 100%;
  overflow: hidden;
}

.ofimg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';


}

.bgly {
  position: relative;
}

.bgly:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #fff7e2;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .inner {
    padding: 40px 0;
  }
  .left {
    padding-right: 1rem;
  }
  .right {
    padding-left: 1rem;
  }
  .ub_heading {
    margin-bottom: 4rem;
  }
  .ub_heading:after {
    bottom: -2rem;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .inner {
    padding: 30px 0;
  }
  .left {
    padding-right: 0;
  }
  .right {
    padding-left: 0;
  }
  .ub_heading {
    margin-bottom: 2rem;
  }
  .ub_heading:after {
    bottom: -1rem;
  }
  .sp100 {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_header,gnav,footer

********************************/
.toppage header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.h-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

header .logo {
  max-width: 300px;
  margin-left: 3rem;
}

.global_m {
  background: #ffbe10;
  padding: 1rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.global_m .nav_wrap {
  width: 1000px;
  margin: auto;
}

.global_m .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global_m .nav_wrap li {
  text-align: center;
  position: relative;
}

.global_m .nav_wrap li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff;
  height: 1.5rem;
  width: 1px;
}

.global_m .nav_wrap li:first-child:before {
  display: none;
}

.global_m .nav_wrap li a {
  font-size: 14px;
  color: #ffffff;
  padding: .25rem .75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.global_m .nav_wrap li a:hover {
  color: #ffbe10;
}

.global_m.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
  box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
  padding: .5rem 1rem;
}

.global_m #acco_menu {
  display: none;
}

footer {
  position: relative;
  background: #fff7e2;
}

footer:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/133.167.115.245/html/images/common/footer_top.jpg) no-repeat;
  z-index: 0;
  height: 20%;
  width: 100%;
  background-size: contain;
  top: 0;
  left: 0;
}

footer .all_nav ul {
  width: 25%;
  margin-bottom: 3rem;
}

footer .all_nav ul.wide {
  width: 40%;
}

footer .all_nav ul.f-logo {
  margin-left: auto;
  width: 300px;
}

footer .all_nav ul li {
  padding: 0 1rem .25rem 0;
}

footer .all_nav ul li a.hvr-underline-from-left:before,
#gnav .all_nav ul li a.hvr-underline-from-left:before {
  background: #ff7d01;
}

.hvr-underline-from-left:before {
  background: #ff7d01;
}


footer .all_nav .h {
  color: #ff7d01;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

footer .all_nav .hh {
  font-weight: bold;
  margin-top: 1rem;
}

footer .fixed_btn {
  position: fixed;
  right: -2px;
  top: 15%;
  z-index: 161;
  border-radius: 15px 0 0 15px;
  background: #ffffff;
  border: 2px solid #ffbe10;
  width: 70px;
}

footer .fixed_btn a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1rem 1rem 2rem;
  color: #ffbe10;
  position: relative;
  line-height: 1.2;
  letter-spacing: 2px;
  display: block;
}

footer .fixed_btn a span {
  display: block;
  font-weight: bold;
}

footer .copy {
  background: #ffbe10;
  color: #ffffff;
  padding: .5rem;
  text-align: center;
}

/********************************
/********************************

m_header,gnav,footer

********************************/
@media only screen and (max-width: 1024px) {
  .toppage header {
    position: relative;
  }
  header .logo {
    width: 35%;
    margin: 0;
  }
  .h-inner {
    padding: 1rem 0;
  }
  #gnav .toggle {
    background: #ffbe10;
  }
  .global_m {
    padding: 0;
  }
  .global_m .nav_wrap {
    display: none;
  }
  .global_m #acco_menu {
    display: block;
  }
  .global_m #acco_menu .all_nav {
    max-width: auto;
    width: 92%;
    margin: auto;
  }
  .global_m #acco_menu ul {
    width: 30%;
    margin: 0 1rem 3rem 0;
  }
  .global_m #acco_menu li {
    border-bottom: none;
    font-size: 14px;
  }
  .global_m #acco_menu li a {
    padding: .5rem;
    font-size: 14px;
  }
  .global_m #acco_menu .h {
    color: #ff7d01;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .global_m #acco_menu .hh {
    font-weight: bold;
  }
  .global_m #acco_menu .f-logo {
    display: none;
  }
  footer .all_nav ul,
  footer .all_nav ul.wide {
    width: 50%;
  }
  footer .all_nav ul:nth-of-type(even) li {
    padding: 0;
  }
  footer .all_nav ul.f-logo {
    width: 50%;
    margin: 0 auto 3rem;
  }
  footer .copy {
    padding-bottom: 80px;
  }
  footer .fixed_btn {
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    top: auto;
    border: none;
  }
  footer .fixed_btn a {
    display: block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: .5rem;
    text-align: center;
    background: #ff7d01;
    color: #ffffff;
  }
  
  footer .fixed_btn.ab a {
    border-top: 2px solid #ff7d01;
    background: #fff7e2;
    color: #ff7d01;
  }
  
  footer .fixed_btn a span {
    display: block;
    font-weight: bold;
    color: #ffffff;
    padding-top: 0.5rem;
  }

  footer .fixed_btn.ab a span{
    color: #ff7d01;
  }  
  
}

/********************************

s_header,gnav,footer

********************************/
@media only screen and (max-width: 599px) {
  header .logo {
    width: 50%;
  }
  
  .global_m #acco_menu ul {
    width: 96%;
  }
  footer .fixed_btn a {
    letter-spacing: 0;
  }
  footer .all_nav ul,
  footer .all_nav ul.wide,
  footer .all_nav ul.f-logo {
    width: 100%;
  }
  footer .all_nav ul .pic,
  footer .all_nav ul.wide .pic,
  footer .all_nav ul.f-logo .pic {
    width: 100%;
  }
}

/********************************
/********************************



/********************************

l_index（01.index | トップページ)

********************************/

.hvr-underline-from-left2:before {
  background: #ff7d01;
}

.toppage .mainimg .ofimg {
  position: relative;
  max-height: 600px;
}

.toppage .mainimg .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.toppage .mainimg .ofimg:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.t-news {
  overflow: hidden;
}

.t-news .inner {
  position: relative;
}

.t-news .inner:before {
  position: absolute;
  background: #ffffff;
  width: 3500px;
  height: 3500px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -2;
  content: "";
}

.t-news .h {
  display: inline-block;
  border-top: 1px solid #ff7d01;
  border-left: 1px solid #ff7d01;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.t-news dl {
  margin-left: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.t-news dt {
  width: 8em;
  padding-right: 2em;
}

.t-news dd {
  width: calc(100% - 8em);
}

.t-info .logo {
  max-width: 300px;
  margin: 0 auto 3rem;
}

.t-info table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.t-info table th,
.t-info table td {
  text-align: center;
  padding: .2rem;
}

.t-info table th {
  background: #ffbe10;
  color: #ffffff;
  border-right: 1px solid #fff;
}

.t-info table th:last-child {
  border-right: 1px solid #ffbe10;
}

.t-info table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.t-info table td:last-child {
  border-right: 1px solid #ccc;
}

.t-menu li {
  position: relative;
  width: 25%;
  padding: 1rem;
  vertical-align: top;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.t-menu li:nth-child(n + 5) {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.t-menu li:nth-child(4n) {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.t-menu li:last-child {
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.t-menu li .h {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  color: currentColor;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.t-menu li .h dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-menu li .h .s {
  color: #bbb;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.t-menu li .p {
  position: relative;
  z-index: 1;
  color: currentColor;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 auto;
  width: 95%;
}

.t-menu li .i {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 auto 30px;
}

.t-menu li .i img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
  transition: all 0.25s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
}

.t-menu li .i:after {
  position: absolute;
  display: block;
  content: "";
  width: 85px;
  height: 85px;
  margin: 0 auto;
  z-index: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  background-color: #69add7;
}

.t-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  transition: color 0.3s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}

.t-menu li a:hover {
  opacity: 1;
}

.t-menu li a:hover .h dt,
.t-menu li a:hover .h dd,
.t-menu li a:hover .p {
  color: #fff;
}

.t-menu li a:hover .i img {
  -webkkit-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-menu li a:hover .i:after {
  -webkit-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
  background-color: #34a6eb;
}

.t-menu li:hover {
  color: #000;
  z-index: 1;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 5px 25px rgba(0, 0, 0, 0.2);
}

.t-menu li:active {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.t-menu li:nth-child(1) .i:after {
  background-color: #92d9eb;
}

.t-menu li:nth-child(1) a:hover .i:after {
  background-color: #27b3d6;
}

.t-menu li:nth-child(2) .i:after {
  background-color: #e5a6d1;
}

.t-menu li:nth-child(2) a:hover .i:after {
  background-color: #c8439e;
}

.t-menu li:nth-child(3) .i:after {
  background-color: #89d7a3;
}

.t-menu li:nth-child(3) a:hover .i:after {
  background-color: #39a85e;
}

.t-menu li:nth-child(4) .i:after {
  background-color: #ebc691;
}

.t-menu li:nth-child(4) a:hover .i:after {
  background-color: #d68e27;
}

.t-menu li:nth-child(5) .i:after {
  background-color: #d6d86b;
}

.t-menu li:nth-child(5) a:hover .i:after {
  background-color: #999b29;
}

.t-menu li:nth-child(6) .i:after {
  background-color: #a7bfe5;
}

.t-menu li:nth-child(6) a:hover .i:after {
  background-color: #4577c8;
}

.t-menu li:nth-child(7) .i:after {
  background-color: #ed8aa6;
}

.t-menu li:nth-child(7) a:hover .i:after {
  background-color: #e34874;
}

.t-menu li:nth-child(8) .i:after {
  background-color: #a89be0;
}

.t-menu li:nth-child(8) a:hover .i:after {
  background-color: #7561ce;
}

/********************************
/********************************

m_index(01.index | トップページ)

********************************/
@media only screen and (max-width: 1024px) {
  .t-news .w65 {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .t-news .w35 {
    width: 100%;
    text-align: center;
  }
  .t-info .w50 {
    width: 100%;
    padding: 0;
  }
  .t-info .w50 .pic {
    width: 80%;
    margin: 2rem auto 0;
  }
  .t-menu li {
    width: 50%;
  }
  .t-menu li:nth-child(even) {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  }
}

/********************************

s_index（01.index | トップページ)

********************************/
@media only screen and (max-width: 599px) {
  .t-news dl {
    margin-left: 0;
  }
  .t-news dt {
    width: 100%;
  }
  .t-news dd {
    width: 100%;
  }
  .t-menu li {
    width: 98%;
    margin: auto;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .t-menu .heightline-tmenuh,
  .t-menu .heightline-menup {
    height: auto !important;
  }
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage {
  /********** l_pager **********/
}

.underpage .mainimg {
  position: relative;
  max-width: 1600px;
  margin: auto;
  overflow: visible;
  margin-bottom: 30px;
}

.underpage .mainimg .ofimg {
  position: relative;
}

.underpage .mainimg .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.underpage .mainimg .ofimg:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.underpage .mainimg:after {
  position: absolute;
  display: block;
  background: #ffbe10;
  height: 30px;
  width: 100%;
  bottom: -30px;
  content: "";
  z-index: 2;
}

.underpage .mainimg .h2_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.underpage .mainimg .h2_wrap .h {
  color: #ffffff;
  text-align: center;
  background: rgba(255, 190, 16, 0.6);
  padding: 1rem;
}

.underpage .breadcrumb {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 14px;
}

.underpage .alternate .flex {
  margin-bottom: 50px;
}

.underpage .alternate .flex .text_side {
  width: 70%;
  padding-right: 2rem;
}
.underpage .alternate .flex .text_side .br {
  display: none;
}
.underpage .alternate .flex .img_side {
  width: 30%;
}

.underpage .alternate .flex .ofimg {
  position: relative;
}

.underpage .alternate .flex .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.underpage .alternate .flex .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.underpage .alternate .flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.underpage .alternate .flex:nth-child(even) .text_side {
  padding-right: 0;
  padding-left: 2rem;
}

.underpage .table_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.underpage .table_dl .head dt,
.underpage .table_dl .head dd {
  padding: .5rem;
  text-align: center;
  background: #ffbe10;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.underpage .table_dl .head dd {
  border-left: 1px solid #fff;
}

.underpage .table_dl .body dl {
  background: #ffffff;
}

.underpage .table_dl .body dl:nth-of-type(even) {
  background: #eeeeee;
}

.underpage .table_dl .body dt,
.underpage .table_dl .body dd {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.underpage .table_dl .body dd {
  text-align: center;
}

.underpage .icon_li li {
  width: 30%;
  margin: 0 auto;
}

.underpage .icon_li .i {
  max-width: 4rem;
  margin: 0 auto 2rem;
}

.underpage .icon_li .h {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.underpage .radius_box {
  width: 100%;
  background: #fff7e2;
  border: 3px solid #ffbe10;
  padding: 2rem;
  border-radius: 10px;
}

.underpage .radius_box .h {
  letter-spacing: 2px;
}

.underpage .radius_box .h span {
  color: #ff6666;
}

.underpage .radius_box a {
  padding: 1rem 3rem;
}

.underpage .sche_li li {
  width: 100%;
  border-bottom: 1px dashed #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.underpage .sche_li dt {
  width: 25%;
  padding-right: 1rem;
}

.underpage .sche_li dd {
  width: 75%;
  line-height: 2;
}

.underpage .has_i i {
  color: #ffbe10;
  margin-left: 1rem;
  font-size: 1.75em;
}

.underpage .list-pager {
  width: 40%;
  margin: 0 auto 3rem;
}

.underpage .list-pager li,
.underpage .list-pager li a,
.underpage .list-pager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.underpage .list-pager li span,
.underpage .list-pager li a,
.underpage .list-pager li a span,
.underpage .list-pager li a a,
.underpage .list-pager li span span,
.underpage .list-pager li span a {
  font-size: 18px;
  width: 100%;
}

.underpage .list-pager li a,
.underpage .list-pager li a a,
.underpage .list-pager li span a {
  color: #000;
  background: #fff;
}

.underpage .list-pager li.prev a,
.underpage .list-pager li.next a,
.underpage .list-pager li a.prev a,
.underpage .list-pager li a.next a,
.underpage .list-pager li span.prev a,
.underpage .list-pager li span.next a {
  color: #000;
}

.underpage .list-pager li.current,
.underpage .list-pager li a.current,
.underpage .list-pager li span.current {
  color: #fff;
  background: #ffbe10;
}

.underpage.arti_two_cols .list-pager {
  width: 60%;
}

.two_cols {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.two_cols .mainarea {
  width: 72%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.two_cols .mainarea .inner{
padding: 100px 50px 100px 0;
}


.two_cols .sidearea {
  width: 28%;
}

.two_cols .sidearea .side_nav .sticky_area {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
}

.side_nav {
  width: 100%;
  padding: 100px 1rem;
  border-right: 1px solid #000;
}

.side_nav .h {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.side_nav li {
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: 0.5rem;
}

.side_nav li a:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/133.167.115.245/html/images/common/tri.png) no-repeat;
  background-size: contain;
  width: 3px;
  height: 6px;
  z-index: 1;
  top: .5rem;
  left: .25rem;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.side_nav li a:hover:before {
  left: .5rem;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .mainimg {
    margin-bottom: 15px;
  }
  .underpage .mainimg:after {
    height: 15px;
    bottom: -15px;
  }
  .underpage .alternate .flex .text_side {
    padding-right: 1rem;
  }
  .underpage .alternate .flex:nth-child(even) .text_side {
    padding-left: 1rem;
  }
  .underpage .icon_li li {
    width: 44%;
    margin: 0 auto 3rem;
  }
  .underpage .list-pager {
    width: 60%;
  }
  .underpage.arti_two_cols .list-pager {
    width: 70%;
  }
  .two_cols .mainarea {
    width: 100%;
    padding: 0;
  }
  .two_cols .sidearea {
    display: none;
  }
  
  .two_cols .mainarea .inner{
   padding: 40px 0; 
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .alternate .flex .text_side .br {
  display:block;
}
  .underpage .mainimg .h2_wrap .h {
    font-size: 20px;
    padding: .5rem 1rem;
  }
  .underpage .mainimg .ofimg:before {
    padding-top: 45%;
  }
  .underpage .alternate .flex .text_side,
  .underpage .alternate .flex .img_side {
    width: 100% !important;
    padding: 0 !important;
  }
  .underpage .alternate .flex .text_side {
    margin-bottom: 1rem;
  }
  .underpage .alternate .flex .pic {
    width: 80%;
  }
  .underpage .icon_li li {
    width: 100%;
  }
  .underpage .sche_li dt {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .underpage .sche_li dd {
    width: 100%;
  }
  .underpage .list-pager {
    width: 100%;
  }
    .two_cols .mainarea .inner{
   padding: 30px 0; 
  }
}

/********************************
/********************************
/********************************

l_staff（02.staff | 院長からのご挨拶・スタッフ紹介)

********************************/
.staff .staff_wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 6%;
}

.staff .staff_wrap .name {
  font-weight: bold;
}

.staff .staff_wrap .name span {
  padding-right: 2rem;
}

.staff .staff_wrap .message i {
  padding-left: 1rem;
}

.staff .square_li li {
  width: 25%;
  margin: 0 10% 5% 0;
}

.staff .square_li li:nth-child(3n) {
  margin-right: 0;
}

.staff .square_li li .ofimg {
  position: relative;
}

.staff .square_li li .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.staff .square_li li .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.staff .staff_wrap .right .pb5 {
    padding-bottom: 5px;
    font-size: 16px !important;
}
.staff .staff_wrap .right dl {
    width: 100%;
    padding-bottom: 5px;
}
.staff .staff_wrap .right dt {
    width: 22%;
    padding-right: 2%;
}
.staff .staff_wrap .right dd {
    width: 78%;
}
.staff .staff_wrap .right dd .br {
  display: none;
}

/********************************
/********************************

m_staff(02.staff | 院長からのご挨拶・スタッフ紹介)

********************************/
@media only screen and (max-width: 1024px) {
  .staff .square_li li {
    width: 31%;
    margin: 0 3% 5% 0;
  }
}

/********************************

s_staff（02.staff | 院長からのご挨拶・スタッフ紹介)

********************************/
@media only screen and (max-width: 599px) {
.staff .square_li li {
    width: 48% !important;
    margin: 0 4% 6% 0 !important;
  }
.staff .square_li li:nth-child(even) {
    margin-right: 0 !important;
  }
.staff .staff_wrap .right dt {
    width: 100%;
    padding-right: 0;
}
.staff .staff_wrap .right dd {
    width: 100%;
}
.staff .staff_wrap .right dd .br {
  display: block;
}
}

/********************************
/********************************
/********************************

l_about（03.about | メディケアクリニックの理念・法人概要)

********************************/
.about .about02 .dl_wrap {
  padding-left: 3rem;
}

.about .about02 dl {
  margin-bottom: 1.5rem;
}

.about .about02 dt {
  width: 15%;
  text-align: right;
  font-weight: bold;
}

.about .about02 dd {
  width: 85%;
  padding-left: 2rem;
}

.about .about02 dd dl {
  margin-bottom: 0.5rem;
}

.about .about02 dd dt {
  text-align: left;
  font-weight: normal;
  width: 15%;
}

.about .about02 dd dd {
  width: 85%;
  padding-left: 1rem;
}

.about .soshiki_li {
  position: relative;
}

.about .soshiki_li li {
  position: relative;
  margin: auto;
}

.about .soshiki_li li span {
  background: #ffbe10;
  width: 80%;
  display: inline-block;
  color: #ffffff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .soshiki_li li ul {
  border-left: 3px solid #666;
  margin: 0 0 0 3rem;
  padding-top: 2rem;
}

.about .soshiki_li li li {
  position: relative;
  background: #fff7e2;
  color: #333;
  padding: 1rem;
  margin: 0 0 2rem 5rem;
  width: 70%;
}

.about .soshiki_li li li:before {
  position: absolute;
  top: 1.5rem;
  left: -5rem;
  display: block;
  content: "";
  background: #666666;
  height: 3px;
  width: 5rem;
}

.about .soshiki_li li li:last-child:after {
  position: absolute;
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
  top: calc(1.5rem + 3px);
  left: calc(-5rem - 3px);
  background: #fff;
  z-index: 2;
}

/********************************
/********************************

m_about(03.about | メディケアクリニックの理念・法人概要)

********************************/
@media only screen and (max-width: 1024px) {
  .about .about02 .dl_wrap {
    padding-left: 1.5rem;
  }
  .about .about02 dt {
    width: 100%;
    text-align: left;
  }
  .about .about02 dd {
    width: 100%;
    padding-left: 1rem;
  }
  .about .about02 dd dt,
  .about .about02 dd dd {
    width: 100%;
  }
}

/********************************

s_about（03.about | メディケアクリニックの理念・法人概要)

********************************/
@media only screen and (max-width: 599px) {
  .about .about02 .dl_wrap {
    padding-left: 0;
  }
  .about .soshiki_li li span {
    width: 100%;
    padding: 1rem;
  }
  .about .soshiki_li li li {
    margin: 0 0 2rem 2rem;
    width: calc(100% - 2rem);
  }
  .about .soshiki_li li li:before {
    left: -2rem;
    width: 2rem;
  }
  .about .soshiki_li li ul {
    margin: 0 0 0 1rem;
  }
}

/********************************
/********************************
/********************************

l_gairai（04.gairai | 外来診療案内)

********************************/
.gairai .bdb_dl dt {
  padding: 2rem 0;
  width: 25%;
  border-bottom: 3px solid #ffbe10;
  font-size: 18px;
  font-weight: bold;
}

.gairai .bdb_dl dd {
  width: 75%;
  padding: 2rem 0;
  border-bottom: 3px solid #ccc;
}

.gairai .bdb_dl dl:last-of-type {
  margin-bottom: 2rem;
}

.gairai .t-info th,
.gairai .t-info td {
  font-size: 18px;
  padding: 1rem;
}

.gairai .t-info td {
  background: #fff7e2;
  border-color: #fff;
}

.gairai .t-info td:last-child {
  border-color: #fff7e2;
}

.gairai .gairai04 li {
  width: 32%;
  margin: 0 auto 3rem;
}

.gairai .gairai04 .ofimg {
  position: relative;
}

.gairai .gairai04 .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gairai .gairai04 .ofimg:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.gairai .gairai04 .ofimg.tate:before {
  content: "";
  display: block;
  padding-top: 125%;
}

/********************************
/********************************

m_gairai(04.gairai | 外来診療案内)

********************************/
/********************************

s_gairai（04.gairai | 外来診療案内)

********************************/
@media only screen and (max-width: 599px) {
  .gairai .bdb_dl dt {
    width: 100%;
    padding: 0 0 .5rem;
    border-bottom: 1px solid #ffbe10;
    margin-top: 1rem;
  }
  .gairai .bdb_dl dd {
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .gairai .t-info {
    overflow-x: auto;
    margin-bottom: 1rem;
  }
  .gairai .t-info table {
    width: 700px;
    margin-bottom: 0;
  }
  .gairai .t-info::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
  }
  .gairai .t-info::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #ccc;
  }
  .gairai .t-info::-webkit-scrollbar-thumb {
    background: #ff7d01;
    border-radius: 2px;
  }
  .gairai .t-info::-webkit-scrollbar-thumb:horizontal {
    background: #ff7d01;
    border-radius: 2px;
  }
  .gairai .gairai04 li {
    width: 80%;
  }
}

/********************************
/********************************
/********************************

l_shinryo（05.shinryo | 診療内容)

********************************/
/********************************
/********************************

m_shinryo(05.shinryo | 診療内容)

********************************/
/********************************

s_shinryo（05.shinryo | 診療内容)

********************************/
/********************************
/********************************
/********************************

l_houmon（06.houmon | 訪問診療とは)

********************************/
.houmon .box {
  padding: 2rem;
  position: relative;
}

.houmon .box .list_wrap {
  width: 90%;
  padding-left: 10%;
}

.houmon .box .list_wrap .ill {
  width: 25%;
}

.houmon .box .list_area {
  width: 75%;
  padding-right: 1rem;
}

.houmon .box .dot_li li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}

.houmon .box .block {
  background: #ffbe10;
  padding: .75rem;
  color: #ffffff;
  width: 90%;
  margin-right: auto;
}

.houmon .box .areamap {
  width: 80%;
  margin: auto;
}

/********************************
/********************************

m_houmon(06.houmon | 訪問診療とは)

********************************/
@media only screen and (max-width: 1024px) {
  .houmon .box .list_wrap,
  .houmon .box .list_area {
    width: 100%;
    padding: 0;
  }
  .houmon .box .block {
    margin: 0 auto 2rem;
  }
  .houmon .box .list_wrap .ill {
    margin: auto;
  }
}

/********************************

s_houmon（06.houmon | 訪問診療とは)

********************************/
@media only screen and (max-width: 599px) {
  .houmon .box {
    padding: 1rem;
  }
  .houmon .box .list_wrap .ill {
    width: 50%;
  }
}

/********************************
/********************************
/********************************

l_houmonarea（07.houmonarea | 訪問エリア)

********************************/
/********************************
/********************************

m_houmonarea(07.houmonarea | 訪問エリア)

********************************/
/********************************

s_houmonarea（07.houmonarea | 訪問エリア)

********************************/
/********************************
/********************************
/********************************

l_price（08.price | 診療費のご案内)

********************************/
.price .inside {
  padding: 1rem 2em;
}

.price .box_heading {
  background: #ffbe10;
  color: #ffffff;
  padding: .5rem 2rem;
}

.price .g_block {
  display: inline-block;
}

.price .g_block span {
  background: #eee;
  padding: .5rem 1rem;
  margin-right: 1rem;
}

.price .keisan {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.price .keisan dl {
  border: 1px solid #ccc;
  background: #ffffff;
  border-radius: 5px;
  padding: 1rem;
}

.price .keisan dl dt,
.price .keisan dl dd {
  text-align: center;
  padding-bottom: 1rem;
}

.price .keisan dl dd {
  font-size: 14px;
}

.price .keisan dl dd:first-of-type {
  border-bottom: 1px dashed #ccc;
}

.price .keisan dl dd:last-of-type {
  margin-top: 1rem;
  padding-bottom: 0;
}

.price .keisan .p {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 .5rem;
  font-size: 22px;
}

.price .dashed_li li {
  border-bottom: 1px dashed #000;
  width: 100%;
  background: #ffffff;
  font-size: 22px;
  padding: .25rem 2rem;
}

.price .dashed_li li:first-child {
  border-top: 1px dashed #000;
}

.price .dashed_li li span {
  font-size: 18px;
}

.price .dashed_li li li:first-child {
  border-top: none;
}

.price .dashed_li li li {
  padding: .25rem 0 .25rem 1rem;
}

.price .table_dl dl dt {
  width: 40%;
}

.price .table_dl dl dd:first-of-type {
  width: 35%;
}

.price .table_dl dl dd:last-of-type {
  width: 25%;
}

.price .has_kakko {
  margin: 1rem 0;
}

.price .has_kakko dt {
  position: relative;
  width: 50%;
}

.price .has_kakko dt:after {
  position: absolute;
  display: block;
  top: 0;
  right: -5%;
  content: "";
  background: url(/import/tenant_1/133.167.115.245/html/images/price/kakko.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  z-index: 1;
  background-position: center center;
}

.price .has_kakko dd {
  width: 45%;
  margin-left: 5%;
}

.price .dash_block {
  padding: .75rem;
  border: 2px dashed #ccc;
  background: #ffffff;
}

.price .over70 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.price .over70 td {
  background: #fff;
  padding: 1rem;
  font-size: 14px;
  border: 1px solid #ccc;
}

.price .over70 .th {
  background: #ffbe10;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ffbe10;
  padding: 0;
}

.price .over70 .td_th {
  background: #eeeeee;
  font-size: 16px;
  font-weight: bold;
}

/********************************
/********************************

m_price(08.price | 診療費のご案内)

********************************/
@media only screen and (max-width: 1024px) {
  .price .inside {
    padding: 1rem;
  }
  .price .keisan {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price .keisan .p {
    font-size: 18px;
    padding: 0;
  }
  .price .keisan dl {
    width: 30%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .price .dashed_li li {
    font-size: 18px;
    padding: .25rem 1rem;
  }
  .price .table_dl .head {
    display: none;
  }
  .price .table_dl .body dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price .table_dl .body dt,
  .price .table_dl .body dd:first-of-type,
  .price .table_dl .body dd:last-of-type {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 1rem 1rem;
  }
  .price .table_dl .body dt:before,
  .price .table_dl .body dd:first-of-type:before,
  .price .table_dl .body dd:last-of-type:before {
    padding: .25rem 1rem .25rem;
    margin: 0 -1rem 1rem;
    display: block;
    color: #ffffff;
    background: #ffbe10;
    width: 100%;
    text-align: center;
  }
  .price .table_dl .body dt:before {
    display: block;
    content: "所得区分";
  }
  .price .table_dl .body dd:first-of-type:before {
    display: block;
    content: "自己負担限度額";
  }
  .price .table_dl .body dd:last-of-type:before {
    display: block;
    content: "多数該当";
  }
  .price .over70 {
    overflow-x: scroll;
  }
  .price .over70 table {
    width: 800px;
  }
  .price .over70::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
  }
  .price .over70::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #ccc;
  }
  .price .over70::-webkit-scrollbar-thumb {
    background: #ff7d01;
    border-radius: 2px;
  }
  .price .over70::-webkit-scrollbar-thumb:horizontal {
    background: #ff7d01;
    border-radius: 2px;
  }
}

/********************************

s_price（08.price | 診療費のご案内)

********************************/
@media only screen and (max-width: 599px) {
  .price .keisan dl {
    width: 100%;
  }
  .price .keisan .p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .price .keisan .equal {
    width: auto;
    margin: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .price .box_heading {
    padding: 0.5rem;
  }
  .price .dashed_li li {
    font-size: 16px;
  }
  .price .has_kakko dt,
  .price .has_kakko dd {
    width: 100%;
  }
  .price .has_kakko dt {
    margin-bottom: 50px;
  }
  .price .has_kakko dt:after {
    background: url(/import/tenant_1/133.167.115.245/html/images/price/kakko_w.png) no-repeat;
    bottom: -30px;
    left: auto;
    right: auto;
    top: auto;
    width: 180px;
    height: 20px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/********************************
/********************************
/********************************

l_byoshin_renkei（09.byoshin_renkei | 病診連携)

********************************/
.renkei .table_dl dl dt,
.renkei .table_dl dl dd,
.renkei .table_dl dl dd a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.renkei .table_dl dl dt {
  width: 54%;
}

.renkei .table_dl dl dd:first-of-type {
  width: 23%;
}

.renkei .table_dl dl dd:last-of-type {
  width: 23%;
}

.renkei .table_dl dl dt a {
  position: relative;
}

.renkei .table_dl dl dt a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  padding-left: .5rem;
  font-size: 0.75rem;
  vertical-align: super;
}

.renkei .table_dl .body dl:nth-of-type(even) dd {
  border-left: 1px solid #fff;
}

/********************************
/********************************

m_byoshin_renkei(09.byoshin_renkei | 病診連携)

********************************/
@media only screen and (max-width: 1024px) {
  .renkei .table_dl .head {
    display: none;
  }
  .renkei .table_dl dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .renkei .table_dl dl dt,
  .renkei .table_dl dl dd,
  .renkei .table_dl dl dd a {
    font-size: 16px;
  }
  .renkei .table_dl dl dt {
    width: 100%;
    color: #ffffff;
    background: #ffbe10;
    padding: 0 !important;
  }
  .renkei .table_dl dl dt a {
    padding: .5rem 1rem;
  }
  .renkei .table_dl dl dd {
    width: 50% !important;
  }
  .renkei .table_dl dl dd:first-of-type:before {
    content: "TEL:";
    padding-right: 0.25rem;
  }
  .renkei .table_dl dl dd:last-child:before {
    content: "FAX:";
    padding-right: 0.25rem;
  }
}

/********************************

s_byoshin_renkei（09.byoshin_renkei | 病診連携)

********************************/
/********************************
/********************************
/********************************

l_eiyou（10.eiyou | 栄養ケア・ステーションについて)

********************************/
.eiyou .asp .ofimg {
  position: relative;
}

.eiyou .asp .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.eiyou .asp .ofimg:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.eiyou .topic {
  padding: 2rem;
  margin-bottom: 3rem;
}

.eiyou .topic .tel i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 1.25em;
  padding-right: 0.5rem;
}

.eiyou .topic .box {
  padding: 2rem;
}

.eiyou .topic .h {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: .25rem 0rem;
  background: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 18px;
}

.eiyou .topic .wide {
  width: 100%;
}

.eiyou .topic .wide .box {
  margin: auto;
}

.eiyou .topic .clinic_info dl {
  margin-bottom: 2rem;
}

.eiyou .topic .clinic_info dt {
  width: 25%;
  font-weight: bold;
}

.eiyou .topic .clinic_info dd {
  width: 75%;
  padding-left: 1rem;
}

/********************************
/********************************

m_eiyou(10.eiyou | 栄養ケア・ステーションについて)

********************************/
@media only screen and (max-width: 1024px) {
  .eiyou .topic {
    padding: 1rem;
  }
  .eiyou .topic .box {
    padding: 1rem;
  }
  .eiyou .topic .wide .box {
    width: 75%;
  }
  .eiyou .clinic_info .w48 {
    width: 100%;
  }
}

/********************************

s_eiyou（10.eiyou | 栄養ケア・ステーションについて)

********************************/
@media only screen and (max-width: 599px) {
  .eiyou .asp .w48:first-of-type {
    margin-bottom: 3rem;
  }
  .eiyou .flex .text_side .btn_wrap {
    text-align: center;
  }
  .eiyou .topic {
    padding: 1rem 0;
  }
  .eiyou .topic .wide .box {
    width: 100%;
  }
  .eiyou .topic .clinic_info dt,
  .eiyou .topic .clinic_info dd {
    width: 100%;
    padding: 0;
  }
  .eiyou .topic .clinic_info dt {
    margin-bottom: .5rem;
  }
}

/********************************
/********************************
/********************************

l_kaigo（11.kaigo | 居宅介護支援事業所について)

********************************/
.kaigo .bdb {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: .25rem;
}

.kaigo .topic {
  padding: 2rem;
  margin-bottom: 3rem;
}

.kaigo .dot_li li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.kaigo .dot_li li:before {
  content: "・";
}

.kaigo .slick_wrap {
  margin: auto;
}

.kaigo .slick-slide {
  margin: 0 30px;
}

.kaigo .slick-slide img {
  margin: 0 auto;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
}

.kaigo .slick-prev,
.kaigo .slick-next {
  z-index: 10;
}

.kaigo .slick-next {
  right: 32.5%;
}

.kaigo .slick-next:before {
  content: url(/import/tenant_1/133.167.115.245/html/images/kaigo/next.png);
}

.kaigo .slick-prev {
  left: 32.5%;
}

.kaigo .slick-prev:before {
  content: url(/import/tenant_1/133.167.115.245/html/images/kaigo/prev.png);
}

/********************************
/********************************

m_kaigo(11.kaigo | 居宅介護支援事業所について)

********************************/
@media only screen and (max-width: 1024px) {
  .kaigo .topic {
    padding: 1rem;
  }
  .kaigo .slick-next,
  .kaigo .slick-prev {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    top: 40%;
  }
  .kaigo .slick-next {
    right: 25px;
  }
  .kaigo .slick-prev {
    left: 25px;
  }
}

/********************************

s_kaigo（11.kaigo | 居宅介護支援事業所について)

********************************/
@media only screen and (max-width: 599px) {
  .kaigo .topic {
    padding: 1rem 0;
  }
}

/********************************
/********************************
/********************************

l_renkei_katsudou（12.renkei_katsudou | 連携を深める活動)

********************************/
.r-katsudou .inside {
  position: relative;
  padding: 2rem;
}

.r-katsudou .inside .ill {
  position: absolute;
  width: 120px;
  bottom: 2rem;
  right: 2rem;
}

.r-katsudou .topic_wrap .text_side {
  width: 70%;
  padding: 1rem 2rem 1rem 0;
}

.r-katsudou .topic_wrap .img_side {
  width: 30%;
}

.r-katsudou .topic_wrap .img_side .ofimg {
  position: relative;
}

.r-katsudou .topic_wrap .img_side .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.r-katsudou .topic_wrap .img_side .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.r-katsudou .topic_wrap .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.r-katsudou .topic_wrap .flex.reverse .text_side {
  padding: 1rem 0 1rem 2rem;
}

.big_bnr {
  border: 7px solid #ffbe10;
  position: relative;
  overflow: hidden;
}

.big_bnr a {
  display: block;
}

.big_bnr .ofimg {
  position: relative;
}

.big_bnr .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.big_bnr .ofimg:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.big_bnr .circle {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #ffffff;
  display: inline-block;
  z-index: 3;
}

.big_bnr .circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffbe10;
  display: block;
  content: "";
  border-radius: 50%;
  width: 17rem;
  height: 17rem;
  z-index: -1;
}

.big_bnr .circle:after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  content: "";
  display: inline-block;
  width: 50px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(45deg);
  transform: translate(-50%, 0) skewX(45deg);
}

/********************************
/********************************

m_renkei_katsudou(12.renkei_katsudou | 連携を深める活動)

********************************/
@media only screen and (max-width: 1024px) {
  .r-katsudou .inside {
    padding: 1rem;
  }
  .r-katsudou .inside .ill {
    position: relative;
    margin: 2rem auto 0;
    bottom: 0;
    right: 0;
  }
  .r-katsudou .topic_wrap .flex.reverse .text_side {
    padding: 1rem 0 1rem 1rem;
  }
  .r-katsudou .topic_wrap .text_side {
    padding: 1rem 1rem 1rem 0;
  }
  .big_bnr .circle {
    top: 1rem;
    right: 1rem;
  }
  .big_bnr .circle:before {
    width: 12rem;
    height: 12rem;
  }
}

/********************************

s_renkei_katsudou（12.renkei_katsudou | 連携を深める活動)

********************************/
@media only screen and (max-width: 599px) {
  .r-katsudou .flex .topic_wrap .text_side {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
  }
  .r-katsudou .flex .img_side {
    width: 100%;
  }
  .r-katsudou .flex .img_side .pic {
    width: 80%;
  }
  .big_bnr .circle {
    background: rgba(255, 190, 16, 0.75);
    height: 100%;
    width: 35%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
  .big_bnr .circle:before {
    display: none;
  }
  .big_bnr .circle:after {
    bottom: 1rem;
  }
}

/********************************
/********************************
/********************************

l_msc（13.msc | 連携ソフト(MCS)について)

********************************/
/********************************
/********************************

m_msc(13.msc | 連携ソフト(MCS)について)

********************************/
/********************************

s_msc（13.msc | 連携ソフト(MCS)について)

********************************/
/********************************
/********************************
/********************************

l_chiikikouza（14.chiikikouza | 地域医療講座)

********************************/
.explain .pic_side {
  width: 50%;
}

.explain .pic_side .bigimg {
  width: 70%;
}

.explain .pic_side .bigimg .ofimg {
  position: relative;
}

.explain .pic_side .bigimg .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.explain .pic_side .bigimg .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.explain .pic_side .smallimgs {
  width: 30%;
}

.explain .pic_side .smallimgs .pic {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.explain .pic_side .smallimgs .pic:last-of-type {
  margin-bottom: 0;
}

.explain .pic_side .smallimgs .ofimg {
  position: relative;
}

.explain .pic_side .smallimgs .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.explain .pic_side .smallimgs .ofimg:before {
  content: "";
  display: block;
  padding-top: 68%;
}

.explain .text_side {
  width: 50%;
  padding-left: 2rem;
  line-height: 2;
}

.explain .photo_bnr {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.explain .photo_bnr a {
  display: block;
  position: relative;
}

.explain .photo_bnr a:after {
  position: absolute;
  display: block;
  background: #ffbe10;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
  top: 37%;
  right: -30%;
}

.explain .photo_bnr .ofimg {
  position: relative;
}

.explain .photo_bnr .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.explain .photo_bnr .ofimg:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.explain .photo_bnr .t {
  position: absolute;
  bottom: .25rem;
  text-align: right;
  right: .5rem;
  z-index: 2;
  font-size: 14px;
  color: #ffffff;
}

.explain .reco li {
  width: 32%;
  margin: 0 2% 0 0;
}

.explain .reco li:nth-child(3n) {
  margin-right: 0;
}

.explain .reco a {
  display: block;
}

.explain .reco a.btn {
  padding: .5rem 3rem;
  display: inline-block;
}

.explain .reco .ofimg {
  position: relative;
}

.explain .reco .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.explain .reco .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.explain .reco .ofimg:after {
position: absolute;
    display: block;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffbe10;
}
/********************************
/********************************

m_chiikikouza(14.chiikikouza | 地域医療講座)

********************************/
@media only screen and (max-width: 1024px) {
  .explain .reco li {
    width: 46%;
    margin: 0 auto 3rem !important;
  }
}

/********************************

s_chiikikouza（14.tiikikouza | 地域医療講座)

********************************/
@media only screen and (max-width: 599px) {
  .explain .pic_side {
    width: 100%;
  }
  .explain .pic_side .bigimg {
    width: 100%;
  }
  .explain .pic_side .bigimg .pic {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .explain .pic_side .smallimgs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .explain .pic_side .smallimgs .pic {
    margin: 0;
    width: 30%;
  }
  .explain .text_side {
    padding: 0;
    width: 100%;
  }
  .explain .reco li {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_otoko（15.otoko | 男の介護教室)

********************************/
/********************************
/********************************

m_otoko(15.otoko | 男の介護教室)

********************************/
/********************************

s_otoko（15.otoko | 男の介護教室)

********************************/
/********************************
/********************************
/********************************

l_origami（16.origami | 折紙講座)

********************************/
/********************************
/********************************

m_origami(16.origami | 折紙講座)

********************************/
/********************************

s_origami（16.origami | 折紙講座)

********************************/
/********************************
/********************************
/********************************

l_oshibana（17.oshibana | 押花講座)

********************************/
/********************************
/********************************

m_oshibana(17.oshibana | 押花講座)

********************************/
/********************************

s_oshibana（17.oshibana | 押花講座)

********************************/
/********************************
/********************************
/********************************

l_list（18.list | 活動一覧)

********************************/
.list .list_cat_li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list .list_cat_li li {
  width: 18%;
}
.list .list_cat_li li.all {
    width: 10%;
}
.list .list_cat_li li a {
  display: block;
  font-size: 17px;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  padding: 1rem 0.7rem;
}

.list .list_cat_li li a:hover {
  opacity: 1;
}

.list .list_cat_li li:nth-child(1) a {
  background-color: #92d9eb;
}

.list .list_cat_li li:nth-child(1) a:before {
  background-color: #27b3d6;
}

.list .list_cat_li li:nth-child(2) a {
  background-color: #e5a6d1;
}

.list .list_cat_li li:nth-child(2) a:before {
  background-color: #c8439e;
}

.list .list_cat_li li:nth-child(3) a {
  background-color: #89d7a3;
}

.list .list_cat_li li:nth-child(3) a:before {
  background-color: #39a85e;
}

.list .list_cat_li li:nth-child(4) a {
  background-color: #ebc691;
}

.list .list_cat_li li:nth-child(4) a:before {
  background-color: #d68e27;
}

.list .list_cat_li li:nth-child(5) a {
  background-color: #d6d86b;
}

.list .list_cat_li li:nth-child(5) a:before {
  background-color: #999b29;
}

.list .list_cat_li li:nth-child(6) a {
  background-color: #ffbe10;
}

.list .list_cat_li li:nth-child(6) a:before {
  background-color: #fff7e2;
}

.list .arti_li li {
  width: 31%;
  margin: 0 3% 3rem 0;
}

.list .arti_li li:nth-child(3n) {
  margin-right: 0;
}

.list .arti_li li:nth-child(10) {
  display: none;
}

.list .arti_li li .pic_area {
  position: relative;
}

.list .arti_li li .pic_area .more_btn {
  position: absolute;
  background: #ffbe10;
  color: #ffffff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  right: -.5rem;
}

.list .arti_li li .pic_area .more_btn:after {
  position: absolute;
  content: "";
  display: block;
  border: 2px dotted #fff;
  border-radius: 50%;
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.list .arti_li li .thumb.ofimg {
  position: relative;
}

.list .arti_li li .thumb.ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.list .arti_li li .thumb.ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.list .arti_li li .thumb:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list .arti_li li .cat {
  display: inline-block;
  color: #ffffff;
  padding: 0.25rem;
}

.list .arti_li li a {
  display: block;
}

.list .arti_li li.医療セミナー .thumb:after {
  background: #92d9eb;
}

.list .arti_li li.医療セミナー .cat {
  background: #92d9eb;
}

.list .arti_li li.男の介護教室 .thumb:after {
  background: #e5a6d1;
}

.list .arti_li li.男の介護教室 .cat {
  background: #e5a6d1;
}

.list .arti_li li.おりがみクラブ .thumb:after {
  background: #89d7a3;
}

.list .arti_li li.おりがみクラブ .cat {
  background: #89d7a3;
}

.list .arti_li li.おりがみクラブ .thumb:after {
  background: #89d7a3;
}

.list .arti_li li.おりがみクラブ .cat {
  background: #89d7a3;
}
.list .arti_li li.管理栄養士コーナー .thumb:after {
  background: #89d7a3;
}

.list .arti_li li.管理栄養士コーナー .cat {
  background: #89d7a3;
}
.list .arti_li li.押花・パステル .thumb:after {
  background: #ebc691;
}

.list .arti_li li.押花・パステル .cat {
  background: #ebc691;
}

.list .arti_li li.押花・パステル .thumb:after {
  background: #ebc691;
}

.list .arti_li li.押花・パステル .cat {
  background: #ebc691;
}


.list .arti_li li.医療介護連携会 .thumb:after {
  background: #d6d86b;
}

.list .arti_li li.医療介護連携会 .cat {
  background: #d6d86b;
}

.list .archive_area .h {
  position: relative;
  background: #ffbe10;
  padding: .5rem 2rem;
  color: #ffffff;
}

.list .archive_area .h:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}

.list .archive_area ul li {
  list-style: disc;
  width: 14%;
  list-style-position: inside;
  margin: 0 1rem 1rem 0;
}

.list.arti_two_cols .arti_main {
  width: 75%;
  padding-right: 3rem;
}

.list.arti_two_cols .arti_side {
  width: 25%;
}

.list.arti_two_cols .arti_side .h {
  background: #ffbe10;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.list.arti_two_cols .arti_side .cat_area {
  margin-bottom: 3rem;
}

.list.arti_two_cols .arti_side .cat_area .disc_li {
  padding-left: 1rem;
}

.list.arti_two_cols .arti_side .cat_area .disc_li li {
  list-style: disc;
  margin: 0 1rem 1rem 0;
  list-style-position: inside;
  font-size: 18px;
}

.list.arti_two_cols .arti_side .cat_area .disc_li li a {
  display: inline;
}

.list.detail .cat {
  display: inline-block;
  color: #ffffff;
  padding: 0.25rem 1rem;
}

.list.detail .cat.地域医療講座 {
  background: #92d9eb;
}

.list.detail .cat.男の介護教室 {
  background: #e5a6d1;
}

.list.detail .cat.おりがみクラブ {
  background: #89d7a3;
}
.list.detail .cat.管理栄養士コーナー {
  background: #89d7a3;
}
.list.detail .cat.押花・パステル {
  background: #ebc691;
}

.list.detail .cat.その他 {
  background: #d6d86b;
}

.list.detail .title {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.list.detail .cat_area .tri_li li {
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: 0.5rem;
}

.list.detail .cat_area .tri_li li a:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/133.167.115.245/html/images/common/tri.png) no-repeat;
  background-size: contain;
  width: 3px;
  height: 6px;
  z-index: 1;
  top: .5rem;
  left: .25rem;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.list.detail .cat_area .tri_li li a:hover:before {
  left: .5rem;
}

.list .recommend .ub_heading:after {
  background: #ffbe10;
  height: 5px;
  bottom: -2rem;
}

.list .recommend li:nth-child(4) {
  display: none;
}

.list .news_li li {
  width: 100%;
  border-bottom: 3px dotted #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.list .news_li li .cat {
  display: inline-block;
  color: #fff;
  padding: .25rem;
  background: #ffbe10;
}

.list .news_li li .btn {
  font-size: 18px;
}

.list .news_li li .cat_icon {
  width: 80px;
}

.list .news_li li .date {
  width: calc(100% - 80px);
  padding-left: 1rem;
}

.list .news_li li.メディケアクリニック .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i1.png);
}

.list .news_li li.訪問診療 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i3.png);
}

.list .news_li li.栄養指導 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i4.png);
}
.list .news_li li.栄養ケアステーション .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i4.png);
}
.list .news_li li.居宅介護支援事業所 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i6.png);
}

.list .news_li li.地域活動 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i7.png);
}

.news .content .cat_icon {
  width: 80px;
}

.news .content .date {
  width: calc(100% - 80px);
  padding-left: 1rem;
}

.news .content.メディケアクリニック .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i1.png);
}

.news .content.訪問診療 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i3.png);
}

.news .content.栄養指導 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i4.png);
}

.news .content.居宅介護支援事業所 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i6.png);
}

.news .content.地域活動 .cat_icon {
  content: url(/import/tenant_1/133.167.115.245/html/images/news/i7.png);
}

.news .honbun {
  border-top: 3px dotted #ccc;
  border-bottom: 3px dotted #ccc;
  padding: 4rem 0;
  margin-bottom: 3rem;
  line-height: 2;
}

/********************************
/********************************

m_list(18.list | 活動一覧)

********************************/
@media only screen and (max-width: 1024px) {
  .list .list_cat_li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .list .list_cat_li li {
    width: auto;
    margin: 0 5px .5rem 0;
  }
    .list .list_cat_li li.all {
    width: auto;
  }
  .list .list_cat_li li a {
    padding: .5rem 2rem;
    font-size: 16px;
  }
  .list .arti_li li {
    width: 46%;
  }
  .list .arti_li li:nth-child(10) {
    display: block;
  }
  .list .arti_li li,
  .list .arti_li li:nth-child(3n) {
    margin: 0 3% 3rem 0;
  }
  .list .arti_li li:nth-child(even) {
    margin: 0 0 3rem 0;
  }
  .list.arti_two_cols .arti_main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .list.arti_two_cols .arti_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list.arti_two_cols .cat_area {
    width: 46%;
  }
  .list.arti_two_cols .cat_area .h {
    padding: .5rem;
  }
  .list.arti_two_cols .cat_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list.arti_two_cols .cat_area ul li {
    width: 42%;
    margin: 0 1rem 1rem 0;
  }
  .list.arti_two_cols .cat_area ul li a {
    display: block;
  }
  .list.arti_two_cols.news .cat_area {
    width: 100%;
  }
  .list.arti_two_cols.news .cat_area .disc_li {
    padding: 0;
  }
  .list.arti_two_cols.news .cat_area .disc_li li {
    width: 46%;
  }
  .list.detail .recommend li:nth-child(4) {
    display: block;
  }
  .list .archive_area ul li {
    width: 46%;
  }
}

/********************************

s_list（18.list | 活動一覧)

********************************/
@media only screen and (max-width: 599px) {
  .list .list_cat_li li a {
    padding: 0.5rem 1rem;
  }
  .list .arti_li li {
    width: 96%;
    margin: 0 4% 10% 0 !important;
  }
  .list.arti_two_cols .cat_area {
    width: 100%;
  }
  .list.arti_two_cols.news .cat_area .disc_li li,
  .list .archive_area ul li {
    width: 100%;
  }
  
  .recommend .ub_heading {
    margin-bottom: 5rem;
  }
}

/********************************
/********************************
/********************************

l_list_detail（19.list_detail | 活動一覧詳細)

********************************/
/********************************
/********************************

m_list_detail(19.list_detail | 活動一覧詳細)

********************************/
/********************************

s_list_detail（19.list_detail | 活動一覧詳細)

********************************/
/********************************
/********************************
/********************************

l_work（20.work | メディケアクリニックで働く)

********************************/
.work .work_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.work .work_top .pic_side {
  width: 70%;
  margin-right: auto;
}

.work .work_top .text_side {
  width: 50%;
  right: 0;
  background: #ffbe10;
  padding: 2rem;
  margin-left: -20%;
  margin-top: 25%;
}

.work .work_top .text_side * {
  color: #ffffff;
}

.work .menu_li li {
  margin-bottom: 10%;
}

.work .menu_li li .ofimg {
  position: relative;
}

.work .menu_li li .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.work .menu_li li .ofimg:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.work .time_wrap .inside {
  padding: 2rem;
}

.work .list_header .pic {
  width: 105px;
  position: relative;
}

.work .list_header .pic:after {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 2px;
  background: #ffbe10;
  right: -80px;
  top: 30%;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.work .list_header .h {
  margin-left: 2rem;
}

.work .time_li {
  position: relative;
}

.work .time_li:after {
  position: absolute;
  display: block;
  content: "";
  background: #cccccc;
  width: 10px;
  height: 95%;
  left: 15%;
  top: 0;
  z-index: -1;
}

.work .time_li li {
  width: 100%;
  padding: 2rem 1rem;
  border: 1px solid #ccc;
  background: #ffffff;
  margin-bottom: 2rem;
}

.work .time_li li dt {
  position: relative;
  width: 30%;
  font-size: 52px;
  text-align: center;
  color: #ffbe10;
  font-weight: bold;
  padding-right: 1rem;
}

.work .time_li li dt:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 64px;
  background: #cccccc;
  display: block;
  content: "";
}

.work .time_li li dd {
  width: 70%;
  padding-left: 1rem;
}

.work .time_li li .cir_h:before {
  content: "●";
  color: #ffbe10;
  margin-right: .5rem;
}

.work .bh {
  background: #ffbe10;
  color: #ffffff;
  padding: .5rem 1rem .5rem 2rem;
}

.work .yoko_wrap {
  margin-bottom: 3rem;
}

.work .yoko_wrap .ub_heading:after {
  background: #ffbe10;
  height: 5px;
  bottom: -2rem;
}

.work .yoko_wrap dl {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.work .yoko_wrap dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

.work .yoko_wrap dt,
.work .yoko_wrap dd {
  padding: 1rem 2rem;
  line-height: 1.8;
}

.work .yoko_wrap dt {
  background: #fff7e2;
  width: 25%;
  border-right: 1px solid #ccc;
}

.work .yoko_wrap dd {
  width: 75%;
}

.work .yoko_wrap .sq_li li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: .5rem;
  line-height: 1.8;
}

.work .yoko_wrap .sq_li li:before {
  content: "■";
  padding-right: 0.5em;
}

.work .yoko_wrap .dashed_bdb {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #ffbe10;
}

.work .tabnav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}

.work .tabnav li {
  width: 33%;
  margin-right: 5%;
  border-radius: 10px 10px 0 0;
  background: #bfbfbf;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

.work .tabnav li.on {
  background: #ffbe10;
}

.work .tabnav li:hover {
  opacity: 0.6;
  cursor: pointer;
}

/********************************
/********************************

m_work(20.work | メディケアクリニックで働く)

********************************/
@media only screen and (max-width: 1024px) {
  .work .work_top .pic_side {
    width: 100%;
  }
  .work .work_top .text_side {
    width: 90%;
    margin-left: -100%;
    margin-right: 5%;
    background: rgba(255, 190, 16, 0.9);
    margin-top: 50%;
  }
  
.work .tabnav li {
  width: 40%;
  font-size: 18px;
}
  
  .work .time_wrap .inside {
    padding: 1rem;
  }
  .work .time_li li {
    padding: 1rem;
  }
  .work .time_li li dt,
  .work .time_li li dd {
    width: 100%;
  }
  .work .time_li li dt {
    text-align: left;
    padding: 0 0 0 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
  }
  .work .time_li li dt:after {
    width: 100%;
    height: 1px;
    top: auto;
  }
  .work .time_li li dd {
    padding: 0;
  }
  .work .yoko_wrap dt,
  .work .yoko_wrap dd {
    padding: 1rem;
  }
}

/********************************

s_work（20.work | メディケアクリニックで働く)

********************************/
@media only screen and (max-width: 599px) {
  .work .work_top .text_side {
    padding: 1rem;
  }
  .work .list_header .pic {
    margin: 0 auto .5rem;
  }
  .work .list_header .pic:after {
    display: none;
  }
  .work .list_header .h {
    margin-left: 0;
    width: 100%;
  }
  .work .yoko_wrap dt,
  .work .yoko_wrap dd {
    width: 100%;
  }
  .work .yoko_wrap dt {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .work .yoko_wrap .ub_heading {
    margin-bottom: 5rem;
  }
  .work .heightline-dd {
    height: auto !important;
  }
  
.work .tabnav li {
  width: 45%;
  font-size: 16px;
  padding: .5rem;
}  
  
}

/********************************
/********************************
/********************************

l_work1（21.work1 | 医師として働く)

********************************/
/********************************
/********************************

m_work1(21.work1 | 医師として働く)

********************************/
/********************************

s_work1（21.work1 | 医師として働く)

********************************/
/********************************
/********************************
/********************************

l_work2（22.work2 | 看護師として働く)

********************************/
/********************************
/********************************

m_work2(22.work2 | 看護師として働く)

********************************/
/********************************

s_work2（22.work2 | 看護師として働く)

********************************/
/********************************
/********************************
/********************************

l_work3（23.work3 | 管理栄養士として働く)

********************************/
/********************************
/********************************

m_work3(23.work3 | 管理栄養士として働く)

********************************/
/********************************

s_work3（23.work3 | 管理栄養士として働く)

********************************/
/********************************
/********************************
/********************************

l_work4（24.work4 | ケアマネージャーとして働く)

********************************/
/********************************
/********************************

m_work4(24.work4 | ケアマネージャーとして働く)

********************************/
/********************************

s_work4（24.work4 | ケアマネージャーとして働く)

********************************/
/********************************
/********************************
/********************************

l_work5（25.work5 | 医療事務として働く)

********************************/
/********************************
/********************************

m_work5(25.work5 | 医療事務として働く)

********************************/
/********************************

s_work5（25.work5 | 医療事務として働く)

********************************/
/********************************
/********************************
/********************************

l_work6（26.work6 | 統括チームとして働く)

********************************/
/********************************
/********************************

m_work6(26.work6 | 統括チームとして働く)

********************************/
/********************************

s_work6（26.work6 | 統括チームとして働く)

********************************/
/********************************
/********************************
/********************************

l_news（27.news | 診療所からの情報提供)

********************************/
/********************************
/********************************

m_news(27.news | 診療所からの情報提供)

********************************/
/********************************

s_news（27.news | 診療所からの情報提供)

********************************/
/********************************
/********************************
/********************************

l_news_detail（28.news_detail | 診療所からの情報提供)

********************************/
/********************************
/********************************

m_news_detail(28.news_detail | 診療所からの情報提供)

********************************/
/********************************

s_news_detail（28.news_detail | 診療所からの情報提供)

********************************/
/********************************
/********************************
/********************************

l_contact_policy（29.contact_policy | お問い合わせ・プライバシーポリシー)

********************************/
.contact .tel_wrap {
  width: 70%;
  margin: 0 auto 3rem;
  background: #ffbe10;
  padding: 3rem;
}

.contact .tel_wrap * {
  color: #ffffff;
}

.contact .tel_wrap .tel {
  font-size: 48px;
  letter-spacing: 2px;
}

.contact .tel_wrap .tel i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 1rem;
}

.contact .contact_form dl {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.contact .contact_form dl:first-of-type {
  border-top: 1px solid #ccc;
}

.contact .contact_form dl dt,
.contact .contact_form dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact_form dt {
  width: 30%;
  background: #ffbe10;
  padding: 1rem 2rem;
}

.contact .contact_form dt .label {
  color: #ffffff;
  font-size: 24px;
}

.contact .contact_form dd {
  width: 70%;
  padding: .25rem 2rem;
}

.contact .contact_form dd .s {
  padding-left: 1rem;
}

.contact .contact_form dd .inputtext {
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  border: 1px solid #ccc;
}

.contact .contact_form dd label {
  margin-right: 1em;
}

.contact .contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 350px;
  text-align: center;
}

.contact .contact_form .btn_wrap li.double {
  width: 350px;
}

.contact .contact_form .contact-btn {
  width: 100%;
}

.contact .contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}

.contact .contact_form.confirm dt {
  padding-top: 0;
  width: 40%;
}

.contact .contact_form.confirm dt:after {
  content: "：";
}

.contact .pp .h:before {
  content: "■";
  padding-right: 1rem;
  color: #ffbe10;
}

/********************************
/********************************

m_contact_policy(29.contact_policy | お問い合わせ・プライバシーポリシー)

********************************/
@media only screen and (max-width: 1024px) {
  .contact .tel_wrap {
    width: 80%;
  }
  
  .contact .tel_wrap .tel {
    font-size: 40px;
  }
  
  .contact .contact_form dt .label {
    padding-left: 0.5em;
   font-size: 20px;
  }

  .contact .contact_form dt {
    width: 100%;
    margin: 0 0 1rem;
    padding: .5rem;
  }

  .contact .contact_form dd {
    width: 100%;
    margin-left: 0;
    padding-bottom: 1rem;
  }

  .contact .contact_form .btn_wrap li {
    width: 40%;
  }

  .contact .contact_form .btn_wrap li .btn{
    width: 100%;
  }

  .contact .contact_form.confirm dt {
    width: 100%;
  }
}

/********************************

s_contact_policy（29.contact_policy | お問い合わせ・プライバシーポリシー)

********************************/
@media only screen and (max-width: 599px) {

  .contact .tel_wrap {
    width: 80%;
    padding: 1rem;
  }
  
  .contact .tel_wrap .tel {
    font-size: 24px;
  }
  
.contact .contact_form dd {
  padding: 1rem;
}
  
  
  .contact .contact_form dt .label {
    font-size: 16px;
  }

  .contact .contact_form .btn_wrap li {
    width: 40%;
  }

  .contact .contact_form .btn_wrap li .btn{
    padding: .5rem;
  }

.contact .contact_form dd .s {
    padding-left: 1rem;
    text-align: right;
    display: block;
    width: 100%;
}

}


/********** スライダー **********/ 
.mainimg .uk-slidenav-position:after {
padding-top: 35%;
  
}


/********************************
/********************************
/********************************

A-BiSU組込み用

********************************/
[data-element-id] .tab_sm {
  display: block;
}

[data-element-id] footer .totop a {
  right: 0;
  bottom: 100px;
  left: 90%;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

[data-element-id] .global_m.fixed {
  position: relative;
}

[data-element-id] footer .all_nav {
  position: relative;
}

[data-element-id] footer .all_nav:before {
  content: "※以下のメニューは、スマホ版ハンバーガーメニューと共通になります";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: orange;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: absolute;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
  width: 100%;
}

[data-element-id] footer .all_nav ul{
  padding-top: 40px;
}

[data-element-id] footer .fixed_btn {
    position: relative;
    right: 0;
    top: 0;
    width: 10%;
}

/*2020/06/22*/

.df {
  width: 35%;
  margin: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  .df {
  width: 60%;
}
}

/* 2023/05/02 追記 */

.effect-txt{
  font-size: 34px;
    font-weight: bold;
    text-shadow: 2px 2px 10px #ffaf32, -2px 2px 10px #ffaf32, 2px -2px 10px #ffaf32, -2px -2px 10px #ffaf32;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 1024px){
  .effect-txt{
  font-size: 28px;
}
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}

.effect-txt{
    font-size: 24px;
    line-height: 1.8em;
}
}

.center-image{
    padding-left: 0px;
    float: none;
    width: 70%;
    margin: 0px auto 25px;
}

.center-image img{
    width: 100%;
}

@media only screen and (max-width: 1024px){
  .center-image{
    width: 80%;
}
}

.line-disnone:after{
  display: none !important;
}

/* 2023/05/23 */
.big-btn-wrap {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.big-btn-wrap .big-btn {
    position: relative;
}

.big-btn-wrap .big-btn a {
    display: block;
    position: relative;
    background: #ffbe10;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.big-btn-wrap .big-btn a:after {
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    content: "\f054";
}

@media (max-width:599px) {
  .big-btn-wrap {
      width: 80%;
  }
  .big-btn-wrap .big-btn a {
      font-size: 12px;
  }
}

.list-mb5 li{
      text-indent: -1em;
    padding-left: 1em;
}

.list-mb5 li:not(:last-of-type){
  margin-bottom: 5px;
}

/* 05/25 追記 */

.donwload-list{
  display: flex;
    column-gap: 5%;
    width: 60%;
    justify-content: space-between;
}

.donwload-list li{
  flex:1;
}


.attention-txt{
  font-weight: bold;
    color: #ff7d01;
}

.r{
  display: inline-block;
}

.v{
  display: block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}

.v{
  display: inline-block;
}
}


@media only screen and (max-width: 1024px){
  .donwload-list {
    display: flex;
    column-gap: 5%;
    width: 80%;
    justify-content: space-between;
}  
}

@media only screen and (max-width: 599px){
  .donwload-list {
    display: flex;
    column-gap: 5%;
    width: 100%;
    justify-content: space-between;
}
}

/* 2023/10/03追記 */

@media only screen and (max-width: 599px){
.underpage.staff{
  overflow: hidden !important;
}  
}


/* 2023/12/27 追記 */

.mb-25{
  margin-bottom: 25px;
}


.eat-shido{
  font-size: 30px;
}

.eat-p03{
  font-weight: bold;
  font-size: 18px;
}

.shido01box{
  margin-bottom: 40px;
  border-bottom: 1px dotted;
    padding-bottom: 40px;
}

.shido-img{
  width: 100%;
  margin: auto;
}

.shido-pdf01{
  border: 1px solid;
    border-radius: 10px;
    width: 280px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    background: #555151;
    margin-right: 10px;
}

.shido-pdf01 a{
  color: #fff !important;
}


@media only screen and (max-width: 599px){
.shido-img {
    width: 100%;
}
}

.pdf-box {
  margin-bottom: 10px;
}
.pdf-box .btn {
  margin-right: 5px;
}
.pdf-box .btn a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.pdf-box p{
  align-items: center;
    display: flex;
    margin-top: 10px;
    font-size: 20px;
}

.pdf-box, .shido-img02{
  display: flex;
}

.shido-img02 div{
  width: 49%;
  margin-top: 10px;
}

.shido-img02{
  justify-content: space-between;
  margin: 30px auto 20px;
}

.shido-nagare{
  width: 90%;
  margin: 0 0px 0 0;
}

.moshikomi{
  margin-top: 20px;
}

/**2024/03/12修正**/
.disb {
  display: block;
  margin: 50px 0 20px;
  width: 100%;
}
.disb div { 
  margin-bottom: 30px;
}
.disb div img { 
  width: 100%;
}

@media only screen and (max-width: 599px){
  .pdf-box {
    display: block;
  }
  .pdf-box .btn {
  padding: 0.5rem 1rem;
    width: 350px;
    
  }
  .shido-nagare {
    width: 100%;
  }
}


.nagare-midashi{
  font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    color: #e58b2a;
}

.nagare-p0701{
  text-align: center;
    font-size: 20px;
    padding: 15px;
    background: #fff3d7;
    border-radius: 15px;
}

.yajirushi-img{
  margin: auto;
    width: 140px;
}

.nagare-p07{
  font-size: 20px;
    text-align: center;
    padding: 10px;
    border: 1px solid;
}

.yajirushi-flex, .nagare-flex{
  display: flex;
    justify-content: space-between;
}

.nagare-flex p{
  width: 380px;
}

.nagare-box{
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.modoru {
  width: 9%;
  margin-bottom: 10px;
}

.nagae-table{
  width: 92%;
}




@media only screen and (max-width: 599px){
.nagare-p0701, .nagare-p07{
    font-size: 16px;
}

.yajirushi-img {
    width: 80px;
}

.nagare-p07 {
    padding: 5px;
}

.nagare-flex p {
    width: 49%;
}

.modoru {
    width: 12vw;
  margin-bottom: 20px;
}

.nagae-table {
  width: 88vw;
}

.nagare-midashi {
    margin-left: -50px;
}

.pdf-box {
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 450px){

  .nagae-table {
    width: 85vw;
}
  
  .modoru {
    width: 15vw;
    margin-bottom: 30px;
}
}

.ff-gosic{
 font-family: "M PLUS Rounded 1c", sans-serif;
}

.pdf-box .btn{
  background: #ff7d01;
    border: 2px solid #ff7d01;
}

.more-btn a{
   background: #ff7d01;
    border: 2px solid #ff7d01;
    color: #fff;
    font-size: 20px;
}

.more-btn02 a{
  background: #ff7d01;
    border: 2px solid #ff7d01;
    color: #fff;
    font-size: 20px;
}

.more-btn02{
  width: 360px;
}

.more-btn03{
  margin: auto;
}

.renkei{
  font-size: 20px;
    font-weight: bold;
}

/* 2024/12/09 追記 */

.t-info .bnr-flex{
    display: flex;
    gap: 10%;
    align-items: center;
    margin-bottom: 100px;
}

.t-info .bnr-flex li{
  flex: 1;
}

.t-info .bnr-flex li:first-of-type{
  margin-bottom: 0px;
}

@media screen and (max-width:599px) {
 .t-info .bnr-flex{
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.t-info .bnr-flex li {
    flex: auto;
    width: 100%;
}  
}

