@charset "UTF-8";

/* -------------------------------
	ログインページ
-------------------------------- */

#index .wn1{
    width: 90%;
    max-width: 1480px;
    margin: 75px auto;
    text-align: center;
   }
#index .wn1{
    width: 90%;
    max-width: 1480px;
    margin: 75px auto;
    text-align: center;
   }
#index .wn1 .log_box{
    width: 70%;
    max-width: 360px;
    margin: 0 auto 50px auto;
    text-align: center;
   }
#index .wn1 .log_box .textbox {
  width: 100%;
  padding: 3px 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.btn-log {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #132052;
  font-size: 20px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: normal;
  padding: 12px 22px 10px 22px;
  transition: .4s;
  line-height:1.5;
    background-color: #132052;
}

.btn-log:hover {
  background-color: #354484;
  border-color: #354484;
  color: #fff !important;
  text-decoration: none !important;
}
#index .txt_box .title {
font-size: 22px;
font-weight: 600;
   }
#index .txt_box p {
font-size: 18px;
}
#index .txt_box .tel {
font-size: 33px;
    word-wrap: break-word;
   }

@media only screen and (max-width: 768px) {
#index .wn1{
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
   }
#index .wn1 .log_box{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px auto;
   }
.btn-log {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  }
#index .txt_box .title {
font-size: 18px;
   }
#index .txt_box p {
font-size: 15px;
}
#index .txt_box .tel {
font-size: 26px;
   }
}


/* -------------------------------
	トップページ
-------------------------------- */
#index #mainSlide{
margin-bottom:50px
}
#index #mainSlide img{
width:100%;
margin-bottom:15px
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px) {
    #index #mainSlide{
margin-bottom:30px
}
#index #mainSlide img{
width:100%;
margin-bottom:15px
}
}

/* テンプレート */
#index .main{
    margin: 0 auto 0 auto;
    max-width: 1800px;
    width:90%;
}
#index .main .st1{
    font-size: 26px;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    color: #000;
}
#index .st2{
    font-size: 30px;

    padding: 0;
    border: none;
    font-weight: 400;
    text-align: center;
    color: #000;
}

@media only screen and (max-width: 768px) {
#index .main .st1{
    font-size: 20px;
}
#index .st2{
    font-size: 24px;
}
}

/* 最新情報 */
#index .wn_mi{
    display: flex;
    margin: 0 0 25px 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
#index .wn{
    display: flex;
    margin: 0 0 0 0;
}
#index .wn_le{
    width: 100%;
    margin: 0 30px 0 0;
}
#index .wn_ri{
    width: 100%;
    margin: 0 0 0 30px;
}
#index .wnf {
 padding:25px 0 10px 0;
 margin:0;
border-top:1px solid #e0e0e0;
display: flex;
flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#index .wnf:first-of-type {
border-bottom:none;
}
#index .wnf .day2 {
padding:0;
margin:0;
font-weight:400;
font-size: 16px;
width: 10%;
min-width: 170px;
color: #858585;
}

#index .wnf a {
  background-image: linear-gradient(
    to right,
    #1f91c1,
    #1f91c1 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

#index .wnf a:before{
  content: '';
  background: #1f91c1;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

#index .wnf a:hover {
 background-position: 0;
}

#index .wnf a:hover::before{
  width: 100%;
}

@media only screen and (max-width: 1500px) {
#index .wn_le{
    margin: 0 1.5vw 0 0;
}
#index .wn_ri{
    margin: 0 0 0 1.5vw;
}
}

@media only screen and (max-width: 1000px) {
#index .wn{
    display: block;
    margin: 0 0 0 0;
}
#index .wn_le{
    width: 100%;
    margin: 0 ;
}
#index .wn_ri{
    width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 768px) {
#index .wn_mi{
    margin: 0 0 10px 0;
    align-items: center;
}
#index .wnf {
 padding:15px 0 5px 0;
display: block;
}
#index .wnf .day2 {
font-size: 15px;
width: 100%;
min-width: 100%;
}
}

/* リンク */
#index .patient_all {
  margin:70px 0 30px 0;
}
#index .wn6_all{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
   }
#index .wn6b {
    width: 27%;
background-color: #f8f8f8;
    padding: 32px;
   }
#index .wn6b p {
font-size: 18px;
    line-height: 1.7;
   }
