@charset "UTF-8";
.wrap-site-header {
  min-height: 110px;
}

.site-header {
  background: #FFF;
  position: fixed;
  padding: 20px 20px 8px 20px;
  width: 100%;
  z-index: 1000;
}
.site-header .logo {
  float: left;
}
.site-header .fixed-width {
  padding-right: 70px;
}
.site-header__bus {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 1000;
}
/*.site-header .site-header__bus {
  position: absolute;
  right: -90px;
  top: -90px;
  z-index: 1000;
}*/
.site-header .site-header__bus a {
  display: block;
}

.site-header__bus-hover {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-main {
  float: right;
}

.header-tel {
  position: relative;
  margin-right: 5px;
  top: 7px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.header-tel a {
  color: #0056b4;
}
.header-tel .icon {
  top: 3px;
  margin-right: 3px;
}

.nav-main .nav-main__sns {
  text-align: right;
  margin-right: 20px;
}
.nav-main .nav-main__sns li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -5px;
}
.nav-main .nav-main__global {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 3px;
}
.nav-main .nav-main__global li {
  float: left;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #dee7ed;
  font-weight: bold;
  letter-spacing: 1.3px;
}
.nav-main .nav-main__global li:first-child {
  border-left: 0;
}
.nav-main .nav-main__global li a {
  display: block;
  padding: 9px 20px 6px 20px;
  color: #0056b4;
}
.nav-main .nav-main__global li a small {
  display: block;
  margin-top: 3px;
  font-size: 1.0rem;
  color: #C9D1D4;
  font-weight: normal;
}
.nav-main .nav-main__global li .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1000;
  background: #20b7b6;
  padding: 30px 0 20px 0;
  width: 100%;
  color: #FFF;
  text-align: left;
}
.nav-main .nav-main__global li .mega-menu.service { background-color: #435088;}
.nav-main .nav-main__global li .mega-menu.service dt { background-color: #24306C;}
.nav-main .nav-main__global li .mega-menu.news { background-color: #0053B7;}
.nav-main .nav-main__global li .mega-menu.news dt { background-color: #00319C;}
.nav-main .nav-main__global li .mega-menu.recruit { background-color: #FC938A;}
.nav-main .nav-main__global li .mega-menu.recruit dt { background-color: #E07469;}
.nav-main .nav-main__global li .mega-menu.contact { background-color: #B38FC5;}
.nav-main .nav-main__global li .mega-menu.contact dt { background-color: #976EA9;}

.nav-main .nav-main__global li .mega-menu li {
  display: block;
  border: 0;
}
.nav-main .nav-main__global li .mega-menu a {
  padding: 0;
  color: #FFF;
  font-weight: normal;
}

.nav-main .nav-main__global li .mega-menu dl {
  margin-bottom: 10px;
}
.nav-main .nav-main__global li .mega-menu dt {
  background: #00999A;
  font-size: 1.5rem;
}
.nav-main .nav-main__global li .mega-menu dt span {
  display: inline-block;
  padding: 14px 0 8px 14px;
}
.nav-main .nav-main__global li .mega-menu dd {
  background: #129d9c;
  padding: 14px;
  font-size: 1.6rem;
  min-height: 70px;
}
.nav-main .nav-main__global li .mega-menu dd li {
  margin-bottom: 10px;
  text-align: left;
}
.nav-main .nav-main__global li .mega-menu dd li .icon {
  position: absolute;
  left: 0px;
  top: 3px;
  margin-right: 10px;
}
.nav-main .nav-main__global li .mega-menu dd li a {
  position: relative;
  padding-left: 20px;
}
.nav-main .nav-main__global li .mega-menu dd li:last-child {
  margin-bottom: 0;
}

.mega-menu__header {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: normal;
}
.mega-menu__header small {
  display: block;
  margin-top: 2px;
  font-size: 1.0rem;
  opacity: 0.6;
}

.toggle-nav {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2000;
  width: 36px;
  height: 36px;
  background: #FFF;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  border: 1px solid #0051BA;
}
.toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #0056b4;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggle-nav span:nth-child(1) {
  top: 9px;
}
.toggle-nav span:nth-child(2) {
  top: 16px;
}
.toggle-nav span:nth-child(3) {
  top: 23px;
}
.toggle-nav.open span:nth-child(1) {
  top: 17px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-nav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.toggle-nav.open span:nth-child(3) {
  top: 17px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggle-nav.open b {
  color: #FFF;
}
.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: -2px;
  bottom: -18px;
  font-size: 11px;
  color: #000;
}

.caption-mat {
  background: #b290c4;
  padding: 5px 5px 1px 5px;
  color: #FFF;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .nav-main {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  #container .caption-mat {
	font-weight: bold;
	padding: 5px 5px 4px 5px;
  }
  #container .wrap-site-header {
    min-height: 85px;
  }
  #container .site-header {
    padding: 0;
  }
  #container .site-header .fixed-width {
    padding-right: 0;
    padding-left: 0;
  }
  #container .site-header .logo {
    float: none;
    padding: 10px 5%;
	max-width: 88%;
  }
  #container .nav-main {
    display: none;
    /*padding-top: 20px;*/
    padding-bottom: 100px;
    position: fixed;
    float: none;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
  }
  #container .nav-main .nav-main__sns {
    margin-right: 10px;
  }
  #container .nav-main .nav-main__global li {
    float: none;
    display: block;
	border: 0;
    /*border-bottom: 1px solid #dee7ed;*/
  }
  #container .nav-main .nav-main__global > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.0rem;
	border: 0;
  }
  #container .nav-main .nav-main__global ul {
    position: static;
    display: block !important;
    border: 0;
  }
  #container .nav-main .nav-main__global ul li:first-child {
    /*border-top: 1px solid #dee7ed;*/
	border: 0;
  }
  #container .site-header__bus {
    text-align: center;
    position: static;
  }
  #container .nav-main .nav-main__global li .mega-menu {
    position: static;
    padding: 20px;
    display: block !important;
  }
  #container .nav-main .nav-main__global li .mega-menu .col {
    display: block;
  }
  #container .nav-main .nav-main__global li .mega-menu .col dl {
    margin-bottom: 1px;
  }
  #container .nav-main .nav-main__global li .mega-menu .col dt {
    white-space: nowrap;
  }
  #container .nav-main .nav-main__global li .mega-menu dt span {
    padding: 12px 0 10px 14px;
  }
  #container .nav-main .nav-main__global li .mega-menu .col .box {
    width: auto;
  }
  #container .nav-main .nav-main__global li .mega-menu li {
    border: 0 !important;
  }
}
.site-footer {
  background-color: #e7edf2;
}
.site-footer .fixed-width {
  padding: 30px 0 25px 0;
}
/*.site-footer .site-footer__info {
  margin-bottom: 20px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #b9bec2;
}*/
.site-footer .site-footer__info .box {
  width: 66%;
}
.site-footer .site-footer__info .box .site-footer__logo {
  margin-bottom: 10px;
}
.site-footer .site-footer__info .last {
  width: 34%;
}
.site-footer .site-footer__info .wrap-tel {
  position: relative;
  margin-right: 20px;
  top: 7px;
  font-size: 2.4rem;
}
.site-footer .site-footer__info .wrap-tel a {
  color: #0056b4;
}
.site-footer .site-footer__info .wrap-tel .icon {
  top: 8px;
  margin-right: 3px;
}
.site-footer .site-footer__link ul {
  font-size: 1.2rem;
}
.site-footer .site-footer__link ul li {
  margin-right: 30px;
}
.site-footer .site-footer__link ul li:last-child {
  margin-right: 0;
}
.site-footer .site-footer__link ul li a {
  color: #0056b4;
}
.site-footer .copy {
  padding: 15px;
  color: #5988a3;
  text-align: center;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
    -webkit-transition: all 0.15s ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 0.15s ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 0.15s ease-in;
    -moz-transform: scale(0);
    transition: all 0.15s ease-in;
    transform: scale(0); 
}

.totop.on {
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    -moz-transform: scale(1);
    transform: scale(1);   
	z-index: 2000;
}

.side-elm {
  position: fixed;
  right: 0;
  top: 139px;
  z-index: 1010;
  background-color: #FFF;
  border: 4px solid #0056b4;
  border-right: 0;
}
.side-elm ul {
  text-align: center;
}
.side-elm ul li {
  line-height: 1.1;
  background: url(../images/content/slash-sep.gif) 50% 100% no-repeat;
  padding-bottom: 5px;
}
.side-elm ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.side-elm ul li a {
  display: block;
  padding: 16px 32px 16px 14px;
}
.side-elm ul li.plain-text {
  margin-left: 3px;
}
.side-elm ul li.plain-text a {
  width: 1.5rem;
  color: #0056b4;
  font-weight: bold;
}

/*.side-elm {
  position: fixed;
  right: 0;
  top: 139px;
  z-index: 1010;
  background-color: #FFF;
  border: 4px solid #0056b4;
  border-right: 0;
}
.side-elm ul {
  text-align: center;
}
.side-elm ul li {
  line-height: 1.1;
  background: url(../images/content/slash-sep.gif) 50% 100% no-repeat;
  padding-bottom: 5px;
}
.side-elm ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.side-elm ul li a {
  display: block;
  padding: 16px 10px;
}
.side-elm ul li.plain-text {
  margin-left: 3px;
}
.side-elm ul li.plain-text a {
  width: 1.5rem;
  color: #0056b4;
  font-weight: bold;
}*/

@media screen and (max-width: 480px) {
  #container .site-footer .box {
    margin-bottom: 10px;
  }
  #container .site-footer .fixed-width {
    padding: 20px 5%;
    padding-bottom: 30px;
  }
  #container .site-footer .site-footer__info {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  #container .site-footer .site-footer__info .box {
    width: auto;
  }
  #container .site-footer .site-footer__info .box .site-footer__logo {
    margin-bottom: 20px;
  }
  #container .site-footer .site-footer__info .last {
    width: auto;
  }
  #container .site-footer .site-footer__link ul {
    font-size: 1.2rem;
  }
  #container .site-footer .site-footer__link ul li {
    margin-right: 30px;
  }
  
  #container .site-footer .site-footer__info .wrap-tel {
    margin-bottom: 8px;
	display: block;
  }
  
  #container .site-footer .site-footer__info .wrap-tel .icon {
    top: 10px;
  }
  
  #container .side-elm {
    display: none;
    position: static;
  }
  #container .side-elm ul li a {
    width: auto;
  }
  
  #container .site-footer .copy {
    padding-top: 0;
	text-align: left;
	line-height: 1.2;
  }
  
  #container .site-footer .fixed-width {
	padding-bottom: 15px;
  }
  
  #container .totop {
    width: 80px;
	right: 10px;
	bottom: 0;
  }
}
.page-title {
  background-color: #0056b4;
  margin-bottom: 30px;
  padding: 28px 0 22px 0;
  color: #FFF;
}
.page-title--about {
  background-color: #21b7b6;
}
.page-title .string {
  font-size: 2.4rem;
}
.page-title .sub {
  margin-top: 5px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 3px solid #FFF;
  line-height: 1.1;
}
.page-title small {
  font-size: 1.0rem;
}
.page-title.page-title--dotte {
  background-image: url(../images/content/bg-dotte.gif);
  text-align: center;
}
.page-title.page-title--dotte .string {
  display: inline-block;
  border-bottom: 2px solid #FFF;
}
.page-title.page-title--dotte small {
  display: block;
  margin-top: 5px;
  font-size: 1.8rem;
}

