@charset "utf-8";

/*お知らせ*/
/*PC*/
@media only screen and (min-width: 1281px) {

	#news00 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 75px 0 100px;
	}

	#news00 h2 {
		position: relative;
		width: 45%;
		height: auto;
		margin: 0 40% 50px auto;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		color: #40903e;
	}

	.news00-1 {
		position: relative;
		width: 50%;
		height: auto;
		margin: 0 auto;
	}

	.news00-loop {
		position: relative;
		width: 100%;
		height: auto;
	}

	.news00-a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 20px 0;
		border-bottom: solid 1px #CCCCCC;
		background: #fff;
		color: #001F33;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 26px;
	}

	.news00-text01 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: auto;
	}

	.news00-cat {
		position: absolute;
		top: -5px;
		left: 150px;
		width: 200px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
	}

	.news00-text01 span {
		color: #001F33;
		font-size: 16px;
	}

	.news00-2 {
		position: absolute;
		top: -100px;
		right: 0;
		width: 15%;
		height: 100%;
		padding: 100px 50px 100px 50px;
		background: #F3F4F9;
	}

	.news00-2 h3 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 15px;
		color: #40903e;
	}

	.news00-2 ul a {
		display: block;
		position: relative;
		font-size: 18px;
		font-weight: 500;
		margin: 0 0 10px 25px;
		color: #000;
	}

	.news00-2 ul a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 12px;
		border-color: transparent transparent transparent #40903e;
		position: absolute;
		top: 8px;
		left: -25px;
		pointer-events: none;
	}

	.pan span {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
	}

	.pan a {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
		margin: 0 10px 0 10px;
	}

	.pan span a img {
		display: inline-block;
		position: relative;
		top: -4px;
		width: 15px;
		height: auto;
	}

	.breadcrumb-area {
		padding: 0 0 20px 0;
	}

	#news01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 150px;
		padding-bottom: 50px;
	}

	#news02 h1 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: left;
		color: #000;
		padding: 30px 0 20px;
	}

	#news02 time {
		padding-right: 10px;
	}

	#news02 {
		position: relative;
		width: 50%;
		height: auto;
		margin: 0 auto;
	}

	.news02-cat {
		position: absolute;
		top: -5px;
		left: 150px;
		width: 200px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
		border: solid 1px #40903e;
		box-sizing: border-box;
	}

	.news02-thm img {
		display: block;
		position: relative;
		width: 70%;
		height: auto;
		margin: 0 auto 30px 0;
		border-radius: 10px;
	}

	.news02-1 {
		padding: 20px 0;
	}

}

/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {

	#news00 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 75px 0 100px;
	}

	#news00 h2 {
		position: relative;
		width: 45%;
		height: auto;
		margin: 0 40% 50px auto;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		color: #40903e;
	}

	.news00-1 {
		position: relative;
		width: 70%;
		height: auto;
		margin: 0 auto;
	}

	.news00-loop {
		position: relative;
		width: 100%;
		height: auto;
	}

	.news00-a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 20px 0;
		border-bottom: solid 1px #CCCCCC;
		background: #fff;
		color: #001F33;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 26px;
	}

	.news00-text01 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: auto;
	}

	.news00-cat {
		position: absolute;
		top: -5px;
		left: 150px;
		width: 200px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
	}

	.news00-text01 span {
		color: #001F33;
		font-size: 16px;
	}

	.news00-2 {
		position: absolute;
		top: -100px;
		right: 0;
		width: 15%;
		height: 100%;
		padding: 100px 50px 100px 50px;
		background: #F3F4F9;
	}

	.news00-2 h3 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 15px;
		color: #40903e;
	}

	.news00-2 ul a {
		display: block;
		position: relative;
		font-size: 18px;
		font-weight: 500;
		margin: 0 0 10px 25px;
		color: #000;
	}

	.news00-2 ul a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 12px;
		border-color: transparent transparent transparent #40903e;
		position: absolute;
		top: 8px;
		left: -25px;
		pointer-events: none;
	}

	.pan span {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
	}

	.pan a {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
		margin: 0 10px 0 10px;
	}

	.pan span a img {
		display: inline-block;
		position: relative;
		top: -4px;
		width: 15px;
		height: auto;
	}

	.breadcrumb-area {
		padding: 0 0 20px 0;
	}

	#news01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 150px 0 100px;
	}

	#news02 h1 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: left;
		color: #000;
		padding: 30px 0 20px;
	}

	#news02 time {
		padding-right: 10px;
	}

	#news02 {
		position: relative;
		width: 80%;
		max-width: 1280px;
		height: auto;
		margin: 0 auto;
	}

	.news02-cat {
		position: absolute;
		top: -5px;
		left: 150px;
		width: 200px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
		border: solid 1px #40903e;
		box-sizing: border-box;
	}

	.news02-thm img {
		display: block;
		position: relative;
		width: 70%;
		height: auto;
		margin: 0 auto 30px 0;
		border-radius: 10px;
	}

	.news02-1 {
		padding: 20px 0;
	}

}

/*SP*/
@media only screen and (max-width: 768px) {

	#news00 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 30px 0 40px;
		margin: 0 auto;
	}

	#news00 h2 {
		position: relative;
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #40903e;
	}

	.news00-loop {
		position: relative;
		width: 100%;
		height: auto;
	}

	.news00-a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 10px 0;
		border-bottom: solid 1px #CCCCCC;
		background: #fff;
		color: #001F33;
		font-size: 14px;
	}

	.news00-text01 {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		height: auto;
	}

	.news00-cat {
		position: absolute;
		top: 1px;
		left: 100px;
		width: 120px;
		padding: 3px 5px;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
	}

	.news00-text01 span {
		color: #001F33;
		font-size: 16px;
	}

	.news00-2 {
		position: relative;
		width: 80%;
		height: auto;
		margin: 40px auto 0;
		padding: 20px 10%;
		background: #F3F4F9;
	}

	.news00-2 h3 {
		font-size: 20px;
		font-weight: 700;
		color: #40903e;
		margin-bottom: 20px;
	}

	.news00-2 ul a {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: 500;
		margin: 0 0 10px 25px;
		color: #000;
	}

	.news00-2 ul a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 12px;
		border-color: transparent transparent transparent #40903e;
		position: absolute;
		top: 5px;
		left: -25px;
		pointer-events: none;
	}

	.pan span {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
	}

	.pan a {
		position: relative;
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 1px;
		margin: 0 10px 0 10px;
	}

	.pan span a img {
		display: inline-block;
		position: relative;
		top: -4px;
		width: 15px;
		height: auto;
	}

	.breadcrumb-area {
		padding: 0 0 20px 0;
	}

	#news01 {
		position: relative;
		width: 340px;
		height: auto;
		margin: 100px auto 50px;
	}

	#news02 h1 {
		font-size: 22px;
		letter-spacing: 1px;
		line-height: normal;
		text-align: left;
		color: #000;
		padding: 20px 0;
	}

	#news02 time {
		padding-right: 10px;
	}

	#news02 {
		position: relative;
		width: 340px;
		height: auto;
		margin: 20px auto 50px;
	}

	.news02-cat {
		position: absolute;
		top: 1px;
		left: 100px;
		width: 120px;
		padding: 3px 5px;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
		background: #40903e;
		border: solid 1px #40903e;
		box-sizing: border-box;
	}

	.news02-thm img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		border-radius: 8px;
	}

}