/* WP-Membersの制限メッセージをスマホでも確実に表示 */
#wpmem_restricted_msg {
  display: block !important;
  visibility: visible !important;
}

@media screen and (max-width: 895.98px) {/* 変更点。0.02引く。 */
/* ここにタブレット＆SP向けのCSS指定 */
/* WP-Membersの制限メッセージをスマホでも確実に表示 */
#wpmem_restricted_msg {
  display: block !important;
  visibility: visible !important;
}
/*＊＊＊ [全体共通] ＊＊＊*/
.text-red {
color: #F00;
}

.border-none {
border: 0px !important;
}
.textdeco-uline {
text-decoration: underline;
}


.textalign-center {
text-align: center;
}
.margin-0auto {
margin: 0 auto;
}

.margin-top5 {
margin-top: 5px !important;
}
.margin-bottom5 {
margin-bottom: 5px !important;
}
.margin-top10 {
margin-top: 10px !important;
}
.margin-bottom10 {
margin-bottom: 10px !important;
}

.margin-top20 {
margin-top: 20px !important;
}
.margin-bottom20 {
margin-bottom: 20px !important;
}

.margin-top30 {
margin-top: 30px !important;
}
.margin-bottom30 {
margin-bottom: 30px !important;
}

/*＊＊＊ [bx-wrapper] ＊＊＊*/
.bx-wrapper {
     position: relative;
     margin:50px auto;
     padding: 0;
     *zoom: 1;
     height:120px;
}

/*＊＊＊ [リンク] ＊＊＊*/
a:link {
color: #000;
text-decoration: none;
}

a:visited {
color: #000;
}

a:hover {
color: #ffa500;
}

a:active {
color: #ffa500;
}

.mouseOn img:hover {
opacity: 0.7;
}

.linkBtn1 a:link {
color: #FFF;
text-decoration: none;
}

.linkBtn1 a:visited {
color: #FFF;
}

.linkBtn1 a:hover {
color: #ffa500;
}

.linkBtn1 a:active {
color: #ffa500;
}


/*＊＊＊ [ハンバーガーメニュー] ＊＊＊*/
header {
  height: 70px; /* 60px */
  width: 100%;
  padding: 0px 15px;
  background-color: #FFF; /* rgba(34, 49, 52, 0.9) */
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  
  box-sizing: border-box; /* 追加 */}
 
.logo {
  font-size: 25px;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.sm li a {
  color: #000; /* #ffffff */
  text-decoration: none;
  display: block;
  line-height: 40px;
  padding: 0 20px;
}
.sm {
  display: none;
}
 
 
  #hamburger {
    background-color: #3cb371; /* transparent */
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }

 
  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: white; 
    border-radius: 8px;
    transition: ease 0.75s;
  }
 
  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }
 
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
 
  .close span:nth-of-type(2) {
    opacity: 0;
  }
 
  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }
 
   .sm {
      top: 60px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: #FFF; /* rgba(34, 49, 52, 0.9) */
  }
  
  ul {
    flex-direction: column;
  }
 
.sm li a {
    text-align: center; 
    border-bottom: solid 0.5px #ccc; /*  border-top: solid 0.5px rgba(255, 255, 255, 0.6) */
  }

  .pc {
    display: none;
  }


/*＊＊＊ [トップページページスライダー] ＊＊＊*/
.swiperWrapr {
width: 100%; 
height: 100%; 
margin: 0 auto;
overflow: auto;
margin: 80px 0 0 0;
}

.slide_space {
display: none;
}

 
.bxslider{
display: none;
}

/*＊＊＊ [トップページメインコンテンツ] ＊＊＊*/
.contents {
width: 100%; 
margin: 40px auto; 
justify-content: center; /* center */
}

.mainVisual img {
 width: 100%;
}

.subVisual img {
 width: 100%;
 margin: 60px 0 0 0 ;
}

/*＊＊＊ [左カラム] ＊＊＊*/

.leftColumn {
display: none;
}

/*＊＊＊ [右カラム] ＊＊＊*/
.rightColumn {
width: 100%; 
margin:0 auto; /* 50px 0 0 50px*/
}


.topPageMidashi {
width: 90%;
height: 50px;
border-left: 10px solid #20b2aa;
margin: 30px auto 0 auto;
font-size: 16px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}

.topPageMidashi2 {
width: 90%;
height: 50px;
border-left: 10px solid #20b2aa;
margin: 30px auto 0 auto;
font-size: 16px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}

.topPageMidashi3 {
width: 90%;
height: 50px;
border-left: 10px solid #3b3390;
margin: 30px auto 0 auto;
font-size: 16px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}



.updateWrap {
width: 100%; 
margin: 0 auto;
}

.updateTitle {
width: 80px; 
height: 25px;
margin: 0 auto;
font-family: "Acumin Variable Concept";
font-size: 14px;
border-bottom: 5px solid #3b3390;
text-align: center;
}

