@charset "UTF-8";
/* 変数 */
/* mediaquery */
/* font */
/* mixin */
html {
  color: #333;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}
a, span {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-style: normal;
}
ul li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-bottom;
}
sub {
  vertical-align: text-top;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #333;
}
figure {
  margin: 0;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html {
  font-size: 75%;
}
body {
  font-size: 1.4rem;
  color: #333;
  font-family: Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
p {
  line-height: 190%;
}
p + p {
  margin-top: 1.2rem;
}
ol {
  padding-left: 2rem;
}
ruby rt {
  font-size: 40%;
}
em {
  color: #e13838;
}
input[type=text], input[type=date], input[type=tel], input[type=email], input[type=date], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
textarea {
  width: 100%;
  height: 200px;
}
.btn-big {
  position: relative;
  display: inline-block;
  max-width: 444px;
  width: 100%;
  border-radius: 5px;
  padding: 30px;
  background: #2279c2;
  box-shadow: 5px 5px 0 0 #cce0ef;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 170%;
}
.btn-big::before {
  content: '';
  position: absolute;
  top: 48%;
  right: 20px;
  width: 35px;
  height: 4px;
  background: url(../img/common/icon-arrow.png) center center/contain no-repeat;
}
.btn-big.is-white {
  background-color: #fff;
  border: 1px solid #2279c2;
  color: #2279c2;
}
.btn-big.is-white::before {
  background-image: url(../img/common/icon-arrow-blue.svg);
}
.btn-round {
  display: inline-block;
  border: 1px solid #2279c2;
  border-radius: 30px;
  padding: 10px 30px 10px 20px;
  font-weight: bold;
  color: #2279c2;
  text-align: center;
}
.btn-round::before {
  content: '\25bc';
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  color: #2279c2;
  vertical-align: middle;
}
.btn-round:hover {
  background: #f5fbfe;
}
.btn-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 20px;
  background: #2279c2;
  box-shadow: 5px 5px 0 0 #cce0ef;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
  cursor: pointer;
  transition: all .2s;
}
.btn-submit:hover {
  background: #1f8bdd;
}
.btn-submit.is-gray {
  background: #757575;
  box-shadow: 5px 5px 0 0 #cacaca;
}
.btn-img {
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  min-width: 315px;
  border: 1px solid #0a5d9e;
  color: #0a5d9e;
  border-radius: 10px;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.5rem;
  box-shadow: 3px 3px 0 0 #0a5d9e;
  font-weight: bold;
}
.btn-img img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}
.btn-img.is-pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(../img/common/icon-pdf.png) center center/contain no-repeat;
  vertical-align: middle;
}
.btn-round-s {
  display: inline-block;
  padding: 3px 25px;
  border-radius: 30px;
  border: 1px solid #2279c2;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2279c2;
}
.topNews-contents-btn a:hover {
  border: 1px solid #2279c2;
  background: #2279c2;
  color: #fff;
}
.col {
  display: flex;
  flex-flow: row wrap;
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
.is-2 .col-contents {
  max-width: 48%;
  text-align: center;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n + 3) {
  margin-top: 30px;
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n + 1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n + 4) {
  margin-top: 30px;
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n + 1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n + 5) {
  margin-top: 30px;
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}
.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
.flImgContents-img.is-s {
  max-width: 200px;
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
.flImgContents-img.is-l {
  max-width: 47%;
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
/*　テキスト、フォント　*/
.text-s {
  font-size: 85%;
}
.text-l {
  font-size: 120%;
}
.cl-red {
  color: #ff0000;
}
.text-theme {
  color: #2279c2;
  font-weight: bold;
  font-size: 1.8rem;
}
.text-indent {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
/* リスト */
.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: '●';
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #2279c2;
}
.list-disc {
  margin-top: 30px;
  padding-left: 2rem;
}
.list-disc > li {
  list-style: disc;
  margin: 0 0 10px;
  line-height: 200%;
}
.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}
.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}
/* 定義リスト */
.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.dl-normal dd {
  margin-bottom: 30px;
}
.al-r {
  text-align: right;
}
.al-c {
  text-align: center;
}
.full {
  width: 100%;
}
.size-30 {
  width: 30%;
}
.size-60 {
  width: 60%;
}
.indent {
  width: 97%;
  margin: 0 0 0 auto;
}
.indent-kome {
  text-indent: -1.3rem;
    margin-top: 1px;
    padding-left: 1.3rem;
    font-size: 0.98em;
    line-height: 1.4;
}
.indent-kome span {
	font-weight: bold;
}
/*　セクション　*/
.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-01:first-child {
  margin-top: 0;
}
.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-02:first-child {
  margin-top: 0;
}
.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-03:first-child {
  margin-top: 0;
}
.section-center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* テーブル */
.nowrap {
  white-space: nowrap;
}
.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-01 {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.table-01 thead {
  background: #2279c2;
}
.table-01 thead th {
  color: #fff;
  font-size: 1.6rem;
}
.table-01 tbody tr {
  border-bottom: 1px solid #cccccc;
}
.table-01 tbody tr:nth-child(odd) {
  background: #f2f5ff;
}
.table-01 th, .table-01 td {
  padding: 15px 10px 15px 40px;
}
.table-01 th.is-red, .table-01 td.is-red {
  background: #cc0833;
}
.table-01 a {
  color: #019ab3;
}
.table-02 tr {
  border-bottom: 1px solid #ccc;
}
.table-02 th, .table-02 td {
  padding: 15px 30px 15px;
}
.table-02 th {
  background: #eef1f4;
}
.wfix {
  table-layout: fixed;
}
/* タイトル */
.title-bold {
      margin: 10px 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #c3ad37;
    padding: 10px 5px;
    border: solid 1.5px #c3ad37;
}
.title-l {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #333;
}
.title-l::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 200px);
  width: 400px;
  height: 1px;
  background: #ccc;
}
.title-l::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 104px);
  width: 208px;
  height: 5px;
  background: #2279c2;
}
.title-l-sub {
  margin-left: 40px;
  font-size: 1.6rem;
}
.title-m {
  margin-bottom: 40px;
  padding: 15px 30px;
  /* border: 1px solid #2279c2; */
  border-radius: 40px;
  background: #2279c2;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
}
.title-s {
  margin-bottom: 30px;
  padding: 2px 0 0 15px;
  font-size: 1.8rem;
  border-left: 4px solid #333;
  font-weight: bold;
}
.title-line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #2279c2;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.title-line::after {
  content: '';
  flex: 1;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background: #2279c2;
}
.pankuzu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
  text-align: right;
}
.pankuzu-ul {
  display: inline-block;
}
.pankuzu-ul-li {
  float: left;
  font-size: 1.3rem;
}
.pankuzu-ul-li + .pankuzu-ul-li {
  margin-left: 5px;
}
.pankuzu-ul-li + .pankuzu-ul-li::before {
  content: '\003e';
  display: inline-block;
  margin-right: 5px;
}
.pankuzu-ul-li a {
  display: inline-block;
  color: #2279c2;
  text-decoration: underline;
}
.footer {
  margin-top: 60px;
  padding-bottom: 100px;
}
.footerContact {
  margin-bottom: 80px;
  background: url(../img/common/bg-footer.jpg) center center/cover no-repeat;
  color: #fff;
}
.footerContact-inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 80px 0 60px;
}
.footerCoSection {
  padding: 0 30px;
  text-align: center;
}
.footerCoSection.is-recruit {
  /* display: flex; */
  align-items: center;
  padding-left: 0;
}
.footerCoSection.is-tel {
  max-width: 382px;
}
.footerCoSection.is-mail {
  padding-right: 0;
}
.footerCoSection-title {
  width: 300px;
  margin: 0 auto 40px;
  padding: 5px 10px;
  border: 1px solid #aec1d2;
  border-radius: 30px;
  font-size: 1.2rem;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
.footerCoSection-tel {
  /* display: inline-block; */
  display: inline-flex;
  margin-bottom: 15px;
  font-family: "futura", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 3rem;
  font-weight: 500;
}
.footerCoSection-tel::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/common/icon-tel.png) left top/contain no-repeat;
}
.footerCoSection-tel a {
  color: #fff;
}
.footerCoSection-time {
  display: inline-block;
}
.footerCoSection-btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}
.footerCoSection-btn-icon {
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(50% - 21px);
  top: -15px;
  width: 53px;
  height: 30px;
  padding: 0 5px;
  background: #315e81;
}
.footerCoSection-btn a, .footerCoSection-btn .jomuinWrap {
  display: inline-block;
  width: 257px;
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid #fff;
  font-family: "Zen Kaku Gothic New, sans-serif";
  color: #fff;
}
.footerLinks {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
}
.footerLinks-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New, sans-serif";
  letter-spacing: .02em;
}
.footerLinks-ul-li {
  width: 25%;
}
.footerLinks-ul-li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.footerSubLinks {
  margin-bottom: 60px;
}
.footerSubLinks-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerSubLinks-ul-li {
  font-size: 1.3rem;
}
.footerSubLinks-ul-li a {
  display: inline-block;
  text-decoration: underline;
}
.footerAddress{
	margin: 0 auto;  
	display: flex;
    align-items: center;
    justify-content: center;
    width: 560px;
	}
