/* ======================================
   section
====================================== */
#pageBody > #guide {
	max-width : 100%;
	margin : 0;
	background-color : #f0f0f0;
}
#pageBody > #newsDetail {
	max-width : 100%;
	margin : 0;
	padding : 30px 0 120px;
	background-color : #f0f0f0;
}
/* ======================================
	 guide
  ====================================== */
#guide > .inner {
	max-width : 1200px;
	margin : 0 auto;
	padding : 40px 0 120px;
}

#guide .guide_title {
	display : flex;
	justify-content : space-between;
	align-items : center;
	margin-bottom : 40px;
	padding : 45px 55px;
	text-shadow : 0 0 5px rgba(0, 0, 0, 0.5);
	color : #ffffff;
	border-radius : 10px;
	background-color : #70b7c1;
	box-shadow : 0 2px 8px rgba(0, 0, 0, 0.2);
}

#guide .guide_title h2 {
	font-family : "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
	"MS PMincho", serif;
	font-size : 1.875rem;
	margin-bottom : 25px;
}

#guide .guide_title h2 span:first-of-type {
	display : block;
	font-family : Futura, "Century Gothic", "Questrial", sans-serif;
	font-size : 0.875rem;
	font-weight : 600;
	margin-bottom : 20px;
	letter-spacing : 0.1em;
}

#guide .guide_title h2 span:nth-of-type(2) {
	display : block;
	font-size : 1.25rem;
	margin-bottom : 10px;
}

#guide .guide_title p {
	font-size : 1rem;
}

#guide ul {
	display : flex;
	flex-wrap : wrap;
	margin : 0 -15px;
}

#guide ul > li {
	flex-basis : 33.3333%;
	max-width : 33.3333%;
	padding : 0 15px;
}

#guide ul > li:nth-of-type(n + 4) {
	margin-top : 30px;
}

#guide ul > li > a {
	display : block;
	position : relative;
	height : 100%;
	padding : 50px 20px 20px;
	transition : opacity 0.35s ease-in-out;
	text-decoration : none;
	border-radius : 0 0 10px 10px;
	background-color : #ffffff;
	box-shadow : 0 2px 8px rgba(0, 0, 0, 0.2);
}

#guide ul > li > a:hover {
	opacity : 0.7;
}

#guide ul > li > a .number {
	display : flex;
	position : absolute;
	top : 0;
	left : 0;
	font-family : Futura, "Century Gothic", "Questrial", sans-serif;
	font-size : 1.125rem;
	justify-content : center;
	align-items : center;
	width : 50px;
	height : 50px;
	color : #ffffff;
	background-color : #70b7c1;
}

#guide ul > li > a .img {
	margin-bottom : 35px;
	text-align : center;
}

#guide ul > li > a .img img {
	max-width : 100%;
}

#guide ul > li > a h3 {
	font-family : "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
	"MS PMincho", serif;
	font-size : 1.25rem;
	margin-bottom : 45px;
	margin-bottom : 20px;
	color : #70b7c1;
}
.newsArticle {
	padding : 40px;
	background-color : #ffffff;
}
.newsArticle .two_btn {
	display : flex;
	flex-direction : row;
	margin-bottom : 30px;
}
.newsArticle .two_btn .linkBtn {
	width : 22%;
	margin-right : 10px;
}
#newsDetail table {
	line-height : 1.2em;
	width : 100%;
	margin-bottom : 20px;
	border-top : 1px solid #cccccc;
}
#newsDetail table th {
	margin : 0;
	padding : 10px 10px 10px 0;
	text-align : left;
	border-bottom : 1px solid #cccccc;
	white-space : nowrap;
}
#newsDetail table td {
	margin : 0;
	padding : 10px 0 10px 0;
	border-bottom : 1px solid #cccccc;
}
#newsDetail .btnContainer .linkBtn {
	width : 25%;
	margin : 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#guide > .inner {
		padding : 30px 20px 120px;
	}
	.newsArticle .two_btn .linkBtn {
		width : auto;
	}
}

@media screen and (max-width: 767px) {
	#guide > .inner {
		padding : 30px 10px 40px;
	}
	#guide .guide_title {
		flex-direction : column;
		padding : 40px 20px;
	}
	#guide .guide_title > div:first-of-type {
		margin-bottom : 40px;
	}
	#guide ul {
		flex-direction : column;
	}
	#guide ul > li {
		flex-basis : auto;
		max-width : 100%;
	}
	#guide ul > li + li {
		margin-top : 30px;
	}
	.newsArticle {
		padding : 30px 20px;
	}
	.newsArticle .two_btn {
		display : block;
		margin-bottom : 30px;
	}
	.newsArticle .two_btn .linkBtn {
		width : 100%;
		margin-bottom : 10px;
	}
}
/* ======================================
	 newsDetail
  ====================================== */
#newsDetail > .inner {
	font-size : 1rem;
	max-width : 1200px;
	margin : 0 auto;
}
#newsDetail .guide_title {
	display : flex;
	justify-content : space-between;
	align-items : center;
	margin-bottom : 40px;
	padding : 45px 55px;
	text-shadow : 0 0 5px rgba(0, 0, 0, 0.5);
	color : #ffffff;
	border-radius : 10px;
	background-color : #70b7c1;
	box-shadow : 0 2px 8px rgba(0, 0, 0, 0.2);
}

#newsDetail .guide_title h2 {
	font-family : "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
	"MS PMincho", serif;
	font-size : 1.875rem;
	margin-bottom : 25px;
}

