@charset "utf-8";
/* CSS Document */

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#primary {
	background: #fff;
    width: 96%;
    margin: 10px auto 20px;
    max-width: 1080px;
    padding: 20px;
    border: solid 2px #7ba01c;
}


.breadcrumb {
    position: relative;
	width: 96%;
    margin: 0px auto;
    max-width: 1080px;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    font-size: 16px;
    position: relative;
    margin: 5px auto;
    width: 100%;
}

.breadcrumb li {
    /* padding-right: 8px; */
}
.breadcrumb li a{
    text-decoration: underline;
}

#footerArea .inner.widthfix.cf #footerNav ul {
	border: none;
}

/* いいねプラグイン */

.wpulike {
  text-align: right;
}

.entry-content .cf .wpulike {
	display:none;
  }
  



/*  目次プラグイン */

.rtoc-mokuji-content .rtoc-mokuji {
	border: none;
}

#rtoc-mokuji-widget-wrapper {
	/* margin-bottom: 40px; */
    max-width: 100%;
}

#rtoc-mokuji-widget-wrapper.rtoc-mokuji-content #rtoc-mokuji-title + .rtoc-mokuji.level-2 {
    padding-left: 2.4em;
}


#rtoc-mokuji-widget-wrapper.rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
    /* top: 13px;
    left: -0.8em; */
}

#rtoc-mokuji-widget-wrapper.rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title {
	display: block;
	padding: 20px;
    padding-bottom: 0;
}

.post .entry-content .clinic_shop h2:before {
	content: "";
	background: url(./common/img/clinic_shop_h2.png) no-repeat;
	background-size: contain;
    min-width: 80px;
    height: 80px;
	display: block;
	/* position: absolute;
	left: 0;
	top: 0; */

}
.post .entry-content .clinic_shop h2 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;

	padding-bottom: 15px;
    border-bottom: 2px solid #204e98;

    /* font-weight: 500; */
    font-weight: 600;
	font-size: 24px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #204e98;
    margin: 20px 0 20px;

}

