.top-img{
background: url('/themes/Users/mental-health/images/top-bg.jpg') no-repeat center bottom;
background-size:100%;
width:80%;
height:400px;
margin:0 auto;
}
.top-img img{
display: block;
margin: 0px auto ;
padding-top:40px;
}
@media (max-width: 1090px) {
.top-img{
width:80%;
height:330px;
}
.top-logo{
width:80%;
}
}
@media (max-width: 768px) {
.top-img{
width:100%;
height:180px;
}
.top-logo{
width:90%;
}
}

@media (max-width: 992px) {
 .ccHeaderArea .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
 .ccHeaderArea .nav-link {
  display: block;
  padding: .5rem .8rem;
}
 .ccHeaderArea .col-sm-3 {
    flex: none;
    max-width: 30%;
margin-top:1rem;
  }
}
@media (max-width: 767.98px) {
 .ccHeaderArea .col-sm-3 {
    flex: none;
    max-width: 100%;
margin-top:1rem;
  }
}
@media (max-width: 575.98px) {
  .ccHeaderArea .col-sm-9 {
    flex: none;
    max-width: 50%;
margin-top:1rem;
  }
.ccHeaderArea .col-sm-3 {
    flex: none;
    max-width: 50%;
margin-top:1rem;
  }
}
body {
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 1rem;
line-height:1.85;
}
a{
	color: #212529;
	text-decoration: none;
    outline: none;
  font-weight: 600;
}
a:hover{
	color:#53b332;
text-decoration: none;
outline: none;
}
.bg-info {
  background-color: #53b332 !important;
font-size: 1.5rem !important;
 font-weight: 700 !important;
}


