/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  width: 100%;
  position: relative;
  color: #333;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
/* layout */
#contents {
  width: 100%;
  padding-top: 60px;
}
#main_col {
  padding: 0 20px 20px;
}
#left_col {
}
#right_col {
  margin-top: 20px;
}
#side_col {
  margin: 0px;
  padding: 25px 20px;
}
.no_side #main_col {
}
#right_col .side_widget:last-child {
  margin: 0;
}
/* headline */
.headline1 {
  margin: 0;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-left: 7px solid #adb8bf;
  font-size: 18px;
  /*background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/headline1.gif) repeat-x left bottom;*/
}
.archive_headline {
  margin: 0 0 20px -20px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.headline2 {
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  font-size: 15px;
  /*background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/headline1.gif) repeat-x left bottom;*/
}
/* mobile banner */
#mobile_banner_top {
  padding: 15px;
  text-align: center;
  background: #fff;
}
#mobile_banner_top img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
#mobile_banner_bottom {
  padding: 0 0 30px;
  text-align: center;
}
#mobile_banner_bottom img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#index_featured_post {
  margin: 0 0 25px -20px;
  width: calc(100% + 40px);
}
#main_slider {
  position: relative;
  width: 100%;
  background: none;
  padding: 0;
  margin-bottom: 15px;
}
#main_slider img {
  width: 100%;
  height: auto;
  display: block;
}
#main_slider img:hover img {
  opacity: 0.7;
}
#main_slider .caption {
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 90%;
  line-height: 50px;
  padding: 0 5%;
  color: #fff;
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  text-decoration: none;
  text-align: center;
}
#sub_slider {
  display: none;
}
/* recent post */
#index_recent_post {
  margin: 0 0 15px 0;
}
#index_recent_post ul {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
#index_recent_post li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
}
#index_recent_post .image {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
#index_recent_post .image img {
  width: 100%;
  height: auto;
  display: block;
}
#index_recent_post .image:hover img {
  opacity: 0.5;
}
#index_recent_post .info {
  float: left;
  width: 65%;
  margin: 0;
}
#index_recent_post .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 16px;
}
#index_recent_post .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
}
#index_recent_post .title a {
  text-decoration: none;
  display: block;
}
#index_recent_post .title a:hover {
  text-decoration: underline;
}
.blog_archive_link {
  text-align: center;
}
.blog_archive_link a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin: 20px auto 10px;
}
/* PR post */
#index_pr_post {
  margin: 0 0 15px 0;
}
#index_pr_post .headline1 {
  border-left: 5px solid #d9d900;
}
#index_pr_post ul {
  margin: 0;
}
#index_pr_post ul li {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/dot1.gif) repeat-x left bottom;
  padding: 10px 0;
  font-size: 14px;
}
#index_pr_post a {
  text-decoration: none;
  color: #333;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_yellow.gif) no-repeat left 5px;
  padding: 0 0 0 12px;
  display: block;
}
#index_pr_post a:hover {
  text-decoration: underline;
  color: #9a9a00;
}
#index_pr_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* category post */
.index_category_post {
  margin: 0 0 20px 0;
  background: #f9f9f9;
}
.index_category_post .post1 {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
  margin: 0;
}
.index_category_post .post1 .image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.index_category_post .post1 .image:hover img {
  opacity: 0.5;
}
.index_category_post .post1 .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 10px;
}
.index_category_post .post1 .title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
}
.index_category_post .post1 .title a {
  text-decoration: none;
  display: block;
}
.index_category_post .post1 .title a:hover {
  text-decoration: underline;
}
.index_category_post .excerpt {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 12px;
}
.index_category_post .post2 {
  margin: 0;
  padding: 0;
}
.index_category_post .post2 li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
}
.index_category_post .post2 .image {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
.index_category_post .post2 .image img {
  width: 100%;
  height: auto;
  display: block;
}
.index_category_post .post2 .image:hover img {
  opacity: 0.5;
}
.index_category_post .post2 .info {
  float: left;
  width: 65%;
  margin: 0;
}
.index_category_post .post2 .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 10px;
}
.index_category_post .post2 .title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 160%;
}
.index_category_post .post2 .title a {
  text-decoration: none;
  display: block;
}
.index_category_post .post2 .title a:hover {
  text-decoration: underline;
}
.headline1 a {
  float: right;
  font-size: 11px;
  /*background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow1.png) no-repeat left 15px;*/
  text-decoration: none;
  color: #999;
  padding: 0 0 0 12px;
}
/* ranking post */
#index_ranking_post {
  margin: 0 0 20px 0;
}
#index_ranking_post .headline1 {
  border-left: 5px solid #865fac;
}
#index_ranking_post ul {
  margin: 0;
}
#index_ranking_post ul li {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/dot1.gif) repeat-x left bottom;
  padding: 10px 0;
  font-size: 12px;
}
#index_ranking_post span {
  width: 60px;
  font-weight: bold;
  color: #865fac;
  display: block;
  font-size: 12px;
}
#index_ranking_post a {
  text-decoration: none;
  color: #333;
  display: block;
}
#index_ranking_post a:hover {
  text-decoration: underline;
  color: #865fac;
}
#index_ranking_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* bottom banner */
#index_bottom_banner {
  margin: 40px 0 20px 0;
  text-align: center;
}
#index_bottom_banner li {
  margin: 0 0 10px 0;
}
#index_bottom_banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_color {
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.8);
  height: 60px;
}
#header_wrap {
  
}
#header {
  position: relative;
  margin: 0 auto;
}
#description {
  display: none;
}
#header_menu_area {
  display: none;
}
.search_area {
  display: none;
}
/* logo */
#logo {
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 5px;
}
.home #logo {
  top: 14px;
}
#logo img {
  height: 32px;
  vertical-align: bottom;
}
#logo_text, #logo_image {
  float: left;
  margin: 8px 10px 10px;
  font-size: 21px;
  line-height: 140%;
}
#logo_text a, #logo_image a {
  text-decoration: none;
}
#logo_text a:hover, #logo_image a:hover {
  text-decoration: underline;
}
#logo_image_mobile {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-left: 15px;
}
#logo_image_mobile a {
  display: inline-block;
  height: 20px;
  margin: 0;
}
#logo_image_mobile img {
  width: auto;
  max-height: 100%;
}
/* social link */
#header_menu_area {
  margin: 0;
  position: absolute;
  right: 80px;
  top: 12px;
}
.social_link {
  margin: 0;
}
.social_link li {
  float: left;
  margin: 0 0 0 5px;
}
.social_link li a {
  display: block;
  width: 22px;
  height: 22px;
  text-decoration: none;
}
.social_link li.rss a {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_rss.png) no-repeat left top;
}
.social_link li.twitter a {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_twitter.png) no-repeat left top;
}
.social_link li.facebook a {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_facebook.png) no-repeat left top;
}
.social_link li a:hover {
  background-position: left bottom;
}
/* news ticker */
#news_ticker {
  display: none;
}
/* global menu */
.menu_button:before {
  font-family: FontAwesome;
  color: #888;
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: '\f0c9';
  text-align: center;
}
.menu_button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  display: block;
  font-size: 11px;
  color: #333;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-decoration: none;
}
.menu_button.active:before {
  color: #fff;
}
.menu_button.active {
  background: #333;
}
#global_menu_sp {
  visibility: hidden;
  clear: both;
  width: 100%;
  margin: 0;
  top: 60px;
  position: absolute;
  box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  z-index: 2001;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
}
#global_menu_sp ul {
  margin: 0;
}
#global_menu_sp ul li {
  position: relative;
}
#global_menu_sp nav > ul > li > a,
#global_menu_sp nav > ul > li > span {
  color: #fff;
}
#global_menu_sp a {
  display: block;
  border: 1px solid #fff;
  margin: 0 0 -1px 0;
  padding: 15px 10px 15px 32px;
  line-height: 1.3;
  text-decoration: none;
  background: #cecccc;
}
#global_menu_sp a:hover {
  background-color: #eee !important;
  color: #333;
}
#global_menu_sp .closeBtn {
  border: 1px solid #fff;
  margin: 0 0 -1px 0;
  padding: 0 10px 0 32px;
  line-height: 40px;
  text-decoration: none;
  background: rgba(206,204,204,0.9);
  text-align: center;
}
#global_menu_sp .closeBtn i {
  margin-right: 10px;
}
#global_menu_sp .sub-menu {
  display: none;
}
#global_menu_sp .sub-menu a {
  padding-left: 48px;
  background-color: rgba(241,241,241,0.9);
}
#global_menu_sp .sub-menu li > .sub-menu a {
  padding-left: 64px;
  background-color: rgba(255,255,255,0.9);
}
#global_menu_sp .sub-menu li > .sub-menu li > .sub-menu a {
  padding-left: 80px;
  background: #e6e6e6;
}
#global_menu_sp .sub-menu a:hover {
  background-color: #eee !important;
  color: #333;
}
.menu-item-has-children .toggleIcon {
  position: absolute;
  right: 2px;
  z-index: 1000;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 40px;
  height: 40px;
  top: 6px;
}
.menu-item-has-children .toggleIcon:before {
  content: "\f055";
  font-family: FontAwesome;
  top: 7px;
  position: relative;
}
.menu-item-has-children .toggleIcon.close:before {
  content: "\f056";
  font-family: FontAwesome;
}

