/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*
* 送信ボタンカスタマイズ　20191218
------------------------------------------------------
*/
.c-forms__submit input {

	outline: none;
	display: inline-block;
	width: 100%;
	max-width: 18.875rem;
	text-align: center;
	background-color: #2CA7E0;
	color: #fff;
	border: 2px solid #2CA7E0;
	text-decoration: none;
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 150%;
	padding: .875rem 2.25rem .875rem .5rem;
	position: relative;
	transition: all .3s;
	font-weight: 700;

	max-width: 24.5rem;
	padding: 1.625rem 2rem;
	font-size: 1.125rem;
}

/*
* 確認画面調整　20191218
------------------------------------------------------
*/
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-forms__button#zipauto,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-forms__label,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-forms__privacy {
	display: none;
}

.c-menu-list__blog__image img {
	width: 100%;
}

.c-blog-lg__date:before {
	margin-left: 0;
	margin-right: .25rem;
}

.c-pagination ul {
	max-width: inherit;
	justify-content: center;
}

@media (max-width: 750px) {
	.c-slidebar-menu__tel__text {
		letter-spacing: 0.05em;
	}
}

@media (max-width: 370px) {
	.c-slidebar-menu__tel__number {
		font-size: 2rem;
		letter-spacing: -1px;
	}

	.c-slidebar-menu__tel__number:before {
		width: 2.5rem;
		margin-right: .35rem;
	}

	.c-slidebar-menu__tel__text {
		font-size: .8rem;
		letter-spacing: 0.05em;
	}
}

/* ナビゲーション調整 */
.c-post-navs ul {
	display: block;
}

.c-button.is-term {
	max-width: 17.75rem;
}

.c-enquete__enq {
	height: inherit;
}

.c-enquete__enq iframe {
	height: 2760px;
}

@media (max-width: 750px) {
	.c-button.is-term {
		max-width: 100%;
	}

	.c-enquete__enq {
		height: inherit;
	}

	.c-enquete__enq iframe {
		height: 3800px;
	}
}

.c-footer-content__title {
	font-weight: bold;
}

