@charset "utf-8";
/* ------------------------見出し */

.treat-wrapper .title-top{
	margin-top: 1em;
}
.treat-wrapper .title-top span{
	position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.treat-wrapper .title-top span:before {
  content: '';
  display: inline-block;
	width: 30px;
	height: 20px;
	background:url("../img/icon-cl.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	
}
/* ------------------------トップコンテンツ */
[class*="treat-item"]{
    width: 100%;
    height: 250px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  overflow: hidden;
    
}
 [class*="treat-item"] .effect01_in{
    width: 100%;
  position: absolute;
  bottom:7%;
  left: 50%;
  transform: translateX(-50%);
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
[class*="treat-item"] .effect01_in ul{
	display: none;
}

[class*="treat-item"]:hover .effect01_in{
  position: absolute;
  top: 60%;
  left: 50%;
	transition: 0.5s ;
  transform: translateY(-50%) translateX(-50%);}
[class*="treat-item"]:hover .effect01_in ul{
	display:block;
	margin: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
}
[class*="treat-item"]:hover .effect01_in ul li{
	list-style: disc;
	text-align: left;
	width: 100%;}
.treat-item_01{
    background: url("../img/picup-public_treat01.jpg") no-repeat;
    background-position: top;
    background-size: cover;
}
.treat-item_02{
    background: url("../img/picup-public_treat02.jpg") no-repeat;
    background-position: top;
    background-size: cover;
}
.treat-item_03{
    background: url("../img/picup-public_treat03.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.treat-item_04{
    background: url("../img/picup-public_treat04.jpg") no-repeat;
    background-position: top;
    background-size: cover;
}
.treat-item_05{
    background: url("../img/picup-public_treat05.jpg") no-repeat;
    background-position: top;
    background-size: cover;
}

/* ------------------------会員施設紹介 */
.facility-wrapper .btn-base_circle{
    padding: 1em;
}
.clinic-box{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 1020px) {
	.clinic-map{
		width:35%;
		margin-right: 5%;
	}
	.clinic-box table{
		width: 60%;
	}}
/* ------------------------当研究会について */
.about-wrapper{
    position: relative;
}
.bg-sosj{
    position: absolute;
    z-index:0;
    font-size: 10em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #7ca8de;
    }
@media screen and (max-width: 1019px) {
.bg-sosj{
    right: 0px;
    bottom: -20px;}
}
@media screen and (min-width: 1020px) {
.bg-sosj{
    top:30%;
    right: -5%;
    font-size: 15em;
    transform: rotate( -90deg );}
}
.about-in{
	z-index:10;
    position: relative;
}


/* ------------------------ メンバー紹介 */
.memberBox {
    border: 1px solid #ccc;
    padding: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 1024px) {
    .memberBox {
      margin-bottom: 1.5em; } }

.memberBox-in {
  margin-top: 1em; }
  @media screen and (min-width: 1024px) {
    .memberBox-in {
      display: flex;
      flex-wrap: wrap; } }
  .memberBox-in .memberBox-img {
    text-align: center;
    margin-bottom: 1em; }
    .memberBox-in .memberBox-img img {
      max-width: 150px; }
    @media screen and (min-width: 1024px) {
      .memberBox-in .memberBox-img {
        width: 20%; } }

  .memberBox-in .memberBox-text th {
    text-align: left;
    vertical-align: top;
    font-weight: 400; }
  @media screen and (min-width: 1024px) {
    .memberBox-in .memberBox-text {
      width: 70%;
      margin-left: 10%; } }

.memberBox-name {
  width: 100%;
  font-size: 1.6em;
    margin-bottom: 1.2em;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
  .memberBox-name span {
    font-weight: normal;
      color: #417edd;
      padding-left: 1.5em;
    font-size: 0.7em; }



.member-hist{
    width: 100%;
}
.member-hist dt,.member-hist dd{
    width: 100%;
}


.member-hist::after {
    content: " ";
    display: block;
    clear: both;
}

.memberCard {
    margin-bottom: 1.5em;
}
.memberCard h6{
    font-weight: bold;
    margin-bottom: 0.3em;
    border-left: 5px solid #417edd;
    padding-left: 0.5em;
}
@media screen and (max-width: 1023px) {
    .member-hist dd{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5em;}
    
}
  @media screen and (min-width: 1024px) {
.member-hist{
width: 100%;
display:flex;
flex-wrap:wrap;
box-sizing: border-box;
justify-content: space-between;
}
.member-hist dt{
    width: 20%;
	border-bottom: 1px dashed #ccc;
    
}
      .member-hist dd{ 
          width: 80%;
    border-bottom: 1px dashed #ccc;
    
}

      .member-hist dt,.member-hist dd{
    padding: 0.3em 0;}
}
/* ------------------------サイトマップ */
.sitemap a{color: #333;
text-decoration:none;}

.sitemap a:hover{
	text-decoration:underline;}
	
.sitemap ul li {
	font-weight:500;
	position: relative;
	text-indent:1.4em;
	margin-bottom:2em;
}

.sitemap ul li::after,
.sitemap ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.sitemap ul li::after {
	top: 0;
	left: 0em;
	width: 17px;
	height: 17px;
	background-color: #CCCCCC;
}
.sitemap ul li::before {
	z-index: 2;
	top:5px;
	left:2px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sitemap .sitemap-in{
	border-top:1px solid #ccc;
	padding-left:2em;
}

.sitemap .sitemap-in li{
	background:none;
	border:none;
	text-indent:0;
	margin:0;
	padding:0;
	list-style:disc;
	font-weight:200;
	margin-top:0.2em;}
.sitemap .sitemap-in li:after,.sitemap .sitemap-in li:before {
	background:none;
	border:none;}