.entry-content .clinic_shop ul li:first-of-type {
		text-align: center;
	list-style: none;
	color: #204e98;
	font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.entry-content .clinic_shop a.blank_link {
	text-align: center;
	background-color: #204e98;
	color: #fff;
	font-size: 20px;
    font-weight: 600;
	padding: 5px 20px;
    margin-left: auto;
    display: block;
    width: fit-content;
	border-radius: 30px;

}


/*================================
投稿記事
================================*/

/*投稿
--------------------------------*/
.site-main {}
.site-main .post {}

/*投稿(トップページ)
--------------------------------*/
.site-main.top_cont {
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #ccc;
}
.site-main.top_cont .post,
.site-main.top_cont .blog {
	margin: 0 0 20px;
}



/*投稿日時
--------------------------------*/
.entry-meta {
	margin-bottom: 10px;
}
.posted-on a {
	font-size: 1.4rem;
	color: #204e98;
}

.rtoc-mokuji-content .rtoc-mokuji.level-1>.rtoc-item::before {
    /* top: 14px;
    width: auto;
    height: auto;
    font-size: 18px; */

}

/*投稿日時(トップページ)
--------------------------------*/
.top_cont .entry-meta {}
.top_cont .posted-on a {
	display: inline-block;
	width: fit-content;
	padding: 2px 10px;
	background: #204e98;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}


.top_cont .entry-title a {
	
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*投稿記事タイトル(個別記事)
--------------------------------*/
.entry-title .link{
display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 6px;
    min-width: 80px;
    letter-spacing: 0;
    background: #7ba01c;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
}
.entry-title a{
	text-decoration: none;
}
.entry-title {
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #999;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
    color: #204e98;
}
.entry-title::after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	background: #204e98;
	width: 5px;
	height: calc(100% - 14px);
}

/*投稿記事タイトル(トップページ)
--------------------------------*/
.entry-list-title {
	padding: 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
}
.entry-list-title_link {
	color: #204e98 !important;
}
.entry-list-title_link {
	text-decoration: underline;
}

/*投稿記事本文
--------------------------------*/
.entry-content{
	padding: 0 15px 10px;
	margin: 0;
}
.entry-content p {
	margin-bottom: 20px;
	line-height: 1.7;
}

.entry-content p {
	margin-bottom: 20px;
	line-height: 1.7;
}


.entry-content ol {
    list-style: disc;
    padding: 15px 50px;
    margin: 20px auto;
    border: solid 2px #204e98;
    width: fit-content;

}
.entry-content ul {
    list-style: disc;
    padding: 15px 50px;
    margin: 20px auto;
    border: solid 2px #204e98;
    width: fit-content;

}
.entry-content ol li,.entry-content ul li{
    list-style: inherit;
    font-weight: 500;
}
.entry-content ul li span{
    font-weight: 600;
}


#rtoc-mokuji-widget-wrapper ol,
#rtoc-mokuji-widget-wrapper ul{
  border:none;
}

.post .entry-content h1 {
    border-bottom: solid 2px #ff9c00;
    color: #ff9c00;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;

    padding-bottom: 3px;
}

.post .entry-content h2 {
    font-size: 24px;
    border-bottom: 2px solid #7ba01c;
    text-align: left;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #7ba01c;
    margin: 10px 0;

}

.post .entry-content h3 {
    border-left: 3px solid #ff9c00;
    color: #ff9c00;
    font-size: 20px;
    padding: 5px 0;
    padding-left: 1%;
    margin: 10px 0;
    line-height: 1.3;
}


.post .entry-content h4 {
	position: relative;
    z-index: 1;
    margin: 10px 0;
    padding-left: 1em;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #7ba01c;
}
.entry-content h4:before {
    position: absolute;
    content: "";
    width: 0.4em;
    height: 0.4em;
    background: #8fc320;
    border-radius: 50%;
    left: .2em;
    top: .6em;
}

/*投稿記事内リンク
--------------------------------*/
.entry-content a {
	color: #2a6dd7;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #a4bbe0;
}

/*================================
投稿記事内のタイトル
================================*/
/*
ワードプレスの記事内にタイトルの
タグを入れると反映されます。
*/
.entry-content .entry-sub-title01 {
	margin-bottom: 30px;
	padding: 9px 20px;
	background: #e5f3fc;
	border-left: 10px solid #a4bbe0;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.entry-content .entry-sub-title02 {
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	color: #204e98;
}
.entry-content .entry-sub-title03 {
	margin-bottom: 30px;
	padding: 0 0 5px 24px;
	border-left: 5px solid #204e98;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	color: #204e98;
}
.entry-content strong {
	font-weight: bold;
}

/*投稿記事カテゴリ
--------------------------------*/
.entry-footer {
	clear: both;
	margin-top: 30px;
	margin-bottom: 0;
	background: #fff;
	padding: 15px;
	text-align: left;
	border: 1px solid #204e98;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-right: 20px;
}
.entry-footer .cat-links a {
	color: #191970;
}
.entry-footer .comments-link {
	display: none;
}
.single-blog .entry-footer {
	/*ブログページではカテゴリを非表示に*/
	display: none;
}

/*投稿ナビゲーション
--------------------------------*/
.nav-links {
	display: block !important;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: left !important;
}
.nav-subtitle {
	font-weight: bold;
	color: #333;
}
.nav-title {
	color: #204e98;
}


/*================================
ページネーション
================================*/
.pagination {}
.nav-links {}
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-numbers li {
	padding: 0 8px;
}
.page-numbers .page-numbers {
	text-decoration: underline;
	color: #204e98;
}
.page-numbers .prev {
	text-decoration: none;
}
.page-numbers .next {
	text-decoration: none;
}
.page-numbers .current {
	/*text-decoration: none;*/
	color: #49b398;
}
.page-numbers .dots {
	text-decoration: none;
}


/*================================
ウィジェット
================================*/
.widget-area {}
.widget {
	text-align: left;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.widget a {
	color: #23527c;
}
.widget a:hover {
	text-decoration: underline;
}
.widget-title {
	margin-bottom: 20px;
	padding: 6px 20px;
	background: #e5f3fc;
	border-left: 5px solid #a4bbe0;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.widget ul li {
	font-size: 13px;
	margin-bottom: 10px;
}
.widget_archive ul li,
.widget_categories ul li {
	/*
	float: left;
	padding-right: 20px;
	*/
}
.widget ul li a {}
/*ウィジェット・検索ボックス
--------------------------------*/
.widget_search {
	width: 49%;
	float: left;
	padding-bottom: 30px;
}
.widget_search label{
	display: block;
}
.search-field {
	width: 80%;
	float: left;
}
.search-submit {
	width: 17%;
	float: right;
	color: #fff !important;
	background: #204e98 !important;
	font-size: 1.4rem;
	border: none !important;
	cursor: pointer;
	padding: 4px 4px 4px !important;
}
.search-submit:hover{
	opacity: 0.7;
}
/*ウィジェット・最近の投稿
--------------------------------*/
.widget_recent_entries {
	width: 49%;
	float: right;
}
/*ウィジェット・カテゴリー
--------------------------------*/
.widget_categories ul li {
	display: inline-block;
	margin: 0 6px 14px;
}
.widget_categories ul li a {
	display: block;
	padding: 6px 10px;
	background: #c9e3fa;
	border-radius: 4px;
	font-size: 1.3rem;
}
/*ウィジェット・アーカイブ
--------------------------------*/
.widget_archive {
}
.widget_archive #archives-dropdown-2{
	float: left;
}
.widget_tag_cloud .tagcloud{
	text-align: left;
}
/*ウィジェット・タグ
--------------------------------*/
.widget_tag_cloud .tagcloud a{
	font-size: 13px !important;
	padding-right: 20px;
}

.widget_meta {
	width: 49%;
	float: right;
	padding-bottom: 30px;
}
.site-footer {
	clear: both;
}

.entry-content .user_name_txt {
	color: #0b3a79;
	font-size: 18px;
	font-family: "M PLUS 1p", sans-serif;

    letter-spacing: -0.5px;
	line-height: 1.526;
	text-align: left;

    font-weight: 600;
}

.entry-content .user_name {
	display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 30px;
    margin: 30px auto;
	max-width: 900px;
}
.entry-content .user_name_info {
	display: block;
	font-size: 14px;
	font-family: "M PLUS 1p", sans-serif;

	color: #595757;
	line-height: 1.417;
	text-align: right;

}


.entry-content .user_voices_item:before {
  content: "";
  position: absolute;
  top: -27px;
  left: 70px;
  background: url(./common/img/user_voices_item.jpg) no-repeat; 
  width: 28px; 
  height: 41px;
  background-size: 20px;
  z-index: 1;
}

.entry-content .user_voices_item::after {
	content: "";
    border: solid 1px #898989;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
    top: 0;
    left: 0;

}

.entry-content .user_voices_item {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 0;
}

.entry-content .user_voices_wrap {
font-size: 15px;
    font-family: "M PLUS 1p", sans-serif;
    color: #595757;
    line-height: 1.361;
    text-align: left;
    background-color: #d3edfb;
    position: relative;
    margin: 0;
    padding: 20px;
    top: 10px;
    left: 10px;
    font-weight: 500;
    display: block;
    padding-bottom: 30px;
    padding-right: 25px;
    letter-spacing: 0.5px;
}
.entry-content .user_voices_p {
    font-size: 15px;
    font-family: "M PLUS 1p", sans-serif;
    color: #595757;
    line-height: 1.361;
    text-align: left;
    background-color: #d3edfb;
    position: relative;
    margin: 0;
    padding: 10px;
    top: 10px;
    left: 10px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    padding-right: 15px;
    letter-spacing: 0.5px;
}

.entry-content  .user_voices_bold {
	font-size: 14px;
    font-family: "M PLUS 1p", sans-serif;
	color: #0b3a79;
	line-height: 1.417;
	text-align: left;


}

.entry-content .user_voices_bold {
  font-size: 18px;
    font-weight: 600;
  color: #0b3a79;
  line-height: 1.417;
  text-align: left;
    padding-bottom: 5px;
    display: block;
    letter-spacing: -0.5px;
}
.entry-content .user_voices_flex {
	display: flex;
	gap: 12px;
}
.entry-content .user_voices_arrow {
    margin-top: 7.5%;
    width: 28px;
}
.entry-content .user_voices_box p{
	margin-bottom: 0;
}
.entry-content .user_voices_box {
	flex: 1;
	width: 100%;
}
.entry-content .user_voices_box .user_voices_num {
	font-size: 16px;
	display: flex;
	justify-content: center;
    line-height: 1.1;
	margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0;
    gap: 8px;

}
.entry-content .user_voices_num span{
  font-size: 34px;
  font-family: "A-OTF Shin Go Pro";
  color: #00a0e9;
  line-height: 0.8;
  text-align: left;
  font-weight: 600;
    font-style: italic;

}

.entry-content  .user_voices_p1 {
    font-size: 15px;
    font-family: "M PLUS 1p", sans-serif;
    color: #595757;
    line-height: 1.361;
    text-align: left;
}


.entry-content  .clinic_shop_link_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.entry-content  a.clinic_shop_link {
	background: #4472c4;

    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;

}

/*================================
ここからTABLET縦・SP適用（896px以下）
================================*/
@media(max-width: 960px) {
	#gnav .inner.widthfix.cf {
		display: flex;
        justify-content: center;
    }
	#gnav .inner.widthfix.cf li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*================================
ここからTABLET縦・SP適用（896px以下）
================================*/
@media(max-width: 600px) {
	#gnav .inner.widthfix.cf {
		display: none;
	}
	#fixArea {
		position: relative;
	}

	.entry-title .link {
		float: right;
	}

	.post .entry-content .clinic_shop h2 {
		font-size: 17px;
    letter-spacing: 0;
    padding-bottom: 10px;
	}
	.post .entry-content .clinic_shop h2:before {
		min-width: 50px;
		height: 50px;
	}

	.entry-content ol,
	.entry-content ul {
		width: 100%;
		padding: 15px;
        /* padding-left: 30px; */
	}
	.entry-content .clinic_shop ul li:not(:first-of-type) {
		margin-left: 20px;
	}

	.entry-content .clinic_shop ul li:first-of-type {
		font-size: 18px;
	}

	.rtoc-mokuji-content .rtoc-mokuji.level-1 li {
		width: 85%;
	}

	.rtoc-mokuji-content .rtoc-mokuji.level-1.decimal_ol {
		margin: 0 20px 22px !important;
		
	}

	
	.entry-content .user_name_txt {
		flex: 1;
		font-size: 14px;
		
	}

	.entry-content .user_voices_item:before {
		
    left: 50px;
	}

	.entry-content .user_name_img {
		max-width: 42px;
	}
	.entry-content .user_name {
		
	}

	.entry-content .user_name_info {
		
	}

	.entry-content .user_voices_flex {
		flex-wrap: wrap;
		justify-content: center;
        gap: 0;
	}
	.entry-content .user_voices_box {
		flex: auto;
	}

	.entry-content .user_voices_arrow {
		transform: rotate(90deg);
		
	}


}