/** 2019年12月25日 水曜日 修正 **/
@media (max-width: 768px) {
	.l-wrapper {
		padding-top: 2.5rem;
	}

	.c-breadcrumb {
		margin-top: 64px;
	}

	.c-floating-banner__button {
		border-radius: 0px;
	}

	.u-sm-text-left {
		text-align: left !important;
	}

	.c-news-twoline.is-list .c-news-twoline__item__title,
	.c-box-block__title,
	.c-voice-header__title {
		font-weight: bold;
	}

	.l-header-variable {
		border-bottom: 1px solid #e8e8e8;
	}

	.c-news-twoline__label {
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.c-footer-content__places ul {
		margin-bottom: 32px;
	}

	.c-footer-content__places ul li {
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 16px;
		padding-top: 16px;
		margin-bottom: 0;
	}

	.c-top-search__select select,
	.c-top-search input {
		font-size: 16px;
	}

	.c-slidebar-menu ul li a {
		font-weight: bold;
	}

	.c-slidebar-menu ul li a,
	.c-slidebar-menu ul li span {
		padding: 0.675rem 0;
	}

	.c-slidebar-menu__box {
		padding: 1.175rem 1.875rem 1.25rem;
	}

	.c-area-list__title {
		font-weight: bold;
	}
}

h1.c-heading.is-lg {
	font-weight: bold;
}

.l-header-variable__nav ul li a {
	font-weight: bold;
}

/** 2019年12月27日 金曜日 修正 **/

/* 治療院詳細 Google map */
.c-map {
	height: 20.4375rem;
}

/* フォームのプライバシー */
.c-forms__privacy {
	text-align: center;
}

/* フォームの見た目調整 */
@media (max-width: 768px) {
	.c-forms__title {
		font-size: 16px;
	}

	.c-forms__select.is-sm {
		margin-left: 4px;
	}
}

/* 検索の並び替え */
@media (max-width: 768px) {
	.c-block-list__sort {
		font-size: 16px;
	}
}

/* 都道府県のリスト */
.c-area-list__lists li {
	padding: 0 1.95rem;
	margin-bottom: 1rem;
}

.c-block-list__block:before {
	height: 3px;
	background-color: #CCC;
}

.c-category-desc__text {
	text-align: center;
}

/* 20200528 都道府県調整 */
/*.c-area-accordion.js-accordion .is-accordion {*/
/*display: block !important;*/
/*}*/

.c-area-list.is-accordion.is-lowerlevel .c-area-list__block {
	display: block;
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__title:before {
	margin-right: 16px;
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__subtitle a {
	display: block;
	padding: 8px 24px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;
	background-color: rgba(44, 167, 224, 0.1);
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists {
	padding-left: 25px;
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li {
	width: 16.666%;
	margin-bottom: 2px;
	padding: 0 10px;
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li:first-child {
	/*padding: 0 10px !important;*/
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li:nth-child(6n):after {
	content: '';
	display: block;
	width: 1px;
	height: 1rem;
	background-color: rgba(44, 167, 224, 0.8);
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}

.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li a {
	font-size: 13px;
}

.c-block-list__title {
	margin-top: 0;
}

/************************ 20200618 治療院詳細、エリアを h1に含める ************************/

.c-detail-top__address {
	display: block;
	padding-top: 8px;
	font-weight: normal;
}

.c-detail-top__heading {
	align-items: flex-start;
}

.c-button.is-active {
	background: rgb(44, 166, 224);

}

/**
 検索関連調整
 */
.c-button.is-active span {
	color: #FFF;
}

.c-area-accordion {
	background: #f5f5f5;
	padding: 16px 32px;
}

.c-area-accordion.is-open .c-area-title {
	margin-bottom: 1rem;
}

.c-area-title:hover {
	cursor: pointer;
	background: #2693c5;
}

.is-accordion .c-search-buttons .c-button,
.is-accordion .c-search-buttons .c-button-social > a {
	margin-bottom: 1rem;
}

.c-button.js-condition-button {
	font-size: 12px;
}

.c-search-buttons .row {
	padding-left: 8px;
	padding-right: 8px;
}

.c-search-buttons .large-3 {
	padding-left: 8px;
	padding-right: 8px;
}

.c-area-list__title:before {
	margin-right: .8rem;
}

.c-block-list__address {
	letter-spacing: 0;
}

.c-block-list__address:before {
	margin-right: 0.2rem;
}

.c-block-list__money {
	margin-bottom: 0;
}

.c-area-list.is-accordion {
	margin-top: 0;
	margin-bottom: 0;
}

.c-block-list__block:before {
	height: 2px;
}

.c-content-desc__text p {
	margin-top: 1em;
}

.c-block-list__sort-wrap {

	background: rgba(0, 0, 0, 0.3);
	padding-left: 24px;
}

.c-block-list__sort {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*-webkit-Appearance: auto;*/
	/*appearance: auto;*/

	/*color: #333;*/
}

.c-block-list__sort-wrap:before {
	left: 10px;
}

/*.c-block-list__sort-wrap:before {*/
/*	display: none;*/
/*}*/
.c-block-list__sort option {
	color: #000;
}


.l-header-variable__heading {
	max-width: 248px;
	width: 100%;
}

@media (max-width: 768px) {
	.l-header-variable__heading {
		max-width: 178px;
		width: 100%;
	}
}

/* 20200702 スマホ調整 */
@media (max-width: 768px) {

	/* 公開後フォームの見た目調整、スマホ版 */
	.c-form-box__tel {
		font-size: 25px;
		margin-bottom: 6px;
	}

	body.application #ui-datepicker-div {
		width: 90%;
	}

	body.application .ui-datepicker td span,
	body.application .ui-datepicker td a {
		padding: .7em .2em;
	}

	.c-forms__submit .small-12 {
		margin-bottom: 16px;
	}

	/* 掲載治療院一覧 */
	.post-type-archive-clinic .c-block-list__heading span {
		font-size: 16px;
	}

	.post-type-archive-clinic .c-area-accordion {
		padding-left: 16px;
		padding-right: 16px;
	}

	.post-type-archive-clinic .c-search-buttons .c-button.is-md {
		font-size: 11px;
	}

	.post-type-archive-clinic .c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li {
		width: 32.666%;
		padding: 0 0 0 10px;
		margin-bottom: 16px;
	}

	.post-type-archive-clinic .c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li:after {
		display: none;
	}

	.post-type-archive-clinic .c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li a {
		font-size: 12px;
	}

	.post-type-archive-clinic .c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li a {
		font-size: 12px;
	}
}

/* 20200702 治療院詳細 */
.c-offer-sm {
	margin-top: 24px;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.c-enquete__enq iframe {
		height: 3500px;
	}
}

/* 20200717 治療院一覧 */
.c-block-list__title {
	/*color: ;*/
}

@media (max-width: 768px) {
	.c-search-buttons {
		margin-bottom: 0;
	}

	.c-area-accordion .c-heading.is-line {
		font-size: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.c-area-accordion .c-heading.is-line:before {
		display: block;
		width: .3125rem;
		height: calc(100% - 12px);
		background-color: #024DA0;
		position: absolute;
		left: 0;
		top: 1px;
	}

	.c-category-desc {
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 1.1rem;
		margin-bottom: 1.2rem;
	}
}

.c-smp-tel {
	background: #154da0;
	box-shadow: 0px 4px 0px 0px #0e356f;
	border: 3px solid #154da0;
	padding: 10px 4px;
	color: #FFF;
	border-radius: 3px;
}

.c-smp-tel__label {
	background: #FFF;
	padding: 1px 2px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
	letter-spacing: 0;
	margin-top: -26px;
	border: 2px solid #154da0;
	color: #154da0;
	font-weight: bold;
}

.c-smp-tel__content {
	padding: 10px;
	display: flex;
	padding-bottom: 0;
	padding-right: 0px;
}

.c-smp-tel__icon {
	display: flex;
}

.c-smp-tel__icon > span:first-child {
	margin-right: 10px;
	display: block;
	max-width: 60px;
}

.c-smp-tel__icon > span:last-child {
	width: 40px;
	line-height: 1.3;
	font-size: 14px;
	display: block;
	padding: 4px;
	/* background: #CCC; */
	font-weight: bold;
}

.c-smp-tel__number .c-smp-tel__tel {
	text-decoration: none;
	line-height: 1;
}

.c-smp-tel__number .c-smp-tel__tel span {
	font-size: 28px;
	display: block;
	letter-spacing: 0.04em;
	color: #ffffff;
	font-family: Roboto, Sans-Serif;
	line-height: 0.9;
	margin-bottom: 3px;
}

.c-smp-tel__number .c-smp-tel__tel small {
	display: block;
	line-height: 1;
	font-size: 10px;
	color: #FFF;
	letter-spacing: -0.1px;
}

.c-block-list__button .c-floating-banner__button {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 768px) {
	.c-block-list__block:before {
		display: none;
	}

	.c-block-list__button {
		padding: 0 1rem 0 1rem;
		margin-bottom: 24px;
	}
}

.phone_area__text {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.8em;
}

.btnn-wrap {
	top: 10px !important;
}

.btnn.btnn-c {
	font-size: 20px;
	letter-spacing: 0;
	/* height: 44.5px; */
	box-shadow: rgb(255, 127, 0) 0px 5px 0px;
	width: 100%;
	background-color: rgb(255, 144, 0) !important;
	padding: 9px 20px 10px;
}

.btnn.btnn-c i {
	margin-right: 0.5em;
	margin-top: 0.6em;
}

.btnn.btnn-c.btnn-l {
	text-align: center;
	/* height: 38.0781px; */
	font-size: 12px;
	font-weight: bold;
	border-width: 1px !important;
	white-space: normal !important;
	overflow: visible !important;
	margin-top: 14px;
	margin-right: 4px;
	padding: 8px !important;
	width: 162.125px !important;
	background-color: rgb(0, 185, 0) !important;
	box-shadow: rgb(41, 140, 7) 0px 5px 0px;
}

.btnn.btnn-c.btnn-i {
	text-align: center;

	/* height: 38.0781px; */
	font-size: 12px;
	font-weight: bold;
	box-shadow: rgb(44, 150, 224) 0px 5px 0px;
	margin: 0px;
	margin-top: 14px;
	margin-left: 4px;
	border-width: 1px !important;
	white-space: normal !important;
	overflow: visible !important;
	width: 165.203px !important;
	padding: 8px !important;
	border-color: rgb(255, 0, 0) !important;
	background-color: rgb(44, 167, 224) !important;
}

.btnn-wrap__buttons {
	display: flex;
	justify-content: space-between;
}

.c-detail-top__offer {
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-block-list__button .c-floating-banner__button {
	background: #f58700;
	border-radius: 4px;
	box-shadow: rgb(160 94 13) 0px 5px 0px;
}

.c-block-list__button .c-floating-banner__button {
	height: auto;
}

.c-block-list__button .c-floating-banner__button span {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 10px;

}

.c-block-list__button .c-floating-banner__button small {
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #FFF;
	font-weight: bold;
	margin-top: 6px;
}

@media (max-width: 768px) {
	.c-block-list__title {
		border-top: 3px solid #e8e8e8;
		padding-top: 16px;
	}

	html, body {
		font-family: sans-serif;
	}

	.c-block-list__address {
		font-size: 13px;
	}

	.c-block-list__image {
		padding-left: 16px;
		padding-right: 16px;
	}

	.c-block-list__block {
		padding-left: 0px;
		padding-right: 0px;
	}

	.c-category-desc {
		border-radius: 4px;
	}

	.c-smp-tel__label {
		font-size: 11px;
	}
}

.c-floating-banner .c-smp-tel {
	width: 100%;
}

.c-floating-banner .c-smp-tel__content {
	padding-top: 10px;
	display: flex;
	padding-bottom: 0;
	padding-right: 0px;
	/* padding-left: 30px; */
	margin-left: auto;
	margin-right: auto;
	/* display: block; */
	width: 316px;
}

.c-anchor__navs li:after {
	display: none;
}

@media (min-width: 768px) {
	.c-anchor__navs li {
		width: 20%
	}

	.c-main-visual {
		min-height: 460px;
	}
}

@media (max-width: 768px) {
	.c-main-visual {
		min-height: 346px;
	}

	.c-block-list__block .c-block-list__wrap {
		display: flex;
	}

	.c-block-list__block .c-block-list__wrap .c-block-list__content {
		margin-top: 0;
		flex-basis: calc(70% - 16px);
	}

	.c-block-list__block .c-block-list__wrap .c-block-list__image {
		flex-basis: 30%;
		padding-left: 0;
		padding-right: 0;
	}

	.c-block-list__rating {
		margin-bottom: 2px;
	}

	.c-block-list__address {
		margin-bottom: 3px;
	}

	.c-block-list__rating,
	.c-block-list__address {
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0;
	}

	.c-block-list__text {
		letter-spacing: 0;
		font-size: 10px;
	}

	.c-block-list__money {
		letter-spacing: 0;
		font-size: 11px;
	}

	.c-block-list__money span {
		font-size: 1.4em;
		display: inline-block;
		margin-right: 2px;
	}

	.c-block-list__address,
	.c-block-list__text {
		display: flex;
	}

	.c-block-list__text i.fa {
		color: #0a4b78;
		margin-right: 3px;
	}

	.c-block-list__reason .c-point-box__num {
		width: 19px;
		height: 19px;
		border-radius: 100px;
		background: #2A4E9B;
		margin-right: 6px;
	}

	.c-block-list__reason .c-point-box__num span {
		font-size: 11px;
	}

	.c-block-list__reason .c-point-box {
		margin-top: 10px;
		padding: 10px 10px;
		padding-bottom: 1px;
	}

	.c-block-list__reason .c-point-box__text {
		font-size: 11px;
	}

	.c-block-list__reason .c-point-box__item {
		margin-bottom: 4px;
	}

	.c-block-list__title a {
		text-decoration: none;
		font-weight: bold;
	}

	.c-block-list__buttons {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;

	}

	.c-block-list__button {
		text-align: center;
		width: calc(50% - 8px);
		padding: 10px 14px;
		padding-top: 12px;
		border-radius: 4px;
		background: #E88B33;
		color: #FFF;
		letter-spacing: 0;
		font-weight: bold;
		border-radius: 4px;
		text-decoration: none;
		box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
	}

	.c-block-list__title {
		font-size: 18px;
		/*background: rgba(44,167,224,.1);*/
		/*padding: 4px 8px;*/
	}

	.c-block-list__block {
		padding-top: 0;
		padding-bottom: 0;
	}

	.c-block-list__button.is-form {
		background: #2A4E9B;
	}

	.c-block-list__button.is-tel i {
		font-size: 20px;
		transform: translateY(2px);
	}

	.c-block-list__heading span {
		font-size: 16px;
	}

	.c-block-list__heading {
		padding-left: 10px;
		padding-right: 10px;
	}

	.c-area-accordion.js-accordion {
		padding-left: 16px;
		padding-right: 16px;
	}

	.c-area-accordion.js-accordion .is-accordion {
		display: block !important;
	}

	.c-area-accordion .c-area-title:before {
		display: none;
	}

	.c-area-accordion .c-heading.is-line {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists {
		padding-left: 0;
		margin-bottom: 10px;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li {
		width: 50%;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li:before {
		display: none;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li:after {
		display: none !important;
	}

	.is-accordion .c-search-buttons .c-button {
		margin-bottom: 8px;
	}

	.is-accordion .c-search-buttons .c-button span {
		font-size: 12px;
		letter-spacing: 0;
	}

	.c-area-accordion .c-search-buttons .row {
		padding-left: 0;
		padding-right: 0;
	}

	.is-accordion .c-search-buttons {
		margin-bottom: 0;
	}

	.c-block-list__sort-wrap {
		max-width: 160px;
		margin-left: auto;
		margin-bottom: 10px;
	}

	.c-block-list__title .fa {
		color: #2A4E9B;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li {
		padding-left: 1px;
		padding-right: 1px;
	}

	.c-area-list.is-accordion.is-lowerlevel .c-area-list__lists li a {
		display: block;
		padding: 8px 8px;
		background: #fff;
	}

	.c-area-accordion .c-heading.is-line:before {
		top: 5px;
	}

	.c-area-accordion .c-heading.is-line {
		border-bottom: none;
	}

	.phone_area .btnn-wrap a svg {
		width: 100%;
		height: auto;
	}

	.btnn-wrap__buttons a {
		display: block;
		width: calc(50% - 4px);
	}

	.btnn-wrap__buttons a svg {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 768px) {
	.c-anchor__navs li a {
		white-space: nowrap;
		letter-spacing: 0;
	}

	.c-anchor__navs li:after {
		margin-left: 4px;
	}
}

.c-anchor__navs li a i {
	color: #2ca7e0;
	font-size: 20px;
	margin-right: 8px;
}

.c-anchor-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 1000;
	margin-top: 0;
	padding-top: 1.25rem;
	background: #FFF;
}

.c-clinic-detail-tel {
	font-size: 24px;
	color: #024da0;
	font-family: Roboto, sans-serif;
}

.m-tel-notice {
	color: #333;
	/*display: block;*/
	font-size: 0.5em;
}

@media (max-width: 768px) {
	.c-clinic-detail-tel {
		letter-spacing: 0;
		font-size: 20px;
		color: #024da0;
		font-family: Roboto, sans-serif;
		text-decoration: none;
	}

	.m-tel-tel {
		text-decoration: underline;
	}

	.m-tel-notice {
		display: block;
	}

}

.c-timetable table {
	width: 100%;
}

.c-timetable table {
	margin-bottom: 12px;
}

.c-timetable table thead th {
	background: #e5edf1;
	padding: 10px;
	border: 1px solid #CCC;
}

.c-timetable table tbody td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
}

.c-timetable table tbody td:nth-child(2),
.c-timetable table tbody td:nth-child(3),
.c-timetable table tbody td:nth-child(4),
.c-timetable table tbody td:nth-child(5),
.c-timetable table tbody td:nth-child(6),
.c-timetable table tbody td:nth-child(7),
.c-timetable table tbody td:nth-child(8),
.c-timetable table tbody td:nth-child(9) {
	width: 72px;
}

.c-timetable table tbody td a {
	font-size: 13px;
	letter-spacing: 0;
	font-family: Roboto, sans-serif;
}

.c-timetable__desc {
	font-size: 0.9em;
	line-height: 1.5;
}

.c-anchor__navs li a:before {
	background-color: #999;
}
@media (max-width: 768px) {
	.c-timetable table tbody td:nth-child(2),
	.c-timetable table tbody td:nth-child(3),
	.c-timetable table tbody td:nth-child(4),
	.c-timetable table tbody td:nth-child(5),
	.c-timetable table tbody td:nth-child(6),
	.c-timetable table tbody td:nth-child(7),
	.c-timetable table tbody td:nth-child(8),
	.c-timetable table tbody td:nth-child(9) {
		width: 25px;
	}

	.c-timetable table thead th,
	.c-timetable table tbody td a,
	.c-timetable table tbody td,
	.c-timetable table tbody th {
		font-size: 9px;
		padding: 4px 4px;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	.c-anchor__navs {
		margin-top: 2.4rem;
		margin-left: -16px;
		margin-right: -16px;
	}

	.c-anchor__navs li a {
		padding-bottom: 0.8rem;
	}

	.c-anchor__navs li a:after {
		height: 2px;
	}

	.c-anchor__navs li a i {
		font-size: 16px;
		margin-right: 4px;
	}

	.c-anchor__navs li a {
		margin-bottom: 0;
	}

	.c-anchor__navs li a:before {
		height: 2em;
	}

	.c-anchor-nav {
		padding-top: 0.5rem;
		/*margin-left: -16px;*/
		/*margin-right: -16px;*/
		margin-bottom: -44px;
	}

	.c-anchor__navs {
		margin-top: 0;
		padding-top: 0;
	}

	.single-clinic .l-header-variable {
		position: static;
	}

	.single-clinic .c-slidebar-button {
		position: absolute;
	}

	.single-clinic .c-breadcrumb {
		margin-top: 0;
	}

	.c-floating-banner {
		z-index: 1001;
	}

	.c-anchor__navs li a i {
		display: block;
		margin-bottom: 3px;
	}

	.c-anchor__navs li a {
		display: block;
		text-align: center;
		padding-bottom: .5rem;
	}
	.c-anchor__navs li a:before {
		height: 3.5em;
	}
	.c-anchor-nav{
		margin-left: -16px;
		margin-right: -16px;
	}
}

.c-features-list a {
	display: inline-block;
	text-align: center;
	min-width: 5.6875rem;
	border-radius: 1000px;
	border: 1px solid #2ca7e0;
	background-color: #fff;
	margin-right: .375rem;
	margin-bottom: .375rem;
	letter-spacing: 0;
	padding: 0 .5rem;
	color: #2ca7e0;
	font-size: .725rem;
	line-height: 21px;
	text-decoration: none;
}

.c-features-list a:hover {
	background: #2ca7e0;
	color: #FFF;
}

.rf-global .rf-comment {
	background: #e5eff3;
	padding: 22px 26px;
	border-radius: 0;
}
.rf-global .rf-comment__user__stars {
	width: 86%;
}

.c-detail-top__money-wrap {
	margin-top: 10px;
}

@media(max-width: 768px){
	.single-clinic .l-wrapper {
		padding-top: 1em;
	}
	.c-detail-top__slider {
	padding-left: 40px;
	padding-right: 40px;
}
.c-anchor__navs li{
	width:18%;
}
}


.c-form-submit__panel {
	padding: 16px 24px;
	background: #f5f5f5;
	border-radius: 3px;
	margin-bottom: 24px;
	text-align: left;
}
.c-form-submit__panel .panel_head {
	text-align: left;
	font-weight: bold;
}
.c-form-submit__panel .panel_body {
	font-size: 13px;
	line-height: 1.5;
}
.c-form-submit__panel p,
.c-form-submit__panel li {
	font-size: 13px;
	text-align: left;
}
.rf-global .c-form-submit__terms a {
	font-size: 1em;
}


.rf-reviewbutton {
	margin-top: 40px;
	margin-bottom: 40px;
}



.c-point-box {	
	margin-bottom: 32px;
}
@media(min-width: 768px){
	.c-related-clinic__items .c-block-list__block {
		max-width: 33%;
	}
.c-related-clinic__items {
	display: flex;
}
.c-related-clinic__items .c-block-list__wrap {
	display: block;
}
.c-related-clinic__items .c-block-list__image {
	width: 100%;
	margin-bottom: 1em;
}

.c-related-clinic__items .c-block-list__content {
	width: 100%;
}

.c-related-clinic__items .c-block-list__title a {
	text-decoration: none;
	font-weight: bold;

}
}
.c-related-clinic__title {
	background: #024DA0;
	text-align: center;
	color: #FFF;
	padding: 1em 1em;
	font-size: 1.3em;
}

.c-related-clinic .c-footer-content__body {
	display: block;
	width: 100%;
	margin-top: 1em;
}
.c-related-clinic .c-footer-content__places {
padding-right: 0;
}