@charset "UTF-8";
@import url(/sk_youji/common/css/common.css);
@import url(/sk_youji/common/css/blog.css);
/*---------------------------------
Page CSS 2018.05
CSS 担当者名 Document 2018.05
Last Update 2018.05 担当者名
---------------------------------*/
/*
トップページ
-------------------------------------*/
#Page.pageIndex #new-section .section-title,
#Page.pageIndex #info .section-title,
#Page.pageIndex #activity .section-title {
	text-align: center;
}
#Page.pageIndex #info{
	padding-top: 0;
	margin-top: 0;
}

@media (min-width: 768px) {
	#Page.pageIndex #new-section{
		padding-bottom: 127px;
	}
	#Page.pageIndex #new-section .container {
		padding-left: 0;
		padding-right: 0;
		max-width: 1110px;
	}
	#Page.pageIndex #new-section .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#Page.pageIndex #new-section .mb-5{
		margin-right: 0;
	}
	#Page.pageIndex #new-section .col-12.mb-5{
		margin-right: 0;
	}
	#Page.pageIndex #new-section .section-title,
	#Page.pageIndex #info .section-title,
	#Page.pageIndex #activity .section-title {
		margin-bottom: 53px !important;
		font-size: 40px;
	}
	/*#Page.pageIndex #activity{
		margin-top: 57px;
	}*/
}
@media (max-width: 1120px){
	#Page.pageIndex #new-section .container,
	#Page.pageIndex #info .container,
	#Page.pageIndex #activity .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	#Page.pageIndex #new-section{
		padding-bottom: 51px;
	}
	#Page.pageIndex #new-section .section-title,
	#Page.pageIndex #info .section-title,
	#Page.pageIndex #activity .section-title {
		margin-bottom: 42px !important;
		font-size: 30px;
	}
	#Page.pageIndex #activity{
		margin-top: 80px;
	}
	#Page.pageIndex #info .buttonTypeBasic{
		border-radius: 44px;
	}
}
/*
ブログ（共通）
-------------------------------------*/
@media (min-width: 768px) {
	#PageBlog .site-wrap .site-section{
		padding-top: 196px;
		padding-bottom: 150px;
	}
}
@media (max-width: 767px) {
	#PageBlog .container{
		padding-right: 30px;
		padding-left: 30px;
	}
	#PageBlog .site-wrap .site-section{
		padding-top: 142px;
		padding-bottom: 150px;
	}
}

/*
ブログ（カテゴリ）
-------------------------------------*/
#PageBlog.pageCategory .newnew > li{
	display: none;
}
#PageBlog.pageCategory .buttonTypeBasic.js-more{
	display: none;
}
#PageBlog.pageCategory .section-title {
	text-align: center;
}
#PageBlog.pageCategory h3.section-title {
	font-size: 25px;
	color: #000;
}
#PageBlog.pageCategory .catlist{
	padding-left: 0;
}
#PageBlog.pageCategory .catlist li{
	display: inline-block;
}
#PageBlog.pageCategory .catlist li a{
	display: block;
	border-radius: 20px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 14px;
	color: #000;
}
#PageBlog.pageCategory .buttonTypeBasic{
	position: relative;
}
#PageBlog.pageCategory .buttonTypeBasic::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	margin-top: -4px;
	width: 13px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/sk_youji/common/img/arrow_02.png");
	background-size: 13px auto;
}

@media (min-width: 768px) {
	#PageBlog.pageCategory .section-title {
		margin-bottom: 85px !important;
		font-size: 40px;
	}
	#PageBlog.pageCategory h3.section-title {
		margin-bottom: 53px !important;
	}
	#PageBlog.pageCategory .catlist{
		margin-top: -30px;
		margin-bottom: 90px;
		text-align: center;
		font-size: 0;
	}
	#PageBlog.pageCategory .catlist li{
		margin: 0 15px;
	}
	#PageBlog.pageCategory .catlist li a{
		padding: 8px 28px;
	}
	#PageBlog.pageCategory .catlist li a:hover{
		background-color: #444;
		color: #fff;
	}
	#PageBlog.pageCategory .buttonTypeBasic{
		width: 260px;
	}
}
@media (max-width: 767px) {
	#PageBlog.pageCategory .section-title {
		margin-bottom: 55px !important;
		font-size: 30px;
	}
	#PageBlog.pageCategory h3.section-title {
		margin-bottom: 42px !important;
	}
	#PageBlog.pageCategory .catlist{
		margin-top: -13px;
		margin-bottom: 72px;
		text-align: center;
		font-size: 0;
	}
	#PageBlog.pageCategory .catlist li{
		width: 50%;
		margin-bottom: 5px;
	}
	#PageBlog.pageCategory .catlist li:nth-of-type(odd){
		padding-right: 2px;
	}
	#PageBlog.pageCategory .catlist li:nth-of-type(even){
		padding-left: 5px;
	}
	#PageBlog.pageCategory .catlist li a{
		padding: 8px 5px;
		width: 100%;
	}
	#PageBlog.pageCategory .buttonTypeBasic{
		width: 240px;
	}
}

/*
ブログ（記事詳細）
-------------------------------------*/
#PageBlog.pageEntry .section-title {
	line-height: 40px;
	text-align: left;
	letter-spacing: .02em;
	font-size: 25px;
	font-weight: 600;
	color: #000;
}
#PageBlog.pageEntry .section-title + dl{
	border-bottom: 4px solid #dcdcdc;
}
#PageBlog.pageEntry .entryBox{
	border-bottom: 1px solid #dcdcdc;
}
#PageBlog.pageEntry .buttonTypeBasic{
	background-color: #f5f5f5;
	color: #000 !important;
}

@media (min-width: 768px) {
	#PageBlog.pageEntry .site-wrap .site-section{
		padding-top: 252px;
	}
	#PageBlog.pageEntry .site-wrap .site-section{
		margin: 0 auto;
		width: 750px;
	}
	#PageBlog.pageEntry .site-wrap .container{
		padding: 0;
	}
	#PageBlog.pageEntry .section-title {
		margin-bottom: 18px !important;
	}
	#PageBlog.pageEntry .section-title + dl{
		margin-bottom: 53px;
		padding-bottom: 56px;
	}
	#PageBlog.pageEntry .section-title + dl .newnew time{
		margin-right: 11px;
	}
	#PageBlog.pageEntry .section-title + dl .category{
		position: relative;
		top: 3px;
	}
	#PageBlog.pageEntry .entryBox{
		padding-bottom: 69px;
	}
	#PageBlog.pageEntry .buttonTypeBasic{
		margin-top: 91px;
		width: 260px;
	}
	#PageBlog.pageEntry .buttonTypeBasic:hover{
		background-color: #444;
		color: #fff !important;
	}
}
@media (max-width: 767px) {
	#PageBlog.pageEntry .site-wrap .site-section{
		padding-top: 138px;
	}
	#PageBlog.pageEntry .section-title {
		margin-bottom: 27px !important;
	}
	#PageBlog.pageEntry .section-title + dl{
		margin-bottom: 53px;
		padding-bottom: 47px;
	}
	#PageBlog.pageEntry .section-title + dl .newnew time{
		margin-right: 11px;
	}
	#PageBlog.pageEntry .section-title + dl .category{
		padding-left: 0;
	}
	#PageBlog.pageEntry .entryBox{
		padding-bottom: 51px;
	}
	#PageBlog.pageEntry .buttonTypeBasic{
		margin-top: 91px;
		width: 240px;
	}
}