#index .wn6b .title {
font-size: 22px;
   }
#index .wn6b .tel {
font-size: 33px;
    word-wrap: break-word;
   }
#index .wn6b .ml {
font-size: 20px;
    word-wrap: break-word;
   }
#index .wn6b .ml a {
    color: #000;
   }
#index .wn6{
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
   }
#index .wn6 .cl{
    margin: 0 ;
    width: 48%;
    margin-bottom: 2.5vw;
    
}

@media only screen and (max-width: 1200px) {
#index .wn6 .cl{
    width: 48.5%;
}
}

@media only screen and (max-width: 768px) {
 #index .patient_all {
  margin:25px 0 40px 0;
}
#index .wn6_all{
    display: block;
   }
#index .wn6b {
    width: 100%;
    padding: 20px;
   }
#index .wn6b p {
font-size: 16px;
    line-height: 1.7;
   }
#index .wn6b .title {
font-size: 18px;
   }
#index .wn6b .tel {
font-size: 26px;
   }
#index .wn6b .ml {
font-size: 20px;
   }
#index .wn6{
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
   }
#index .wn6 .cl{
    width: 45%;
    margin-bottom: 4vw;
}
#index .p-card2__title {
    padding: 0px 5px 0 5px;
}
}


/* バナー */
#index .bn_all {
 background-color: #fff;
  padding:50px 0 40px 0;
    border-top: 1px solid #cccccc;
    margin: 0 auto;
}
#index .wn7{
    width: 100%;
    max-width: 1480px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
   }
#index .wn7 .cl{
    margin: 0 1vw;
    width: 100%;
    max-width: 330px;
}
/*#index .wn7 .cl img{
    width: auto;
    max-width: 330px;
}*/

@media only screen and (max-width: 1200px) {
#index .wn7 .cl{
    width: 48.5%;
}
}

@media only screen and (max-width: 768px) {
 #index .bn_all {
  padding:25px 0 10px 0;
}
#index .wn7{
    justify-content: space-around;
    flex-wrap: wrap;
   }
#index .wn7 .cl{
    width: 45%;
    max-width: 45%;
}
 #index .bn_all p {
  font-size: 14px;
     line-height: 1.4;
}
}


/* -----------------------------------------------------------------------------
	最新情報
-------------------------------- */
#news .main_v3 {
  background: url(../images/news/main.jpg) right;
}
#news .wn {
width: 100%;
    margin: 100px 0 0px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#news .wn_l {
width:80%;
margin-right: 70px;
}
#news .wn_l .mi02 {
padding:0;
margin:0 0 60px 0;
border:none;
}
#news .wn_l .wnf {
 padding:25px 0 10px 0;
 margin:0;
border-top:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0;
display: flex;
flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#news .wn_l .wnf:first-of-type {
border-bottom:none;
}
#news .wnf .day2 {
padding:0;
margin:0;
font-weight:400;
font-size: 16px;
width: 10%;
min-width: 170px;
}

#news .wn_l a {
  background-image: linear-gradient(
    to right,
    #1f91c1,
    #1f91c1 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

#news .wn_l a:before{
  content: '';
  background: #1f91c1;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

#news .wn_l a:hover {
 background-position: 0;
}

#news .wn_l a:hover::before{
  width: 100%;
}

#news .wn_r {
    width: 15%;
    margin: -30px 0 0 0;
}
#news .wn_r .wn_r_box {
 padding:20px 0 10px 0;
 margin:0 0 30px 0;
border-top:3px solid #303d6e;
}
#news .l_t {
    font-size: 18px;
    font-weight: 500;
}
#news .wn_r .wn_r_box a {
 color:#000;
transition: .2s;
}
#news .wn_r .wn_r_box a:hover {
 color:#999;
}

@media only screen and (max-width: 768px) {
#news .main_v3 {
  background-size:cover;
}
#news .news_navi  {
  margin: 40px 0 0px 0;
  text-align:left;
  width:100%;
 }
#news .news_navi .btn-group{
width:100% !important;
}
#news .wn {
 margin:60px 0 40px 0;
}
#news .wn_l {
width:100%;
margin-right: 0px;
}
#news .wn_l .wnf {
 padding:15px 0 5px 0;
display: block;
}
#news .wnf .day2 {
font-size: 15px;
width: 100%;
min-width: 100%;
}
#news .wn_r {
display: none;
}

 }