.header-name {
  position: relative;
  margin-bottom: 60px;
  padding-left: 30px;
}
.header-name .header-name__content {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 10;
  background: #53aae0;
  padding: 20px 30px 30px 30px;
  color: #FFF;
  line-height: 1.2;
}
.header-name .header-name__content small {
  font-size: 1.8rem;
}
.header-name .header-name__content span {
  display: block;
}
.header-name .header-name__content .string {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
}
.header-name .header-name__content .string > small {
  font-size: 1.4rem;
}
.header-name.header-name--green .header-name__content {
  background: #3fc0a0;
}
.header-name.header-name--pur .header-name__content {
  background: #b491ac;
}
.header-name.header-name--blue .header-name__content {
  background: #0056b4;
}
.header-name.header-name--rgreen .header-name__content {
  background: #8ec264;
}
.header-name.header-name--orange .header-name__content {
  background: #ee9307;
}
.header-name.header-name--rrgreen .header-name__content {
  background: #AFCB00;
}
.header-name.header-name--in-col {
  margin-bottom: 25px;
}

.header-banner {
  position: relative;
  margin-bottom: 45px;
}
.header-banner .header-banner__content {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 10;
  background: rgba(48, 154, 224, 0.9);
  padding: 20px;
  padding-right: 35px;
  color: #FFF;
}
.header-banner .header-banner__content.long {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(48, 154, 224, 0.9);
  padding: 20px 0 5px 20px;
  padding-right: 35px;
  color: #FFF;
}

.header-banner .header-banner__content:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 0;
  border-color: transparent #309ae0 transparent transparent;
}
.header-banner .header-banner__content.long:before {
  display: block;
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 0;
}

.header-banner .header-banner__content a {
  color: #FFF;
}
.header-banner .header-banner__content .string {
  font-size: 3.7rem;
  font-weight: normal;
}
.header-banner .header-banner__content .string .icon {
  margin-right: 20px;
}
.header-banner .header-banner__content .string.has-icon {
  position: relative;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-left: 100px;
}
.header-banner .header-banner__content .string.has-icon .icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.header-banner .header-banner__content ul {
  margin-top: 20px;
}
.header-banner .header-banner__content.long ul {
  margin-top: 25px;
  margin-right: -15px;
}
.header-banner .header-banner__content li .button--c {
  background: transparent;
  border-color: #FFF;
  width: 220px;
  border-bottom-width: 0;
}
.header-banner .header-banner__content.long li .button--c {
  border: 1px solid #fff;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.header-banner .header-banner__content li:last-child .button--c {
  border-bottom-width: 1px;
}

.header-type {
  margin-bottom: 10px;
}
.header-type .string {
  padding-top: 1px;
}
.header-type .string small {
  display: block;
  margin: 5px 0;
  font-size: 1.6rem;
}
.header-type .string span {
  display: block;
  font-size: 2.0rem;
}

.header-a {
  margin-bottom: 10px;
  color: #5882c4;
  font-size: 2.0rem;
  font-style: italic;
}

.header-b {
  margin-bottom: 10px;
  border-top: 4px solid #e8ebf0;
}
.header-b .string {
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 14px 0 0 0;
  /*padding: 14px 0 10px 0;*/
  border-top: 4px solid #0053b7;
  color: #0053b7;
  font-size: 2.4rem;
}
.header-b ul {
  padding: 14px 0 12px 0;
}
.header-b.header-b--lb .string {
  border-top-color: #3ea6eb;
  color: #3ea6eb;
}
.header-b.header-b--green .string {
  border-top-color: #00B07C;
  color: #00B07C;
}

.header-c {
  position: relative;
  background: url(../images/content/slash.gif) 0 0 repeat-x;
  padding: 20px 0 0 16px;
  margin-bottom: 10px;
}
.header-c .string {
  padding-left: 10px;
  font-size: 2.1rem;
}

.header-c .string:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 10px;
  height: 10px;
  border: 5px solid #309ae0;
  border-radius: 100px;
}

.header-c.blue .string:before { border-color: #0050BA; }
.header-c.green .string:before { border-color: #0DAF7D; }
.header-c.pink .string:before { border-color: #EF7290; }
.header-c.orange .string:before { border-color: #F49600; }

.header-d {
  margin-bottom: 10px;
}
.header-d .string {
  font-size: 2.1rem;
}

.header-e {
  margin-bottom: 15px;
}
.header-e .string {
  display: inline;
  border-bottom: 2px solid #37a6ee;
  font-size: 1.5rem;
}
.header-e.header-e--green .string {
  border-bottom-color: #3fc0a0;
}
.header-e.header-e--pur .string {
  border-bottom-color: #b491ac;
}
.header-e.header-e--blue .string {
  border-bottom-color: #0056b4;
}
.header-e.header-e--lt-blue .string {
  border-bottom-color: #119ABC;
}
.header-e.header-e--rgreen .string {
  border-bottom-color: #8ec264;
}
.header-e.header-e--orange .string {
  border-bottom-color: #ee9307;
}

.header-f {
  padding: 10px 10px 8px 10px;
  border-top: 2px solid #de617d;
  border-bottom: 2px solid #de617d;
  color: #de617d;
}
.header-f .string {
  font-size: 2.4rem;
}
.header-f small {
  font-size: 2.0rem
}

.header-g {
  position: relative;
  background-color: #de617d;
  margin-bottom: 25px;
  padding: 9px 10px 6px 10px;
  color: #FFF;
  border-radius: 6px;
}
.header-g .string {
  font-size: 2.0rem;
}
.header-g:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: #de617c transparent transparent transparent;
}

.header-h {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 15px 12px 70px;
}
.header-h .string {
  font-size: 2.4rem;
}
.header-h .icon--number {
  position: absolute;
  left: 0;
  top: 0;
}

.header-h .icon--number:after {
  display: block;
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: 0;
  width: 60px;
  height: 1px;
  border-bottom: 2px dashed #f6a3b6;
}

.header-i {
  background-color: #EBF0F3;
}
.header-i .string {
  font-size: 2.9rem;
  color: #0052B7;
  line-height: 1.6;
}

.header-i.ver1 {
  padding: 28px 20px 17px 20px;
}
.header-i.ver2 {
  padding: 28px 20px 20px 20px;
}
.header-i.ver2 .list-inline {
  margin-top: 9px;
}

.header-i.ver3 {
  padding: 31px 20px 20px 20px;
  background-color: #0DAF7D;
}
.header-i.ver3 .list-inline {
  margin-top: 9px;
}
.header-i.ver3 .string {
  color: #fff;
}
.header-i.ver3 li .button--c {
  margin-left: 10px;
}

.header-i .sub {
  font-size: 1.4rem !important;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.1;
  padding: 4px 4px 2px 4px;
  background-color: #E25E7C;
  margin: 11px 0 0 0;
}

.header-i.ver4 {
  padding: 22px 20px 14px 20px;
}
.header-i.ver4.search {
  padding: 10px 10px 10px 10px;
  background-color: #AFCB00;
}
.header-i.ver4.search .string {
  color:#fff;
  margin: 15px 0 0 146px;
}

.header-i.ver4 .list-inline {
  margin-top: 10px;
}
.header-i.ver4.subject { background-color: #EAF5FD; }
.header-i.ver4.subject .string { color:#37A5EE; }
.header-i.ver4.specialty { background-color: #EDF9F6; }
.header-i.ver4.specialty .string { color:#00B07B; }

/*.header-j {
  position: relative;
  padding: 15px 0;
  border-top: 5px solid #0053b7;
  color: #0053b7;
}
.header-j .string {
  font-size: 2.4rem;
}*/

.header-j {
  position: relative;
  background: url(../images/content/slash.gif) 0 0 repeat-x;
  padding: 20px 0 0 20px;
  margin-bottom: 15px;
}
.header-j .string {
  padding-left: 10px;
  font-size: 2.1rem;
}

.header-j .string:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 10px;
  height: 10px;
  border: 5px solid #0050BA;
  border-radius: 100px;
}

.header-k {
  background-image: url(../images/content/dotte.gif);
  margin-bottom: 20px;
  padding: 10px 10px 6px 10px;
}
.header-k .string {
  font-size: 1.9rem;
  font-weight: normal;
}

.header-l {
  position: relative;
  background-color: #f2f3f7;
  margin-bottom: 20px;
  padding: 15px 10px 8px 88px;
  border-radius: 20px 8px 8px 20px;
}
.header-l .string {
  font-size: 2.9rem;
  color: #424e8a;
}

.header-l .icon {
  position: absolute;
  left: 0;
  top: -4px;
}

.header-m {
  position: relative;
  padding-top: 20px;
  color: #27a3c4;
  text-align: center;
}

.header-m .string {
  position: relative;
  margin-bottom: 25px;
  padding: 0 80px;
  display: inline-block;
  font-size: 2.5rem;
}
.header-m .label {
  color: #27a3c4;
  border-bottom: 2px solid #27a3c4;
}
.header-m .img {
  position: absolute;
  top: -30px;
}
.header-m .img--l {
  left: 0;
}
.header-m .img--r {
  right: 0;
}

.header-n {
  background-color: #FDF1F4;
  padding: 9px 6px 5px 6px;
  margin-bottom: 10px;
  border-radius: 6px 6px 0 0;
}
.header-n .string {
  color: #EC7391;
  font-size: 2.0rem;
}
.header-n .string small {
  font-weight: normal;
}

.header-o {
 background-color: #32b16c;
 margin-bottom: 15px;
 padding: 6px 18px 4px 18px;
 color: #FFF;
 border-radius: 100px;
}
.header-o .string {
 font-size: 2.0rem;
}

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

  .page-title .sub {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .header-c {
	  padding-top: 15px;
  }
  .header-c .string:before {
    top: 19px;
  }
  
  .header-g {
    margin-bottom: 15px;
  }
  .header-g .string {
    font-size: 1.8rem;
  }
  .header-g:after {
  left: 46%;
}

  #container .header-h {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 40px;
  }
  #container .header-h .string {
    font-size: 1.8rem;
  }
  
  #container .header-h .icon--number {
    position: absolute;
    left: 0;
    top: -3px;
  }

  #container .header-i.ver2 {
    padding: 15px 15px 15px 15px;
  }
  
  #container .header-i .sub {
    padding: 4px 4px 4px 4px;
    margin: 0;
	width: 24%;
	text-align: center;
  }
  
  #container .header-i.ver4 {
	padding: 18px 0 15px 15px;
	text-align: left;
  }
  #container .header-i.ver4.search {
	text-align: center;
  }

  #container .header-i.ver4 .string {
	line-height: 1.1;
	font-weight: bold;
  }

  #container .header-i.ver4 .list-inline {
  margin-top: 0;
}

  #container .header-l {
    padding: 8px 10px 8px 58px;
  }

  #container .header-l .string {
    font-size: 2.0rem;
  }

  #container .header-l .icon {
    position: absolute;
    left: 0;
    top: -4px;
  }
  #container .header-m {
    padding-top: 0;
  }

  #container .header-m .string {
    padding: 0;
    font-size: 2.0rem;
	margin-bottom: 5px;
  }
  #container .header-m .label {
    border-bottom: 0;
  }
  
  #container .header-k {
    padding: 8px 10px 7px 10px;
	margin-bottom: 15px;
  }

  #container .header-banner {
    position: relative;
    margin-bottom: 15px;
  }
  #container .header-banner .header-banner__content {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(48, 154, 224, 0.9);
    padding: 7px 15px 5px 15px;
    padding-right: 35px;
    color: #FFF;
  }
  #container .header-banner .header-banner__content .string {
    font-size: 2.5rem;
  }
  #container .header-banner .header-banner__content .string .icon {
    margin-right: 20px;
  }
  #container .header-banner .header-banner__content .string.has-icon {
    position: relative;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 50px;
  }
  #container .header-banner .header-banner__content .string.has-icon .icon--page-symbol {
    width: 40px;
    height: 40px;
  }
  #container .header-banner .header-banner__content:before {
    display: none;
  }
  #container .header-banner .header-banner__content ul {
    text-align: left;
	margin-top: 10px;
  }
  #container .header-banner .header-banner__content li .button--c {
	width: 190px;
  }
  #container .header-name {
    position: relative;
    margin-bottom: 60px;
    padding-left: 0;
  }
  #container .header-name .header-name__content {
    position: static;
    z-index: 10;
    padding: 10px 20px 20px 20px;
    line-height: 1.2;
  }
  #container .header-name .header-name__content small {
    font-size: 1.8rem;
  }
  #container .header-name .header-name__content span {
    display: block;
  }
  #container .header-name .header-name__content .string {
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
  }
  #container .header-name .header-name__content .string > small {
    font-size: 1.4rem;
  }
  #container .header-name.header-name--in-col {
    margin-bottom: 15px;
  }
  
  #container .page-title {
    margin-bottom: 15px;
	padding: 23px 0 22px 0;
  }

  #container .header-b ul {
    padding: 0 0 12px 0;
  }
  #container .header-b .string {
    white-space: nowrap;
  }
  
  #container .header-i {
    padding: 16px 20px 11px 20px;
  }
  #container .header-i.nob {
    padding: 13px 20px 11px 20px;
  }
  #container .header-i .string {
    font-size: 2.5rem;
	font-weight: normal;
  }
  #container .header-i.ver3 {
    padding: 9px 15px 6px 15px;
  }
}
.list-def { padding-bottom: 5px; }
.list-def dt {
  margin-bottom: 3px;
  font-weight: bold;
  color: #5988a3;
}
.list-def dd {
  margin-bottom: 10px;
}