.updateText {
width: 100%;
margin: 0 auto;
padding: ;
font-size: 12px;
}

.updateText ul {
width: 100;
margin: 0 auto;
padding: ;
list-style-type: none;
overflow: hidden;
}

.updateText ul li {
width: 90%;
height: 50px;
margin: 0 auto;
padding: ;
border-bottom: 1px dotted #999;
line-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

/* News */
.updateCategoryIcon1 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #efa630;
line-height: 20px;
text-align:center;
}

/* Activity */
.updateCategoryIcon2 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 20px;
font-size: 12px;
color: #fff;
background-color: #66cdaa;
line-height: 20px;
text-align:center;
}

/* Membership */
.updateCategoryIcon3 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 6px; /* 5px 26px */
font-size: 12px;
color: #fff;
background-color: #00afcc;
line-height: 20px;
text-align:center;
}

/* Event */
.updateCategoryIcon4 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 25px;
font-size: 12px;
color: #fff;
background-color: #9acd32; /* #2e8b57 #0000ff #ffd700 #fa8072 */
line-height: 20px;
text-align:center;
}

/* Research */
.updateCategoryIcon5 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 15px;
font-size: 12px;
color: #fff;
background-color: #b0c4de; /* #800080 #2e8b57 #559e15 */
line-height: 20px;
text-align:center;
} 

/* Story */
.updateCategoryIcon6 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #6495ed; /* #3b3390 */
line-height: 20px;
text-align:center;
}

/* News */
.updateCategoryIcon7 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #ff6347;
line-height: 20px;
text-align:center;
}

/* Event */
.updateCategoryIcon8 {
width: 90px;
height: 20px; 
margin: 15px 0 20px 10px;
padding: 5px 25px;
font-size: 12px;
color: #fff;
background-color: #da70d6; /* #c71585 #40e0d0 #2e8b57 #c71585 */
line-height: 20px;
text-align:center;
}

.updateBtn {
width: 120px; 
height: 30px;
margin: 20px auto;
font-family: "Acumin Variable Concept";
font-size: 14px;
border: 1px solid #666;
line-height: 30px;
text-align: center;
}


.contents2Bg {
display: none;
}

.contentsSp {
margin: 0 auto;
text-align:center;
}
.contentsSpBox {
margin: 20px auto;
width: 100%;
}

.contentsSpBox img {
width: 90%;
}

/*＊＊＊ [フッター] ＊＊＊*/
footer.footerBg {
background-color: #dbebc4;
margin: 0;
overflow: hidden;
}

div.footerWrap {
/*display: flex;
flex-direction: column-reverse;*/
width: 90%;
margin: 0 auto;
padding: 20px 0 0; 
}

div.footerContact {
color: #000;
font-size: 14px;
line-height: 150%; 
margin: 20px auto;
}

span.footerContactTitle {
font-size: 14px;
margin: 0 auto;
text-align: center;
width: 120px;}

div.footerNavi {
color: #000;
font-size: 14px;
display: flex;	
margin: 20px auto;
}

ul.footerNaviLeft {
list-style-type: none;
margin: 0 20px 0 0;
}

ul.footerNaviLeft li {
height: 30px;
}

ul.footerNaviRight {
list-style-type: none;	
}

ul.footerNaviRight li {
height: 30px;
}

div.copyrightWrap {
color: #fff;
font-size: 12px;
width: 100%;
height: 30px;
margin: 30px auto;
text-align: center;
}

div.footerLogo {
margin: 10px auto;
}

.joinBottom {
   position: fixed;
   width: 100%;
   height: 60px;
   bottom: 0px;
   font-size: 14px;
   color: #fff;
   opacity: 0.9;
   z-index: 99;
   text-align: center;
   vertical-align: middle;
   line-height: 60px;
   background-color: #f4832f;
   font-weight: bold;
}


/*＊＊＊ [サブページ] ＊＊＊*/

/*＊＊＊ [サブページヘッダー] ＊＊＊*/
.headerSubBg {
background-color: #3b3390;
width: 100%;
height: 70px;
margin: 80px 0 0 0;
}

.subPageTitle {
background-color: #fff;
font-size: 16px;
margin: 0 auto;
text-align: center;
position: relative;
top: 34px;
padding: 10px 15px;
display: table;
}

.subPageTitle2 {
font-size: 14px;
margin: 0 auto;
border-bottom: 3px solid #3b3390;
padding: 0 10px 5px 10px;
display: table;
}

/*＊＊＊ [サブページメインコンテンツ] ＊＊＊*/
.pankuzuList {
font-size: 12px;
width: 100%;
height: 30px;
margin:20px auto 0;
}

.subContents {
width: 90%; 
margin: 0 auto; 
}

.subPageWrap {
width: 100%; 
margin: 0 auto;
}

.subPageText {
font-size: 12px;
margin: 0 auto;
height:100%;
line-height: 130%;
}

