@charset "UTF-8";
.cl-main {
	color: #e60012 !important;
}
.bg-sub {
	background: #ffd6d9 !important;
}
.bg-sub-light {
	background: #fff2f2 !important;
}
.bg-th {
	background: rgba(234, 229, 227, 0.5) !important;
}
.cl-act {
	color: #F18C47 !important;
}
.bg-act {
	background: #F18C47 !important;
}
.bg-sub2-act {
	background: #FDEBDB !important;
}
.bdcl-act {
	border-color: #F18C47 !important;
}
.cl-ccl {
	color: #E3C200 !important;
}
.bg-ccl {
	background: #E3C200 !important;
}
.bg-sub2-ccl {
	background: #f8f4d6 !important;
}
.bdcl-ccl {
	border-color: #E3C200 !important;
}
.cl-flw {
	color: #99CA5E !important;
}
.bg-flw {
	background: #99CA5E !important;
}
.bg-sub2-flw {
	background: #ebf7de !important;
}
.bdcl-flw {
	border-color: #99CA5E !important;
}
.cl-svt {
	color: #EA6188 !important;
}
.bg-svt {
	background: #EA6188 !important;
}
.bg-sub2-svt {
	background: #FAD8DF !important;
}
.bdcl-svt {
	border-color: #EA6188 !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 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 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.4;
	font-size: 36px;
	font-weight: 700;
	color: #333;
}
#main.l-main .post-body h2:before,
#main.l-main .post-body h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
}
#main.l-main .post-body h2:before {
	background: #ccc;
	width: 100%;
}
#main.l-main .post-body h2:after {
	background: #E60012;
	width: 60px;
}
#main.l-main .post-body h3 {
	background: #F2EDED;
	border-left: 4px solid #333;
	margin: 40px 0 30px;
	padding: 10px 15px;
	line-height: 1.4;
	font-size: 27px;
	font-weight: bold;
}
#main.l-main .post-body h4 {
	background: #333;
	margin: 30px 0 20px;
	padding: 10px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#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: 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: #fcf8f9;
}
.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;
}
.wp_rp_wrap {
	margin-top: 30px;
}
.related_post_title {
	background: url(img/common-tit-bg.png);
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: bold;
	color: #5c5447;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.related_post_title {
		line-height: 1.3;
	}
}
ul.related_post {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	ul.related_post {
		flex-wrap: wrap;
	}
}
ul.related_post li {
	width: calc(16.66% - 8.33px);
}
ul.related_post li:not(:first-child) {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	ul.related_post li:not(:first-child) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	ul.related_post li {
		display: flex;
		width: 100%;
	}
	ul.related_post li:nth-child(n+2) {
		margin-top: 10px;
	}
}
ul.related_post li a {
	display: block;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.4;
}
ul.related_post li a:hover {
	opacity: 0.8;
}
ul.related_post li a:first-child {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	ul.related_post li a:first-child {
		margin-bottom: 0;
	}
}
ul.related_post li img {
	max-width: 100%;
	height: auto;
}
.wp_rp_thumbnail {
	display: block;
}
@media screen and (max-width: 767px) {
	.wp_rp_thumbnail {
		margin-right: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.wp_rp_title {
		display: block;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}
@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: #e60012;
	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: #fcf8f9;
}
.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: #EFDBDB;
	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: #EFDBDB;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
/* post-header */
.p-post-header__title {
	margin: 0 0 10px;
	line-height: 1.4;
	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 5px 3px;
}
@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--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 .servant {
	background: #E60012;
}
#main .p-article-list.p-article-list--error404 .flex .box dd .business {
	background: #036EB8;
}
@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: 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 {
	color: #666;
}
/* p-page-title*/
.p-page-title {
	padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
	.p-page-title {
		padding: 20px 10px;
	}
}
.p-page-title__title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
@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;
}
/* p-page-title*/
.p-page-title {
	background: url(img/bg-dot.png), rgb(225, 166, 160);
	background-size: 2%;
	padding: 25px 0 30px;
}
@media screen and (max-width: 767px) {
	.p-page-title {
		margin-top: 60px;
		padding: 20px 10px;
	}
}
.p-page-title__title {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.p-page-title--blog {
		margin-top: 60px;
	}
}
.p-page-title--flw {
	background: url(img/bg-dot.png), #83A944;
	background-size: 2%;
}
.p-page-title--ccl {
	background: url(img/bg-dot.png), #D4C300;
	background-size: 2%;
}
.p-page-title--act {
	background: url(img/bg-dot.png), #E96C18;
	background-size: 2%;
}
.p-page-title--svt {
	background: url(img/bg-dot.png), #D83F5C;
	background-size: 2%;
}
/* wp-caption */
.wp-caption {
	max-width: 100%;
}
.wp-caption + p, .wp-caption + div, .wp-caption + h3 {
	margin-top: 20px;
}
.wp-caption + h2 {
	margin-top: 30px;
}
.wp-caption-text {
	margin-top: 5px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
p + .wp-caption {
	margin-top: 20px;
}
div + .wp-caption {
	margin-top: 20px;
}
h3 + .wp-caption {
	margin-top: 20px;
}
h2 + .wp-caption {
	margin-top: 20px;
}
/*toc_container*/
#toc_container {
	margin: 20px 0;
}
/*sb_instagram*/
#sb_instagram {
	margin: 20px 0;
}
/* tag */
.p-tag {
	font-size: 0.87rem;
	display: inline-block;
	text-align: center;
	padding: 1px 5px 3px;
}
.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-accountant {
	color: #fff;
	background: #F18C47;
}
.tag-circulation {
	color: #fff;
	background: #E3C200;
}
.tag-bridal {
	color: #fff;
	background: #ee87b4;
}
.tag-flower {
	color: #fff;
	background: #99CA5E;
}
.tag-servant {
	color: #fff;
	background: #EA6188;
}
.tag-school {
	color: #fff;
	background: #666;
}
.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;
}
/* category-list */
.p-category-list li:nth-child(n+2) {
	margin-top: 5px;
}
.p-category-list li a {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 5px 10px 50px;
	font-weight: 700;
	color: #666;
}
.p-category-list li a:before, .p-category-list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
.p-category-list li a:before {
	left: 15px;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.p-category-list li a:after {
	left: 23px;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	margin: -3px 0 0;
}
.p-category-list li a:hover {
	opacity: 0.6;
}
.p-category-list__item--svt a:before {
	background: #E60012;
}
.p-category-list__item--act a:before {
	background: #EE7800;
}
.p-category-list__item--ccl a:before {
	background: #E3C200;
}
.p-category-list__item--all a:before {
	background: #333;
}
#npcatch li a {
	display: flex;
	padding: 0.5rem 0;
	width: 100%;
}
#npcatch figure {
	padding: 0;
}
#npcatch figure img {
	max-width: 100%;
}
#npcatch .detail {
	width: calc(100% - 80px);
	margin-left: 1rem;
}
#sidebar ul.nav + p {
	margin: 0 0 30px;
}
#sidebar ul.nav + p a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 7px 7px 7px 25px;
}
#sidebar ul.nav + p a::before {
	display: block;
	float: left;
	font-family: "ElegantIcons";
	content: "j";
	margin: 0 10px 0 0;
	font-size: 20px;
	color: #888;
}
#sidebar .widget_archive label {
	display: none;
}
#sidebar .widget_archive select {
	width: 100%;
	font-size: 16px;
}

