/* お知らせ＆新着情報 */

@media screen and (min-width: 641px){

#news {
	line-height: 200%;
	}

#news.top h3 {
	border-bottom: 7px #EE7800 solid;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	}

#news.top ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	}

#news.top ul a {
	width: 270px;
	margin: 0px 40px 50px 0px;
	float: left;
	display: block;
	position: relative;
	}

#news.top ul a:nth-child(4n) {
	margin: 0px 0px 50px 0px;
	}

#news.top ul a p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 15px 0px 0px 0px;
	}

#news.top ul a span {
	width: 36px;
	height: 36px;
	background: url(../img/new.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	}

#news.det h1 {
	width: 100%;
	border-bottom: 4px #59524D solid;
	font-size: 28px;
	font-weight: 900;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 40px 0px;
	}

#news.det h1 p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	}

#news.det .main {
	font-size: 16px;
	}

#news.det .main a {
	color: #EE7800;
	text-decoration: underline;
	}

#news.det .main img {
	max-width: 100%;
	height: auto;
	}

#news.det .nav {
	width: 100%;
	border-top: 1px #59524D solid;
	border-bottom: 1px #59524D solid;
	font-size: 16px;
	font-weight: 900;
	line-height: 80px;
	margin: 100px 0px 0px 0px;
	display: table;
	}

#news.det .nav dd {
	width: 33.33%;
	display: table-cell;
	}

#news.det .nav dd:nth-child(2) {
	text-align: center;
	}

#news.det .nav dd:nth-child(3) {
	text-align: right;
	}

#news.det form {
	width: 1000px;
	margin: 100px auto 0px auto;
	}

#news.det form h3 {
	font-size: 28px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#news.det form .off dl {
	width: 700px;
	margin: 0px auto 50px auto;
	display: table;
	}

#news.det form .off dt {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	}

#news.det form .off dt img {
	width: 100%;
	}

#news.det form .off dd {
	font-size: 16px;
	line-height: 200%;
	padding: 0px 0px 0px 30px;
	display: table-cell;
	vertical-align: middle;
	}

#news.det form .for dl {
	width: 100%;
	border-bottom: 1px #59524D solid;
	display: table;
	}

#news.det form .for dl:nth-child(1) {
	border-top: 1px #59524D solid;
	}

#news.det form .for dt {
	width: 300px;
	background: #F8F4EB;
	padding: 25px 20px;
	display: table-cell;
	vertical-align: middle;
	}

#news.det form .for dt span {
	background: #DD4132;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 6px 8px;
	text-align: center;
	}

#news.det form .for dt span.any {
	background: #CEC4A5;
	}

#news.det form .for dd {
	padding: 25px 0px 25px 20px;
	display: table-cell;
	}

#news.det form .for dd label {
	display: block;
	}

#news.det form .for dd span {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	display: block;
	}

#news.det form .for dd p {
	font-size: 12px;
	color: #DD4132;
	margin: 10px 0px 0px 0px;
	}

#news.det form input, #news.det form select, #news.det form textarea {
	font-size: 14px;
	padding: 10px;
	}

#news.det form input[type="text"], #news.det form input[type="email"], #news.det form input[type="tel"] {
	width: 300px;
	}

#news.det form textarea {
	width: 100%;
	}

#news.det form .send {
	width: 360px;
	background: #EE7800;
	border: none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	color: #ffffff;
	margin: 50px auto 0px auto;
	text-align: center;
	display: block;
	cursor: pointer;
	}

#news.tha {
	line-height: 200%;
	}

#news.tha h2 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	}

}

@media screen and (max-width: 640px){

#news {
	line-height: 200%;
	}

#news.top h3 {
	border-bottom: 4px #EE7800 solid;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	}

#news.top ul {
	overflow: hidden;
	}

#news.top ul a {
	width: 48.5%;
	margin: 0px 3% 30px 0px;
	float: left;
	display: block;
	position: relative;
	}

#news.top ul a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
	}

#news.top ul a img {
	width: 100%;
	height: auto;
	}

#news.top ul a p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 15px 0px 0px 0px;
	}

#news.top ul a span {
	width: 36px;
	height: 36px;
	background: url(../img/new.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	}

#news.det h1 {
	width: 100%;
	border-bottom: 4px #59524D solid;
	font-size: 21px;
	font-weight: 900;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	}

#news.det h1 p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
	}

#news.det .main a {
	color: #EE7800;
	text-decoration: underline;
	}

#news.det .main img {
	max-width: 100%;
	height: auto;
	}

#news.det .nav {
	width: 100%;
	border-top: 1px #59524D solid;
	border-bottom: 1px #59524D solid;
	font-size: 14px;
	font-weight: 900;
	line-height: 50px;
	margin: 50px 0px 0px 0px;
	display: table;
	}

#news.det .nav dd {
	width: 33.33%;
	display: table-cell;
	}

#news.det .nav dd:nth-child(2) {
	text-align: center;
	}

#news.det .nav dd:nth-child(3) {
	text-align: right;
	}

#news.det form {
	margin: 50px 0px 0px 0px;
	}

#news.det form h3 {
	font-size: 21px;
	font-weight: 900;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#news.det form h3.sma {
	font-size: 18px;
	}

#news.det form .off dl {
	width: 100%;
	margin: 0px auto 30px auto;
	}

#news.det form .off dt {
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#news.det form .off dt img {
	width: 40%;
	margin: 0px auto 0px auto;
	}

#news.det form .off dd {
	padding: 0px 0px 0px 0px;
	}

#news.det form .for dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#news.det form .for dt {
	width: 100%;
	background: #F8F4EB;
	line-height: 36px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	}

#news.det form .for dt span {
	background: #DD4132;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 4px 5px;
	text-align: center;
	}

#news.det form .for dt span.any {
	background: #CEC4A5;
	}

#news.det form .for dd label {
	display: block;
	}

#news.det form .for dd span {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	display: block;
	}

#news.det form .for dd p {
	font-size: 12px;
	line-height: 200%;
	color: #DD4132;
	margin: 5px 0px 0px 0px;
	}

#news.det form input[type="text"], #news.det form input[type="email"], #news.det form input[type="tel"], #news.det form select, #news.det form textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	}

#news.det form .send {
	width: 100%;
	background: #EE7800;
	border: none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	display: block;
	cursor: pointer;
	}

#news.tha {
	line-height: 200%;
	}

#news.tha h2 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	}

}

