#contents {
}

/*====================================================
////id page_title
====================================================*/
#page_title .title_icon {
	margin: auto;
	width: 14vw;
		max-width: 65px;
}
#page_title .title_icon .coverImg {
	padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#page_title .innerBox {
		min-height: 180px;
		padding: 20px 0;
	}
	#page_title h1 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width:500px) {
	#page_title .innerBox {
		min-height: 40vw;
		padding: 5vw 0;
	}
	#page_title h1 {
		font-size: 5.5vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#page_title .innerBox {
		min-height: 200px;
		padding: 20px 0;
	}
	#page_title h1 {
		font-size: 2.7rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id page_title2
====================================================*/
#page_title2::before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		bottom: -180px;
		left: 0;
	width: 50vw;
	height: 270px;
}
#page_title2.color-blue::before {
	background: var(--l_blue2);
}
#page_title2.color-green::before {
	background: var(--w_green);
}
#page_title2 .imgBox {
	-webkit-clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%);
					clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%);
	position: absolute;
		top: 0;
		right: -3vw;
	height: calc(100% + 180px);
	width: calc(100% - 130px + 3vw);
}
#page_title2 .imgBox::after {
	background: #fff;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		bottom: 0;
		right: 0;
	width: 100%;
	height: 180px;
}
#page_title2 .imgBox .coverImg {
	margin: 0 0 0 auto;
	width: calc(100% - 60px);
	height: calc(100% - 180px);
}
#page_title2 .imgBox .coverImg::after {
	content: '';
	display: block;
	margin: auto;
	opacity: .5;
	position: absolute;
		top: 0;
		right: 0;
	width: 100%;
	height: 100%;
}
#page_title2.color-blue .imgBox .coverImg::after {
	background: var(--grd_blue);
}
#page_title2.color-green .imgBox .coverImg::after {
	background: var(--grd_green);
}

#page_title2 h1 .en {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
#page_title2 h1 .jp {
	margin-top: -.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#page_title2::before {
		bottom: 0;
		height: 100px;
	}
	#page_title2 .innerBox {
		height: 250px;
		padding: 50px 0 0;
	}
	#page_title2 .imgBox {
		-webkit-clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
		        clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
		right: -4vw;
		width: calc(100% - 150px + 4vw);
		height: 100%;
	}
	#page_title2 .imgBox::after {
		height: 45px;
	}
	#page_title2 .imgBox .coverImg {
		width: 100%;
		height: calc(100% - 45px);
	}
	#page_title2 h1 {
		font-size: 6.0rem;
	}
	#page_title2 h1 .jp {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:500px) {
	#page_title2::before {
		height: 24vw;
	}
	#page_title2 .innerBox {
		height: 55vw;
		padding: 11vw 0 0;
	}
	#page_title2 .imgBox {
    -webkit-clip-path: polygon(32vw 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(32vw 0, 100% 0, 100% 100%, 0 100%);
		width: calc(100% - 25vw + 4vw);
		height: 100%;
	}
	#page_title2 .imgBox::after {
		height: 10vw;
	}
	#page_title2 .imgBox .coverImg {
		height: calc(100% - 10vw);
	}
	#page_title2 h1 {
		font-size: 11vw;
	}
	#page_title2 h1 .jp {
		font-size: 3.8vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#page_title2 .innerBox {
		height: 300px;
		padding: 80px 0 0;
	}
	#page_title2 h1 {
		font-size: 6.0rem;
	}
	#page_title2 h1 .jp {
		font-size: 1.8rem;
	}

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
	#page_title2 .imgBox {
		-webkit-clip-path: polygon(300px 0, 100% 0, 100% 100%, 0 100%);
		        clip-path: polygon(300px 0, 100% 0, 100% 100%, 0 100%);
		right: calc((50vw - 600px) * -1);
		width: calc(100% - 130px + (50vw - 600px));
	}
}