#newsDetail .guide_title h2 span:first-of-type {
	display : block;
	font-family : Futura, "Century Gothic", "Questrial", sans-serif;
	font-size : 0.875rem;
	font-weight : 600;
	margin-bottom : 20px;
	letter-spacing : 0.1em;
}

#newsDetail .guide_title h2 span:nth-of-type(2) {
	display : block;
	font-size : 1.25rem;
	margin-bottom : 10px;
}

#newsDetail .guide_title p {
	font-size : 1rem;
}
#newsDetail .newsHeading {
	margin-bottom : 40px;
	padding-bottom : 50px;
	border-bottom : #333333 solid 1px;
}

#newsDetail .newsHeading h3 {
	font-family : "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
	"MS PMincho", serif;
	font-size : 1.875rem;
	line-height : 1.45;
	margin-bottom : 20px;
}

#newsDetail .newsHeading .date {
	font-family : Futura, "Century Gothic", "Questrial", sans-serif;
	letter-spacing : 0.1em;
	color : #1684b2;
}
#newsDetail .newsArticle .points {
	font-size : 1.2rem;
	margin-bottom : 40px;
	padding : 30px;
	border : 1px solid #333333;
}

#newsDetail .newsArticle h3 {
	font-family : "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans",
	"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
	font-size : 1.5rem;
	font-weight : bold;
	margin-top : 40px;
	margin-bottom : 20px;
	padding : 20px;
	color : #ffffff;
	background-color : #1684b2;
}
#newsDetail .newsArticle h4 {
	font-family : "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans",
	"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
	font-size : 1.35rem;
	font-weight : bold;
	line-height : 1.45;
	margin-top : 40px;
	margin-bottom : 20px;
}
#newsDetail .newsArticle h5 {
	font-family : "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans",
	"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
	font-size : 1.35rem;
	font-weight : normal;
	line-height : 1.45;
	margin-top : 40px;
	margin-bottom : 20px;
}
#newsDetail .newsArticle p {
	margin-bottom : 30px;
}

#newsDetail .newsArticle p > strong {
	font-family : "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans",
	"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
	font-weight : bold;
	line-height : 1.75;
}

#newsDetail .newsArticle img {
	max-width : 100%;
}

#newsDetail .newsArticle ul,
#newsDetail .newsArticle ol {
	margin : 0 0 0 20px;
}

#newsDetail .newsArticle ul > li,
#newsDetail .newsArticle ol > li {
	line-height : 1.75;
	list-style : disc;
}

#newsDetail .newsArticle ul > li + li,
#newsDetail .newsArticle ol > li + li {
	margin-top : 10px;
}

#newsDetail .newsArticle ol li {
	list-style : decimal;
}

#newsDetail .btnContainer {
	display : flex;
	justify-content : center;
	align-items : center;
	padding-top : 80px;
}

#newsDetail .btnContainer .linkBtn {
	width : 100%;
	margin : 0 20px;
}

#newsDetail .btnContainer .linkBtn.prev,
#newsDetail .btnContainer .linkBtn.next {
	background-color : #1684b2;
}
#newsDetail .btnContainer .linkBtn.prev:hover,
#newsDetail .btnContainer .linkBtn.next:hover {
	background-color : #0d668b;
}
#newsDetail .btnContainer .linkBtn.prev::after {
	right : auto;
	left : 10px;
	content : "\e5cb";
}
#newsDetail .btnContainer .linkBtn.list::after {
	display : none;
}
#newsDetail .btnContainer .linkBtn span {
	display : inline-block;
	font-family : Futura, "Century Gothic", "Questrial", sans-serif;
	margin-right : 10px;
}
@media screen and (max-width: 767px) {
	#pageBody > #news {
		padding : 80px 0;
	}
	#pageBody > #newsDetail {
		padding : 30px 0;
	}
	#news > ul {
		margin : 0;
		padding : 0 20px;
	}
	#news > ul > li {
		display : block;
		width : 100%;
	}
	#news > ul > li span {
		margin : 0;
	}
	#news > ul > li a {
		display : block;
		margin-top : 15px;
	}
	#news .pagenation a.prev::before,
	#news .pagenation a.next::before {
		left : 50%;
		transform : translate(-50%, -50%);
	}
	#news .pagenation a.prev::after {
		display : none;
	}
	#news .pagenation a.prev {
		width : 45px;
		padding : 15px;
	}
	#news .pagenation a.next {
		width : 45px;
		padding : 15px;
	}
	#news .pagenation a.next::before {
		right : auto;
		left : 50%;
	}
	#news .pagenation a.next::after {
		display : none;
	}
	#newsDetail > .inner {
		margin : 0;
		padding : 0 10px;
	}
	#newsDetail .guide_title {
		flex-direction : column;
		padding : 40px 20px;
	}
	#newsDetail .guide_title > div:first-of-type {
		margin-bottom : 40px;
	}
	#newsDetail .btnContainer {
		display : block;
	}
	#newsDetail .btnContainer .linkBtn {
		margin : 20px 0;
	}
	#newsDetail .btnContainer .linkBtn.list.spOnly {
		display : block;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#news > ul {
		margin : 0;
		padding : 0 20px;
	}
	#news > ul > li {
		width : 100%;
	}
	#news > ul > li a {
		flex-basis : 60%;
	}
	#newsDetail > .inner {
		margin : 0;
		padding : 0 20px;
	}
}