.frame-design-none h1:not(.can-edit-frame) { display: none;
}
.ccHeaderArea {
position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;

  align-items: center;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.ccCenterArea{
margin:0px 0px;
}

/***** トップページ  *****/

/* リンクの位置修正 */
.blog_link_move_before {
    z-index: 80;
}
.blog_link_move {
    display: block;
    padding-top: 140px !important;
    margin-top: -140px;
}

.top-pub div{
font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
font-size: 0.9rem;
line-height: 1;
margin-bottom: 0.5rem;
font-weight: 300;
}
.top-pub dd{
display: none;
}
.top-banner{
padding:0;
margin: 40px 0;
}
@media (min-width: 992px) {
.top-banner .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.top-txt{
background: #e6ebee url(/themes/Users/mental-health/images/top_textbehindk.jpg) no-repeat right bottom;
margin:40px 0;
padding:2em 2em 120px;
font-size:1.1rem;
}
@media (max-width: 575.98px) {
.top-txt{
background-size:150%;
padding-bottom:80px;
}
}
.carousel-indicators li {
  background-color: #c8c8c8 !important;
}
.hoverable{
  position:relative;
  top:0;
	padding:0;
	margin:10px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
	transition: all .3s;
	width:100%;
}
.hoverable:hover {
  top:-5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.home .card, .home2 .card{
border:none;
}
/***** フッター  *****/
.ccFooterArea {
  margin: 30px 0px 0px;
  background-color: #efefef;
}
.goto_top{
font-size: 1em;
  text-align: center;
  background-color: #fff;
padding:1em 0;
}
.copyright {
margin: 20px 0px 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #333;
}
.ccFooterArea .mb-3 {
  margin-bottom: 0 !important;
}
.ccFooterArea p{
font-size: 0.9em;
line-height: 1.2em;
}
.frame-379,.frame-380{
margin-top:20px;
}
/***** ヘッダー  *****/
header nav{
margin-top:0px;
}
header .mb-3 {
  margin-bottom: 0px !important;
}
.hed-logo {
  width:80%;
}
@media screen and (max-width: 767px){
header nav{
margin-top:0px;
}
}
.nav-link:hover {
background-color:rgba(83,179,50,0.2) !important;
color:#333;
}
.dropdown-toggle:hover {
background-color:rgba(83,179,50,0.2);
color:#333;
}
.dropdown-item:hover {
background-color:rgba(83,179,50,0.2);
color:#333;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #53b332;
}
/***** コンテンツ  *****/
.list-group-item:hover {
background-color:rgba(83,179,50,0.2);
color:#333;
}
.hed-title{
color: #fff; /* 文字色 */
font-size:3rem;
line-height: 120px;
text-align:center;
letter-spacing: 0.12em;
}
.titleh1{
	background-color: #dbf6aa; /* 背景色 */
	color: #fff; /* 文字色 */
font-size:1.6em;
padding:1em;
}
h2 {
  margin: 0 0 2em 0;
  font-size: 1.8rem;
    position: relative;
    padding: 0.5em 0;
    border-bottom: 3px solid #53b332;
}
h2:before {
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid #53b332;
    content: '';
}
h3 {
  margin: 2em 0 1.5em;
  font-size: 1.6rem;
}
h3 span{
background: linear-gradient(transparent 10%, #DBf6aa 80%);
  padding: 0px 0.5em 0.4em;
}
h4 {
  margin: 2em 0 1.5em;
  font-size: 1.4rem;
  padding: 0px;
}
h5 {
  margin: 2em 0 1.5em;
  font-size: 1.2rem;
  padding: 0px;
border-bottom: 2px solid #53b332;
}
dt{
margin:0.5em 0;
}
.plugin-menus a{
color:#333;
}
/***** 一覧に戻るボタン  *****/
.back-btn{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 255px;
  height: 50px;
  background: #53b332;
  border:1px solid #dbf6aa;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
marign:20px 0;
}
.back-btn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.back-btn .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 2rem;
  width: 1.125rem;
  height: 0.2rem;
  background: none;
}

.back-btn .icon.arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.2em solid #fff;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
.back-btn a:hover .icon.arrow {
  background: #fff;
  transform: translate(-1rem, 0);
}
.back-btn a:hover{
color:#fff;
text-decoration: none;
}
.back-btn a{
color:#fff;
}
/***** ご挨拶  *****/
.mission{
margin:30px 0px;
}
.mission-h1 {
  position: relative;
  color: #333;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.mission-h1:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 200px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #214b7e;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mission h2 {
    font-size: 26px;
}
.mission h3{
	clear: both;
font-size: 22px;
  color: #29588f;
  background: -webkit-linear-gradient(0deg, #214b7e, #4c8ed8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin: 0 0 1.5em;
    text-align:center;
}
.mission-box{
	padding:20px;
	margin:30px 0px;
	background-color: #fff;
	overflow: hidden;
}
.mission-box img{
	float:left;
	margin:0px 40px 40px 0px;
}
.mb-r{
	overflow: hidden;
}
@media screen and (max-width: 767px){
.mission-box img{
float:none;
margin:0px 0px 40px;
width:100%;
}
}

/***** 業績  *****/
.pub h2 {
  display: none;
}
.pub b {
  display: none;
}
.pub p {
font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
font-size: 0.9rem;
line-height: 1;
margin-bottom: 0.5rem;
font-weight: 300;
}
.pub a {
font-size: 0.9rem;
line-height: 1.2;
}
.achi-doi{
padding:0;
margin-bottom:0 !important;
}
.achi-pdf{
padding:0;
margin-bottom:0 !important;
text-align: right;
}
.me-co h2{
  margin: 2em 0 1.5em;
  font-size: 1.2rem;
  padding: 0px;
border-bottom: 2px solid #53b332;
}
.me-co h2::before {
  border-bottom: none;
}
.article h2 {
  display: none;
}
.article b {
  display: none;
}
/***** 研究成果  *****/

.result h2 a{
	color:#333;
	font-size:20px;
}
.result h2 a:hover{
color:#007bff;
}
.result b{
	font-size:1em;
}
.result dl{
padding-right:1em;
}
.result dd a{
	color:#333;
}
.result dd{
border-bottom:1px dotted #c8c8c8;
padding:8px 0px;
}
.result dd a:hover{
	color:#007bff;
}
.result .row{
margin-top:0.5em;
}
.result-menu a{
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.active {
  background-color: #53b332;
  border-color: #53b332;
  color: #fff;
  z-index: 2;
}
.depth-2{
color: #333;
}
/***** アーカイブ  *****/
.archive-box{
margin:1em 0 2em;
	padding:1.25em 1em 0.5em;
	position:relative;
	border: 1px solid #53b332;
}
.archive-day {
	background-color:#53b332;
	font-size: 1em;
	color: #fff;
	padding: 0.5em 1em;
	line-height: 1;
	position:absolute;
	top: -1em;
	left: 20px;
}
.archive-con{
margin:0.5em 0 0 1em;
font-size: 1.2em;
}
.box_s23  {
 margin: 2em auto;
 padding:1em;
 border: 2px solid #dbf6aa;
}
.box_s23-ttl {
 position: relative;
 left: -70px;
 top: -20px;
 background-color: #dbf6aa;
	color: #fff;
 padding: 0.2em 1em;
 margin: 0;
 width: 100%;
 font-size: 1em;
}
/***** 認知症BPSDケアプログラム  *****/
.bpsd .cc_article h2{
  margin: 2em 0 1.5em;
  font-size: 1.2rem;
  padding: 0px;
border-bottom: 2px solid #dbf6aa;
}
.bpsd .cc_article h2::before { 
content: none;
}
   .video-container {
text-align:center;
}
@media (max-width: 767.98px) {
   .video-container {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
text-align:center;
}
 .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
/***** メンバー *****/
.m-list{
text-align:center;
}
.m-list img{
width:160px;
}
.m-btn{
  color: #dbf6aa;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: right;
padding-right:1em;
  line-height: 36px;
  width: 100px;
  height: 40px;
  background: #FFF;
  border:2px solid #53b332;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
margin:20px auto;
}
.m-btn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
background: #53b332;
}
.m-btn .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.1rem;
  width: 1.125rem;
  height: 0.2rem;
  background: none;
}
.m-btn .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.225rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.2rem solid #53b332;
  border-right: 0.2rem solid #53b332;
  transform: rotate(45deg);
}
.m-btn:hover .icon.arrow {
  background: #53b332;
  transform: translate(1rem, 0);
}
.m-btn a{
color:#53b332;
}
.m-btn a:hover{
color:#53b332;
text-decoration: none;
}
.m-name {
  font-size: 1.6em;
  font-weight: bold;
}
.m-name-e {
  font-size: 0.9em;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 18px;
}
.m-post {
  font-size: 1.4em;
}

/***** ttc *****/
.ttc-btn{
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 600px;
  height: 50px;
  background: #FFF;
  border:4px solid #53b332;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
margin:20px auto;
}
.ttc-btn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
background: #53b332;
}
.ttc-btn .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.2rem;
  background: none;
}
.ttc-btn .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.225rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.2rem solid #53b332;
  border-right: 0.2rem solid #53b332;
  transform: rotate(45deg);
}
.ttc-btn:hover .icon.arrow {
  background: #53b332;
  transform: translate(1rem, 0);
}