/**********************************
	Base
**********************************/
body {
	color: #242829;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.5;
    word-wrap: break-word;
    background-color: #fff;
}
a {
	text-decoration: none!important;
	color: unset;
}
a:hover {
	opacity: 0.8;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
/**********************************
	header
**********************************/
.container {
	display: flex;
	justify-content: space-between;
	padding: 56px 0 84px;
}
.container,
.header__inner {
	margin: 0 auto;
	width: 100%;
	max-width: 992px;
}
header.front__header {
	width: 100%;
	height: 274px;
	background: url('../../assets/img/commons/header/main__visual.png') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__inner h1 {
	max-width: 530px;
	margin: 0;
}
.header__inner p {
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
}
/**********************************
	Main Content
**********************************/
.content__main {
	width: 644px;
}
.content__main h2,
.content__sub h2,
.content__sub--sp h2 {
	margin: 0 0 38px;
	color: #6D797C;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: 'IBM Plex Mono', monospace;
}
.article__body h3 {
	margin: 15px 0 24px;
}
.article__body h3 a {
	color: #242829;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
}
.article__category {
	margin: 0;
}
.article__category a {
	margin: 0;
	color: #FFF;
	font-size: 14px;
	padding: 1px 20px;
	display: inline-block;
}
.cat__id--2 a {
	background-color: #326BCE;
}
.cat__id--3 a {
	background-color: #3DBAC2;
}
.cat__id--none a {
	background-color: #B2BEC1;
}
.cat__id--2 a:hover {
	background-color: #6693E1;
	opacity: unset;
}
.cat__id--3 a:hover {
	background-color: #58C8BE;
	opacity: unset;
}
.cat__id--none a:hover {
	background-color: #c8d0d2;
}
.article__information {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.article__date {
	width: 110px;
}
.article__information .article__date,
.article__tag--item {
	font-size: 14px;
	color: #6D797C;
}
ul.article__tag--list {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
.article__tag--item {
	display: inline;
}
.article__tag--item a {
	padding: 2px 10px;
}
.article__tag--item:hover {
	background: #F2F7F9;
}
.article__summary {
	width: 464px;
	margin: 0;
	color: #6D797C;
}
.article__summary p {
	margin: 0;
}
.article__summary p a {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	color: #6D797C;
}
.article__item {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 45px;
	padding-bottom: 50px;
	border-bottom: 1px solid #C4C9CD;
}
.article__thumbnail {
	width: 100%;
	height: 100%;
	max-width: 160px;
	position: relative;
}
.article__thumbnail::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.article__thumbnail a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.article__thumbnail a:hover {
	opacity: 0.8;
}
.article__thumbnail img {
    width: 100%;
    height: 160px;
    line-height: 0;
    object-fit: cover;
}
.article__author {
	margin-top: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.article__author--img {
	width: 100%;
	height: 100%;
	max-width: 36px;
	position: relative;
}
.article__author--img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.author__img--inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 36px;
}
.article__author--img img {
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	bottom: 0;
	border-radius: 36px;
}
.article__author--name {
	margin-left: 15px;
	font-size: 14px;
}
.author__information {
	display: flex;
	justify-content: center;
	padding: 12px 0;
	margin-top: 24px;
    border-top: 1px solid #C4C9CD;
    border-bottom: 1px solid #C4C9CD;
}
.author__information--sp {
	display: none;
}
.author__img {
    width: 100%;
    height: 100%;
    max-width: 64px;
    position: relative;
    margin-right: 24px;
}
.author__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.author__name {
	color: #242829;
	font-size: 16px;
}
.author__position {
	display: block;
	font-size: 14px;
	color: #6D797C;
}
.author__introduction {
	color: #6D797C;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.8em
}
.pagenation__wrapper {
	margin: 0 auto;
	text-align: center;
}
.page-numbers {
	display: flex;
	justify-content: center;
	color: #B2BEC1;
}
.page-numbers li {
    font-size: 14px;
    margin-right: 10px;
}
.page-numbers li:last-child {
	margin-right: 0px;
}
.page-numbers li a {
	color: #6D797C;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.page-numbers li a:hover {
	background: #F2F7F9;
    border-radius: 10px;
}
.page-numbers li.current span {
    color: #FFF;
    background: #B2BEC1;
    border-radius: 50%;
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.sp__page--numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #B2BEC1;
}
.sp__page--numbers li {
    font-size: 14px;
    margin-right: 10px;
}
.sp__page--numbers li:last-child {
	margin-right: 0px;
}
.sp__page--numbers li a,
.sp__page--numbers li {
	color: #6D797C;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.sp__page--numbers li a:hover {
	background: #F2F7F9;
    border-radius: 10px;
}
.pagenation__disabled {
	color: #C4C9CD!important;
}
/**********************************
	Side Content
**********************************/
.content__sub {
	width: 280px;
	display: block;
}
.bnr__wrapper,
.bnr__list--item {
	margin-bottom: 24px;
}
.sns__btn--wrapper {
	display: flex;
	justify-content: center;	
	align-items: center;
	margin-bottom: 24px;
}
.sns__btn--list {
	display: flex;
	justify-content: center;	
}
.sns__btn--list li.sns__btn--item {
	margin-right: 12px;
}
.sns__btn--item a {
	color: #898F9C;
}
.sns__btn--txt {
	font-size: 13px;
	color: #6D797C;
}
.search__wrapper {
	margin: 36px 0 58px
}
.search__wrapper form {
    position: relative;
    text-align: center;
}
.search__wrapper form input {
	border: none;
	outline: none;
}
.search__wrapper form input[type="text"]::placeholder {
  color: #6D797C;
}
.search__wrapper form input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 18px;
    background: #E3EAF0;
    height: 36px;
    color: #3F484A;
    padding: 0 18px;
}
.search__wrapper form input[type="text"]:focus {
	color: #6D797C;
	background-color: #FFF;
	border: 1px solid #1764E9;
}
.search__wrapper form input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: none;
    color: #6D797C;
    font-size: 16px;
}
.archive__yearly--inner label {
    display: block;
    cursor :pointer;
    color: #6D797C;
    font-size: 16px;
}
.archive__yearly--inner input {
    display: none; 
}
.archive__yearly--inner div {
    height: 0;
    overflow-y: hidden;
    opacity: 0;
}
.archive__yearly--inner input:checked + label + div {
    height: auto;
    opacity: 1;
}
.archive__yearly--inner label::before {
	content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    padding-right: 8px;
}
.archive__yearly--inner label:hover,
.archive__yearly--list li a:hover {
	background: #F2F7F9;
}
.archive__yearly--inner input:checked + label::before {
    content: '\f107';
}
.archive__yearly--list li a {
	color: #6D797C;
	font-size: 16px;
	padding-left: 18px;
	margin: 4px 0;
	display: block;
}
.archive__yearly--inner:first-child {
    border-top: 1px solid #C4C9CD;
}
.archive__yearly--inner {
    padding: 18px 0;
    border-bottom: 1px solid #C4C9CD;
}
/**********************************
	Footer
**********************************/
footer {
	background: #F2F7F9;
	width: 100%;
	height: auto;
}
.footer__menu--wrapper {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
	padding: 42px 0;
}
.footer__logo img {
	width: 120px;
	height: auto;
	margin-bottom: 30px;
}
.footer__menu--inner {
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.footer__menu--list {
	display: flex;
	justify-content: space-between;
}
.footer__menu--list li {
	display: block;
	margin-right: 15px;
	font-size: 14px;
}
.footer__menu--list li a {
	color: #242829
}
.copyright {
	font-size: 12px;
	color: #242829;
}
/**********************************
	Single
**********************************/
.single__header {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #C4C9CD;
}
.single__header .header__inner {
	line-height: 58px!important;
}
.single__header .header__inner h1 {
	margin: 0;
}
.single__header .header__inner h1 img {
	width: 234px;
	height: auto;
}
.article__body--single {

}
h2.article__title {
	font-size: 30px;
	margin: 15px 0;
	font-weight: normal;
	color: #242829;
}
.article__content {
	line-height: 2.1em;
	letter-spacing: 0.1em;
}
.article__content h2 {
	color: #242829;
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: unset;
}
.article__content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.article__content a {
	color: #1764E9;
}
.article__content a:hover {
	color: #1764E9;
	text-decoration: underline!important;
}
pre {
	background-color: #F2F7F9;
	border: none!important;
	border-radius: 4px;
	padding: 36px 4px!important;
	overflow: auto!important;
	/*resize: horizontal!important;*/
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap;
	white-space: pre-wrap; 
	word-wrap: break-word; 
}
code {
	font-size: 16px;
	line-height: 1.4;
	color: #3F484A;
	font-family: 'IBM Plex Mono', monospace;

}
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
	list-style-type: decimal-leading-zero!important;
	color: #3F484A!important;
	list-style-position: outside;
	margin-left: 36px;
	padding-left: 16px;
	background-color: #F2F7F9!important;
}
ol.linenums li {
    margin-bottom: 8px;
}
ol.linenums li:last-child {
    margin-bottom: 0px;
}
.main__sns--wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0;
    border-top: 1px solid #C4C9CD;
    border-bottom: 1px solid #C4C9CD;
    padding: 12px 0px;
}
.article__body--single figcaption {
    color: #6D797C;
    font-size: 14px;
    margin-top: 0em!important;
}
.article__nav--wrapper {
	margin-top: 18px;
}
.article__nav--item {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.article__nav--prev a,
.article__nav--next a {
	color: #6D797C;
	font-size: 14px;
}
.article__nav--disabled {
	color: #C4C9CD;
	font-size: 14px;	
}
.article__nav--prev a:hover,
.article__nav--next a:hover {
	color: #B2BEC1;
}
/**********************************
	Page
**********************************/
h2.page__title {
	font-size: 30px;
	margin: 0 0 15px;
	font-weight: normal;
	color: #242829;
}
.page__content {
	line-height: 2.1em;
	letter-spacing: 0.1em;
}
.page__content h2 {
	color: #242829;
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: unset;
}
.page__content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.page__content a {
	color: #1764E9;
}
.page__content a:hover {
	color: #1764E9;
	text-decoration: underline!important;
}
/**********************************
	Archive
**********************************/
h2.archive__title {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}
/**********************************
	Search
**********************************/
h2.search__title {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 0 0 24px;
}
.main__search--wrapper {
	margin: 0px 0 24px
}
.main__search--wrapper form {
    position: relative;
}
.main__search--wrapper form input {
	border: none;
	outline: none;
}
.main__search--wrapper form input[type="text"]::placeholder {
  color: #6D797C;
}
.main__search--wrapper form input[type="text"] {
	max-width: 260px;
    width: 100%;
    border: none;
    border-radius: 18px;
    background: #E3EAF0;
    height: 36px;
    color: #3F484A;
    padding: 0 18px;
}
.main__search--wrapper form input[type="text"]:focus {
	color: #6D797C;
	background-color: #FFF;
	border: 1px solid #1764E9;
}
.main__search--wrapper form input[type="submit"] {
    position: absolute;
    top: 8px;
    left: 225px;
    border: none;
    background: none;
    color: #6D797C;
    font-size: 16px;
}
.search__highlight {
	background: linear-gradient(transparent 0%, #F5E6BD 0%);
}
/**********************************
	Smart phone display support
**********************************/
@media screen and (max-width:767px) {
/********* Header *********/
	header.front__header {
	    width: 100%;
	    height: auto;
	    background: url(../../assets/img/commons/header/main__visual.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	    display: block; 
	    justify-content: unset; 
	    align-items: unset;
	}
	.header__inner {
	    padding: 34px;
	    margin: unset;
	    width: unset;
	    max-width: unset;
	}
	.header__inner h1 {
	    max-width: 295px;
	    margin: 0;
	}
	.header__inner p {
	    font-size: 13px;
	}
/********* Content *********/
	.container,
	.header__inner {
	    margin: unset;
	    width: 100%;
	    max-width: unset;
	}
	.container {
		display: block; 
	    padding: 24px 0 48px;
	}
	.content__main {
	     width: 100%;
	     padding: 0 20px;
	}
	.content__main h2,
	.content__sub h2 {
	    margin: 0 0 24px;
	}
	.article__item {
	    flex-flow: row-reverse;
	    margin: 12px 0 28px;
	    padding-bottom: 50px;
	    border-bottom: 1px solid #C4C9CD;
	}
	.article__thumbnail img {
	    width: 100%;
	    height: 87px;
	    line-height: 0;
	    object-fit: cover;
	}
	.article__thumbnail {
	    max-width: unset;
	    width: 26%;
	}
	.article__summary {
	    width: 70%;
	    margin: 0;
	    color: #6D797C;
	}
	.article__information {
		display: block;
		justify-content: unset; 
		align-items: unset; 
	}
	.article__date {
	    display: block;
	}
	.article__tag--item a {
	    padding: unset;
	    margin-right: 12px;
	}
/********* Single *********/
	.single__header {
		width: 100%;
		height: 70px;
		border-bottom: 1px solid #C4C9CD;
	}
	.single__header .header__inner {
		line-height: 58px;
		padding: 0 20px;
	}
	.single__header .header__inner h1 {
		margin: 0;
		max-width: unset;
	}
	.single__header .header__inner h1 img {
		width: 234px;
		height: auto;
	}
	h2.article__title {
	    font-size: 24px;
	    margin: 12px 0!important;
	    font-weight: 400;
	    color: #242829;
	}
	.article__content {
		margin-top: 24px;
	}
	pre {
		overflow: auto;
	}
	.author__information {
		display: none;
	}
	.author__information--sp {
		display: block;
		padding: 12px 0;
		margin-top: 24px;
	    border-top: 1px solid #C4C9CD;
	    border-bottom: 1px solid #C4C9CD;
	}
	.author__info--wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
/********* Page *********/
	h2.page__title {
	    font-size: 24px;
	    margin: 0 0 12px!important;
	    font-weight: 400;
	    color: #242829;
	}
	.page__content {
		margin-top: 24px;
	}
/********* Archive *********/
	.archive__yearly--inner label:hover,
	.archive__yearly--list li a:hover {
		background: unset;
	}
/********* Search *********/
	.main__search--wrapper form input[type="text"] {
	    max-width: unset; 
	}
	.main__search--wrapper form input[type="submit"] {
	    right: 8px;
	    left: unset;
	}
/********* Side *********/
	.content__sub {
		width: 100%;
		padding: 0 20px;
		margin-top: 48px;
	}
/********* Footer *********/
	.footer__menu--wrapper {
	    width: 100%;
		max-width: unset;
		margin: unset; 
	    padding: 24px 20px;
	}
	.footer__menu--inner {
	     display: block;
	     justify-content: unset; 
	     align-items: unset; 
	}
	.footer__menu--list {
	     display: block; 
	     justify-content: unset; 
	}
	.footer__menu--list li {
		margin-right: 0;
		margin-bottom: 18px;
	}
}