@charset "UTF-8";

#key-visual{
	padding-top: 14.4rem;
	display: flex;
	flex-direction: column;
	background: url(../images/information-ttl-bg01.svg) no-repeat;
	background-size: auto 9.8rem;
	background-position: center top 8.1rem;
	align-items: center;
}
#key-visual .large{
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: .175em;
	order: 1;
}
#page-ttl{
	font-size: 1.8rem;
	letter-spacing: .1em;
	font-weight: 700;
	order: 2;
	line-height: 1.444;
	padding: 1.6rem 0 4.8rem;
}
#bread-crumbs{
	order: 3;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	line-height: 1.75;
	padding: .8rem 0;
	font-family: 'Outfit', "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}
#bread-crumbs a{
	color: #188f88;
	border-bottom: .1rem solid #188f88;
	transition: .2s all ease;
}
#bread-crumbs a:hover{
	border-bottom-color: transparent;
}
#bread-crumbs li{
	display: flex;
	padding: .8rem 0;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "/";
	display: block;
	margin: 0 1.5em;
}

/* +++#news+++ */
#contents{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
main{
	width: 75%;
	max-width: 102.6rem;
}
#post-area header{
	border-top: .3rem solid #222;
	border-bottom: .3rem solid #222;
	display: flex;
	flex-wrap: wrap;
	padding: 3.6rem 0;
	margin-bottom: 7.2rem;
}
#post-title{
	line-height: 1.75;
	font-size: 3rem;
	width: 100%;
	margin-top: 1.2rem;
	letter-spacing: .1em;
}
.date{
	color: #666;
	font-size: 1.4rem;
	line-height: 1.75;
	display: block;
	width: 9.6rem;
}
.cats{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	line-height: 1.75;
	width: calc(100% - 9.6rem);
}
.cats li:not(:last-of-type):after{
	content: "/";
	display: block;
	margin: 0 1em;
}
.cats li{
	display: flex;
	align-items: flex-start;
}
.cats li a{
	color: #108f88;
	border-bottom: .1rem solid #108f88;
	transition: .2s all ease;
}
.cats li a:hover{
	border-bottom-color: transparent;
}
.post-txt p{
	line-height: 2.5;
}
.post-txt p:not(:last-of-type){
	margin-bottom: 3em;
}
.post-txt h1{
	font-size: 2.6rem;
	background: #f3f9f9;
	border-radius: .4rem;
	line-height: 1.5;
	padding: 1.6rem 1.6rem 1.6rem 4.8rem;
	position: relative;
	margin-bottom: 3.6rem;
}
.post-txt h1:before{
	content: "";
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	height: calc(100% - 3.6rem);
	width: .5rem;
	border-radius: .3rem;
	background: #108f88;
}
.post-txt h2{
	font-size: 2.4rem;
	background: #f3f9f9;
	padding: 1.6rem 1.6rem 1.6rem 4.8rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: .3rem;
	line-height: 1.5;
}
.post-txt h2:before{
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
	background: #108f88;
	position: absolute;
	left: 1.8rem;
	top: 2.7rem;
}
.post-txt h3{
	font-size: 2.2rem;
	margin-bottom: 2.6rem;
	border-bottom: .3rem solid #108f88;
	padding-bottom: 1rem;
	line-height: 1.5;
}
.post-txt h4{
	font-size: 2rem;
	margin-bottom: 2.2rem;
	border-bottom: .3rem dotted #108f88;
	padding-bottom: 1rem;
	line-height: 1.5;
}
.post-txt h5{
	font-size: 1.8rem;
	margin-bottom: 1.8rem;
	border-bottom: .2rem solid #108f88;
	padding-bottom: 1rem;
	line-height: 1.5;
}
.post-txt h6{
	font-size: 1.7rem;
	margin-bottom: 1.6rem;
	border-bottom: .2rem dotted #108f88;
	padding-bottom: 1rem;
	line-height: 1.5;
}
.post-txt img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
article{
	border-bottom: .2rem solid #ccc;
	padding-bottom: 10.8rem;
}
/* ++++++++++++pager+++++++++++++++ */
.pager{
	overflow: hidden;
	margin-top: 4rem;
	position: relative;
}
.pager li{
	height: 4rem;
	width: 16rem;
}
.pager li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(-90deg, #108f88,#2bb1a9, #108f88);
	background-size: 200% auto;
	background-position: right center;
	border-radius: 2rem;
	transition: .2s all ease;
	font-size: 1.4rem;
}
.pager li a:hover{
	background-position: left center;
}
.archives-link{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prev{
	float: left;
}
.next{
	float: right;
}
.prev a:before,
.archives-link a:before,
.next a:after{
	content: "";
	display: block;
	width: 1.2rem;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.prev a:before{
	background-image: url(../images/prev-arrow01.svg);
	margin-right: 1em;
}
.archives-link a:before{
	background-image: url(../images/archives-icon01.svg);
	margin-right: 1em;
}
.next a:after{
	background-image: url(../images/next-arrow01.svg);
	margin-left: 1em;
}

/* ++++++++++++#side-bar+++++++++++++ */
#side-bar{
	width: 34.2rem;
	padding-left: 6.3rem;
	position: sticky;
	top: 14.4rem;
}
#side-bar h3{
	font-size: 2.4rem;
	letter-spacing: .1em;
	border-bottom: .2rem solid #222;
	padding-bottom: 1.2rem;
}
.side-bar-content{
	margin-bottom: 5.4rem;
}
#archives-list{
	width: 100%;
	height: 4rem;
	border: .1rem solid #ccc;
	border-radius: .4rem;
	padding: 0 .5em;
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	background: url(../images/archives-list-arrow01.png) no-repeat;
	background-position: right .5em center;
	background-size: 1rem auto;
	margin-top: 2.2rem;
}
.side-bar-content li{
	border-bottom: .2rem dotted #ccc;
	position: relative;
}
.side-bar-content li a{
	line-height: 1.4;

	color: #108f88;
	transition: .2s all ease;
	display: flex;
	align-items: center;
	padding: 1.8rem 0 1.8rem .5em;
	position: relative;
	z-index: 2;
}
.side-bar-content li a:hover,
.side-bar-content li.current a{
	background: #f3f9f9;
}
.side-bar-content li a:hover{
	background-position: right center;
}

