/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2022 | 17:31:50 */
/*投稿ページ（NEWS）*/

.entry-title{
  font-size: 30px;
}

.entry-meta{
  display: none;
}

div.entry-content > p {
  line-height: 35px;
}

.entry-footer{
   display: none;
}

.navigation.post-navigation{
   display: none;
}

#comments{
   display: none;
}

/*フッター　FBアイコン*/
#fb_icon{
  position: relative;
}

#fb_icon:before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(https://shimizu-ganka.site/wp-content/uploads/2022/06/FB.svg) no-repeat;
  background-size: contain;
  top: 12px;
}

@media screen and (max-width:767.98px) {
  #fb_icon:before{
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .top-footer{
    padding-bottom:80px;
  }
}

/*オルソケラトロジー*/
.ort_eye_img{
  margin-bottom:60px;
}

.ort_detail_text{
  margin-bottom:0 !important;
}

.table-scroll {
  overflow: auto;
  /*スクロールさせる*/
  white-space: nowrap;
  /*文字の折り返しを禁止*/
  width: auto;
  /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}
/* 以下、スクロールバーを追加 */

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #333;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
/* 以下、tableの指定 */

.table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #5B9AC0 solid 1px;
  border-left: #5B9AC0 solid 1px;
}

.tr_middle {
  background-color: #056EAF;
}

.td_middle {
  color: #fff;
  text-align: center;
}

.tr_ort {
  background-color: #C3E1F0;
}

.table-scroll table th,
.table-scroll table td {
  padding: 10px 15px;
  font-weight: normal;
  border-right: #5B9AC0 solid 1px;
  border-bottom: #5B9AC0 solid 1px;
  font-size: 16px;
  line-height: 24px;
}

.table-scroll table th {
  text-align: left;
}

.ort_video{
  width:50%;
  margin-bottom:60px;
}

.ort_video_txt{
  color:#056EAF;
}

@media screen and (max-width:767.98px) {
  .ort_eye_img{
    margin-bottom:30px;
  }
  
  .ort_video{
    width:100%;
    margin-bottom:30px;
  }
}