/* ----------------------------------------------------------------------------------------------------------------------------
	最新情報　詳細
-------------------------------- */
#news .wn2 {
width:100%;
margin:80px 0 80px 0;
padding:0;
}

#news .wn2 .wn_box {
border-bottom:1px solid #e5e5e5;
margin:0 0 30px 0;
padding:0;
}
#news .day {
line-height:1!important;
padding:0;
margin:0 0 15px 0;
font-size: 14px;
}
#news h3 {
padding:0 0 25px 0;
margin:0 0 5px 0;
font-size: 22px;
font-weight: 400;
color: #021664;
    border-bottom:1px solid #b2b2b2;
}
#news .wbox {
    display: flex;
    margin: 0 0 20px 0;
    text-align: left;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}
#news .lbox {
background-color: #fed000;
color: #000;
padding:5px 15px 4px 15px;
margin:0 30px 0 0;
/*white-space: nowrap;*/
text-align: center;
width: 15%;
min-width: 120px;
    line-height: 1.5;
}
#news .rbox {
padding:0;
width: 85%;
}
#news .wn2 img {
width:100%;
text-align:center;
margin:0 auto 10px auto;
}
.wbox02 {
    text-align: center;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding: 30px 0;
}
.wbox02 a {
    font-size: 14px;
    color: #000;
    transition: .2s;
}
.wbox02 a:hover {
    color: #999;
}

@media only screen and (max-width: 1000px) {
#news .wbox {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}
#news .lbox {
margin:0 0 10px 0;
text-align: left;
display: inline-block;
width: auto;
min-width: auto;
}
#news .rbox {
padding:0;
width:100%;
}  
}

@media only screen and (max-width: 768px) {
#news h3 {
font-size: 18px;
padding:0 0 15px 0;
margin:0 0 5px 0;
font-weight: 500;
}
#news .wn2 {
margin:40px 0 40px 0;
}
#news .day {
margin:0 0 10px 0;
}
#news .wn2 .txtbox {
text-align:left;
    margin-top: 30px;
}
/*#news .wn2 img {
margin:0 auto!important;
}*/
#news .wbox:last-child {
    margin: 0;
}
.wbox02 {
    padding: 15px 0;
}
}


/* -------------------------------
	報告
-------------------------------- */
#report .main_v3 {
  background: url(../images/report/main.jpg) no-repeat top center #fff;
}
#report .wn {
width: 100%;
    margin: 100px 0 100px 0;
}
#report .pdf {
 padding:0 0 15px 34px;
 margin:15px 0 0 0;
 background:  url("../images/common/pdf.png") no-repeat left top;
border-bottom:1px solid #e5e5e5;
}
#report .pdf a:link { color: #1170cf !important; }
#report .pdf a:visited { color: #1170cf !important; }
#report .pdf a:hover { color: #999999; text-decoration:underline !important; }
#report .pdf a:active { color: #999999; text-decoration:underline !important; }


@media only screen and (max-width: 768px) {
#report .main_v3 {
  background: url(../images/report/main.jpg) no-repeat top center #fff;
  background-size:cover;
}
#report .wn {
 margin:30px 0 40px 0;
}
}

/* -------------------------------
	規約
-------------------------------- */
#kiyaku .main_v3 {
  background: url(../images/kiyaku/main.jpg) no-repeat top center #fff;
}
#kiyaku .wn {
width: 100%;
    margin: 100px 0 100px 0;
}
#kiyaku .nb {
margin:0;
padding:0;
font-weight:bold;
}

@media only screen and (max-width: 768px) {
#kiyaku .main_v3 {
  background: url(../images/kiyaku/main.jpg) no-repeat top center #fff;
  background-size:cover;
}
#kiyaku .wn {
 margin:30px 0 40px 0;
}
#kiyaku .nb {
line-height:1.4;
margin:0;
padding:0;
font-weight:bold;
}
}

/* -------------------------------
	役員名簿
-------------------------------- */
#board .main_v3 {
  background: url(../images/board/main.jpg) no-repeat top center #fff;
}
#board .wn {
width: 100%;
    margin: 100px 0 100px 0;
    text-align: center;
}
#board .nb {
margin:0;
padding:0;
font-weight:bold;
}
#board .wn .card_box1c {
    background: #eff3f7;
    }

