@charset "UTF-8";
.cl-main {
	color: #008039 !important;
}
.bg-sub {
	background: #ccf2de !important;
}
.bg-sub-light {
	background: #e3f8ed !important;
}
.cl-tri {
	color: #ee86a7 !important;
}
.cl-tri--dk {
	color: #EA6188 !important;
}
.bg-tri {
	background: #ee86a7 !important;
}
.bdcl-tri {
	border-color: #ee86a7 !important;
}
.bg-tri-sub3 {
	background: #fdf0f3 !important;
}
.cl-cat {
	color: #ba79a5 !important;
}
.cl-cat--dk {
	color: #92539D !important;
}
.bg-cat {
	background: #ba79a5 !important;
}
.bdcl-cat {
	border-color: #ba79a5 !important;
}
.cl-cre {
	color: #26ABE3 !important;
}
.cl-cre--dk {
	color: #238ACC !important;
}
.bg-cre {
	background: #26ABE3 !important;
}
.bdcl-cre {
	border-color: #26ABE3 !important;
}
.bdcl-cre-sub3 {
	border-color: #e9f6fc !important;
}
.cl-dog {
	color: #86992A !important;
}
.cl-dog--dk {
	color: #85852C !important;
}
.bg-dog {
	background: #86992A !important;
}
.bdcl-dog {
	border-color: #86992A !important;
}
.bdcl-dog-sub3 {
	border-color: #f3f5e9 !important;
}
.cl-pdg {
	color: #5085c5 !important;
}
.cl-pdg--pdg {
	color: #EA6188 !important;
}
.bg-pdg {
	background: #5085c5 !important;
}
.bdcl-pdg {
	border-color: #5085c5 !important;
}
.cl-brd {
	color: #E76003 !important;
}
.cl-brd--dk {
	color: #B7530F !important;
}
.bg-brd {
	background: #E76003 !important;
}
.bdcl-brd {
	border-color: #E76003 !important;
}
.cl-brb {
	color: #f29839 !important;
}
.cl-brb--dk {
	color: #ED6C00 !important;
}
.bg-brb {
	background: #f29839 !important;
}
.bg-brb-sub3 {
	background: #fdefe5 !important;
}
.bdcl-brb {
	border-color: #f29839 !important;
}
.bdcl-brb-sub3 {
	border-color: #fdefe5 !important;
}
.cl-bra {
	color: #5F67AE !important;
}
.cl-bra--dk {
	color: #2C4198 !important;
}
.bg-bra {
	background: #5F67AE !important;
}
.bdcl-bra {
	border-color: #5F67AE !important;
}
.bdcl-bra-sub3 {
	border-color: #eff0f7 !important;
}
/* main */
.l-main--blog {
	width: 70%;
	padding-right: 40px;
}
@media screen and (max-width: 1024px) {
	.l-main--blog {
		width: 100%;
		margin-top: 0;
		padding: 0 20px;
	}
}
.l-main--news {
	width: 70%;
	padding-right: 40px;
}
@media screen and (max-width: 1024px) {
	.l-main--news {
		width: 100%;
		padding: 0 20px;
	}
}
.l-main--search {}
/* sidebar */
.l-sidebar {
	width: 30%;
}
@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 20px;
	}
}
.widget + .widget {
	margin-top: 20px;
}
/* content */
.l-content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.l-content--blog {
	margin-top: 30px;
	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;
}
.l-content--news--search {
	margin-top: 30px;
}
/* article--blog--post
------------------------------------------------*/
#main.l-main .post-body h2 {
	background: url("img/bg-post-h2.svg") no-repeat left center;
	background-size: 40px auto;
	margin: 80px 0 30px;
	padding: 0 0 0 50px;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 700;
	color: #008A32;
}
#main.l-main .post-body h3 {
	position: relative;
	background: linear-gradient(90deg, rgba(193, 233, 248, 1) 0%, rgba(209, 237, 181, 1) 100%);
	border-radius: 5px;
	margin: 40px 0 30px;
	padding: 20px 20px 20px 40px;
	line-height: 1.4;
	font-size: 21px;
	font-weight: 700;
	color: #555;
}
#main.l-main .post-body h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	background: #fff;
	width: 5px;
	height: calc(100% - 45px);
}
#main.l-main .post-body h2 + h3 {
	margin-top: 30px;
}
#main.l-main .post-body h4 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
}
#main.l-main .post-body h5 {
	font-size: 1rem;
	background: rgba(234, 229, 227, 0.5);
	padding: 5px 15px;
	border-radius: 100px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