/*＊＊＊ [タブ形式] ＊＊＊*/
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow:; /* 0 0 10px rgba(0, 0, 0, 0.2) */
width: 98%; /* 800px 700px */
margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
width: auto; /* calc(100%/3) */
height: 70px; /* 50px */
border-bottom: 5px solid #9d98c7; /* 3px solid #5ab4bd */
background-color: #FFF; /* #d9d9d9*/
font-size: 12px; /* 16px */
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: normal; /* bold */
transition: all 0.2s ease;
border-top: 1px solid #999; /* 追加 */
border-left: 1px solid #999; /* 追加 */
border-right: 1px solid #999; /* 追加 */
padding: 5px 0 0 0;
vertical-align: middle;
background-repeat:no-repeat; 
background-position: center 2px;
background-size:auto auto;
}

.tab_item.updatestab01 {
background-image: url("../img/update_icon01.png"); 
}

.tab_item.updatestab02 {
background-image: url("../img/update_icon02.png"); 
}

.tab_item.updatestab03 {
background-image: url("../img/update_icon03.png"); 
}

.tab_item.updatestab04 {
background-image: url("../img/update_icon04.png"); 
}

.tab_item.news-alumnitab01 {
background-image: url("../img/news-alumni_icon01.png"); 
}

.tab_item.news-alumnitab02 {
background-image: url("../img/news-alumni_icon02.png"); 
}

.tab_item.news-alumnitab03 {
background-image: url("../img/news-alumni_icon03.png"); 
}


.tab_item span {
	display: block;
	margin: 45px 0 0 0;
}




.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 20px 0 0; /* 40px 0 0 40px 40px 0*/
clear: both;
overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#updates01:checked ~ #updates01_content,
#updates02:checked ~ #updates02_content,
#updates03:checked ~ #updates03_content, 
#updates04:checked ~ #updates04_content,
#news-alumni01:checked ~ #news-alumni01_content,
#news-alumni02:checked ~ #news-alumni02_content,
#news-alumni03:checked ~ #news-alumni03_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #9d98c7; /* 5ab4bd */
color: #fff;
background-repeat:no-repeat; 
background-position: center 2px;
background-size:auto auto;
}


.tabs input:checked + .tab_item.updatestab01 {
background-image: url("../img/update_icon01_on.png"); 
}

.tabs input:checked + .tab_item.updatestab02 {
background-image: url("../img/update_icon02_on.png"); 
}

.tabs input:checked + .tab_item.updatestab03 {
background-image: url("../img/update_icon03_on.png"); 
}

