@charset "UTF-8";
/*!
Theme Name: yu-orthop
Theme URI:
Author URI:
Description: yu-orthop
*/
/* base
----------------------*/
#wrapper { min-width: 0px;padding-top: 100px;}@media screen and (min-width: 481px) {#wrapper { min-width: 1040px;padding-top: 0}}
.visible-sm {display: block;}@media screen and (min-width: 481px) {.visible-sm {display: none;}}
.hidden-sm {display: none;}@media screen and (min-width: 481px) {.hidden-sm {display: block;}}
body{
  color: #444;
  font-feature-settings: "palt";
  letter-spacing:.08rem;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.75;
  -webkit-text-size-adjust:100%;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
} 
@-webkit-keyframes fadeIn {
  0% {opacity: 0} 
  100% {opacity: 1} 
}
main {
  margin-bottom: 40px;
}
section > div {
  padding-bottom: 40px;
}
main > section:nth-child(-n+2) > div {
  padding-top: 0;
}
.column-2>.container>.row>div:first-child {margin-bottom: 40px;}
@media screen and (min-width: 481px) {
  main {
    margin-bottom: 80px;
  }
  .home main {
    margin-bottom: 0;
  }
  section>div {
    padding-bottom: 80px;
  }
  .inner {
    width:100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .column-2>.container>.row {
    -ms-flex: 0 0 73%;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .column-2>.container>.row>div:first-child {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    margin-bottom: 0;
  }
}
div p:last-child, div table:last-child {
  margin-bottom: 0;
}
/* Header*/
header{
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 4px solid #0260b9;
  z-index: 20;
}

/* navbar */
.navbar-brand {
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  max-height: 80px;
}
.navbar-nav li a {
  color: #fff;
}
.navbar-nav li .nav-link {
  color: #333;
}

/* Header info - #link */
#header_tel {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1;
}
#link li {
  margin-left: 16px;
}
#header_tel span.label {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
#header_tel span.number {
  font-size: 38px;
}
#icon {
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.sns.facebook:before {
  font-size: 38px;
}
#link .btn {
  background: #f3f3f3;
  color: #444;
  padding: 0 20px;
  font-size: .9rem;
  border-radius: 0;
  line-height: 1;
  transition: .75s;
  line-height: 50px;
  height: 50px;
}
#link .btn:hover {
  background: #0260b9;
  color: #fff;
}
@media (min-width:481px) {
  header {position: static;}
  header .inner {
    height: 180px;
  }
  .navbar-brand {
    position: relative;
    width: 252px;
    height: 180px;
  }
  .navbar-brand img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 150px;
  }
  #Navber {
    height: 130px;
  }
  .navbar {
    padding: 0 15px;
  }
  .navbar-nav li a {
    line-height: 1;
  }
  .navbar-nav li a:hover{
    color: rgba(25, 96, 159, 1);
  }
  .navbar-nav li .nav-link:hover{
    color: #fff;
    background-color: #0260b9;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 24px 20px;
  }
}
@media (max-width: 480px) {
/* #link */
#link {
  padding: 1rem .5rem;
  border-bottom: 1px solid #ccc;
  height: 164px;
  overflow: hidden;
}
#link>ul {
  -ms-flex-direction: row;
  flex-direction: row;
  /*
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  */
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
}
#link .navbar-nav li a:after {
  content: none;
}
#link li#header_tel {
  margin-left: 0;
  padding: .5rem;
  width: 100%;
}
#header_tel span.label {
  margin-top: 0;
  margin-bottom: 4px;
}
#header_tel span.number {
  font-size: 2.2rem;
}
#link li#icon {
  margin-left: 0;
  padding: .5rem;
  line-height: 1;
  width: 48.566px;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  top: .55rem;
}
#link>ul>li:nth-last-child(-n+2) {
  width: 42%;
  margin-left: 0;
  padding: .5rem;
}
#link>ul>li:nth-last-child(-n+2) a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.link-sm {
  padding: 0;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-positive:1;
  -ms-flex-grow: 2;
	flex-grow:2;
}
.link-sm>ul {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0;
}
.link-sm>ul>li {
  width: 50%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
  flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
  background: #e0effc;
  margin: .5rem .1rem;
}
.link-sm>ul>li a {
  border-radius: 0;
  font-size: .7rem;
  padding: 0;
  display: block;
  color: #333;
}
.link:before {
  margin-right: 0;
  font-size: 1.5rem;
}
header .link-sm .svg-inline--fa {
  margin-right: 0;
  font-size: 1.5rem;
}
.link-sm>ul>li a span {
  display: block;
  padding-top: .5rem;
  font-size: .7rem;
  color: #333;
}

