@charset "utf-8";
/*
Theme Name: hcmcom_theme
Theme URI:
Description: hcmcom_theme
Author: meakdesign Yuji Namatame
*/

/*-------------
reset
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, hr,
table, th, td, form, fieldset {
margin: 0;
padding: 0;
}
html {
overflow: scroll;
overflow: -moz-scrollbars-vertical;
overflow-x: scroll;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
border: 0;
}
body {
font: 12px/1.231 arial, helvetica, clean, sas-serif;
*font-size: small;
*font: x-small;
}
table {
font-size: inherit; font: 100%;
}
pre, code, kbd, samp, tt {
font-family: monospace;
*font-size: 108%;
line-height: 100%;
}
.cf {
	clear: both;
}
.sp-only {
	display: none;
}

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/*-------------
PC向け
-------------*/
html,body {
	width:100%;
	height:100%;
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.7;
	margin-bottom: 30px;
	font-size: 15px;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

/*body*/
body {
	width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅'!important;
	color: #333333;
	font-size: 1.0em;
	counter-reset: rank_number;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.bg-yellow {
	background: #fdce00;
}

/*header*/
#header {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #000;
}
#header-inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	width: 400px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#header h2 {
	position: absolute;
	top: 0;
	left: 420px;
	font-size: 14px;
	line-height: 1.5;
}
.main-intro {
	margin-bottom: 20px;
}

#head-menu {
	width: 100%;
	background-image: url(../images/bg_menu.jpg);
	background-size: 500px 500px;
	overflow: hidden;
}
#head-menu-inner {
	width: 1100px;
	margin: 0 auto;
}
ul.header-menu {
	float: left;
	list-style-type: none;
	letter-spacing: -0.4em;
}
ul.header-menu li {
	float: left;
	letter-spacing: normal!important;
	font-size: 13px;
	width: 130px;
}
ul.header-menu li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
ul.header-menu li a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header-menu-iryo a {
	background: #3cb5f2;
}
#header-menu-kaigo a {
	background: #33bb77;
}
#header-menu-eiyo a {
	background: #ffc266;
}
#header-menu-adviser a {
	background: #0a4ab0;
}
#header-menu-douga a {
	background: #c50018;
}
#header-menu-koukai a {
	background: #666;
}
#header-menu-forbeginner a {
	background: #333;
}

#header-right {
	float: right;
	padding-top: 15px;
}
ul.sns-link {
	display: inline-block;
	vertical-align: bottom;
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 12px;
}
ul.sns-link li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	font-size: 24px;
}
ul.sns-link li a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#searchbtn {
	cursor: pointer;
}
#searchbtn:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#searchform {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}
#searchform input[type="text"] {
	background-color: #fff;
	color: #333;
	width: 30%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	margin-right: 1%;
}
input[type="submit"]{
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}


#container {
	width: 100%;
	padding-top: 180px;
}
#main {
	clear: both;
	width: 1100px;
	margin: 0 auto;
}
/*特集*/
.rhm-top-ttl a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
#rhm-top {
	margin-bottom: 35px;
	background: #f1f1f1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul.rhm-top-list {
	list-style-type: none;
	padding: 10px 30px 8px 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.rhm-top-list li {
	width: 100%;
	position: relative;
	padding-bottom: 0!important;
	border-bottom: none!important;
}
ul.rhm-top-list li:first-child::before {
	content: "UPDATE!";
	position: absolute;
	top: 7px;
	right: 20px;
	font-size: 17px;
	font-family: 'Unna', serif;
	background: #ff0000;
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
}
.rhm-top-count {
	display: inline-block;
	font-size: 28px;
	font-family: 'Unna', serif;
	color: #1d3f65;
	margin-right: 15px;
	margin-bottom: 5px;
}
.rhm-top-date {
	display: inline-block;
	font-size: 17px;
	font-family: 'Unna', serif;
}
.rhm-top-tldate {
	display: inline-block;
	font-size: 15px;
}
.rhm-top-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.rhm-top-thumb {
	width: 45%;
}
.rhm-top-txt {
	width: 52%;
}
.rhm-top-txt h3 {
	font-size: 17px!important;
	line-height: 1.4;
	margin-bottom: 8px;
}
.rhm-top-cap {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.rhm-top-link {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
.rhm-top-link a {
	background: #1d3f65;
	padding: 3px 30px 5px;
	color: #fff;
}
.rhm-top-link a:hover {
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

#first-left {
	width: 760px;
	float: left;
	margin-bottom: 50px;
}
#first-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
	position: relative;
}
#first-left h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.post-date {
	display: inline-block;
	font-size: 15px;
	font-family: 'Unna', serif;
	margin-right: 15px;
}
.post-category {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}
.post-category a {
	display: inline-block;
	padding: 3px 10px;
	background: #1e4f8a;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.post-category-iryo a {
	background: #3cb5f2!important;
}
.post-category-kaigo a {
	background: #33bb77!important;
}
.post-category-eiyo a {
	background: #ffc266!important;
}
.post-category a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
#first-post p {
	margin-bottom: 5px;
}
.first-post-thumb {
	width: 150px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*.first-post-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
	margin-bottom: 22px;
}*/
.first-post-tag {
	clear: both;
	text-align: right;
	font-size: 13px;
	margin-bottom: 0;
}

