@charset "UTF-8";

/*================================================
 *  新着情報（news）
 ================================================*/
/* ***********************************
*  800px～：PC
* *********************************** */
.news-wrap {
	width: 1100px;
	margin: 100px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 18px;
}

/*サイドバー*/
aside.leftArea{
	width: 250px;
}

aside h3{
	color: #1e1e1e;
	margin-bottom: 0.5em;
	font-weight: bold;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px;
}
aside h3.news-side-top {
  /* margin-top: -40px; */
}
.mg-b60 {
	margin-bottom: 60px;
}

.parent{ /*親カテゴリー　全てのカテゴリー*/
	padding: 0;
	color: #fff;
	background: #1e1e1e;
	cursor: pointer;
	position: relative;
	height: 70px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
}
.parent::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.parent:not(.active) {
	/*border-bottom: 1px solid #c8c8c8;*/
}

.slide .parent{ /*アーカイブ　close*/
	background: #1e1e1e;
}
.slide .parent::after {
	margin-top: -4px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slide .active{ /*アーカイブ　active*/
	background: #1e1e1e;
}
.slide .active::after {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.side a{ /*子カテゴリ*/
	display: block;
  padding: 0;
  height: 70px;
  color: #1e1e1e;
  cursor: pointer;
  position: relative;
  line-height: 1.25;
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-size: 20px;
}
.side a::before { /*子カテゴリ*/
	position: absolute;
	content: '';
	top: 50%;
	left: 18px;
	width: 10px;
	height: 10px;
  border-left: none;
  border-bottom: none;
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.child li{ /*子カテゴリ 線*/
	border-bottom: 1px solid #c8c8c8;
	vertical-align: bottom;
}
#open .child li:last-child {
	border-bottom: none;
}

/*メインカラム*/
section.mainColumn{
	width: 780px;
}

section.mainColumn ul{
	margin: 0 0 24px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
  margin-top: 40px;
}
section.mainColumn li{
	padding: 28px 0;
	border-bottom: 1px solid #c8c8c8;
	overflow: hidden;
}
section.mainColumn li:last-child{
	border-bottom: none;
}
section.mainColumn li a {
	display: block;
	overflow: hidden;
}
section.mainColumn li .thumb {
	width: 160px;
	height: 120px;
	float: left;
	position: relative;
}
section.mainColumn li .thumb > img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}
section.mainColumn li div:last-child {
	width: 600px;
	float: right;
}

section.mainColumn li div:last-child img {
	margin-left: 0.8em;
	vertical-align: -0.1em;
}
section.mainColumn li div:last-child p {
	line-height: 1.5;
	word-break: break-all;
}

.news-detail-title {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 24px;
  letter-spacing: normal;
}

/*メインカラム（記事）*/
section.mainColumn article {
	margin-bottom: 60px;
}
section.mainColumn article .title {
	margin-bottom: 50px;
	font-size: 16px;
}
section.mainColumn article .title img{
	margin-left: 1em;
	vertical-align: -0.25em;
}
/* section.mainColumn article .title p{
	color: #333;
	margin-top: 0.75em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
} */
section.mainColumn article .content {
	line-height: 1.75;
}
section.mainColumn article .content p {
	margin-bottom: 2em;
	word-break: break-all;
  font-size: 18px;
}
section.mainColumn article .content img {
	max-width: 100%;
	height: auto!important;
}

section.mainColumn article .content a {
	color: #0071bc;
	text-decoration: underline;
}

.news-info {
  display: flex;
  align-items: center;
}
.news-date {
  letter-spacing: 0;
  font-size: 18px;
}
.news-attribute {
  font-weight: bold;
  background-color: #ebebeb;
  width: 16.5vw;
  text-align: center;
  margin-left: 20px;
  font-size: 14px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 70px;
  font-weight: bold;
  height: 20px;
}
.news-title {
  font-size: 20px;
}

/*メインカラム（戻るボタン）*/
/* section.mainColumn .return {
	width: 300px;
	margin: 0 auto;
}
section.mainColumn .return a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 60px;
	border-radius: 60px;
	border: 2px solid;
	position: relative;
}
section.mainColumn .return a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 30px;
	width: 0.5em;
	height: 0.5em;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
} */

a.return-btn {
  display: block;
  background-color: #1e1e1e;
  color: #fff;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
}

/*ページャー*/
#pager {
	margin: 0 auto;
	text-align: center;
	color: #2a3341;
}
#pager a {
	border: 1px solid #c8c8c8;
	color: #808080;
	display: inline-block;
	font-size: 14px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