/*move_flower*/
.move_flower {
	background-image: linear-gradient(90deg, rgba(255, 246, 196, 1), rgba(244, 211, 216, 1));
	border-top: 4px solid #EE858C;
	margin: 20px 0;
	padding: 40px;
}
.move_flower a:hover {
	opacity: 0.8;
}
.move_flower .title {
	display: flex;
	line-height: 1.2;
}
.move_flower .title .col1 span {
	display: block;
	letter-spacing: 0.1em;
	font-size: 25px;
}
.move_flower .title .col1 span i {
	font-style: normal;
	font-size: 27px;
}
.move_flower .title .col1 span + span {
	letter-spacing: normal;
	font-size: 19px;
}
.move_flower .title .col2 span {
	position: relative;
	z-index: 1;
	margin: 0 0 0 10px;
	font-size: 48px;
}
.move_flower .title .col2 span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: -1;
	background-image: linear-gradient(-135deg, rgba(226,86,75,1) 30%, rgba(230,98,143,1) 40%, rgba(148,205,223,1));
	width: 100%;
	height: 15px;
}
.move_flower .flex {
	align-items: center;
	background: #fff;
	margin: 30px 0 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	color: #333;
}
.move_flower .flex img {
	max-width: 100%;
	height: auto;
}
.move_flower .flex .img {
	width: 30%;
	margin: 0 !important;
}
.move_flower .flex .txt {
	width: calc(70% - 20px);
	font-weight: 700;
}
.move_flower .flex dt {
	display: inline-block;
	background: url("img/icon-blank.svg") no-repeat right center;
	padding: 0 30px 0 0;
	letter-spacing: 0.1em;
	font-size: 25px;
}
.move_flower .flex dt + dd {
	margin: 5px 0 15px;
	font-size: 14px;
}
.move_flower .flex dd + dd {
	display: inline-block;
	background: #333;
	border-radius: 30px;
	padding: 5px 40px;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.move_flower {
		padding: 30px;
	}
	.move_flower .title {
		display: block;
		text-align: center;
	}
	.move_flower .flex {
		width: 260px;
		margin: 20px auto 0;
	}
	.move_flower .flex .img {
		width: 100%;
	}
	.move_flower .flex .txt {
		width: 100%;
		padding: 20px 30px;
	}
	.move_flower .flex dd span {
		display: none;
	}
	.move_flower .flex dd + dd {
		display: block;
		width: 170px;
		margin: 0 auto;
		padding: 5px;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.move_flower .title .col1 span {
		font-size: 19px;
	}
	.move_flower .title .col1 span i {
		font-size: 21px;
	}
	.move_flower .title .col1 span + span {
		font-size: 15px;
	}
	.move_flower .title .col2 {
		margin: 10px 0 0;
	}
	.move_flower .title .col2 span {
		margin: 0;
		font-size: 33px;
	}
}