@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}



.c-anounce {
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background-color: #ccc;
}
.c-anounceInner {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}
.c-anounceTxtBlock {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .12em;
  text-align: center;
}
.c-anounceClinicLogo {
  margin: 50px auto 0;
  width: 300px;
}
@media screen and (max-width: 768px){
  .c-anounceInner {
    max-width: 345px;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 0 15px;
  }
  .c-anounceTxtBlock {
    font-size: 14px;
  }
  .c-anounceClinicLogo {
    margin: 36px auto 0;
    width: 200px;
  }
}

/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}