.list-disc {
  list-style: disc;
  margin-left: 20px;
}

.list-inline li {
  display: inline-block;
  margin-right: 5px;
}
.list-inline li:last-child {
  margin-right: 0;
}
.list-inline li .icon--arrow {
  margin-right: 5px;
}

.list-icon--check li {
  padding-left: 28px;
  text-indent: -28px;
  margin-right: 8px;
}

.list-mock-check li {
  cursor: pointer;
}

.list-step .box {
  position: relative;
}

.list-step .box:after {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 120px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44.5px 0 44.5px 22px;
  border-color: transparent transparent transparent #e97693;
}
.list-step .box-curve:after {
  left: 50%;
  top: inherit;
  bottom: -25px;
  width: 0;
  height: 0;
  margin-left: -44px;
  border-style: solid;
  border-width: 22px 44.5px 0 44.5px;
  border-color: #e97693 transparent transparent transparent;
}
.list-step.col--3--rev .box:after {
  right: inherit;
  left: -20px;
  top: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 24px 44px 0;
  border-color: transparent #e97693 transparent transparent;
}
.list-step.col--3--rev .box.end:after {
  display: none;
}
.col.col--3.col--3--rev .box {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.col.col--3.col--3--rev .box:last-child {
  margin-left: 0;
}

.list-step dd {
  padding-right: 10px;
  padding-left: 10px;
}

.icon.icon--pdf {
  top: 2px;
  background-image: url(../images/icon/icon-pdf.png);
  margin-left: 5px;
  width: 20px;
  height: 21px;
}

.icon.icon--arrow-green {
  margin-right: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1aa3c6;
  border-right: 2px solid #1aa3c6;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--checkbox {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #E25E7C;
  background-color: #fff;
  margin-right: 2px;
}
.icon.icon--checkbox.icon--checkbox--checked:after {
  position: absolute;
  top: -3px;
  left: 1px;
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon/icon-checkbox.png) 0 0 no-repeat;
  width: 22px;
  height: 19px;
}

#container .list-number {
  font-size: 1.8rem;
}

.list-number li {
  position: relative;
  overflow: hidden;
  background-color: #feeef2;
  margin-bottom: 8px;
  border-radius: 10px;
}

.list-number li p { background-color: #fff; }

.list-number li span {
  display: inline-block;
  padding: 16px 20px 12px 20px;
}

.list-number li .number {
  position: absolute;
  background-color: #de627e;
  padding: 12px 14px 12px 20px;
  color: #FFF;
  font-size: 2.4rem;
}

.list-number li .val {
  position: relative;
  padding: 0;
  z-index: 2;
}

.list-number li .number:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: -13px;
  top: -11px;
  width: 78px;
  height: 80px;
  background-color: #de627e;
  border-radius: 200px;
}

.list-number li .label {
  padding-left: 75px;
}

.list-number--has-step-arrow li {
  overflow: visible;
  margin-bottom: 20px;
}

.list-number--has-step-arrow li .hidden-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;

}

.list-number--has-step-arrow li .label {
  padding-top: 15px;
  padding-bottom: 9px;
}

.list-number--has-step-arrow li .next-arrow {
  position: absolute;
  left: 70px;
  bottom: -32px;
  z-index: 10;
}

.list-mat li {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 20px 20px 18px 20px;
  border-radius: 10px;
}

.list-mat li:last-child {
  margin-bottom: 0;
}

.list-maru li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 6px;
  line-height: 1.3;
}
.list-maru li:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  margin-left: -17px;
  background: #0056B4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.list-maru.orange li:after {
  background: #F29500;
}

.wrap-table {
  overflow: auto;
}

.table-default {
  width: 100%;
}
.table-default tr th,
.table-default tr td {
  padding: 10px;
  border: 1px solid #CCC;
}
.table-default tr th {
  background: #DEDEDE;
}

.table-news tr th,
.table-news tr td {
  padding: 4px;
  vertical-align: top;
}
.table-news tr th {
  font-weight: normal;
  width: 100px;
}
.table-news tr td.cell-icon {
  padding-right: 10px;
  width: 110px;
}
.table-news tr td a {
  color: #0056b4;
}

.table-form {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.table-form tr th,
.table-form tr td {
  padding: 15px 12px 12px 12px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-form tr th {
  background-color: #e0607d;
  color: #FFF;
}
.table-form input { padding: 4px; }

.table-a {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.table-a tr th,
.table-a tr td {
  padding: 12px 12px 8px 12px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-a tr th {
  background-color: #0050ba;
  color: #FFF;
}

.table-b {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.table-b tr th {
  padding: 10px 12px 6px 12px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-b tr td {
  padding: 10px 12px 6px 12px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-b tr th {
  background-color: #f6f6f6;
}

.table-c {
  width: 100%;
  border-right: 1px solid #CCC;
}
.table-c tr th {
  padding: 8px 10px 5px 10px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.table-c tr th.hs {
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  background-color: #fff;
}
.table-c.ver1 thead tr th.set-nowrap {
  width: 10%;
}
.table-c.ver2 thead tr th.set-nowrap {
  width: 10%;
}
.table-c tr td {
  padding: 8px 5px 5px 5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;
}
.table-c tr td.sub {
  font-size: 1.5rem;
  line-height: 1.1;
}
.table-c tr th {
  background-color: #f6f6f6;
}

.table-d {
  width: auto;
}
.table-d tr {
  border-bottom: 1px solid #CCCCCC;
}
.table-d th,
.table-d td {
  padding: 15px 10px 10px 10px;
}
.table-d th {
  padding-left: 0;
  text-align: left;
}

.table-e {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.table-e tr th,
.table-e tr td {
  padding: 10px 12px 6px 12px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-e tr th {
  background-color: #0050ba;
  color: #FFF;
}

.reset-table-w {
  width: auto;
}

.table-d.history {
	width: 100%;
}

.table-d.history tr {
	border-bottom: 1px dotted #bbb;
}

.table-d.history th,
.table-d.history td {
	padding: 11px 20px 8px 0;
}

#container .table-form .last {
  float: none;
}
.wpcf7-response-output {
  margin-bottom: 40px !important;
  font-size: 1.5rem;
}

td span.example {
  display: inline-block;
  margin-left: 5px;
}
td p.example {
  margin-top: 8px;
}

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

  #container .list-mock-check li {
    margin-bottom: 5px;
  }

  #container .list-step .box:after {
    display: none !important;
  }
  
  #container .list-step.col--3 .box { margin-bottom: 0 !important;}
  
  #container .list-step dd {
  padding-right: 0;
  padding-left: 0;
}
  
  td span.example {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }

  #container .table-news tr th {
    display: inline-block;
    width: auto;
	padding-bottom: 0;
	padding-top: 0;
  }
  /*#container .table-news tr td {
	white-space: nowrap;
  }*/
  #container .table-news tr td.cell-icon {
    display: inline-block;
    width: auto;
  }
  #container .table-news tr td.cell-icon .icon {
    top: 1px;
    margin-left: 5px;
  }
  #container .table-responsive tr, #container .table-responsive th, #container .table-responsive td {
    display: block;
  }
  #container .table-responsive th {
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    text-align: left;
  }
  #container .table-responsive td {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #container .table-responsive td.cell-icon {
    padding: 0;
  }
  #container .list-inline li {
    display: block;
    margin-right: 0;
  }
  
  #container .list-icon--check li {
    line-height: 1.4;
  }

  .list-mat li {
    padding: 13px 13px 10px 13px;
  }
  
  .list-mat li dd { line-height: 1.4; }
  
  #container .list-number {
    font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

  #container .list-number li {
  margin-bottom: 5px;
  }

  #container .list-number--has-step-arrow li {
  margin-bottom: 20px;
  }

  #container .list-number li .number:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 40px;
  height: 200px;
  background-color: #de627e;
  border-radius: 200px;
}

  #container .list-number li .label {
  padding-left: 45px;
}

  #container .list-number li span {
  display: inline-block;
  padding: 12px 20px 10px 20px;
}

  #container .list-number li .number {
  position: absolute;
  background-color: #de627e;
  padding: 12px 14px 12px 20px;
  color: #FFF;
  font-size: 2.0rem;
}

  #container .list-number li .val {
	  padding: 0;
	  top: 9px;
	  left: 10px;
	  position: absolute;
}

  #container .table-form tr th {
  padding: 9px 12px 8px 12px;
}
  #container .table-form tr td {
  padding: 9px 12px 7px 12px;
}

  #container .table-a tr th {
  padding: 9px 12px 8px 12px;
}
  #container .table-a tr td {
  padding: 8px 12px 7px 12px;
}

 #container .table-b tr th {
  padding: 7px 12px 7px 12px;
}
  #container .table-b tr td {
  padding: 7px 12px 7px 12px;
}

#container .table-c thead tr th {
  font-size: 120%;
  padding: 5px 5px 4px 5px;
}
#container .table-c tbody tr th {
  font-size: 120%;
  padding: 5px 7px 4px 5px;
}

#container .table-c.ver1 tbody tr th {
  width: 32%;
}
#container .table-c.ver2 tbody tr th {
  width: 2%;
}

#container .table-c tr td {
  font-size: 120%;
  padding: 5px 5px 4px 5px;
}

#container .table-e.table-responsive tr th,
#container .table-et.able-responsive tr td {
  text-align: center !important;
}

