@charset "UTF-8";
/* information ---------------------------------------*/
.informationwrapper {
	overflow: hidden;
}

.informationwrapper-article {
	margin-top: 2px;
}

.informationbody-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/* informationhead ---------------------------------------*/
.informationhead {
	margin: 46px auto 50px;
	padding: 0 20px;
}

.informationhead.informationhead-result {
	margin: 34px auto 50px;
}

.informationhead.informationhead-category {
	margin: 26px auto 44px;
}

.informationhead-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.informationhead-title {
	margin: 0 auto 26px;
	width: 356px;
}

.informationhead-lead {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-align: center;
}

.informationhead-result-title {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
}

.informationhead-category-title {
	font-size: 43px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}


/* informationbody ---------------------------------------*/

.informationbody {
	position: relative;
	padding: 0 50px;
	border-top: 1px solid #000;
}

.informationbody::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 1px;
	background: #000;
	content: '';
}

.informationbody-inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.informationbody-inner::before,
.informationbody-inner::after {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #000;
	content: '';
}

.informationbody-inner::before {left: 0;}
.informationbody-inner::after {right: 0;}

.informationmain {
	position: relative;
	width: calc(750 / 1100 * 100%);
	order: 1;
}

.informationmain::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #000;
	content: '';
}

.informationwrapper-article .informationmain::before,
.informationwrapper-article .informationmain::after {
	display: none;
}

.informationmain-list {
	display: flex;
	flex-wrap: wrap;
	min-height: 215px;
}

.informationmain-list > li {
	position: relative;
	width: 50%;
}

.informationmain-list > li:nth-of-type(2n+1):after {
	position: absolute;
	bottom: 0;
	left: calc(calc(1100 / 375 * 100% / 2) - 50vw);
	z-index: 1;
	width: calc(200% - calc(1100 / 375 * 100% / 2) + 50vw);
	height: 1px;
	background: #000;
	content: '';
}

.informationmain-list > li:nth-last-of-type(-n+2):after {
	/* display: none; */
}

.informationmain-list > li > a {
	display: block;
	padding: calc(16 / 350 * 100%);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .25s ease;
}