/* ++++++++++++++++++++++ */
/* +++smartPhone style+++ */
/* ++++++++++++++++++++++ */
@media screen and (max-width: 768px){
/* ++++++++++++++#key-visual++++++++++++++ */
	#key-visual{
		padding-top: 4.8rem;
		background-size: auto 5.6rem;
		background-position: center top 1.2rem;
	}
	#key-visual .large{
		font-size: 3.6rem;
		letter-spacing: .1em;
	}
	#page-ttl{
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: .1em;
		padding: 1.6rem 0 1.6rem;
	}
	#bread-crumbs{
		order: 3;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		line-height: 1.75;
		padding: 1.8rem 0;
		font-family: 'Outfit', "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
	}
	#bread-crumbs a{
		color: #188f88;
		border-bottom: .1rem solid #188f88;
		transition: .2s all ease;
	}
	#bread-crumbs a:hover{
		border-bottom-color: transparent;
	}
	#bread-crumbs li{
		display: flex;
		padding: .8rem 0;
	}
	#bread-crumbs li:not(:last-of-type):after{
		content: "/";
		display: block;
		margin: 0 1.5em;
	}

	#contents{
		display: block;
	}
/* ++++++++++++#side-bar+++++++++++++ */
	#side-bar{
		width: 100%;
		padding-left: 0;
		position: relative;
		top: auto;
		margin-top: 6rem;
	}
	.side-bar-content{
		margin-bottom: 4rem;
	}
	div.side-bar-content{
		margin-bottom: 0;
	}
	#archives-list{
		height: 5rem;
	}
/* ++++++++++++main+++++++++++++ */
	main{
		width: 100%;
		max-width: 100%;
	}


	.date{
		font-size: 1.3rem;
	}
	.cats{
		font-size: 1.3rem;
	}
	#post-area header{
		padding: 2.4rem 0;
		margin-bottom: 4rem;
	}
	#post-title{
		line-height: 1.75;
		font-size: 2.2rem;
		margin-top: 1.8rem;
	}
	.post-txt p{
		line-height: 2.25;
	}
	.post-txt p:not(:last-of-type){
		margin-bottom: 4em;
	}
	.post-txt h1{
		font-size: 2.2rem;
		border-radius: .2rem;
		padding: 1.2rem 1.2rem 1.2rem 3.6rem;
		margin-bottom: 2.4rem;
	}
	.post-txt h1:before{
		left: 1.2rem;
		top: 1.2rem;
		height: calc(100% - 2.4rem);
		width: .4rem;
		border-radius: .2rem;
	}
	.post-txt h2{
		font-size: 2.1rem;
		padding: 1.2rem 1.2rem 1.2rem 3.6rem;
		margin-bottom: 2.2rem;
		border-radius: .2rem;
	}
	.post-txt h2:before{
		border-radius: .2rem;
		left: 1.2rem;
		top: 2.1rem;
	}
	.post-txt h3{
		font-size: 1.9rem;
		margin-bottom: 2rem;
	}
	.post-txt h4{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.post-txt h5{
		font-size: 1.7rem;
		margin-bottom: 1.8rem;
	}
	.post-txt h6{
		font-size: 1.6rem;
		margin-bottom: 1.6rem;
	}
	article{
		border-bottom: .2rem solid #ccc;
		padding-bottom: 6rem;
	}
/* ++++++++++++pager+++++++++++++++ */
	.pager{
		margin-top: 3rem;
	}
	.pager li{
		height: 3rem;
		width: 10rem;
		border-radius: 1.5rem;
	}
	.pager li a{
		font-size: 1.2rem;
	}

	.prev a:before,
	.archives-link a:before,
	.next a:after{
		width: 1rem;
	}
	.prev a:before{
		margin-right: .3em;
	}
	.archives-link a:before{
		margin-right: .3em;
	}
	.next a:after{
		margin-left: .3em;
	}
}