@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url(https://fonts.googleapis.com/css?family=Dosis);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
/* カラー設定 */
/*  reset
----------------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YakuHanJP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, "YakuHanJP", Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, "YakuHanJP", Meiryo, sans-serif;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 10px;
  position: relative;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.00rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h2, h3, h4, h5, h6 {
  font-family: "YakuHanJP", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  line-height: 1;
  margin: 0 0 0 0;
}

nav ul, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}

p {
  line-height: 1.5;
}

p, li, dt, dd {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}

a, a:link {
  color: #fff;
  text-decoration: none;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

@media screen and (max-width: 320px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  * span {
    font-size: inherit;
  }
}
.flame::-webkit-scrollbar {
  overflow: hidden;
  width: 2px;
  background: #fafafa;
}

.flame::-webkit-scrollbar:horizontal {
  height: 1px;
}

.flame::-webkit-scrollbar-button {
  display: none;
}

.flame::-webkit-scrollbar-piece {
  background: #eee;
}

.flame::-webkit-scrollbar-piece:start {
  background: #eee;
}

.flame::-webkit-scrollbar-thumb {
  background-color: #777;
}

.flame::-webkit-scrollbar-corner {
  background: #333;
}

a, a:link, a:hover, a:active {
  color: #000;
}

.hover a:hover img {
  opacity: .7;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.container p {
  margin-bottom: 20px;
}
.container p:last-child {
  margin-bottom: 0;
}

.cnt {
  margin: 0 auto;
  position: relative;
}
.cnt p {
  padding: 0 15px;
  text-align: justify;
}

.org {
  color: #f66000 !important;
}

header {
  border-top: solid 5px #08287e;
  background-color: #fff;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
}
header h1 {
  color: #c30d23;
  font-size: 1rem;
  padding: 4px 0 0;
  line-height: 2;
  letter-spacing: 0;
  text-indent: -13%;
  text-align: center;
  width: 100%;
}
header #hdInner {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 0 10px;
  /* logo */
}
header #hdInner .navbar-brand {
  display: block;
  width: 60%;
  position: relative;
  margin: 0 auto 5px;
  padding: 0;
  z-index: 999;
}
header #hdInner #hdInfo {
  float: none;
  padding: 5px 0 0;
}
header #hdInner #hdInfo p.addr {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
}
header #hdInner #hdInfo .telCnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 3%;
  padding: 3px 0;
}
header #hdInner #hdInfo .telCnt p.navC {
  position: relative;
  background: #c30d23;
  padding: 0 5px;
  margin: 0;
  height: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
header #hdInner #hdInfo .telCnt p.navC::after {
  content: "";
  line-height: 2.3rem;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -2.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #c30d23;
  border-width: 1.1rem;
  z-index: 1;
}
header #hdInner #hdInfo .telCnt .tel {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 1em;
  padding-left: 0;
  line-height: 1;
  position: relative;
}
header #hdInner #hdInfo .telCnt .tel::before {
  content: "\f098";
  color: #0D3CA4;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1em;
  margin-right: .1em;
  line-height: 1;
  position: relative;
  left: 0;
  bottom: 0;
}
header #hdInner #hdInfo .telCnt .tel a {
  color: #0D3CA4 !important;
  line-height: 1;
}
header #hdInner #hdInfo a.contact {
  display: none;
}

#gnav {
  display: block;
  position: relative;
  top: 0;
}
#gnav ul.gnav-inner {
  position: absolute;
  display: none;
  width: 100%;
}
#gnav ul.gnav-inner li {
  border-bottom: 1px solid #fff;
  position: relative;
}
#gnav ul.gnav-inner li:last-child {
  border: none;
}
#gnav ul.gnav-inner li::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto 0;
}
#gnav ul.gnav-inner li a {
  color: #fff;
  background: #7598f6;
  display: block;
  padding: .9em 0 .9em 2.5em;
  text-decoration: none;
  font-size: .9em;
  letter-spacing: 1px;
  text-align: left;
}