#main.l-main .post-body h6 {
	font-size: 1rem;
	line-height: 1.4;
	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 h3 {
		margin: 40px 0 20px;
		font-size: 17px;
	}
	#main.l-main .post-body h4 {
		margin: 20px 0;
		font-size: 16px;
	}
	#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;
		transform: translateY(-50%);
	}
}
.p-news-list__item a:hover {
	background: #f5fff2;
}
.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: 20px 20px 20px 40px !important;
	margin: 0 0 30px !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;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal {
		flex-wrap: wrap;
	}
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	margin: 0;
	padding: 7px;
	width: 18%;
	height: auto;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		padding: 5px;
		width: 100%;
		height: auto;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding-right: 2em;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail::after {
		position: absolute;
		right: 5px;
		top: 50%;
		display: inline-block;
		font-family: "ElegantIcons";
		content: "5";
		font-size: 26px;
		color: #ccc;
		transform: translateY(-50%);
	}
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
		width: 70px;
		margin-right: 10px;
	}
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
	margin: 5px 0 0 0;
	width: 100%;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
		margin: 0;
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail + .yarpp-thumbnail {
		margin-top: 10px;
	}
}
.yarpp-thumbnail-default {
	width: 100%;
	height: auto;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnail-default {
		width: 70px;
		height: auto;
		margin: 10px;
	}
}
.yarpp-thumbnail-default > img {
	max-width: 100%;
	height: auto;
	min-width: auto;
	min-height: auto;
}
@media screen and (max-width: 767px) {
	.yarpp-thumbnail > img, .yarpp-thumbnail-default {
		margin: 0 10px 0 0;
	}
}
@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 {
	width: 8em;
}
.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: #008039;
	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: #f5fff2;
}
.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 */
.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: #fff;
}
@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, .popular-posts h2 {
	background: #DFE3E0;
	font-size: 18px;
	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: 37px;
	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;
	border-radius: 15px;
	margin: 0 2px 0 0;
	padding: 2px 1em 2px 1em;
}
@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--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;
}
@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;
	}
}
#blogdata .p-article-list {
	margin-top: 30px;
}
/* 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: 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;
}
/* wpp-list */
.wpp-list {
	margin-top: 10px;
}
.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 figure img {
	max-width: 100%;
}
#npcatch .detail {
	width: calc(100% - 80px);
	margin-left: 1rem;
}
/* p-page-title*/
.p-page-title {
	padding: 30px 0 35px;
	text-align: center;
	background: url(img/common-tit-bg.png) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-page-title {
		padding: 10px 10px 10px;
		margin-top: 60px;
	}
}
.p-page-title--trimming {
	background: url(img/tri-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--trimmer {
	background: url(img/tri-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--cat {
	background: url(img/cat-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--care {
	background: url(img/care-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--dog {
	background: url(img/trainer-bg-tit.png) top;
	background-size: cover;
}
.p-page-title--trainer {
	background: url(img/trainer-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--breeding {
	background: url(img/brb-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--breed {
	background: url(img/brb-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--aqua {
	background: url(img/bra-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--sp {
	background-size: cover;
}
.p-page-title__title {
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-page-title__title {
		font-size: 27px;
		margin-bottom: 5px;
	}
}
.p-page-title__katei {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-page-title__katei {
		font-size: 16px;
	}
}
.p-page-title__infor {
	background: #fff;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.p-page-title__infor {
		font-size: 12px;
		margin: 5px auto 0;
		padding: 10px 15px;
	}
}
.p-page-title__visual {
	display: block;
	padding-top: 61.3%;
}
@media screen and (max-width: 767px) {
	.p-page-title__visual {
		padding-top: 0;
		height: 100vw;
	}
}
.p-page-title__visual--trimming {
	background: url(img/trimming-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--cat {
	background: url(img/cat-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--care {
	background: url(img/care-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--trainer {
	background: url(img/trainer-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--prodogtrainer {
	background: url(img/prodogtrainer-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--breeding {
	background: url(img/breeding-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--breed {
	background: url(img/breed-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--aqua {
	background: url(img/aqua-main.jpg) no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-page-title--blog {
		margin-top: 60px;
	}
}
/* tag */
.p-tag {
	font-size: 0.87rem;
	display: inline-block;
	text-align: center;
	padding: 3px 5px;
}
.p-tag:nth-of-type(n+2) {
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.p-tag {
		padding: 0px 3px;
		font-size: 0.7rem;
	}
}
.tag-movie {
	color: #fff;
	background: #ed5f5f;
}
.tag-trimmer {
	color: #fff;
	background: #ee86a7;
}
.tag-t_and_c {
	color: #fff;
	background: #ee86a7;
}
.tag-cat {
	color: #fff;
	background: #ba79a5;
}
.tag-care {
	color: #fff;
	background: #26ABE3;
}
.tag-dog {
	color: #fff;
	background: #86992A;
}
.tag-pro {
	color: #fff;
	background: #5085c5;
}
.tag-model {
	color: #fff;
	background: #5ec1a0;
}
.tag-breeding {
	color: #fff;
	background: #E76003;
}
.tag-school {
	color: #fff;
	background: #009942;
}
.tag-event {
	color: #fff;
	background: #27A787;
}
.tag-oc {
	color: #fff;
	background: #d9534f;
}
.tag-flower {
	color: #fff;
	background: #91C1A2;
}
.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;
}
/* 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 {
	padding: 30px 0 35px;
	text-align: center;
	background: url(img/common-tit-bg.png) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-page-title {
		padding: 10px 10px 10px;
		margin-top: 60px;
	}
}
.p-page-title--trimming {
	background: url(img/tri-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--trimmer {
	background: url(img/tri-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--cat {
	background: url(img/cat-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--care {
	background: url(img/care-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--dog {
	background: url(img/trainer-bg-tit.png) top;
	background-size: cover;
}
.p-page-title--trainer {
	background: url(img/trainer-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--breeding {
	background: url(img/brb-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--breed {
	background: url(img/brb-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--aqua {
	background: url(img/bra-tit-bg.png) top;
	background-size: cover;
}
.p-page-title--sp {
	background-size: cover;
}
.p-page-title__title {
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-page-title__title {
		font-size: 27px;
		margin-bottom: 5px;
	}
}
.p-page-title__katei {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-page-title__katei {
		font-size: 16px;
	}
}
.p-page-title__infor {
	background: #fff;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 0;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.p-page-title__infor {
		font-size: 12px;
		margin: 5px auto 0;
		padding: 10px 15px;
	}
}
.p-page-title__visual {
	display: block;
	padding-top: 61.3%;
}
@media screen and (max-width: 767px) {
	.p-page-title__visual {
		padding-top: 0;
		height: 100vw;
	}
}
.p-page-title__visual--trimming {
	background: url(img/trimming-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--cat {
	background: url(img/cat-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--care {
	background: url(img/care-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--trainer {
	background: url(img/trainer-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--prodogtrainer {
	background: url(img/prodogtrainer-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--breeding {
	background: url(img/breeding-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--breed {
	background: url(img/breed-main.jpg) no-repeat top center;
	background-size: cover;
}
.p-page-title__visual--aqua {
	background: url(img/aqua-main.jpg) no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-page-title--blog {
		margin-top: 60px;
	}
}
/* 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;
}
.p-category-list li a:hover {
	opacity: 0.8;
}
.p-category-list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: rotate(135deg);
	display: block;
	width: 6px;
	height: 6px;
	border-left: solid 2px #888;
	border-top: solid 2px #888;
	margin: -2px 0 0;
}
.p-category-list__item--movie a {
	background: #ed5f5f;
}
.p-category-list__item--tri a {
	background: linear-gradient(90deg, rgba(255, 242, 253, 1) 0%, rgba(255, 214, 227, 1) 100%);
	color: #EE86A7;
}
.p-category-list__item--tac a {
	background: #ee86a7;
}
.p-category-list__item--cat a {
	background: #ba79a5;
}
.p-category-list__item--care a {
	background: linear-gradient(90deg, rgba(222, 246, 255, 1) 0%, rgba(209, 232, 255, 1) 100%);
	color: #1385C3;
}
.p-category-list__item--dog a {
	background: linear-gradient(90deg, rgba(255, 245, 170, 1) 0%, rgba(212, 245, 170, 1) 100%);
	color: #86992A;
}
.p-category-list__item--breed a {
	background: linear-gradient(90deg, rgba(255, 246, 173, 1) 0%, rgba(252, 202, 160, 1) 100%);
	color: #E57452;
}
.p-category-list__item--flower a {
	background: linear-gradient(90deg, rgba(230, 255, 204, 1) 0%, rgba(167, 221, 187, 1) 100%);
	color: #008A32;
}