/*====================================================
////class .breadcrumb
====================================================*/
.breadcrumb-outer {
	/* position: absolute;
		left: 0;
		bottom: 0; */
	width: 100%;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
	/* max-width: none; */
	padding: 5px 0;
}
.breadcrumb li {
	display: flex;
		align-items: center;
	margin: 2px 0;
	padding-right: 2em;
	position: relative;
}
.breadcrumb li.home img {
	height: 1.4em;
}
.breadcrumb li:after {
	border: solid currentColor;
	border-width: 1px 1px 0 0;
	content: '';
	font-size: 10px;
	line-height: 1.2;
	margin: auto;
	position: absolute;
		top: 0;
		right: 1em;
		bottom: 0;
	transform: rotate(45deg);
	width: .5em;
	height: .5em;
}
.breadcrumb li:last-child {
	/* color: var(--mainColor); */
	padding: 0;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
}
.breadcrumb li .icon {
	display: inline-block;
	fill: #fff;
	margin-top: -.1em;
	transition: .2s all;
	width: 1.2em;
	height: 1.2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.breadcrumb {
		padding: 10px 0;
	}
	.breadcrumb li {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.breadcrumb li {
		font-size: 1.2rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////class .column-wrapper
====================================================*/
.column-wrapper {
	align-items: flex-start;
	padding-top: 70px;
}
.column-wrapper main {
	flex: 1;
	margin: 0 auto;
	width: 100%;
}
.single .column-wrapper main {
	max-width: 1000px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1100px) {
	.column-wrapper {
		flex-direction: column;
		padding-top: 30px;
	}
	.column-wrapper #sidebar {
/*		margin-top: 60px;*/
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:960px) and (max-width:1080px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id single
====================================================*/
#single {
	margin-bottom: 20px;
}
#single_title {
	margin-bottom: 2em;
}
.date_cate {
	grid-template-columns: 6em 1fr;
}
.date_cate .date {
	line-height: 1.4;
  /* font-size: .94em; */
}
.date_cate .category {
  font-size: .875em;
}

#single_title h1::before ,
#single_title h1::after {
	border-bottom: solid 2px;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		bottom: 0;
	height: 0;
}
#single_title h1::before {
	left: 0;
	width: 1.8em;
}
.color-blue #single_title h1::before {
	border-bottom-color: var(--blue);
}
.color-green #single_title h1::before {
	border-bottom-color: var(--green);
}
#single_title h1::after {
	border-bottom-color: var(--gray);
	right: 0;
	width: calc(100% - 2em);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#single_title .innerBox {
		padding-bottom: 30px;
	}
	.date_cate {
		font-size: .9em;
	}
	#single_title h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#single_title .innerBox {
		padding-bottom: 30px;
	}
	.date_cate {
		font-size: 1.5rem;
	}
	#single_title h1 {
		font-size: 2.5rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////class .headBox
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////class archive
====================================================*/
#archive .item {
	border-bottom: solid 1px var(--l_b_gray);
}
#archive .item:first-child {
	padding-top: 0;
}
#archive .item a {
	grid-template-rows: auto 1fr;
}
#archive .item .imgBox {
	grid-column: 1;
	grid-row: 1 / 3;
}
#archive .item .imgBox .coverImg {
	padding-top: 55%;
}
#archive .date_cate {
	grid-column: 2;
	grid-row: 1;
}

.type-news #archive .item .imgBox {
	display: none;
}
.type-news #archive .item .date_cate {
	grid-column: 1;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#archive .itemBox {
	}
	#archive .item {
		padding: 1.2em 0;
	}
	#archive .item a {
		grid-gap: .5em 1em;
		grid-template-columns: 120px 1fr;
	}
	#archive .item .imgBox {
	}
	.type-news #archive .item a {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:560px) {
	/* #archive .item a {
		grid-template-columns: 1fr;
	}
	#archive .date_cate {
		grid-column: 1 / 3;
	}
	#archive .item .imgBox {
		grid-column: 1;
		grid-row: 2 / 3;
	} */
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#archive .itemBox {
	}
	#archive .item {
		padding: 30px 0;
	}
	#archive .item a {
		grid-gap: .5em 1.5em;
		grid-template-columns: 190px 1fr;
		padding-right: 2em;
		position: relative;
	}
	#archive .item a::after {
		content: '';
		display: block;
		margin: auto;
		opacity: 0;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
		transition: .2s ease-in-out;
		width: 1.5em;
		height: 1.5em;
	}
	#archive .item a:hover::after {
		opacity: 1;
	}
	.color-blue #archive .item a::after {
		background: url('../img/cmn/arrow-blue.png') no-repeat center / contain;
	}
	.color-green #archive .item a::after {
		background: url('../img/cmn/arrow-green.png') no-repeat center / contain;
	}
	#archive .title {
		/* font-size: 1.8rem; */
	}

	.type-news #archive .item a {
		grid-template-columns: 1fr;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#archive .itemBox {
		grid-gap: 30px 3vw;
	}
	#archive .itemBox {
	}
}