/* banner */
#header_banner {
  display: none;
}
/* bread crumb */
#bread_crumb {
  margin: 0 0 0 -20px;
  padding: 12px 20px;
  width: 100%;
  background: #eee;
}
/*#bread_crumb li { float:left; font-size:10px; background:url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow3.gif) no-repeat right; padding:0 15px 0 0; margin:0 10px 0 0; }
#bread_crumb li.last { background:none; margin:0; padding:0; }
#bread_crumb li a { text-decoration:none; display:inline-block; }*/
#bread_crumb li.home a {
  float: left;
  height: 15px;
  width: 0px;
  line-height: 15px;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bread_crumb li.home a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#bread_crumb li.home a:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 11px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after {
  display: none;
}
#bread_crumb li.home a:before {
  content: '\e90c';
}
#bread_crumb li.home a:hover:before {
  color: #fff;
}
#bread_crumb li {
  color: #000;
  font-size: 10px;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  line-height: 160%;
  position: relative;
}
#bread_crumb li:after {
  font-family: 'design_plus';
  content: '\e910';
  color: #333;
  font-size: 9px;
  display: block;
  position: absolute;
  left: -20px;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a {
  color: #000;
  text-decoration: none;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title {
  overflow: hidden;
  margin: 0 0 0 -20px;
  width: calc(100% + 40px);
}
#single_title h2 {
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: #aaa;
  color: #fff;
  padding: 0 20px;
}
#single_meta {
  margin: 0;
  padding: 3px 15px;
  font-size: 10px;
  overflow: hidden;
}
#single_meta li {
  float: left;
  padding: 8px 0;
  margin: 0 15px 0 0;
  line-height: 100%;
}
#single_meta li.post_category {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_category.png) no-repeat left 7px;
  padding-left: 16px;
}
#single_meta li.post_tag {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_tag.png) no-repeat left 7px;
  padding-left: 16px;
}
#single_meta li.post_comment {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_comment.png) no-repeat left 7px;
  padding-left: 18px;
}
#single_meta li.post_author {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_author.png) no-repeat left 7px;
  padding-left: 18px;
}
#single_meta li a {
  text-decoration: none;
}
#news_title {
  border: 1px solid #ccc;
  overflow: hidden;
}
#news_title h2 {
  margin: 0;
  font-size: 16px;
  background: #ccc;
  color: #fff;
  padding: 10px 15px;
  line-height: 180%;
}
#news_title p {
  margin: 0 15px;
  font-size: 12px;
  overflow: hidden;
}
.post {
  padding: 15px 0 10px;
}
.post_image {
  text-align: center;
  margin: -10px 0 15px -20px;
  width: calc(100% + 40px);
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #333;
  color: #fff;
}
/* bookmark */
.post .bookmark2 {
  clear: both;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.post .bookmark2 li {
  background: none;
  padding: 0;
  float: left;
  margin: 0 0 0 10px;
}
/* banner */
#single_banner1 {
  text-align: center;
  margin: -5px 0 15px 0;
}
#single_banner2 {
  clear: both;
  text-align: center;
  padding: 10px 0 10px 0;
}
/* author information */
#single_author {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  padding: 15px 15px 2px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  position: relative;
}
#single_author_avatar {
}
#single_author_avatar img {
  width: 70px;
  height: 70px;
  display: block;
  border: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
  float: none;
}
#single_author_meta {
  width: 100%;
  text-align: center;
}
#single_author_name {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 160%;
}
#single_author_name a {
  text-decoration: none;
}
#single_author_name2 {
  margin: 0;
  font-size: 10px;
  display: block;
}
#single_author_link {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  background: #e8e8e8;
  padding: 5px 25px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto 15px;
  display: inline-block;
}
#single_author_link:hover {
  color: #fff;
}
#single_author_desc {
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 12px;
  border-top: 1px dotted #ccc;
  text-align: left;
}
#single_author_desc p {
  margin: 0 0 10px 0;
}
.author_social_link li {
  float: none;
  display: inline-block;
  margin: 0;
}
/* author post */
#single_author_post {
  margin: 0 0 20px 0;
}
#single_author_post ul {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
#single_author_post li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
}
#single_author_post ul li li {
  border: none;
  padding: 0;
  margin: 0 0 7px 0;
  float: left;
  font-size: 11px;
  line-height: 110%;
}
#single_author_post ul li li.date {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}
#single_author_post .image {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
#single_author_post .image img {
  width: 100%;
  height: auto;
  display: block;
}
#single_author_post .image:hover img {
  opacity: 0.5;
}
#single_author_post .info {
  float: left;
  width: 65%;
  margin: 0;
}
#single_author_post .title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 160%;
}
#single_author_post .title a {
  text-decoration: none;
  display: block;
}
#single_author_post .title a:hover {
  text-decoration: underline;
}
/* related post */
#related_post {
  margin: 0 0 20px 0;
}
#related_post ul {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
#related_post li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
}
#related_post .image {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
#related_post .image img {
  width: 100%;
  height: auto;
  display: block;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .title {
  float: left;
  width: 65%;
  margin: 0;
  font-size: 13px;
  line-height: 160%;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
#related_post .title a:hover {
  text-decoration: underline;
}
/* next prev post link */
/*#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_left.png) no-repeat 3% 16px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#eee url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_right.png) no-repeat right 3% top 16px; }
#previous_next_post a:hover { color:#fff; }*/
#previous_next_post {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  font-size: 12px;
}
#previous_next_post p {
  display: block;
  width: calc(50% - 2px);
  border: solid 1px #ddd;
  text-align: center;
  float: none;
}
#previous_next_post p:empty {
  border: none;
}
#previous_next_post p a {
  color: #000;
  display: block;
  height: 50px;
  line-height: 50px;
  background: none;
  width: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#previous_next_post p a:before {
  font-family: 'design_plus';
  color: #ccc;
  font-size: 14px;
  display: inline;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#previous_next_post #next_post {
  margin-left: -1px;
}
#previous_next_post #previous_post a:before {
  content: '\e90f';
  top: 0px;
  left: 10px;
}
#previous_next_post #next_post a:before {
  content: '\e910';
  top: 0px;
  right: 10px;
}
/* comment box-sizing: content-box;縲*/
#comment_header {
  margin: 0;
}
#comment_header_right {
  float: none;
  position: relative;
  margin: 0;
}
#comment_header_right li {
  float: none;
}
#comment_header_right li a, #comment_header_right li p {
  width: calc(50% - 2px);
  margin: 0 0 -1px 0;
  float: right;
}
#comment_header_right li:nth-child(even) a, #comment_header_right li:nth-child(even) p {
  border-right: none;
  width: calc(50% - 1px);
}
.comment-meta {
  margin: 0 0 10px 0;
}
.comment-meta-left {
  float: left;
  width: auto;
  min-width: 150px;
}
.comment-content {
  padding: 0;
  margin: 0;
}
#submit_comment {
  width: 100%;
}
#trackback_url_area input {
  padding: 5px 2%;
  width: 96%;
  border: none;
  background: #eee;
}
#comment_area, #trackback_area {
  margin: -1px 0 20px;
}
.comment-content .no_comment {
  padding: 0;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
#post_list {
  background: #f9f9f9;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0;
  padding: 20px;
}
#post_list li {
  border-bottom: 1px dotted #000;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
