@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

@media screen and (max-width: 1015px) {
	.wrapper {
		background-position: right top;
	}
}

p {
	margin-bottom: 30px;
}
.box_nyugyu {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.box_nyugyu .p_left {
	margin-right: 20px;
	float: none !important;
	width: calc((100% - 20px) / 2 );
}
.box_nyugyu .p_left li {
	padding-bottom: 10px;
	width: 100%;
}
.box_nyugyu .p_left .margin {
	margin-bottom: 25px;
}
.box_nyugyu .p_left p {
	margin-bottom: 10px;
	line-height: 1.6 !important;
}
.box_nyugyu .nyugyu_txt {
	width: calc((100% - 20px) / 2 );
}

.box_nyugyu .nyugyu_txt .nyugyu_tag {
	background-color: #99CCCC;
	font-weight: bold;
	font-size: 10px;
	width: calc(100% - 7px) !important;
	margin-bottom: 10px;
	padding-right: 2px;
	padding-left: 5px;
}
h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 15px;
}
.nyugyu_list_beta {
	background-color: #E8E6D9;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}
.nyugyu_list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
	border-bottom-width: 2px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8E6D9;
}
.nyugyu_list_line {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.nyugyu_list_line li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.swis_ul {
	clear: both;
}
.swis_ul li {
	padding-right: 10px;
	float: left;
}
.swis_ul .none {
	padding-right: 0px;
}
.bnr-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 20px 0 0;
	width: 100%;
}
.bnr-link .bnr-link__item {
	width: 30%;
}
.bnr-link .bnr-link__item a img {
	margin: 0 !important;
}
.bnr-link img[src="images/farm.jpg"] {
	margin-top: 0 !important;
	width: 68% !important;
}

