@charset "utf-8";



/* part layout : other */

@media screen and (min-width: 1024px) {
	
	.layout--other.part {
	}
	
	.layout--other .part-header {
		
	}
	
	.part-body-footer-outer {
		display: flex;
		flex-direction: row-reverse;
		width: calc(100% - 100px);
		max-width: 1440px;
		margin: auto;
	}
	
	.layout--other .part-body {
		width: 75%;
	}
	
	.layout--other .part-footer {
		width: 25%;
		min-width: 300px;
	}
	
	
	.part-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	
	.layout--other .chapter-header,
	.layout--other .chapter-body,
	.layout--other .chapter-footer {
		width: 100%;
		max-width: initial;
		margin: auto;
	}
	
	.information-index {
		width: 100%;
	}
	
}

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

.part-header-inner {
	padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.part-header-inner {
		padding-bottom: 0;
	}
}

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

.search-form {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.search-form form {
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.search-form__txt {
	flex-grow: 1;
	border-right: none;
	border-radius: 2px 0 0 2px;
}

.search-form__btn {
	position: relative;
	min-width: 40px;
	padding: 8px 10px;
	border: none;
	border-radius: 0 3px 3px 0;
	box-sizing: border-box;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-indent: 0.25em;
	letter-spacing: 0.25em;
	color: inherit;
	white-space: nowrap;
	line-height: 1.5;
	cursor: pointer;
	color: #fff;
	background-color: rgba(101,129,192,0.8);
}

a:hover .search-form__btn,
.search-form__btn:hover {
	background-color: rgb(101,129,192);
}

@media screen and (min-width: 1024px) {
	
	.search-form {
		width: 100%;
		max-width: 320px;
	}
	.search-form__txt {
		min-width: initial;
		width: 50%;
		max-width: initial;
	}
	
}

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

.chapter-body {
	padding: 40px 0;
}

@media screen and (min-width: 1024px) {
	.chapter-body {
		padding: 0;
	}
}

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

.information-index {
	margin-bottom: 20px;
	border: none;
	background-color: #fff;
}

.information-index-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.information-index-header__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.information-index-header__ttl > a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.information-index-header__ttl .small {
	font-size: 80%;
	display: inline-block;
}

.ttl-icon {
	background-color: rgb(242, 112, 135);
}

.information-index-header__ttl .ttl-icon {
	width: 20px;
	height: 20px;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.information-index-header__ttl a:hover {
	color: #000;
	text-decoration: underline;
}

.information-index-header__menu {
	display: none;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 0.1s ease;
	color: rgba(0,0,0,0.4);
}

.information-index:hover .information-index-header__menu {
	opacity: 1;
}

.information-index-header__menu > * {
	margin-right: 10px;
}

.information-index-header__menu > *:last-child {
	margin-right: 0;
}

.information-index-header__menu .icon {
	display: block;
	width: 24px;
	height: 24px;
}

.information-index__anchor {
	font-size: 1.2rem;
}

.d-hospital           .ttl-icon { background-color: rgba(86,117,235,0.8);}
.d-rehabilis          .ttl-icon { background-color: rgba(0,160,170,0.8);}
.d-letsrehaplus       .ttl-icon { background-color: rgba(113,170,0,0.8);}
.d-home-visit-nursing .ttl-icon { background-color: rgba(219,150,41,0.8);}
.d-support            .ttl-icon { background-color: rgba(229,93,71,0.8);}


@media screen and (min-width: 1024px) {
	
	.information-index {
		display: block;
		margin-bottom: 30px;
	}
	
	.information-index-header {
		width: 100%;
		margin-bottom: 0;
		padding-left: 20px;
		box-sizing: border-box;
		border-right: none;
	}
	
	.information-index-header__ttl {
		font-size: 2.0rem;
	}
	
	.information-index-header__ttl .ttl-icon {
		width: 24px;
		height: 24px;
		padding: 8px;
		margin-right: 15px;
	}
	
	.information-index-header__menu {
		display: flex;
	}
	
	.information-index-list {
		width: 100%;
		padding-left: 5px;
	}
	
	.information-index__anchor {
		font-size: 1.4rem;
	}
	
}

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

.archives {
	text-align: center;
}

.archives > *:last-child {
	margin-bottom: 0;
}

.archives-inner {
	margin-bottom: 20px;
	padding: 20px;
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	box-sizing: border-box;
}

.archives__ttl {
	font-size: 1.3rem;
}

.archives__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.archives__list > *:last-child {
	margin-bottom: 0;
}

.archives__list li {
	list-style: none;
	margin: 0 1em 0.5em;
	padding-left: 0;
}

.archives__list a {
	display: inline-block;
	line-height: 1.5;
}

.archives-inner select {
	width: 100%;
}

.part-footer {
	padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
	
	.archives {
		width: calc(100% - 40px);
		padding: 60px 0;
		text-align: left;
		font-size: 1.3rem;
	}
	
	.scroll-down .archives {
		/*top: 40px;*/
		top: 100px;
	}
	
	.scroll-y-end .archives {
		top: 100px;
	}
	
	.archives__ttl {
		position: relative;
		font-weight: 600;
		margin-bottom: 1.5em;
		padding-left: 1.5em;
	}
	
	.archives-inner {
		
	}
	
	.archives__ttl:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		bottom: 0;
		display: block;
		width: 1.0em;
		height: 1.0em;
		margin: auto;
		border: 3px solid rgb(101,129,192);
		border-radius: 50%;
		box-sizing: border-box;
	}
	
	.archives__list {
		display: block;
		padding-left: 0;
	}
	
	.archives__list li {
		margin: 0 0 0.75em 20px;
	}
	.archives__list a {
		text-decoration: none;
	}
}



/* ------------------------------------------------------------ */
/* paging */

.paging {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.paging .icon {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.pagenation {
	width: 100%;
	padding: 20px 0 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}

/* not plugin ------------------------------- */

.page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	list-style: none;
}

.page-numbers li {
	margin: 0.5em;
}

.page-numbers li > * {
	display: block;
	padding: 1em ;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 1;
	min-width: 1em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}

.page-numbers a {
	text-decoration: none;
}

.page-numbers .current {
	background-color: rgba(0,0,0,0.3);
	border-color: transparent;
	color: #fff;
	pointer-events: none;
}

.page-numbers a:hover {
	color:  #fff;
	background-color: rgba(0,0,0,1);
}

.paging__detail {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.paging__detail li {
	
}

/* use plugin / wp-pagenavi ----------------- */

.wp-pagenavi {
	display: inline-flex;
	flex-wrap: wrap;
}

.wp-pagenavi a:hover {
	color:  #fff;
	background-color: rgba(0,0,0,1);
}

.wp-pagenavi > * {
	display: block;
	margin: 0.25em;
	padding: 0.75em;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 1;
	min-width: 1em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .previouspostslink {
	display: none;
}

.wp-pagenavi .page {
	
}

.wp-pagenavi .current {
	
}

.wp-pagenavi .extend {
	border: none;
	margin: 0;
}

.wp-pagenavi .nextpostslink {
	display: none;
}

.wp-pagenavi .last {
}


@media screen and (min-width: 1024px) {
	
	.paging {
		text-align: left;
	}
	.paging li:first-child {
		margin-left: 0;
	}
	
}


/* ------------------------------------------------------------ */
/* not-found */

.not-found .search-form {
	width: 100%;
	margin: 0;
}

.not-found {
	
}

.not-found__ttl {
	
}

@media screen and (min-width: 1024px) {
	
	.not-found.information-index-list {
		padding: 40px 20px;
	}
	
	.not-found .search-form {
		max-width: initial;
		margin: 0;
	}
	
	.not-found .search-form form {
		height: 60px;
	}
	
	.not-found .search-form__txt {
		font-size: 1.8rem;
		font-weight: 400;
	}
}


/* ------------------------------------------------------------ */
/* Gutenberg Block Editor for WordPress */

.has-black-color{#000}
.has-black-background-color{#000}

.has-dark-gray-color{#333}
.has-dark-gray-background-color{#333}

.has-medium-gray-color{#999}
.has-medium-gray-background-color{#999}

.has-light-gray-color{#d3d3d3}
.has-light-gray-background-color{#d3d3d3}

.has-ghost-white-color{color:#f8f8ff}
.has-ghost-white-background-color{background-color:#f8f8ff}

.has-white-color{color:#FFF}
.has-white-background-color{background-color:#FFF}


.has-red-color{color:#ff0000}
.has-red-background-color{background-color:#ff0000}

.has-vivid-red-color{color:#cf2e2e}
.has-vivid-red-background-color{background-color:#cf2e2e}

.has-blue-color{color:#0000ff}
.has-blue-background-color{background-color:#0000ff}

.has-vivid-blue-color{color:#0693e3}
.has-vivid-blue-background-color{background-color:#0693e3}

.has-green-color{color:#008000}
.has-green-background-color{background-color:#008000}


.has-vivid-green-color{color:#00d084}
.has-vivid-green-background-color{background-color:#00d084}