.footerAddress-rakuwa_logo{
  width: 150px;
  margin: 0 auto 30px;	  
	}
.footerAddress-logo {
  width: 275px;
  margin: 0 auto 30px;
}
.footerAddress-jusho {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 60px;
  height: 60px;
  background: #2279c2;
  border-radius: 50%;
  z-index: 2;
  display: none;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dwMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 5;
}
.dwMenu-hamburger {
  position: relative;
  display: block;
  outline: none;
  border: none;
}
.dwMenu-hamburger span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  transition: all .4s;
}
.dwMenu-hamburger span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
.dwMenu-hamburger span:nth-of-type(2) {
  top: 11.5px;
  transition: all .25s .25s;
  opacity: 1;
}
.dwMenu-hamburger span:nth-of-type(3) {
  top: 24px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
.dwMenu-text {
  display: block;
  margin-top: 27px;
  text-align: center;
  font-size: .9rem;
}
@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin: 0 0 20px auto;
  padding-left: 2%;
}
/*.header-rakuwa_logo {
    margin-right: 1%;
    padding-top: 10px;
    width: 185px;
}*/
.header-logo {
  /*margin-right: 30px;
  padding-top: 10px;
  width: 380px;*/
  display: flex;
  justify-content: left;
  width: 650px;
  padding-top: 10px;
}
.header-medicalmark {
  display: flex;
  align-items: center;
  justify-content: right;
  /*width: 260px;*/
}
.header-medicalmark-logomark {
  width: 415px;	
  margin-right: 5px;
  padding-top: 10px;	
}
.header-medicalmark-logo_kara {
  display: inline-block;
  width: 50px;
}
.header-medicalmark-logo {
  display: inline-block;
  width: 265px;
}
.header-medicalmark-logo img {
  width: auto;
  height: 100%;
}
/*.header-medicalmark-text {
  font-size: 0.7em;
  font-weight: bold;
}*/
.headerContact {
  display: flex;
  background: linear-gradient(#2793c9, #086e9c);
  margin-left: 10px;
}
.headerContact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 100px;
  border-right: 1px solid #68b4d9;
  font-family: "Zen Kaku Gothic New, sans-serif";
  color: #fff;
  font-size: 1.3rem;
  line-height: 180%;
}
.headerContact-tel {
  padding: 27px 20px 0;
}
.headerContact-tel-num-main {
  display: block;
  margin-bottom: 10px;
  font-family: "futura", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 2.7rem;
  color: #fff;
  white-space: nowrap;
}
.headerContact-tel-num-main::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 22px;
  margin-right: 10px;
  background: url(../img/common/icon-tel.png) left top/contain no-repeat;
}
.headerContact-tel-num-time {
  display: block;
  font-family: "Zen Kaku Gothic New, sans-serif";
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
}
.headerContact-tel-num a {
  color: #fff;
}
.headerContact-mail {
  width: 116px;
}
.headerContact-mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  background: linear-gradient(#277ec9, #085b9c);
}
.headerContact-mail-icon {
  display: inline-block;
  width: 27px;
  margin-bottom: 8px;
}
.headerContact-mail-main {
  color: #fff;
  font-family: "Zen Kaku Gothic New, sans-serif";
  font-size: 1.2rem;
  text-align: center;
}
.lnavi {
  margin-bottom: 80px;
}
.lnavi-ul {
  display: flex;
  justify-content: space-around;	
  width: 50%;
  margin: 0 auto;
}
/*.lnavi-ul-li + .lnavi-ul-li {
  margin-left: 50px;
}*/
.lnavi-ul-li a {
  width: 220px;
}
.lnavi-ul-li a:hover {
  background: #E1F1FF;
}
.gNavi {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 20px;
}
.gNavi-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New, sans-serif";
  letter-spacing: 0.1em;
}
.gNavi-ul-li {
  position: relative;
  width: 25%;
}
.gNavi-ul-li > a, .gNavi-ul-li > span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  text-align: center;
  /*font-weight: bold;*/
  letter-spacing: 0.1em;
  color: #333;
}
.gNavi-ul-li > a::after, .gNavi-ul-li > span::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 15%;
  display: inline-block;
  width: 70%;
  height: 2px;
  background: #2279c2;
  transform: scaleX(0);
  transition: all .3s;
}
.gNavi-ul-li.is-current a::after {
  transition: all 0s;
  transform: scaleX(1);
}
.gNaviSub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all .2s;
  z-index: 1;
}
.gNaviSub-li a {
  display: block;
  padding: 10px;
}
.filter {
  background: #000;
  opacity: 0.3;
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: 1;
}
.dwMenu-active .filter {
  opacity: .4;
  pointer-events: auto;
}
.companyTable {
  width: 100%;
}
.stakeholders {
  display: flex;
}
.stakeholders-ul {
  flex-grow: 1;
}
.stakeholders-ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.contactBn {
  display: inline-flex;
  background: linear-gradient(#2793c9, #086e9b);
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New, sans-serif";
  font-weight: bold;
  color: #fff;
  letter-spacing: .02em;
  text-align: center;	
}
.contactBn-msg {
  padding: 20px 30px;
  line-height: 200%;
}
.contactBn-tel {
  display: inline-block;
  padding: 20px 50px;
  font-family: "futura", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: .3rem;
}
.contactBn-tel a {
  color: #fff;
}
.contactBn-tel::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 26px;
  margin-right: 20px;
  background: url(../img/common/icon-tel.png) left center/contain no-repeat;
}
.contactTable {
  margin-bottom: 40px;
}
.contactTable th {
  width: 25%;
}
.contactTable .titleicon {
  float: right;
  display: block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.contactTable .titleicon.is-hissu {
  background: #d0c488;
}
.contactTable-jusho-yubinmark {
  margin-right: 5px;
}
.contactTable-jusho-input {
  margin-top: 10px;
}
.contactTable input[type=checkbox] {
  margin-right: 5px;
}
.contactBtns {
  display: flex;
  justify-content: space-around;
}
.contactBtns input {
  max-width: 30%;
}
.contactBtns input + input {
  margin-left: 20px;
}
.inputContainer-li {
  line-height: 1.9;
}
.inputContainer-li + .inputContainer-li {
  margin-top: 10px;
}
.inputContainer-li input {
  margin-right: 5px;
}
/* NGなら赤くする */
.contactTable input:focus:invalid {
  background: #fff3f3;
}
.faqSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
}
.faqSection + .faqSection {
  margin-top: 80px;
}
.faqSection-q-title {
  position: relative;
  min-height: 48px;
  margin-bottom: 30px;
  padding: 11px 10px 11px 60px;
  border-radius: 23px;
  border: 1px solid #2279c2;
  background: #f5fbfe;
  font-size: 1.6rem;
  color: #2279c2;
  font-weight: bold;
}
.faqSection-q-title::before {
  content: '？';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2279c2;
  font-weight: bold;
  color: #fff;
}
.mitumori {
  margin-bottom: 100px;
  text-align: center;
  font-family: "Zen Kaku Gothic New, sans-serif";
}
.mitumori-em {
  display: inline-block;
  margin-right: 30px;
  padding: 10px 20px 10px 30px;
  border-radius: 10px;
  background: #d52121;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.mitumori-text {
  display: inline-block;
  font-size: 2rem;
}
.stLead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
}
.stLead-copy {
  margin-bottom: 35px;
  color: #2279c2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.stLead-text {
  text-align: center;
}
.stTopImgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.stTopImgs-one.is-l {
  width: 65%;
}
.stTopImgs-one.is-r {
  width: 33%;
}
.stPhotos {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsList {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.newsList li + li {
  margin-top: 20px;
}
.newsList a {
  display: inline-block;
  text-decoration: underline;
  line-height: 200%;
  padding-left: 1em;
  text-indent: -1em;
}
.newsList a:hover {
  color: #019ab3;
}
.newsList a::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  border-left: 5px solid #0a5d9e;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.newsWrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
}
.newsDetail {
  padding-bottom: 100px;
}
.newsDetail p {
  line-height: 200%;
}
.flowSection-wrap {
  margin-bottom: 60px;
}
.flowSection {
  position: relative;
  display: flex;
  border-radius: 10px;
}
.flowSection::after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 60px);
  display: inline-block;
  border-top: 30px solid #2279c2;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