#first-left ul {
	list-style-type: none;
	margin-bottom: 30px;
}
#first-left ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
	position: relative;
}
#first-left ul li h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.post-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
	margin-bottom: 22px;
}
.new-mark {
	display: inline-block;
	font-family: 'Unna', serif;
	color: #ff0000;
	margin-left: 15px;
	font-size: 20px;
	font-style: oblique;
}
#weblimited-post {
	margin: 70px 0 30px;
}
.wl-post-ttl {
	border-top: 1px solid #cecece;
	padding-top: 10px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 12px;
	background: #f8f8f8;
}
#weblimited-post p {
	margin-bottom: 5px;
}
#weblimited-post h2 {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	display:inline-block;
	margin-right: 15px;
}
#first-right {
	width: 280px;
	float: right;
	margin-bottom: 50px;
}
#pickup-first {
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
}
.pickup-bnr {
	margin-bottom: 30px;
}
#pickup-post {
	margin-bottom: 30px;
}
#pickup-post h3 {
	font-family: 'Unna', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 3px;
}
.pickup-photo {
	margin-bottom: 10px;
}
#pickup-post h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#information h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
#information ul {
	margin-left: 20px;
	margin-bottom: 30px;
}
#information ul li {
	font-size: 14px;
	margin-bottom: 10px;
	color: #cecece;
}
#first-right-bnr ul {
	list-style-type: none;
}
#first-right-bnr ul li {
	margin-bottom: 10px;
}
#first-right-bnr ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

/*contents*/
#contents {
	clear: both;
	width: 1100px;
	margin: 0px auto;
	min-height: 500px;
}
.more-btn {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
}
.more-btn a {
	color: #000;
	padding: 8px 90px;
	border: 1px solid #000;
}
.more-btn a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.more-btn-side {
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.more-btn-side a {
	color: #000;
	padding: 3px 40px;
	border: 1px solid #000;
}
.more-btn-side a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


/*column*/
#contents-left {
	width: 760px;
	float: left;
	margin-bottom: 30px;
}
#contents-right {
	width: 280px;
	float: right;
	margin-bottom: 30px;
}

/*左カラム*/
#pickup-movie {
	margin-bottom: 50px;
}
#pickup-movie h2 {
	margin-bottom: 30px;
}
#pickup-movie iframe {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.cl-bnr {
	margin-bottom: 30px;
}
.movie-date {
	font-size: 16px;
	font-family: 'Unna', serif;
	margin-bottom: 10px;
}
#pickup-movie h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#new-post {
	margin-bottom: 50px;
}
.new-post-ttl {
	border-top: 1px solid #cecece;
	padding-top: 10px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}
#new-post h2 {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	display:inline-block;
	margin-right: 20px;
}
#new-post h3 {
	font-size: 12px;
	font-weight: normal;
	display:inline-block;
}
#new-post ul {
	list-style-type: none;
}
#new-post ul li {
	padding-top: 15px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
}
#new-post ul li h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


/*右カラム*/
#top-tags {
	margin-bottom: 30px;
}
#top-tags h2 {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	border-top: 1px solid #cecece;
	padding-top: 10px;
}
#top-tags h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}