@media screen and (min-width:1280px) {
	#archive .itemBox {
		grid-gap: 2em 1.5em;
	}
}

/*====================================================
////class .bodyText
====================================================*/
.bodyText {
	width: 100%;
	margin: 0 auto 0;
}
.page-template-tmpl_noHead .bodyText {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.bodyText.default_deco h1 {
	background: var(--l_gray);
	border: solid;
	border-width: 1px 0;
	margin: 2.8em 0 1.2em;
	padding: .3em .5em .3em .8em;
	position: relative;
}
.color-blue .bodyText.default_deco h1 {
	border-color: var(--blue);
}
.color-green .bodyText.default_deco h1 {
	border-color: var(--green);
}
.bodyText.default_deco h2 {
	margin: 2.8em 0 1.2em;
	padding: 0 0  .25em;
	position: relative;
}
.bodyText.default_deco h2::before ,
.bodyText.default_deco h2::after {
	border-bottom: solid 2px;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		bottom: 0;
	height: 0;
}
.bodyText.default_deco h2::before {
	left: 0;
	width: 1.8em;
}
.color-blue .bodyText.default_deco h2::before {
	border-bottom-color: var(--blue);
}
.color-green .bodyText.default_deco h2::before {
	border-bottom-color: var(--green);
}
.bodyText.default_deco h2::after {
	border-bottom-color: var(--gray);
	right: 0;
	width: calc(100% - 2em);
}

.bodyText.default_deco h3 {
	background: var(--l_gray);
	margin: 2.8em 0 1.2em;
	padding: .3em .5em .3em .8em;
	position: relative;
}
.bodyText.default_deco h4 {
	margin: 2.8em 0 1.2em;
	position: relative;
}
.color-blue .bodyText.default_deco h4 {
	color: var(--blue);
}
.color-green .bodyText.default_deco h4 {
	color: var(--green);
}
.bodyText.default_deco h5 {
	margin: 2.8em 0 1.2em;
	position: relative;
}
h1.deco_none,
h2.deco_none,
h3.deco_none,
h4.deco_none,
h5.deco_none,
ul.deco_none li {
	background: transparent;
	border: none;
	/* color: inherit; */
	padding: 0;
}
.bodyText.deco_none h1,
.bodyText.deco_none h2,
.bodyText.deco_none h3,
.bodyText.deco_none h4,
.bodyText.deco_none h5,
.bodyText.deco_none ul li {
	margin: 0;
}
h1.deco_none:before,
h2.deco_none:before,
h2.deco_none:after,
h3.deco_none:before,
h3.deco_none:after,
h4.deco_none:before,
h4.deco_none:after,
h5.deco_none:before,
ul.deco_none li:before {
	display: none;
}

.bodyText.default_deco ul li {
	line-height: 1.6;
	margin: .5em 0;
	padding-left: 1.2em;
	position: relative;
}
.bodyText.default_deco ul li:after {
	content: '・';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
}
.bodyText.default_deco li a:not(.linkBtn) {
	filter: brightness(.6);
	-webkit-text-decoration: underline dotted 1px;
	text-decoration: underline dotted 1px;
	text-underline-position: under;
	text-underline-offset: 0.1em;
}

.bodyText.default_deco .wp-block-table {
	margin: 1.5em 0;
}

.bodyText .wp-block-image {
	margin: 1.5em 0;
}

.bodyText .wp-block-quote {
	background: var(--l_gray);
	color: #606060;
	font-size: .95em;
	margin: 2em auto;
	padding: 2em 3em;
	position: relative;
	width: 90%;
}
.bodyText .wp-block-quote::before,
.bodyText .wp-block-quote::after {
	background: url('../img/cmn/icon-dq.png') no-repeat center / contain;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	width: 4.5em;
	height: 4em;
}
.bodyText .wp-block-quote::before {
	top: .8em;
	left: .8em;
}
.bodyText .wp-block-quote::after {
	bottom: .8em;
	right: .8em;
	transform: rotate(180deg);
}
.bodyText .wp-block-quote p {
	position: relative;
	z-index: 1;
}
.bodyText .wp-block-quote cite {
	display: block;
	position: relative;
	text-align: right;
	z-index: 1;
}
/* .bodyText p {
	margin: 1.4em 0;
}
.bodyText p:first-child {
	margin-top: 0;
}
.bodyText p:last-child {
	margin-bottom: 0;
} */
.wp-block-buttons {
	align-items: center;
	margin: 20px 0;
}
.wp-block-buttons > .wp-block-button {
	display: inline-block;
	margin: 0 20px 0 0 !important;
}
.wp-block-button:last-child {
	margin-right: 0 !important;
}
.bodyText hr {
	border: none;
	background: #ddd;
	margin: 60px auto;
	width: 100%;
	max-width: none;
	height: 1px;
}
.bodyText hr.is-style-wide {
	width: 100%;
}
.bodyText hr.is-style-dots {
	background: none;
	border-top: dotted 1px #ccc;
	width: 100%;
}
.wp-block-separator.is-style-dots:before {
	display: none !important;
}
.bodyText + hr {
	margin: 60px auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.bodyText .wp-block-columns {
		flex-direction: column;
	}
	.bodyText .wp-block-column:nth-child(2n) {
		margin: 0;
	}
	.bodyText .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin: 0;
	}
	.wp-block-buttons > .wp-block-button {
		width: 100%;
	}
	.bodyText .wp-block-quote {
		padding: 1em;
	}
	.bodyText .wp-block-quote::before,
	.bodyText .wp-block-quote::after {
		width: 2.5em;
		height: 2.5em;
	}
	.bodyText h1:not(.deco_none) {font-size: 1.6em;}
	.bodyText h2:not(.deco_none) {font-size: 1.5em;}
	.bodyText h3:not(.deco_none) {font-size: 1.3em;}
	.bodyText h4:not(.deco_none) {font-size: 1.2em;}
	.bodyText h5:not(.deco_none) {font-size: 1.1em;}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.bodyText h1:not(.deco_none) {font-size: 2.5rem;}
	.bodyText h2:not(.deco_none) {font-size: 2.3rem;}
	.bodyText h3:not(.deco_none) {font-size: 2.1rem;}
	.bodyText h4:not(.deco_none) {font-size: 2.0rem;}
	.bodyText h5:not(.deco_none) {font-size: 1.8rem;}
	.wp-block-button__link {
		background: transparent;
		margin: 0 !important;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////class archiveName
====================================================*/
#archiveName {
	font-weight: normal;
	padding: 5px 10px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#archiveName {
		font-size: 2.2rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id WP調整
====================================================*/
.flexBox > .wp-block-group__inner-container {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}
.flexCenter > .wp-block-group__inner-container {
	align-items: center;
	justify-content: center;
}
.flexStart > .wp-block-group__inner-container {
	justify-content: flex-start;
}
.flexEnd > .wp-block-group__inner-container {
	justify-content: flex-end;
}
.flexWrap > .wp-block-group__inner-container {
	flex-wrap: wrap;
}
.flexColumn > .wp-block-group__inner-container {
	flex-direction: column;
	justify-content: flex-start;
}
.gridBox > .wp-block-group__inner-container {
	display: grid;
	width: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.flexColumn-mob > .wp-block-group__inner-container ,
	.flexColumn-tab > .wp-block-group__inner-container {
		flex-direction: column;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.flexColumn-tab > .wp-block-group__inner-container {
		flex-direction: column;
	}
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id sns_share
====================================================*/
#sns_share .itemBox {
	grid-gap: 35px;
}
#sns_share .item img {
	width: 35px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////class .pagenation
====================================================*/
.pagenation {
}
.pagenation .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	width: 100%;
}
.pagenation li {
	margin: 0;
}
.pagenation .page-numbers .page-numbers {
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 1.5rem;
	/* font-weight: bold; */
	letter-spacing: 0;
	line-height: 1;
	margin: 0 5px;
	width: 40px;
	height: 40px;
}
.pagenation li .page-numbers.current {
	background: var(--l_blue);
	border-radius: 100%;
	pointer-events: none;
}
.color-green .pagenation li .page-numbers.current {
	background: var(--l_green);
}
.pagenation li .prev ,
.pagenation li .next {
	/* background: rgba(89, 194, 216, 0.1); */
/*	border: none;*/
}
.pagenation li .page_arrow {
	position: relative;
}
.pagenation li .page_arrow::before {
	border: solid var(--mainColor);
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: 0;
		left: calc(50% - .25em);
		bottom: 0;
	width: .5em;
	height: .5em;
}
.pagenation li .next .page_arrow::before {
	transform: rotate(45deg);
}
.pagenation li .prev .page_arrow::before {
	transform: rotate(-135deg);
}

#single .pagenation {
	justify-content: center;
	margin: 70px 0 0;
	padding: 30px 0;
	place-items: center;
	position: relative;
}
#single .pagenation .btnBox {
	/* padding: 0 10px; */
}
#single .pagenation a {
	border: solid 1px var(--black);
	border-radius: 2px;
	display: grid;
		align-items: center;
		grid-gap: .5em;
		grid-template-columns: auto auto;
		justify-content: space-between;
		place-content: center;
	height: 3em;
	position: relative;
}
#single .pagenation .nextBox a ,
#single .pagenation .prevBox a {
	width: 60px;
}
#single .pagenation .button {
}
#single .pagenation .arrow {
	grid-area: arrow;
	margin: 0;
}
#single .pagenation .nextBox a .small_arrow {
	transform: rotate(-180deg);
}
#single .pagenation .imgBox {
	grid-area: img;
}
#single .pagenation .imgBox .coverImg {
	/* height: 75px; */
}
#single .pagenation .title {
	flex: 1;
	grid-area: title;
}
#single .pagenation .btnBox ,
#single .pagenation .btnBox a {
	width: 100%;
}
#single .pagenation .backBox a {
	align-items: center;
	justify-content: center;
	padding: .2em .5em;
	text-align: center;
	width: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#single .pagenation {
		font-size: .9em;
		grid-gap: 0 .8em;
		grid-template-columns: 5em auto 5em;
	}
	#single .pagenation .backBox a {
		width: calc(92vw - 14em);
			max-width: calc(500px - 14em);
	}
}