/* header_sp_nav bergerMenu */
.header_sp_nav {
  width: 45px;
  height: 40px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 1rem;
  margin: auto;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.8s ease-in-out;
  pointer-events: auto;
}

.nav_line {
  display: block;
  width: 100%;
  height: 2px;
  background: #9c9c9c;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav_line1 {
  transform: translateY(8px);
  animation: line1_de 1s ease 0s 1 alternate;
}

@keyframes line1_de {
  0% {
    transform: translateY(30px) rotate(45deg);
  }
  10% {
    transform: translateY(30px) rotate(0deg);
  }
  30% {
    transform: translateY(30px) rotate(0deg);
  }
  100% {
    transform: translateY(8px);
  }
}
.nav_line2 {
  opacity: 1;
  transform: translateY(15px);
  animation: line2_de 1s ease 0s 1 alternate;
}

@keyframes line2_de {
  0% {
    opacity: 0;
    transform: translateY(27px);
  }
  90% {
    opacity: 1;
  }
}
.nav_line3 {
  animation: line3_de 1s ease 0s 1 alternate;
  transform: translateY(22px);
}

@keyframes line3_de {
  0% {
    transform: translateY(10px) rotate(-45deg);
  }
  30% {
    transform: translateY(10px) rotate(0deg);
  }
  100% {
    transform: translateY(22px);
  }
}
.header_sp_nav.active .nav_line2 {
  opacity: 0;
  animation: line2 1s ease 0s 1 alternate;
}
@keyframes line2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
.header_sp_nav.active .nav_line1 {
  animation: line1 1s ease 0s 1 alternate;
  transform: translateY(22px) rotate(45deg);
}
@keyframes line1 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  30% {
    transform: translateY(22px) rotate(0deg);
  }
  100% {
    transform: translateY(22px) rotate(45deg);
  }
}
.header_sp_nav.active .nav_line3 {
  animation: line3 1s ease 0s 1 alternate;
  transform: translateY(18px) rotate(-45deg);
}
@keyframes line3 {
  0% {
    transform: translateY(40px) rotate(0deg);
  }
  30% {
    transform: translateY(18px) rotate(0deg);
  }
  100% {
    transform: translateY(18px) rotate(-45deg);
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 2em;
}
.swiper-container .swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 3px !important;
}

main {
  padding-bottom: 2em;
  position: relative;
}

.officeHoursCnt {
  position: relative;
  margin: 0 0 1em;
}
.officeHoursCnt h2 {
  background-color: #0D3CA4;
  border-radius: .5rem .5rem 0 0;
  color: #fc0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0;
  padding: 12px 25px 3px;
}
.officeHoursCnt .notice1 {
  color: #4177f0;
  font-size: 3.6vw;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin-top: .5em;
  margin-left: -15px;
  margin-right: -15px;
}
.officeHoursCnt .timeTbl {
  background-color: #0D3CA4;
  border-radius: 0 .5rem .5rem .5rem;
  padding: 1rem;
}
.officeHoursCnt .timeTbl table {
  width: 100%;
  border-collapse: collapse;
}
.officeHoursCnt .timeTbl table tr th, .officeHoursCnt .timeTbl table tr td {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #fff;
  border-collapse: collapse;
  border: solid 1px #5888f2;
  padding: 5px 1px;
}
.officeHoursCnt .timeTbl table tr th {
  background-color: #87aaf6;
  width: 9%;
  color: #fff;
}
.officeHoursCnt .timeTbl table tr th:first-of-type {
  width: 37%;
}
.officeHoursCnt .timeTbl table tr th:nth-of-type(7) {
  background-color: #fb5;
}
.officeHoursCnt .timeTbl table tr th:last-of-type {
  background-color: #f99;
}
.officeHoursCnt .timeTbl table tr td:first-of-type {
  padding-left: 4px;
  text-align: left;
  white-space: nowrap;
}
.officeHoursCnt .timeTbl table tr td:last-of-type {
  background-color: #eee;
  color: #DF1535;
}
.officeHoursCnt .timeTbl table tr:nth-of-type(3) > td:nth-of-type(7) {
  background-color: #eee;
  color: #DF1535;
}
.officeHoursCnt .timeTbl table tr:last-child > td {
  text-align: center;
  background-color: #fff;
}

