@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
        scroll-behavior: smooth;
        width: 100%;
        overflow-x: hidden;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wf-loading {
    opacity: 0;
}


body {
font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  color: #281d15;
  background: #fff;
  height: 100%;
  position: relative;
  font-feature-settings: "palt";

}

.head__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 36%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding: 20px 40px;
}

tr.noline td {
  background-color: #fff !important;
  border: 0 !important;
}

.head__catch h1 {
  z-index: 3;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.2em;
      font-size: 36px;
    color: #2666b9;
}

.head__catch .catch_detail {
   margin: 30px 0 0 20%; 
}

a {
  color: #e26b5d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:active, a:focus {
  color: #e26b5d;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
}

h2.homettl {
  font-family: "source-code-variable", sans-serif;
  font-variation-settings: 'wght' 700;
  font-style: initial;
  letter-spacing: 0.1;
  font-size: 52px;
}

h2.homettl::after {
  content: "・・・・・";
  font-weight: 700;
  font-size: 30px;
  display: block;
  letter-spacing: -0.5em;
}

h2.homettl.white__tex {
  color: #fff;
}

h3, h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}


ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.row + .row {
  margin-top: 4em;
}

.row p {
  line-height: 1.8;
  letter-spacing: 0.125em;
}

ul.normallist {
  margin-top:30px;

}

ul.normallist li {
    font-size: 16px;
    line-height: 1.6;
    padding: 0px 20px 5px 40px;
    margin-bottom: 15px;
}

ul.normallist li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

table {
  width: 100%;
  color: #565656;
  margin: 20px 0px;
  border-radius: 10px;
  overflow: hidden;
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

table tbody {
}

table tr {

}
table tr:nth-child(odd){
  background-color: #f7f7f7;
}

table th, table td{
font-weight: normal;
font-size: 18px;
padding: 15px;
line-height: 1.8em;
}

table.allborder {
  border-radius: 0;
}

table.allborder th, table.allborder td {
  border: 1px solid #ece2e2;
  text-align: center;
}

table th {
  background-color: #E6E6E6;
  width: 130px;
  text-align: center;
}

table td dt{
    float: left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    min-width: 130px;
}

table td dd{
    float: left;
}

table tr:last-child {
  border: none;
}


a.mapbtn {
  text-decoration: none;
}

a.mapbtn span {
    background-color: #3eb5ed;
    color: #fff;
    padding: 5px 14px;
    border-radius: 40px;
    margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.mapbtn:hover span {
    background-color: #2886b3;
      text-decoration: none;
}

span.jobttl {
width: 150px;
display: inline-block;
}

td.blueback {
    background-color: #d7ebff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

a.englink {
    display: inline-block;
    position: absolute;
    top: -40px;
    color: #fff;
    background-color: #060606;
    padding: 3px 15px;
    border-radius: 0 0 6px 6px;
    right: 0;
    font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.englink:hover {
  color:#060606;
  background-color: #fff;
}

.odd td.blueback {
    background-color: #f0f8ff;
}

.navbar-header.undercontents {
  margin-bottom: 0;
  position: absolute;
  top: -68px;
  left: -70px;
  background-color: #f8f8f8;
  border-radius: 220px;
  width: 200px;
  height: 200px;
}

.pflink li {
    width: calc(100%/2 - 20px);
    margin: 10px;
    float: left;
}

.pflink li a {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background-color: #5ea4ea;
    color: #fff;
    text-align: center;
}

.pflink li a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f56d';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

.pflink.pagelink li a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c1';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

.pflink li a:hover {
    background-color: #2064b7;
}

.drw__inner {
  width: 100%;
  max-width: 1200px;
  margin: 5% auto 0;
  padding: 30px 2em 0;
}

.drw__inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.drw__inner ul li {
  margin: 10px;
  width: calc(100%/2 - 20px);
}

.drw__inner ul li.grw_tel {
  width: calc(100%/1 - 20px);
}

.drw__inner ul li a {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 0.15rem;
  color: #000;
  display: block;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff82;
}

.drw__inner ul li.grw_tel a {
  margin-top: 20px;
  background-color: #ff8f00;
  padding: 20px;
  color: #fff;
}

.drw__inner .sns{
  text-align: center;
}

.drw__bottom {
  margin: 2em 10px 2em;
}

.drw__bottom a {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.15rem;
  color: #281d15;
  display: inline-block;
}

ol.disc {
  list-style-type: disc;
  margin-left: 30px;
  line-height: 1.8;
  margin-bottom: 2em;
  font-weight: normal;
}

ol.disc li {
  margin-bottom: 5px;
}

.dspace {
  min-height: 300px;
}

.graybox a.readmore {
  background-color: #fff;
  color:#2064b7;
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
}

.graybox a.readmore:hover {
  color:#2064b7;
}

.readmore::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 10px;
}

.pdflink a {
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #ea5514;
  margin-top: 20px;
  border-radius: 5px;
}

.pdflink a:hover {
  background-color: #fbe3e3;
}

.pdflink a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 900;
    margin-right: 10px;
    color: #ff0000;
}

.section-heading a.readmore {
  background-color: #fff;
  color:#2064b7;
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
  border:1px solid #efefef;
}

.section-heading a.readmore:hover {
  color:#2064b7;
}

.teltext {
  text-align: center;
  margin-top:30px;
  color: #fff;
  font-weight: 600;
}

.teltext p {
  font-size: 26px;
  font-weight: 600;
}

.readmore::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 10px;
}

#breadcrumb {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: -7px;
  padding: 6px;
  border-radius: 0;
}

#breadcrumb ol {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
}

#breadcrumb li {
    float: left;
    color: #000;
}

#breadcrumb a {
  color: #000 !important;
}

#breadcrumb a::after {
    content: " > ";
    margin:0 5px;
}

