@charset "utf-8";
header{
	position: fixed;
	top: 0;
	left: 0;
}
.pankuzu_inc .pankuzu_inc_inner {
  margin: 25px auto 0;
 }
 @media only screen and (max-width: 767px){
 	.pankuzu_inc .pankuzu_inc_inner {
 	  margin: 50px auto 0;
 	 }
 }
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1280px;
	height: auto;
	padding: 50px 0 92px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 880px;
	height: auto;
	display: block;
	margin: 40px auto 60px;
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
	padding: 30px 0;
	border-bottom: 1px solid #CEC7AD;
}
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(1){
	padding-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul li .date{
	font-size: 14px;
	line-height: 25px;
	color: #B9AB7B;
}
.contents01 .contents01_01 .contents01_01_01 ul li .title{
	font-size: 15px;
	line-height: 25px;
}
/*---------------------------------
共通タイトル
---------------------------------*/

.sub_title{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
@media only screen and (max-width: 767px){
	.sub_title{
		gap: 0;
	}
}
.sub_title .span01{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.sub_title .span01{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((75/1000)*1em);
	}
}
.sub_title .span02{
	font-size: 31px;
	line-height: 36px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title .span02{
		font-size: 25px;
		line-height: 35px;
	}
}
/*.contents01ここまで*/