@media screen and (max-width:500px) {
	.pagenation li .page-numbers {
		margin: 3px;
		width: 8vw;
		height: 8vw;
	}
	#single .pagenation {
		font-size: .8em;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#single .pagenation {
		grid-gap: 0 20px;
		grid-template-columns: 95px auto 95px;
	}
	#single .pagenation a {
		font-size: 1.6rem;
	}
	#single .pagenation .btnBox {
		width: 95px;
	}
	#single .pagenation .nextBox a {
	}
	#single .pagenation .prevBox a {
		}
	#single .pagenation .prevBox .arrow {
	}
	#single .pagenation a:hover {
		opacity: 1;
	}
	#single .pagenation a:hover {
		color: var(--b_navy);
	}
	#single .pagenation .backBox a {
		width: 240px;
	}
	#single .pagenation .backBox a:hover {
		background: var(--d_gray);
		color: #fff;
	}
	#single .pagenation .nextBox a:hover ,
	#single .pagenation .prevBox a:hover {
		background: var(--l_gray);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id sidebar
====================================================*/
#sidebar .sidebar-inner {
}
#sidebar .sideBox {
	padding: 2.2em 1.5em;
}
#sidebar .headBox {
	border-bottom: solid 2px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	position: relative;
}
#sidebar .headBox::after {
	border-bottom: solid 1px;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		left: 0;
		bottom: 3px;
	width: 100%;
	height: 0;
}
#sidebar.color-blue .headBox ,
#sidebar.color-blue .headBox::after {
	border-bottom-color: var(--blue);
}
#sidebar.color-green .headBox ,
#sidebar.color-green .headBox::after {
	border-bottom-color: var(--green);
}
#sidebar .headBox h5 img {
	display: inline;
	margin-right: .5em;
	vertical-align: text-bottom;
	width: 1.2em;
}
#sidebar #side_banner figure:not(figure:last-child) {
	margin: 0 0 1em 0;
}
#sidebar #side_newpost ul {
	grid-gap: 1em;
}
#post #sidebar #side_newpost ul {
	grid-gap: .6em
}
#sidebar #side_newpost li a {
}
#sidebar #side_newpost li .imgBox {
	margin-right: 15px;
	width: 140px;
}
#sidebar #side_newpost li .imgBox .coverImg {
	padding-top: 57%;
}
#sidebar #side_newpost li .imgBox .coverImg figcaption {
	background: #fff;
	font-size: 1.0rem;
}
#sidebar #side_newpost li .detailBox {
	flex: 1;
	overflow: hidden;
}
#sidebar #side_newpost li .date_cate {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: .5em;
}
#sidebar #side_newpost li .date {
	font-size: .75em;
	position: relative;
}
#sidebar #side_newpost li .category span {
		border-radius: 1em;
		font-size: .75em;
		vertical-align : .4em;
}
#sidebar #side_newpost .title {
	font-size: .875em;
}
#sidebar #side_newpost .linkBtn {
	font-size: .9em;
	padding: .8em 45px;
	width: 100%;
		min-width: 0;
}