/*==================================================
縦線が動いてスクロールを促す
===================================*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 20;
  height: 100px;
}

.scrolldown1 span {
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 2px;
  height: 100px;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 4s ease-in-out infinite;
  opacity:0;
}

.menu_tel img{
  width: 300px;
  margin: 2em 13px 1em;
}

.navbar-brand {
  float: left;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
  height: 58px;
}

.navbar-brand > img {
  height: 100%;
  width: auto;
}


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:100px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}

p{
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 2em;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#medicalf-header {
  width: 100%;
  opacity: 1;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 80px;
  border: 0px;
}

#medicalf-header .container {
  width: 90%;
  margin: 0 auto;
  max-width: initial;
}

li.navinvisible {
  display: none;
}

.navbar-fixed-top li.navinvisible {
  display: inline-block;
}

.navbar-fixed-top a.englink {
  display: none;
}

.credit {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 14px;
    z-index: 10;
}
p.texleft {
  text-align: left;
}

@media screen and (max-width: 896px) {
  #medicalf-header {
    margin-top: 0;
  }
  #medicalf-header #navbar2 li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #medicalf-header #navbar2 li a:hover {
    color: #0a60a0 !important;
  }
  #medicalf-header #navbar2 li a span:before {
    background: transparent !important;
  }
  #medicalf-header #navbar2 li.active a {
    background: transparent;
    background: none;
    color: #0a60a0 !important;
  }
  #medicalf-header #navbar2 li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

#medicalf-header .container {
  padding-right: 0px;
}

#medicalf-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#medicalf-header #navbar2 li a {
  color: #281d15;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 8px;
  padding-right: 8px;
}
#medicalf-header #navbar2 li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#medicalf-header #navbar2 li.toibtn a span {
    display: initial;
}

#medicalf-header #navbar2 li a span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 140%;
  border-radius: 0px;
  bottom: -20%;
  left: 0;
  border-top: 1px solid #ea2a60;
  border-bottom: 1px solid #ea2a60;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

#medicalf-header #navbar2 li a:hover span:before {
  width: 100%;
  padding: 10px;
}

#medicalf-header #navbar2 li.toibtn a:hover span:before {
  display: none;
}

#medicalf-header #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#medicalf-header #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*グローバルナビ*/
#medicalf-header #navbar2{
    float: right;
    padding-top: 5px;
}

#medicalf-header #navbar2 li a:hover:after {
    width:100%;
    opacity: 1;
}

#medicalf-header #navbar2 li .sub-menu {
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background-color:#fff;
    height:0px;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    z-index:99;
    list-style: none;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

#medicalf-header #navbar2 li .sub-menu span{
    display: none;
}

#medicalf-header #navbar2 li:hover .sub-menu {
    display: block;
    position: absolute;
    height:auto;
    opacity: 1;
    top:50px;
}

#medicalf-header #navbar2 li .sub-menu li a {
    padding: 8px 0;
    color: #444;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: auto;
    font-weight: normal;
    text-decoration: none;
}

#medicalf-header #navbar2 li .sub-menu li a:hover{
    background-color:#eee;
}

#medicalf-header #navbar2 li .sub-menu li {
    margin: 0;
    text-align: center;
    width: 100%;
}
#medicalf-header #navbar2 li .sub-menu li:after {
    display: none;
}

#medicalf-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  margin-top: 0px;
  top: 0;
  padding-top: 0;
  height: 75px;
}

#medicalf-header .navbar-brand .logo02 {
  display: none;
}

#medicalf-header.navbar-fixed-top .navbar-brand .logo01 {
  display: none;
}

#medicalf-header.navbar-fixed-top .navbar-brand .logo02 {
  display: inline-block;
  letter-spacing: 0;
  color: #f2e7d9;
  margin-top: 5px;
  width: auto;
  height: 100%;
}

#medicalf-header.navbar-fixed-top .navbar-header.undercontents {
  margin-bottom: initial;
  position: initial;
  top: -60px;
  left: -70px;
  background-color: initial;
  border-radius: initial;
  width: initial;
  height: initial;
}

#medicalf-header.navbar-fixed-top #navbar2 li a {
  color: rgba(0, 0, 0, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#medicalf-header.navbar-fixed-top #navbar2 li a:hover {
}
#medicalf-header.navbar-fixed-top #navbar2 li.active a {
  background: transparent;
  background: none;
}
#medicalf-header.navbar-fixed-top #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0a60a0;
}
#medicalf-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#emrg-type li {
  background-color: #3db8bb;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
}

#emrg-type li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  #medicalf-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
#medicalf-header.navbar-fixed-top {
}

.pure-container {
  display: block;
}
}
#medicalf-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#medicalf-header .navbar-default .brand-slogan em {
  color: #0a60a0;
  font-style: normal;
}
#medicalf-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#medicalf-home {
  position: relative;
  top: 0px;
  width: 100%;
  color: #fff;
  padding: 0px;
  border-bottom: 0px solid #53c2f0;
}
#medicalf-home::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}

#medicalf-home .gradient {
  position: relative;
  margin: 0px auto 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

#medicalf-home .gradient {
  width: 100%;
  height: auto;
}

.smponly {
  display: none;
}

#medicalf-home .gradient::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-image: url(../images/layer/pattern-06.png);*/
}

#medicalf-home .gradient video{
  width:100vw;
  pointer-events: none;
}

#medicalf-home .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#medicalf-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#medicalf-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#medicalf-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#medicalf-home .text-inner a:hover, #medicalf-home .text-inner a:active, #medicalf-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}

.col-md-offset-2 {
    margin: 0 auto;
    text-align: center;
    float: none;
    font-weight: bold;
}
#medicalf-home .col-md-offset-2 {
    text-align: center;
    float: right;
background-color: rgba(255,255,255,0.1);
padding: 20px;
}

#medicalf-home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#medicalf-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#medicalf-intro {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding-top: 6em;
  padding-bottom: 6em;
  margin-top: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}

#medicalf-intro h2 span {
  color: #281d15;
}

#medicalf-intro h3 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px;
  color: #d21a69;
  margin-bottom: -20px;
  line-height: 1.6em;
}

#medicalf-intro p {
  color: #281d15;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -10px;
}
.serviceitem {
  width: calc(100%/3 - 40px);
  margin: 20px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.serviceitem img,.serviceitem2 img {
  width: 100%;
}

.serviceitem2 {
  width: calc(100%/5 - 40px);
  margin: 20px;
}

.service_desc {
  padding: 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.serviceimg {
  width: 100%;
  display: block;
}

.servicettl {
  padding: 5px 15px 0;
  color: #ea2a60;
  font-weight: 600;
  font-size: 100%;
  margin-top: 0;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
}

p.servicesub {
  padding: 10px 15px;
  color: #030406;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
  font-size: 90%;
  margin-bottom: 10px;
  line-height: 1.6em !important;
}

#medicalf-page .servicettl {
  margin-top: 0;
  display: block;
  text-align: center;
}

.p_right {
  padding-right: 50px;
}
.p_left {
  padding-left: 50px;
}

#medicalf-intro h4 {
  font-size: 30px;
  margin-top: 100px;
}

.backdot {
  position: relative;
}

.backdot::after {
  content:" ";
  background-image: url(../img/back_dot.png);
position: absolute;
z-index: 2;
width: 90%;
height: 90%;
background-size: 19px auto;
}