#container .table-e.table-responsive tr td {
  padding: 6px 12px 5px 12px !important;
}
  
}
.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1.1;
}
.icon.icon--number {
  background-color: #de627e;
  color: #FFF;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 6.4rem;
  border-radius: 100px;
}
.icon.icon--arrow {
  top: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrow.icon--arrow--blue {
  border-color: #0056b4;
}
.icon.icon--circle-arrow {
  background: #0056b4;
  border-radius: 100px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  top: 4px;
}
.icon.icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-arrow.icon--circle-arrow--green {
  background-color: #20ae7e;
}
.icon.icon--circle-arrow.icon--circle-arrow--pink {
  background-color: #E97693;
}
.icon.icon--circle-arrow.icon--circle-arrow--orange {
  background-color: #FFA700;
}
.icon.icon--circle-arrow.icon--circle-arrow--blue {
  background-color: #00A2CA;
}

.guideline .content table .icon.icon--circle-arrow {
  top: 2px;
}
.guideline .content table .list-maru.list-inline li {
  padding-bottom: 3px;
}

.icon.icon--arrow-blu {
  margin-right: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0056b4;
  border-right: 2px solid #0056b4;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-number {
  background-color: #424e8a;
  width: 70px;
  height: 70px;
  color: #FFF;
  border-radius: 100px;
  font-size: 4.3rem;
  text-align: center;
  font-weight: bold;
  line-height: 73px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin-top: 1px;
}
.icon.icon--tel {
  background-image: url(../images/icon/icon-tel.svg);
  background-size: auto 100%;
  width: 22px;
  height: 20px;
}
.icon.icon--allergies {
  background-image: url(../images/icon/icon-allergies.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.icon.icon--arthritis {
  background-image: url(../images/icon/icon-arthritis.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.icon.icon--internal {
  background-image: url(../images/icon/icon-internal.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.icon.icon--neurology {
  background-image: url(../images/icon/icon-neurology.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.icon.icon--orthopedic {
  background-image: url(../images/icon/icon-orthopedic.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.icon.icon--rehabilitation {
  background-image: url(../images/icon/icon-rehabilitation.svg);
  background-position: center;
  background-size: auto 70%;
  width: 46px;
  height: 46px;
  border: 3px solid #FFF;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.icon.icon--tel-bk {
  background-image: url(../images/icon/icon-tel-bk.svg);
  background-size: auto 100%;
  top: -2px;
  width: 22px;
  height: 20px;
}
.icon.icon--check {
  background-image: url(../images/icon/icon-check.png);
  top: 0;
  margin-right: 5px;
  width: 23px;
  height: 21px;
}
.icon.icon--text {
  background-color: #53aae0;
  color: #FFF;
  padding: 5px 5px 2px 5px;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
}
.icon.icon--label {
  background-color: #de627e;
  color: #FFF;
  padding: 5px 15px 3px 15px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}
.icon.icon--text.icon--text--important {
  background-color: #c40e23;
}
.icon.icon--text.icon--text--alert {
  background-color: #C6061C;
}
.icon.icon--text.icon--text--recruit {
  background-color: #7bc9c2;
}
.icon.icon--cirlce {
  top: 5px;
  background-color: #f09400;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.icon.icon--cirlce.blue {
  top: 6px;
  background-color: #004CBD;
}
.icon.icon--require {
    background: #fceb52;
    padding: 4px 4px 2px 4px;
    font-size: 1.1rem;
    border-radius: 4px;
    font-weight: normal;
    color: #000;
	margin-top: 1px;
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  line-height: 1;
  text-decoration: none;
  user-select: none;
}
.button.button--d {
  background-color: #FFF;
  border: 1px solid #1aa3c6;
  padding: 11px 10px 8px 10px;
  color: #1aa3c6;
  text-align: center;
  font-size: 1.5rem;
}
 .button.button--d .icon--arrow-green {
  top: 3px;
}
.button.button--default {
  background-color: #0056b4;
  padding: 11px 30px 7px 30px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
}
.button.button--default .icon--arrow {
  top: 2px;
  margin-right: 10px;
  margin-left: -5px;
}
.button.button--default.button--default--fat {
  padding: 19px 38px 15px 23px;
}
.button.button--default.button--default--fat b {
  font-size: 1.6rem;
  font-weight: normal;
}
.button.button--default.button--default--fat .icon--arrow {
  margin-right: 20px;
}
.button.button--default.button--default--fat-pink {
  background-color: #dd617d;
  padding: 21px 32px 17px 32px;
}
.button.button--default.button--default--fat-pink b {
  font-size: 1.9rem;
  font-weight: normal;
}
.button.button--default.button--default--fat-pink .icon--arrow {
  top: 5px;
  margin-right: 10px;
}
.button.button--a {
  background-color: #FFF;
  padding: 9px 8px 5px 8px;
  border: 1px solid #0056b4;
  color: #0056b4;
  font-weight: bold;
  font-size: 1.3rem;
}
.button.button--a .icon {
  top: 2px;
  margin-right: 5px;
}
.button.button--b {
  display: block;
  background-color: #4fa9e3;
  padding: 11px 6px 8px 6px;
  color: #FFF;
  text-align: center;
}
.button.button--b .icon--arrow--white {
  top: 3px;
  margin-right: 7px;
}
.button.button--c {
  background-color: #FFF;
  padding: 12px 20px 8px 20px;
  border: 1px solid #0056b4;
  color: #0056b4;
  font-size: 1.6rem;
}
.button.button--c .icon {
  top: 3px;
  margin-right: 5px;
}
.header-i.ver3 .button.button--c {
  background-color: #0DAF7D;
  padding: 12px 20px 8px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  #container.guideline .content table li {
    margin-bottom: 3px;
  }
  #container.guideline .content table .list-maru.list-inline li {
    margin-bottom: 0;
	padding-bottom: 3px;
  }
  #container.guideline .content table .list-maru.list-inline li:after {
	top: 6px;
  }

  #container.guideline .content table .icon.icon--circle-arrow {
    top: 3px;
  }

  #container .icon.icon--circle-number {
    width: 46px;
    height: 46px;
    font-size: 2.6rem;
    line-height: 46px;
  }
  #container .button.button--default--fat {
    display: block;
    padding-left: 13px;
    padding-right: 23px;
	padding-top: 15px;
  }
  
  #container .button.button--default--fat small {
    display: block;
    margin-top: 6px;
  }
  #container .button.button--default--fat-pink {
    display: block;
	padding: 17px 15px 17px 15px;
  }
  #container .button.button--default--fat-pink b {
    font-size: 1.6rem;
  }
  #container .button.button--default.button--default--fat-pink .icon--arrow {
    top: 5px;
  }
  
  #container .button.button--b {
    font-size: 1.3rem;
	padding: 9px 0 8px 0;
  }
  #container .button.button--b.reha {
	text-align: left;
  }
  #container .button.button--b .icon--arrow--white {
    top: 2px;
  }
  #container .button.button--b.reha .icon--arrow--white {
	margin-right: 4px;
  }
  
  #container .icon.icon--text {
    padding: 3px 5px 2px 5px;
	white-space: nowrap;
  }
  .page #container .icon.icon--text {
	margin-top: 2px;
  }
  
  #container .button.button--a {
    white-space: nowrap;
    padding: 6px 8px 5px 8px;
  }
  #container .button.button--a .icon {
    top: 3px;
    margin-right: 5px;
  }
  
  #container .button.button--default .icon--arrow {
    top: 3px;
  }
  
  #container .icon.icon--arrow-blu {
    top: 10px;
  }
  
  #container .icon.icon--circle-arrow {
    top: 6px;
  }
  
  #container .button.button--c {
    padding: 10px 10px 9px 10px;
  }
  #container .button.button--c .icon {
    top: 4px;
  }
  
  #container .icon.icon--check {
    top: 0;
  }
  
  #container .icon.icon--label {
  padding: 3px 12px 4px 12px;
  font-size: 1.6rem;
}

  #container .icon.icon--require {
    padding: 3px 4px 3px 4px;
	margin-top: 2px;
}

  #container .button.button--d {
  padding: 9px 10px 8px 10px;
}

  #container .button.button--d .icon--arrow-green {
  top: 5px;
}
  
}
.box-news {
  display: table;
  width: 100%;
  background: #e7edf2;
}
.box-news .box-news__header,
.box-news .box-news__body {
  display: table-cell;
  padding: 14px 0 14px 20px;
  vertical-align: middle;
}
.box-news .box-news__header {
  background-color: #d4dfe7;
  width: 38%;
  text-align: center;
}

.box-news__inner {
  float: right;
  padding: 0 40px;
  max-width: 250px;
}
.box-news .box-news__header .string {
  margin-bottom: 10px;
  color: #0056b4;
  font-weight: normal;
  font-size: 2.4rem;
  font-style: italic;
}

.box-rad {
  background-color: #fcfaea;
  border: 2px solid #f3a4ba;
  border-radius: 10px;
  padding: 40px;
}
.box-rad-pink {
  background-color: #FFF;
  border: 2px solid #f6a3b6;
  border-radius: 10px;
  padding: 30px 30px 24px 30px;
}

.box-flow {
  display: table;
  width: 98%;
  margin-left: 2%;
}

.box-flow .cell {
  display: table-cell;
  vertical-align: middle;
}

.box-flow .header {
  background-color: #f6a3b7;
  padding: 10px 0;
  width: 33px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
}

.box-flow .header .string {
  margin: 0 auto;
  width: 18px;
}

.box-flow .body {
  padding-left: 60px;
}

.wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}
.wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sns-box {
  padding-top: 15px;
}

.sns-box .box {
  margin-bottom: 20px;
}

.banners {
  display: table;
  position: relative;
}
.banners .banners__col {
  position: relative;
  display: table-cell;
  padding-left: 10px;
  width: 330px;
  vertical-align: top;
}
.banners .banners__col.banners__fit {
  padding: 0;
  width: 400px;
}
.banners .banners__col .item {
  position: relative;
}
.banners .banners__col .item--movie {
  position: relative;
}
.banners .banners__col .item--movie #movie {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.banners .banners__col .item--movie #movie iframe {
  width: 1578px;
  height: 876px;
}
.banners .banners__col .item--movie #movie.sp {
  position: relative;
}
.banners .banners__col .item--movie .rol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banners .banners__col .item--movie .string {
  position: absolute;
  bottom: 170px;
  left: 50px;
  z-index: 10;
}
.banners .banners__col .item--movie .txt {
  position: absolute;
  bottom: 65px;
  left: 50px;
  z-index: 10;
  font-size: 1.3rem;
  color: #222;
  line-height: 1.7;
}

.banners .banners__row {
  margin-bottom: 10px;
}
.banners .banners__row:last-child {
  margin-bottom: 0;
}
.banners .banners__row.col .item {
  width: 49%;
}
.banners .item--sinryo img {
  width: 102%;
  max-width: 102%;
  margin-left: -2%;
}
.banners .item--shozyo img {
  width: 113%;
  max-width: 113%;
  margin-left: -13%;
  margin-top: -5%;
}
.banners .item--technique img {
  position: absolute;
  top: 260px;
  right: 120px;
  z-index: 100;
}
.banners .item--movies img {
  width: 106%;
  max-width: 106%;
  margin-right: -6%;
  margin-top: -3%;
}

#container .breadcrumb {
  background: #e7eaef;
  padding: 10px 0 7px 0;
  color: #333333;
}
#container .breadcrumb p {
  font-size: 1.2rem;
  line-height: 1;
}
#container .breadcrumb a {
  color: #0051b8;
}

.bg-gray {
  position: absolute;
  top: 10px; 
  left: -18px;
  padding: 15px 25px 12px 17px;
  background: url(../images/content/bg-dot-gray.png) 0 0 #f2f2f2;
}

.bnr-in-box-0 {
  position: absolute;
  right: -45px;
  top: -35px;
}

.bg-gray.inr {
  top: 0; 
  left: 0;
}
.bg-gray.inr .bnr-in-box-0 {
  right: 80px;
  top: -35px;
}

.bg-gray-re {
  position: relative;
  padding: 17px 24px 10px 18px;
  background: url(../images/content/bg-dot-gray.png) 0 0 #f2f2f2;
}

.bg-pink {
  padding: 15px 25px 12px 17px;
  background: url(../images/content/bg-dot-pink.png) 0 0 #f2f2f2;
}

.bg-pink ul li span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ED7491;
  padding: 2px 7px 0 7px;
  margin-bottom: 4px;
  border-radius: 4px;
}

.bg-blue {
  padding: 15px 25px 12px 17px;
  background-color: #0056B4;
  border-radius: 6px;
}

.ser-bg-box.placenta { background: url(../images/page/service/fmedicalcare/img-0.png) 100% 0 no-repeat; }

.bnr-in-box-1 {
  position: relative;
  top: -10px;
  width: 250px;
  max-width: none;
}