.tabs input:checked + .tab_item.updatestab04 {
background-image: url("../img/update_icon04_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab01 {
background-image: url("../img/news-alumni_icon01_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab02 {
background-image: url("../img/news-alumni_icon02_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab03 {
background-image: url("../img/news-alumni_icon03_on.png"); 
}

.tab_content_description {
	width: 98%; /* 780px */
	margin: 0 auto;
}

ul.articleHeadline {
margin: 0 auto;
padding: ;
font-size: 14px;
list-style-type: none;
}

ul.articleHeadline li {
width: 100%;
height: 50px;
margin: 0 auto;
padding: ;
border-bottom: 1px dotted #999;
line-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.newsArticleLeft {
 margin: 0 auto 20px;
 width: 90%;
 text-align: center;
}

.newsArticleLeft img {
 width: 80%;
}

.newsArticleRight {
 width: 90%;
 text-align: left;
}

.newsArticleDate {
 margin: 20px 10px 10px;
}

.newsArticleTitle {
  font-weight: bold;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  margin: 0 10px;
}

.newsArticleText {
 line-height: 130%;
 overflow: hidden;
 margin: 10px 0;
 word-wrap: break-word;
 text-overflow: ellipsis;
 margin: 0 10px 30px;
}


.subPageBox {
	margin: 20px auto;
	text-align: center;
}

.subPageBox img {
	width: 100%;
}

.regiActWrap {
	width: 90%;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
}
.regiActBox {
	width: 150px;
	margin: 0 3px 0 0 ;
}

.regiActBox img {
	width: 100%;
}


/*＊＊＊ [フォーム] ＊＊＊*/
.formStep {
width: 100%;
margin: 20px auto 50px;
display: flex;
justify-content: space-between;
align-items: center;
}

.formStepBtn1 img {
	width: 100%;
}

.formStepBtn2 img {
	width: 100%;
}

.formStepBtn3 img {
	width: 100%;
}

.mandatory {
color: #F00;
font-size: 12px;
margin: 10px auto;
}

.formTable {
border-collapse: collapse;
width: 100%;
font-size: 14px;
table-layout: fixed;
}



.formTable th {
width: 35%;
background-color: #e2e0ee;
padding:10px;
text-align: left;
font-weight: normal;
border: 1px solid #CCC;
}

.formTable td {
width: 65%;
padding:20px 20px;
vertical-align: middle;
border: 1px solid #CCC;
word-wrap: break-word;
}

.formTextBox {
font-size: 14px;
border: 1px solid #666;	
margin: 10px 0;
padding: 5px 10px;
width: 100%;
}

.formTextBox input {
margin: 0 5px 0 0;
}

.inputOther {
margin: 20px 0 0 0;
}

.formBtn {
font-size: 14px;
border: 1px solid #666;	
margin: 10px auto;
padding: 10px;
text-align: center;
display: table;
}

.formBtn2 {
font-size: 14px;
border: 1px solid #666;	
margin: 10px auto;
padding: 10px;
text-align: center;
display: table;
}

.formBtnBox {
font-size: 14px;
margin:0 auto;
padding: 0;
width: 300px;
display: flex;
justify-content: space-between;
}

.formTable input {
	width: 100%;
}

.formTable textarea {
	width: 100%;
}

.formTable select {
	width: 100%;
}


.formTable2 {
border-collapse: collapse;
width: 100%;
font-size: 14px;
table-layout: fixed;
}



.formTable2 th {
width: 35%;
background-color: #e5f3fd;
padding:10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
border: 1px solid #CCC;
}

.formTable2 td {
width: 65%;
padding:20px 20px;
vertical-align: middle;
border: 1px solid #CCC;
word-wrap: break-word;
}

.fromCompTitle {
font-size: 18px;
}


.membershipHeading {
	width: 90%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto 20px;
	font-size: 14px;
	text-indent: 15px;
	color: #fff;
	background-color: #9d98c7;
}

.membershipText {
	width: 90%;
	line-height: 130%;
	margin: 0 auto 20px;
	font-size: 12px;
	word-break: break-all;
}

.membershipText2 {
	width: 90%;
	line-height: 170%;
	margin: 0 auto 20px;
	font-size: 12px;
}

.membershipText2 img {
	width: 100%;
	margin: 0 auto;;
}

.membershipBox {
	width: 100%;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.membershipLogin {
	width: 100%;
	height: auto;
	margin: 0 30px 0 0;
	padding: 10px;
	border: 1px solid #999;

}

.membershipResister {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
	background-color: #3b3390;
	vertical-align: middle;
}

.membershipResisterText {
	margin: 20px auto;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: table;
}

.membershipResisterBtn {
	margin: 0 auto 30px;
	padding: 10px 20px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	display: table;
}


.membershipBecame {
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	justifly-content: center;
	font-size: 12px;

}

.membershipBecameLeft {
	width: 20%;
}

.membershipBecameLeft img {
	width: auto;
}


.membershipBecameLeft span {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.membershipBecameRight {
	margin: 0 0 0 0px;
	width: 75%;
}

.membershipBecameRight span {
	position: relative;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.placeholder2 {
 margin: 0 atuo;
 text-align: center;
}

.placeholder1 {
display: none;	
}

p.mapImg {
	margin:70px auto 50px; 
	text-align: center;
}

p.mapImg  img {
	width : 100%;
}

div.prefecturesTitle {
    width: 90%;
    margin: 20px auto;
    background-color: #EEE;
    font-size: 21px;
    text-indent: 20px;
    height: 60px;
    line-height: 60px;
}

div.clinicListWrap {
    width: 90%;
    margin: 0 auto 20px;
    border: 1px solid #999;		
}

div.prefecturesTitle span {
	border-left: 5px solid #999;
	padding: 0 10px 0;
}

div.clinicListTitle {
    width: 91%;
    height: 40px;
    border-bottom: 1px solid #999;
    margin: 10px 18px;
    padding: 0 0 3px 0;
    font-size: 16px;
    line-height: 40px;
}


table.clinicListTable {
    width: 91%;
    border-collapse: separate;
    background-color: #fff;
    border-spacing: 4px 2px;
    margin: 0px 17px 10px;
}

table.clinicListTable th {
    width: 20%;
    font-size: 14px;
    color: #FFF;
    background-color: #2e8b57;
    padding: 20px 15px 21px;
    text-align: left; 
    white-space: nowrap;
}

table.clinicListTable td {
    width: 80;
    font-size: 14px;
    color: #000;
    background-color: #dbedde;
    padding: 20px 15px 21px;
    line-height: 150%;
    border: 0;
}

area {
border: none; 
outline: none;
} 


/* トップページへ戻るボタン */
#page-top {
	display: none; 
}

#page-top a {
	display: none; 
}

form.post-password-form {
	margin: 100px auto 0;
	display: block;
	padding: 50px;
	line-height: 150%;
}

form.post-password-form p {
	margin: 0 auto 20px;
}


}/* スマホ閉じカッコ */




/* ★★★★★　スマホ or PC設定境界線　★★★★★ */

@media screen and (min-width:896px) {
/* ここにPC向けのCSS指定 */
/* WP-Membersの制限メッセージをスマホでも確実に表示 */
#wpmem_restricted_msg {
  display: block !important;
  visibility: visible !important;
}

header {
display: none;
}

/*＊＊＊ [全体共通] ＊＊＊*/

.text-red {
color: #F00;
}

.border-none {
border: 0px !important;
}
.textdeco-uline {
text-decoration: underline;
}


.textalign-center {
text-align: center;
}
.margin-0auto {
margin: 0 auto;
}

.margin-top5 {
margin-top: 5px !important;
}
.margin-bottom5 {
margin-bottom: 5px !important;
}
.margin-top10 {
margin-top: 10px !important;
}
.margin-bottom10 {
margin-bottom: 10px !important;
}

.margin-top20 {
margin-top: 20px !important;
}
.margin-bottom20 {
margin-bottom: 20px !important;
}

.margin-top30 {
margin-top: 30px !important;
}
.margin-bottom30 {
margin-bottom: 30px !important;
}




/*＊＊＊ [bx-wrapper] ＊＊＊*/
.bx-wrapper {
     position: relative;
     margin:50px auto;
     padding: 0;
     *zoom: 1;
     height:120px;
}

/*＊＊＊ [リンク] ＊＊＊*/
a:link {
color: #000;
text-decoration: none;
}

a:visited {
color: #000;
}

a:hover {
color: #ffa500;
}

a:active {
color: #ffa500;
}

.mouseOn img:hover {
opacity: 0.7;
}

.linkBtn1 a:link {
color: #FFF;
text-decoration: none;
}

.linkBtn1 a:visited {
color: #FFF;
}

.linkBtn1 a:hover {
color: #ffa500;
}

.linkBtn1 a:active {
color: #ffa500;
}


/*＊＊＊ [ヘッダー] ＊＊＊*/

/*＊＊＊ [トップページページスライダー] ＊＊＊*/
.swiperWrapr {
width: 100%; 
height: 100%; 
margin: 0 auto;
overflow: auto;
}

.slide_space {
width: 100%;;
margin: 0 auto; 
}



/*＊＊＊ [トップページメインコンテンツ] ＊＊＊*/
.contents {
width: 1230px; 
margin: 0 auto; 
display: flex;
justify-content: center; /* center */
}

.subVisual {
	height: 200px;
}

/*＊＊＊ [左カラム] ＊＊＊*/

.leftColumn {
width: 150px; 
margin: 0 autox;
}

.certification {
width: 150px;
height: 100px;
display: flex;
justify-content: center;
margin: 0 auto;
}

.login {
width: ;
}

.logout {
width: ;
}

.join {
width: 140px; 
margin: 0 auto 20px auto;
}

/*＊＊＊ [グローバルナビゲーション] ＊＊＊*/
nav.g-navi {
width: 150px;
margin: 0 auto;  
}

nav.g-navi ul {
width: 150px;
margin: 0 auto;
padding:0 ;
list-style-type: none;
}

nav.g-navi ul li {
width: 150px;
height: 40px;
margin: 0 auto;
padding:0 0 0 10px; ;
border-bottom: 1px solid #666;
font-size: 14px;
line-height: 40px;
}

#navi-text-double {
width: 150px;
height: 60px;
margin: 0 auto;
padding:12px 0 0 10px; ;
border-bottom: 1px solid #666;
font-size: 14px;
line-height: 120%;
}

/*＊＊＊ [右カラム] ＊＊＊*/
.rightColumn {
width: 1030px; 
margin:0 0 0 10px; /* 0px*/
}

.topPageMidashi {
width: 900px;
height: 50px;
border-left: 10px solid #20b2aa;
margin: 30px auto 0 auto;
font-size: 20px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}

.topPageMidashi2 {
width: 900px;
height: 50px;
border-left: 10px solid #20b2aa;
margin: 30px auto 0 auto;
font-size: 20px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}

.topPageMidashi3 {
width: 900px;
height: 50px;
border-left: 10px solid #3b3390;
margin: 30px auto 0 auto;
font-size: 20px;
line-height: 50px;
border-bottom: 1px solid #999;
padding-left: 20px ;
}



.updateWrap {
width: 1000px; 
margin: 0 auto;
}

.updateTitle {
width: 110px; 
height: 25px;
margin: 0 auto 20px auto;
font-family: "Acumin Variable Concept";
font-size: 18px;
border-bottom: 5px solid #3b3390;
text-align: center;
}

.updateText {
width: 1000px;
margin: 0 auto;
padding: ;
font-size: 14px;
}

.updateText ul {
width: 1000px;
margin: 0 auto;
padding: ;
list-style-type: none;
}

.updateText ul li {
width: 900px;
height: 50px;
margin: 0 auto;
padding: ;
border-bottom: 1px dotted #999;
line-height: 50px;
}

/* News */
.updateCategoryIcon1 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #efa630; /* #efa630 */ 
line-height: 20px;
text-align:center;
}

/* Activity */
.updateCategoryIcon2 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 20px;
font-size: 12px;
color: #fff;
background-color: #66cdaa;
line-height: 20px;
text-align:center;
}

/* Membership */
.updateCategoryIcon3 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 6px; /* 5px 26px */
font-size: 12px;
color: #fff;
background-color: #00afcc; /* #0000ff */
line-height: 20px;
text-align:center;
}

