body {
  background: url(../img/bg.svg) no-repeat center -232px; }

.header-logo {
  width: 200px;
  height: 55px; }

.bg-light {
  background: #fff !important; }

#cbcNavbarNav .nav-link {
  font-size: 1.2rem;
  color: #363636;
  font-weight: bold; }

#cbcNavbarNav.navbar-collapse {
  margin-top: 1rem; }

.cbc-header {
  background: #fff; }

.carousel-item {
  background: #f0f0f0;
  /*height: 220px;*/
}
  .carousel-item .container {
    padding-top: 16px; }
  .carousel-item h1 {
    margin: 0; }

.carousel-indicators li {
  border-radius: 16px;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0; }

.about-terashima p {
  margin-bottom: 0.2rem;
  font-size: 1.125rem; }
  .about-terashima p.name {
    font-size: 1.5rem; }

.cbc-body {
  background: rgba(255, 255, 255, 0.9); }
  .cbc-body h2 {
    font-size: 1.6875rem;
    margin-bottom: 1.5rem; }

.cbc-lead {
  padding-top: 1.25rem; }

.cbc-lead-1 {
  margin-bottom: 1.25rem; }

.cbc-lead-box {
  background: #ceeaff;
  padding: 1.25rem;
  border-radius: 8px;
  height: 100%; }

.cbc-movies {
  padding-top: 1.5rem;
  margin-bottom: 1rem; }
  .cbc-movies .cbc-movie {
    margin-bottom: 1.6rem; }
    .cbc-movies .cbc-movie .playicon {
      padding-right: 1rem; }
    .cbc-movies .cbc-movie h2 {
      font-size: 1.25rem;
      margin-bottom: 0.125rem;
      padding-right: 0.5rem; }
    .cbc-movies .cbc-movie .btn-primary {
      padding-left: 2rem;
      padding-right: 2rem;
      white-space: nowrap; }

.cbc-doctor {
  border: 2px solid #98d3ff;
  border-radius: 8px;
  padding: 21px 27px;
  margin-bottom: 1.5rem; }
  .cbc-doctor:last-child {
    margin-bottom: 0; }
  .cbc-doctor h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  .cbc-doctor p.d-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem; }
  .cbc-doctor p.d-desc {
    font-size: 0.875rem;
    margin-bottom: 1rem; }
  .cbc-doctor .movie-link {
    background: #6e6b6b url(../img/movieicon.svg) no-repeat 24px 27px;
    border-radius: 8px;
    padding: 24px 24px 24px 86px;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: bold;
    min-height: 88px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .cbc-doctor .movie-link:hover {
      background-color: #646060; }

.cbc-flyer1 {
  padding-top: 1.5rem; }
  .cbc-flyer1 .flyerimg {
    border: 1px solid #707070; }
  .cbc-flyer1 .flyerlink {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    background: url(../img/download.svg) no-repeat right center;
    padding-right: 30px; }
  .cbc-flyer1 p {
    font-size: 0.8125rem; }

.cbc-links {
  padding-top: 1.5rem; }

.cbc-link-box {
  border: 2px solid #aaaaaa;
  border-radius: 8px;
  padding: 26px; }
  .cbc-link-box h2 {
    font-size: 1.25rem; }
  .cbc-link-box a {
    display: block;
    margin-bottom: 0.5rem; }
  .cbc-link-box a.image-link {
    margin-bottom: 30px; }
    .cbc-link-box a.image-link > img {
      width: 45%; }



@media screen and (max-width: 480px) {
	.cbc-link-box a.image-link > img {
    width: 80%;
}
}

.cbc-footer {
  padding-top: 1.5rem;
  background: #EBEBEB; }
  .cbc-footer .disclaimer {
    font-size: 0.8125rem; }
  .cbc-footer .cprt {
    font-size: 0.8125rem; }
  .cbc-footer .em {
    color: #E20000; }
  .cbc-footer .about-img {
    padding: 25px 0;
    margin-bottom: 0; }
  .cbc-footer .dummy {
    margin: 1rem;
    height: 260px;
    background: #fff; }

@media (min-width: 576px) {
 /* .carousel-item {
    height: 240px; } */}

@media (min-width: 768px) {
 /* .carousel-item {
    height: 280px; } */}

@media (min-width: 992px) {
  /*.carousel-item {
    height: 320px; }*/
  .cbc-lead-1 {
    margin-bottom: 0; }
  .cbc-movies .cbc-movie h2 {
    font-size: 1.75rem; } }

@media (min-width: 1200px) {
  /*.carousel-item {
    height: 372px; }*/
  #cbcNavbarNav.navbar-collapse {
    margin-top: 0; }
  .header-logo {
    width: 307px;
    height: 84px; } }


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #696969;;
  opacity: 0.5;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.profile {
  position: relative;
  padding: 0.6em;
  background: #ceeaff;
    font-size: 1.6875rem;
	font-weight: bold;
}

.profile:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