#container .foot-links {
  display: table;
  margin: 20px 0;
  width: 100%;
  border-left: 1px solid #CCC;
}
#container .foot-links:last-child .foot-links__cell:after {
  display: none;
}
#container .foot-links .foot-links__row {
  display: table-row;
}
#container .foot-links .foot-links__cell {
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 5px 20px 5px 20px;
  border-right: 1px solid #CCC;
}
#container .foot-links .foot-links__cell:after {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  bottom: -10px;
  background-color: #CCC;
  width: 80%;
  height: 1px;
}
#container .foot-links .foot-links__cell a {
  display: block;
}
#container .foot-links .foot-links__cell p, #container .foot-links .foot-links__cell dt {
  margin: 10px 0 5px 0;
  color: #0056b4;
  text-align: center;
  font-weight: bold;
}
#container .foot-links .foot-links__cell p .icon, #container .foot-links .foot-links__cell dt .icon {
  top: 6px;
  margin-right: 5px;
  margin-left: -8px;
}
#container .foot-links .foot-links__cell p {
  font-weight: normal;
  font-size: 1.5rem;
}
#container .foot-links .foot-links__cell dd {
  font-size: 1.4rem;
  color: #222222;
}
#container .foot-links .foot-links__cell__icon {
  text-align: center;
}

.foot-link-line {
  /*margin-bottom: -10px;*/
  padding-top: 10px;
  padding-bottom: 6px;
}
.foot-link-line ul li {
  margin-right: 10px;
  font-size: 1.4rem;
}
.foot-link-line ul li a {
  color: #0056b4;
}
.foot-link-line ul li a .icon {
  top: 7px;
}

.box-border {
  padding: 20px;
  border: 1px solid #CCC;
}
.box-border-shadow {
  padding: 20px;
  box-shadow:0px 0px 5px 1px #ddd;
  -moz-box-shadow:0px 0px 5px 1px #ddd;
  -webkit-box-shadow:0px 0px 5px 1px #ddd;
  border-radius: 5px;
}

.box-fill-yellow {
  position: relative;
  background-color: #fcfaea;
  padding: 20px 20px 10px 20px;
  border: 2px solid #F8A2B7;
  border-radius: 6px;
}

.box-fill-yellow.orthopedic { background: url(../images/page/service/subject/orthopedic/img-1.png) 100% -150px no-repeat #fcfaea;  }
.box-fill-yellow.nonsmoking { background: url(../images/page/service/specialty/nonsmoking/img-1.png) 98% 10px no-repeat #fcfaea;  }
.box-fill-yellow.painclinic { background: url(../images/page/service/specialty/painclinic/img-1.png) 100% -160px no-repeat #fcfaea;  }

.box-fill-yellow .icon-doctor {
  top: -10px;
}
.box-fill-yellow .inner {
  position: relative;
  z-index: 10;
}

.bnr-in-box-allergies {
  position: absolute;
  right: -70px;
  top: -20px;
  z-index: 2;
}
.bnr-in-box-neurology {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 2;
}
.bnr-in-box-rehabilitation {
  position: absolute;
  right: -45px;
  top: -20px;
  z-index: 2;
}
.bnr-in-box-inspection {
  position: absolute;
  right: -60px;
  top: -20px;
  z-index: 2;
}
.bnr-in-box-aga {
  position: absolute;
  right: 50px;
  top: 24px;
  z-index: 2;
}
.bnr-in-box-memoryloss {
  position: absolute;
  right: -20px;
  top: -80px;
  z-index: 2;
}
.bnr-in-box-osteoporosis {
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 2;
}
.bnr-in-box-sublingual {
  position: absolute;
  right: -70px;
  top: -40px;
  z-index: 2;
}

section.antiaging { background: url(../images/page/service/specialty/antiaging/img-0.jpg) 100% 0 no-repeat;  }
section.chronicpain { background: url(../images/page/service/specialty/chronicpain/img-0.jpg) 100% 0 no-repeat;  }
section.epilepsy { background: url(../images/page/service/specialty/epilepsy/img-0.jpg) 100% 0 no-repeat;  }
section.headache { background: url(../images/page/service/specialty/headache/img-0.jpg) 100% 0 no-repeat;  }
section.menopause { background: url(../images/page/service/specialty/menopause/img-0.jpg) 100% 0 no-repeat;  }
section.nonsmoking { background: url(../images/page/service/specialty/nonsmoking/img-0.jpg) 110% -100px no-repeat;  }
section.painclinic { background: url(../images/page/service/specialty/painclinic/img-0.jpg) 100% 0 no-repeat;  }
section.spinal { background: url(../images/page/service/specialty/spinal/img-0.jpg) 100% 0 no-repeat;  }


#container .person-comment {
  position: relative;
  padding-left: 30px;
}
#container .person-comment .person-comment__img {
  position: absolute;
  z-index: 1;
  top: -160px;
  left: 40px;
}
#container .person-comment .person-comment__img.rt {
  top: -176px !important;
  left: 40px;
}
#container .person-comment .person-comment__content {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 20px 25px 15px 25px;
  border: 2px solid #37a6ee;
}
#container .person-comment .person-comment__content dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
#container .person-comment .person-comment__content .person-comment__edge {
  position: absolute;
  left: 155px;
  top: -23px;
}
#container .person-comment.person-comment--green .person-comment__content {
  border-color: #3fc0a0;
}
#container .person-comment.person-comment--pur .person-comment__content {
  border-color: #b491ac;
}
#container .person-comment.person-comment--blue .person-comment__content {
  border-color: #0056b4;
}
#container .person-comment.person-comment--rgreen .person-comment__content {
  border-color: #8ec264;
}
#container .person-comment.person-comment--orange .person-comment__content {
  border-color: #ee9307;
}
#container .person-comment.person-comment--in-col .person-comment__img {
  right: 0;
  top: -70px;
}


#container .hp-chc .box {
  border-radius: 6px;
  /* box-shadow */
  box-shadow:0px 0px 3px 1px #ccc;
  -moz-box-shadow:0px 0px 3px 1px #ccc;
  -webkit-box-shadow:0px 0px 3px 1px #ccc;
}
#container .hp-chc .box.chc-1 {
  background-color: #E97693;
}
#container .hp-chc .box.chc-2 {
  background-color: #FFA700;
}
#container .hp-chc .box.chc-3 {
  background-color: #00A2CA;
}
#container .hp-chc .box.chc-1 .icon.icon--circle-arrow.icon--circle-arrow {
  background-color: #E97693;
}
#container .hp-chc .box.chc-2 .icon.icon--circle-arrow.icon--circle-arrow {
  background-color: #FFA700;
}
#container .hp-chc .box.chc-3 .icon.icon--circle-arrow.icon--circle-arrow {
  background-color: #00A2CA;
}
#container .hp-chc .box.chc-1 .btn a {
  color: #E97693;
}
#container .hp-chc .box.chc-2 .btn a {
  color: #FFA700;
}
#container .hp-chc .box.chc-3 .btn a {
  color: #00A2CA;
}

#container .hp-chc .box dt {
  padding: 15px 0 15px 0;
}
#container .hp-chc .box div {
  padding: 13px 15px 15px 15px;
}
#container .hp-chc .box div .btn {
  text-align: center;
  margin-top: 8px;
}
#container .hp-chc .box div .btn a {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  padding-top: 3px;
}

.pager {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.pager p {
  display: inline-block;
  text-align: center;
}
.pager p.numbers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 150px;
  z-index: 1;
}
.pager p a {
  display: inline-block;
  padding-top: 5px;
}
.pager p .page-number {
  padding: 7px 9px 6px 8px;
  line-height: 1;
  border: 1px solid #ccc;
}
.pager p .page-number.current {
  background-color: #0053b7;
  color: #FFF;
  border: none;
}

.pager .set-float-l,
.pager .set-float-r {
  position: relative;
  z-index: 2;
}

.nav-arhives dt {
  background-color: #0053b7;
  padding: 12px 8px 8px 8px;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  line-height: 1.1;
}
.nav-arhives dd {
  margin-bottom: 20px;
  border: 1px solid #dfddde;
  border-radius: 0 0 6px 6px;
}
.nav-arhives dd li {
  border-bottom: 1px solid #dfddde;
  padding: 6px 6px 3px 6px;
  font-size: 1.4rem;
}
#container .nav-arhives dd li .icon.icon--arrow { top: 7px; }
.nav-arhives dd li:last-child {
  border-bottom: 0;
}
.nav-arhives dd a {
  display: inline-block;
}
.nav-arhives dd a .icon {
  top: 8px;
  margin-right: 5px;
}

.article__meta {
  margin-bottom: 20px;
}

.article__meta time {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 1.6rem;
}

.article__meta .icon {
  width: auto;
}

.article__body p, .article__body ul, .article__body ol, .article__body dl {
  margin: 20px 0;
}
.article__body ul,
.article__body ol {
  margin-left: 20px;
}
.article__body ul {
  list-style: disc;
}
.article__body h2 {
  font-size: 2.0rem;
  margin: 15px 0;
  color: #0053b7;
}
.article__body h3 {
  font-size: 1.8rem;
  margin: 15px 0;
}

.foot-news {
  margin-top: 40px;
}

.compo-term {
  background-color: #FFF;
  margin-bottom: 10px;
  border: 1px solid #1aa3c6;
}
.compo-term dt {
  background-color: #1aa3c6;
  padding: 8px;
  color: #FFF;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
}
.compo-term dd {
  padding: 13px 30px;
  height: 102px;
}
.compo-keyval {
  background-color: #FFF;
  padding: 30px 20px 20px 20px;
  border: 2px solid #32b16c;
}
.compo-keyval__header {
  position: relative;
  top: -50px;
  margin-bottom: -30px;
  background-color: #32b16c;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 6px 6px 6px;
  width: 400px;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
}
.compo-keyval--blu {
  border-color: #1aa3c6;
}
.compo-keyval--blu .compo-keyval__header {
  background-color: #1aa3c6;
}
.compo-keyval--orange {
  border-color: #e8b742;
}
.compo-keyval--orange .compo-keyval__header {
  background-color: #e8b742;
}
.compo-keyval--pink {
  border-color: #ea68a2;
}
.compo-keyval--pink .compo-keyval__header {
  background-color: #ea68a2;
}
.compo-keyval--pur {
  border-color: #8f82bc;
}
.compo-keyval--pur .compo-keyval__header {
  background-color: #8f82bc;
}
.compo-keyval--green {
  border-color: #69c9ad;
}
.compo-keyval--green .compo-keyval__header {
  background-color: #69c9ad;
}
.compo-keyval--navy {
  border-color: #486185;
}
.compo-keyval--navy .compo-keyval__header {
  background-color: #486185;
}

.rehabilitation-banner {
  background: url(../images/page/service/rehabilitation/img-0.jpg) 50% 0 no-repeat;
  height: 492px;
  color: #FFF;
 }
.rehabilitation-banner .fixed-width-m {
  position: relative;
}
.box-mat-pad {
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 30px;
}
.rehabilitation-banner-text {
  position: absolute;
  left: 0;
  top: 225px;
  width: 480px;
}
.box-mat-pad.reha-1 {
  background: url(../images/page/service/rehabilitation/img-6.jpg) 100% 125px no-repeat #edf0f2;
}

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

.pager {
  margin-top: 0;
}

.banners .item--movies img {
  width: 100%;
  max-width: 100%;
}

#container .bg-pink {
  padding: 14px 5px 12px 15px;
  background: url(../images/content/bg-dot-pink.png) 0 0 #f2f2f2;
}

#container .bg-pink ul li span {
  padding: 2px 7px 2px 7px;
  margin-bottom: 0;
}
	
#container .hp-chc .box dt {
  padding: 15px 0 12px 0;
}
#container .hp-chc .box div .btn a {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

