@charset "UTF-8";
/* CSS Document */
.page #billboard .inner01 {
	display: block;
	padding: 0;
	background: transparent;
	position: relative;
}
.page #billboard .inner01 .img01 {
	width: auto;
	height: 37px;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin: auto;
}
.page #billboard .inner01 .img02 {
	width: 100%;
	height: auto;
}
#contents {
	padding: 0 0 8em;
}
#section01 {
	padding: 5em 0;
	background: linear-gradient(to bottom right, #f6f2ee, #e5ded5); 
	background: -webkit-linear-gradient(top left, #f6f2ee, #e5ded5); 
	background: -moz-linear-gradient(top left, #f6f2ee, #e5ded5); 
}
#section01 .inner01 {
	text-align: center;
}
#section01 .inner01 .txt01 {
	line-height: 3;
	letter-spacing: 0.15em;
	margin-bottom: 2em;
}
#section01 .inner01 .txt01.fix01 {
	margin-bottom: 0;
}
#section02 .imgWrap01 {
	position: relative;
}
#section02 .imgWrap01 span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 62.5%;
	line-height: 1.2;
	padding: 4px 5px;
	color: #fff;
	letter-spacing: 0.15em;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
#section02 .inner01 {
	text-align: center;
	padding: 5em 0;
}
#section02 .inner01 .txt01 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1.5em;
	letter-spacing: 0.2em;
}
#section02 .inner01 .txt02 {
	line-height: 3;
	letter-spacing: 0.15em;
}
#section03 .inner01 {
	padding: 8em 0;
	background: linear-gradient(to bottom right, #f6f2ee, #e5ded5);
	background: -webkit-linear-gradient(top left, #f6f2ee, #e5ded5);
	background: -moz-linear-gradient(top left, #f6f2ee, #e5ded5);
}
#section03 .inner01 .img01 {
	width: auto;
	height: 27px;
	margin: 0 auto 3em;
}
#section03 .inner01 .txt01 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 5em;
}
#section03 .inner01 div div {
	position: relative;
}
#section03 .inner01 div div span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 62.5%;
	line-height: 1.2;
	padding: 4px 5px;
	color: #fff;
	letter-spacing: 0.15em;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