#post_list ul {
  overflow: hidden;
  margin: 0 0 5px 0;
}
#post_list ul li {
  border: none;
  padding: 0;
  margin: 0 0 7px 0;
  float: left;
  font-size: 10px;
  line-height: 110%;
}
#post_list ul li.post_date {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}
#post_list ul li.post_author {
  display: block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
}
#post_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#post_list .info {
}
#post_list .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#post_list .title a {
  display: block;
  text-decoration: none;
}
#post_list .excerpt {
  font-size: 12px;
  line-height: 160%;
  margin: 0;
}
#post_list .link {
  font-size: 12px;
  display: block;
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow1.gif) no-repeat left top;
  padding: 0 0 0 30px;
  height: 13px;
  line-height: 13px;
  margin: 0 0 20px 0;
}
#post_list .image img {
  display: block;
  margin: 0 auto 15px;
  height: auto;
  width: 100%;
}
#post_list .bookmark {
  margin: 0 0 -10px 0;
}
#post_list .bookmark li {
  border: none;
  padding: 0;
  margin: 0 5px 0 0;
  height: 30px;
}
#post_list .bookmark li.social1 {
  width: 140px;
}
/* Author page */
#author_post_list #post_list {
  border-top: none;
}
#author_profile_area {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px 15px 0;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
#author_avatar {
  float: left;
  width: 15%;
  margin: 0 5% 20px 0;
}
#author_avatar img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  padding: 0;
}
#author_meta {
}
#author_name {
  float: left;
  position: relative;
  width: 75%;
  margin: 0;
  font-size: 18px;
  line-height: 160%;
}
#author_name2 {
  margin: 0 0 0 15px;
  font-size: 12px;
}
#author_desc {
  clear: both;
  border-top: 1px dotted #aaa;
  padding: 10px 0 0 0;
  font-size: 12px;
}
/* Author list page */
#profile_author_list {
  margin: 0;
  padding: 0;
}
#profile_author_list li {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px 15px 0;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
.profile_author_avatar {
  float: left;
  width: 15%;
  margin: 0 5% 20px 0;
}
.profile_author_avatar img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  padding: 0;
}
.profile_author_meta_top {
  float: left;
  position: relative;
  width: 75%;
  margin: -2px 0 15px 0;
}
.profile_author_name {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 130%;
}
.profile_author_name2 {
  margin: 0;
  font-size: 10px;
  display: block;
}
.profile_author_link {
  color: #333;
  text-decoration: none;
  font-size: 11px;
  background: #e8e8e8 url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow_right.png) no-repeat 16px 9px;
  padding: 5px 20px 5px 30px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.profile_author_link:hover {
  color: #fff;
}
.profile_author_desc {
  clear: both;
  border-top: 1px dotted #aaa;
  padding: 5px 0 0 0;
  font-size: 12px;
}
.profile_author_desc p {
  margin: 0 0 10px 0;
}
/* page nav */
.page_navi {
  margin: 20px 0 0;
}
.page_navi h4 {
  display: none;
}
.page_navi ul {
  margin: 0;
}
.page_navi li {
  float: left;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 13px 15px;
  line-height: 100%;
  margin: 0 4px 4px 0;
  background: #999;
  display: block;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page_navi a:hover {
  color: #fff;
  background: #3F7985;
  text-decoration: none;
}
.page_navi span.dots {
  background: none;
}
.page_navi span.current {
  color: #fff;
  background: #333;
}
.page_navi p.back {
  margin: 0;
  text-align: center;
}
.page_navi p.back a, .page_navi p.back a:hover {
  display: inline-block;
  padding: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #000;
  border-radius: 0;
}
/* 404 not found */
#not_found .search_area {
  margin: 0 0 20px 0;
}
#not_found #search_input {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  width: 260px;
  height: 33px;
  position: relative;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}