.backdot.bd-r::after {
right: -50px;
top: 0px;
}

.backdot.bd-l::after {
left: -50px;
top: -2em;
}

.backdot img {
  position: relative;
  z-index: 3;
}

.top2em {
  margin-top: 2em;
}

.missionlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.missionlist li {
  width: calc(100%/3 - 10px);
  margin: 5px;
  background-color: rgba(217,236,252,0.9);
  padding: 30px 20px;
}

.missionname {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.missionbody {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.button__inner {
 padding:14px 45px 14px 20px;
 font-size:.85rem;
 line-height:1.2rem;
 font-weight:700;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -ms-flex-align:center;
 align-items:center;
 position:relative;
 z-index:2
}
 .button__inner {
  padding:22px 60px 22px 20px;
  font-size:15px;
 }

.button__text {
 color:#281d15;
 font-weight:700
}
@media only screen and (min-width:1100px) {
 .button__text {
  transition:color .3s ease
 }
}
.button__arrow svg {
 width:22px;
 height:10px;
 display:block;
 position:absolute;
 top:50%;
 right:20px;
 z-index:5;
 margin-top:-5px
}
@media only screen and (min-width:1100px) {
 .button__arrow svg {
  width:28px;
  height:12px;
  right:30px;
  margin-top:-6px;
  transition:right .3s ease
 }
}
.button__arrow svg path {
 transition:fill .3s ease
}
.button__link svg {
 width:16px;
 height:16px;
 display:block;
 position:absolute;
 top:50%;
 right:20px;
 margin-top:-8px;
 z-index:5
}
@media only screen and (min-width:1100px) {
 .button__link svg {
  transition:right .3s ease
 }
}
.button__link svg path {
 transition:fill .3s ease
}
.button__border,
.button__back {
 border:solid 2px #281d15;
 color:#281d15;
 display:block;
 position:relative;
 cursor:pointer;
border-radius: 10px;
overflow: hidden;
background-color: #fff;
}

.toi_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.toi_flex a {
  width: calc(100%/2 - 40px);
  margin: 20px;
}

.button__border.button__white {
 border:solid 2px #fff;
}

.button__border.button__white .button__text {
  color: #fff !important;
}

.button__border:before,
.button__back:before {
 content:'';
 width:0;
 height:100%;
 background:#ea2a60;
 display:block;
 position:absolute;
 bottom:0;
 left:0;
 z-index:1;
 opacity: 0;
 transition:width .8s ease
}

.button__border:hover::before,
.button__back:hover::before {
  width: 100%;
  opacity: 1;
}

.button__border:hover .button__text, .button__back:hover .button__text {
  color: #FFF;
}

.button__border:hover .button__arrow svg path, .button__back:hover .button__arrow svg path {
  fill: #FFF;
}

.button__center {
  width: 300px;
  margin: 50px auto 0;
}

.button__right {
  width: 300px;
  margin: 50px 0 0 auto;
}

.service__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.servicelist{
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    background-color: #fff;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  margin-left: -100px;
  margin-right: -100px;
}

.servicelist li {
  width: calc(100%/3 - 20px);
  margin: 10px;
  float: left;
  background-color: #000;
  height: 500px;
  overflow: hidden;
}

.servicelist li a{
display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
position: absolute;
width: 100%;
height: 100%;
}

.servicelist li a:hover{
  opacity: 0.9;
}

.servicelist li a img {
    width: 100%;
    height: auto;
}

.sv_link_img {
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.sv_link_img::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.servicelist li a .servicettl {
  color: #fff;
  border: 2px solid #fff;
  padding: 40px 50px;
  text-align: left;
  font-size: 29px;
      font-family: "alexa-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.servicelist li a .servicettl span {
  font-weight: 700;
  font-style: italic;
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

.servicelist li a img.serviceicon {
  width: 40px;
  position: absolute;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
}


.slider article {
  background-color: rgba(255,255,255,0.1);
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 896px) {
#medicalf-home .container {
    width: 100%;
}
#medicalf-home .col-md-offset-2 {
    text-align: left;
    float: left;
}

#medicalf-home .text-wrap {
  margin-top:50px;
}

.credit {
    left:0;
    right: initial;
    font-size: 12px;
    z-index: 10;
    padding:0 15px;
}
}

#medicalf-intro p {
    font-size: 18px;
}

#medicalf-intro .adcm-block {
  width: 33.33%;
  float: left;
  text-align: left;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  #medicalf-intro .adcm-block {
    width: 100%;
  }
}
#medicalf-intro .adcm-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#medicalf-intro .adcm-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#medicalf-intro .adcm-block > .adcm-text {
  position: relative;
  z-index: 10;
}
#medicalf-intro .adcm-block > .adcm-text .adcm-intro-icon {
  font-size: 42px;
  color: #0a60a0;
  margin-bottom: 30px;
  display: block;
}
#medicalf-intro h2, #medicalf-concept h2, #medicalf-service00 h2, #medicalf-contact h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ff4092;
  padding: 0 40px 20px;
  border-radius: 0;
}

#medicalf-intro h2 span, #medicalf-concept h2 span, #medicalf-service00 h2 span, #medicalf-contact h2 span {
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  color: #ea2a60;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 140%;
}

#medicalf-intro .adcm-block:hover > .overlay, #medicalf-intro .adcm-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#medicalf-intro .adcm-block:hover > .adcm-text, #medicalf-intro .adcm-block:focus > .adcm-text {
  color: #fff;
}
#medicalf-intro .adcm-block:hover > .adcm-text .adcm-intro-icon, #medicalf-intro .adcm-block:focus > .adcm-text .adcm-intro-icon {
  color: #fff;
}
#medicalf-intro .adcm-block:hover h2, #medicalf-intro .adcm-block:focus h2 {
  color: #fff;
}
#medicalf-intro .adcm-block:hover .btn, #medicalf-intro .adcm-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#medicalf-intro .adcm-block:hover .btn:hover, #medicalf-intro .adcm-block:focus .btn:hover {
  background: #0a60a0 !important;
  border: 2px solid #0a60a0 !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #0a60a0;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#medicalf-services, #medicalf-counters, #medicalf-work, #medicalf-contact, #medicalf-about {
  padding: 4em 0;
}
@media screen and (max-width: 896px) {
  #medicalf-services, #medicalf-counters, #medicalf-work, #medicalf-contact, #medicalf-about {
    padding: 2em 0;
  }
  #medicalf-intro h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
#medicalf-intro h2, #medicalf-concept h2, #medicalf-service00 h2, #medicalf-contact h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.toi_flex a {
  width: calc(100%/1 - 40px);
  margin: 20px 20px 0;
}
}