/* Event */
.updateCategoryIcon4 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 25px;
font-size: 12px;
color: #fff;
background-color: #9acd32; /* #2e8b57 #0000ff #ffd700 #fa8072 */
line-height: 20px;
text-align:center;
}

/* Research */
.updateCategoryIcon5 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 15px;
font-size: 12px;
color: #fff;
background-color: #b0c4de; /* #800080 #2e8b57 #559e15 */
line-height: 20px;
text-align:center;
} 

/* Story */
.updateCategoryIcon6 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #6495ed; /* #3b3390 */
line-height: 20px;
text-align:center;
}

/* News */
.updateCategoryIcon7 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 26px;
font-size: 12px;
color: #fff;
background-color: #ff6347;
line-height: 20px;
text-align:center;
}

/* Event */
.updateCategoryIcon8 {
width: 90px;
height: 20px; 
margin: 15px auto 20px;
padding: 5px 25px;
font-size: 12px;
color: #fff;
background-color: #da70d6; /* #c71585 #40e0d0 #2e8b57 #c71585 */
line-height: 20px;
text-align:center;
}


.updateBtn {
width: 240px; 
height: 45px;
margin: 30px auto;
font-family: "Acumin Variable Concept";
font-size: 18px;
border: 1px solid #666;
line-height: 45px;
text-align: center;
}