#container .hp-chc .sp-only.ttl {
  color: #fff;
  font-size: 2.0rem;
  padding: 0 15px 0 15px;
}

  #container .box-mat-pad.reha-1 {
    background: none;
	background-color: #edf0f2;
	margin-top: 90px;
  }
  
  #container .box-mat-pad.reha-2 {
	margin-top: 90px;
  }
  
  #container .box-mat-pad.reha-3 {
	margin-top: 120px;
  }

  #container .compo-term dd {
    height: auto;
  }
  
  #container .compo-keyval {
    padding: 10px 10px 10px 10px;
  }

  #container .compo-keyval__header {
    width: 210px;
	padding: 8px 6px 6px 6px;
	top: -30px;
  }
  #container .compo-keyval ul {
	  padding-top: 8px;
  }

   #container .box-mat-pad {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  #container .rehabilitation-banner {
    background: none;
    height: auto;
   }
  #container .rehabilitation-banner-text {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }
  #container .icon--number {
    width: 30px;
    height: 30px;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  #container .icon--number:after {
    display: none;
  }

  #container .bg-gray {
    padding: 15px;
  }
  #container .bnr-in-box-0 {
    position: absolute;
    right: -10px;
    top: 10px;
    width: 100px;
  }
  #container .bnr-in-box-1 {
    position: relative;
    top: 0;
    left: 12px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    max-width: 100%;
    max-width: none;
  }
  #container .box-news {
    display: block;
    margin-top: 20px;
  }
  #container .box-news .box-news__inner {
    float: none;
    text-align: center;
    max-width: none;
  }
  #container .box-news .box-news__header,
  #container .box-news .box-news__body {
    display: block;
  }
  #container .box-news .box-news__header {
    width: auto;
    padding: 13px 5% 17px 5%;
  }
  
  #container .box-news .button.button--default {
    padding: 9px 30px 9px 30px;
  }
  
  #container .box-news .box-news__header .string {
    margin-bottom: 3px;
    color: #0056b4;
    font-weight: normal;
    font-size: 2.4rem;
  }
  #container .box-news .box-news__body {
    padding: 14px 5% 8px 5%;
  }
  #container .box-rad {
    padding: 20px;
  }

  #container .box-flow {
    display: block;
    width: auto;
    margin-left: 0;
  }

  #container .box-flow .cell {
    display: block;
  }

  #container .box-flow .header {
    margin-bottom: 15px;
    width: auto;
  }

  #container .box-flow .header .string {
    width: auto;
  }

  #container .box-flow .body {
    padding-left: 0;
  }

  #container .banners {
    display: block;
    margin-bottom: 10px;
  }
  #container .banners .banners__col {
    display: block;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: auto;
    max-width: 330px;
  }
  #container .banners .banners__col.banners__fit {
    padding: 0;
    width: auto;
    max-width: 100%;
  }
  #container .banners .banners__col.banners__fit img {
    width: 100%;
  }
  #container .banners .banners__col .item {
    position: relative;
  }
  #container .banners .banners__col .item--movie .string {
    position: absolute;
    bottom: 80px;
    left: 20px;
    z-index: 10;
  }
  #container .banners .banners__row {
    margin-bottom: 10px;
  }
  #container .banners .banners__row:last-child {
    margin-bottom: 0;
  }
  #container .banners .banners__row.col .item {
    width: 49%;
  }
  
  #container .foot-links {
    display: block;
    margin: 0;
    width: auto;
    border-left: 0;
  }
  #container .foot-links .foot-links__row {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container .foot-links .foot-links__cell {
    display: block;
    width: 50%;
    margin-bottom: 0;
    padding: 15px 20px 15px 0;
    border-right: 0;
	border-bottom: 1px solid #CCC;
  }
  #container .foot-links .foot-links__cell.fct {
    padding-top: 0;
  }
  
  #container .foot-links .foot-links__cell:nth-child(2n) {
    border-left: 1px solid #CCC;
    padding: 15px 0 15px 15px;
  }
  #container .foot-links .foot-links__cell.fct:nth-child(2n) {
    padding-top: 0;
  }
  
  #container .foot-links .foot-links__cell:after {
    display: none;
  }
  #container .foot-links .foot-links__cell dt {
    margin: 10px 0 5px 0;
    font-size: 1.5rem;
  }
  #container .foot-links .foot-links__cell dt .icon {
    top: 6px;
    margin-right: 5px;
    margin-left: -8px;
  }
  #container .foot-links .foot-links__cell__icon {
    text-align: center;
  }
  #container .foot-link-line {
    /*margin-bottom: -5px;*/
    padding-top: 10px;
  }
  #container .foot-link-line ul li {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  #container .foot-link-line ul li a {
    color: #0056b4;
  }
  #container .foot-link-line ul li a .icon {
    top: 8px;
  }
  #container .foot-link-line ul:last-child {
    text-align: right;
  }
  #container .foot-link-line ul:last-child li {
    display: inline;
	margin: 0;
  }
  #container .bnr-in-box-allergies {
    margin-top: 10px;
    text-align: center;
    position: static;
  }
  #container .person-comment {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
  }
  #container .person-comment .person-comment__img {
    position: absolute;
    z-index: 1;
    top: -120px;
	left: 0;
  }
  #container .person-comment .person-comment__img.rt {
    top: -120px !important;
    left: 0;
  }
  
  #container .person-comment .person-comment__img img {
    width: 100px;
  }
  #container .person-comment .person-comment__content {
    padding: 20px;
  }
  #container .person-comment.person-comment--in-col .person-comment__img {
    top: -30px;
  }
  
  #container .gmap iframe { width: 100%; }
  .about #container iframe { width: 100%; }
  
  #container .bg-gray {
    left: 0;
  }
  
  #container .ser-bg-box {
    background: none;
  }
  
  #container .box-border-shadow {
    padding: 5px 20px 10px 20px;
  }
  
  #container .box-fill-yellow {
    padding: 10px 10px 10px 10px;
  }
  #container .box-fill-yellow.orthopedic { background-image: none; }
  #container .box-fill-yellow.nonsmoking { background-image: none; }
  #container .box-fill-yellow.painclinic { background-image: none; }
  
  #container .box-fill-yellow .icon-doctor {
    top: 0;
  }
  
  #container section.antiaging { background-image: none; }
  #container section.chronicpain { background-image: none; }
  #container section.epilepsy { background-image: none; }
  #container section.headache { background-image: none; }
  #container section.menopause { background-image: none; }
  #container section.nonsmoking { background-image: none; }
  #container section.painclinic { background-image: none; }
  #container section.spinal { background-image: none; }
  
  #container .box-rad-pink {
    padding: 17px 20px 14px 20px;
  }
  
  #container .nav-arhives dt {
    padding: 12px 8px 11px 8px;
  }
  #container .nav-arhives dd li {
    white-space: nowrap;
	padding: 6px 6px 5px 6px;
  }
  #container .nav-arhives dd li .icon.icon--arrow { top: 8px; }
  
  #container .breadcrumb p {
    letter-spacing: -1px;
  }
  
  #container.hands .content iframe {
    width: 100%;
  }
  #container.schedule .content iframe {
    width: 100%;
  }
  
  #container .bg-gray-re {
    position: relative;
    padding: 0;
    background: none;
  }
}
.col {
  zoom: 1;
}
.col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.col .box {
  float: left;
}
.col .last {
  float: right;
}
.col.col--2 .box {
  width: 49%;
}
.col.col--2.wd .box {
  width: 48%;
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}

.col.col--2--2 .box {
  width: 30%;
}
.col.col--2--2 .last {
  width: 66%;
  float: right;
}

.col.col--2--2 .button.button--b {
  display: block;
  background-color: #0053B7;
  padding: 13px 6px 9px 6px;
  color: #FFF;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 15px;
}
.col.col--2--2 .button.button--b .icon--arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
}
.col.col--2--2 .button.button--b a {
  color: #fff;
  font-size: 2.0rem;
}
.col.col--2--2 .last .lbox {
  float: left;
  width: 50%;
}
.col.col--2--2 .last .rbox {
  float: right;
  width: 50%;
}

.col.col--3 .box {
  margin-right: 2%;
  width: 32%;
}
.col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.hp-chc .col.col--3 .box {
  margin-right: 3%;
  width: 31.3%;
}
.hp-chc .col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.col.col--4 .box {
  margin-right: 2.90833%;
  /*margin-bottom: 20px;*/
  width: 22.81667%;
}
.col.col--4 .box:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.col.col--4--a .box:nth-child(4n) {
  float: left;
  margin-right: 2.90833%;
}
.col.col--4.s-list .box img {
  border-radius: 6px 0 0 0;
  box-shadow:0px -1px 5px 1px #dddddd;
  -moz-box-shadow:0px -1px 5px 1px #dddddd;
  -webkit-box-shadow:0px -1px 5px 1px #dddddd;
}
.col.col--4.s-list .box .button--b {
  border-radius: 0 0 6px 0;
  box-shadow:0px 2px 5px 1px #dddddd;
  -moz-box-shadow:0px 2px 5px 1px #dddddd;
  -webkit-box-shadow:0px 2px 5px 1px #dddddd;
}

.col.col--4.s-list .box.nos img {
	box-shadow: none;
	border-radius: 0;
}
.col.col--4.s-list .box.nos .button--b {
	box-shadow: none;
	border-radius: 0;
}

.col.col--4.facility .box {
  margin-right: 40px;
  /*margin-bottom: 20px;*/
  width: 210px;
}
.col.col--4.facility  .box:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.mega-menu .col.col--4 .box {
  margin-right: 1.50833%;
  /*margin-bottom: 20px;*/
  width: 23.81667%;
}
.mega-menu .col.col--4 .box:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.col--5 .box {
  width: 20%;
}

.facility .col--5 .box {
  margin-right: 2.10833%;
  width: 18.21667%;
}
.facility .col--5 .box:nth-child(5) {
  float: right;
  margin-right: 0;
}


.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--col-2 .flex__item {
  width: 48%;
}

.main {
  float: left;
  width: 77%;
}

.main iframe {
  width: 100%;
}

.sidebar {
  float: right;
  width: 20%;
}

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

  #container .main,
  #container .sidebar {
    float: none;
    width: auto;
  }

  #container .col .box,
  #container .col .last {
    float: none;
  }
  #container .col.col--2 .box {
    margin-bottom: 20px;
    width: auto;
  }
  #container .col.col--2 .box:nth-child(2n) {
    float: none;
  }
  #container .col.col--2 .box:last-child {
    margin-bottom: 0;
  }
  #container .col.col--2--2 .box,
  #container .col.col--2--2 .last,
  #container .col.col--2--2 .lbox,
  #container .col.col--2--2 .rbox {
    width: auto;
  }
  #container .col.col--2--2 .box,
  #container .col.col--2--2 .last {
    margin-bottom: 20px;
  }
  #container .col.col--2--2 .button.button--b .icon--arrow {
    top: 18px;
    left: 10px;
  }
  #container .col.col--2--2 .lbox .icon.icon--arrow,
  #container .col.col--2--2 .rbox .icon.icon--arrow {
    top: 10px;
  }
  
  #container .col.col--3 .box {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
  #container .col.col--3 .box:nth-child(3n) {
    float: none;
  }
  #container .col.col--3 .box:last-child {
    margin-bottom: 0;
  }
  #container .col.col--4 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container .col.col--4:after {
    display: none;
  }
  #container .col.col--4 .box {
    float: none;
    margin-right: 0;
    width: 48%;
  }
  #container .col.col--4--sp-1col .box {
    width: 100%;
  }
  #container .col.col--4 .box:nth-child(4n) {
    float: none;
  }
  
  #container .col.col--4.facility .box {
    margin-right: 0;
    width: 100%;
  }
  
  #container .col--5 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  }
  #container .col--5 .box {
    margin-bottom: 20px;
    width: 48%;
  }
  #container.facility .col--5 .box {
    width: 48%;
	margin-right: 0;
    margin-bottom: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  top: 45%;
  z-index: 20;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  text-indent: -9999px;
  outline: none;
}
.slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  position: relative;
  left: 0;
  top: -12px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #0053B7;
  border-right: 3px solid #0053B7;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: -35px;
}
.slick-arrow.slick-prev {
  left: -55px;
}
.slick-arrow.slick-prev:after {
  left: 18px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 480px) {

  #wdi_feed_0 .wdi_feed_item {
    width: 50% !important;
  }

