/*
CoatingMedia NEXT Custom CSS
2026-01-09
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

/* html */
body {
  color:#666;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", sans-serif;
  line-height:1.75;
}
main {
}
article {
max-width:1000px;
}
a, a:visited {
  color: #50657a;
  text-decoration:none;
}
a:hover {
  color: #d1a273;
}
figure {
  margin: 0;
}
.x-small {
  font-size:0.75em;
}
.line-height-25 {
  line-height: 1.25 !important;
}
.line-height-50 {
  line-height: 1.5 !important;
}
.line-height-75 {
  line-height: 1.75 !important;
}
.line-height-2 {
  line-height: 2 !important;
}
.lead {
font-size:1.2rem;
font-family:"Zen Old Mincho", serif;
line-height:1.8;
margin-bottom:3rem;
}
.newmark {
display: none;
color: #fff;
background-color: #c00;
font-size: 0.65rem;
}
.newmark.corner {
/* box-shadow: 0 0 1px 1px rgba(0,0,0,0.4); */
position: absolute;
top: -8px;
right: 3px;
}
.blinking {
-webkit-animation: blink 1.5s ease-in-out infinite alternate;
-moz-animation: blink 1.5s ease-in-out infinite alternate;
animation: blink 1.5s ease-in-out infinite alternate;
}



/* Banners */
.banner_base {
  position: relative;
}
.banner_link_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admark {
  font-size:0.75rem;
}
/* Header Clock */
#realtime {
  font-size:0.75rem;
}

/* Card */
.card-footer p {
  line-height:1.25;
}
/* Card Image Transform */
.img-expand {
  overflow:hidden;
  width:100%;
  height:100%;
  max-height:300px;
}
.img-expand img {
  display:block;
  transition-duration:0.35s;
}
.img-expand img:hover {
  transform:scale(1.15,1.15);
  transition-duration:0.35s;
}

/* Footer */
footer {
  color:#bbb;
  background:#333 url('/assets/images/bg-gray.gif');
  line-height:1.75;
}
footer h5 {
  border-bottom:1px solid #bbb;
  line-height:1.75;
}
footer li {
  line-height:1.5;
}
footer a, footer a:visited {
  color: #bbb;
  text-decoration:none;
}
footer a:hover {
  color: #dd9955;
}
#copyright {
  color:#aaa;
  background:#000 url('/assets/images/bg-gray.gif');
}
.copyright {
  line-height:1.25;
}
.copyright + .copyright {
  font-size:0.75rem;
}
.pagetop {
  position: fixed;
  right: 1.5em;
  bottom: 1em;
  opacity: 0;
}
/* News */
.article-body h3 {
  margin: 2rem 0 1rem;
}
hr.fade {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}
hr.dots {
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(183, 17%, 18%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 216px;
  margin: 3rem auto 1.5rem;
}
svg#bigTriangleColor {
	pointer-events: none;
}
#bigTriangleColor path {

  fill: #212529;
  stroke: #212529;
  stroke-width: 1;
}
.project-separator,
.project-index {
	background-color: transparent;
}
.project-index {
	padding-top: 30px;
}
.date-normal {
    color: #ff9b08;
    font-size: 14px;
}
.date-interview {
    display: none;
}
.date {
width: 75px;
height: 60px;
padding: 0;
border: none;
border-radius: 4px;
background: url(../images/dateback.png) repeat-x;
color: #827cb8;
text-align: center;
line-height: 20px;
font-size: 12px;
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
font-weight: normal;
}