#medicalf-service01, #medicalf-concept, #medicalf-partner, #medicalf-service04, #medicalf-service05, #medicalf-services, #medicalf-info, #medicalf-contact {
  padding: 6em 0;
  position: relative;
}
#medicalf-service01.graybox, #medicalf-service03.graybox, #medicalf-service05.graybox {
  padding: 6em 0 4em;
}
#medicalf-service06 {
  padding-top:4em;
}

#medicalf-servicepage {
  padding-top:4em;
  padding-bottom: 4em;
}

#medicalf-service00 {
  padding: 8em 0;
  position: relative;
}

#medicalf-concept {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

#medicalf-service00 {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.toi_text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-size: 140%;
}

.row.whiteback{
  background-color: #fff;
  margin-top: 20px;
  padding: 2em;
  border-radius: 20px;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.hinmoku,.hinmoku2 {
  display: flex;
  flex-wrap: wrap;
}

.hinmoku li {
  width: calc(100%/2 - 20px);
  margin: 10px;
  background-color: #fff;
    -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.hinmoku li a{
  display: flex;
  flex-wrap: wrap;
}

.hinmoku2 li {
  width: calc(100%/2 - 20px);
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.hinmoku li img {
  width: 200px;
}

.hinmoku2 li .hinmoku-left{
  width: 160px;
  overflow: hidden;
}
.hinmoku2 li .hinmoku-left img{
  width: 100%;
  height: auto;
}

.hinmoku li .hinmoku-right {
  width: calc(100% - 200px);
  padding: 20px;
}

.hinmoku2 li .hinmoku-right{
  width: calc(100% - 160px);
  padding: 0 20px;
}
.hinmoku li .hinmoku-right h3 {
  background-color: #005eae;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}

.hinmoku2 li .hinmoku-right h3{
  background-color: #005eae;
  color: #fff;
  padding: 3px 10px;
  border-bottom: none;
  margin: 0 0 10px 0;
  font-size: 2.1rem;
}

.hinmoku2 li .hinmoku-right p
{
  line-height: 1.8;
  letter-spacing: 0.125em;
  margin-bottom: 15px;
}

.hinmoku_imgblock .col-md-3 {
  text-align: center;
}

.hinmoku_imgblock .col-md-3 img{
  width: auto;
  height: 150px;
}

.hinmoku_flex{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hinmoku_flex li {
  width: calc(100%/6 - 20px);
  margin: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.hinmoku_flex li img {
  margin-bottom: 10px;
  width: 100%;
}

.concept_set {
  margin: 3em 0;
  display: flex;
  flex-wrap: wrap;
}

.concept_tex{
  width: calc(50% + 50px);
  margin-left: -50px;
  background-color: #fff;
  margin-top: 50px;
  padding: 50px;
}

.reverseflex {
  flex-direction:row-reverse
}

.reverseflex .concept_tex{
  width: calc(50% + 50px);
  margin-right: -50px;
  background-color: #fff;
  margin-top: 50px;
  padding: 50px;
}

.concept_subttl {
  color: #73ACFF;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.concept_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.concept_ttl::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #73ACFF;
}

.concept_img img {
  width: 100%;
  height: auto;
}

.adressblock {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.adressblock__01 {
  width: 40%;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding: 20px 10px;
}

.adressblock__02 {
  width: 60%;
  padding: 10px;
}

.adressblock__02 img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  #medicalf-services, #medicalf-work, #medicalf-counters {
    padding: 4em 0;
  }
#medicalf-service06 {
    padding-top: 0em;
}
#medicalf-service00 .col-md-offset-2 p {
  text-align: left;
}
.hinmoku_flex li {
  width: calc(100%/3 - 20px);
}
}

#medicalf-services {
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#medicalf-services:before, #medicalf-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#medicalf-services:before {
  top: 0;
  margin-top: -35px;
}
#medicalf-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#medicalf-services .adcm-service {
  padding-right: 30px;
}
#medicalf-services h3 {
  font-size: 24px;
  color: #fff;
}
#medicalf-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#medicalf-services .icon:before {
  color: #fff;
}
#medicalf-services .section-heading h2 {
  color: #fff;
}
#medicalf-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#medicalf-counters {
  background: #0a60a0;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 896px) {
  #medicalf-counters {
    padding: 4em 0;
  }
}
#medicalf-counters .adcm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#medicalf-counters:before, #medicalf-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#medicalf-counters:before {
  top: 0;
  margin-top: -35px;
}
#medicalf-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#medicalf-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#medicalf-counters .section-heading h2 {
  color: #fff;
}
#medicalf-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#medicalf-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#medicalf-counters .adcm-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
.toi_text2 {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  align-items: center;
  font-weight: bold;
}

.toi_text2 span {
  margin: 10px;
  flex: 1;
}

.toi_text2 span a {
  padding: 10px 50px;
  font-size: 120%;
  background-color: #fb3169;
  border-radius: 100px;
  color: #fff;
}

.mapwrap {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}

.faqlink {
  padding-left: 10px;
  border-left: 1px solid #000;
}

.faqlink a{
  color: #005eae;
}

@media screen and (max-width: 992px) {
  #medicalf-counters .adcm-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#medicalf-counters .adcm-counter .adcm-counter-icon,
#medicalf-counters .adcm-counter .adcm-counter-number,
#medicalf-counters .adcm-counter .adcm-counter-label {
  display: block;
}
#medicalf-counters .adcm-counter .adcm-counter-icon {
  font-size: 40px;
  color: #0a60a0;
}
#medicalf-counters .adcm-counter .adcm-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#medicalf-counters .adcm-counter .adcm-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#medicalf-info ul {
    list-style: none;
    padding: 0 15px;
}

#medicalf-info ul li {
    background-color: #fff;
}

#medicalf-info ul li a {
    display: block;
    color:#444;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
}

#medicalf-info ul li a:hover {
  background-color: #efefef;
}


#medicalf-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#medicalf-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#medicalf-testimonials .box-testimony a:hover, #medicalf-testimonials .box-testimony a:focus, #medicalf-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#medicalf-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #0a60a0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#medicalf-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #0a60a0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#medicalf-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#medicalf-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#medicalf-testimonials .box-testimony .author a {
  color: #0a60a0;
}
#medicalf-testimonials .box-testimony .author a:hover {
}
#medicalf-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#medicalf-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#medicalf-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#medicalf-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

.reverse {
  float:  right;
}

.reverse .readmore {
  float:  right;
}

.graybox {
  overflow: hidden;
  position: relative;
  background-color: #2064b7;
}