#Navber>ul.navbar-nav {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.menu-title {
  margin: 0;
  font-size: .7rem;
  position: relative;
  top: 16px;
}

/* base */
  header>.inner>.navbar {
    padding: 0;
    /*align-items: stretch;*/
  }
  .navbar-brand {
    padding: .5rem 0 .5rem .5rem;
    margin-right: .5rem;
}
  
/* bootstrap v4.1 */
  #Navber {
    overflow: auto;
    position: fixed;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: .3s;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255,255,255,.96);
    box-shadow: 24px 0 24px -24px rgba(0,0,0,.1);
  }
  #Navber.show {
    opacity: 1;
  }
  .navbar-toggler {
    border: none;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    /*-ms-flex-grow: 1;
    flex-grow: 1;*/
  }
  .navbar-nav li a.nav-link {
    color: #333;
    text-align: left;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    position: relative;
  }
  .navbar-nav li a:after {
    content: '\f105';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -13px;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-family: "FontAwesome";
  }
  .navbar-toggler span.menu-btn,
  .navbar-toggler span.menu-btn:before,
  .navbar-toggler span.menu-btn:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 32px;
    border-radius: 3px;
    background: #0260b9;
    display: block;
    content: '';
    cursor: pointer;
    transition: all .32s ease;
    font-size: 0 !important;
  }
  .navbar-toggler.collapsed span.menu-btn {
    top: 16px;
  }
  .navbar-toggler.collapsed span.menu-btn:before {
    top: -10px;
  }
  .navbar-toggler.collapsed span.menu-btn:after {
    bottom: -10px;
  }
  .navbar-toggler:not(.collapsed) span.menu-btn {
    background-color: transparent;
    top: 16px;
  }
  .navbar-toggler:not(.collapsed) span.menu-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .navbar-toggler:not(.collapsed) span.menu-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
}
/* breadcrumbs */
.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.6);
  font-size: .8rem;
  line-height: 1;
}
.breadcrumbs .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: .8rem 15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs>div>span:nth-child(-n+4) {
  white-space: nowrap;
}
@media (min-width:481px) {
  .breadcrumbs .inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
  }
}
.breadcrumbs .inner a {
  color: #19609f;
  transition: .75s;
}
.breadcrumbs .inner a:hover {
  opacity: .7;
}
.breadcrumbs i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 18px;
}
.breadcrumbs i.fa-angle-right {
  padding-left: .5rem;
  padding-right: .5rem;
}
main .breadcrumbs .fa-angle-right {
  margin-left: .5rem;
  margin-right: .5rem;
  color: #777;
}
/* Footer */
.footer-top {
  padding: 24px 0;
  background: #fcfcfc;
}
.footer-top ul li {
  width: 50%;
}
.footer-top ul li a {
  padding: 8px;
  display: block;
}
.footer-content {
  padding: 24px 0;
  background: #0260b9;
}
.f_logo {
  max-height: 125px;
  margin-bottom: 24px;
}
.footer-content h5 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: .5rem;
  padding-left: 0;
  border-left: none;
  line-height: 1.5;
}
.footer-content h5:before,
.footer-content h5:after {
  content: none;
}
.footer-content .nav-1,
.footer-content .nav-2 {
  font-size: .9rem;
}
.footer-content .nav-1 li,
.footer-content .nav-2 li {
  margin-bottom: .25rem;
}
.footer-content .nav-1 a,
.footer-content .nav-2 a {
  color: #fff;
}
.footer-content .nav-1 a:hover,
.footer-content .nav-2 a:hover {
  opacity: .8;
  text-decoration: underline;
}
.footer-content ul li a {
  position: relative;
  padding-left: 1rem;
}
.footer-content ul li a:before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 5px;
  left: 4px;
  top: 9px;
}
.footer-copyright {
  padding: .75rem;
  color: #555;
  font-size: .8rem;
  line-height: 1.444;
}
.footer-copyright span {
  display: inline-block;
  padding-left: .5rem;
}
.footer-copyright a {
  color: #333;
}
.footer-copyright a:hover {
  opacity: .7;
  color: #333;
}
.footer-content .logo {
  display: none;
}
@media (min-width: 481px) {
  .footer-top {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .footer-top ul li {
    width: auto;
  }
  .footer-content {
  padding: 48px 0;
  }
  .list-unstyled {
    margin-bottom: 0;
  }
  .footer-content .logo {
    display: block;
  }
}
.pagetop {
  position: fixed;
  bottom: 4px;
  right: 4px;
  z-index: 10;
}
.pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  background-color: rgba(45,71,101,.6);
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  color: #fff;
}
.pagetop a i {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
}
h2 {
  margin-bottom: 1.25rem;
  padding: 10px 24px 10px 24px;
  font-weight: normal;
  color: #fff;
  background-color: #2781d8;
  font-size: 1.25rem;
  line-height: 1.5;
}
h2.flower {
  background-image: url(images/h3_icon_flower.png);
  background-position: left 8px top 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}