.informationmain-list > li > a:hover {
	background: #000;
	opacity: 1;
}
.informationmain-list > li > a:hover .informationmain-list-info time {color: #fff;}
.informationmain-list > li > a:hover .informationmain-list-title {color: #fff;}

.informationmain-list-tmb {
	margin-bottom: 8px;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.informationmain-list-tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.informationmain-list-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.informationmain-list-info time {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1a161b;
}

.informationmain-list-category {
	display: block;
	padding: 1px 6px 0;
	background: #000;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.68;
	color: #fff;
}

.informationmain-list-category:first-of-type {
	margin-left: auto;
}

.informationmain-list-title {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.747;
}

.informationmain-list-nopost {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	padding-top: 70px;
	letter-spacing: 0.18em;
}

.informationnav {
	position: relative;
	width: calc(350 / 1100 * 100%);
	order: 2;
}

.informationnav::before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #000;
	content: '';
}

.informationnav-search {
	padding: calc(16 / 350 * 100%);
	border-bottom: 1px solid #000;
}

.informationnav-search-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #000;
}

.informationnav-search-form label {
	flex: 1;
}

.informationnav-search-form input {
	width: 100%;
	height: 30px;
	padding: 4px 6px 5px;
	border: none;
	box-sizing: border-box;
	font-size: 1em;
	outline: none;
}

.informationnav-search-form button {
	width: 31px;
	height: 30px;
	border: none;
	background-color: #000;
	cursor: pointer;
	position: relative;
}

.informationnav-search-form button::after {
	width: 16px;
	height: 16px;
	background-image: url("../img/common/icon_search.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.informationnav-block {
	position: relative;
	border-bottom: 1px solid #000;
	padding: calc(14 / 350 * 100%) 0 calc(8 / 350 * 100%);
}

.informationnav-block-title {
	margin: 0 calc(16 / 350 * 100%) calc(8 / 350 * 100%);
	width: auto;
	height: 21px;
}

.informationnav-block-title img {
	width: auto;
	height: 100%;
}

.informationnav-block-list {
	
}

.informationnav-block-list > li {
}

.informationnav-block-list > li a {
	display: flex;
	align-items: flex-start;
	gap: calc(10 / 314 * 100%);
	padding: calc(8 / 350 * 100%) calc(18 / 350 * 100%);
	width: 100%;
	background: #fff;
	transition: all .25s ease;
}
.informationnav-block-list > li a:hover {
	background: #000;
	opacity: 1;
}
.informationnav-block-list > li a:hover .informationnav-block-list-title {color: #fff;}

.informationnav-block-list-tmb {
	width: calc(109 / 314 * 100%);
	aspect-ratio: 16 / 9;
}

.informationnav-block-list-tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.informationnav-block-list-summary {
	flex: 1;
	font-size: 0;
}

.informationnav-block-list-category {
	display: inline-block;
	padding: 1px 6px 0;
	margin-bottom: 4px;
	background: #000;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.68;
	color: #fff;
}

.informationnav-block-list-category:not(:first-of-type) {
	margin-left: 4px;
}

.informationnav-block-list-title {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.informationnav-block-more {
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #00a4ad;
}

.informationnav-block-catlist > li a {
	display: block;
	padding: calc(8 / 350 * 100%) calc(18 / 350 * 100%);
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	background: #fff;
	transition: all .25s ease;
}

.informationnav-block-catlist > li a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.informationnav-block-list.informationnav-block-nolist {
	transform: translate(0, 0);
	opacity: 1;
	animation: none!important;
}

.informationnav-block-list-nopost {
	padding: 10px 0 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.18em;
}


/* pager ---------------------------------------*/	
.pager {
	position: relative;
	z-index: 1;
	width: 100vw;
	padding: 26px 0;
	background: #fff;
	order: 3;
}

.pager::before {
	position: absolute;
	top: -1px;
	left: calc(50% - 50vw);
	z-index: 1;
	width: 100vw;
	height: 1px;
	background: #000;
	content: '';
}

.pager-list {
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.pager-list li {
	margin: 0 5px;
}

.pager-list a, .pager-list span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 100px;
	transition: all .25s ease;
}

.pager-list span {
	color: #000;
	background: #ffec00;
	border: 1px solid #ffec00;
}

.pager-list a:hover {
	color: #000;
	background: #fff;
	opacity: 1;
}

.pager-prev a, .pager-next a, .pager-prev span, .pager-next span {
	font-size: 0!important;
	text-indent: -999px!important;
	width: 20px;
	position: relative;
	transition: all .25s ease;
	border: none;
	background: none;
}

.pager-prev a::before,
.pager-next a::before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 1.5px #000;
	border-right: solid 1.5px #000;
	position: absolute;
	top: 50%;
}

.pager-prev a::before {
	left: 10px;
	transform: translate(0,-50%) rotate(-135deg);
}

.pager-next a::before {
	right: 10px;
	transform: translate(0,-50%) rotate(45deg);
}

.pager-prev a:hover, .pager-next a:hover {
	opacity: 0.5;
}

.pager-dots {
	position: relative;
	top: -5px;
}


/* informationarticle ---------------------------------------*/
.informationarticle-mv {
	margin-bottom: 16px;
}

.informationarticle-mv img {
	width: 100%;
}

.informationarticle-info {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 16px;
	margin-bottom: 38px;
}

.informationarticle-info time {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1a161b;
}

.informationarticle-info-category {
	padding: 1px 6px 0;
	background: #000;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.68;
}

.informationarticle-content {
	padding: 0 calc(50 / 750 * 100%) calc(50 / 750 * 100%);
}

.informationarticle-title {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.52;
	letter-spacing: 0.01em;
	margin-bottom: 30px;
}

.entrybody > *:first-child {margin-top: 0;}

.entrybody h2,
.entrybody h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.608;
	letter-spacing: 0.1em;
	margin-top: 45px;
}

.entrybody p {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.897;
	margin-top: 36px;
}

.entrybody h2 + p,
.entrybody h3 + p {
	margin-top: 16px;
}

.entrybody img {
	max-width: 100%;
	width: 100%;
	margin-top: 36px;
}
.entrybody p img {margin-top: 0;}
.entrybody p a {color: #00a4ad;}
.entrybody strong {font-weight: 500;}
.entrybody em {font-style: italic;}


.informationarticle-share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 68px;
}

.informationarticle-share-facebook,.informationarticle-share-x,.informationarticle-share-line {
	position: relative;
	padding: 7px 4px 7px 24px;
	width: 103px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
}

.informationarticle-share-facebook {background: #4267b2;}
.informationarticle-share-facebook::before {
	display: inline-block;
	content: '';
	background: url('../img/common/icon_facebook.svg') no-repeat center center; 
	background-size: contain;
	width: 10px;
	height: 18px;
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translate(0,-50%);
}

.informationarticle-share-x {background: #000;}
.informationarticle-share-x::before {
	display: inline-block;
	content: '';
	background: url('../img/common/icon_x.svg') no-repeat center center; 
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0,-50%);
}

.informationarticle-share-line {background: #00b833;}
.informationarticle-share-line::before {
	display: inline-block;
	content: '';
	background: url('../img/common/icon_line.svg') no-repeat center center; 
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0,-50%);
}

.informationarticle-share-line span {
	font-size: 12px;
	position: relative;
	top: -0.5px;
}

.informationarticle-relative {
	border-top: 1px solid #000;
}

.informationarticle-relative-title {
	padding: calc(20 / 750 * 100%);
	text-align: center;
	border-bottom: 1px solid #000;
}

.informationarticle-relative-list {
	position: relative;
	display: flex;
}

.informationarticle-relative-list::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #000;
	content: '';
}

.informationarticle-relative-list > li {
	width: 50%;
}

.informationarticle-relative-list > li > a {
	display: block;
	padding: calc(16 / 350 * 100%);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .25s ease;
}

.informationarticle-relative-list > li > a:hover {
	background: #000;
	opacity: 1;
}
.informationarticle-relative-list > li > a:hover .informationarticle-relative-list-info time {color: #fff;}
.informationarticle-relative-list > li > a:hover .informationarticle-relative-list-title {color: #fff;}

.informationarticle-relative-list-tmb {
	margin-bottom: 8px;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.informationarticle-relative-list-tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.informationarticle-relative-list-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.informationarticle-relative-list-info time {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1a161b;
}

.informationarticle-relative-list-category {
	display: block;
	padding: 1px 6px 0;
	background: #000;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.68;
	color: #fff;
}

.informationarticle-relative-list-category:first-of-type {
	margin-left: auto;
}

.informationarticle-relative-list-title {
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1.747;
}

.informationarticle-relative-list-nopost {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	padding: 60px 0;
	letter-spacing: 0.18em;
}


/* pc only */
@media screen and (min-width: 768px){
}

/* large pc */
@media screen and (min-width: 1575px){
	.informationbody-inner {
		max-width: 1475px;
	}

	.informationmain {
		position: relative;
		width: calc(1125 / 1475 * 100%);
	}
	
	.informationmain::before {left: calc(100% / 3);}
	.informationmain::after {
		position: absolute;
		top: 0;
		left: calc(100% / 3 * 2);
		transform: translateX(-50%);
		z-index: 1;
		width: 1px;
		height: 100%;
		background: #000;
		content: '';
	}

	.informationmain-list > li {
		width: calc(100% / 3);
	}
	
	.informationmain-list > li:nth-of-type(2n+1):after {
		left: calc(calc(1475 / 375 * 100% / 2) - 50vw);
		width: calc(300% - calc(1475 / 375 * 100% / 2) + 50vw);
	}
	.informationmain-list > li:nth-of-type(6n+3):after,
	.informationmain-list > li:nth-of-type(6n+5):after {
		display: none;
	}
	.informationmain-list > li:nth-of-type(3n+1):after {
		position: absolute;
		bottom: 0;
		left: calc(calc(1475 / 375 * 100% / 2) - 50vw);
		z-index: 1;
		width: calc(300% - calc(1475 / 375 * 100% / 2) + 50vw);
		height: 1px;
		background: #000;
		content: '';
	}

	.informationnav {
		width: calc(350 / 1475 * 100%);
	}
}


/* sp only */
@media screen and (max-width: 767px){
	/* information ---------------------------------------*/
	.informationwrapper-article {
		margin-top: 50px;
	}

	.informationbody-inner {
		max-width: unset;
	}

	/* informationhead ---------------------------------------*/
	.informationhead {
		margin: 62px auto 10px;
		padding: 0 11px;
	}

	.informationhead.informationhead-result,
	.informationhead.informationhead-category {
		margin: 70px auto 24px;
	}

	.informationhead-inner {
		max-width: unset;
	}

	.informationhead-title {
		margin: 0 auto 24px;
		width: 177px;
	}

	.informationhead-lead {
		font-size: 13px;
	}

	.informationhead-result-title {
		font-size: 14px;
		font-weight: 300;
	}
	
	.informationhead-category-title {
		font-size: 22px;
	}


	/* informationbody ---------------------------------------*/
	.informationbody {
		padding: 0;
	}

	.informationbody::after {
		display: none;
	}

	.informationbody-inner {
		display: block;
		max-width: unset;
		padding-top: calc(36px + calc(22 / 375 * 100%));
	}

	.informationwrapper-article .informationbody-inner {
		padding-top: 0;
		border-top: none;
	}
	
	.informationbody-inner::before,
	.informationbody-inner::after {
		display: none;
	}

	.informationmain {
		width: 100%;
		border-top: 1px solid #000;
	}

	.informationwrapper-article .informationmain {
		border-bottom: 1px solid #000;
	}


	.informationwrapper-article .informationmain::before {
		display: none;
	}

	.informationmain-list {
		min-height: 100px;
	}

	.informationmain-list > li:nth-of-type(2n+1):after {
		left: 0;
		width: 200%;
		height: 1px;
		background: #000;
		content: '';
	}

	.informationmain-list > li:nth-last-of-type(-n+2):after {
		display: block;
	}
	
	.informationmain-list > li > a {
		padding: calc(11 / 375 * 2 * 100%);
	}
	
	.informationmain-list > li > a:hover {background: #fff;}
	.informationmain-list > li > a:hover .informationmain-list-info time {color: #000;}
	.informationmain-list > li > a:hover .informationmain-list-title {color: #000;}
	.informationmain-list > li > a:active {
		background: #000;
		opacity: 1;
	}
	.informationmain-list > li > a:active .informationmain-list-info time {color: #fff;}
	.informationmain-list > li > a:active .informationmain-list-title {color: #fff;}

	.informationmain-list-tmb {
		margin-bottom: 6px;
	}
	
	.informationmain-list-info {
		gap: 10px;
		margin-bottom: 8px;
	}
	
	.informationmain-list-info time {
		font-size: 11px;
	}
	
	.informationmain-list-category {
		font-size: 9px;
	}
	
	.informationmain-list-title {
		font-size: 13px;
		line-height: 1.385;
	}

	.informationmain-list-nopost {
		font-size: 14px;
		padding-top: 40px;
	}
	
	.informationnav {
		position: unset;
		width: 100%;
	}
	
	.informationnav::before,
	.informationnav::after {
		display: none;
	}

	.informationnav-search {
		position: absolute;
		top: 0;
		left: 0;
		padding: calc(11 / 375 * 100%);
		width: 100%;
		border-bottom: none;
	}

	.informationwrapper-article .informationnav-search {
		position: unset;
		border-bottom: 1px solid #000;
	}

	.informationnav-search-form input {
		height: 34px;
		padding: 4px 6px 5px;
	}

	.informationnav-search-form button {
		width: 35px;
		height: 34px;
	}
	
	.informationnav-search-form button::after {
		width: 17px;
		height: 17px;
	}
	
	.informationnav-block {
		border-bottom: 1px solid #000;
		padding: calc(14 / 375 * 100%) 0 calc(8 / 375 * 100%);
	}
	
	.informationnav-block-title {
		margin: 0 calc(16 / 375 * 100%) calc(8 / 375 * 100%);
	}
	
	.informationnav-block-list > li a {
		gap: calc(14 / 347 * 100%);
		padding: calc(7 / 375 * 100%) calc(14 / 375 * 100%);
	}
	.informationnav-block-list > li a:hover {background: #fff;}
	.informationnav-block-list > li a:hover .informationnav-block-list-title {color: #000;}
	.informationnav-block-list > li a:active {
		background: #000;
		opacity: 1;
	}
	.informationnav-block-list > li a:active .informationnav-block-list-title {color: #fff;}

	.informationnav-block-list-tmb {
		width: calc(123 / 353 * 100%);
	}
	
	.informationnav-block-list-category {
		padding: 0 4px;
		margin-bottom: 7px;
		font-size: 9px;
	}
	
	.informationnav-block-list-title {
		font-size: 13px;
	}
	
	.informationnav-block-more {
		top: 13px;
		right: 16px;
		font-size: 14px;
	}
	
	.informationnav-block-catlist > li a {
		padding: calc(11 / 375 * 100%) calc(14 / 375 * 100%);
		font-size: 18px;
	}
	
	.informationnav-block-catlist > li a:hover {
		background: #fff;
		color: #000;
	}
	.informationnav-block-catlist > li a:active {
		background: #000;
		color: #fff;
		opacity: 1;
	}

	.informationnav-block-list-nopost {
		padding: 30px 0;
		font-size: 14px;
	}


	/* pager ---------------------------------------*/	
	.pager {
		padding: 16px 0;
	}

	.pager-list a, .pager-list span {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.pager-list a:hover {
		color: #fff;
		background: #000;
	}
	.pager-list a:active {
		color: #000;
		background: #fff;
		opacity: 1;
	}

	.pager-prev a, .pager-next a, .pager-prev span, .pager-next span {
		margin: 0 14px;
		width: 20px;
	}

	.pager-prev a::before,
	.pager-next a::before {
		width: 8px;
		height: 8px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		left: 5px;
	}

	.pager-prev a:hover, .pager-next a:hover {
		opacity: 1;
		background: unset;
	}
	.pager-prev a:active, .pager-next a:active {
		background: unset;
		opacity: 0.5;
	}

	.pager-dots {
		top: -4px;
	}


	/* informationarticle ---------------------------------------*/
	.informationarticle-mv {
		margin-bottom: 11px;
	}

	.informationarticle-info {
		gap: 10px;
		padding: 0 14px;
		margin-bottom: 18px;
	}

	.informationarticle-info time {
		font-size: 12px;
	}

	.informationarticle-info-category {
		padding: 0 4px;
		font-size: 9px;
	}

	.informationarticle-content {
		padding: 0 30px 44px;
	}

	.informationarticle-title {
		font-size: 20px;
		letter-spacing: 0.06em;
		line-height: 1.34;
		margin-bottom: 24px;
	}

	.entrybody h2,
	.entrybody h3 {
		font-size: 16px;
		line-height: 1.342;
		margin-top: 28px;
	}
	
	.entrybody p {
		font-size: 14px;
		line-height: 1.643;
		letter-spacing: 0.07em;
		margin-top: 24px;
	}
	
	.entrybody h2 + p,
	.entrybody h3 + p {
		margin-top: 12px;
	}
	
	.entrybody img {
		max-width: 100%;
		width: 100%;
		margin-top: 24px;
	}

	.informationarticle-share {
		justify-content: center;
		gap: 12px;
		margin-top: 38px;
	}

	.informationarticle-share-facebook,.informationarticle-share-x,.informationarticle-share-line {
		padding: 5px 10px 5px 26px;
		width: 30%;
		max-width: 73px;
		font-size: 10px;
	}

	.informationarticle-share-facebook::before {
        width: 7px;
        height: 13px;
        left: 14px;
	}

	.informationarticle-share-x::before {
        width: 11px;
        height: 11px;
        left: 13px;
	}

	.informationarticle-share-line {	
		padding: 4px 2px 5px 18px;
	}

	.informationarticle-share-line span {
		font-size: 8px;
	}

	.informationarticle-share-line::before {
        width: 13px;
        height: 12px;
	}

	.informationarticle-relative {
	}
	
	.informationarticle-relative-title {
		padding: 11px 11px 6px;
	}

	.informationarticle-relative-title img {
		width: 83px;
	}

	.informationarticle-relative-list > li > a {
		padding: calc(11 / 375 * 2 * 100%);
	}
	
	.informationarticle-relative-list > li > a:hover {background: #fff;}
	.informationarticle-relative-list > li > a:hover .informationarticle-relative-list-info time {color: #000;}
	.informationarticle-relative-list > li > a:hover .informationarticle-relative-list-title {color: #000;}
	.informationarticle-relative-list > li > a:active {
		background: #000;
		opacity: 1;
	}
	.informationarticle-relative-list > li > a:active .informationarticle-relative-list-info time {color: #fff;}
	.informationarticle-relative-list > li > a:active .informationarticle-relative-list-title {color: #fff;}
	
	.informationarticle-relative-list-tmb {
		margin-bottom: 6px;
	}
	
	.informationarticle-relative-list-info {
		gap: 4px;
		margin-bottom: 8px;
	}
	
	.informationarticle-relative-list-info time {
		font-size: 11px;
	}
	
	.informationarticle-relative-list-category {
		padding: 0 4px;
		font-size: 9px;
	}
	
	.informationarticle-relative-list-title {
		font-size: 13px;
		line-height: 1.385;
	}

	.informationarticle-relative-list-nopost {
		font-size: 14px;
		padding: 40px 0;
	}

}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){
	.informationarticle-share {
		gap: 10px;
	}
}