.graybox .section-heading h2 {
  color:#fff;
}

.graybox .section-heading h2::after{
  background-color: #7dbeff;
}

.graybox a {
  color: rgba(255, 255, 255, 0.5);
}
.graybox a:hover {
  color: white;
}

.graybox .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}

#medicalf-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
}
#medicalf-work a {
  color: rgba(255, 255, 255, 0.5);
}
#medicalf-work a:hover {
  color: white;
}
#medicalf-work:before, #medicalf-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#medicalf-work:before {
  top: 0;
  margin-top: -35px;
}
#medicalf-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#medicalf-work .section-heading h2 {
  color: #fff;
}
#medicalf-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#medicalf-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
.readmore {
  display: inline-block;
  position: relative;
  top: 0;
  background: #565656;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.readmore a {
  font-size: 18px;
  padding:10px 20px;
  color:#fff;
  text-decoration:  none;
  display: block;
}

.readmore:hover, .readmore:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

.inqbtn {
  display: block;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inqbtn a{
    display: block;
    color:#2064b7;
    text-decoration: none;
    padding: 40px 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 3rem;
}

.inqbtn:hover, .inqbtn:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

.inqbtn a:hover{
    color:#2064b7;
}

.inqbtn.tel a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f098';
    font-weight: 900;
    margin-right: 10px;
}

.inqbtn.form a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    margin-right: 10px;
}

.sns {
  text-align: right;
  margin-top: 2em;
  margin-bottom: 2em;
}

.sns a {
  margin: 0 15px;
}

.sns a  img {
  width: 40px;
  height: auto;
}

.foot_logo {
  font-family: "source-code-variable", sans-serif;
  font-variation-settings: 'wght' 700;
  font-style: initial;
  letter-spacing: 0.1;
  font-size: 35px;
  color: #fff;
margin-bottom: 20px;
text-align: center;
}

.footnav {
  text-align: center;
  margin-bottom: 20px;
}

.footnav a {
  margin: 0 15px;
}

.footnav a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 10px;
}

#medicalf-work .adcm-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#medicalf-work .adcm-project-item .adcm-text {
  padding: 10px 20px;
}
#medicalf-work .adcm-project-item .adcm-text h2, #medicalf-work .adcm-project-item .adcm-text span {
  text-decoration: none !important;
}
#medicalf-work .adcm-project-item .adcm-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#medicalf-work .adcm-project-item .adcm-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#medicalf-work .adcm-project-item:hover img, #medicalf-work .adcm-project-item:focus img {
  opacity: .7;
}
#medicalf-work .adcm-project-item:hover h2, #medicalf-work .adcm-project-item:hover span, #medicalf-work .adcm-project-item:focus h2, #medicalf-work .adcm-project-item:focus span {
  text-decoration: none !important;
}

.adcm-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .adcm-person {
    margin-bottom: 3.5em;
  }
}
.adcm-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.adcm-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.adcm-person h3 {
  margin-bottom: 0px;
}
.adcm-person .adcm-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0a60a0;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#medicalf-contact {
  padding-top: 4em;
  background-color: #fff;
  background-size: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 1em;
}

#medicalf-contact .row.whiteback {
  overflow: hidden;
  position: relative;
  padding-top: 4em;
}

#medicalf-contact .row.whiteback::before {
  content: " ";
  width: 100%;
  height: 25px;
  background-color: #005eae;
  position: absolute;
  top: 0;
  left: 0;
}

#medicalf-contact .adcm-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#medicalf-contact .adcm-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
  font-size: 18px;
}
#medicalf-contact .adcm-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

#medicalf-contact .flexbox{
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 10px;
}

#medicalf-contact .flexbox p{
  flex: 1;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}

.section-heading h2 {
  margin: 0 0 45px 0;
  font-size: 42px;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #df1a14;
}

.section-heading h2::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-color: #bfbfbf;
  height: 2px;
  bottom: -12px;
  max-width: 1200px;
}

.section-heading h2::after {
  content: "サービス紹介";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-color: #fff;
  bottom: -25px;
  font-size: 18px;
  padding: 0 20px;
  color: #281d15;
}

#medicalf-service00 .section-heading h2::before {
  display: none;
}

#medicalf-service00 .section-heading h2::after {
   content: "新着情報";
   background-color: transparent;
}

#medicalf-service03 .section-heading h2::after {
   content: "取り扱いメーカー";
}

ul.makerlist {
  display: flex;
  flex-wrap: wrap;
}

ul.makerlist li {
  width: calc(100%/3 - 20px);
  margin: 10px;
}

ul.makerlist li img {
  width: 100%;
  height: auto;
}

ul.newentry {
  margin: 2em 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
ul.newentry li{
  list-style-type: none;
  
}

ul.newentry li a {
  width: 100%;
  display: table;
  padding: 20px;
  text-align: left;
  color: #281d15;
  text-decoration: none;
}

ul.newentry li:nth-child(2n+1) {
  background-color: #FFFFFFA8;
  border-radius: 10px;
}

ul.newentry li a span {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

ul.newentry li a:hover {
  background-color:rgba(255, 239, 201, 0.42);
}

.newsdate {
  width: 120px;
}

.newscat {
  color: #fff;
  padding: 5px;
  margin: 0 15px;
  font-size: 13px;
  text-align: center;
  width: 120px;
  display: inline-block;
  border-radius: 3px;
  background-color: #d3236f;
}

.newsttl {

}

.jpsub {
    color: #0e4270;
    margin-bottom: 30px;
}


@media screen and (max-width: 896px) {
  .section-heading h2 {
    font-size: 30px;
  }
#medicalf-contact {
    padding-bottom: 4em;
}

.jpsub {
  text-align: center;
}

.faqlink {
  width: 100%;
  border-left: 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid #000;
  padding-top: 20px;
}

}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 896px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
.reverse .readmore, .readmore {
    width: 40%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

#pageid5 .readmore {
      width: 90%;
}

.toi_text2 {
  flex-wrap: wrap;
}

.toi_text2 span {
  margin: 10px;
  flex: initial;
  width: 100%;
  text-align: center;
}

.toi_text2 span img {
  max-width: 230px !important;
}

 #medicalf-contact .flexbox {
    text-align: center;
    display: inline-block;
  }
#medicalf-contact .flexbox p {
  flex: initial;
}

  #medicalf-contact img {
    max-width: initial !important;
    width: initial !important;
    float: none !important;
    margin: 10px auto !important;
  }

}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.adcm-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.adcm-nav-toggle.active i::before, .adcm-nav-toggle.active i::after {
  background: #0a60a0;
}
.adcm-nav-toggle:hover, .adcm-nav-toggle:focus, .adcm-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.adcm-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #0a60a0;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #0a60a0;
  transition: all .2s ease-out;
}
.adcm-nav-toggle i::before, .adcm-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #0a60a0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.adcm-nav-toggle i::before {
  top: -7px;
}

