@charset "UTF-8";

.wrap.flex {
	align-items: start;
}

main section {
	background-image: none;
	padding: 0;
}

.date {
	color: #a0a0a0;
	display: block;
	font-weight: bold;
}

section>.date {
	margin-bottom: 15px;
	display: block;
}

.icon_new {
	background-color: #c42134;
	color: #ffffff;
	padding: 0 5px;
	font-size: 1.2rem;
	margin-right: 5px;
	font-weight: bold;
}

.ttl02 {
	font-size: 3.4rem;
	color: #c80017;
	line-height: 1.3;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

p {
	line-height: 1.6;
	margin-bottom: 30px;
}

.pager {
	background-image: url(../img/blog/img_001.png), url(../img/blog/img_002.png);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	position: relative;
}

.pager::after {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c80017;
	font-size: 2rem;
}
.pager.no_next::after {
	display: none;
}

.pager::before {
	content: "\f137";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c80017;
	font-size: 2rem;
}
.pager.no_prev::before {
	display: none;
}

@media screen and (min-width: 768px) {
	.pager::after,
	.pager::before {
		position: absolute;
		top: 0;
		bottom: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.pager::after {
		right: 0;
	}
	.pager::before {
		left: 0;
	}
}


.pager figure {
	width: 60px;
	height: 60px;
	background-color: #ccc;
}

.pager a {
	display: flex;
	color: #c80017;
	font-weight: bold;
	align-items: center;
	justify-content: space-around;
}
.pager .next,
.pager .prev {
}
.pager .next {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.pager .next div,
.pager .prev div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

@media screen and (min-width: 768px) {
	.pager .next {
		padding-right: 50px;
	}
	.pager .prev {
		padding-left: 50px;
	}
}



.pager .date {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.pager li:nth-child(1),
.pager li:nth-child(3) {
	width: 280px;
}

.pager li:nth-child(1) div {
	margin-left: 10px;
}

.pager li:nth-child(2) {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.pager li:nth-child(2) a {
	padding: 0 30px;
	color: #0f0e0c;
	height: 60px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.pager li:nth-child(2) a {
		text-align: center;
		line-height: 1.4;
		padding: 0px 15px;
	}
}

.pager li:nth-child(3) div {
	margin-right: 10px;
	text-align: right;
}

.blog_up_therapist {
	margin-bottom: 20px;
	width: 250px;
    text-align: center;
    background-image: url(../img/common/cast_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #000000;
    min-height: 412px;
    padding-top: 20px;
}


.blog_up_therapist dt {

	/*
	background-image: url(../img/blog/bg_002.png);
	height: 124px;
	color: #ffffff;
	padding-top: 68px;
	text-align: center;
	line-height: 1.3;
	*/
	margin-bottom: 10px;
}

.blog_up_therapist dt span {
	display: block;
	font-size: 2.0rem;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog_up_therapist dt span small {
	margin-left: 10px;
	font-size: 1.6rem
}

.blog_up_therapist dd a:hover img {
	opacity: 1;
}
.blog_up_therapist dd img {
	width: 250px;
}
.blog_up_therapist figure {
    padding: 0 10px;
}

.calender {
	margin-bottom: 20px;
}

.calender dt {
	/* background-image: url(../img/common/bg_001.jpg); */
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
.calender dt:before {
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	margin-right: 10px;
}

.calender dt:after {
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	transform: scale(-1, 1);
	margin-left: 10px;
}
*/
.calender dd {
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
}

.calender dd table {
	width: 100%
}

.calender dd table caption {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.calender dd table td {
	padding: 8px 0;
}

.calender dd table tbody {
	border-bottom: 1px solid #dddddd;
}

.calender dd tfoot tr {
	margin-top: 10px;
}

.calender thead th:last-of-type {
	color: #4176bf;
}

.calender thead th:first-of-type {
	color: #ce132d;
}

.calender table a {
	color: #c80017;
	font-weight: bold;
}

.calender #prev a:before {
	content: "\f137";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c80017;
	font-size: 1.2rem;
	margin-right: 5px;
}

.calender #next a:after {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c80017;
	font-size: 1.2rem;
	margin-left: 5px;
}

.calender #prev {
	text-align: left;
}

.calender #next {
	text-align: right;
}

.calender dd tfoot a {
	color: #0f0e0c;
}

.calender dd tfoot td {
	padding: 10px 0 0 0;
}



.archives {
	background-color: #fff;
}

.archives dt {
	/* background-image: url(../img/common/bg_001.jpg); */
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
.archives dt:before {
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	margin-right: 10px;
}

.archives dt:after {
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	transform: scale(-1, 1);
	margin-left: 10px;
}
*/
.archives dd {
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	margin: 0 20px;
}

.archives figure img {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	display: block;
}

.archives figure+div {
	margin-left: 10px;
}

.archives a {
	display: flex;
}

.archives .date {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.archives .ttl {
	color: #c80017;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: -1px;
}

.archives_list01 {
	background-color: #ffffff;
	padding: 10px 20px;
}

.archives_list01 li {
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.archives_list01 li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.archives_list01 li a {
	padding-bottom: 5px;
	display: block;
}

.archives_list01 li a:before {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c80017;
	font-size: 1.2rem;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.pager figure {
		display: none;
	}

	.bg01 {
		padding: 20px;
	}

	/* .pager{display: block;} */
	.pager:before,
	.pager:after {
		display: none;
	}

	.pager li:nth-child(1),
	.pager li:nth-child(3) {
		width: 35%;
	}

	.pager li:nth-child(1) div {
		margin-left: 0;
	}

	.pager li:nth-child(3) div {
		margin-right: 0;
	}

	.ttl02 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.blog_up_therapist {
		width: 250px;
		margin: 0 auto 20px auto;
	}

	.archives_list01 li a {
		padding-bottom: 15px;
	}
}



.btns {
	text-align: center;
	padding-top: 20px;
}


.blog_list dl {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.blog_list>li {
		width: 100%;
	}

	.blog_list>li:nth-of-type(odd) {
		margin-right: 0;
	}

	.blog_list>li:nth-last-of-type(n+3) {
		margin-bottom: 0;
	}

	.blog_list>li:not(:last-of-type) {
		margin-bottom: 6%;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 6%;
	}
}

.blog_list a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.blog_list .ttl {
	font-size: 2rem;
	font-weight: bold;
	color: #c80017;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.4;
}

/* IE11 */
_:lang(x)::-ms-backdrop,
.blog_list .ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog_list li {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog_list figure {
	width: 100px;
	height: 100px;
}

.blog_list img {
	display: block;
}

.blog_list dl {
	margin-left: 20px;
}

.blog_list .details {
	margin-bottom: 12px;
	font-weight: inherit;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
}

/* IE11 */
_:lang(x)::-ms-backdrop,
.blog_list .details {
	text-overflow: ellipsis;
	white-space: nowrap;
}


.blog_list dd {
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.blog_list .name {
	color: #0f0e0c;
	display: block;
}

.blog_list small,
.blog_list .post_date {
	font-size: 1.2rem;
}

.blog_list .post_date {
	color: #a0a0a0;
}

@media screen and (max-width: 767px) {
	.pagination_nav {
		padding-bottom: 20px;
	}
	.pagination_nav li.page_first, 
	.pagination_nav li.page_last {
		display:none;
	}
	/*
	.pagination_nav li {
		display:none;
	}
	*/
	.pagination_nav li.active, 
	.pagination_nav li.next_link,
	.pagination_nav li.prev_link {
		display:flex;
	}
	.blog_list dl {
		margin-left: 10px;
	}

	.blog_list .ttl {
		border-bottom: none;
		margin-bottom: 3px;
		padding-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.blog_list .details {
		display: none;
	}
}

@media screen and (max-width: 424px) {
	.blog_list figure {
		width: 75px;
	}

	.blog_list dl {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
	}

	.blog_list dd {
		display: block;
	}
}


.blog_detail .thumb {
	text-align: center;
}

.blog_detail em {
	font-style: italic;
}
.blog_detail ul,
.blog_detail ul li {
	list-style-type: disc;
}
.blog_detail ol,
.blog_detail ol li {
	list-style-type: decimal;
}
.blog_detail li {
	line-height: 1.7;
}


.blog_detail .ql-size-huge {
	font-size: 2.5em;
}
.blog_detail .ql-size-large {
	font-size: 1.5em;
}
.blog_detail .ql-size-small {
	font-size: 0.75em;
}
.blog_detail p {
	margin-bottom: 10px;
}