h3 {
  padding: 8px 0 8px 20px;
  font-size: 1.5rem;
  border-left: 5px solid #0260b9;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #0260b9;
  margin-bottom: 1rem;
  line-height: 1.5;
}
h5,.h5 {
  margin-bottom: 24px;
  font-size: 1.125rem;
  padding-left: 26px;
  line-height: 1.5;
  position: relative;
}
h5:before,.h5:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #2455bd;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}

.h5 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
dt>h5 {margin-bottom: .25rem;}
#greeting .post_wrap p,#history .post_wrap p {
  text-indent: 1rem;
}
.page .post_wrap .info p,
.page .post_wrap table+p {
  text-indent: 0;
}
.widget-title {display: none;}
.table-success, .table-success > td, .table-success > th {
  background-color: #d4f7db;
}
.table-info, .table-info > td, .table-info > th, table.cs td.table-info {
  background-color: #d4f0f7;
}
table.cs td.table-secondary {
  background-color: #d6d8db;
}
table.cs {
  width: 800px;
}
table.cs td,
table.cs th {
  text-align: center;
  padding: 8px;
  line-height: 1.5;
}
table.cs td {
  background: #fdfdfd;
}
.table-responsive-sm {
  z-index: 1;
  position: relative;
}
@media (min-width: 481px) {
  table.cs {
    width: 100%;
  }
}
ol.list-style-type-lower-alpha {
  list-style: lower-alpha;
}
.panel-layout .list-group li {
  margin-bottom: 0;
}
h2+.list-group {
  margin-top: -1rem;
}
.list-group li {
  padding: .8rem .5rem .8rem 1.5rem;
  border-bottom: 1px solid rgba(2, 96, 185,.2);
}
.list-group li:nth-child(even) {
  background-color: rgba(2, 96, 185,.02);
}
.list-group li a {
  margin-left: -.65rem;
  color: #294278;
}
.list-group li a:hover {
  color: #2781d8;
  text-decoration: underline;
}
.section {
  margin-bottom: 2.5rem;
}