.adcm-nav-toggle i::after {
  bottom: -7px;
}

.adcm-nav-toggle:hover i::before {
  top: -10px;
}

.adcm-nav-toggle:hover i::after {
  bottom: -10px;
}

.adcm-nav-toggle.active i {
  background: transparent;
}

.adcm-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.adcm-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.adcm-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

@media screen and (max-width: 896px) {
  .adcm-nav-toggle {
    display: block;
  }
.concept_tex ,.reverseflex .concept_tex{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  margin-top: 0px;
  padding: 30px;
}

}

.underslide {
  padding-bottom: 6em;
  background-color: #fff;
  position: relative;
}

#footer {
  padding: 3em 0 0;
  position: relative;
  clear: both;
  width: 100%;
  display: inline-block;
  background-color: #FFECF7;
  margin-top: -6px;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
}

#footer ul li {
  width: calc(100%/3 - 10px);
  margin: 5px;
}

#footer ul li a {
  padding: 5px 5px;
  letter-spacing: 0.15rem;
  color: #000;
  display: block;
  font-weight: bold;
}

#footer .container{
  width:100%;
  padding-top:0px;
  color:#574747;
}

#footer .gotop {
  position: absolute;
  top: -53px;
  right: 20px;
  margin-left: -40px;
  z-index: 8;
  width: 60px;
  height: 60px;
  font-size: 30px;
  padding-top: 18px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop img{
  width: 100%;

}

#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #0a60a0;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #0a60a0;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #0a60a0;
  color: #fff;
}
.social li a.social-circle {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #0a60a0;
  color: #fff;
}
.social.social-circle a {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

/*ページネーション*/
.pagenation {
  width: 100%;
  text-align: center;
  margin: 25px auto 0px;
}

.pagenation ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagenation a, .pagenation span {
  margin: 0 2px;
  padding: 5px 0 0;
  display: inline-block;
  border:1px solid #333;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  font-weight: 900;
  border-radius: 3px;
  font-size: 14px;
}

.pagenation span.dots {
    border:0;
}

.pagenation span.current {
    background-color:#333;
    color: #fff;
}

.pagenation ul li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li div {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li a span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li div span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li.current div span{
    color:#fff;
}

.pagenation ul li a:hover,
.pagenation ul li a.active{
  color: #fff;
  background: #333;
}

.pagenation ul li.pagerNext, .pagenation ul li.pagerPrev {
    display: none;
 }

.tagblock {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin: 0px auto 0;
  padding: 0px 30px 0;
  border-radius: 5px;
  text-align: center;
}

.tagset {
    clear: both;
    padding: 10px;
    width: 100%;
}

.tagblockttl {
    float: left;
    width: 120px;
    margin-right: 50px;
    border-right: 1px solid #565656;
}

.tagset ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.fullcolumn img{
    width:100%;
    height: auto;
}

.tagset ul li {
  float: left;
  margin: 0 10px;
  list-style-type: none !important;
}

.tagset ul li a {
  border: 3px solid #868686;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  width: 220px;
  display: inline-block;
  font-weight: bold;
}

.tagset ul li a:hover {
  color:#e26b5d;
}

.tagset ul li span {
  display: none;
}

@media screen and (max-width: 896px) {
  #map {
    height: 200px;
  }
.tagset ul li {
  margin: 10px 10px 10px;
  float: initial;
}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}
@media screen and (max-width: 1100px) {
#medicalf-page .serviceitem2 {
  width: calc(100%/3 - 40px) !important;
  padding: 0px;
}
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
#medicalf-page .serviceitem {
  width: calc(100%/1 - 40px);
}
#medicalf-page .serviceitem2 {
  width: calc(100%/2 - 40px) !important;
  padding: 0px;
}
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
#medicalf-concept .row.whiteback{
  padding: 1em;
}
  .drw__inner ul li {
    width: calc(100%/2 - 20px);
  }
}

@media screen and (max-width: 600px) {
#medicalf-page .serviceitem2 {
  width: calc(100%/1 - 40px) !important;
  padding: 20px 20px 0;
}
  .drw__inner ul li {
    width: calc(100%/1 - 20px);
    margin-bottom: 0;
  }
  .drw__inner ul li.grw_tel {
    margin: 20px auto 10px;
  }
.drw__inner ul li.grw_tel a {
  margin-top: 0px;
}

}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.adcm-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
.smponly {
  display: none;
}
.pconly {
}

.sv_link_img {
  overflow: hidden;
}

.sv_link_img img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;  
}

.servicelist li:hover .sv_link_img img {
  transform: scale(1.08);
  opacity: 1;
}

.toptel {
  padding: 5px;
  margin-right: 0px !important;
  margin-left: 0px;
  margin-top: -14px;
}

.toptel img{
  width: 100%;
}

.telnav {
  width: 180px;
  border-radius: 10px;
}

.contactnav {
  width: 161px;
  background-color: #ea2a60;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contactnav:hover {
  background-color: #e66f90;
}
.toptel a {
  padding-right: 0 !important;
}

#medicalf-header #navbar2 li.toibtn a {
  border: 3px solid #ea5514;
  border-radius: 20px;
  padding: 7px 14px;
  background-color: #ea5514;
  margin-top: -1px;
  color: #fff;
  font-size: 14px;
}

#medicalf-header #navbar2 li.toibtn a:hover {
  background-color: #fff;
  color: #ea5514;
}

#medicalf-header #navbar2 li.toibtn {
  padding-top: 7px;
}

#navbar2 li.toibtn a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  margin-right: 5px;
  margin-left: -5px;
}

.nav > li {
  margin-right: 0px;
}

#medicalf-contact .toi_link {
  display: flex;
  flex-wrap: wrap;
}

#medicalf-contact .toi_link a {
  width: calc(100%/2 - 20px);
  margin: 10px;
}

#medicalf-contact .toi_link a img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
.navbar-nav {
  display: none;
}
}

@media screen and (max-width: 896px) {
.scrolldown1 {
  right: 30px;
  font-size: 10px;
  bottom: -30px;
}

.sponly {
  display: block;
}

#medicalf-home .gradient video {
  width: 170vw;
  pointer-events: none;
  margin-left: -23%;
}