#not_found .back {
  margin: 0;
  line-height: 100%;
}
#not_found .back a {
  background: url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/arrow1.gif) no-repeat left;
  padding: 0 0 0 28px;
}
/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
/* search */
/*.widget_search #search-box, .widget_search #s { width:65%; margin:0 0px 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:25%; }*/

/* search */
.widget_search label {
  display: none;
}
.widget_search #search-box, .widget_search #s, .google_search #search_input {
  width: 230px;
  height: 33px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.widget_search #search-btn input, .widget_search #searchsubmit, .google_search #search_button {
  border: none;
  float: right;
  background: #ccc url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_search.png) no-repeat center;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .google_search #search_button:hover {
  cursor: pointer;
}
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover {
  background: #ccc url(https://shinbi.clinic/wp-content/themes/eorih-media/img/common/icon_search.png) no-repeat center;
}
.google_search {
}
/* google search, search */
.google_search form, .widget_search form {
  margin: 0;
}
.google_search #search_input, .widget_search #s {
  width: calc(100% - 62px);
  margin: 0;
  border-radius: 0;
  height: 38px;
}
.google_search input#search_button, .widget_search #searchsubmit {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-color: #000;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer_wrap {
  padding: 25px 20px;
  background: #f9f9f9;
}
/* footer logo */
#footer_logo_area {
  display: none;
}
#footer_logo {
  display: none;
}
#footer_logo_text {
  display: none;
}
#footer_description {
  display: none;
}
/* widget area */
#footer_widget_wrap {
  padding: 20px 20px 0;
  background: #f2f2f2;
}
#footer_widget {
  margin: 0;
}
.footer_widget {
  margin: 0 0 30px 0;
  font-size: 16px;
  position: relative;
}
.footer_widget:last-child {
  margin: 0;
}
.footer_headline {
  font-size: 18px;
  border-bottom: 1px dotted #aaa;
  padding: 0 0 7px 0;
  margin: 0 0 12px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0 0 0 9px;
}
.footer_widget li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  width: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer_widget .sub-menu li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  background: none;
  display: inline;
}
.footer_widget a {
}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* footer menu */
#footer_menu_area {
  border-top: none;
  padding: 0;
}
#footer_menu {
  margin: 0 0 30px;
}
#footer_menu ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#footer_menu li {
  margin: 0 0 10px 0;
  text-align: center;
}
#footer_menu li a {
  text-decoration: none;
  display: block;
  border-bottom: none;
  padding: 5px 0;
  margin: 0;
}
#footer_menu li a:hover {
  color: #333;
}
/* social link */
/* SNS繝懊ち繝ｳ */
#footer_social_link {
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
  float: none;
}
#footer_social_link li {
  display: inline-block;
  margin: 0;
  position: relative;
  float: none;
}
#footer_social_link li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
}
/* copyright */
#copyright {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 10px;
  background: #000;
  margin: 0;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  text-align: center;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