/* common
----------------------*/
.sns {
  font-size: 0;
  letter-spacing: 0;
}
.sns:before {
  color: #444;
  font-size: 28px;
}
.icon:before {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  line-height: 1;
  transition: .75s;
}
.facebook:before {
  content: '\f082';
  color: #3b569d;
}
.facebook:hover:before {
  opacity: .8;
}
.twitter:before {
  content: '\f081';
}
.instagram:before {
  content: '\f16d';
}
.arrow-circle-right {
  padding-left: 1.5rem;
  font-size: .96rem;
}
.arrow-circle-right:before {
  content: '\f0a9';
  margin-right: .1rem;
  font-size: .8rem;
}
.link:before {
  content: '\f0c1';
  margin-right: .25rem;
}
.angle-right:before {
  content: '\f105';
  margin-right: .25rem;
}
.angle-right-after:before {
  content: '\f105';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -6px;
}
header .svg-inline--fa,
main .svg-inline--fa {
  margin-right: .25rem;
  font-size: 1.1rem;
}
.primary {background-color: #d5f0ff;margin-bottom: 32px;padding: 32px;}
.info {background-color: #d1f1ec;padding: 32px;}
.attention {background-color: #fff1f1;padding: 32px;}

div>.primary:first-child,
div>.info:first-child,
div>.attention:first-child {margin-bottom: 32px;}
.text-align-center {text-align: center;}
.attention span,.att {color: #f00;}

div>ul:last-child {margin-bottom: 0;}
@media (min-width: 481px) {
  .link:before {
    font-size: 1.1rem;
  }
  .link:before {
    font-size: 1.1rem;
    position: relative;
    top: 2px;
  }
}
a {transition: .4s;color: #294278;}
a:hover {color: #2781d8;text-decoration: underline;}
img {max-width: 100%;height: auto;}
ul,ol {
  padding-left: 1.5rem;
}
dd {margin-bottom: 0;}
dd>br {margin-bottom: 1rem;}
dd>p {margin-bottom: .25rem;}
.page dd+dt {margin-top: 1.5rem;}
ul.notebooks,
ul.notebooks li {
	padding:0px;
	margin:0px;
}
ul.notebooks li {
  list-style: none;
  margin-left: .25rem;
  margin-right: .25rem;
  margin-bottom: .5rem;
  padding: 0 8px 10px;
  position: relative;
  padding-left: 24px;
}
ul.notebooks li:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(41, 66, 120,1);
  width: 8px;
  height: 8px;
  top: 9px;
  left: 8px;
  border-radius: 100%;
}
ul.notebooks li:after {
  content: '';
  height: 0px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  border-bottom: 1px solid rgba(41, 66, 120,.3);
}
/* category毎に変更したい場合は background-image を追加してください */
#news .post-header .heading,
#conference_information .post-header .heading,
#activity_report .post-header .heading,
#achievements .post-header .heading {
  background-image: url(images/visual.jpg);
}

.post_wrap .heading,
.form_wrap .heading {
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  margin-bottom: 40px;
  min-height: 320px;
}
.post_wrap .heading:before,
.form_wrap .heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.16);
  animation: fadeIn 6s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
} 
@-webkit-keyframes fadeIn {
  0% {opacity: 0} 
  100% {opacity: 1} 
}
.post_wrap .heading h1,
.form_wrap .heading h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  font-size: 8vw;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 24px;
  text-align: center;
}
.home h2 {
  background-color: transparent;
  padding: 0;
}
.home main>section .col-12 {
  position: static;
}
.home main > section > div {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.home section .col-12>.heading h2 {
  padding: .5rem 1rem;
  background-color: #0260b9;
}
.home .archives {
  margin: auto;
  padding: .5rem 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  background: #e0effc;
  text-align: center;
  display: block;
}
@media (min-width: 481px) {
  .home main > section > div {
    position: static;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  section .col-12>.heading {
    height: 50px;
    margin-bottom: 32px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0260b9;
  }
  .home section .col-12>.heading h2 {
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 5px;
    background-color: transparent;
  }
  .home section .col-12>.heading .archives {
    top: 0;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: .9rem;
    margin-right: 0;
    padding: 0;
  }
  .home section .col-12>.heading .archives:hover {
    background-color: #314884;
    text-decoration: none;
  }

  .post_wrap .heading,
  .form_wrap .heading {
    background-size: cover;
  }
  .post_wrap .heading:before,
  .form_wrap .heading:before {
    background: radial-gradient(circle, rgba(0,0,0,.16) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 100%);
  }
  .post_wrap .heading h1,
  .form_wrap .heading h1 {
    font-size: 2.5rem;
    letter-spacing: .4rem;
  }
}

/* archive  */
#column .row>div:last-child {
  margin-bottom: 0;
}
.post-tmb a,
.category .post-tmb {
  background: rgba(2, 96, 185, 0.4);
  display: block;
}
.post-tmb a .noimg,
.category .noimg {
  opacity: .9;
}
@media (min-width:481px) {
  .post-tmb {
    height: 160px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(2, 96, 185,.4);
  }
  .post-tmb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .post-tmb img {
     max-width: 100%;
     height: auto;
     display: block;
     transition: all 0.75s ease;
  }
  .post-tmb a:hover img {
     transform: scale(1.2);
  }
  .category .post_wrap li a:hover img {
    transform: scale(1.2);
  }
}

/* Category */
.category h2 {
  background-color: #0260b9;
}
.category a h3 {
  color: #333;
}
.category a:hover {
  text-decoration: none;
}
.category a:hover h3 {
  text-decoration: underline;
}
.category article {
  margin-bottom: 32px;
}
/* pagination */
#pagination {
  margin-bottom: 32px;
}
#pagination>nav {
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination>ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination>ul>li>a,
.pagination>ul>li>.current {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0260b9;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination>ul>li:first-child a,
.pagination>ul>li:first-child .current {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination>ul>li:last-child a,
.pagination>ul>li:last-child .current {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination>ul>li>.current {
  color: #fff;
  background-color: rgba(2, 96, 185, .9);
}
.pagination>ul>li>a:hover {
  color: #fff;
  background-color: rgba(2, 96, 185, 1);
}
/* top_nav */
.top_nav {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .category h2 {
    margin-bottom: 32px;
  }
  .top_nav {
    width: 250px;
    margin-left: 0;
  }
}
.top_nav a {
  width: 100%;
  display: block;
  padding: 1em 2em;
  color: #0260b9;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0260b9;
}
.top_nav a:hover {
  background: #0260b9;
  color: #fff;
}
.category .post_wrap {
  margin-bottom: 40px;
}
@media (min-width: 481px) {
  .category .post_wrap {
    margin-bottom: 80px;
  }
}
/* single */
.lead {
  color: #17619f;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width:481px) {
  .lead {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .lead+p {
    text-align: center;
    line-height: 2;
  }
}
/* single-post */
.post-date {
  font-size: .9rem;
  color: #333;
  margin-bottom: 4px;
  display: block;
}
h3.post-title {
  margin-top: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
  background-color: transparent;
  font-size: 1.05rem;
  border: none;
  line-height: 1.5;
}
.post-title a {
  color: #333;
}
.post-title a:hover {
  color: #555;
  text-decoration: underline;
}
.single .post-date:before {
  content: '\f017';
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  margin-right: .2em;
}
.post-headline {
  margin: 0 0 24px;
}

.post-headline h2 {
  font-weight: bold;
  line-height: 1.5;
  background: transparent;
  border-left: 8px solid #0260b9;
  margin-bottom: 40px;
  padding: 10px 0 10px 24px;
  font-size: 1.75rem;
  color: #333;
}
/* Contact form */
.form_wrap {
  width: 100%;
  margin: 0 auto;
}
.form_wrap .heads_up {
  width: 100%;
  font-weight: bold;
  text-align: left;
}
.form_wrap .form_inner {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid rgba(198, 213, 244,1);
  background: rgba(242, 245, 252,1);
  border-radius: .25rem;
}
.form_wrap .form_inner .form_row {
  padding: 1rem .5rem;
  border-collapse: collapse;
}
.form_wrap .form_row>div label {
  width: 100%;
  padding-right: 0;
  text-align: left;
}
.form_wrap .form_inner .form_row input,
.form_wrap .form_inner .form_row textarea {
  border: 1px solid #9FA0A0;
  border-radius: 3px;
}
.form_wrap .form_inner .form_row input[type="checkbox"] {
  position: relative;
  -webkit-transform: scale(1.5);
    transform: scale(1.5);
  margin-right: 0.5em;
}
.form_wrap .your-address,
.form_wrap .your-tel,
.form_wrap .email-confirm,
.form_wrap .your-email,
.form_wrap .your-name,
.form_wrap textarea.contact-contents {
  padding: 0.5em;
  width: 90%;
}
.form_wrap .post-num {
  padding: 0.5em;
  width: 7em;
}
.form_wrap .post-num,
.form_wrap .your-address {
  margin-bottom: 5px;
}
.form_wrap .contact-contents {
  width: 90%;
  margin-left: 4px;
}
.form_wrap .full {
  width: 100%;
}
.form_wrap .full .acceptance-confirm > span {
  text-align: center;
}
.form_wrap .full .reset-btn,
.form_wrap .full .submit-btn {
  width: 150px;
  padding: 0.5rem 0;
  background: #fff;
}
.form_wrap .full .reset-btn:hover,
.form_wrap .full .submit-btn:hover {
  color: #fff;
  background: #0260b9;
}
.form_wrap .full .submit-btn:disabled {
  color: #9FA0A0;
  background: lightgray;
}
.required {
  color: #e34033;
  font-size: .8rem;
}
@media (min-width:481px) {
  .form_wrap .heads_up {
    text-align: center;
  }
  .form_wrap .form_inner {
    padding: 20px;
  }
  .form_wrap .form_row>div label {
    padding-right: 1rem;
  }
  .form_wrap .col-sm-4 label {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .form_wrap .form_row>div span {
    padding: 0;
    margin: 0;
  }
  .form_wrap .form_row>div span input:not(#acceptance-confirm),
  .form_wrap .form_row>div span textarea {
    margin: 0;
    padding: .5rem;
    width: 100%;
  }
}
/* 404 */
.file_not_found {
  margin-bottom: 40px;
  text-align: center;
}
.file_not_found h2 {
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: left;
}
.file_not_found p {
  text-align: left;
}
@media (min-width:481px) {
  .file_not_found h2 {
    text-align: center;
  }
  .file_not_found p {
    text-align: center;
    margin-bottom: 80px;
  }
}
.file_not_found i {
  width: 100%;
  display: block;
  color: #f7d622;
  font-size: 8rem;
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
}
/* iframe*/
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .iframe-wrap {
  padding-bottom: 100%;
}
@media (min-width:481px) {
  .map .iframe-wrap {
    padding-bottom: 56.25%;
  }
}
/* sidebar_widget for Category Posts Widget *//*
#category-posts-2 {
  padding-top: 40px;
}
#category-posts-2-internal .cat-post-date {
  font-style: normal;
}
.widget_title {
  width: 100%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 0 10px 1em;
  margin-bottom: 0;
  background: #19609f;
  text-align: left;
}
#category-posts-2-internal {
  padding: .3rem 1rem;
  margin-bottom: 0;
  border: 1px solid #19609f;
}
#category-posts-2-internal .cat-post-item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border-bottom: 1px dotted #728e79;
}
#category-posts-2-internal .cat-post-thumbnail {
  display: block;
  min-width: 80px;
}
#category-posts-2-internal .cat-post-thumbnail:hover {
  background-color: #f7f7f7;
  opacity: 1;
}
li.cat-post-item .post-date {
  display: block;
}
#category-posts-2-internal .cat-post-title {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #0056b3;
}
 #category-posts-2-internal li > div {
  margin: 0;
}
*/
/* using widget for Page Builder by SiteOrigin */
.panel-layout li {line-height:1.5;margin-bottom: 8px;}
#links .panel-layout li {margin-bottom: 0;}
.panel-layout ul>li:last-child,
.panel-layout ol>li:last-child {margin-bottom: 0;}
@media (max-width:480px) {
  .page #pg-354-1, .page #pl-354 .so-panel {
    margin-bottom: 40px !important;
  }
}
@media (min-width:481px) {
  .single-post .addtoany_share_save_container {
    margin-top: 120px;
  }
}

/* anchor */
.anchor-nav {
  position: relative;
  z-index: 5;
}
.anchor-nav nav {}
.anchor-nav nav ul.anchor {
  padding: 0;
  list-style: none;
  font-size: .9rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: .25rem;
}
.anchor-nav nav ul.anchor li {margin-bottom: 0;padding: .1rem;}
.anchor-nav nav ul.anchor li a {background: #e0effc;display: block;padding: .6rem 1.25rem;}
.anchor-nav nav ul.anchor li a:hover {
  background: #2781d8;
  color: #fff;
  text-decoration: none;
}
@media (min-width:481px) {
  .reception.anchor-nav nav ul.anchor {
    font-size: .8rem;
    letter-spacing: .05rem;
  }
  .reception.anchor-nav nav ul.anchor li {
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .reception.anchor-nav nav ul.anchor li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}


/* side-area */
.side-area h4 {
  font-size: 1.1rem;
  border-left: 5px solid #0260b9;
  border-bottom: none;
  padding: .25rem 1rem .25rem .75rem;
  margin-bottom: .5rem;
  line-height: 1;
}
.side-area nav ul {
  margin-bottom: .5rem;
  position: relative;
  z-index: 5;
  padding: 0;
  list-style-type: none;
}
.side-area nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(2, 96, 185,.2);
  line-height: 1.5;
  font-size: .9rem;
}
.side-area nav ul li span {
  font-size: .85rem;
  display: block;
  margin-bottom: .25rem;
  line-height: 1.3;
}
.side-area nav ul li span.lage {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.side-area nav ul a {
    background: #fff;
    display: block;
    padding: .75rem 1rem;
    width: 100%;
    color: #294278;
}
.side-area nav ul a.current {
  background: #f7f7f7;
  color: #444;
}
.side-area nav ul a:hover {
  background: #eaf4fa;
  text-decoration: none;
}
.panel-widget-style{
  padding-top: 100px;
  margin-top: -100px;
}
.side-area h3 {
  border: none;
  background: #006ed6;
  color: #fff;
  line-height: 1;
  margin: 0 0 .5rem;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  position: relative;
}
.side-area h3:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fafafa;
  border-left: 14px solid transparent;
}
.side-area h3 a {
  color: #fff;
  padding: 2rem 0;
  display: block;
}
.side-area h3 a:hover {
  background-color: #2781d8;
  text-decoration: none;
}
.side-area nav:not(:last-child) {
  margin-bottom: 2rem;
}
dd>.btn-link {margin-top: 1rem;}
.btn-link {margin-bottom: 1rem;}
.btn-link ul {list-style: none;padding: 0;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.btn-link ul li {margin-bottom: 1rem;width: 100%;}
.btn-link ul li a {display: block;font-size: .9rem;position: relative;color: #333;background: #f7f7f7;border-right: 2px solid rgba(0,0,0,.05);border-bottom: 2px solid rgba(0,0,0,.05);width: 100%;height:100%;padding: 1rem 1.25rem;display: -ms-flexbox !important;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;line-height: 1.5;}
.btn-link ul li a span {font-size: .8rem;display: block;margin-bottom: .25rem;}
.btn-link ul li a:hover {background: #0260b9;color: #fff;text-decoration: none;}
.btn-link:hover {
  text-decoration: none;
}

@media (min-width:481px) {
  .side-area {position: sticky;top:4px; z-index: 5;}
  .anchor-nav nav ul.anchor {
  	-ms-flex-direction: row;
  	flex-direction: row;
  }
  .btn-link ul li {width: 40%;}
  .panel-widget-style{
    padding-top: 0;
    margin-top: 0;
  }
}

/* module
----------------------*/
/* Main Visual */
#mainvisual {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#mainvisual .carousel-cell {
  position: relative;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
.carousel-cell .desc {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: left;
  visibility: hidden;
}
.carousel-cell .desc h2 {
  text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
.carousel-cell .desc p {
  text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
@media (min-width:481px) {
  #mainvisual {
    padding-bottom: 40px;
  }
  #mainvisual .carousel-cell:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.12);
  }
  .carousel-cell .desc {
    visibility: visible;
  }
  .carousel-cell .desc h2 {
    font-size: 1.7rem;
  }
  .carousel-cell .desc p {
    font-size: 1.4rem;
  }
}
/* slick */
.mv_slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.mv_slider.slick-initialized{
  opacity: 1;
}
.slick-dots li {
  width: 40px;
  height: 3px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 3px;
  background: rgba(25, 96, 159, .3);
  transition: .75s;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background: rgba(25, 96, 159, .9);
}
.slick-dots li button:hover {
  width: 100%;
  height: 100%;
  padding: 3px;
  background: rgba(25, 96, 159, .6);
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -30px;
}
@media (max-width: 480px) {
  .slick-track {
    max-height: 45vw;
    overflow: hidden;
  }
}

/* footer */
@media (min-width: 481px) {
  .footer-top ul li img {
    transition: .75s;
  }
  .footer-top ul li a:hover img {
    opacity: .7;
  }
  footer .logo {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  footer .col-sm-5 {
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
  }
  .nav-1 {
    padding-right: 80px;
  }
}

/* greeting */
.greeting span {
  display: inline-block;
}
.greeting .s3 {
  font-size: 95%;
  margin-left: 1rem;
}
.greeting .s4 {
  margin-top: .5rem;
  font-size: 1.5rem;
  line-height: .8;
}
.greeting dt {
  border-bottom: 1px solid rgba(41, 66, 120, .7);
  padding-bottom: 8px;
}
.greeting dd {
  padding-top: 8px;
}
.greeting #pgc-5-1-1 {
  align-self: center;
}
.greeting .profile {
  color: #294278;
}
@media (min-width:481px) {
  .greeting .s4 {
    margin-top: 0;
    font-size: 2rem;
  }
}
/* staff */
.staff table tr>th:first-child {min-width: 10em;}
.staff table tr>th:nth-child(2) {min-width: 15em;}
.staff table tr>td:nth-child(3) {min-width: 6em;}
.staff table tr>td:last-child {text-align: left;}
.staff table tr > th:first-child a {
  display: block;
}

/* research */
@media (min-width:481px) {
  #research .anchor-nav nav ul.anchor li {
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #research .anchor-nav nav ul.anchor li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #page .panel-layout .panel-grid {
    margin-bottom: 80px;
  }
}

/* links */


/* access */
#access .so-widget-image {
  border: 3px solid #eee;
}
#access dl dt {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 2px solid #ddd;
  font-size: 1.15rem;
}
#access dl dd {
  margin-bottom: 0;
}
#access dl dd+dt {
  margin-top: 2rem;
}
#access dl dt.bus+dd {
  margin-bottom: .5rem;
}
#access dl dt.bus+dd+dd p {
  display: none;
}
#access ul.list-unstyled>li {
  margin-bottom: 0;
}

@media (min-width:481px) {
  #access .map .iframe-wrap {
    padding-bottom: 100.25%;
  }
}

/* recruit */
.phrase {
  color: #ea4335;
  font-size: 1.75rem;
  font-weight: bold;
}

/* curriculum */
#curriculum main a {
  text-decoration: underline;
}
#curriculum table {
  width: 100%;
}
#curriculum table th, #curriculum table td {
  color: #444;
  padding: .5rem .75rem;
}
#curriculum table th {
  width: 8em;
  background: rgba(224, 239, 252, .5);
  border: 1px solid rgba(163, 193, 218, .5);
}
#curriculum table td {
  border: 1px solid rgba(163, 193, 218, .5);
}
.curriculum .note{text-align: right;margin-bottom: 0;margin-top: -2rem;}
@media (min-width:481px) {
  #curriculum table th {
    width: 12em;
  }
}
.flow-wrap {position: relative;width: 100%;padding: 1rem;}
.flow-wrap span {
  display: block;
  padding: .5rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: calc(70% - -50px);
  bottom: 1rem;
  width: 1em;
  font-size: 1.5rem;
  margin: 0 -10px 15px -10px;
  background-color: rgba(198, 227, 255);
  border-right: 1.5rem solid rgb(198, 227, 255);
  z-index: 2;
  border-radius: .25rem;
}
ul.flow{
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
ul.flow li{
  position: relative;
  box-sizing: border-box;
  padding: .75rem .5rem;
  border: 2px solid #D1F1EC;
  background-color: #e8fcf3;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  width: 90%;
}
ul.flow li:not(:last-child){
  margin-bottom: 30px;
}
ul.flow li:not(:last-child):after{
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #37AB9D;
}
@media (min-width:481px) {
  .flow-wrap span {
    left: calc(70% - 0px);
    bottom: 20px;
  }
  ul.flow li{
    width: 70%;
    font-size: 1.25rem;
}
  ul.flow li:nth-child(2) {margin-left: 2em;}
  ul.flow li:nth-child(3) {margin-left: 4em;}
  ul.flow li:nth-child(4) {margin-left: 6em;}
  ul.flow li:nth-child(5) {margin-left: 8em;}
}

/* reception */
.reception table tbody>tr:nth-child(1) th:nth-child(even) {
  min-width:160px;
}
.reception table th {
  line-height: 1.5;
}
.reception table td {
  text-align: left;
  line-height: 1.5;
}
.reception table tbody>tr:nth-child(1) th:nth-child(3),
.reception table tbody>tr:nth-child(1) th:nth-child(5) {
  width: 1em;
}
.reception table tbody>tr:nth-child(3) th {
  width: 1.5em;
  font-size: .9rem;
}
.reception table tbody>tr:nth-last-child(-n+9) th+td,
.reception table tbody>tr:nth-last-child(-n+8) td:nth-child(1) {
  width: 8em;
  font-size: .9rem;
  text-align: center;
}
.reception table td span {
  font-size: .8rem;
  display: inline-block;
  margin-left: .25rem;
  letter-spacing: normal;
  color: #555;
}

/* yaranna_net */
#yaranna_net table th,
#yaranna_net table td {
  border: 1px solid #dee2e6;
  font-size: .94rem;
}
#yaranna_net table tr>td:nth-child(2),
#yaranna_net table tr>td:nth-child(3) {
  text-align: left;
}
#yaranna_net table tr:nth-child(1)>th {
  background-color: #91dcc9;
  padding: 16px 8px;
}
#yaranna_net table tr:not(:first-child)>th:first-child {
  background-color: #b6ddf4;
  width: 10em;
}
#yaranna_net table tr:first-child>th:nth-child(2) {
  width: 15em;
}
#yaranna_net table tr:first-child>th:nth-child(4) {
  width: 8em;
}
#yaranna_net table tr:first-child>th:last-child {
  width: 4em;
}
td>svg:not(:root).svg-inline--fa {
  color: #aaa;
}
#yaranna_net .section {
  margin-bottom: 40px;
}
@media (min-width:481px) {
  #yaranna_net .section {
    margin-bottom: 80px;
  }
}