#sidebar #side_category li {
	border-bottom: solid 1px var(--l_b_gray);
	font-size: .875em;
	font-weight: 500;
	position: relative;
}
#sidebar #side_category li:not(li:last-child) {
	/* border-bottom: 0; */
}
#sidebar #side_category li a ,
#sidebar #side_category li .openBtn {
	display: block;
	opacity: 1;
	padding: .8em 0;
	position: relative;
}
#sidebar #side_category li a:after {
	border: solid;
	border-width: 2px 2px 0 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: .5em;
		bottom: 0;
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	width: .3em;
	height: .3em;
}
#sidebar #side_category li a:hover ,
#sidebar #side_category li .openBtn:hover  {
}
#sidebar #side_category li .openBtn {
	cursor: pointer;
}
#sidebar #side_category li .openBtn::before,
#sidebar #side_category li .openBtn::after {
	border-top: solid 2px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 12px;
		bottom: 0;
	transition: .2s ease-in-out;
	width: .8em;
	height: 0;
}
#sidebar #side_category li .openBtn::before {
	transform: rotate(90deg);
}
#sidebar #side_category li.open .openBtn::before {
	transform: rotate(0deg);
}
#sidebar #side_category li.open .openBtn::after {
	transform: rotate(-180deg);
}
#sidebar #side_category .child-outer {
	overflow: hidden;
	transition: .4s ease-in-out;
}
#sidebar #side_category .child-outer ul {
	border-top: solid 1px var(--w_purple);
}
#sidebar #side_category .child-outer li {
	/* border-top: solid 1px var(--w_purple); */
}
#sidebar #side_category .child-outer li a {
	padding-left: 40px;
}
#sidebar #side_category .child-outer li a:before {
	border-top: solid 1px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 20px;
		bottom: 0;
	width: .5em;
	height: 0;
}