.menu-item-has-children {
  position: relative;
}
.accordion-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  background-color: #000;
  text-align: center;
  border-radius: 50%;
}
.accordion-btn.is-close .fa-plus:before {
  content: "\f068";
}
.sub-menu {
  display: none;
}

#return_top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #333;
  border-radius: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  z-index: 3000;
}
/* Header full */
.page-template-page_header-full-php #contents-header {
  width: 100%;
  height: auto;
  text-align: center;
}
.page-template-page_header-full-php #contents-header img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-template-page_header-full-php #contents {
  width: 100%;
}
.page-template-page_header-full-php #main_col {
  padding: 15px;
}
.page-template-page_header-full-php .headline3 {
  width: 95%;
  margin: 50px 5px 60px;
  padding: 0 0 25px;
  font-family: "Century Gothic", Arial, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;
  line-height: 36px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #1b4679;
  background: none;
  border-bottom: 1px solid #ddd;
}
.page-template-page_header-full-php .social_links {
  text-align: center;
}
.page-template-page_header-full-php ul.twfb_btn {
  max-width: 95%;
  margin: 10px auto 40px;
  display: inline-block;
  padding: 0;
}
.page-template-page_header-full-php ul.twfb_btn li {
  list-style-type: none;
  float: none;
  background-color: #fff;
}