/* symptoms */
#symptoms .anchor-nav nav ul.anchor {
  -ms-flex-direction: column;
  flex-direction: column;
}
#symptoms .anchor-nav nav ul.anchor li a {
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.7;
}
#symptoms .h5 {
  margin-bottom: .75rem;
}

/* single-intro */
.single-intro .innerWrap {
  margin-bottom: 3rem;
}
.single-intro .profile h2 {
  color: #294278;
  background-color: transparent;
  border-bottom: 1px solid rgba(41, 66, 120, .7);
  padding: 0 0 .5rem;
  margin-bottom: 1rem;
  font-size: 1.55rem;
}
.single-intro .profile h2 span {
  font-size: .95rem;
  margin-left: 1rem;
}
.single-intro .profile dt {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  border-left: none;
  display: inline-block;
  font-size: 1.1rem;
}
.single-intro .profile dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  background: #294278;
  border-radius: .15rem;
  margin-top: -6px;
}
/* btn-back */
.btn-back {
  width: 90%;
  margin: 0 auto;
}
.btn-back a {
  width: 100%;
  display: block;
  padding: 1em 2em;
  color: #0260b9;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0260b9;
}
.btn-back a:hover {
  background: #0260b9;
  color: #fff;
  text-decoration: none;
}
.affiliation dl,.single-intro dl dd>p, .single-intro .desc>p {
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width:481px) {
  .single-intro main .innerWrap {
    padding: 2rem;
    background: rgba(224, 239, 252, 0.7);
    margin-bottom: 80px;
  }
  .single-intro main .container .row>div:first-child {
    padding-right: 2rem;
  }
  .single-intro main figure {
    margin-bottom: 0;
  }
  .single-intro main .profile {
    padding-top: .5rem;
  }
  .single-intro main .profile h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  .single-intro main .container>.row>div:nth-child(2) section > div {
    padding-bottom: 0;
  }
  .single-intro main .container>.row>div:nth-child(3) {
    margin-top: 3rem;
  }
  .btn-back {
    width: 250px;
  }
}