@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;
 	 }
 }
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 800px;
	height: auto;
	padding: 50px 0 100px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.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 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 70px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_1{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_2{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
/*.contents01 .contents01_01 .contents01_01_01 .text01 span.text01 span.text01_2{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}*/
.contents01 .contents01_01 .contents01_01_01 > .text01 > .text01_2 > .text01_2_1{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .text01 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #262261;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}
/*.contents01ここまで*/

footer{
	border-top: 1px solid #D5C388;
}