.tabPostBlock {
  margin-bottom: 20px;
}
.changeTab {
  margin-bottom: 0px;
  display: flex;
}
.changeTab li {
  width: 23.5%;
  margin-right: 2%;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 10px 5px;
  display: flex;
}
.changeTab li.active {
  background-color: #222;
}
.changeTab li span {
  align-self: center;
  width: 100%;
  font-size: 3vw;
}
.changeTab li:last-child {
  margin-right: 0;
}
.changeChild {
  border: 1px solid #ddd;
  padding: 20px;
}
.changeChild.hidden {
  display: none;
}
.changeChild ul {
  margin-bottom: 0px;
}
.changeChild ul li {
  margin-bottom: 5px;
}
.changeChild ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #222;
  margin-right: 5px;
}
.changeChild ul li a {
  text-decoration: none;
}
.changeChild ul li a:hover {
  text-decoration: underline;
}

.ownCatList li {
  margin-bottom: 0px;
}
.ownCatList li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.ownCatList li a:hover {
  background-color: #E1E1E1;
}
.ownCatList li a:after {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 16px;
  margin-top: -8px;
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
}
.sideTopics {
  margin-bottom: 20px;
}
.sideTab {
  border-bottom: 3px solid #222;
  margin-bottom: 0px;
  display: flex;
}
.sideTab li {
  width: 50%;
  display: flex;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 10px 5px;
}
.sideTab li.active {
  background-color: #222;
}
.sideTab li span {
  display: block;
  align-self: center;
  width: 100%;
}
.sideTabChild {
  border: 1px solid #ddd;
  padding: 20px;
}
.sideTabChild.hidden {
  display: none;
}
.sideTabList {
  margin-bottom: 0px;
}
.sideTabList li {
  display: flex;
}
.sideTabList li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sideTabList li .thumb {
  margin-right: 10px;
  width: 80px;
  height: 80px;
  background-color: #000;
}
.sideTabList li .thumb img {
  vertical-align: bottom;
}
.sideTabList li .info {
  width: calc(100% - 90px);
}
.sideTabList p.sideTabTitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.searchBlock {
  margin-bottom: 20px;
}
.searchInner {
  border: 1px solid #ddd;
  border-top-style: none;
  padding: 20px;
}
.searchList:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.searchTitle {
  font-size: 16px;
  line-height: 1.5;
}
.searchTitle:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 6px;
  color: #222;
}
.searchRight {
}
.freeWord {
  height: 24px;
  margin-right: 10px;
}
.areaSearchList {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2.2;
}
.areaSearchList dt {
}
.areaSearchList dt:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #222;
}
.areaSearchList dd {
  display: inline-block;
}
.areaSearchList dd:after {
  content: "｜";
}
.areaSearchList dd:last-child:after {
  content: "";
}
.otherSearchList {
  margin-bottom: 0px;
}
.otherSearchList li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
.otherSearchList li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #222;
  margin-right: 4px;
}
/*******************************
Page Style
*******************************/
.breadCrumb {
  padding: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 13px;
  margin-bottom: 40px;
}
.catPostList {
  margin-bottom: 30px;
}
.postListChild {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
}
.postListChild .thumb {
  position: relative;
  margin-bottom: 15px;
}
.postListChild .thumb img {
  max-width: 100%;
  height: auto;
}
.postListChild .thumb a:hover img {
  opacity: 0.8;
}
.postListChild .colorCat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.postListChild .info {

}
.postListChild .catListTitle {
  line-height: 1.5;
  margin-bottom: 10px;
}
.postListChild .catListTitle a {
  font-size: 18px;
  font-weight: bold;
}
.postListChild .catListDesc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.PC {
  display: none;
}
.menuBg {
  background-color: rgba(0,0,0,0.8);
}
#closeArea {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
}
#closeArea.show {
  display: block;
}