.contents2Bg {
width: 100%;
height: 600px;
background-color: #9d99c8;
}

.contents2 {
width: 1160px;
height: 300px;
margin: 0 auto;
display: flex;
justify-content: center;
}

.contentsSp {
display: none;
}

.leftColumn2 {
width: 315px;
height: 300px;
background-color: #3b3390;
}

.rightColumn2 {
width: 845px;
height: 300px;
}

.leftColumn2BtnTitle {
width: 230px;
height: 30px;
font-size: 18px;
color: #fff;
margin: 90px auto 30px;
text-align: center;
line-height: 30px;
}

.leftColumn2Btn {
width: 200px;
height: 35px;
font-size: 18px;
color: #fff;
margin: 0 auto;
text-align: center;
border: 1px solid #fff;
line-height: 35px;
}

.leftColumn2-1 {
width: 845px;
height: 300px;
}

.rightColumn2-1 {
width: 315px;
height: 300px;
background-color: #3b3390;
}



/*＊＊＊ [フッター] ＊＊＊*/
footer.footerBg {
background-color: #dbebc4;
margin: 50px 0 0 0;
color: #000;
}

div.footerWrap {
display: flex;
justify-content: space-between;
width: 900px;
height: 200px;
margin: 0 auto;
padding:40px 0 0 0; 
color: #000;
}

div.footerContact {
color: #000
font-size: 16px !important;
line-height: 150%;
width: 60%;
height: 80px;
}

span.footerContactTitle {
font-size: 18px;
}

div.footerNavi {
color: #000;
font-size: 12px;
position: reretivie
}

ul.footerNaviLeft {
list-style-type: none;
margin: 0 20px 0 0;
}

ul.footerNaviLeft li {
height: 30px;
}

ul.footerNaviRight {
list-style-type: none;	
}

ul.footerNaviRight li {
height: 30px;
}


div.copyrightWrap {
color: #000;
font-size: 12px;
width: 1000px;
height: 30px;
margin: 0 auto;
text-align: center;
}

div.footerLogo {
display: none;
}

.joinBottom {
display: none;
}

/*＊＊＊ [サブページ] ＊＊＊*/

/*＊＊＊ [サブページヘッダー] ＊＊＊*/
.headerSubBg {
background-color: #3b3390;
width: 100%;
height: 200px;
}

.headerSubBg2 {
width: 100%;
height: 200px;
background-image: url("../img/back_sub.png");
background-repeat: no-repeat;
background-size: cover;
}

.subPageTitle {
background-color: #fff;
font-size: 24px;
margin: 0 auto;
text-align: center;
position:relative;
top: 150px;
padding: 15px 25px;
display: table;
}

/*＊＊＊ [サブページメインコンテンツ] ＊＊＊*/
.pankuzuList {
font-size: 12px;
width: 900px;
height: 30px;
margin:20px auto 0 auto;
}

.subContents {
width: 1230px; 
margin: 0 auto; 
display: flex;
justify-content: center;
}



.subPageWrap {
width: 900px; 
margin: 0 auto;
}

.subPageText {
font-size: 14px;
line-height: 150%;
margin: 0 auto;
}