#pager a:hover,
#pager a#current {
	border-color: #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1;
}
#pager a.previous_link {
	margin: 0 40px 0 0;
  font-size: 12px;
}
#pager a.next_link {
	margin: 0 0 0 40px;
  font-size: 12px;
}
#pager .more {
	margin: 0 5px;
}





/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
/* ***********************************
 *  〜799px：SP
 * *********************************** */
@media screen and (max-width:799px) {

.news-wrap {
	display: block;
	width: 88vw;
	font-size: 4vw;
}

/*サイドバー（セレクター）*/
.side select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	font-size: 5vw;
	border: 1px solid #B3B3B3;
	border-radius: 0;
	padding: 0 0.5em;
	line-height: 12vw;
	height: 12vw;
	background: url(../images/select_icon.png) no-repeat center right 3vw;
	background-size: 3vw;
  font-size: 3.7vw;
  letter-spacing: 0;
}
select::-ms-expand {
    display: none;
}

/*サイドバー*/
aside.leftArea{
	width: 100%;
	float: none;
	margin-right: 0;
}

/*メインカラム*/
section.mainColumn{
	width: 100%;
	margin-top: 5vw;
	margin-left: auto;
	float: none;
}
body.detail section.mainColumn {
	margin-top: 0;
}
section.mainColumn ul{
	margin: 0 0 2em;
}
section.mainColumn li{
  padding: 4.6vw 0;
}

section.mainColumn li .thumb {
	width: 20vw;
	height: 20vw;
}
section.mainColumn li div:last-child {
	width: 57vw;
}

section.mainColumn li div:last-child span{
	font-size: 3.6vw;
}
section.mainColumn li div:last-child img {
	width: auto;
	height: 5.5vw;
	margin-left: 0.5em;
	vertical-align: -0.2em;
}
section.mainColumn li div:last-child p{
	font-size: 4vw;
	margin-top: 0.5em;
}

/*メインカラム（記事）*/
section.mainColumn article {
	margin-bottom: 8vw;
}
section.mainColumn article .title {
	font-size: 3.6vw;
	margin-bottom: 5vw;
}
section.mainColumn article .title img{
	width: auto;
	height: 5.5vw;
}
section.mainColumn article .title p {
	font-size: 4.8vw;
  margin-top: 4vw;
}

section.mainColumn article .content p{
	font-size: 3.7vw;
}

section.mainColumn .news-list {
  margin: 10vw 0 8vw;
}
section.mainColumn li div:last-child p {
  font-size: 3.7vw;
}
section.mainColumn li div:last-child p.news-attribute {
  font-size: 2.8vw;
  letter-spacing: .2vw;
  margin-top: 0;
  line-height: 5vw;
  height: 5vw;
  width: 17vw;
}

.news-wrap {
  margin: 13vw auto 10vw
}
.top-news-attribute {
  font-size: 14px;
  width: 70px;
  margin: 0 20px 0 28px;
}


/*メインカラム（戻るボタン）*/
/* section.mainColumn .return {
	width: 70vw;
}
section.mainColumn .return a{
	font-size: 4.3vw;
	height: 14vw;
	border-radius: 14vw;
}
section.mainColumn .return a::before {
	left: 6vw;
} */
a.return-btn {
  height: 18vw;
  line-height: 18vw;
  font-size: 4vw;
  width: 72vw;
}


/*ページャー*/
#pager_sp {
	font-size: 3.6vw;
}
#pager_sp .page_number {
	text-align: center;
	margin-bottom: 4vw;
}
#pager_sp .pager_nav {
	border: 1px solid #2a3341;
	display: table;
	width: 100%;
	height: 3.5em;
	text-align: center;
	margin-bottom: 0;
}
#pager_sp .pager_nav > li {
	border: none;
	color: #b3b3b3;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	line-height: 1;
}
#pager_sp .pager_nav > li:first-child,
#pager_sp .pager_nav > li:last-child {
	width: 12vw;
}
#pager_sp .pager_nav > li:not(:last-child) {
	border-right: 1px solid #2a3341;
}

#pager_sp .pager_nav > li a {
	color: #2a3341;
	display: block;
	line-height: 3.5;
}


/* 詳細画面 */
.news-date {
  font-size: 3.7vw;
}

.news-attribute {
  font-size: 3.2vw;
  height: auto;
  width: 17.4vw;
  padding-top: 2px;
}

	
}

/* ***********************************
 *  800px～1099px：タブレット/小型PC
 * *********************************** */
@media screen and (min-width: 800px) and (max-width: 1099px) {

}