.infoCnt {
  margin-bottom: 20px;
}
.infoCnt iframe.flame {
  display: block;
  width: 100%;
  min-height: 320px;
}

.featureCnt {
  background-color: #fbb;
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 20px;
}
.featureCnt h2 {
  color: #c30d23;
  font-size: 1.8em;
  line-height: 2;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 1rem;
}
.featureCnt ul li {
  border-radius: .5rem;
  background-color: #fff;
  padding: 1rem .5rem;
  margin-bottom: 6px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

#side {
  display: none;
}

footer {
  background-color: #08287e;
  border-top: solid 4px #c30d23;
  color: #fff;
  position: relative;
}
footer .ftNav {
  padding: 2em 0;
  width: 100%;
  margin: 0 2%;
}
footer .ftNav ul.gnav {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .ftNav ul.gnav li {
  border-left: solid 1px #ccc;
}
footer .ftNav ul.gnav li a {
  display: inline-block;
  line-height: 1.4;
}
footer .ftNav ul.gnav li a span {
  color: #fff;
  padding: 5px 5px;
  font-size: 1rem;
  display: block;
  text-align: center;
}
footer .ftNav ul.gnav li a:first-of-type > span {
  border: none;
}
footer .ftNav ul.gnav li:first-of-type {
  border: 0 none;
}
footer .ftNav ul.infoList {
  padding-left: 1em;
}
footer .ftNav ul.infoList li:first-child {
  font-size: 1.2em;
  text-shadow: 1px 1px 0 #000;
}
footer .ftNav ul.infoList li:nth-child(3) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftNav ul.infoList li {
  font-size: 1.1rem;
  margin-bottom: 6px;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
}
footer .ftNav ul.infoList li span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  width: 50%;
}
footer .ftNav ul.infoList li span, footer .ftNav ul.infoList li span > a {
  font-size: 1.3rem;
  color: #fff;
}
footer .copy {
  width: 100%;
  color: #ddd;
  font-size: 1rem;
  font-family: "Dosis";
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: -15px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: .5s;
}
#pagetop a {
  background: #2966ee;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 1.2rem;
  text-align: center;
  line-height: 2;
  display: block;
  border-radius: 6px;
  position: relative;
}
#pagetop a::after {
  content: "\f106";
  color: #fff;
  border-radius: .5rem;
  font-family: "Font Awesome 5 Free";
  font-size: .8rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

#topicPath {
  background-color: #f3f3f3;
  width: 100%;
  height: 24px;
  margin-bottom: 2em;
}
#topicPath ol {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 1em;
}
#topicPath ol li {
  font-size: 1.2rem;
  line-height: 24px;
}
#topicPath ol li a {
  font-size: 1.2rem;
  padding: 4px 1rem;
  margin-right: 10px;
  position: relative;
}
#topicPath ol li a::after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: rotate(45deg);
}