#top-tags ul {
	list-style-type: none;
	margin-bottom: 20px;
}
/*#top-tags ul li {
	display: inline-block;
}
#top-tags ul li a {
	font-size: 13px;
	display: inline-block;
	border: 1px solid #666;
	color: #000;
	border-left: 7px solid #000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}*/
#top-tags ul li {
	font-size: 13px;
	display: inline-block;
}
#top-tags ul li a {
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #00a0c1;
	border-radius: 2em 0 0 2em;
}
#top-tags ul li a:before {
	content: '●';
	margin-right: .5em;
	color: #fff;
}
#top-tags ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

#top-ranking {
	margin-bottom: 30px;
}
#top-ranking h2 {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	border-top: 1px solid #cecece;
	padding-top: 10px;
}
#top-ranking h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}
#top-ranking ul {
	list-style-type: none;
}
#top-ranking ul li {
	display: block;
	margin-bottom: 15px;
}
.wpp_thumb_wrapper{
  position: relative;
}
.wpp_thumb_wrapper:after{
  counter-increment: rank_number;
	-moz-counter-increment: rank_number;
  content: counter(rank_number);
	-moz-content: counter(rank_number);
  display: block;
  position: absolute;
  left: 0;
	top: 0;
  width: 20px;
  height: 20px;
  background: rgba(50, 50, 50, 0.8);
  color: white;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
}
.wpp-list li:nth-of-type(1) .wpp_thumb_wrapper:after{
  background: #dbb400!important;
}

.wpp-list li:nth-of-type(2) .wpp_thumb_wrapper:after{
  background: #dcdddd!important;
}

.wpp-list li:nth-of-type(3) .wpp_thumb_wrapper:after{
  background: #8c4841!important;
}
/*.rankno {
	display: inline-block;
	margin-right: 10px;
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	padding: 2px 10px;
}
.r-count1 {
	background: #dbb400;
}
.r-count2 {
	background: #dcdddd;
}
.r-count3 {
	background: #8c4841;
}
.r-count4,
.r-count5,
.r-count6,
.r-count7,
.r-count8,
.r-count9,
.r-count10 {
	border: 1px solid #000;
}*/
.rankjunre {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.rankjunre a {
	display: inline-block;
	padding: 3px 10px;
	background: #1e4f8a;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.rankjunre a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top-ranking ul li h4 {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 30px;
}
#top-ranking ul li h4 a {
}
#top-contact {
	margin-bottom: 30px;
}

/*news*/
#news {
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}
#news-inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#news h2 {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 25px;
	display: inline-block;
	margin-right: 12px;
}
#news h3 {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 25px;
}
#news dt {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
#news dd {
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
#news dd a {
	color: #000;
}


/*footer*/
footer {
	width: 100%;
	background: #eeeeee;
	padding-top: 40px;
}
#foot-inner {
	width: 1000px;
	margin: 0 auto;
}
.foot-left {
	width: 350px;
	float: left;
}
.footname {
	margin-bottom: 20px;
}
ul.foot-menu {
	width: 550px;
	float: right;
	list-style-type: none;
	margin-bottom: 50px;
}
ul.foot-menu li {
	display: inline-block;
	margin-right: 20px; 
	margin-bottom: 12px;
	font-size: 14px;
	border-right: 1px solid #000;
	padding-right: 20px;
}
ul.foot-menu li a {
	color: #000f;
}
ul.foot-menu li a:hover {
	color: #666;
}
address {
	clear: both;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-bottom: 100px;
}