.slick-arrow {
  top: 40%;
}
  
.slick-arrow.slick-next {
  right: 5px;
}
.slick-arrow.slick-prev {
  left: -10px;
}
}

/************************************************

 Single property

************************************************/

#container .set-rad-10 {
  border-radius: 10px;
}
#container .set-bg-000000 {
  background-color: #000000;
}
#container .set-bg-eaf0fb {
  background-color: #eaf0fb;
}
#container .set-bg-fef8ec {
  background-color: #fef8ec;
}
#container .set-bg-edf9f9 {
  background-color: #edf9f9;
}
#container .set-bg-f3f9fd {
  background-color: #f3f9fd;
}
#container .set-bg-fdf4f8 {
  background-color: #fdf4f8;
}
.set-bg-edf0f2 {
  background-color: #edf0f2;
}
.set-bg-f8f7e6 {
  background-color: #f8f7e6;
}

#container .set-bg-00a5a5 {
  background-color: #00a5a5;
}
#container .set-bg-5db1e7 {
  background-color: #5db1e7;
}
#container .set-bg-f29400 {
  background-color: #f29400;
}
#container .set-bg-f2f9fd {
  background-color: #f2f9fd;
}
#container .set-bg-fef5f7 {
  background-color: #fef5f7;
}
#container .set-bg-4fa9e3 {
  background-color: #4fa9e3;
}
#container .set-bg-ed7491 {
  background-color: #ed7491;
}
#container .set-bg-df689c {
  background-color: #df689c;
}
#container .set-bg-EDF6FC {
  background-color: #EDF6FC;
}

#container .set-bg-6cb793 {
  background-color: #6cb793;
}

.set-bg-27a3c4 {
  background-color: #27a3c4;
}

#container .set-color {
  color: #0056b4;
}

.set-color-209aba {
    color: #209aba;
}
#container .set-color-5db1e6 {
  color: #5db1e6;
}
#container .set-color-f29400 {
  color: #f29400;
}
#container .set-color-00a5a5 {
  color: #00a5a5;
}
#container .set-color-5db1e7 {
  color: #5db1e7;
}
#container .set-color-df689c {
  color: #df689c;
}
#container .set-color-EC7391 {
  color: #EC7391;
}
#container .set-color-e65146 {
  color: #e65146;
}
#container .set-color-4aa7e5 {
  color: #4aa7e5;
}
#container .set-color-e45b7a {
  color: #e45b7a;
}
#container .set-color-f29500 {
  color: #f29500;
}
#container .set-color-4fa9e3 {
  color: #4fa9e3;
}
#container .set-color-e5524c {
  color: #e5524c;
}
#container .set-color-e0607d {
  color: #e0607d;
}
#container .set-color-f09400 {
  color: #f09400;
}
#container .set-color-5988a3 {
  color: #5988a3;
}
#container .set-color-de617d {
  color: #de617d;
}
#container .set-color-00A5A5 {
  color: #00A5A5;
}
#container .set-color-F29400 {
  color: #F29400;
}
#container .set-color-EE7290 {
  color: #EE7290;
}
#container .set-color-00A5A5 {
  color: #00A5A5;
}
#container .set-color-white {
  color: white;
}
#container .set-color-black {
  color: #333;
}
.set-color-1aa3c6 {
  color: #1aa3c6;
}
.set-color-eb7592 {
  color: #eb7592;
}

#container .set-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
}

#container .set-underline {
  text-decoration: underline;
}

#container .set-box-center {
  margin-left: auto;
  margin-right: auto;
}

#container .set-high-low {
  line-height: 2.2;
}
#container .set-nowrap {
  white-space: nowrap;
}
#container .set-pos-rel {
  position: relative;
}
#container .set-pos-abs {
  position: absolute;
}
#container .set-hide {
  display: none;
}
#container .set-disp-cell {
  display: table-cell;
}
#container .set-disp-ib {
  display: inline-block;
}
#container .set-v-align-t {
  vertical-align: top;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-float-l {
  float: left;
}
#container .set-float-r {
  float: right;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-valign-b {
  vertical-align: bottom;
}
#container .set-align-c {
  text-align: center;
}
#container .set-align-r {
  text-align: right;
}
#container .set-align-l {
  text-align: left;
}
#container .set-low-line {
  line-height: 1.2;
}
#container .set-fs-11 {
  font-size: 1.1rem;
}
#container .set-fs-12 {
  font-size: 1.2rem;
}
#container .set-fs-13 {
  font-size: 1.3rem;
}
#container .set-fs-14 {
  font-size: 1.4rem;
}
#container .set-fs-15 {
  font-size: 1.5rem;
}
#container .set-fs-16 {
  font-size: 1.6rem;
}
#container .set-fs-17 {
  font-size: 1.7rem;
}
#container .set-fs-18 {
  font-size: 1.8rem;
}
#container .set-fs-19 {
  font-size: 1.9rem;
}
#container .set-fs-20 {
  font-size: 2.0rem;
}
#container .set-fs-21 {
  font-size: 2.1rem;
}
#container .set-fs-22 {
  font-size: 2.2rem;
}
#container .set-fs-23 {
  font-size: 2.3rem;
}
#container .set-fs-24 {
  font-size: 2.4rem;
}
#container .set-fs-31 {
  font-size: 3.1rem;
}
#container .set-fs-34 {
  font-size: 3.4rem;
}
#container .set-w-full {
  width: 100%;
}
#container .set-w-half,
#container .set-w-50 {
  width: 50%;
}
#container .set-w-10 {
  width: 10%;
}
#container .set-w-12 {
  width: 12%;
}
#container .set-w-20 {
  width: 20%;
}
#container .set-w-24 {
  width: 24%;
}
#container .set-w-30 {
  width: 30%;
}
#container .set-w-31 {
  width: 31%;
}
#container .set-w-34 {
  width: 34%;
}
#container .set-w-35 {
  width: 35%;
}
#container .set-w-36 {
  width: 36%;
}
#container .set-w-37 {
  width: 37%;
}
#container .set-w-38 {
  width: 38%;
}
#container .set-w-39 {
  width: 39%;
}
#container .set-w-40 {
  width: 40%;
}
#container .set-w-45 {
  width: 45%;
}
#container .set-w-46 {
  width: 46%;
}
#container .set-w-47 {
  width: 47%;
}
#container .set-w-50 {
  width: 50%;
}
#container .set-w-53 {
  width: 53%;
}
#container .set-w-56 {
  width: 56%;
}
#container .set-w-58 {
  width: 58%;
}
#container .set-w-59 {
  width: 59%;
}
#container .set-w-60 {
  width: 60%;
}
#container .set-w-62 {
  width: 62%;
}
#container .set-w-63 {
  width: 63%;
}
#container .set-w-64 {
  width: 64%;
}
#container .set-w-65 {
  width: 65%;
}
#container .set-w-66 {
  width: 66%;
}
#container .set-w-67 {
  width: 67%;
}
#container .set-w-68 {
  width: 68%;
}
#container .set-w-70 {
  width: 70%;
}
#container .set-w-75 {
  width: 75%;
}
#container .set-w-80 {
  width: 80%;
}
#container .set-w-83 {
  width: 83%;
}
#container .set-w-90 {
  width: 90%;
}
#container .set-w-110 {
  width: 110%;
}
#container .set-w-34px {
  width: 34px;
}
#container .set-w-100px {
  width: 100px;
}
#container .set-w-170px {
  width: 170px;
}
#container .set-w-200px {
  width: 200px;
}
#container .set-w-220px {
  width: 220px;
}
#container .set-w-210px {
  width: 210px;
}
#container .set-w-240px {
  width: 240px;
}
#container .set-w-250px {
  width: 250px;
}
#container .set-w-270px {
  width: 270px;
}
#container .set-w-280px {
  width: 280px;
}
#container .set-w-300px {
  width: 300px;
}
.set-w-327px {
  width: 327px;
}
#container .set-w-350px {
  width: 350px;
}
#container .set-w-380px {
  width: 380px;
}
#container .set-w-400px {
  width: 400px;
}
#container .set-w-430px {
  width: 430px;
}
#container .set-w-450px {
  width: 450px;
}
#container .set-w-459px {
  width: 459px;
}
#container .set-w-460px {
  width: 460px;
}
#container .set-w-470px {
  width: 470px;
}
.set-w-490px {
  width: 490px;
}
#container .set-w-515px {
  width: 515px;
}
.set-w-500px {
  width: 500px;
}
.set-w-560px {
  width: 560px;
}
#container .set-w-600px {
  width: 600px;
}
#container .set-w-610px {
  width: 610px;
}
#container .set-w-630px {
  width: 630px;
}
#container .set-w-660px {
  width: 660px;
}
#container .set-w-670px {
  width: 670px;
}
#container .set-w-712px {
  width: 712px;
}

#container .set-maxw-720px {
  max-width: 720px;
}
#container .set-mt-5 {
  margin-top: 5px;
}
#container .set-mt-10 {
  margin-top: 10px;
}
#container .set-mt-15 {
  margin-top: 15px;
}
#container .set-mt-20 {
  margin-top: 20px;
}
#container .set-mt-30 {
  margin-top: 30px;
}
#container .set-mt-130 {
  margin-top: 130px;
}
.set-mt-24 {
  margin-top: 24px;
}
#container .set-mt-25 {
  margin-top: 25px;
}
#container .set-mt-30 {
  margin-top: 30px;
}
#container .set-mt-40 {
  margin-top: 40px;
}
#container .set-mt-50 {
  margin-top: 50px;
}
#container .set-mt-60 {
  margin-top: 60px;
}
#container .set-mt-70 {
  margin-top: 70px;
}
#container .set-mt-80 {
  margin-top: 80px;
}
#container .set-mt-90 {
  margin-top: 90px;
}
#container .set-mt-100 {
  margin-top: 100px;
}
.set-mt-120 {
  margin-top: 120px;
}
.set-mt-140 {
  margin-top: 140px;
}
.set-mb-160 {
  margin-bottom: 160px;
}
.set-mb-170 {
  margin-bottom: 170px;
}

