@charset "utf-8";

/* ======================================================
 * headlines_detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.contents > .contents-wrap > section:first-child > *:first-child,
	.contents > .contents-wrap > *:first-child {
		margin-top: 0 !important;
	}

	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- headlines-detail-heading2 ----- */
	.contents > .contents-wrap .headlines-detail-heading2 {
		position: relative;
		margin-top: 2.4em !important;
		padding-left: 20px;
	}
	.headlines-detail-heading2 + * {
		margin-top: 1.25em  !important;
	}
	.headlines-detail-heading2::before {
		position: absolute;
    content: "";
    top: 0.2em;
    left: 0;
    width: 4px;
    height: 70%;
    border-radius: 10em;
    background: #2b90e7;
	}
	.headlines-detail-heading2 .headlines-detail-heading2__title {
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.5;
	}
	/* ----- headlines-detail-text ----- */
	.headlines-detail-text {
		margin: 1em 0 0;
		font-size: 1.6rem;
	}
	/* ----- headlines-detail-date ----- */
	.headlines-detail-date {
		text-align: right;
		margin: 2.35em 0 0;
		font-size: 1.6rem;
	}
	/* ----- headlines-detail-powered ----- */
	.headlines-detail-powered {
		margin: 2.15em 0 0;
	}
	.headlines-detail-powered [class*="headlines-detail-powered__type"] {
		display: inline-block;
		font-size: 1.3rem;
		color: #999;
		text-decoration: underline;
	}
	.headlines-detail-powered [class*="headlines-detail-powered__type"]:hover {
		color: #1684e2;
		text-decoration: underline;
	}
	.headlines-detail-powered .headlines-detail-powered__type--blank::after {
		position: relative;
		display: inline-block;
		margin-left: .5em;
		width: 13px;
		height: 11px;
		background-image: url(../images_new/sprite.webp);
		background-repeat: no-repeat;
		background-position: -110px -30px;
		content: "";
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	/* ----- headlines-detail-back ----- */
	.headlines-detail-back {
		width: 280px;
		margin: 2.3em auto 0;
	}
	.headlines-detail-back .headlines-detail-back__type {
		text-decoration: none;
		display: block;
		text-align: center;
		position: relative;
		width: 100%;
		padding: .45em 2em .4em;
		background-color: #959595;
		box-shadow: 2px 2px 6px 0 rgba(0,0,0,.1);
		color: #fff;
		border-radius: 21px;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.headlines-detail-back .headlines-detail-back__type::after {
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -8px;
		width: 8px;
		height: 14px;
		background-image: url(../images_new/sprite.webp);
		background-repeat: no-repeat;
		content: "";
		background-position: -21px 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.headlines-detail-back .headlines-detail-back__type:hover {
		background-color: #1684e2;
	}

	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
}
@media screen and (min-width: 1921px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */

	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- headlines-detail-heading2 ----- */
	.contents > .contents-wrap .headlines-detail-heading2 {
		position: relative;
		margin-top: 2em !important;
		padding-left: 20px;
	}
	.headlines-detail-heading2 + * {
		margin-top: 1.1em  !important;
	}
	.headlines-detail-heading2::before {
		position: absolute;
    content: "";
    top: 0.2em;
    left: 0;
    width: 4px;
    height: 70%;
    border-radius: 10em;
    background: #2b90e7;
	}
	.headlines-detail-heading2 .headlines-detail-heading2__title {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
	}
	/* ----- headlines-detail-text ----- */
	.headlines-detail-text {
		margin: 1em 0 0;
		font-size: 1.4rem;
	}
	/* ----- headlines-detail-date ----- */
	.headlines-detail-date {
		text-align: right;
		margin: 2em 0 0;
		font-size: 1.4rem;
	}
	/* ----- headlines-detail-powered ----- */
	.headlines-detail-powered {
		margin: 1.95em 0 0;
	}
	.headlines-detail-powered [class*="headlines-detail-powered__type"] {
		display: inline-block;
		font-size: 1.3rem;
		color: #999;
		text-decoration: underline;
	}
	.headlines-detail-powered .headlines-detail-powered__type--blank::after {
		position: relative;
		display: inline-block;
		margin-left: .5em;
		width: 13px;
		height: 11px;
		background-image: url(../images_new/sprite.webp);
		background-repeat: no-repeat;
		background-position: -110px -30px;
		content: "";
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	/* ----- headlines-detail-back ----- */
	.headlines-detail-back {
		width: 100%;
		margin: 1.95em 0 0;
	}
	.headlines-detail-back .headlines-detail-back__type {
		text-decoration: none;
		display: block;
		text-align: center;
		position: relative;
		width: 100%;
		padding: .7em 2em .5em;
		background-color: #959595;
		font-size: 1.6rem;
		box-shadow: 2px 2px 6px 0 rgba(0,0,0,.1);
		color: #fff;
		border-radius: 21px;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.headlines-detail-back .headlines-detail-back__type::after {
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -7px;
		width: 8px;
		height: 14px;
		background-image: url(../images_new/sprite.webp);
		background-repeat: no-repeat;
		content: "";
		background-position: -21px 0;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/

/* ======================================================
 * Print
====================================================== */
@media print {
}