/*================================
ここからSP適用（480px以下）
================================*/
@media(max-width: 480px) {
	/*================================
	投稿記事
	================================*/

	/*投稿(トップページ)
	--------------------------------*/
	.site-main.top_cont {
		padding: 20px;
	}

	/*投稿記事タイトル(個別記事)
	--------------------------------*/
	.entry-title {
		padding-left: 10px;
		/* font-size: 2rem; */
	}

	/*投稿記事タイトル(トップページ)
	--------------------------------*/
	.entry-list-title {
		font-size: 1.6rem;
	}

	/*投稿記事本文
	--------------------------------*/
	.entry-content{
		padding: 0 0 10px;
	}
	.entry-content p {
	}

	/*================================
	投稿記事内のタイトル
	================================*/
	.entry-content .entry-sub-title01 {
		padding: 6px 10px;
		font-size: 2rem;
	}
	.entry-content .entry-sub-title02 {
		font-size: 2rem;
	}
	.entry-content .entry-sub-title03 {
		padding: 0 0 2px 18px;
		font-size: 1.8rem;
	}
	
	/*================================
	ウィジェット
	================================*/
	
	/*ウィジェット・検索ボックス
	--------------------------------*/
	.widget_search {
		width: 100%;
		float: none;
		/*padding-bottom: 30px;*/
	}
	.search-field {
		width: 100%;
		float: none;
	}
	.search-submit {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	/*ウィジェット・最近の投稿
	--------------------------------*/
	.widget_recent_entries {
		width: 100%;
		float: none;
	}
	
	.aligncenter {
		margin-bottom: 0;
	}
	
	#rtoc-mokuji-widget-wrapper.rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
		top: 23px;
		
	}
	
	
}