.subPageTitle2 {
font-size: 20px;
margin: 0 auto;
border-bottom: 5px solid #3b3390;
padding: 0 10px 10px 10px;
display: table;
}


/*＊＊＊ [フォーム] ＊＊＊*/
.formStep {
width: 800px;
margin: 20px auto 50px;
display: flex;
justify-content: space-between;
align-items: center;
}


.mandatory {
color: #F00;
font-size: 12px;
margin: 10px auto;
}

.formTable {
border-collapse: collapse;
width: 800px;
font-size: 14px;
table-layout: fixed;
}



.formTable th {
width: 250px;
background-color: #e2e0ee;
padding:10px;
text-align: left;
font-weight: normal;
border: 1px solid #CCC;
}

.formTable td {
width: 450px;
padding:20px 20px;
vertical-align: middle;
border: 1px solid #CCC;
}

.formTextBox {
font-size: 14px;
border: 1px solid #666;	
margin: 10px 0;
padding: 5px 10px;
width: 600px;
}

.formTextBox input {
margin: 0 5px 0 0;
}

.inputOther {
margin: 20px 0 0 0;
}

.formBtn {
font-size: 14px;
border: 1px solid #666;	
margin: 10px auto;
padding: 10px;
width: 100px;
text-align: center;
}

.formBtn2 {
font-size: 14px;
border: 1px solid #666;	
margin: 10px auto;
padding: 10px;
width: 150px;
text-align: center;
}

.formBtnBox {
font-size: 14px;
margin:0 auto;
padding: 0;
width: 300px;
display: flex;
justify-content: space-between;
}


.formTable2 {
border-collapse: collapse;
width: 800px;
font-size: 14px;
table-layout: fixed;
}



.formTable2 th {
width: 250px;
background-color: #e5f3fd;
padding:10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
border: 1px solid #CCC;
}

.formTable2 td {
width: 450px;
padding:20px 20px;
vertical-align: middle;
border: 1px solid #CCC;
}

.fromCompTitle {
font-size: 18px;
}


/*＊＊＊ [タブ形式] ＊＊＊*/
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow:; /* 0 0 10px rgba(0, 0, 0, 0.2) */
width: 800px; /* 700px */
margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
width: 48%; /* calc(100%/3) */
height: 80px; /* 50px */
border-bottom: 5px solid #9d98c7; /* 3px solid #5ab4bd */
background-color: #FFF; /* #d9d9d9*/
font-size: 12px; /* 16px */
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: normal; /* bold */
transition: all 0.2s ease;
border-top: 1px solid #999; /* 追加 */
border-left: 1px solid #999; /* 追加 */
border-right: 1px solid #999; /* 追加 */
background-repeat:no-repeat; 
background-position: center 5px;
}

.tab_item.updatestab01 {
background-image: url("../img/update_icon01.png"); 
}

.tab_item.updatestab02 {
background-image: url("../img/update_icon02.png"); 
}

.tab_item.updatestab03 {
background-image: url("../img/update_icon03.png"); 
}

.tab_item.updatestab04 {
background-image: url("../img/update_icon04.png"); 
}

.tab_item.news-alumnitab01 {
background-image: url("../img/news-alumni_icon01.png"); 
}

.tab_item.news-alumnitab02 {
background-image: url("../img/news-alumni_icon02.png"); 
}

.tab_item.news-alumnitab03 {
background-image: url("../img/news-alumni_icon03.png"); 
}




.tab_item span {
	display: block;
	margin: 60px 0 0 0;
}

.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0 0; /* 40px 40px 0*/
clear: both;
overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#updates01:checked ~ #updates01_content,
#updates02:checked ~ #updates02_content,
#updates03:checked ~ #updates03_content, 
#updates04:checked ~ #updates04_content,
#news-alumni01:checked ~ #news-alumni01_content,
#news-alumni02:checked ~ #news-alumni02_content,
#news-alumni03:checked ~ #news-alumni03_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #9d98c7; /* 5ab4bd */
color: #fff;
background-repeat:no-repeat; 
background-position: center 5px;
}

.tabs input:checked + .tab_item.updatestab01 {
background-image: url("../img/update_icon01_on.png"); 
}

.tabs input:checked + .tab_item.updatestab02 {
background-image: url("../img/update_icon02_on.png"); 
}

.tabs input:checked + .tab_item.updatestab03 {
background-image: url("../img/update_icon03_on.png"); 
}

