@charset "UTF-8";
.cl-main {
	color: #48872C !important;
}
.bg-sub {
	background: #f2f4ee !important;
}
.bg-sub-light {
	background: #f2f4ee !important;
}
.cl-phy {
	color: #89BA40 !important;
}
.cl-oct {
	color: #00ADB2 !important;
}
.cl-dtl {
	color: #03B8DF !important;
}
.cl-cld {
	color: #ec6d81 !important;
}
.cl-spp {
	color: #718CC7 !important;
}
.bg-phy {
	background-color: #89BA40 !important;
}
.bg-oct {
	background-color: #00ADB2 !important;
}
.bg-dtl {
	background-color: #03B8DF !important;
}
.bg-cld {
	background-color: #ec6d81 !important;
}
.bg-spp {
	background-color: #718CC7 !important;
}
.bcl-main {
	border-color: #48872C !important;
}
.bcl-phy {
	border-color: #89BA40 !important;
}
.bcl-oct {
	border-color: #00ADB2 !important;
}
.bcl-dtl {
	border-color: #03B8DF !important;
}
.bcl-cld {
	border-color: #ec6d81 !important;
}
.bcl-spp {
	border-color: #718CC7 !important;
}
.bclsub02-phy {
	border-color: #e2efd7 !important;
}
.bclsub02-oct {
	border-color: #e3efee !important;
}
.bclsub02-dtl {
	border-color: #e0edf1 !important;
}
.bclsub02-cld {
	border-color: #fae4e4 !important;
}
.bclsub02-spp {
	border-color: #dae4f6 !important;
}
/* main */
.l-main--blog {
	width: 70%;
	padding-right: 40px;
}
@media screen and (max-width: 1024px) {
	.l-main--blog {
		width: 100%;
		padding: 0 30px;
	}
}
.l-main--news {
	width: 70%;
	padding-right: 40px;
}
@media screen and (max-width: 1024px) {
	.l-main--news {
		width: 100%;
		padding: 0 30px;
	}
}
.l-main--search {}
/* sidebar */
.l-sidebar {
	width: 30%;
}
.l-sidebar section {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
	.l-sidebar {
		width: 100%;
		margin-top: 30px;
	}
}
/* search */
.article--search dt {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.article--search dt a:before {
	font-family: "ElegantIcons";
	content: "5";
	padding: 0 10px 0 0;
}
/* .widget */
.widget {}
@media screen and (max-width: 1024px) {
	.widget {
		padding: 0 30px;
	}
}
.widget + .widget {
	margin-top: 20px;
}
/* content */
.l-content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.l-content--blog {
	margin-top: 60px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-content--news {
	margin-top: 30px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.l-content--blog {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.l-content--news {
		margin-top: 0;
	}
}
.l-content--news--search {
	margin-top: 30px;
}
/* article--blog--post
------------------------------------------------*/
#main.l-main .post-body h2 {
	position: relative;
	margin: 80px 0 30px;
	padding: 0 0 15px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 700;
	color: #333;
}
#main.l-main .post-body h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #48872C;
	width: 60px;
	height: 3px;
}
#main.l-main .post-body h3 {
	margin: 50px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
  font-size: 22px;
	font-weight: 700;
	color: #48872C;
}
#main.l-main .post-body h4 {
	margin: 20px 0 10px;
	line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#main.l-main .post-body h5 {
  font-size: 1rem;
  background: rgb(203, 223, 237);
  background: linear-gradient(90deg, rgb(203, 223, 237) 0%, rgb(203, 232, 228) 100%);
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#main.l-main .post-body h6 {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 10px;
	position: relative;
	font-weight: bold;
}
#main.l-main .post-body p,
#main.l-main .post-body ul,
#main.l-main .post-body ol,
#main.l-main .post-body table,
#main.l-main .post-body figure,
#main.l-main .post-body blockquote {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#main.l-main .post-body h2 {
		margin: 60px 0 30px;
		font-size: 22px;
	}
	#main.l-main .post-body h2:after {
		height: 2px;
	}
	#main.l-main .post-body h3 {
		margin: 40px 0 20px;
		font-size: 19px;
	}
	#main.l-main .post-body h4 {
		margin: 20px 0;
		font-size: 15px;
	}
	#main.l-main .post-body h5 {
		font-size: 1em;
	}
}
/* linkcard
------------------------------------------------*/
.linkcard > div {
	max-width: 100%;
	background-color: #f8f8f8;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}
.linkcard > div a {
	display: block;
}
.linkcard > div a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.lkc-card {
	margin: 15px;
}
.lkc-thumbnail {
	padding: 0;
	margin: 0 10px 0 0;
}
.linkcard img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lkc-title {
	margin-bottom: 10px;
	line-height: 1.7;
	font-size: 18px;
}
.lkc-title:hover {
	text-decoration: none;
}
.lkc-url {
	margin-bottom: 5px;
}
.lkc-excerpt {
	font-size: 12px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.lkc-title {
		font-size: 15px;
	}
	.lkc-content {
		height: auto;
	}
}
/* news-list */
.p-news-list {
	border-bottom: 1px dotted #ddd;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-news-list {
		margin-top: 30px;
	}
}
.p-news-list__item {
	border-top: 1px dotted #ddd;
}
.p-news-list__item a {
	padding: 15px 10px;
	display: block;
	color: #666;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	.p-news-list__item a {
		padding: 10px 1.5em 10px 5px;
		position: relative;
	}
	.p-news-list__item a::after {
		position: absolute;
		right: 0;
		top: 50%;
		display: inline-block;
		font-family: "ElegantIcons";
		content: "5";
		font-size: 1.5rem;
		color: #ccc;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.p-news-list__item a:hover {
	background: #f0faf5;
}
.p-news-list__wrap {
	display: flex;
}
@media screen and (max-width: 1024px) {
	.p-news-list__wrap {
		flex-wrap: wrap;
	}
}
.p-news-list__meta {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17em;
	flex: 0 0 17em;
}
@media screen and (max-width: 1024px) {
	.p-news-list__meta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-bottom: 5px;
	}
}
.p-news-list__meta__tag {
	margin-right: 10px;
}
#main .post-meta span {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
}
#main h1.page-title {
	text-align: left;
	font-size: 30px;
	padding: 0;
}
#main .post-meta span {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
}
.wp_rp_content {
	width: 100%;
	margin: 40px 0;
}
.wp_rp_content a {
	color: #333;
}
.post-body .wsbl_twitter {
	width: auto;
}
.yarpp-related {
	margin: 40px 0 0 0 !important;
}
.yarpp-related h3 {
	padding: 0 0 10px !important;
	margin: 0 0 10px 0 !important;
}
.yarpp-related .yarpp-thumbnail-title {
	font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
	.yarpp-related .yarpp-thumbnail-title {
		width: auto;
	}
}
.yarpp-thumbnails-horizontal {
	margin-top: 0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	margin: 5px 4px 5px 0;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 30%;
		height: auto;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
		width: auto;
		max-width: calc(100% - 10px);
		height: auto;
		margin: 5px auto;
	}
}
@media screen and (max-width: 767px) {
	.single #contents #main .post-body .wsbl_line img {
		width: 88px;
	}
}
/* p-page-nav */
@media screen and (max-width: 767px) {
	.p-page-nav {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.p-page-nav--single {
	margin-top: 50px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-page-nav--single {
		margin-top: 30px;
	}
}
.p-page-nav--single div a {
	display: inline-block;
	position: relative;
	color: #333;
}
.p-page-nav--single div a:before, .p-page-nav--single div a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
.p-page-nav--single div a:before {
	transform: translate(0, -50%);
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.p-page-nav--single div a:after {
	width: 5px;
	height: 5px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	margin: -3px 0 0;
}
.p-page-nav--single div a:hover {
	opacity: 0.7;
}
.p-page-nav--single .p-page-nav--prev-post a {
	padding-left: 35px;
}
.p-page-nav--single .p-page-nav--prev-post a::before {
	left: 0;
}
.p-page-nav--single .p-page-nav--prev-post a:after {
	left: 11px;
	transform: rotate(-45deg);
}
.p-page-nav--single .p-page-nav--next-post {
	margin-top: 0;
}
.p-page-nav--single .p-page-nav--next-post a {
	padding-right: 35px;
}
.p-page-nav--single .p-page-nav--next-post a::before {
	right: 0;
}
.p-page-nav--single .p-page-nav--next-post a:after {
	right: 11px;
	transform: rotate(135deg);
}
.p-page-nav .wp-pagenavi {
	margin-top: 50px;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-page-nav .wp-pagenavi {
		margin-top: 30px;
	}
}
.p-page-nav .wp-pagenavi .current, .p-page-nav .wp-pagenavi .page, .p-page-nav .wp-pagenavi .last {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
}
.p-page-nav .wp-pagenavi .current:first-child, .p-page-nav .wp-pagenavi .page:first-child, .p-page-nav .wp-pagenavi .last:first-child {
	margin-left: 0;
}
.p-page-nav .wp-pagenavi .current {
	background: #48872C;
	color: #fff;
}
.p-page-nav .wp-pagenavi .page, .p-page-nav .wp-pagenavi .last {
	background: #F5F5F5;
	color: #333;
}
.p-page-nav .wp-pagenavi .page:hover, .p-page-nav .wp-pagenavi .last:hover {
	background: #f0faf5;
}
.p-page-nav .wp-pagenavi .extend {
	margin-left: 10px;
}
/*  
.wp-pagenavi>a,
.wp-pagenavi>span {
  border: 0;
  width: 9%;
  
  text-align: center;

  @media screen and (max-width: $bp1) {
    font-size: 13px;
    width: 32%;
  }
}

.wp-pagenavi span.current {
  border-bottom: 3px solid $main;
  padding: 5px;
  

  @media screen and (max-width: $bp1) {}
}

.wp-pagenavi a.page,
.wp-pagenavi a.last,
.wp-pagenavi a.nextpostslink {
  color: #666;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  

  @media screen and (max-width: $bp1) {}

  &:hover {
    background: $btn-hover;
  }
}
*/
/* title */
.popular-posts h2 {
	background: #E2E8E3;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.p-title--widget {
	background: #f9f9f9;
	font-size: 20px;
	padding: 10px;
}
.p-title__index {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.p-title__index {
		margin-bottom: 20px;
		font-size: 22px;
	}
}
.p-title__index--sub {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p-title__index--sub:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
@media screen and (max-width: 767px) {
	.p-title__index--sub {
		font-size: 18px;
	}
}
.p-title__index--sub span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.widget h3 {
	background: #E2E8E3;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
/* post-header */
.p-post-header__title {
	margin: 0 0 10px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-size: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-post-header__title {
		font-size: 30px;
	}
}
@media screen and (max-width: 480px) {
	.p-post-header__title {
		font-size: 24px;
	}
}
.p-post-header__meta {
	color: #666;
}
.p-post-header__meta--tag a {
	color: #666;
	border: 1px solid #ccc;
	line-height: 1;margin: 0 0 0 10px;
	padding: 3px 5px 5px 5px;
	border-radius: 3px;
	display: inline-block;
}
.p-article-list--blog__item {
	width: 48.5%;
	margin: 0 0 20px;
}
.p-article-list--blog__item a {
	display: block;
}
.p-article-list--blog__item a:hover {
	opacity: 0.8;
}
#main.l-main .article--blog figure.p-article-list__item--img {
	margin-bottom: 10px;
}
.p-article-list__item--img img {
	max-width: 100%;
	height: auto;
}
.p-article-list--blog__item dt {
	font-size: 14px;
	color: #888;
}
.p-article-list--blog__item dt + dd {
	font-size: 15px;
	color: #333;
}
.p-article-list--blog__item ul {
	display: flex;
	flex-wrap: wrap;
}
.p-article-list--blog__item ul li span {
	display: inline-block;
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 1px 0.5em 2px 1em;
	letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
	.p-article-list--blog__item {
		width: 100%;
		margin-right: 0;
	}
	.p-article-list--blog__item a {
		display: flex;
	}
	.p-article-list--blog__item dt + dd {
		margin: 5px 0;
	}
	.p-article-list--blog__item .p-article-list__item--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		margin-right: 10px;
	}
	.p-article-list--blog__item ul {
	}
}
.p-article-list--error404__item {
	width: calc(33.33% - 13.33px);
	margin-right: 20px;
}
.p-article-list--error404__item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.p-article-list--error404__item {
		margin-right: 0;
		width: 100%;
	}
}
.p-article-list--subject .p-article-list__item {
	width: calc(33.33% - 13.33px);
	margin-right: 20px;
}
.p-article-list--subject .p-article-list__item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item {
		margin-right: 0;
		width: 100%;
	}
}
.p-article-list--subject a {
	display: block;
}
@media screen and (max-width: 767px) {
	.p-article-list--subject a {
		display: flex;
	}
}
.p-article-list--subject a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item--title {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item--excerpt {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item--footer {
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.p-article-list--subject .p-article-list__item--data {
		margin-bottom: 0;
	}
}
.error404 #main .post {
	margin-top: 30px;
}
.error404 #main .post form,
.search-no-results #main .article--blog form {
	display: flex;
	align-items: center;
	width: 400px;
	border: 1px solid #888;
	border-radius: 20px;
	padding: 5px 15px;
}
.error404 #main .post form {
	margin: 0 auto;
}
.error404 #main .post form input,
.search-no-results #main .article--blog form input {
	border: 0;
	padding: 0;
	outline: none;
}
.error404 #main .post form .s,
.search-no-results #main .article--blog form .s {
	width: calc(100% - 16px);
	padding: 7px 0;
}
.error404 #main .post form .searchbtn,
.search-no-results #main .article--blog form .searchbtn {
	width: 16px;
}
#main .p-article-list.p-article-list--error404 .flex {
	margin: 30px 0 0;
}
#main .p-article-list.p-article-list--error404 .flex .box {
	width: 31.5%;
}
#main .p-article-list.p-article-list--error404 .flex .box .img {
	overflow: hidden;
	margin: 0 0 10px;
}
#main .p-article-list.p-article-list--error404 .flex .box .img img {
	max-width: 100%;
	height: auto;
}
#main .p-article-list.p-article-list--error404 .flex .box a {
	display: block;
	color: #333;
}
#main .p-article-list.p-article-list--error404 .flex .box a:hover {
	opacity: 0.8;
}
#main .p-article-list.p-article-list--error404 .flex .box a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#main .p-article-list.p-article-list--error404 .flex .box dt {
	font-size: 14px;
	color: #888;
}
#main .p-article-list.p-article-list--error404 .flex .box dt + dd {
	margin: 0 0 5px;
	font-size: 15px;
}
#main .p-article-list.p-article-list--error404 .flex .box dd span {
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#main .p-article-list.p-article-list--error404 .flex .box dd .tag-physical {
	background: #89BA40;
}
#main .p-article-list.p-article-list--error404 .flex .box dd .tag-occupational {
	background: #00ADB2;
}
#main .p-article-list.p-article-list--error404 .flex .box dd .tag-language {
	background: #4385e8;
}
#main .p-article-list.p-article-list--error404 .flex .box dd .tag-dental {
	background: #03B8DF;
}
@media screen and (max-width:767px) {
	.error404 #main .post form,
	.search-no-results #main .article--blog form {
		width: 100%;
	}
	#main .p-article-list.p-article-list--error404 .flex .box {
		width: 100%;
		margin: 15px 0 0;
	}
	#main .p-article-list.p-article-list--error404 .flex .box a {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
	}
	#main .p-article-list.p-article-list--error404 .flex .box .img,
	#main .p-article-list.p-article-list--error404 .flex .box dl {
		width: 48%;
		margin: 0 0 15px;
	}
	#main .p-article-list.p-article-list--error404 .flex .box dt + dd {
		margin: 10px 0;
	}
}
/* widget_archive */
.widget_archive label {
	display: none;
}
.widget_archive select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	color: #333;
	line-height: 1.3;
	padding: 0.6em 1.4em 0.5em 0.8em;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
	background-size: 5px 5px, 5px 5px;
	background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	background-color: #fff;
}
.widget_archive select::-ms-expand {
	display: none;
}
.widget_archive select:hover {
	border-color: #888;
}
.widget_archive select:focus {
	border-color: #aaa;
	-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.widget_archive select option {
	font-weight: normal;
}
/* widget */
.widget_recent_entries ul li + li, .widget_categories ul .cat-item + li {
	margin-top: 10px;
}
.widget_recent_entries ul li a, .widget_categories ul .cat-item a {
	display: block;
	color: #666;
	position: relative;
	padding-left: 2em;
}
.widget_recent_entries ul li a::before, .widget_categories ul .cat-item a::before {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	font-family: "ElegantIcons";
	content: "5";
	font-size: 26px;
	color: #ccc;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* wpp-list */
.wpp-list li {
	display: flex;
}
.wpp-list a {
	color: #666;
}
.wpp-thumbnail {
	float: none;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.wpp-post-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
	margin-left: 1rem;
}
/* #npcatch */
#npcatch li a {
	display: flex;
	padding: 0.5rem 0;
	width: 100%;
	color: #666;
}
#npcatch figure {
	padding: 0;
}
#npcatch .detail {
	width: calc(100% - 80px);
	margin-left: 1rem;
}
/* p-page-title*/
.p-page-title {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
	.p-page-title {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-page-title {
		margin-top: 60px;
	}
}
.p-page-title__title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width: 767px) {
	.p-page-title__title {
		font-size: 26px;
	}
}
.p-page-title__title--archive {
	display: block;
	font-size: 0.7em;
}
.p-page-title__decoration--red-box {
	display: inline-block;
	margin-right: 0.2em;
	padding: 3px 0;
	width: 3em;
	font-size: 0.9em;
	line-height: 1;
	color: #fff;
	background: red;
	text-align: center;
	border-radius: 10rem;
	line-height: 1.3;
}
.p-page-title__decoration--red-box::before, .p-page-title__decoration--red-box::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
}
.p-page-title__decoration--red-box::before {
	margin-bottom: calc(-0.2375em + 0px);
}
.p-page-title__decoration--red-box::after {
	margin-top: calc(-0.3em + 0px);
}
/* tag */
.p-tag {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	padding: 3px 7px;
}
.p-tag:nth-of-type(n+2) {
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.p-tag {
		font-size: 12px;
	}
}
.p-cat {
	border: 1px solid #ccc;
	color: #666;
}
.tag-physical {
	color: #fff;
	background: #89BA40;
}
.tag-occupational {
	color: #fff;
	background: #00ADB2;
}
.tag-dental {
	color: #fff;
	background: #03B8DF;
}
.tag-care {
	color: #fff;
	background: #7d4b84;
}
.tag-child {
	color: #fff;
	background: #ec6d81;
}
.tag-school {
	color: #fff;
	background: #777;
}
.tag-owl {
	color: #fff;
	background: #b67800;
}
.tag-language {
	color: #fff;
	background: #4385e8;
}
.tag-movie {
	color: #fff;
	background: #3d6cb9;
}
.tag-activity {
	color: #fff;
	background: #e49401;
}
.status-entry {
	color: #fff;
	background: #D9534F;
}
.status-end {
	color: #fff;
	background: #888;
}
.status-report {
	color: #fff;
	background: #F29718;
}
.notice-news {
	background: #fff9e1;
	width: 11em;
}
.notice-oc {
	background: #fde7df;
	width: 11em;
}
.notice-event {
	background: #e7f4da;
	width: 11em;
}
.notice-current-students {
	background: #dff1fd;
	width: 11em;
}
.notice-performance {
	background: #e6e3f7;
	width: 11em;
}
.notice-guardian {
	background: #d4ece4;
	width: 11em;
}
.notice-graduate {
	background: #fbe6f2;
	width: 11em;
}
/* tag-list */
.p-tag-list {
	display: flex;
	flex-wrap: wrap;
}
.p-tag-list__item:nth-child(n+2) {
	margin-left: 5px;
}
/* p-page-title*/
.p-page-title {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
	.p-page-title {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-page-title {
		margin-top: 60px;
	}
}
.p-page-title__title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width: 767px) {
	.p-page-title__title {
		font-size: 26px;
	}
}
.p-page-title__title--archive {
	display: block;
	font-size: 0.7em;
}
.p-page-title__decoration--red-box {
	display: inline-block;
	margin-right: 0.2em;
	padding: 3px 0;
	width: 3em;
	font-size: 0.9em;
	line-height: 1;
	color: #fff;
	background: red;
	text-align: center;
	border-radius: 10rem;
	line-height: 1.3;
}
.p-page-title__decoration--red-box::before, .p-page-title__decoration--red-box::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
}
.p-page-title__decoration--red-box::before {
	margin-bottom: calc(-0.2375em + 0px);
}
.p-page-title__decoration--red-box::after {
	margin-top: calc(-0.3em + 0px);
}
/* category-list */
.p-category-list li:nth-child(n+2) {
	margin-top: 5px;
}
.p-category-list li a {
	display: block;
	position: relative;
	border-radius: 5px;
	padding: 10px 35px 10px 20px;
	font-weight: 700;
	color: #fff;
}
.p-category-list__item a:hover {
	opacity: 0.8;
}
.p-category-list li a:before, .p-category-list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	margin: 1px 0 0;
}
.p-category-list li a:before {
	background: #fff;
	width: 10px;
	height: 1px;
}
.p-category-list li a:after {
	transform: rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	margin: -2px 0 0;
}
.p-category-list li a:hover {
	opacity: 0.6;
}
.p-category-list__item--phy a {
	background: #89BA40;
}
.p-category-list__item--oct a {
	background: #00ADB2;
}
.p-category-list__item--spp a {
	background: #718CC7;
}
.p-category-list__item--dtl a {
	background: #03B8DF;
}
.p-category-list__item--cld a {
	background: #ec6d81;
}
.p-category-list__item--owl a {
	background: #b67800;
}
.p-category-list__item--all a {
	background: #888;
}
#sidebar .widget_archive label {
	display: none;
}
#sidebar .widget_archive select {
	width: 100%;
	font-size: 16px;
}
.widget_recent_entries ul li + li, .widget_categories ul li.cat-item + li {
	margin-top: 10px;
}
.widget_recent_entries ul li a, .widget_categories ul .cat-item a {
	display: block;
	color: #666;
	position: relative;
	padding-left: 15px;
}
.widget_recent_entries ul li a::before,
.widget_categories ul .cat-item a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-left: solid 2px #888;
	border-top: solid 2px #888;
	margin: -3px 0 0;
}