.drw__inner ul li a {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 0.15rem;
  color: #4b4b4b;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

#medicalf-intro .sponly {
  display: block;
  margin-top:30px;
}
.pconly {
  display: none;
}
.smponly {
  display: block;
}
  #medicalf-pick img {
  width: 100%;
}

ul.newentry li a span {
    display: inline-block;
}

.newsttl {
  display: block;
  margin-top: 10px;
}

.row p img {
  max-width: 100%;
  height: auto;
}

.servicelist li {
  width: calc(100%/1 - 10px);
  margin: 5px;
  aspect-ratio: 3 / 3.2;
  height: initial;
}
.servicelist li a .servicettl {
  padding: 10px 20px 0px;
  text-align: center;
  font-size: 30px;
}
.servicelist li a .servicedetail {
  padding: 10px 20px 20px;
}
.missionlist li {
  width: calc(100%/1 - 10px);
}

.newentry .newsttl {
  display: block;
}

#medicalf-home {
  height: auto;
}

#medicalf-intro {
  padding-top:3em;
}

#medicalf-intro .h2img img, #medicalf-partner .h2img img, #medicalf-service00 .h2img img, #medicalf-service01 .h2img img{
  height: 60px;
}

#medicalf-concept .h2img img{
  height: 150px;
  max-width: 100%;
}

#medicalf-contact .toi_link img{
  max-width: 400px !important;
  width: 100% !important;
}

.toi_text {
  font-size: 120%;
  padding: 0 20px;
}

#medicalf-concept h2 {
  font-size: 18px;
  letter-spacing: 0;
}

.row.whiteback {
  margin: 15px;
  padding: 1em;
}

.head_left .head__catch {
  position: initial !important;
  transform: none !important;
  -webkit- transform: none !important;
}

.serviceitem {
  width: calc(100%/1 - 40px);
  margin: 20px;
  max-width: 80%;
}

.servicettl {
  font-size: 100%;
}


#medicalf-intro h3 {
  font-size: 18px;
}
h3 {
  font-size: 18px;
}

body {
  font-size: 15px;
}

p {
  font-size: 15px;
}

#medicalf-intro p {
  font-size: 15px;
}

table th, table td {
font-size: 15px;
}

.teltext p {
    font-size: 18px;
}
.pflink li {
    width: calc(100%/1 - 20px);
}
.drw__bottom a {
  width: 100%;
}

.drw__inner {
  margin-top: 0;
}

.footmenu {
  padding: 3.2em 0em;
}

.footmenu ul li {
  width: calc(100%/2 - 10px);
  text-align: center;
  background-color: rgba(255,255,255,0.1);
}

  #footer .col-md-6 {
    margin: 20px;
    text-align: center;
        clear: both;
  }

  #footer .reverse {
    padding-bottom: 20px;
    margin: 20px;
  }

#footer .reverse li{
  width: calc(100%/2 - 20px);
  background-color:#fff;
}

  #medicalf-home .gradient {
    height: auto;
  }
 .gradient img.sponly {
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: auto;
  }

  .head__catch{
    top: 50%;
    text-align: center;
  }

  .head__catch img{
    width: 100%;
    max-width: 250px;
    height: auto;
  }


.sns {
  text-align: center !important;
  margin-top: 2em;
  margin-bottom: 2em;
}

.menu_tel {
  text-align: center;
  margin: 1em 0;
}

.foot__inner {
  padding: 0;
}

#medicalf-header .container {
  padding: 0;
  margin: 0;
}

  .head__catch {
    width: 80%;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
  }

.head__catch h1 {
    margin: 0;
    margin-bottom: 0px;
    font-size: 21px;
    color: #04397d;
    margin-bottom: 15px;
  }

.head__catch .catch_detail {
  margin: 30px 0 0 10%;
}

#medicalf-header.navbar-fixed-top .navbar-brand .logo02{
    width: 230px;
    height: auto;
    margin-top: 10px;
  }
.navbar-header.undercontents {
  margin-bottom: 0;
  position: initial;
  top: initial;
  left: initial;
  background-color: initial;
  border-radius: initial;
  width: initial;
  height: initial;
}

.hinmoku li,.hinmoku2 li {
  width: calc(100%/1 - 20px);
  display: initial;
}
.hinmoku li img,.hinmoku2 li .hinmoku-left {
  width: 120px;
}
.hinmoku li .hinmoku-right,.hinmoku2 li .hinmoku-right {
  width: calc(100% - 120px);
  float: right;
}
}

.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}
/*　背景画像設定　*/

.slider-item {
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    width: 100%;
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: right;
  margin: -50px 10px 0 0px;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    color: transparent;
    outline: none;
    width:13px;/*ドットボタンのサイズ*/
    height:13px;/*ドットボタンのサイズ*/
    display:block;
    padding: 0;
    border: none;
    background:#fff;/*ドットボタンの色*/
}

.slider_text {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    left: 13%;
    top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.slider_text span {
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px;

}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:#f6aa0f;
  text-align:center;
  color:#fff;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:300px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
    fill-opacity: 0;/*最初は透過0で見えない状態*/
    transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
    fill: none;/*塗りがない状態*/
    stroke: #333;/*線の色*/
  }

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
    fill: #333;/*塗りの色*/
    fill-opacity: 1;/*透過1で見える状態*/
    stroke: none;/*線の色なし*/
  }


#medicalf-service03 .col-md-4 {
  position: relative;
  text-align: center;
}

#medicalf-service03 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.underdot {
  position: relative;
}

@media screen and (max-width: 896px) {

h2.homettl {
  font-size: 30px !important;
  text-align: center !important;
}
h2.homettl::after {
  content: "...";
  font-size: 35px !important;
  letter-spacing: 0;
}

.adressblock__01,.adressblock__02 {
  width: 100%;
}

.p_left {
  padding-left: 20px;
  margin-top: 20px;
}
.p_right {
  padding-right: 20px;
}

.button__right {
  margin: 25px auto;
}

.servicelist {
  margin: 0;
}

#splash_logo svg {
  width: 240px;
}

.head_left, .head_right_slider {
  width: 100% !important;
}

.head_left .head__catch h1 {
  font-size: 30px;
  margin-top: 110px;
  margin-left: 15px;
}
.head_left .head__catch h1 span {
  font-size: 22px;
  margin-bottom: 10px;
}

.head_left .head__catch h1 img{
  width: 90%;
  height: auto;
}

 .slider-item {
  display: flex !important;
  justify-content: center;  
 }
 .slider-item img {
  height: 500px;
  width: auto; 
 } 
.slider_text {
  font-size: 24px;
  left: 1em;
  width: calc(100% - 2em);
}