.flowSection + .flowSection {
  margin-top: 40px;
}
.flowSection:last-child::after {
  content: none;
}
.flowSection-title {
  display: flex;
  align-items: center;
  width: 227px;
  padding: 0 30px;
  border-radius: 10px 0 0 10px;
  border-top: 1px solid #2279c2;
  border-left: 1px solid #2279c2;
  border-bottom: 1px solid #2279c2;
  background: #2279c2;
  color: #fff;
}
.flowSection-content {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 109px;
  padding: 10px 30px;
  border-top: 1px solid #2279c2;
  border-right: 1px solid #2279c2;
  border-bottom: 1px solid #2279c2;
  border-radius: 0 10px 10px 0;
  color: #2279c2;
}
.priceList {
  margin: 50px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priceList-one {
  position: relative;
  width: 16%;
}
.priceList-one + .priceList-one .priceList-one-img::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 37%;
  display: inline-block;
  width: 100px;
  height: 25px;
  background: url(../img/common/arrow.png) center center/contain no-repeat;
}
.priceList-one-img {
  margin-bottom: 8px;
}
.priceList-one-img img {
  position: relative;
  z-index: 1;
}
.priceList-one-cap {
  text-align: center;
}
.kangoshijochu .text-l {
  font-size: 1.8rem;
}
.minkan {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.minkan-text {
  width: 50%;
}
.minkan-table {
  width: 60%;
  margin-left: 30px;
}
.minkan-table col:nth-child(1) {
  color: #333;
}
.minkan-table col:nth-child(2) {
  background: #2279c2;
}
.minkan-table col:nth-child(3) {
  background: #47CFD2;
}
.minkan-table tr {
  border-bottom: 2px solid #fff;
}
.minkan-table th, .minkan-table td {
  padding: 15px;
  text-align: center;
}
.minkan-table thead {
  color: #fff;
}
/*.minkan-table thead th {
  font-weight: bold;
}*/
.minkan-table thead th:first-child {
  background: transparent;
}
.minkan-table tbody th {
  background: #f3f3f3;
}
.minkan-table tbody td {
  color: #fff;
}
.minkanHansou {
  display: flex;
}
.minkanHansou-img {
  width: 45%;
  margin-left: 20px;
  text-align: center;	
}
.minkanHansou-img-cap {
  display: block;
  margin-top: 10px;
  line-height: 180%;
  text-align: left;
}
.minkanHansou-contents {
  flex: 1;
}
.minkanHansou-contents-text {
  margin-bottom: 40px;
}
.minkanHansou-contents-point {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  background: #e3eff6;
}
.minkanHansou-contents-point-li {
  line-height: 180%;
}
.minkanHansou-contents-point-li:before {
  color: #2279c2;
  content: '◆';
  margin-right: .5em;
  vertical-align: baseline;
}
.minkanHansou-contents-point-li + .minkanHansou-contents-point-li {
  margin-top: 5px;
}
.kaigotaxiSummary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kaigotaxiSummary-text {
  flex: 1;
}
.kaigotaxiSummary-text-copy {
  font-size: 1.6rem;
}
.kaigotaxiSummary-text-main {
  font-family:"Zen Kaku Gothic New, sans-serif";
  font-size: 3rem;
  font-weight: bold;
  color: #2279c2;
  line-height: 1.4;	
}
.kaigotaxiSummary-text-list {
  margin: 20px auto;
}
.kaigotaxiSummary-text-list-ul {
  font-size: 1.5rem;
}
.kaigotaxiSummary-text-list-ul + .kaigotaxiSummary-text-list-ul {
  margin-left: 20px;
}
.kaigotaxiSummary-text-list-ul li {
  margin-bottom: 10px;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  line-height: 160%;
}
.kaigotaxiSummary-text-list-ul li:before {
  color: #2279c2;
  content: '◆';
  margin-right: .5em;
  vertical-align: baseline;
}
.kaigotaxiSummary-img {
  width: 43%;
  margin: 20px 0 0;
}
.kaigotaxiCol {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.kaigotaxiCol-one {
  width: 31%;
}
.kaigotaxiCol-one-cap {
  display: inline-block;
  margin-top: 10px;
}
.taxiSummary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 140px;
}
.taxiSummary-lead {
  margin-bottom: 60px;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2.2rem;
  text-align: center;
}
.taxiSummary-btn {
  text-align: center;
}
.taxiAnsin {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.taxiAnsin-img {
  width: 50%;
}
.taxiAnsin-contents {
  margin-top: 15px;
  width: 45%;
}
.taxiAnsin-contents-title {
  margin-bottom: 25px;
  font-size: 2.2rem;
}
.taxiAnsin-contents-list-li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: 1.6rem;
}
.taxiAnsin-contents-list-li + .taxiAnsin-contents-list-li {
  margin-top: 10px;
}
.priceAddTable {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
.priceAddTable tr {
  border-bottom: 1px solid #ccc;
}
.priceAddTable th, .priceAddTable td {
  padding: 10px 20px;
  font-size: 1.6rem;
}
.mv {
  position: relative;
  margin-bottom: 60px;
}
.mv-content {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 40%;
  max-width: 440px;
  height: 100%;
  padding: 80px 2% 0;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
.mv-content-point {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 0 8%;
}
.mv-content-point-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  letter-spacing: .2rem;
  font-weight: bold;
}
.mv-content-point-one.is-blue {
  background: #008abe;
}
.mv-content-point-one.is-green {
  background: #2ba999;
}
.mv-content-point-one.is-pink {
  background: #e95383;
}
.mv-content-copy {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
.mv-content-logo {
  width: 85%;
  margin: 0 auto;
}
.topSlider img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% top;
  object-position: 70% top;
  font-family: 'object-fit: cover; object-position: right bottom;';
}
.topSlider .slick-dots {
  bottom: 35px;
}
.topSlider .slick-dots li button:before {
  font-size: 12px;
}
.topSlider .slick-arrow {
  z-index: 3;
  width: 30px;
  height: 30px;
}
.topSlider .slick-arrow.slick-prev {
  left: 25px;
}
.topSlider .slick-arrow.slick-next {
  right: 25px;
}
.topSlider .slick-prev:before, .topSlider .slick-next:before {
  font-size: 30px;
}
.topSlider .slick-dots {
  bottom: -35px;
}
.aboutMinkankyukyu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 2% 0 5% 2%;
}
.aboutMinkankyukyu .sheet {
  background-color: #f0f6fa;
}
.aboutMinkankyukyu-imgs {
  max-width: 440px;
  /*padding: 30px 0 0 0;*/
  padding: 30px 10px;
  margin: 0 auto;
}
.aboutMinkankyukyu-imgs-img {
  /*margin-bottom: 50px;*/
  padding-top: 20px;
}
/*.aboutMinkankyukyu-imgs-img img {
  box-shadow: 30px 30px 0 0 #e6e6e6;
}*/
.aboutMinkankyukyu-imgs-car {
  margin-left: 10px;
}
.aboutMinkankyukyu-contents {
  width: 63%;
}
.aboutMinkankyukyu-contents-title {
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #3bb7ff 10%, #277ec9 50%, #08289c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 150px auto 0;
  text-align: center;
}
.aboutMinkankyukyu-contents-text {
  margin: 0 auto;
  padding: 40px 10px 20px 40px;
}
.aboutMinkankyukyu-contents-text p {
  line-height: 210%;
}
.aboutMinkankyukyu-contents-japan {
  /*max-width: 600px;*/
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}
.aboutMinkankyukyu-contents-japan-img {
  /*width: 440px;*/
  /*margin: 0 0 0 auto;*/
  padding: 0 5%;
}
.aboutMinkankyukyu-contents-japan-text {
  position: absolute;
  left: 0;
  top: auto;
  color: #085b9c;
  font-family: "Zen Kaku Gothic New, sans-serif";
  font-size: 1.48rem;
  /*letter-spacing: .05rem;	*/
  line-height: 180%;
  padding: 0 5%;
}
@media (max-width: 980px) {
  .aboutMinkankyukyu-contents-title {
    font-size: 3rem;
  }
  .aboutMinkankyukyu-contents-text {
    padding: 20px 10px;
  }
  .aboutMinkankyukyu-contents-japan {
    width: 100%;
  }
  .aboutMinkankyukyu-contents-japan-img {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  .aboutMinkankyukyu-imgs {
    width: 90%;
    padding: 0;
  }
  .aboutMinkankyukyu-imgs-img {
    width: 100%;
  }
  .aboutMinkankyukyu-imgs-car {
    width: 90%;
    margin: 20px auto;
  }
  .aboutMinkankyukyu-contents {
    width: 90%;
    margin: 0 auto;
  }
  .aboutMinkankyukyu-contents-japan-text {
    text-align: center;
    position: static;
    font-size: 4.8vw;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  .aboutMinkankyukyu {
    display: block;
    margin: 50px auto;
    padding: 0;
  }
  .servicePoint-contents-img {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px !important;
  }
}
.servicePoint {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
  border-bottom: 1px solid #2279c2;
  margin-bottom: 160px;
}
.servicePoint-contents-img {
  float: left;
  width: 45%;
  height: auto;
  margin: 20px 50px 0px 0px;
}
.servicePoint-contents-img .text {
  font-weight: bold;
  font-size: 1.4rem;
  color: #2279c2;
  text-align: center;
  margin-top: 20px;
}
.servicePoint-contents-list > li {
  line-height: 190%;
}
.servicePoint-btn {
  clear: both;
  margin: 30px auto -40px;
  text-align: right;
}
.topJisseki {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 80px;
}
.topJisseki-bn {
  width: 100%;
  margin: auto;
  padding: 10px 5px;
}
.topJisseki-bn img {
  max-width: 400px;
  width: 100%;	
}
@media (max-width: 980px) {
  .topJisseki-bn img {
    width: 95%;
  }
}
.topJisseki-bn a {
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 10px;
}
.pamph {
  margin: 0 auto;
  text-align: center;
}
.pamph-img {
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  margin-bottom: 90px;
  min-width: 315px;
  background: #0a5d9e;
  border: 1px solid #0a5d9e;
  border-radius: 5px;
  color: #fff;
  /*font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;*/
  font-size: 1.5rem;
  font-weight: bold;
}
.pamph-img::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-left: 5px;
  background: url(../img/common/icon-pdf.png) center center/contain no-repeat;
  vertical-align: middle;
}
.pamph a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.aside {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
}
.medicalmark {
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #f0f6fa;
  padding: 40px 5%;
}
.medicalmark-title {
  margin-bottom: 40px;
  text-align: center;
}
.medicalmark-title-inner {
  display: inline-block;
  padding: 18px 40px;
  background: #0a5d9e;
  border-radius: 30px;
  font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
.medicalmark-contents {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.medicalmark-contents-text {
  flex: 1;
}
.medicalmark-contents-mark {
  margin-left: 30px;
  width: 134px;
  margin: 0 auto;
  margin-top: 10px;
}
.topNews {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.topNews-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 10px;
  background: #0a5d9e;
  /*font-family: "a-otf-ud-shin-go-pr6n", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;*/
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.topNews-contents {
  flex: 1;
  padding: 40px 15px 30px 30px;
  background: #e5eff7;
}
.topNews-contents .topNews-contents-list {
  height: 160px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}
.topNews-contents .topNews-contents-list::-webkit-scrollbar-thumb {}
.topNews-contents-list-li + .topNews-contents-list-li {
  margin-top: 20px;
}
.topNews-contents-list-li {
  margin-left: 28px;
  padding-left: 1em;
  text-indent: -0.68em;
}
.topNews-contents-list-li a {
  display: inline-block;
  text-decoration: underline;
}
.topNews-contents-list-li a::before {
  content: '▶';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1px;
  color: #0a5d9e;
  font-size: 0.68em;
}
.topNews-contents-btn {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: right;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a:hover img {
    opacity: 0.8;
  }
  p a:hover {
    color: #019ab3;
  }
  .btn-big:hover {
    background: #1f8bdd;
  }
  .btn-big.is-white:hover {
    color: #fff;
  }
  .btn-round-s:hover {
    background: #f6ffff;
  }
  .footerCoSection + .footerCoSection {
    border-left: 1px solid #aec1d2;
  }
  .footerCoSection-btn a:hover {
    background: #315e81;
  }
  .footerLinks-ul-li + .footerLinks-ul-li {
    border-left: 1px solid #333;
  }
  .footerLinks-ul-li a:hover {
    background: #f3f7fa;
  }
  .footerSubLinks-ul-li a:hover {
    color: #2279c2;
  }
  .gNavi-ul-li > a:hover::after, .gNavi-ul-li > span:hover::after {
    width: 70%;
    transform: scaleX(1);
    background: #22aec7;
  }
  .stakeholders-ul + .stakeholders-ul {
    margin-left: 20px;
  }
  .contactBn-msg {
    border-right: 1px solid #68b4d9;
	font-weight: normal;  
  }
  .stPhotos-one {
    width: 28%;
  }
  .stPhotos-one:not(:nth-child(3n + 1)) {
    margin-left: 8%;
  }
  .stPhotos-one:nth-child(n + 4) {
    margin-top: 60px;
  }
  .topSlider {
    height: 100%;
  }
  .topSlider div {
    height: 100%;
  }
  .asideLinks-bottom-one a:hover {
    background: #f4fdfb;
  }
  .topNews-contents-list-li a:hover {
    color: #019ab3;
  }
}
@media (min-width: 980px) {
  .tab-sp {
    display: none !important;
  }
  .footerSubLinks-ul-li {
    margin-bottom: 5px;
  }
  .footerSubLinks-ul-li + .footerSubLinks-ul-li {
    margin-left: 40px;
  }
  .dwMenu {
    display: none;
  }
  .gNaviSub {
    pointer-events: none;
    opacity: 0;
  }
  .gNavi-ul-li:hover .gNaviSub {
    opacity: 1;
    pointer-events: inherit;
  }
  .gNaviSub-li + .gNaviSub-li {
    border-top: 1px solid #ccc;
  }
  .gNaviSub-li a {
    text-align: center;
  }
  .gNaviSub-li a:hover {
    background: #f7f7f7;
  }
}
@media (max-width: 979px) {
  .footerCoSection-time {
    display: block;
  }
  .header-inner {
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 8px 3%;
    background: #fff;
    z-index: 4;
  }
/*	
  .header-rakuwa_logo {
    width: auto;
    height: 100%;
    padding-top: 0;
  }
  .header-rakuwa_logo img {
    width: auto;
    height: 100%;
  }	
*/	
  .header-logo {
    width: auto;
    height: 100%;
    padding-top: 0;
	/*position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 70px;*/
  }
  .header-logo img {
    width: auto;
    height: 100%;
  }
  /*.header-medicalmark-text {
    font-size: 1.2rem;
  }*/
  .headerContact {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 70px;
  }
  .headerContact-title {
    display: none;
  }
  .headerContact-tel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  .headerContact-tel-num-time {
    font-size: 1.2rem;
    text-align: center;
  }
  .headerContact-mail {
    width: 20%;
  }
  .headerContact-mail a {
    padding: 0 10px;
  }
  .headerContact-mail-icon {
    margin-bottom: 0;
  }
  .headerContact-mail-main {
    display: none;
  }
  .gNavi {
    position: fixed;
    right: 100%;
    top: 0;
    width: 70%;
    height: 100vh;
    margin: 0;
    background: linear-gradient(-10deg, #2279c2 70%, rgba(0, 154, 201, 0.905));
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: translateX(0);
    z-index: 5;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .gNavi::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .dwMenu-active .gNavi {
    transform: translateX(100%);
  }
  .gNavi-ul {
    display: block;
    padding: 80px 0 80px;
  }
  .gNavi-ul-li {
    width: 100%;
  }
  .gNavi-ul-li > a, .gNavi-ul-li > span {
    padding: 15px 5% 15px 20px;
    color: #fff;
    text-align: left;
    font-weight: bold;
  }
  .gNavi-ul-li > a::before, .gNavi-ul-li > span::before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .gNaviSub {
    position: static;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    padding-left: 40px;
    border: none;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .gNaviSub-li {
    display: flex;
    align-items: center;
  }
  .gNaviSub-li::before {
    content: '-';
    display: inline-block;
    color: #fff;
  }
  .gNaviSub-li a {
    color: #8ffff9;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 65%;
  }
  .pc {
    display: none !important;
  }
  a:active img {
    opacity: 0.8;
  }
  p a:active {
    color: #019ab3;
  }
  select {
    font-size: 1.6rem;
  }
  .btn-big {
    padding: 15px 10px;
  }
  .btn-submit {
    width: auto;
    padding: 20px 30px;
  }
  .btn-submit.is-gray {
    padding: 20px;
  }
  .col {
    display: block;
  }
  .col.is-sp-flex {
    display: flex;
  }
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
  .is-2 .col-contents:nth-child(n + 3) {
    margin-top: 30px;
  }
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
  .is-3 .col-contents:nth-child(n + 4) {
    margin-top: 10px;
  }
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
  .is-4 .col-contents:nth-child(n + 5) {
    margin-top: 10px;
  }
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
  .flImgContents-img {
    max-width: 100%;
  }
  .flImgContents-img.is-s {
    max-width: 100%;
  }
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .flImgContents-img.is-l {
    max-width: 100%;
  }
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
  .text-theme {
    font-size: 1.6rem;
  }
  .size-30 {
    width: 70%;
  }
  .size-60 {
    width: 100%;
  }
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .table-01 thead th {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .table-01 th, .table-01 td {
    padding: 10px;
    font-size: 1.3rem;
  }
  .table-01.sidetitle th {
    padding: 10px 0;
  }
  .table-01.sidetitle td {
    padding: 20px 0;
  }
  .table-02 th, .table-02 td {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
  .table-02.sidetitle th {
    padding: 10px;
  }
  .table-02.sidetitle td {
    padding: 20px 0;
  }
  .sidetitle tr {
    display: block;
  }
  .sidetitle th, .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .title-l {
    font-size: 2rem;
  }
  .title-l::before {
    left: 5%;
    width: 90%;
  }
  .title-m {
    font-size: 1.5rem;
  }
  .title-s {
    font-size: 1.6rem;
  }
  .pankuzu {
    margin-bottom: 40px;
  }
  .pankuzu-ul-li {
    font-size: 1.2rem;
  }
  .footerContact-inner {
    padding-top: 60px;
    display: block;
  }
  .footerCoSection {
    width: 100%;
    padding: 0;
  }
  .footerCoSection + .footerCoSection {
    margin-top: 60px;
  }
  .footerCoSection.is-recruit {
    text-align: center;
    justify-content: center;
  }
  .footerCoSection.is-recruit .footerCoSection-btn {
    width: 70%;
  }
  .footerCoSection.is-tel {
    max-width: none;
  }
  .footerCoSection-title {
    font-size: 4vw;
    margin-bottom: 40px;
  }
  .footerCoSection-tel {
    font-size: 9vw;
  }
  .footerCoSection-btn {
    font-size: 1.6rem;
  }
  .footerCoSection-btn a, .footerCoSection-btn .jomuinWrap {
    width: 100%;
  }
  .footerLinks-ul-li {
    width: 50%;
  }
  .footerLinks-ul-li:nth-child(even) {
    border-left: 1px solid #7e7e7e;
  }
  .footerLinks-ul-li:nth-child(n + 3) {
    margin-top: 5px;
  }
  .footerSubLinks {
    padding: 20px 5%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footerSubLinks-ul {
    justify-content: space-between;
  }
  .footerSubLinks-ul-li {
    width: 49%;
    font-size: 1.2rem;
  }
  .footerSubLinks-ul-li:nth-child(n + 3) {
    margin-top: 10px;
  }	
.footerAddress{
	margin: 0 auto;  
	display: block;
    width: 100%;
	}
.footerAddress-rakuwa_logo{
  width: 33%;
  margin-bottom: 10px;	
	}
.footerAddress-logo {
    width: 70%;
}	
	
  .pagetop {
    bottom: 80px;
    width: 50px;
    height: 50px;
  }
  .header-medicalmark {
    margin-bottom: 10px;
  }
  .header .header-medicalmark {
    display: none;
  }
  .headerContact-tel-num-main {
    font-size: 6vw;
    margin-bottom: 3px;
  }
  .lnavi-ul-li {
    width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;  
  }
  .lnavi-ul-li a {
    width: 100%;
    padding: 10px;
  }
  .companyTable th {
    width: 80px;
  }
  .stakeholders {
    display: block;
  }
  .stakeholders-ul li {
    font-size: 1.4rem;
  }
  .contactBn {
    display: block;
  }
  .contactBn-msg {
    padding: 10px 20px;
    border-bottom: 1px solid #68b4d9;
  }
  .contactBn-tel {
    padding: 20px;
    font-size: 7vw;
  }
  .contactBn-tel::before {
    width: 40px;
    height: 22px;
  }
  .contactTable th {
    width: 100%;
  }
  .contactTable input, .contactTable textarea {
    font-size: 1.6rem;
  }
  .contactBtns input {
    max-width: none;
  }
  .inputContainer {
    padding: 0 5%;
  }
  .inputContainer-li + .inputContainer-li {
    margin-top: 20px;
  }
  .faqSection-q-title {
    padding-left: 50px;
  }
  .mitumori-em {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .mitumori-text {
    font-size: 4.5vw;
  }
  .stLead-text {
    text-align: left;
  }
  .stTopImgs {
    display: block;
  }
  .stTopImgs-one.is-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .stTopImgs-one.is-r {
    width: 90%;
    margin: 0 auto;
  }
  .stPhotos-one {
    width: 80%;
    margin: 0 auto 10px;
  }
  .newsList {
    padding-bottom: 5vh;
    width: 100%;
  }
  .newsDetail {
    padding-bottom: 5vh;
    width: 100%;
  }
  .flowSection {
    display: block;
    border: 1px solid #2279c2;
    padding: 10px;
  }
  .flowSection-title {
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 6px;
    width: 100%;
  }
  .flowSection-content {
    display: block;
    min-height: 0;
    padding: 0;
    border: none;
    font-size: 1.3rem;
  }
  .priceList {
    justify-content: center;
    margin-bottom: 30px;
  }
  .priceList-one {
    width: 29%;
  }
  .priceList-one:not(:nth-child(3n+1)) {
    margin-left: 6%;
  }
  .priceList-one:nth-child(n + 4) {
    margin-top: 15px;
  }
  .priceList-one + .priceList-one .priceList-one-img::before {
    top: 10vw;
    width: 80px;
  }
  .kangoshijochu .text-l {
    font-size: 1.6rem;
  }
  .minkan {
    display: block;
  }
  .minkan-text {
    width: 100%;
  }
  .minkan-table {
    width: 100%;
    margin: 30px auto 0;
  }
  .minkanHansou {
    display: block;
  }
  .minkanHansou-img {
    width: 100%;
	margin: 0 auto!important;
    margin-top: 30px;
  }
  .kaigotaxiSummary {
    display: block;
  }
  .kaigotaxiSummary-text-list {
    display: block;
  }
  .kaigotaxiSummary-text-list-ul {
    width: 100%;
  }
  .kaigotaxiSummary-text-list-ul + .kaigotaxiSummary-text-list-ul {
    margin-left: 0;
  }
  .kaigotaxiSummary-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .kaigotaxiCol {
    display: block;
  }
  .kaigotaxiCol-one {
    width: 100%;
  }
  .kaigotaxiCol-one + .kaigotaxiCol-one {
    margin-top: 30px;
  }
  .taxiSummary {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .taxiSummary-lead {
    font-size: 6vw;
  }
  .taxiAnsin {
    display: block;
  }
  .taxiAnsin-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .taxiAnsin-contents {
    width: 100%;
  }
  .priceAddTable {
    width: 100%;
  }
  .priceAddTable th, .priceAddTable td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .mv {
    height: auto;
    margin-bottom: 0;
  }
  .mv-content {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 20px 5% 0;
    max-width: none;
    background: transparent;
  }
  .mv-content-copy {
    margin-bottom: 20px;
    color: #333;
    font-size: 5vw;
    text-align: center;
  }
  .topSlider img {
    height: auto;
  }
  .topSlider_contents {
    min-height: 0;
  }
  .topSlider .slick-dots {
    bottom: -20px;
  }
  .topJisseki {
    display: block;
  }
  .topJisseki-bn {
    width: 100%;
  }
  .topJisseki-des {
    width: 100%;
  }
  .topJisseki-des-text {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 4.5vw;
  }
  .topJisseki-des::after {
    width: 24vw;
  }
  .aside {
    display: block;
  }
  .medicalmark {
    width: 100%;
  }
  .medicalmark-title-inner {
    width: 100%;
    font-size: 4.6vw;
    padding: 10px;
	letter-spacing: 0;  
  }
  .medicalmark-contents {
    display: block;
  }
  .medicalmark-contents-text {
    margin-bottom: 20px;
  }
  .medicalmark-contents-mark {
    width: 40%;
    margin: 0 auto 30px;
  }
  .pamp {
    width: 100%;
  }
  .topNews {
    display: block;
  }
  .topNews-title {
    width: 100%;
  }
  .topNews-contents {
    padding: 30px 5%;
  }
  .topNews-contents-btn {
    float: none;
    margin: 30px 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .pankuzu {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .lnavi-ul {
	display: block;  
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
  .faqSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .stLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .servicePoint {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .topJisseki {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .aside {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .topNews {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .btn-img {
    min-width: 0;
  }
  .section-03　{
	margin-bottom: 0;
	}	
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pankuzu {
    max-width: 90%;
    width: 90%;
  }
  .footerContact-inner {
    max-width: 90%;
    width: 90%;
  }
  .footerLinks {
    max-width: 90%;
    width: 90%;
  }
  .gNavi {
    max-width: 90%;
    width: 90%;
  }
  .faqSection-wrap {
    max-width: 90%;
    width: 90%;
  }
  .stLead {
    max-width: 90%;
    width: 90%;
  }
  .stTopImgs {
    max-width: 90%;
    width: 90%;
  }
  .stPhotos {
    max-width: 90%;
    width: 90%;
  }
  .taxiSummary {
    max-width: 90%;
    width: 90%;
  }
  .mv-content-point {
    padding: 0;
  }
  .mv-content-copy {
    font-size: 2.2vw;
  }
  .servicePoint {
    max-width: 90%;
    width: 90%;
  }
  .topJisseki {
    max-width: 90%;
    width: 90%;
  }
  .topJisseki-des-text {
    font-size: 1.9vw;
  }
  .aside {
    max-width: 90%;
    width: 90%;
  }
  .medicalmark-contents {
    display: block;
  }
  .topNews {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {	
  .footerContact-inner {
    flex-wrap: wrap;
  }
  .footerCoSection.is-recruit {
    width: 35%;
  }
  .footerCoSection.is-recruit .footerCoSection-btn {
    width: 100%;
  }
  .footerCoSection.is-tel {
    max-width: none;
    width: 62%;
  }
  .footerCoSection.is-mail {
    width: 100%;
    margin-top: 60px;
    border-left: none;
    padding-left: 0;
  }
  .footerCoSection-tel {
    letter-spacing: 0;
    font-size: 4.8vw;
  }
  .footerCoSection-btn a, .footerCoSection-btn .jomuinWrap {
    width: 100%;
  }
  .footerSubLinks-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }
  .footerSubLinks-ul-li {
    width: 33%;
  }
  .footerSubLinks-ul-li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .header-logo {
    max-width: 500px;
    width: 100%;
  }
  /*.header-medicalmark {
    padding-right: 70px;
	width: 440px;
  }
  .header-medicalmark-logomark {
    width: auto;
    max-width: 44px;
    height: 100%;
  }
  .header-medicalmark-logomark img {
    height: 100%;
  }*/
 .header-medicalmark {
    padding-right: 70px;
  }	
  .header-medicalmark-logo {
    width: auto;
    height: 100%;
  }
  .header-medicalmark-logo img {
    height: 100%;
  }	
  .headerContact-tel-num {
    display: flex;
  }
  .headerContact-tel-num-main {
    margin-bottom: 0;
    font-size: 3rem;
    margin-right: 20px;
  }
  .gNavi {
    max-width: 300px;
  }
  .contactBn-tel {
    letter-spacing: 0;
    font-size: 4.5rem;
  }
  .contactTable th {
    padding: 15px;
    width: 30%;
  }
  .mitumori-em {
    margin-bottom: 20px;
  }
  .kaigotaxiSummary-text-list {
    display: block;
  }
  .kaigotaxiSummary-text-list-ul {
    width: 100%;
  }
  .kaigotaxiSummary-text-list-ul + .kaigotaxiSummary-text-list-ul {
    margin-left: 0;
  }
  .mv-content-point-one {
    max-width: 31%;
  }
  .aboutMinkankyukyu-contents-japan-img {
    width: 300px;
    margin: 0 auto 10px;
  }
  .aboutMinkankyukyu-contents-japan-text {
    position: static;
  }
  .topJisseki-des {
    width: 50%;
  }
  .topJisseki-des::after {
    width: 130px;
  }
  .aside {
    display: block;
  }
  .medicalmark {
    width: 100%;
    margin: 0 0 20px;
  }
  .medicalmark-contents-mark {
    margin: 20px auto 80px;
  }
  .asideLinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .asideLinks-btn {
    width: 50%;
  }
  .asideLinks-btn a {
    width: 100%;
  }
  .asideLinks-bottom {
    width: 46%;
  }
  .topNews-contents-list {
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .footerCoSection {
    flex-grow: 1;
  }
  .footerCoSection.is-tel {
    width: 43%;
  }
  .footerCoSection-title {
    width: auto;
    white-space: nowrap;
  }
  .footerCoSection-btn {
    width: 100%;
  }
  .footerCoSection-btn a, .footerCoSection-btn .jomuinWrap {
    width: 100%;
  }
  .footerSubLinks {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }
  .header-inner {
    padding-left: 2%;
  }
  .header-logo {
    width: 290px;
    padding-top: 15px;
  }
  .headerContact-title {
    display: none;
  }
  .headerContact-mail {
    width: auto;
  }
  .headerContact-mail-main {
    display: none;
  }
  .kaigotaxiSummary-text-main {
    font-size: 2.8vw;
  }
  .medicalmark {
    width: 100%;
  }
  .asideLinks {
    width: 36%;
  }
  .asideLinks-btn a {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .footerSubLinks {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (min-width: 768px) and (max-width: 1099px) {
  .footerSubLinks-ul {
    max-width: 90%;
    width: 90%;
  }
}
/*----------------------------
トップページのみ：scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
会社案内：リスト３カラム
----------------------------*/
.clm3 li {
  float: left;
  width: calc(100% / 3);
  padding: 5px 10px;
}
.clm3 li:nth-child(3n) {
  margin-right: 0;
}
.clm3 {
  overflow: hidden;
}
.clm3:before, .clm3:after {
  content: "";
  display: table;
}
.clm3:after {
  clear: both;
}
.clm3 li {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .clm3 li {
    margin: 5px 0 0;
    width: calc(100% - 5px);
  }
}
/* スクロールの幅の設定 */ ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
/* スクロールの背景の設定 */ ::-webkit-scrollbar-track {
	background: #fff;
}
/* スクロールのつまみ部分の設定 */ ::-webkit-scrollbar-thumb {
	background: #0a5d9e;
}