article .article-head {
  height:200px;
}
article .article-head.withoutimage {
  height:50px;
}
article .article-head-img .posleft {
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: left;
}
article .article-head-img .poscenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
article .article-head-img .posright {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
}
article .article-head-img .date {
  margin-bottom:0.5rem;
}
article .article-head-img .date .hyphen {
	display: inline;
}
article .article-head-img .date a {
	text-decoration: none;
}
article .article-head-img .date {
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #333;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
article .article-head-img .date::before,
.date-year::after {
	content: none;
}
.date-month::after {
	content: none;
}
.date-year, .date-month, .date-day {
	display: inline;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
article .article-head-img .date .hyphen {
	display: none;
}
article .article-head-img .date a {
	text-decoration: none;
}
article .article-head-img .date {
	width: 75px;
	height: 60px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: url(../images/dateback.png) repeat-x;
	color: #827cb8;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	font-weight: normal;
}
.date-year::after {
	content: "-";
}
.date-month::after {
	content: none;
}
.date-year, .date-month {
display: inline;
color: #fff;
font-size: 12px;
font-weight: normal;
}
.date-day {
display: block;
font-weight: bold;
font-size: 28px;
line-height: 40px;
color: #827cb8;
}
article .article-head-img .scrapbtn { }
.article-head-img.withimage {
	background-size:cover;
	background-position:center center;
	height:380px;
	padding:15px 15px 0;
	/* margin-top:-15px; */
	/* margin-right:-15px; */
	margin-bottom:15px;
	/* margin-left:-15px; */
}
.article-head-img.withimage-s {
	background-size:cover;
	background-position:center center;
	height:180px;
	padding:15px 15px 0;
	margin-top:-15px;
	margin-right:-15px;
	margin-bottom:15px;
	margin-left:-15px;
}
.article-head-img.withoutimage {
	height:90px;
	padding:12px;
	/* margin-top:-15px; */
	margin-bottom:15px;
}
.article-head-img.aspect41 {
	position:relative;
	width:100%;
}
.article-head-img.aspect41:before {
	content:"";
	display:block;
	padding-top:25%;
}
.article-head-img.aspect41 .aspect-child {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.article-head-img {
	position: relative;
}
/*
.article-head-img h1 {
	font-size: 38px;
	font-weight: normal;
	line-height: 1.4;
	padding-right: 90px;
}
*/
#page.cover-page .article-head-img h1 {
	padding-right: 0;
}
.article-head-img h2 {
	font-size: 24px;
	font-weight: normal;
}
.article-head-img h1 span,
.article-head-img h2 span,
.article-head-img p span {
	background-color: rgba(255,255,255,0.75);
	color: #333;
	padding: 0 5px;
	border-radius: 3px;
}
.article-head-img p {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.btn-bookmark {
	color:#fff;
	background:#1877f2;
}
.bookmarked {
	color:#505050;
	background:#fff;
}
.cat-mark-a,
.cat-mark-b,
.cat-mark-c,
.cat-mark-d,
.cat-mark-e,
.cat-mark-t {
	margin: 30px 0;
}
.content-item {
	margin-bottom: 30px;
}

/* stripe */
div.odd {
	background-color:#eaeaea; /* rgb(234,234,234) */
	border-color:#dee2e6; /* rgb(222, 226, 230) */
}
div.even {
	background-color:#f7f7f7; /* rgb(247,247,247) */
	border-color:#dee2e6; /* rgb(222, 226, 230) */
}

/* modal lightbox */
.modal-content.lightbox {
	background-color:unset;
}

/* special */
article.special h2 {
  font-size:1.4rem;
  font-weight:bold;
  text-align:center;
  border-bottom:1px solid #acced0; 
  margin:3rem 0 1rem;
  padding: 0 0 0.25rem;
}
article.special h3 {
  color:#74a6aa; 
  font-size:1.3rem;
  font-weight:bold;
}
article.special h4 {
  font-size:1.2rem;
  font-weight:bold;
}
article.special h5 {
  font-size:1.1rem;
  font-weight:bold;
}
article.special img {
  border:1px solid #888;
}

/* column */
.toteki .article-body,
.saijiki .article-body,
.tsumuji .article-body,
.confusions .article-body {
  line-height:1.85;
  text-align:justify;
  padding:0.5rem 1rem;
}

/* sidebar */
#newspapertitlelist .card-body, 
#newspapertitlelist_card .card-body {
    font-size: 14px;
    font-weight: light;
    line-height:1.75;
}

/* form */
div.aform-content {
margin-bottom:3rem;
padding:0 1rem;
}
div.aform-content .aform-button-area input {
padding:1rem;
}
#aform-form-999 .dl_registration-date {
display:none;
}

/* search form */
#___gcse_1 .gsc-control-cse {
  margin:0 auto; padding:0 16px; border:0; background-color:transparent; width:300px;
}
#___gcse_1 .gsc-input-box {
  /* background-color:transparent; */
  border:0;
}
#___gcse_1 .gsib_a {
  padding:0 9px;
  height:24px !important;
  overflow:hidden;
}


