  @charset "utf-8";

/****
 *
 * </news/digest/css_v4/common.css>
 *
 * ¸üÐÂÈÕ: 2024/12/6
 *
 ****/

/****
Foundation
 ****/

#main{
	padding-top: 0;
	font-family: "Roboto","Noto Sans JP","¥á¥¤¥ê¥ª", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}
/*clearfix reset*/
#main ul:after, #main dl:after, #body:after, #main:after, #bnav:after, article:after, hgroup:after, footer:after, section:after, #main .section:after, #main .col:after { display: none; /* clearfix */ }

/*  Heading reset -- default style
----------------- */
h1,
#main h2,
#main h3,
#main h4,
#main h5{
	font-weight: bold;
	font-size: 1.125rem; /*18px*/
	margin: 0;
	padding: 0;
	background: none;
}
h1,#main h2{
	font-size: 1.5rem;
}

/****
Object
 ****/

/*  Component
---------------------------------------------------------- */

.c-heading_margin{
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

.c-caption{
	font-size: 0.875rem;
	line-height: 1.5625rem;
	padding: 0.3125rem 0 0;
	color: #46484E;
}
.c-note{
	font-size: 0.875rem;
	line-height: 1.5625rem;
	padding-left: 1em;
	text-indent: -1em;
}

/*c-sub_bn*/
.c-sub_bn{
	width: 280px;
	margin: 0 auto 0.75rem;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.3);
}
.c-sub_bn a{
	display: block;
	position: relative;
	background-color: #fff;
}
.c-sub_bn a::after{
	content:"";
	display: block;
	position: absolute;
	top:0px; left: 0px;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.12);
	opacity: 0;
	transition:opacity 0.3s;
}
.c-sub_bn:hover a::after{
	opacity: 1;
}
.c-sub_bn:last-of-type{
	margin-bottom: 0;
}

/*  project
---------------------------------------------------------- */

.p-digest_title_bar{
	width: 100%;
	height: auto;
	background-color: #333;
	margin-top: 10px !important;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	border-radius: 0 6px 0 0;
}

/* snav
----------- */
#snav.u-fadeIn--up{
	transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
}

.p-snav__label{
	padding:0 0 0 1rem;
	margin-top: 10px !important;
	height: 42px;
	background:#333333 !important;
	border-radius: 0px 6px 0px 0px;
	color:#FFFFFF;
	font-size: 1rem !important;
	line-height:1;
	font-weight:bold;
	cursor: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, "sans-serif";
}

/*txt_co2_m2*/
.sub{
	font-size:70%;
}

.sup{
	font-size:70%;
	vertical-align:top;
}

@media print {
	#body{
		width: 860px;
	}
	.p-bnav{
		display: none;
	}
}

/*appear_option*/
.u-fadeIn--up{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.4s, transform 0.6s;
}
.u-fadeIn--up.is-appear{
	opacity: 1;
	transform: translateY(0px);
}
.js-preload{
	display: none;
}
@media print{
	.u-fadeIn--up{
		opacity: 1 !important;
		transform: translateY(0px) !important;
	}
}

/****
sp
 ****/
.sp .p-digest_title_bar{
	width: 106.2%;
	margin-left: -3.1%;
	margin-right: -3.1%;
	min-height: 36px;
}
.sp #sub{
	padding-bottom: 2rem;
}
