/* update: 2025-02-28 13:54:46 */
@charset "utf-8";
.contents article h1{ font-size:24px; line-height:1.4; border-bottom: 1px solid #cfd8dc; padding: 15px 0; font-weight: 600; margin-top: 0;}
.contents article .time{ font-size:15px; text-align: right;}
/*----- 本文内スタイル -----*/
.contents p, .contents li, .contents th, .contents td, .contents div { font-size: 17px; }
.contents article section{margin: 0 0 65px 0;}
.contents article p{ line-height: 1.8; margin-bottom: 1em;}
.contents article h2,
.contents article h3,
.contents article h4,
.contents article h5,
.contents article h6{ font-weight: bold; margin: 2em 0 1em !important; line-height: 1.4;}
.contents article h2:first-child,
.contents article h3:first-child,
.contents article h4:first-child,
.contents article h5:first-child,
.contents article h6:first-child{ margin: 0em 0 1em !important;}
.contents article h2{ font-size: 20px; color: #333; }
.contents article h3{ font-size: 18px;}
.contents article h4{ font-size: 16px;}
.contents article h5{ font-size: 14px;}
.contents article h6{ font-size: 12px;}
.contents article ul{list-style: disc; padding-left:2em;}
.contents article ol{padding-left:2em;}
.contents article table {
margin: 10px 0;
border: solid 1px #DDD;
border-collapse: collapse;
width: 100%;
}
.contents article th, .contents article td {
padding: 8px 10px;
border: solid 1px #DDD;
background: #FFF;
font-size: 13px;
}
.contents article th{
background: #f6f6f6; font-weight: bold; white-space: nowrap;
}
.contents article blockquote {
background: #f6f6f6;
border:none;
}
.center {
text-align: center;
}
.mt-image-right {
margin-left: 15px;
margin-bottom: 15px;
float: right;
}
.mt-image-left {
margin-right: 15px;
margin-bottom: 15px;
float: left;
}
/* List用 */
.titleAndFormat {
margin-bottom: 15px;
}
.titleAndFormat h1 {
color: #2ba6e0;
margin: 0;
font-size: 26px;
}
.newsList {
margin-bottom: 15px;
}
.newsBox {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
-webkit-flex-shrink: 0;
flex-shrink: 0;
border-bottom: solid 1px #eceff1;
padding: 1px 5px 1px 0;
height: 100%;
background: #FFF;
}
.newsBox:first-child {
border-top: solid 1px #eceff1;
}
.newsBox div {
-webkit-flex-grow: 1;
flex-grow: 1;
}
.newsBox .time {
order: 1;
background: #eceff1;
text-align: center;
padding: 20px 0;
width: 20%;
}
.newsBox .category {
order: 2;
margin-left: 1%;
padding: 10px;
font-size: 12px;
text-align: center;
border-radius: 3px;
width: 10%;
min-height: 56px;
}
.newsBox .category.press {
border: solid 1px #ffa000;
color: #ffa000;
}
.newsBox .category.info {
padding: 19px 10px;
border: solid 1px #accb29;
color: #accb29;
/*color: #2ba6e0;*/
}
.newsBox .category.media {
border: solid 1px #999;
color: #999;
/*  color: #aacc04;*/
margin: 0 0 0 1%;
}
.newsBox .title {
order: 3;
padding: 0 10px;
width: 69%;
}
.well.contact {
padding: 20px 15px;
background: #fff;
border: solid 3px #cfd8dc;
border-radius: 0;
}
.well.contact h2 {
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #cfd8dc;
}
.well.contact .contactBtnLarge {
padding: 25px 25%;
}
section + .contactBtnLarge {
padding-top: 0;
}
/*----- ページャー -----*/
.pager, .pagination {border-top: 1px solid #cfd8dc; margin-top: 40px; padding-top: 30px; width: 100%; text-align: center;}
.pager li a, .pagination li a, .pagination li span { padding: 5px 35px; color: #333; border-radius: 2px; border: 1px solid #cfd8dc; display: inline-block; float: none; }
.pager li a:hover, .pagination li a:hover { color:#FFF; background:#2ba6e0;}
.previous + .bkn { margin-right: 114px; }
.next + .bkn { margin-left: 114px; }
.previous + .next + .bkn { margin-left: 0; margin-right: 0;}
/*----- サイドバー -----*/
.sideNav .banner{ margin-bottom: 13px; background: #666; color: #FFF; padding: 30px; }/* 仮 */
.sideNav .banner a{  color: #FFF; }/* 仮 */
.sideNav .newPost{ margin-top: 50px;}
.sideNav .newPost .sideHead{ font-size: 26px; font-weight: bold; color: #263238; border-bottom: 1px solid #cfd8dc; padding-bottom: 10px;}
.sideNav .newPost ul{ margin:0; padding: 0;}
.sideNav .newPost li{ margin-bottom: 10px; overflow: hidden; list-style: none;}
.sideNav .newPost li a{display: block; color: #333333}
.sideNav .newPost figure{ float: left; margin-right: 10px; }
.sideNav .newPost .tit{ font-size: 13px; margin-bottom: .5em; }
.sideNav .newPost .date{ font-size: 13px; }
/*-----------------------------------------------
md style
-----------------------------------------------*/
@media screen and (max-width:1199px) and (min-width:768px){
.newsBox { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.newsBox .time { width: 100%; text-align: right; font-size: 15px; padding: 15px 10px; }
.newsBox .category { margin: 5px 5px 5px 0; }
.newsBox .category.media { margin: 5px 5px 5px 0; }
/*---------------------------------------------*/}
/*-----▼ max-width: 767px ▼----*/
@media screen and (max-width: 767px) {
.contents p, .contents li, .contents th, .contents td, .contents div { font-size: 16px; }
.mt-image-right, .mt-image-left {
margin: 0 0 10px 0 !important;
float: none !important;
}
.newsList {
margin-left: -10px;
margin-right: -10px;
}
.newsBox { -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0; }
.newsBox .time { width: 100%; text-align: right; font-size: 15px; padding: 15px 10px; }
.newsBox .category { margin: 5px 5px 5px 5px; width: 25%; }
.newsBox .category.media { margin: 5px 5px 5px 5px; }
.newsBox .title { width: 70%; padding: 15px 10px; }
.pager li a, .pagination li a, .pagination li span { padding: 5px 10px;}
.previous + .bkn { margin-right: 63px; }
.next + .bkn { margin-left: 63px; }
.previous + .next + .bkn { margin-left: 0; margin-right: 0;}
/*-----▲ max-width: 767px ▲----*/  }