.mainImage {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  max-height: 40rem;
  z-index: 0;
}
.mainImage img {
  width: 100%;
  z-index: 0;
  position: relative;
  top: 0;
}
.mainImage .imageTitle {
  display: block;
  width: 100%;
  padding: .5rem;
  background-color: rgba(13, 60, 164, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.mainImage .imageTitle p {
  border-bottom: solid 1px #eee;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: .4rem;
  padding: .7rem 2rem .7rem .5rem;
  text-align: right;
}
.mainImage .imageTitle span {
  color: #f66000;
  display: block;
  font-family: Dosis;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 8px;
  text-align: right;
  padding-right: 2rem;
}

.ttl {
  color: #08287e;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 1rem 1rem;
  position: relative;
  border-bottom: solid 3px #08287e;
}
.ttl:after {
  content: "";
  border-bottom: solid 3px #c30d23;
  width: 20%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.ttl2 {
  font-size: 1.3em;
  letter-spacing: 1px;
  color: #fff;
  background: #0D3CA4;
  border-top: solid 4px #c30d23;
  margin: 0 0 1em;
  padding: 1rem 1em;
  line-height: 1.3;
}

.ttls {
  padding: .5rem .5rem 1rem;
  font-size: 1.4em;
  color: #0D3CA4;
  border-bottom: dotted 2px #08287e;
  margin: 0 0 1em;
}

p.cat1 {
  color: #08287e;
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  color: #0D3CA4;
  display: block;
  clear: both;
  margin-bottom: 1.2rem;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
p.cat1 + img {
  margin-bottom: 1em;
}

p.cat2 {
  margin: 0 auto 1rem;
  text-align: center;
  background-color: #fcdee2;
  border-radius: 1.5rem;
  padding: .5rem;
  overflow: hidden;
}
p.cat2 em {
  font-size: 1.3em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  color: #DF1535;
  display: block;
  margin-bottom: .5rem;
  padding: 3px;
  background-color: #fff;
  border-radius: 1.2rem;
}
p.cat2 span {
  font-size: 1em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  color: #c30d23;
  display: inline-block;
  clear: both;
  padding: 4px 0 4px 1em;
  line-height: 1;
  margin: 0 .5rem 4px 0;
  text-align: center;
  position: relative;
}
p.cat2 span:last-child {
  font-size: .8em;
}
p.cat2 span:not(:last-child)::before {
  content: "●";
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  opacity: .5;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: .7em;
  left: .2rem;
}

.bg {
  margin-bottom: 3em;
  overflow: hidden;
}

.bg1 {
  padding: 1rem 15px 3em;
  display: block;
  margin: 0 -15px 2em;
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
}

.imgBox {
  overflow: hidden;
  display: inline-block;
  border-radius: .5rem;
  margin-right: 2px;
  margin-bottom: 1em;
  box-shadow: 2px 2px 2px #aaa;
}

.img1 {
  margin-top: 1em;
}

.img2 {
  width: 40%;
  float: right;
  margin: 0 0 1em 2em;
}

.img3 {
  width: 37vw;
  float: left;
  margin: 0 0 1em;
}

.imgW {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.imgW img {
  width: 50%;
  height: auto;
}

#staffPage .list {
  display: inline-block;
  float: right;
}
#staffPage .list li {
  padding: 3px 0;
  margin-bottom: 2px;
}
#staffPage .list li:first-of-type {
  font-weight: bold;
  border-bottom: dotted 1px #aaa;
}
#staffPage .list li:last-of-type {
  text-align: right;
  font-size: .75em;
}

ul.rihabiliList li {
  margin-bottom: 2rem;
}
ul.rihabiliList li span {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 2px 2px 2px #aaa;
  margin-bottom: 01px;
  width: 100%;
}
ul.rihabiliList li h3 {
  border-bottom: dotted 2px #0D3CA4;
  font-weight: bold;
  color: #0D3CA4;
  padding: 1rem;
}
ul.rihabiliList li p {
  grid-row: 2 / 3;
  grid-column: 2 / 2;
  padding: 1rem;
}

@media (max-width: 374px) {
  h1 {
    font-size: .9rem;
  }

  #hdInfo .addr {
    font-size: 1rem !important;
  }
  #hdInfo .navC {
    font-size: .9rem !important;
    padding: 0 2px;
  }
  #hdInfo .tel {
    font-size: 2.1rem !important;
  }

  footer nav > ul.nav.gnav > li a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  iframe.flame span.up_ymd {
    display: block;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  /* ripple FX */
  .ripple {
    position: relative;
    overflow: hidden;
  }

  .ripple:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    opacity: 0;
    background-color: rgba(250, 250, 250, 0.3);
    transition: opacity .8s, width .8s, height .8s;
  }

  .ripple:active:after {
    content: "";
    width: 0;
    height: 0;
    opacity: 1;
    transition: opacity 0s, width 0s, height 0s;
  }

  header .container {
    min-width: 100%;
    width: 100%;
  }
  header h1 {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-indent: 0;
    text-align: center;
    margin: .2em 0;
  }
  header #hdInner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 30px 15px;
  }
  header #hdInner .navbar-brand {
    display: block;
    width: 40%;
    position: relative;
    margin: 0;
  }
  header #hdInner #hdInfo {
    width: 50%;
    padding: 10px 0 0 2em;
  }
  header #hdInner #hdInfo .addr {
    text-align: left !important;
  }
  header #hdInner #hdInfo .telCnt {
    margin-left: 0;
    width: 100%;
    justify-content: start;
  }
  header .header_sp_nav {
    display: none;
  }
  header #gnav {
    min-width: 768px;
    display: block;
    position: relative;
  }
  header #gnav ul.gnav-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }
  header #gnav ul.gnav-inner li {
    border-bottom: none;
    border-right: 1px solid #fff;
    position: relative;
    width: 20%;
  }
  header #gnav ul.gnav-inner li:last-child {
    border: none;
  }
  header #gnav ul.gnav-inner li::before {
    content: "";
    border-top: 0 none;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    height: .5rem;
    width: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
  }
  header #gnav ul.gnav-inner li a {
    background: #0b37ae;
    color: #fff;
    display: block;
    padding: 1.5em 0;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
  }

  main {
    padding-bottom: 4em;
  }
  main div[class$="Cnt"] {
    margin-bottom: 4em;
  }
  main .officeHoursCnt .notice1 {
    font-size: 21px;
    letter-spacing: 1px;
  }
  main .officeHoursCnt .timeTbl {
    padding: 15px;
  }
  main .officeHoursCnt .timeTbl table {
    width: 100%;
    border-collapse: collapse;
  }
  main .officeHoursCnt .timeTbl table tr th, main .officeHoursCnt .timeTbl table tr td {
    font-size: 1.6rem;
    padding: 10px 4px;
    letter-spacing: 1px;
  }
  main .officeHoursCnt .timeTbl table tr td:first-of-type {
    text-indent: 2.5em;
  }
  main .featureCnt h2 {
    font-size: 3rem;
  }
  main .featureCnt ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .featureCnt ul li {
    font-size: 1.25em;
    width: 32.7%;
    min-height: 7rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .featureCnt ul li:nth-of-type(n+4) {
    margin-bottom: 0;
  }

  footer nav.ftNav {
    margin: 0;
  }
  footer ul.nav.gnav li {
    min-width: 19%;
  }
  footer ul.nav.gnav li a {
    display: block;
  }
  footer ul.nav.gnav li a span {
    font-size: 1.4rem;
    text-align: center;
    display: block;
  }
  footer ul.nav.gnav li a:hover {
    text-decoration: underline;
    color: #fff;
    opacity: .7;
  }
  footer ul.infoList {
    justify-content: start;
  }
  footer ul.infoList li:first-child {
    font-size: 2.2rem;
  }
  footer ul.infoList li:nth-child(2) {
    font-size: 1.6rem;
  }
  footer ul.infoList li:last-child {
    justify-content: start !important;
  }
  footer ul.infoList li:last-child span {
    width: 30%;
    font-size: 1.6rem !important;
  }

  .mainImage {
    max-height: 50rem;
    z-index: 0;
  }
  .mainImage .imageTitle {
    padding: .8rem .5rem;
  }
  .mainImage .imageTitle p {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: .4rem;
    padding: .5rem 2rem 1rem .5rem;
  }
  .mainImage .imageTitle span {
    font-size: 14px;
  }

  .ttl {
    font-size: 2em;
  }

  .ttl2 {
    font-size: 1.6em;
  }

  .ttls {
    font-size: 1.6em;
  }

  p.cat1 {
    font-size: 3.5em;
  }

  p.cat2 {
    padding: .6em;
  }
  p.cat2 em {
    margin-bottom: 1em;
    padding: .5rem;
  }

  .bg1 {
    padding: 1.5rem 40px 2em;
    margin: 0 -40px 2em;
  }

  .img2 {
    width: 25%;
  }

  #staffPage .list {
    display: inline-block;
    float: left;
    padding-left: 4em;
    width: 57%;
  }
  #staffPage .list li {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #staffPage .list li:last-of-type {
    font-weight: normal;
    font-size: .8em;
    padding-right: 2em;
    margin-top: 1em;
  }

  #mapPage .officeHoursCnt {
    margin-bottom: 0;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  /* ripple FX */
  .ripple {
    position: relative;
    overflow: hidden;
  }

  .ripple:after {
    content: "";
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10em;
    height: 10em;
    position: absolute;
    top: -2.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, 0%);
    border-radius: 50%;
    opacity: 0;
    background-color: rgba(250, 250, 250, 0.3);
    transition: opacity .8s, width .8s, height .8s;
  }

  .ripple:active:after {
    content: "";
    width: 0;
    height: 0;
    opacity: 1;
    transition: opacity 0s, width 0s, height 0s;
  }

  .ripple:hover {
    opacity: .9;
  }

  .ripple:hover:after {
    -webkit-animation: ripple 1.5s ease;
    animation: ripple 1.5s ease;
  }

  @-webkit-keyframes ripple {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 1px rgba(250, 250, 250, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
      box-shadow: 0 0 0 2px #fafafa;
    }
  }
  @keyframes ripple {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 1px rgba(250, 250, 250, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
      box-shadow: 0 0 0 2px #fafafa;
    }
  }
  body {
    font-size: 14px;
  }

  header {
    height: 220px;
    position: relative;
  }
  header .row {
    width: 960px;
    max-width: 1140px;
    margin: 0 auto;
  }
  header .row h1 {
    color: #c30d23;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 4px;
    line-height: 2;
    text-align: left;
  }
  header .row #hdInner {
    padding: 15px 0 30px;
    overflow: hidden;
  }
  header .row #hdInner a.navbar-brand {
    display: inline-block;
    text-align: center;
    padding: 0 0;
  }
  header .row #hdInner a.navbar-brand img {
    width: 330px;
    height: auto;
    margin-right: 15px;
  }
  header .row #hdInner a.navbar-brand:hover {
    text-decoration: none;
  }
  header .row #hdInner #hdInfo {
    width: 55%;
  }
  header .row #hdInner #hdInfo p.addr {
    font-size: 18px;
  }
  header .row #hdInner #hdInfo p.navC {
    font-size: 16px;
    padding: 0px 5px;
    margin: 0 1em 0 0;
    position: relative;
    bottom: -7px;
    height: 30px;
    line-height: 30px;
  }
  header .row #hdInner #hdInfo p.navC::after {
    content: "";
    right: -30px;
    border-style: solid;
    border-color: transparent transparent transparent #bc2626;
    border-width: 15px;
  }
  header .row #hdInner #hdInfo p.tel {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin: 00;
    padding-left: 1.1em;
    position: relative;
    bottom: 0;
  }
  header .row #hdInner #hdInfo p.tel::before {
    content: "\f098";
    color: #0D3CA4;
    border-radius: .5rem;
    font-family: "Font Awesome 5 Free";
    font-size: .8em;
    font-weight: bold;
    padding: 6px 5px 4px;
    line-height: 1;
    position: absolute;
    left: 5px;
    bottom: 0;
  }
  header .row .header_sp_nav {
    display: none;
  }
  header #gnav {
    margin: 0 auto;
    display: block;
    height: 62px;
    background: #e4ebfd;
  }
  header #gnav ul.gnav-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

  header.abbr {
    height: 149px;
  }
  header.abbr h1 {
    padding: 4px 0 2px;
    line-height: 1.2;
  }
  header.abbr a.navbar-brand img {
    width: 240px !important;
  }
  header.abbr #hdInner {
    padding: 0 0 5px;
  }
  header.abbr #hdInner #hdInfo {
    width: 43%;
    padding: 0 0 0 2em;
  }
  header.abbr #hdInner #hdInfo p.addr {
    margin-bottom: 0;
    font-size: 14px;
  }
  header.abbr #hdInner #hdInfo p.navC {
    font-size: 13px;
    padding: 0px 5px;
    bottom: -5px;
    height: 20px;
    line-height: 20px;
  }
  header.abbr #hdInner #hdInfo p.navC::after {
    content: "";
    right: -20px;
    border-width: 10px;
  }
  header.abbr #hdInner #hdInfo p.tel {
    font-size: 30px;
  }

  .swiper-container {
    width: 100%;
    height: 550px;
    position: relative;
    top: -3.5vh;
    margin-bottom: 40px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #contents {
    padding-left: 0;
    padding-right: 0;
  }
  #contents .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: row-reverse; */
  }
  #contents .row main {
    order: 2;
  }
  #contents .row #side {
    order: 1;
  }

  main .infoCnt {
    margin-bottom: 40px;
  }
  main .officeHoursCnt .notice1 {
    font-size: 24px;
    margin: .5em auto 2em;
  }
  main .officeHoursCnt .timeTbl {
    padding: 15px;
  }
  main .officeHoursCnt .timeTbl table tr th, main .officeHoursCnt .timeTbl table tr td {
    font-size: 24px;
    padding: 10px 8px;
    letter-spacing: 1px;
  }
  main .officeHoursCnt .timeTbl table tr td:first-of-type {
    text-indent: 20px;
  }
  main .featureCnt ul li {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  #side {
    display: block;
    margin-bottom: 2em;
  }
  #side img {
    width: 100%;
  }
  #side h2 {
    border: 0 none;
    border-top: solid 4px #08287e;
    padding: 0;
    max-width: 262px;
  }
  #side h2 img {
    max-width: 262px;
    margin: 0;
  }
  #side h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }
  #side .cnt {
    background-color: #08287e;
    padding: 1em 10px;
    overflow: hidden;
    position: relative;
  }
  #side .cnt a {
    display: block;
    background-color: #fff;
    margin-bottom: 5px;
  }
  #side .cnt a:hover, #side .cnt a:hover img {
    text-decoration: none;
    opacity: .7;
  }
  #side .tel {
    color: #f66;
    border-bottom: dashed 1px #eee;
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    padding: 0 0 10px;
    text-decoration: none;
    text-align: center;
    position: relative;
    bottom: -2px;
    left: 0;
    right: 0;
  }
  #side .tel::before {
    content: "\f098";
    color: #f66;
    font-family: "Font Awesome 5 Free";
    font-size: .8em;
    font-weight: bold;
    padding: 6px 5px 4px;
    line-height: 1;
    position: relative;
    bottom: 1px;
  }
  #side .tel a {
    text-decoration: none;
  }
  #side dl dt {
    border-radius: 5px;
    padding: 4px 10px;
    color: #08287e;
    text-align: center;
  }
  #side dl dt:first-of-type {
    background-color: #fff;
  }
  #side dl dt:nth-of-type(2) {
    background-color: #ffdac3;
    color: #f66000;
  }
  #side dl dt:last-of-type {
    background-color: #fcdee2;
    color: #c30d23;
  }
  #side dl dd {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 2px 8px 1em;
  }
  #side ul li {
    margin-bottom: 15px;
    display: block;
    position: relative;
  }

  /* IE */
}
@media all and (min-width: 801px) and (-ms-high-contrast: none) {
  #gnav {
    position: relative;
    z-index: 9;
  }

  #contents .row {
    display: block;
    overflow: hidden;
  }
  #contents .row main, #contents .row #side {
    display: block;
    min-height: 600px;
    vertical-align: middle;
  }
  #contents .row main {
    width: 75%;
    max-width: 75%;
    float: right;
  }
  #contents .row #side {
    width: 25%;
    max-width: 25%;
    float: left;
  }
}
@media (min-width: 801px) {
  footer .ftNav {
    width: 100%;
  }
  footer .ftNav ul.infoList > li span {
    width: 20%;
  }

  .mainImage .imageTitle {
    padding: 10px;
  }
  .mainImage .imageTitle p {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px 2rem 15px 0;
  }
  .mainImage .imageTitle span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 8px;
  }

  #topicPath {
    height: 36px;
  }
  #topicPath ol {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 1em 0 5%;
  }
  #topicPath ol li {
    font-size: 14px;
    line-height: 36px;
  }
  #topicPath ol li a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px 0 0;
    margin-right: 20px;
    position: relative;
  }
  #topicPath ol li a::after {
    content: "";
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: -4px;
  }

  #pagetop a {
    padding: 15px 15px 10px;
  }
  #pagetop a:hover {
    text-decoration: none;
    background: #7099f4;
  }

  .bg > p {
    padding: 0 15px;
  }

  .bg1 {
    padding: 20px 15px;
    margin: 0 0 20px;
  }

  p.cat1 {
    font-size: 30px;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 1px;
    height: 40px;
    margin: 1rem auto;
  }

  p.cat2 {
    padding: 8px;
  }
  p.cat2 em {
    font-size: 24px;
    padding: 8px;
    margin-bottom: 12px;
  }
  p.cat2 span {
    margin: 0 10px 0 0;
    padding: 8px 1em;
    font-size: 18px;
    border-radius: 1.5em;
  }
  p.cat2 span:not(:last-child)::before {
    content: "●";
    font-size: 13px;
    position: absolute;
    top: 27%;
    left: .2rem;
  }

  .img3 {
    width: 49%;
  }

  #staffPage div ul.list {
    padding-left: 2em;
    width: 50%;
  }
  #staffPage div ul.list li {
    font-weight: normal;
    font-size: 18px;
    padding-left: .5rem;
  }
  #staffPage div ul.list li:last-of-type {
    font-size: 14px;
  }

  ul.rihabiliList li {
    margin-bottom: 25px;
    overflow: hidden;
  }
  ul.rihabiliList li span {
    display: inline-block;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 2px 2px 2px #aaa;
    margin-bottom: 01px;
    width: 30%;
    float: left;
  }
  ul.rihabiliList li h3 {
    display: inline-block;
    width: 69%;
    margin-left: 1%;
    float: left;
    font-size: 24px;
  }
  ul.rihabiliList li p {
    display: inline-block;
    width: 69%;
    margin-left: 1%;
    float: left;
    font-size: 14px;
  }

  #map {
    position: relative;
  }

  #map::before {
    content: "";
    display: inline-block;
    height: 150px;
    margin-top: -150px;
    vertical-align: top;
  }

  @-webkit-keyframes modify {
    0% {
      padding-top: 150px;
      margin-top: 0;
    }
    100% {
      padding-top: 0;
      margin-top: 0;
    }
  }
  @keyframes modify {
    0% {
      padding-top: 150px;
      margin-top: 0;
    }
    100% {
      padding-top: 0;
      margin-top: 0;
    }
  }
  #map:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
  }

  /* noSP */
  .noSP {
    display: none;
  }
}
/*----------------------------------------------------
	fix css
----------------------------------------------------*/
/* width
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

/* margin
----------------------------------------------------*/
.mclear {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------------------------------*/
.pclear {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

/* font
----------------------------------------------------*/
.fN {
  font-weight: normal !important;
}

.fB {
  font-weight: bold !important;
}

/* float
----------------------------------------------------*/
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

/* align
----------------------------------------------------*/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

/* border
----------------------------------------------------*/
.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

/* line-height
----------------------------------------------------*/
.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* etc
----------------------------------------------------*/
.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

/* centerimg
----------------------------------------------------*/
.centerImg {
  text-align: center !important;
}

.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* // break custom
// SP */
@media screen and (max-width: 767px) {
  .noSP,
  br.noSP {
    display: none;
  }

  .noPC,
  br.noPC {
    display: block;
  }
}
/* // PC */
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: .7;
  }

  .noPC {
    display: none;
  }

  .noSP {
    display: block;
  }
}