.tabs input:checked + .tab_item.updatestab04 {
background-image: url("../img/update_icon04_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab01 {
background-image: url("../img/news-alumni_icon01_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab02 {
background-image: url("../img/news-alumni_icon02_on.png"); 
}

.tabs input:checked + .tab_item.news-alumnitab03 {
background-image: url("../img/news-alumni_icon03_on.png"); 
}

.tab_content_description {
	width: 780px;
	display: flex;
	margin: 0 0 30px 0;	
}


.subPageBox {
	margin: 30px auto;
	text-align: center;
}

.regiActWrap {
	width: 800px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}
.regiActBox {
	width: 250px;
}

.membershipHeading {
	width: 760px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 30px;
	font-size: 16px;
	text-indent: 20px;
	color: #fff;
	background-color: #9d98c7;
}

.membershipText {
	width: 760px;
	line-height: 150%;
	margin: 0 auto 30px;
	font-size: 14px;
	color: #000;
	word-break: break-all;
}

.membershipText2 {
	width: 760px;
	line-height: 200%;
	margin: 0 auto 30px;
	font-size: 16px;
	color: #000;
}

.membershipBox {
	width: 760px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.membershipLogin {
	width: 360px;
	height: 300px;
	margin: 0 30px 0 0;
	border: 1px solid #999;
}

.membershipResister {
	width: 360px;
	height: 300px;
	text-align: center;
	background-color: #3b3390;
	vertical-align: middle;
}

.membershipResisterText {
	margin: 80px auto 20px;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: table;
}

.membershipResisterBtn {
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	display: table;
}


.membershipBecame {
	width: 760px;
	margin: 0 auto 20px;
	display: flex;
	justifly-content: center;
	font-size: 16px;

}

.membershipBecameLeft {
	width: 66px;
}

.membershipBecameLeft span {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.membershipBecameRight {
	margin: 0 0 0 20px;
}

.membershipBecameRight span {
	position: relative;
	top: 35%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}



ul.articleHeadline {
margin: 0 auto;
padding: ;
font-size: 14px;
list-style-type: none;
}

ul.articleHeadline li {
width: 760px;
height: 50px;
margin: 0 auto;
padding: ;
border-bottom: 1px dotted #999;
line-height: 50px;
}

.newsArticleLeft {
 margin: 0 30px 0 0;
 width: 250px;
}

.newsArticleRight {
 width: 480px;
 text-align: left;
}

.newsArticleDate {
 margin: 20px 0 10px;
}

.newsArticleTitle {
  font-weight: bold;
 overflow: hidden;
  word-wrap: break-word;
}

.newsArticleText {
 line-height: 130%;
 overflow: hidden;
 margin: 10px 0;
 word-wrap: break-word;
}


.subAboutPhotoBox {
  width: 800px;
  display: flex;
  margin: 30px auto;
}

.subAboutPhotoLeft {
 width: 300px;
 margin:0 50px 0 0;	
}

.subAboutPhotoRight {
 width: 300px;
 margin: 0 0 0 50px;	
}


.placeholder1 {
 margin: 0 atuo;
 text-align: center;
}

.placeholder2 {
display: none;	
}

p.mapImg {
	margin:70px auto 50px; 
	text-align: center;
	width: 620px;
}

div.prefecturesTitle {
    width: 700px;
    margin: 20px auto;
    background-color: #EEE;
    font-size: 21px;
    text-indent: 20px;
    height: 60px;
    line-height: 60px;
}

div.clinicListWrap {
    width: 700px;
    margin: 0 auto 20px;
    border: 1px solid #999;		
}

div.prefecturesTitle span {
	border-left: 5px solid #999;
	padding: 0 10px 0;
}

div.clinicListTitle {
    width: 663px;
    height: 40px;
    border-bottom: 1px solid #999;
    margin: 10px auto;
    padding: 0 0 3px 0;
    font-size: 16px;
    line-height: 40px;
}


table.clinicListTable {
    width: 663px;
    border-collapse: separate;
    background-color: #fff;
    border-spacing: 4px 2px;
    margin: 0 auto 15px;
}

table.clinicListTable th {
    width: 130px;
    font-size: 14px;
    color: #FFF;
    background-color: #2e8b57;
    padding: 20px 15px 21px;
    text-align: left; 
    white-space: nowrap;
}

table.clinicListTable td {
    width: 530px;
    font-size: 14px;
    color: #000;
    background-color: #dbedde;
    padding: 20px 15px 21px;
    line-height: 150%;
    border: 0;
}

area {
border: none; 
outline: none;
} 

/* トップページへ戻るボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 12px;
	font-weight:bold;
}

#page-top a {
	background: #66cdaa; /* #cc0033 #1A653A */
	text-decoration: none;
	color: #fff;
	height: 70px;
	width: 70px;
	adding: 30px 0;
	text-align: center;
	display: block;
    border-radius: 70px;
	order: 2px solid #FFF;
	line-height: 120%; /* 80px */ 
	vertical-align: middle; 
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

form.post-password-form {
	margin: 100px auto 0;
	display: block;
	padding: 50px;
	line-height: 150%;
}

form.post-password-form p {
	margin: 0 auto 20px;
}


}/* PC閉じカッコ */


/* WP-Membersの制限メッセージをスマホでも確実に表示 */
#wpmem_restricted_msg {
  display: block !important;
  visibility: visible !important;
}

.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 比率 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