/*単独記事*/
.single-content {
	min-height: 1000px;
	padding-bottom: 50px;
}
.single-main-photo {
	margin-bottom: 30px;
}
.post-category2 {
	display: inline-block;
}
.post-category2 a {
	display: block;
	font-size: 14px;
	padding: 3px 10px;
	background: #1e4f8a;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 15px;
}
.post-category2 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.post-date2 {
	display: inline-block;
	font-size: 15px;
	font-family: 'Unna', serif;
}
.single-content h3 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.addtoany_share_save_container {
	margin-bottom: 50px;
	background: #f8f8f8;
	padding: 20px;
}
.single-content-lead {
	font-weight: bold;
}
.article-tags {
	font-size: 13px;
}
.article-tags a {
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #00a0c1;
	border-radius: 2em 0 0 2em;
}
.article-tags a:before {
	content: '●';
	margin-right: .5em;
	color: #fff;
}
.article-tags a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
ul.hito {
	list-style-type: none;
	letter-spacing: -0.4em;
}
ul.hito li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 31%;
	margin-right: 3.5%;
}
ul.hito li:last-child {
	margin-right: 0;
}
.hito-caption {
	font-size: 13px;
	margin-top: 10px;
}
.single-content h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.photo-one {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	width: 50%;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.alignright {
	width: 50%;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.photo-caption {
	font-size: 13px;
	margin-top: 10px;
}
.doctor-photo {
	width: 30%;
	display: inline-block;
	margin-right: 25px;
}
.doctor-prof {
	display: inline-block;
	font-size: 14px;
}
.kakomi {
	overflow: hidden;
	border: 1px solid #000;
	padding: 30px;
	margin-bottom: 30px;
	line-height: 1.7;
	font-size: 15px;
}
.single-content h5 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
	border-left: 4px solid #000;
	padding-left: 16px;
}
.single-content hr {
	border-top: 1px solid #000;
	margin-bottom: 30px;
}
.ra-ttl {
	font-family: 'Unna', serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.single-content table {
	margin-bottom: 30px;
}
.single-content table th {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #333;
}
.single-content table td {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #333;
}
.readmore {
	clear: both;
	margin: 50px auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.readmore a {
	padding: 5px 20px;
	background: #333;
	color: #fff;
	border-radius: 3px;
}
.readmore a:hover {
	text-decoration: none;
	background: #666;
	transition: all .3s;
}
.more-btn-single {
	clear: both;
	margin: 10px auto 40px;
	text-align: center;
	font-weight: bold;
}
.more-btn-single a {
	color: #000;
	padding: 8px 90px;
	border: 1px solid #000;
}
.more-btn-single a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.more-btn-magazine {
	clear: both;
	margin: 10px 0 10px auto;
	text-align: right;
}
.more-btn-magazine a {
	color: #000;
}
.more-btn-magazine a:hover {
}

.pagebreak-links {
	font-size: 15px;
	text-align: center;
	margin-bottom: 40px;
}
.pagebreak-links .post-page-numbers {
	display: inline-block;
	margin-right: 6px;
	padding: 5px;
	background: #ccc;
	color: #000;
}
.pagebreak-links .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #333;
	color: #fff;
	line-height: 30px;
}
.pagebreak-links .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.pagebreak-links a {
	font-size: 15px;
	text-decoration: none;
}
.pagebreak-links a.first,
.pagebreak-links a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #333;
	border-radius: 0;
	background: transparent;
}
.pagebreak-links a.previouspostslink,
.pagebreak-links a.nextpostslink,
.pagebreak-links a.smaller,
.pagebreak-links a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 30px;
}
.pagebreak-links a:hover,
.pagebreak-links a.previouspostslink:hover,
.pagebreak-links a.nextpostslink:hover,
.pagebreak-links a.smaller:hover,
.pagebreak-links a.larger:hover {
	border-color: #666;
	background: #666;
	color: #fff;
	transition: all .3s;
}