#section03 .inner01 div div .txt02 {
	font-size: 125%;
	line-height: 2.5;
	letter-spacing: 0.2em;
	margin: 2em 0 2em;
}
#section03 .inner01 div div .txt03 {
	line-height: 3;
	letter-spacing: 0.1em;
}
#section03 .inner01 .box01 {
	margin-bottom: 7em;
}
#section03 .inner01 .box01 .left {
	width: 40%;
}
#section03 .inner01 .box01 .right {
	width: 53%;
}
#section03 .inner01 .box02 .left {
	width: 53%;
}
#section03 .inner01 .box02 .right {
	width: 40%;
}
#section04 {
	margin-bottom: 6em;
}
#section04 .inner01 {
	padding: 8em 0;
	background: linear-gradient(to bottom right, #f2f5f7, #e1e4e9);
	background: -webkit-linear-gradient(top left, #f2f5f7, #e1e4e9);
	background: -moz-linear-gradient(top left, #f2f5f7, #e1e4e9);
}
#section04 .inner01 .img01 {
	width: auto;
	height: 27px;
	margin: 0 auto 3em;
}
#section04 .inner01 .txt01 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 5em;
}
#section04 .inner01 ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section04 .inner01 ul li {
	width: 49.5%;
	margin-bottom: 1%;
	box-sizing: border-box;
}
#section04 .inner01 ul li:nth-child(odd) {
	height: 100px;
  background: -moz-linear-gradient(left, #f6f2ee, #e5ded5);
  background: -webkit-linear-gradient(left, #f6f2ee, #e5ded5);
  background: linear-gradient(to right, #f6f2ee, #e5ded5);
	border: 1px solid #d6b488;
}
#section04 .inner01 ul li:nth-child(even) {
  background: -moz-linear-gradient(left, #eceef2, #d6dae0);
  background: -webkit-linear-gradient(left, #eceef2, #d6dae0);
  background: linear-gradient(to right, #eceef2, #d6dae0);
	border: 1px solid #adb6c2;
}

#section04 .inner01 ul li p {
	font-weight: bold;
	line-height: 1.5;
}
#section04 .inner01 ul li p span {
	display: block;
}
#section04 .inner01 ul li p .sp00 {
	color: #9f8243;
}
#section04 .inner01 ul li p .sp02 {
	font-weight: normal;
}
#section04 .inner01 ul li.box01 .txtWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	margin-top: 20px;
}
#section04 .inner01 ul li.box01 .txtWrap01 p .sp00 {
	font-size: 87.5%;
}
#section04 .inner01 ul li.box01 .txtWrap01 p .sp01 {
	font-size: 75%;
}
#section04 .inner01 ul li.box01 .txtWrap01 p .sp02 {
	color: #9f8243;
	font-size: 100%;
	font-weight: bold;
}
#section04 .inner01 ul li.box01 .txtWrap01 p:nth-child(1) {
	width: 37%
}
#section04 .inner01 ul li.box01 .txtWrap01 p:nth-child(2),
#section04 .inner01 ul li.box01 .txtWrap01 p:nth-child(4) {
	width: 3%;
	text-align: center;
}
#section04 .inner01 ul li.box01 .txtWrap01 p:nth-child(3) {
	width: 24%
}
#section04 .inner01 ul li.box01 .txtWrap01 p:nth-child(5) {
	width: 33%
}
#section04 .inner01 ul li.box02 p {
	margin-top: 25px;
}
#section04 .inner01 ul li.box02 p .sp00 {
	font-size: 106.25%;
}
#section04 .inner01 ul li.box02 p .sp01 {
	font-size: 87.5%;
}
#section04 .inner01 ul li.box03 p {
	margin-top: 25px;
}
#section04 .inner01 ul li.box03 p .sp00 {
	font-size: 137.5%;
}
#section04 .inner01 ul li.box03 p .sp01 {
	font-size: 87.5%;
}
#section04 .inner01 ul li.box04 p {
	margin-top: 15px;
}
#section04 .inner01 ul li.box04.fix01 p {
	margin-top: 25px;
}
#section04 .inner01 ul li.box04 p .sp00 {
	font-size: 137.5%;
}
#section04 .inner01 ul li.box04 p .sp01 {
	font-size: 87.5%;
}
#section04 .inner01 ul li.box04 p .sp02 {
	font-size: 56.25%;
}
#section04 .inner01 ul li.box05 p {
	margin-top: 32px;
}
#section04 .inner01 ul li.box05 p .sp00 {
	font-size: 137.5%;
}
#section04 .inner01 ul li.box06 .txtWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	margin-top: 25px;
}
#section04 .inner01 ul li.box06 .txtWrap01 p .sp00 {
	font-size: 125%;
}
#section04 .inner01 ul li.box06 .txtWrap01 p .sp01 {
	font-size: 75%;
}
#section04 .inner01 ul li.box06 .txtWrap01 p .sp02 {
	color: #9f8243;
	font-size: 125%;
	font-weight: bold;
}
#section04 .inner01 ul li.box06 .txtWrap01 p:nth-child(1) {
	width: 60%
}
#section04 .inner01 ul li.box06 .txtWrap01 p:nth-child(2) {
	width: 3%;
	text-align: center;
}
#section04 .inner01 ul li.box06 .txtWrap01 p:nth-child(3) {
	width: 37%
}
#section04 .inner01 ul li.box06.fix01 .txtWrap01 p:nth-child(1) {
	width: 53%
}
#section04 .inner01 ul li.box06.fix01 .txtWrap01 p:nth-child(3) {
	width: 44%
}
#section04 .inner01 ul li.box06.fix01 .txtWrap01 p .sp00 {
	font-size: 131.25%;
}
#section04 .inner01 ul li.box06.fix01 .txtWrap01 p .sp01 {
	font-size: 81.25%;
}
@media only screen and (max-width: 960px) {
	#contents {
    padding: 0 0 5em;
	}
	#section01 .inner01 {
		width: 94%;
		padding: 0 3%;
	}
	#section02 .inner01 {
		width: 94%;
		padding: 5em 3%;
	}
	#section03 .inner01 {
    width: 94%;
    padding: 5em 3%;
	}
	#section03 .inner01 .txt01 {
    margin-bottom: 3em;
	}
	#section03 .inner01 div div .txt02 {
    line-height: 2;
    margin: 0 0 2em;
	}
	#section03 .inner01 div div .txt03 {
    line-height: 2.5;
	}
	#section03 .inner01 .box01 .left {
		width: 30%;
	}
	#section03 .inner01 .box01 .right {
		width: 66%;
	}
	#section03 .inner01 .box02 .left {
		width: 66%;
	}
	#section03 .inner01 .box02 .right {
		width: 30%;
	}
	#section04 .inner01 ul li.box02 p .sp00 {
		font-size: 112.5%;
	}
	#section04 .inner01 {
    width: 94%;
    padding: 5em 3%;
	}
	#section04 .inner01 .txt01 {
    margin-bottom: 3em;
	}
	#section04 .inner01 ul {
		display: block;
		width: 94%;
	}
	#section04 .inner01 ul li {
		width: 100%;
		height: auto !important;
		margin-bottom: 2%;
	}
	#section04 .inner01 ul li p {
		margin: 15px 0 !important;
	}
	#section04 .inner01 ul li.box01 .txtWrap01,
	#section04 .inner01 ul li.box06 .txtWrap01 {
    margin-top: 0;
	}
}
@media (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#contents {
    padding: 0 0 3em;
	}
	#section02 .inner01 .txt01 {
		font-size: 137.5%;
	}
	#section03 .inner01 {
		width: 100%;
		padding: 4em 0;
	}
	#section03 .inner01 .img01 {
    height: 17px;
    margin: 0 auto 2em;
	}
	#section03 .inner01 .txt01 {
		font-size: 137.5%;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
	}
	#section03 .inner01 div div {
		float: none !important;
	}
	#section03 .inner01 div div .txt02 {
		font-size: 137.5%;
    text-align: center;
    margin: 2em 0 1em;
	}
	#section03 .inner01 div div .txt03 {
    line-height: 2;
	}
	#section03 .inner01 .box01 {
    margin-bottom: 2em;
	}
	#section03 .inner01 .box01 .left {
		width: 100%;
	}
	#section03 .inner01 .box01 .right {
		width: 94%;
    padding: 0 3%;
	}
	#section03 .inner01 .box02 .left {
		width: 94%;
    padding: 0 3%;
	}
	#section03 .inner01 .box02 .right {
		width: 100%;
	}
	#section04 .inner01 {
		width: 100%;
		padding: 4em 0;
	}
	#section04 .inner01 .img01 {
    height: 17px;
    margin: 0 auto 2em;
	}
	#section04 .inner01 .txt01 {
		font-size: 137.5%;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
	}
	#section04 .inner01 ul li .txtWrap01 {
		display: block !important;
	}
	#section04 .inner01 ul li .txtWrap01 p {
		width: 100% !important;
	}
	#section04 .inner01 ul li .txtWrap01 p:not(:first-child) {
		margin-top: 0 !important;
	}
	#section04 .inner01 ul li .txtWrap01 p:not(:last-child) {
		margin-bottom: 0 !important;
	}
	#section04 .inner01 ul li.box01 .txtWrap01 p .sp00 {
		font-size: 125%;
	}
	#section04 .inner01 ul li.box01 .txtWrap01 p .sp01 {
		font-size: 87.5%;
	}
	#section04 .inner01 ul li.box03 p .sp00 {
    font-size: 125%;
	}
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
}