#sidebar #side_banner {
	grid-gap: 1em 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1100px) {
	#sidebar {
		width: 100%;
		max-width: 500px;
		margin: 50px auto 0;
	}
	#sidebar .sidebar-inner {
		grid-gap: 1.5em 0;
	}
	#sidebar .headBox h5 {
		font-size: 1.2em;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 1100px) {
	#sidebar {
		margin-left: 40px;
		position: -webkit-sticky;
		position: sticky;
			top: 110px;
		width: 290px;
	}
	#sidebar .sidebar-inner {
		grid-gap: 40px 0;
	}
	#sidebar .headBox h5 {
		font-size: 1.8rem;
	}
	#sidebar #side_category li a:hover::after {
		right: .2em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1100px) {
	#sidebar {
		width: 100%;
		max-width: 500px;
		margin: 50px auto 0;
	}
	#sidebar .sidebar-inner {
		grid-gap: 40px 0;
	}
	#side_search {
	}
}

@media screen and (min-width:1280px) {
	#sidebar {
		margin-left: 100px;
	}
}


/*====================================================
////id achievements
====================================================*/
#achievements #information figure {
	margin: auto;
}
#achievements #information table td:first-child {
	padding-left: .8em;
	padding-right: .8em;
	white-space: nowrap;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#achievements #information .img figure {
		max-width: 300px;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#achievements .float-img {
		float: left;
		margin: 0 2em .5em 0;
		max-width: 45%
	}
	#achievements .float_right-img {
		float: right;
		margin: 0 0 .5em 2em;
		max-width: 45%
	}
	#achievements .float-img.short {
		max-width: 35%;
	}
	#achievements .float-text {
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
/*====================================================
////id searchform
====================================================*/
.searchform {
	background: #fff;
	border: solid 1px var(--l_b_gray);
	border-radius: 0;
	overflow: hidden;
}
.searchform .form-inner {
	position: relative;
}
.searchform .form-inner::after {
	border-left: solid 1px #1D428B;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: 0;
		right: 2.6em;
		bottom: 0;
	width: 0;
	height: 1.8em;
}
.searchform input {
	background: transparent;
	border: none;
	font-size: .87em;
	flex: 1;
	padding: .7em 0 .7em 1.2em;
}
.searchform input::-moz-placeholder {
	color: #87857E;
}
.searchform input:-ms-input-placeholder {
	color: #87857E;
}
.searchform input::placeholder {
	color: #87857E;
}
.searchform button {
	border: none;
	font-weight: bold;
	width: 2.7em;
}
.searchform button img {
	margin: auto;
	width: 1.25em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 1100px) {
	#mob_search {
		display: block;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 1100px) {
	#mob_search {
		display: none;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}



/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