/*動画単独ページ*/
.youtube-in {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-in iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.post-category-movie a {
	background: #bb271a!important;
}

/*カテゴリーページ*/
.category-ttl-area {
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.category-ttl-area h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
.category-ttl-area-en {
	font-size: 14px;
	font-family: 'Unna', serif;
	text-align: center;
}
ul.category-list {
	list-style-type: none;
}
ul.category-list li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
.post-date-list {
	display: inline-block;
	font-size: 15px;
	font-family: 'Unna', serif;
	margin-right: 15px;
}
.post-category-list {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.post-category-list a {
	display: inline-block;
	padding: 3px 10px;
	background: #1e4f8a;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.post-category-list a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.post-tag-list {
	display: inline-block;
	font-size: 13px;
}
.wp-pagenavi {
	font-size: 15px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: inline-block;
	margin-right: 4px;
	padding: 6px;
	background: #333;
	color: #fff;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #333;
	color: #fff;
	line-height: 30px;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #333;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
	border-color: #333;
	background: #333;
	color: #fff;
	transition: all .3s;
}

/*NEWS*/
ul.news-list {
	list-style-type: none;
}
ul.news-list li {
	font-size: 14px;
	margin-bottom: 10px;
}

/*WEB動画*/
ul.movie-list {
	list-style-type: none;
	letter-spacing: -0.4em;
}
ul.movie-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
}
ul.movie-list li:nth-of-type(3n) {
	margin-right: 0;
}
.movie-img {
	margin-bottom: 15px;
}
ul.movie-list li h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
ul.movie-list li p {
	font-size: 13px;
}
.movie-link {
	margin: 20px auto;
	text-align: center;
}
.movie-link a {
	background: #000;
	padding: 8px 20px;
	color: #fff;
}
.movie-link a:hover {
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

/*使用タグ一覧ページ*/
/*ul.taglist-page-list {
}
ul.taglist-page-list li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 15px;
}
ul.taglist-page-list li a {
	background: #eeeeee;
	padding: 3px 10px;
	border-radius: 3px;
}
ul.taglist-page-list li a:hover {
	background: #cecece;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}*/
ul.taglist-page-list li {
	font-size: 14px;
	display: inline-block;
}
ul.taglist-page-list li a {
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #00a0c1;
	border-radius: 2em 0 0 2em;
}
ul.taglist-page-list li a:before {
	content: '●';
	margin-right: .5em;
	color: #fff;
}
ul.taglist-page-list li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

/*お問い合わせ*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 110%;
	padding: 0.4em 3em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
select{
	font-size:16px;
	height: 35px;
	border:1px;
	padding: 0.4em 3em;
}

/*サイトマップ*/
ul#sitemap_list {
	margin-left: 20px;
	margin-bottom: 15px;
}
ul#sitemap_list li {
	font-size: 14px;
	margin-bottom: 10px;
}
ul#sitemap_list ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*アドバイザー紹介ページ・一覧*/
.adlist h3 {
	margin-bottom: 20px;
}
#adviser-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px 30px;
	margin-bottom: 50px;
}
#adviser-search h4 {
	font-size: 20px;
	margin-bottom: 12px;
}
#adviser-search ul li {
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
}
.adlist-premium {
	clear: both;
	background: #daa520;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}
ul.adlist-p {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
ul.adlist-p li {
	clear: both;
	width: 48%;
	margin-right: 4%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff7e6;
	margin-bottom: 25px;
}
ul.adlist-p li:nth-child(even) {
	margin-right: 0;
}
.adlist-p-photo {
	width: 38%;
}
.adlist-p-txt {
	width: 52%;
	padding: 15px 5% 15px 5%;
}
.adlist-p-txt h4 {
	font-size: 21px;
	margin-bottom: 15px;
}
.adlist-p-txt span {
	color: #daa520;
}
.adlist-p-keieishi,
.adlist-p-team,
.adlist-p-favorite {
	font-size: 14px;
	margin-bottom: 5px;
}
.adlist-p-more {
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
	position: relative;
}
.adlist-p-more a {
	display: inline-block;
	background: #fff;
	border: 1px solid #fff7e6;
	padding: 5px 30px;
}
.adlist-p-more a:hover {
	border: 1px solid #daa520;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.adlist-p-more:after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #daa520;
	border-top: 1px solid #daa520;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
.adlist-general {
	clear: both;
	background: #eee;
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 30px;
}
ul.adlist-g {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
ul.adlist-g li {
	clear: both;
	width: 27%;
	margin-right: 3.5%;
	padding: 15px 2%;
	background: #f8f8f8;
	margin-bottom: 25px;
}
ul.adlist-g li:nth-of-type(3n) {
	margin-right: 0;
}
ul.adlist-g li h4 {
	font-size: 19px;
	border-bottom: 1px solid #cecece;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.adlist-g-txt {
	font-size: 14px;
}
.adlist-g-txt div {
	margin-bottom: 5px;
}
.adlist-g-txt span {
	color: #333;
}

/*アドバイザー紹介ページ・プレミアム単独*/
.adviser-photo {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.adviser-name-section {
	width: 70%;
	float: right;
	margin-bottom: 10px;
}
.adviser-name-section h3 {
	margin-top: 5px;
	margin-bottom: 15px!important;
}
.adviser-name-section div {
	font-size: 14px;
	margin-bottom: 10px;
}
.adviser-rank {
	clear: both;
	background: #daa520;
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin-bottom: 30px;
}
.adviser-pr {
	font-weight: bold;
	margin-bottom: 30px;
}
.adviser-table {
	width: 100%;
}
.adviser-table a {
	text-decoration: underline;
}
.adviser-table a:hover {
	text-decoration: none;
}
.adviser-table th {
	text-align: left;
	width: 20%;
	background: #eee!important;
	color: #000!important;
	border: 1px solid #cecece!important;
}
.adviser-table td {
	border: 1px solid #cecece!important;
}

/*病院TOPインタビュー 詳細ページ*/
.rhm-content {
	background: rgba(249,249,249,0.7);
	padding: 30px 35px;
}
.rhm-content h2 {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rhm-series {
	background: #1d3f65;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 20px;
}
.rhm-content h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #1d3f65;
	margin-bottom: 40px;
	position: relative;
}
.rhm-content h3::before {
	content: '';
	width: 50px;
	height: 3px;
	background: #1d3f65;
	position: absolute;
	top: 40px;
	left: 5px;
}
.rhm-guest {
	border: 2px solid #1d3f65;
	padding: 25px 30px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.rhm-guest-head {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	background: #1d3f65;
	color: #fff;
	padding: 3px 6px;
	margin-bottom: 10px;
}
.rhm-guest-tl {
	font-size: 17px;
	font-weight: bold;
	color: #1d3f65;
	border-bottom: 1px solid #1d3f65;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.rhm-guest p {
	font-size: 14px;
	margin-bottom: 0;
}
.rhm-hospital {
	margin-bottom: 40px;
}
.rhm-hospital-tl {
	font-size: 17px;
	font-weight: bold;
	color: #1d3f65;
	margin-bottom: 15px;
}

/*病院TOPインタビュー 一覧ページ*/
.rhm-ctl-photo {
	margin-bottom: 40px;
}
ol.rhm-list {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ol.rhm-list li {
	width: 48%;
	padding-top: 40px;
	margin-bottom: 25px;
	position: relative;
}
.entry-count {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 50px;
	font-family: 'Unna', serif;
	color: #1d3f65;
}
.rhm-thumb {
	margin-bottom: 15px;
}
ol.rhm-list li h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rhm-cap {
	font-size: 13px;
	background: #f1f1f1;
	padding: 3px 5px;
}
.rhm-link {
	margin: 20px auto;
	text-align: center;
}
.rhm-link a {
	background: #1d3f65;
	padding: 3px 40px 5px;
	color: #fff;
}
.rhm-link a:hover {
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

/* スマホ */
@media screen and ( max-width:800px )
{

body {
font-size: 1.0em;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
.sp-only {
	display: block;
}
.pc-only {
	display: none;		
}
/*ヘッダー部分（キャッチ＆ロゴほか）*/
	#header {
		position: static;
	}
	#header-inner {
		width: 90%;
		margin: 0 auto;
	}
	#header h1 {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#header h2 {
		position: static;
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	
	#head-menu {
	width: 100%;
	background-image: url(../images/bg_menu.jpg);
	background-size: 500px 500px;
	overflow: hidden;
	}
	#head-menu-inner {
		width: 100%;
	}
	ul.header-menu {
		float: none;
	}
	#header-menu-iryo {
		width: 33%;
	}
	#header-menu-kaigo {
		width: 33%;
	}
	#header-menu-eiyo {
		width: 34%;
	}
	ul.header-menu li {
		font-size: 14px;
		margin-bottom: 0;
	}
	ul.header-menu li a {
		display: block;
		padding: 12px 0;
		width: 100%;
	}
	ul.header-menu li a:hover {
	}
	#header-menu-adviser {
		width: 50%;
	}
	#header-menu-douga {
		width: 50%;
	}
	#header-menu-koukai {
		display: none;
	}
	#header-menu-forbeginner {
		display: none;
	}
	#header-right {
		float: none;
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}
	ul.sns-link {
		display: inline-block;
		margin-left: 15px;
		margin-bottom: 12px;
		margin-top: 10px;
	}
	ul.sns-link li {
		display: inline-block;
		margin-right: 20px;
		font-size: 24px;
	}
	ul.sns-link li a:hover {
	}
	#searchbtn {
	}
	#searchbtn:hover {
	}
	#searchform {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#searchform input[type="text"] {
		width: 60%;
	}
	input[type="submit"]{
		font-size: 100%;
	}
	input[type="submit"]:hover {
	}
	
	#container {
		padding-top: 20px;
	}
	#main {
		width: 100%;
		margin: 0 auto;
	}
	
	/*特集*/
	.rhm-top-ttl a:hover {
		opacity: 1;
	}
	#rhm-top {
		margin-bottom: 30px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	ul.rhm-top-list {
		padding: 10px 5% 8px 5%;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	ul.rhm-top-list li {
		width: 100%;
	}
	ul.rhm-top-list li:first-child::before {
		position: absolute;
		top: 7px;
		right: 20px;
		font-size: 15px;
		border-radius: 5px;
		padding: 2px 10px;
	}
	.rhm-top-count {
		display: inline-block;
		font-size: 28px;
		font-family: 'Unna', serif;
		color: #1d3f65;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.rhm-top-date {
		display: inline-block;
		font-size: 15px;
	}
	.rhm-top-tldate {
		display: inline-block;
		font-size: 14px;
	}
	.rhm-top-inner {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.rhm-top-thumb {
		width: 100%;
		margin-bottom: 15px;
	}
	.rhm-top-txt {
		width: 100%;
	}
	.rhm-top-txt h3 {
		font-size: 16px!important;
		margin-bottom: 8px;
	}
	.rhm-top-cap {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.rhm-top-link {
		font-size: 14px;
	}
	.rhm-top-link a {
		padding: 3px 30px 5px;
	}
	.rhm-top-link a:hover {
	}
	
	#first-left {
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	#first-post {
	}
	#first-left h3 {
	}
	.post-date {
	}
	.post-category {
	}
	.post-category a {
	}
	.post-category-iryo a {
	}
	.post-category-kaigo a {
	}
	.post-category-eiyo a {
	}
	.post-category a:hover {
	}
	#first-post p {
	}
	.first-post-thumb {
		width: 35%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	.first-post-tag {
	}
	#first-left ul {
	}
	#first-left ul li {
	}
	#first-left ul li h4 {
	}
	.post-tag {
	}
	#first-right {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-bottom: 50px;
	}
	#pickup-post {
	}
	#pickup-post h3 {
	}
	.pickup-photo {
	}
	#pickup-post h4 {
	}
	#information h3 {
	}
	#information ul {
	}
	#information ul li {
	}

	/*contents*/
	#contents {
		width: 90%;
		margin: 0px auto;
		min-height: 500px;
	}
	.more-btn {
	}
	.more-btn a {
	}
	.more-btn a:hover {
	}
	
	.more-btn-side {
	}
	.more-btn-side a {
	}
	.more-btn-side a:hover {
	}
	
	/*column*/
	#contents-left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#contents-right {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	#pickup-movie iframe {
		float: none;
	}
	.movie-wrap {
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.movie-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/*footer*/
	footer {
		width: 100%;
		background: #eeeeee;
		padding-top: 40px;
	}
	#foot-inner {
		width: 90%;
		margin: 0 auto;
	}
	.foot-left {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	.footname {
	}
	ul.foot-menu {
		width: 90%;
		float: none;
		margin-bottom: 40px;
	}
	ul.foot-menu li {
		display: block;
		margin-right: 20px; 
		margin-bottom: 12px;
		font-size: 14px;
		border-right: none;
		padding-right: 0;
	}
	ul.foot-menu li a {
	}
	ul.foot-menu li a:hover {
	}
	address {
		clear: both;
		font-size: 11px;
		font-style: normal;
		text-align: center;
		padding-bottom: 50px;
	}
	
	/*単独記事*/
	.single-content {
		min-height: 500px;
	}
	.single-main-photo {
		margin-bottom: 30px;
	}
	.post-category2 {
	}
	.post-date2 {
	}
	.single-content h3 {
		font-size: 22px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.addtoany_share_save_container {
		margin-bottom: 50px;
		padding: 20px;
	}
	.single-content-lead {
	}
	ul.hito {
	}
	ul.hito li {
		display: inline-block;
		width: 31%;
		margin-right: 3.5%;
	}
	ul.hito li:last-child {
		margin-right: 0;
	}
	.hito-caption {
		font-size: 13px;
		margin-top: 10px;
	}
	.single-content h4 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.photo-one {
		width: 90%;
	}
	.alignleft {
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.alignright {
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.photo-caption {
		font-size: 13px;
		margin-top: 10px;
	}
	.doctor-photo {
		width: 30%;
		display: inline-block;
		margin-right: 25px;
	}
	.doctor-prof {
		display: inline-block;
		font-size: 14px;
	}
	.kakomi {
		border: 1px solid #000;
		padding: 30px 30px 0 30px;
		margin-bottom: 30px;
	}
	.single-content h5 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 15px;
		border-left: 4px solid #000;
		padding-left: 16px;
	}
	.single-content hr {
		border-top: 1px solid #000;
		margin-bottom: 30px;
	}
	.ra-ttl {
		font-family: 'Unna', serif;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.single-content table {
		margin-bottom: 30px;
	}
	.single-content table th {
		background: #000;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		padding: 10px;
		border: 1px solid #000;
	}
	.single-content table td {
		padding: 10px;
		font-size: 14px;
		border: 1px solid #000;
	}
	.readmore {
		margin: 50px auto;
		font-size: 16px;
		line-height: 1.5;
		width: 100%;
	}
	.readmore a {
		display: block;
		padding: 5px 10px;
		border-radius: 3px;
	}
	.readmore a:hover {
	}
	
	/*WEB動画*/
	ul.movie-list {
	}
	ul.movie-list li {
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	ul.movie-list li:nth-of-type(3n) {
		margin-right: auto;
	}
	.movie-img {
		margin-bottom: 10px;
	}
	ul.movie-list li h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	ul.movie-list li p {
		font-size: 13px;
	}
	.movie-link {
		margin: 20px auto;
	}
	.movie-link a {
		padding: 8px 20px;
	}
	.movie-link a:hover {
	}

	/*病院TOPインタビュー 詳細ページ*/
	.rhm-content {
		padding: 25px 5%;
	}
	.rhm-content h2 {
		font-size: 5.8vw;
		margin-bottom: 10px;
	}
	.rhm-series {
		padding: 5px 3%;
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.rhm-content h3 {
		font-size: 5vw;
		line-height: 1.4;
		margin-bottom: 20px;
		position: relative;
	}
	.rhm-content h3::before {
		content: none;
	}
	.rhm-content img {
		float: none;
		width: 100%;
	}
	.rhm-guest {
		border: 2px solid #1d3f65;
		padding: 20px 6%;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.rhm-guest-head {
		display: inline-block;
		font-size: 12px;
		padding: 3px 6px;
		margin-bottom: 10px;
	}
	.rhm-guest-tl {
		font-size: 4.2vw;
		line-height: 1.4;
		border-bottom: 1px solid #1d3f65;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.rhm-guest p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.rhm-hospital {
		margin-bottom: 40px;
	}
	.rhm-hospital-tl {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.more-btn-rhm {
		font-size: 3.7vw!important;
	}
	.more-btn-rhm a {
		padding-left: 3%!important;
		padding-right: 3%!important;
	}

	/*病院TOPインタビュー 一覧ページ*/
	.rhm-ctl-photo {
		margin-bottom: 20px;
	}
	ol.rhm-list {
		display: -webkit-block;
		display: block;
		flex-wrap: wrap;
		gap: 0;
	}
	ol.rhm-list li {
		width: 100%;
		padding-top: 30px;
		margin-bottom: 25px;
		position: relative;
	}
	.entry-count {
		position: absolute;
		top: 0;
		left: 10px;
		font-size: 10vw;
	}
	.rhm-thumb {
		margin-bottom: 15px;
	}
	ol.rhm-list li h3 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.rhm-cap {
		font-size: 12px;
		padding: 5px 3%;
	}
	.rhm-link {
		margin: 20px auto;
		text-align: center;
	}
	.rhm-link a {
		padding: 3px 12% 5px;
	}
	.rhm-link a:hover {
	}



	

	

	


}