@media only screen and (max-width: 768px) {
#board .main_v3 {
  background: url(../images/board/main.jpg) no-repeat top center #fff;
  background-size:cover;
}
#board .wn {
 margin:30px 0 40px 0;
}
#board .nb {
line-height:1.4;
margin:0;
padding:0;
font-weight:bold;
}
}



/* -------------------------------
	名簿_WP
-------------------------------- */
#meibo_wp .main_v3 {
  background: url(../images/meibo/main.jpg) no-repeat top center #fff;
}
#meibo_wp .wn {
width: 100%;
    margin: 100px 0 100px 0;
    text-align: left;
}
#meibo_wp .fm {
text-align:right;
margin-bottom:30px;
}
#meibo_wp .form-control {
border:2px solid #e5e5e5;
vertical-align:middle;
width:20em;
height:3em;
margin:-8px 0 0 0;
}
#meibo_wp .fm .btn{
padding:15px 30px 10px 30px;
line-height:1;
}

#meibo_wp .table_container{
   width: 100%!important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#meibo_wp .table_container a:link { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .table_container a:visited { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .table_container a:hover { color: #61a8ee !important; text-decoration:none !important; }
#meibo_wp .table_container a:active { color: #61a8ee !important; text-decoration:none !important; }

#meibo_wp .table_container .table_cl{
width:100%;
min-width:768px;
border:1px solid #bababa!important; 
border-collapse:collapse;
}
#meibo_wp .table_cl th {
border: 1px #bababa solid!important;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
font-size:16px!important;
font-weight:normal;
}
#meibo_wp .table_cl td {
font-size:16px!important;
border: 1px #bababa solid!important;
padding: 10px 20px 10px 20px;
line-height:1.7!important;
}
#meibo_wp .midashi {
background-color:#303d6e!important;
color: #FFF;
}
#meibo_wp .cl1 {
font-size:16px!important;
background-color:#fafafa;
text-align:left;
vertical-align:middle;
}
#meibo_wp .cl2 {
font-size:16px!important;
background-color:#fff;
text-align:left;
vertical-align:middle;
}

#meibo_wp .mi02 {
    padding: 31px 0 0 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 22px;
    line-height: 1.33;
    color: #021664;
    font-weight: 400;
    /* margin-bottom: 50px; */
}

#meibo_wp .table_container2{
   width: 100%!important;
}

#meibo_wp .table_container2 .table_cl{
width:100%;
border:1px solid #e5e5e5!important; 
border-collapse:collapse;
}

#meibo_wp .table_container2 .table_cl th {
border: 1px #e5e5e5 solid!important;
padding: 10px 20px;
text-align: left;
vertical-align: middle;
font-size:16px!important;
font-weight:normal;
}
#meibo_wp .table_container2 .table_cl td {
font-size:16px!important;
border: 1px #e5e5e5 solid!important;
padding: 10px 20px 10px 20px;
line-height:1.7!important;
}

#meibo_wp .table_container2 .table_cl .cl1 {
font-size:16px!important;
background-color:#f3f9fa;
text-align:left;
vertical-align:middle;
width:20%;
}
#meibo_wp .table_container2 .table_cl .cl2 {
font-size:16px!important;
background-color:#fff;
text-align:left;
vertical-align:middle;
}

#meibo_wp .table_container2 a:link { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .table_container2 a:visited { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .table_container2 a:hover { color: #61a8ee !important; text-decoration:none !important; }
#meibo_wp .table_container2 a:active { color: #61a8ee !important; text-decoration:none !important; }

#meibo_wp .wpac a:link { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .wpac a:visited { color: #1170cf !important; text-decoration:underline !important; }
#meibo_wp .wpac a:hover { color: #61a8ee !important; text-decoration:underline !important; }
#meibo_wp .wpac a:active { color: #61a8ee !important; text-decoration:underline !important; }

#meibo_wp .btn-border {
    border: 1px solid #bababa;
    font-size: 16px;
    color: #000000;
   }
#meibo_wp .btn-border:hover {
    background-color: #e0e0e0;
    border-color: #bababa;
    color: #000 !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
#meibo_wp .main_v3 {
  background: url(../images/meibo/main.jpg) no-repeat top center #fff;
  background-size:100%;
}
#meibo_wp .wn {
 margin:30px 0 40px 0;
}
#meibo_wp .form-group{
margin:0 0 10px 0; padding:0;}
#meibo_wp .form-control {
width:100%;
height:3em;
margin:0;
}
#meibo_wp .fm .btn{
display:block;
width:100%;
padding:15px 30px 10px 30px;
line-height:1;
}