#medicalf-intro h4 {
  margin-top: 50px;
}

#medicalf-service01, #medicalf-concept, #medicalf-service03, #medicalf-service04, #medicalf-service05, #medicalf-services, #medicalf-info, #medicalf-contact {
  padding: 4em 0 4em;
}
#medicalf-recruit {
  background-image: none;
  padding: 2em 0 7px;
  background-color: #bc1716;
}

.rec_left {
  padding: 2em;
}

.rec_left h2 {
  font-size: 50px !important;
}

.rec_right {
  background-color: #fff;
  padding: 2em;
}

ul.newentry li a {
  padding: 15px 10px;
}

ul.makerlist li {
  width: calc(100%/2 - 20px);
}

.section-heading h2 {
  letter-spacing: 0.05em;
}

}

/*loader*/
.loader {
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.loader_dot, .loader_dot:before, .loader_dot:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.4s infinite ease-in-out;
  animation: load7 1.4s infinite ease-in-out;
}

.loader_dot {
  color: #281d15;
  font-size: 10px;
  margin: -2em auto 0;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.loader_dot::before, .loader_dot::after {
  content: '';
  position: absolute;
  top: 0;
}

.loader_dot::before {
  left: -4.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader_dot::after {
  left: 4.5em;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 1.4vw);
  -ms-transform: translate(0, 1.4vw);
  transform: translate(0, 1.4vw);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
    box-shadow: 0 2em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
    box-shadow: 0 2em 0 0
  };
}

@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
    box-shadow: 0 2em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
    box-shadow: 0 2em 0 0
  };
}


.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #FF7BA1;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #FF7BA1;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #FF7BA1;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.flow_design03 dd {
  margin-left: 0;
  display: flex;
  align-items: center;
  line-height: 1.6em;
}

.flow_design03 dd img {
  width: 150px;
  margin-right: 20px;
}

ul.faqlist {
  padding: 20px;

}

ul.faqlist li {
  list-style-type: none;
}

.row.faqblock {
  border: 1px solid #565656;
}

.acd-content a {
  color: #2279c6;
}

.acd-check{
    display: none;
}
.acd-label {
    background: #fff;
    color: #32312f;
    display: table;
    margin-bottom: 1px;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 18px;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.acd-label span {
  padding: 15px;
  display: table-cell;
}

.acd-label::before {
    background-color: #7b7b7b;
    box-sizing: border-box;
    content: 'Q';
    display: table-cell;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 0 0 10px;
    width: 60px;
}

.acd-label::after {
    background: #efefef;
    box-sizing: border-box;
    content: '\f067';
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 0 10px 10px 0;
    width: 60px;
}
.acd-content{
    background-color: #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 30px;
    transition: .5s;
    visibility: hidden;
    margin-top: -10px;
    margin-bottom:34px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: static;
    border-radius: 0 0 10px 10px;
}

.acd-content p {
  margin-bottom: 0 !important;

}

.acd-content p strong {
    font-weight: bolder;
    margin-top: .5em;
    font-size: 18px;
    line-height: 1.2em;
    color: #dd1560;
}

.acd-check:checked + .acd-label:after{
    content: '\f068';
    font-weight: bold;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px;
    visibility: visible;
}

.faq_headtitle {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0px;
  padding-top: 70px;
  text-align: center;
}

.faqlinkbox {
  display: flex;
  justify-content: center;
}

.faqlinkbox a {
  margin: 10px;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
}

ul.list {
  display: flex;
  flex-wrap: wrap;
}

ul.list li {
  width: calc(100%/4 - 20px);
  margin: 5px 10px;
}

@media screen and (max-width: 896px) {
ul.list li {
  width: calc(100%/2 - 20px);
  margin: 5px 10px;
}
  .flow04 > li dl {
    display: block;
  }
.faqlinkbox {
  flex-wrap: wrap;
}
.faqlinkbox a {
  width: calc(100%/2 - 20px);
}
ul.faqlist
{
  padding: 10px 0;
}
.acd-label::before,.acd-label::after {
  width: 54px;
}

.flow_design03 dd {
  margin-left: 0;
  display: block;
  align-items: center;
  text-align: center;
}

.flow_design03 dd span{
  display: block;
  clear: both;
  text-align: left;
  margin-top: 10px;
}

}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  display: flex;
}

.row .flow04 h3 {
  position: absolute;
  top: 15px;
  width: calc(100% - 40px);
  text-align: center;
  background-color: #d21a69;
  color: #fff;
  padding: 5px;
  border-radius: 65px;
  border: none;
  display: inline-block;
  margin: 0 0 20px;
  line-height: initial;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #E26B5D;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #E26B5D;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 75px 20px 30px;
  margin: 0;
  position: relative;
  border-radius: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #fff;
  font-weight: normal;
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}



.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #E26B5D;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
  padding: 10px 20px;
}

.flow04 > li dl dd span {
  margin: 5px;
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
}

.flow04 li dl dd span::before {
  content: "・";
  margin-left: -19px;
  margin-right: 10px;
}

.svccatchwrap {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 60px;
  text-align: center;
}

.svccatch {
  font-size: 30px;
  color: #ea7aaa;
  margin-bottom: 20px;
  font-weight: normal;
}
.svcsubcatch {
}

.flexBlock {
  display: flex;
  flex-wrap: wrap;
}

.flexBlock ul {
  width: calc(100%/4 - 20px);
  margin: 5px 10px;
}

.flexBlock ul li::before {
  content: "●";
  margin-right: 5px;
  color: #d21a69;
}
.flexBlock ul li.none::before {
  display: none;
}
.meritlist {
   display: flex;
  flex-wrap: wrap; 
}

.meritlist li{
  width: calc(100%/4 - 20px);
  margin: 5px 10px;  
}

.meritlist li span {
  text-align: center;
  display: block;
  padding: 5px;
  line-height: 1.5em;
  color: #000;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
.table-scroll{
  overflow-x: scroll;
}

.table-scroll table{
  width: 800px;
}

#footer {
  text-align: center;
}

#footer ul li {
  width: calc(100%/2 - 10px);
  margin: 5px;
  text-align: cdenter;
  font-weight: normal;
  font-size: 14px;
}

#footer ul li a {
  padding: 10px;
  background-color: #fff;
  color: #000;
}

#footer p {
  font-size: 14px;
}
#medicalf-contact .toi_link a {
  width: calc(100%/1 - 20px);
  margin: 0px 10px 5px;
}
.flow04 > li dl { 
display: block;}
.meritlist li {
  width: calc(100%/2 - 20px);
}
.svccatch {
  font-size: 21px;}
}