@charset "UTF-8";

/* ----------------------------------------
main-visual-section
---------------------------------------- */

#main-visual-section{
	margin-top:4px;
	margin-bottom:16px;
}

.carousel-indicators{
/* 	left:auto; */
	margin-bottom:0;
/* 	margin-right:6.5%;
	margin-left:auto; */
}








/* ----------------------------------------
pSelection
---------------------------------------- */

.btn-outline-primary.btn-pSelection{
	color:#1f5126;
	background:linear-gradient(90deg, #e9ffdf, #e9ffdf 64.8%);
	border:none;
	border-radius:20px;
	height:2.0em;
	box-sizing:border-box;

	padding:0 1.3em;
	font-size:0.94rem;
}

.btn-outline-primary:hover.btn-pSelection,
.btn-outline-primary:not(:disabled):not(.disabled).active.btn-pSelection,
.btn-outline-primary:not(:disabled):not(.disabled):active.btn-pSelection,
.show > .btn-outline-primary.dropdown-toggle.btn-pSelection{
	color:#ffffff;
	background:linear-gradient(90deg, #0cac70, #0cac70 64.8%);
}

.pSelection-list-background{
	margin-bottom:12px;
	border-radius:12px;
	background-color:#b1e36e;
	text-align:center;
}

.pSelection-list{
	display:inline-block;
	margin:0 auto;
	width:auto;
	padding-bottom:16px;
	padding-top:8px;
}

.pSelection-list li{
	margin:0 !important;
	padding:8px 4px 0 4px;
}

.selected-products-background{
	margin-bottom:30px;
	border-radius:0;
	background-color:#0cac70;
	padding-top:6px;
	padding-bottom:7px;
}

.selected-products-background .row{
	margin-left:-7px;
	margin-right:-5px;
}

.selected-products{display:flex;align-items:center;justify-content:space-around;
	border-radius:0;
	border-top:solid 2px #0cac70;
	border-left:solid 2px #0cac70;
	min-height:190px;
	background-color:#fffffc;
	background-image:url("/images/pSelection_bg.png");
	background-size:contain;
	padding:0;
	text-align:center;
	font-size:0.81rem;
}

.selected-products img{
	margin-top:5px;
	max-width:90%;
}









/* ----------------------------------------
banner
---------------------------------------- */

#banner .banner-block{
	margin:0 0 30px 0;
	box-shadow:0 2px 8px 0px rgba(0,63,127,0.2);
}









/* ----------------------------------------
top-news
---------------------------------------- */

.top-news-list{
	margin:0;
	padding:0;
	text-align:right;
	font-size:0.75rem;
}

.top-news-heading{}

.top-news-heading h2{
	background-color:transparent;
	background-image:none;
	height:auto;
	text-align:left;
	line-height:1.2;

	margin:2px 0 1em 0;
	padding:0 0 0 0;
	font-size:1.0rem;
	font-weight:800;
	color:#595757;
}

.top-news-topic{
	margin-bottom:30px;
	border-left:solid 2px #c4c4c4;
	font-size:0.88rem;
}

.top-news-scroll{
	height:190px;
	overflow:auto;
	overflow-y:scroll;
}

.top-news-topic dl{
	margin:2px 8px 8px 8px;
}

.top-news-topic dl dt{
	color:#333333;
	font-weight:500;
}

.top-news-topic dl dd{
	margin-left:6.25em;
	margin-top:-1.3em;
}

:root *> .top-news-topic dl dd{
	margin-top:-1.5em;
}

.top-news-topic dl dd img{
	vertical-align:top;
}

@media screen and (min-width: 0px) and (max-width: 767px){
	.top-news-list{
		font-size:0.88rem;
	}

	.top-news-heading{
		margin-top:-1.25em;
	}

	.top-news-topic{
		border:none;
	}

	.top-news-scroll{
		height:auto;
	}

	.top-news-topic dl{
		margin-right:0;
		margin-left:0;
	}
}









/* ----------------------------------------
contact
---------------------------------------- */

.contact{
	margin-right:auto;
	margin-left:auto;
	width:100%;
	max-width:320px;
	text-align:center;
	font-size:0.88rem;
}

.contact img{
	width:100%;
	max-width:234px;
}

.contact small{
	font-size:0.69rem;
}

.siteSeal{
	margin-right:auto;
	margin-bottom:30px;
	margin-left:auto;
	width:100%;
	max-width:320px;
	text-align:left;
	font-size:0.69rem;
}

@media screen and (min-width: 0px) and (max-width: 767px){
	.contact small{
		font-size:0.88rem;
	}

}