#meibo_wp .name {
font-size:20px!important;
}
#meibo_wp .name span {
font-size:16px!important;
}

#meibo_wp .table_container2{
   width: 100%!important;
}
#meibo_wp .table_container2 .table_cl{
width:100%;
}
#meibo_wp .table_container2 .table_cl th {
display:block;
font-weight:bold;
}
#meibo_wp .table_container2 .table_cl td {
display:block;
}
#meibo_wp .table_container2 .table_cl .cl1 {
width:100%;
}
}

/* -------------------------------
	年表
-------------------------------- */
#timeline .main_v3 {
  background: url(../images/timeline/main.jpg) no-repeat top center #fff;
}
#timeline .wn {
width: 100%;
    margin: 100px 0 100px 0;
    text-align: left;
}
#timeline .table_container{
   width: 100%!important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#timeline a:link { color: #000000 !important; text-decoration:underline !important; }
#timeline a:visited { color: #000000 !important; text-decoration:underline !important; }
#timeline a:hover { color: #a4a4a4 !important; text-decoration:none !important; }
#timeline a:active { color: #a4a4a4 !important; text-decoration:none !important; }

#timeline .table_container .table_cl{
width:100%;
min-width:768px;
border:1px solid #bababa!important; 
border-collapse:collapse;
}
#timeline .table_cl th {
border: 1px #bababa solid!important;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
font-size:16px!important;
font-weight:normal;
}

#timeline .table_cl td {
font-size:16px!important;
border: 1px #bababa solid!important;
padding: 10px 20px 10px 20px;
line-height:1.7!important;
}
#timeline .midashi {
background-color:#303d6e!important;
color: #FFF;
    position: sticky;
  top: 0;
}
#timeline .cl1 {
font-size:16px!important;
background-color:#ffffff;
text-align:left;
vertical-align:middle;
}
#timeline .cl2 {
font-size:16px!important;
background-color:#f2f4fa;
text-align:left;
vertical-align:middle;
}

@media only screen and (max-width: 768px) {
#timeline .main_v3 {
  background: url(../images/timeline/main.jpg) no-repeat top center #fff;
  background-size:cover;
}
#timeline .wn {
 margin:30px 0 40px 0;
}
}

#timeline .table_container hr {
    border-color: #bcbcbc!important;
    margin: 10px 0;
}

/* -------------------------------
	歴史
-------------------------------- */
#history .main_v3 {
  background: url(../images/history/main.jpg) no-repeat top center #fff;
    background-size:cover;
}
#history .alignright {
  float: right;
    margin: 0 0 60px 40px;
}
#history .alignleft {
  float: left;
    margin: 0 60px 40px 0;
}
#history .img4 {
  width: 20%;
}

@media only screen and (max-width: 768px) {
#history .main_v3 {
  background: url(../images/history/main.jpg) no-repeat top center #fff;
  background-size:cover;
}
#history .alignright {
  float: right;
    margin: 0 0 20px 20px;
}
#history .alignleft {
  float: left;
    margin: 0 20px 20px 0;
}
#history .img1 {
  width: 35%;
}
#history .img2 {
  width: 50%;
}
#history .img3 {
  width: 80%;
    display: block;
    margin:20px auto 40px auto;
    padding: 0 10%;
}
#history .img4 {
  width: 50%;
}
}

/* -------------------------------
	テーブル
-------------------------------- */
.table_container{
  width: 100%!important;
  overflow: auto;
}

.table_ot{
width:100%;
border:1px solid #e5e5e5; border-collapse:collapse;
}
.table_ot th {
border: 1px #e5e5e5 solid!important;
background-color: #83c3cd;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
color:#fff;
font-size:16px!important;
}
.table_ot td {
font-size:16px!important;
border: 1px #e5e5e5 solid!important;
padding: 10px;
}

@media only screen and (max-width: 768px) {
.table_container{
  width: 100%!important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_ot{
width:768px;
}
.table_ot th {
padding: 5px 5px;
font-size:15px!important;
}
.table_ot td {
font-size:15px!important;
padding: 5px;
text-align: left;
}
}