#container .set-nmt-5 {
  margin-top: -5px;
}
#container .set-nmt-30 {
  margin-top: -30px;
}
#container .set-nmt-45 {
  margin-top: -45px;
}
#container .set-nmt-50 {
  margin-top: -50px;
}
#container .set-nmt-70 {
  margin-top: -70px;
}
#container .set-nmt-80 {
  margin-top: -80px;
}
#container .set-nmt-84 {
  margin-top: -84px;
}
#container .set-nmt-110 {
  margin-top: -110px;
}
#container .set-mr-5 {
  margin-right: 5px;
}
#container .set-mr-10 {
  margin-right: 10px;
}
#container .set-mr-20 {
  margin-right: 20px;
}
#container .set-mr-25 {
  margin-right: 25px;
}
#container .set-mr-30 {
  margin-right: 30px;
}
#container .set-mr-40 {
  margin-right: 40px;
}
#container .set-mr-50 {
  margin-right: 50px;
}
#container .set-mr-56 {
  margin-right: 56px;
}
#container .set-mr-60 {
  margin-right: 60px;
}
#container .set-mr-70 {
  margin-right: 70px;
}
#container .set-mr-80 {
  margin-right: 80px;
}
#container .set-mr-90 {
  margin-right: 90px;
}
#container .set-mr-100 {
  margin-right: 100px;
}
#container .set-mb-5 {
  margin-bottom: 5px;
}
#container .set-mb-10 {
  margin-bottom: 10px;
}
#container .set-mb-15 {
  margin-bottom: 15px;
}
#container .set-mb-16 {
  margin-bottom: 16px;
}
#container .set-mb-20 {
  margin-bottom: 20px;
}
#container .set-mb-24 {
  margin-bottom: 24px;
}
#container .set-mb-25 {
  margin-bottom: 25px;
}
#container .set-mb-30 {
  margin-bottom: 30px;
}
#container .set-mb-40 {
  margin-bottom: 40px;
}
#container .set-mb-50 {
  margin-bottom: 50px;
}
#container .set-mb-60 {
  margin-bottom: 60px;
}
#container .set-mb-70 {
  margin-bottom: 70px;
}
#container .set-mb-80 {
  margin-bottom: 80px;
}
#container .set-mb-90 {
  margin-bottom: 90px;
}
#container .set-mb-100 {
  margin-bottom: 100px;
}
#container .set-mb-110 {
  margin-bottom: 110px;
}
#container .set-mb-120 {
  margin-bottom: 120px;
}
#container .set-mb-200 {
  margin-bottom: 200px;
}
#container .set-mb-270 {
  margin-bottom: 270px;
}
#container .set-ml-5 {
  margin-left: 5px;
}
#container .set-ml-10 {
  margin-left: 10px;
}
#container .set-ml-15 {
  margin-left: 15px;
}
#container .set-ml-20 {
  margin-left: 20px;
}
#container .set-ml-30 {
  margin-left: 30px;
}
#container .set-ml-40 {
  margin-left: 40px;
}
#container .set-ml-50 {
  margin-left: 50px;
}
#container .set-ml-60 {
  margin-left: 60px;
}
#container .set-ml-70 {
  margin-left: 70px;
}
#container .set-ml-75 {
  margin-left: 75px;
}
#container .set-ml-80 {
  margin-left: 80px;
}
#container .set-ml-90 {
  margin-left: 90px;
}
#container .set-ml-100 {
  margin-left: 100px;
}
#container .set-ml-200 {
  margin-left: 200px;
}
#container .set-ml-230 {
  margin-left: 230px;
}
#container .set-p-30 {
  padding: 30px;
}
#container .set-pt-5 {
  padding-top: 5px;
}
#container .set-pt-10 {
  padding-top: 10px;
}
#container .set-pt-15 {
  padding-top: 15px;
}
#container .set-pt-20 {
  padding-top: 20px;
}
#container .set-pt-30 {
  padding-top: 30px;
}
#container .set-pt-40 {
  padding-top: 40px;
}
#container .set-pt-50 {
  padding-top: 50px;
}
#container .set-pt-60 {
  padding-top: 60px;
}
#container .set-pt-70 {
  padding-top: 70px;
}
#container .set-pt-80 {
  padding-top: 80px;
}
#container .set-pt-90 {
  padding-top: 90px;
}
#container .set-pt-100 {
  padding-top: 100px;
}
#container .set-pr-5 {
  padding-right: 5px;
}
#container .set-pr-8_5per {
  padding-right: 8.5%;
}
#container .set-pr-10 {
  padding-right: 10px;
}
#container .set-pr-20 {
  padding-right: 20px;
}
#container .set-pr-30 {
  padding-right: 30px;
}
#container .set-pr-40 {
  padding-right: 40px;
}
#container .set-pr-50 {
  padding-right: 50px;
}
#container .set-pr-60 {
  padding-right: 60px;
}
#container .set-pr-70 {
  padding-right: 70px;
}
#container .set-pr-80 {
  padding-right: 80px;
}
#container .set-pr-90 {
  padding-right: 90px;
}
#container .set-pr-100 {
  padding-right: 100px;
}
#container .set-pb-5 {
  padding-bottom: 5px;
}
#container .set-pb-10 {
  padding-bottom: 10px;
}
#container .set-pb-20 {
  padding-bottom: 20px;
}
#container .set-pb-30 {
  padding-bottom: 30px;
}
#container .set-pb-40 {
  padding-bottom: 40px;
}
#container .set-pb-50 {
  padding-bottom: 50px;
}
#container .set-pb-60 {
  padding-bottom: 60px;
}
#container .set-pb-70 {
  padding-bottom: 70px;
}
#container .set-pb-80 {
  padding-bottom: 80px;
}
#container .set-pb-90 {
  padding-bottom: 90px;
}
#container .set-pb-100 {
  padding-bottom: 100px;
}
#container .set-pl-5 {
  padding-left: 5px;
}
#container .set-pl-10 {
  padding-left: 10px;
}
#container .set-pl-20 {
  padding-left: 20px;
}
#container .set-pl-30 {
  padding-left: 30px;
}
#container .set-pl-40 {
  padding-left: 40px;
}
#container .set-pl-50 {
  padding-left: 50px;
}
#container .set-pl-60 {
  padding-left: 60px;
}
#container .set-pl-70 {
  padding-left: 70px;
}
#container .set-pl-80 {
  padding-left: 80px;
}
#container .set-pl-90 {
  padding-left: 90px;
}
#container .set-pl-100 {
  padding-left: 100px;
}
#container .reset-mt {
  margin-top: 0;
}
#container .reset-mr {
  margin-right: 0;
}
#container .reset-mb {
  margin-bottom: 0;
}
#container .reset-ml {
  margin-left: 0;
}
#container .reset-pb {
  padding-bottom: 0;
}
#container .reset-max-w {
  max-width: none;
}
#container .set-lh-14 {
  line-height: 1.4;
}
#container .set-lh-16 {
  line-height: 1.6;
}
#container .set-lh-17 {
  line-height: 1.7;
}
#container .set-lh-20 {
  line-height: 2.0;
}

#container .reset-bold {
  font-weight: normal;
}


@media screen and (max-width: 480px) {
  #container .set-sp-fs-12 {
    font-size: 1.2rem;
  }
  #container .set-sp-fs-14 {
    font-size: 1.4rem;
  }
  #container .set-sp-fs-16 {
    font-size: 1.6rem;
  }
  #container .set-sp-fs-18 {
    font-size: 1.8rem;
  }
  #container .set-sp-fs-20 {
    font-size: 2.0rem;
  }
  #container .set-sp-fs-22 {
    font-size: 2.2rem;
  }
  #container .set-sp-mt-10 {
    margin-top: 10px;
  }
  #container .set-sp-mt-15 {
    margin-top: 15px;
  }
  #container .set-sp-mt-20 {
    margin-top: 20px;
  }
  #container .set-sp-mt-30 {
    margin-top: 30px;
  }
  #container .set-sp-mt-40 {
    margin-top: 40px;
  }
  #container .set-sp-pb-5 {
    padding-bottom: 5px;
  }
  #container .set-sp-pb-10 {
    padding-bottom: 10px;
  }
  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  #container .set-sp-mb-25 {
    margin-bottom: 25px;
  }
  #container .set-sp-mb-40 {
    margin-bottom: 40px;
  }
  #container .set-sp-mb-60 {
    margin-bottom: 60px;
  }
  #container .set-sp-ml-5 {
    margin-left: 5px;
  }
  #container .reset-sp-border {
    border: 0;
  }
  #container .reset-sp-mt {
    margin-top: 0;
  }
  #container .reset-sp-mr {
    margin-right: 0;
  }
  #container .reset-sp-mb {
    margin-bottom: 0;
  }
  #container .reset-sp-ml {
    margin-left: 0;
  }
  #container .reset-sp-pt {
    padding-top: 0;
  }
  #container .reset-sp-pr {
    padding-right: 0;
  }
  #container .reset-sp-pl {
    padding-left: 0;
  }
  #container .reset-sp-pb {
    padding-bottom: 0;
  }
  #container .reset-sp-ml {
    padding-left: 0;
  }
  #container .reset-sp-w {
    width: auto;
  }
  #container .set-sp-w {
    width: 100%;
  }
  #container .set-sp-w-8 {
    width: 8%
  }
  #container .set-sp-w-48 {
    width: 48%
  }
  #container .set-sp-w-60 {
    width: 60%
  }
  #container .set-sp-w-70 {
    width: 70%
  }
  #container .set-sp-w-90 {
    width: 90%
  }
  #container .set-sp-w-120px {
    width: 120px
  }
  #container .reset-sp-pos {
    position: static;
  }
  #container .set-sp-align-c {
    text-align: center;
  }
  #container .set-sp-align-l {
    text-align: left;
  }
  #container .set-sp-float-r {
    float: right;
  }
  #container .set-sp-nowrap {
    white-space: nowrap;
  }
  #container .set-sp-mt-15 {
    margin-top: 15px;
  }
  #container .set-sp-nmt-10 {
    margin-top: -10px;
  }
  #container .set-sp-pb-5 {
    padding-bottom: 5px;
  }
  #container .set-sp-pb-20 {
    padding-bottom: 20px;
  }
  #container .set-sp-mt-5 {
    margin-top: 5px;
  }
  #container .set-sp-mb-5 {
    margin-bottom: 5px;
  }
  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  #container .set-sp-mb-15 {
    margin-bottom: 15px;
  }
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  #container .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  #container .set-sp-mb-35 {
    margin-bottom: 35px;
  }
  #container .set-sp-ml-130 {
    margin-left: 130px;
  }
  #container .set-sp-mr-130 {
    margin-right: 130px;
  }
  #container .set-sp-pl-8_5per {
    padding-left: 8.5%;
  }
  
  #container .set-sp-lh-14 {
    line-height: 1.4;
  }
  #container .set-sp-w-220px {
    width: 220px;
  }
  #container .set-sp-w-full {
    width: 100%;
  }
  #container .set-sp-fw-normal {
    font-weight: normal;
  }
  #container .set-sp-align-r {
    text-align: right;
  }
  #container .set-sp-p-15 {
  padding: 20px 15px 15px 15px;
}
  
}
.bown {
  position: relative;
  padding-bottom: 15px;
}
.bown:hover,
.bown:hover img {
  opacity: 1;
}
.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.site-header,
.site-footer,
#container {
  min-width: 1000px;
}

.fixed-width {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.fixed-width-m {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.fixed-width--align-l {
  margin-right: 0;
  margin-left: 0;
}

.en {
  font-family: 'PT Sans', sans-serif;
}

@media screen and (max-width: 480px) {
  .site-header,
  .site-footer,
  #container {
    min-width: 320px;
  }

  .fixed-width-m,
  .fixed-width {
    padding-right: 5%;
    padding-left: 5%;
  }
  
  .fixed-width-m.reha-pick {
    max-width: auto;
    margin-right: 0;
    margin-left: 0;
	padding-right: 0;
    padding-left: 0;
  }

  #container .pc-only {
    display: none;
  }
  #container .sp-only {
    display: block;
  }
  #container .sp-only-ib {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  a img {
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}
html, body {
  width: 100%;
  font-size: 10px;
  color: #222;
}

.section-markup-wrapper,
body {
  font-family: "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

legend {
  float: left;
  width: 100%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.wpcf7-validates-as-required {
  background: #fdf1f4;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 10px !important;
  white-space: nowrap !important;
}

input,
select {
  line-height: 1.42857143;
  /*margin-bottom: 3px;*/
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  text-decoration: none;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td, 
select, input, textarea, button {
  font-size: 1.4rem;
}

textarea {
  height: 120px;
}

.page .wrapper ul, .page .wrapper ol, .page .wrapper p, .page .wrapper dt, .page .wrapper dd,
.page .wrapper caption, .page .wrapper th, .page .wrapper td,
.page .wrapper select, .page .wrapper input, .page .wrapper textarea, .page .wrapper button {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, figcaption {
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
hr.dot {
  border-top: 1px dotted #ccc;
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}
