@charset "UTF-8";
.temp {
	margin-bottom: 70px;
}
.temp_cols {
	display: flex;
	justify-content: space-between;
}
.temp_col {}
.temp_col-no1 {
	width: 45.7%;
}
.temp_title {}
.temp_text {
	margin-bottom: 20px;
}
.temp_text:last-child {
	margin-bottom: 0;
}
.temp_col-no2 {
	width: 47.4%;
}
.temp_tableWrap {}
.temp_table {
	font-size: 90%;
	width: 100%;
	line-height: 1;
}
.temp_table > caption {
	margin-bottom: 5px;
	line-height: 1.6;
	text-align: left;
}
.temp_table > thead {}
.temp_table > thead > tr {}
.temp_table > thead > tr:first-child {}
.temp_table > thead > tr:last-child {}
.temp_table > thead > tr > th {
	border-left: 1px solid #D9D9D9;
	color: #fff;
	font-weight: normal;
	padding: 12px 8px;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}
.temp_table > thead > tr > th:first-child {
	border-left: none;
}
.temp_table-spring > thead > tr > th {
	background-color: #01A3D9;
}
.temp_table-summer > thead > tr > th {
	background-color: #53B57B;
}
.temp_table-autumn > thead > tr > th {
	background-color: #FFA843;
}
.temp_table-winter > thead > tr > th {
	background-color: #C956A9;
}
.temp_table-spring {}
.temp_table > tbody {}
.temp_table > tbody > tr {
	border: 1px solid #D9D9D9;
}
.temp_table > tbody > tr:first-child {}
.temp_table > tbody > tr:last-child {}
.temp_table > tbody > tr > th {
	padding: 15px 8px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
}
.temp_table > tbody > tr > td {
	padding: 15px 8px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #D9D9D9;
}
.temp_dList {
	list-style: none;
	background-color: #F7F7F7;
	padding: 15px 20px;
}
.temp_dList > dt {}
.temp_dList > dd {}
.temp_image {}
.temp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.temp_note {
	color: #FF0000;
	margin-top: 10px;
}
.animal {
	margin-bottom: 70px;
}
.animal_title {}
.animal_text {
	margin-bottom: 24px;
}
.animal_text:last-child {
	margin-bottom: 0;
}
.animal_image {
	max-width: 100%;
}
.animal_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.photoLink {
	margin-top: 90px;
}
.photoLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.7vw;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.photoLink > a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.34);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.photoLink > a::after {
	content: "";
	display: block;
	width: 97.8%;
	height: 90%;
	border: 1px solid #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: border-color;
}
.photoLink > a > img {
	display: block;
	position: relative;
	z-index: 3;
}
.photoLink-spring > a {
	background-image: url(../jpg/pt-photo%402x.jpg);
}
.photoLink-summer > a {
	background-image: url(../jpg/pt-photo%402x-2.jpg);
}
.photoLink-autumn > a {
	background-image: url(../jpg/pt-photo%402x-3.jpg);
}
.photoLink-winter > a {
	background-image: url(../jpg/pt-photo%402x-4.jpg);
}
.photoLink > a > b {
	display: block;
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
}
.map {
	margin-bottom: 70px;
}
.map_fig {}
.map_fig > figcaption {
	margin-bottom: 10px;
}
.map_fig > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.animal_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.animal_cols:last-child {
	margin-bottom: 0;
}
.animal_col {}
.animal_col-no1 {
	width: 56%;
}
.animal_headline {
	color: #009A80;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.animal_col-no2 {
	width: 40.3%;
}
.animal_cols-rev {
	flex-direction: row-reverse;
}
.animal_headline-autumn {
	color: #FF9160;
}
.fall {
	margin-bottom: 60px;
}
.fall_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.fall_col {}
.fall_col-no1 {
	width: 58.4%;
}
.fall_fig {}
.fall_fig > figcaption {
	margin-bottom: 10px;
}
.fall_fig > img {
	display: block;
}
.fall_col-no2 {
	width: 35.6%;
}
.fall_image {}
.fall_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.map_title {
	color: #C956A9;
	font-size: 125%;
	margin-bottom: 10px;
}
.map_text {
	margin-bottom: 50px;
}
.tempWrap {}
.tempWrap_inner {}
.vis {
	position: relative;
	z-index: 1;
	margin-bottom: 36px;
	padding-left: calc(50% - 450px);
}
.vis_areaText {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vis_areaText-mask {
	z-index: 2;
}
.vis_titleMask {
	overflow: hidden;
	width: 190px;
}
.vis_areaText-white {
	color: #fff;
}
.vis_areaText_inner {
	max-width: 1280px;
}
.vis_titleWrap {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	white-space: nowrap;
	width: 100vw;
}
.vis_subTitle {
	font-size: 30px;
	font-weight: bold;
}
.vis_title {
	line-height: 1;
	margin-right: 20px;
}
.vis_title > b {
	display: block;
	font-size: 116px;
	font-weight: normal;
}
.vis_title > small {
	display: block;
	font-size: 45px;
	font-weight: normal;
	margin-top: 0.5em;
}
.vis_bg {
	height: 792px;
	background-image: url(../jpg/pt-main%402x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.vis_bg-summer {
	background-image: url(../jpg/pt-main%402x-2.jpg);
}
.vis_bg-autumn {
	background-image: url(../jpg/pt-main%402x-3.jpg);
}
.vis_bg-winter {
	background-image: url(../jpg/pt-main%402x-4.jpg);
}
.notice {
	margin-bottom: 30px;
}
.notice_inner {
	max-width: 900px;
}
.notice_title {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 9px;
	position: relative;
	z-index: 2;
}
.notice_box {
	background-color: #F8F7F8;
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}
.notice_box::before {
	content: "";
	background-color: #F8F7F8;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1200px;
	height: 100%;
}
.notice_list {
	list-style: none;
	position: relative;
	z-index: 2;
}
.notice_list > li {
	position: relative;
	z-index: 1;
	padding-left: 15px;
}
.notice_list > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #DB3333;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: .8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.notice_list > li:first-child {}
.notice_list > li:last-child {}
.notice_list > li:nth-child(2n+1) {}
.notice_list > li:nth-child(n+3) {}
.areaLink {
	margin-bottom: 50px;
}
.areaLink_inner {
	max-width: 900px;
}
.areaLink_link {}
.areaLink_link > a {
	display: flex;
	text-decoration: none;
	height: 124px;
	background-color: #2794C4;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition-duration: .3s;
	transition-property: opacity;
	padding: 0 10px;
	line-height: 1;
}
.areaLink_link-autumn > a {
	background-color: #D5621B;
}
.areaLink_link > a::before {
	border: 10px solid #fff;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-width: 0;
	border-left-width: 9px;
	margin-right: 21px;
}
.areaLink_link > a::after {
	content: "";
}
.areaLink_link > a > b {
	display: block;
	font-size: 40px;
	font-weight: normal;
	margin-right: 0.7em;
}
.areaLink_link > a > small {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.message {
	position: relative;
	z-index: 1;
	padding-bottom: 239px;
	margin-bottom: 100px;
}
.message_image {
	position: absolute;
	z-index: 2;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.message_image-no1 {
	width: 760px;
	height: 480px;
	background-image: url(../jpg/pt-message01%402x.jpg);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -400px;
}
.message_image-no2 {
	background-image: url(../jpg/pt-message02%402x.jpg);
	width: 840px;
	height: 215px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 400px;
}
.message_inner {
	max-width: 1000px;
}
.message_areaText {
	padding-top: 530px;
	max-width: 643px;
	position: relative;
	z-index: 1;
	min-height: 471px;
	padding-bottom: 25px;
}
.message_areaText::before {
	content: "";
	display: block;
	background-color: #F2F2F2;
	width: 864px;
	height: 433px;
	position: absolute;
	z-index: 0;
	top: 280px;
	left: -280px;
}
.message_text {
	line-height: 1.875;
	position: relative;
	z-index: 1;
	margin-bottom: 1.7em;
}
.message_text:last-child {
	margin-bottom: 0;
}
.message_image-no3 {
	background-image: url(../jpg/pt-message03%402x.jpg);
	width: 592px;
	height: 786px;
	position: absolute;
	z-index: 1;
	top: 215px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 524px;
}
.message_image-no4 {
	background-image: url(../jpg/pt-message04%402x.jpg);
	width: 1007px;
	height: 239px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -275px;
}
.message_image-no5 {
	background-image: url(../jpg/pt-message01%402x-2.jpg);
	width: 504px;
	height: 332px;
	bottom: -332px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -23px;
}
.message_image-no6 {
	background-image: url(../jpg/pt-message05%402x.jpg);
	width: 592px;
	height: 573px;
	bottom: -332px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 524px;
}
.message-summer {
	margin-bottom: 460px;
}
.message-summer .message_image-no1 {
	background-image: url(../jpg/pt-message07%402x.jpg);
}
.message-summer .message_image-no2 {
	background-image: url(../jpg/pt-message02%402x-2.jpg);
}
.message-summer .message_image-no3 {
	background-image: url(../jpg/pt-message03%402x-2.jpg);
}
.message-summer .message_image-no4 {
	background-image: url(../jpg/pt-message04%402x-2.jpg);
}
.message-autumn .message_image-no1 {
	background-image: url(../jpg/pt-message01%402x-3.jpg);
}
.message-autumn .message_image-no2 {
	background-image: url(../jpg/pt-message02%402x-3.jpg);
}
.message-autumn .message_image-no3 {
	background-image: url(../jpg/pt-message03%402x-3.jpg);
}
.message-autumn .message_image-no4 {
	background-image: url(../jpg/pt-message04%402x-3.jpg);
}
.message-winter .message_image-no1 {
	background-image: url(../jpg/pt-message01%402x-4.jpg);
}
.message-winter .message_image-no2 {
	background-image: url(../jpg/pt-message02%402x-4.jpg);
}
.message-winter .message_image-no3 {
	background-image: url(../jpg/pt-message03%402x-4.jpg);
}
.message-winter .message_image-no4 {
	background-image: url(../jpg/pt-message04%402x-4.jpg);
}
.area {
	margin-bottom: 66px;
}
.area_title {
	color: #223487;
	font-size: 20px;
	margin-bottom: 10px;
}
.area_text {}
.area_inner {}
@media screen and (max-width: 1699px) {
	.message_image-no2 {}
}
@media screen and (max-width: 1599px) {
	.message {}
	.message_image {}
	.message_image-no1 {
		width: 560px;
		margin-left: -320px;
		height: 354px;
	}
	.message_image-no2 {
		width: 640px;
		height: 164px;
		margin-left: 280px;
	}
	.message_inner {}
	.message_areaText {
		padding-top: 384px;
		min-height: 400px;
	}
	.message_areaText::before {}
	.message_text {}
	.message_text:last-child {}
	.message_image-no3 {
		top: 164px;
		width: 400px;
		margin-left: 400px;
		height: 531px;
	}
	.message_image-no4 {}
	.message_image-no5 {}
	.message_image-no6 {}
	.message-summer {}
	.message-summer .message_image-no1 {}
	.message-summer .message_image-no2 {}
	.message-summer .message_image-no3 {}
	.message-summer .message_image-no4 {}
	.message-autumn .message_image-no1 {}
	.message-autumn .message_image-no2 {}
	.message-autumn .message_image-no3 {}
	.message-autumn .message_image-no4 {}
	.message-winter .message_image-no1 {}
	.message-winter .message_image-no2 {}
	.message-winter .message_image-no3 {}
	.message-winter .message_image-no4 {}
}
@media screen and (max-width: 1349px) {
	.vis {
		padding-left: 200px;
	}
	.vis_titleMask {
		width: 180px;
	}
}
@media screen and (max-width: 1199px) {
	.vis_title > b {
		font-size: 100px;
	}
	.message {}
	.message_image {}
	.message_image-no1 {}
	.message_image-no2 {
		width: 550px;
		margin-left: 235px;
		height: 141px;
	}
	.message_inner {}
	.message_areaText {
		max-width: 540px;
	}
	.message_areaText::before {}
	.message_text {}
	.message_text:last-child {}
	.message_image-no3 {
		top: 141px;
		margin-left: 310px;
	}
	.message_image-no4 {}
	.message_image-no5 {}
	.message_image-no6 {}
	.message-summer {}
	.message-summer .message_image-no1 {}
	.message-summer .message_image-no2 {}
	.message-summer .message_image-no3 {}
	.message-summer .message_image-no4 {}
	.message-autumn .message_image-no1 {}
	.message-autumn .message_image-no2 {}
	.message-autumn .message_image-no3 {}
	.message-autumn .message_image-no4 {}
	.message-winter .message_image-no1 {}
	.message-winter .message_image-no2 {}
	.message-winter .message_image-no3 {}
	.message-winter .message_image-no4 {}
}
@media screen and (min-width:1000px) {
	.areaLink_link > a:hover {
		opacity: .7;
	}
	.photoLink > a:hover {}
	.photoLink > a:hover::before {
		background-color: rgba(0, 0, 0, 0.14);
	}
	.photoLink > a:hover::after {}
	.photoLink > a:hover > img {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.temp {
		margin-bottom: 50px;
	}
	.temp_cols {
		display: block;
	}
	.temp_col {
		width: auto;
	}
	.temp_col-no1 {
		margin-bottom: 20px;
	}
	.temp_title {}
	.temp_text {}
	.temp_text:last-child {}
	.temp_col-no2 {
		max-width: 540px;
		margin: 0 auto;
	}
	.temp_tableWrap {}
	.temp_table {}
	.temp_table > caption {}
	.temp_table > thead {}
	.temp_table > thead > tr {}
	.temp_table > thead > tr:first-child {}
	.temp_table > thead > tr:last-child {}
	.temp_table > thead > tr > th {}
	.temp_table > thead > tr > th:first-child {}
	.temp_table > tbody {}
	.temp_table > tbody > tr {}
	.temp_table > tbody > tr:first-child {}
	.temp_table > tbody > tr:last-child {}
	.temp_table > tbody > tr > th {}
	.temp_table > tbody > tr > td {}
	.temp_dList {
		padding: 10px 15px;
	}
	.temp_dList > dt {}
	.temp_dList > dd {}
	.temp_image {}
	.temp_image > img {}
	.temp_note {}
	.animal {
		margin-bottom: 50px;
	}
	.animal_title {}
	.animal_text {
		margin-bottom: 18px;
	}
	.animal_image {}
	.animal_image > img {}
	.photoLink {
		margin-top: 70px;
	}
	.photoLink > a {}
	.photoLink > a > b {
		font-size: 26px;
	}
	.photoLink > a::before {}
	.photoLink > a::after {}
	.photoLink > a > img {}
	.map {
		margin-bottom: 50px;
	}
	.map_fig {}
	.map_fig > figcaption {}
	.map_fig > img {}
	.animal_cols {}
	.animal_cols:last-child {}
	.animal_col {}
	.animal_col-no1 {}
	.animal_headline {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.animal_col-no2 {}
	.animal_cols-rev {}
	.fall {
		margin-bottom: 40px;
	}
	.fall_cols {
		display: block;
	}
	.fall_col {
		width: auto;
	}
	.fall_col-no1 {
		margin-bottom: 20px;
	}
	.fall_fig {}
	.fall_fig > figcaption {
		margin-bottom: 6px;
	}
	.fall_fig > img {}
	.fall_col-no2 {
		max-width: 400px;
		margin: 0 auto;
	}
	.fall_image {}
	.fall_image > img {}
	.map_title {}
	.map_text {
		margin-bottom: 30px;
	}
	.tempWrap {}
	.tempWrap_inner {}
	.vis {
		padding-left: 140px;
	}
	.vis_areaText {}
	.vis_areaText_inner {}
	.vis_titleMask {
		width: 120px;
	}
	.vis_titleWrap {}
	.vis_subTitle {
		font-size: 24px;
	}
	.vis_title {}
	.vis_title > b {
		font-size: 80px;
	}
	.vis_title > small {
		font-size: 30px;
	}
	.vis_bg {
		height: 500px;
	}
	.notice {}
	.notice_inner {}
	.notice_title {}
	.notice_box {}
	.notice_box::before {}
	.notice_list {}
	.notice_list > li {}
	.notice_list > li::before {}
	.notice_list > li:first-child {}
	.notice_list > li:last-child {}
	.notice_list > li:nth-child(2n+1) {}
	.notice_list > li:nth-child(n+3) {}
	.areaLink {}
	.areaLink_inner {}
	.areaLink_link {}
	.areaLink_link > a {
		height: 100px;
	}
	.areaLink_link > a::before {}
	.areaLink_link > a::after {}
	.areaLink_link > a > b {
		font-size: 30px;
	}
	.areaLink_link > a > small {
		font-size: 17px;
	}
	.message {
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.message_image {
		position: static;
		margin: 0;
		-webkit-transform: none;
		transform: none;
		width: auto;
		height: 0;
	}
	.message_image-no1 {
		padding-bottom: 63.1%;
	}
	.message_image-no2 {
		padding-bottom: 25.6%;
	}
	.message_inner {}
	.message_areaText {
		padding-top: 0;
		max-width: none;
		min-height: 0;
		margin: 25px 0;
		padding-bottom: 0;
	}
	.message_areaText::before {
		display: none;
	}
	.message_text {}
	.message_image-no3 {
		padding-bottom: 132.7%;
		margin-left: -20px;
		margin-right: -20px;
	}
	.message_image-no4 {
		padding-bottom: 23.7%;
	}
	.message_image-no5 {
		padding-bottom: 65.9%;
	}
	.message_image-no6 {
		padding-bottom: 96.9%;
	}
	.area {}
	.area_title {}
	.area_text {}
	.area_inner {}
}
@media screen and (max-width:699px) {
	.temp {
		margin-bottom: 40px;
	}
	.temp_cols {}
	.temp_col {}
	.temp_col-no1 {}
	.temp_title {}
	.temp_text {}
	.temp_text:last-child {}
	.temp_col-no2 {
		max-width: none;
	}
	.temp_tableWrap {}
	.temp_table {}
	.temp_table > caption {}
	.temp_table > thead {}
	.temp_table > thead > tr {}
	.temp_table > thead > tr:first-child {}
	.temp_table > thead > tr:last-child {}
	.temp_table > thead > tr > th {
		padding: 8px 5px;
	}
	.temp_table > thead > tr > th:first-child {}
	.temp_table > tbody {}
	.temp_table > tbody > tr {}
	.temp_table > tbody > tr:first-child {}
	.temp_table > tbody > tr:last-child {}
	.temp_table > tbody > tr > th {
		padding: 10px 5px;
	}
	.temp_table > tbody > tr > td {
		padding: 10px 5px;
	}
	.temp_dList {
		padding: 10px 10px;
	}
	.temp_dList > dt {}
	.temp_dList > dd {}
	.temp_image {
		max-width: 560px;
		margin: 0 auto;
	}
	.temp_image > img {}
	.temp_note {}
	.animal {
		margin-bottom: 40px;
	}
	.animal_title {}
	.animal_text {}
	.animal_image {
		max-width: 450px;
		margin: 0 auto;
	}
	.animal_image-wide {
		max-width: none;
	}
	.animal_image > img {}
	.photoLink {
		margin-top: 50px;
	}
	.photoLink > a {
		height: 20vw;
	}
	.photoLink > a > b {
		font-size: 16px;
	}
	.photoLink > a::before {}
	.photoLink > a::after {}
	.photoLink > a > img {
		width: 100px;
	}
	.map {
		margin-bottom: 40px;
	}
	.map_fig {}
	.map_fig > figcaption {}
	.map_fig > img {}
	.animal_cols {
		display: block;
	}
	.animal_cols:last-child {}
	.animal_col {
		width: auto;
	}
	.animal_col-no1 {
		margin-bottom: 10px;
	}
	.animal_headline {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.animal_col-no2 {}
	.animal_cols-rev {}
	.fall {}
	.fall_cols {}
	.fall_col {}
	.fall_col-no1 {}
	.fall_fig {}
	.fall_fig > figcaption {}
	.fall_fig > img {}
	.fall_col-no2 {}
	.fall_image {}
	.fall_image > img {}
	.map_title {}
	.map_text {
		margin-bottom: 15px;
	}
	.tempWrap {}
	.tempWrap_inner {}
	.vis {
		padding-left: 80px;
		margin-bottom: 25px;
	}
	.vis_areaText {}
	.vis_areaText_inner {}
	.vis_titleMask {
		width: 60px;
	}
	.vis_titleWrap {
		display: block;
	}
	.vis_subTitle {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.vis_title {
		margin-right: 0;
	}
	.vis_title > b {
		font-size: 55px;
	}
	.vis_title > small {
		font-size: 15px;
	}
	.vis_bg {
		height: 70vw;
	}
	.notice {
		margin-bottom: 20px;
	}
	.notice_inner {}
	.notice_title {}
	.notice_box {}
	.notice_box::before {}
	.notice_list {}
	.notice_list > li {}
	.notice_list > li::before {}
	.notice_list > li:first-child {}
	.notice_list > li:last-child {}
	.notice_list > li:nth-child(2n+1) {}
	.notice_list > li:nth-child(n+3) {}
	.areaLink {
		margin-bottom: 25px;
	}
	.areaLink_inner {}
	.areaLink_link {}
	.areaLink_link > a {
		flex-direction: column;
		position: relative;
		z-index: 1;
		padding-left: 27px;
		height: 80px;
	}
	.areaLink_link > a::before {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 12px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 0;
		border-width: 7px;
		border-right-width: 0;
	}
	.areaLink_link > a::after {}
	.areaLink_link > a > b {
		font-size: 21px;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.areaLink_link > a > small {
		font-size: 13px;
	}
	.message {
		margin-bottom: 31px;
	}
	.message_image {}
	.message_image-no1 {}
	.message_image-no2 {}
	.message_inner {}
	.message_areaText {}
	.message_areaText::before {}
	.message_text {
		line-height: inherit;
	}
	.message_image-no3 {}
	.message_image-no4 {}
	.area {
		margin-bottom: 35px;
	}
	.area_title {
		font-size: 18px;
	}
	.area_text {}
	.area_inner {}
}
