@charset "UTF-8";
/* 必須指定 */
#contWrap {
	margin: 0 auto;
	max-width: 1200px;
    min-width: 1020px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/*---*/
#contWrap > h2 {
   margin:0px;
}
#contWrap img{
    width:100%;
}
div,h1,h2,h3,h4,p {
	margin:0;
	padding:0;
}
/*ページ	コーン表示用品
-------------------*/
#aboveTitle,#titleWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#aboveTitle {
	padding: 14px 20px 10px 20px;
	background: url(images/bg_titleWrap.png);
}
#aboveTitle h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	color: #fffe39;
}
#aboveTitle h2 span {
	font-weight: 500;
	color: #f70b17;
}
#aboveTitle h2 a:hover {
	text-decoration: none;
}
#aboveTitle p {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #fffe39;
	padding: 5px 0 0 0;
}
#titleWrap {
	background: #000;
	padding-bottom: 10px;
	border-bottom: 5px solid #f70b17;
}
#titleWrap > div {
	width: 65.07177033492823%;
	padding: 20px 0 0 0;
	background: #000;
}
#titleWrap > div h3 {
	width: 100%;
	background: url(images/bg_h3.png);
}
#titleWrap > div h3 span {
	font-size: 50px;
	line-height: 56px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	background: #149834;
	padding: 10px 20px;
	white-space: nowrap;
}
#titleWrap > div h3 span.fs {
	font-size: 42px;
	transform: scale(0.9, 1);
    transform-origin: top left;
}
#titleWrap > div p {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	padding: 15px 20px 0 20px;
}
#titleWrap > img {
	width: 34.92822966507177%;
	max-width: 365px;
}
/*ページナビ
-------------------*/
#pageMenu {
	background: #000;
	padding: 0 10px 0 15px;
	}
#pageMenu > ul {
	list-style: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
#pageMenu > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	background: #000;
	padding: 14px 0 14px 0;
	margin: 0 auto;
	width: 100%;
}
#pageMenu > ul > li {
	width: 24.5215311%;
	height: 86px;
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	padding: 7px 1.4354066985645932%;
	color: #e1e038;
	margin-right: 0.4784688995215311%;
}
#pageMenu > ul > li:first-of-type {
	background-image: url(images/pagenavBg01.png),url(images/pagenavBgRep.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top; 
}
#pageMenu > ul > li:nth-of-type(2) {
	background-image: url(images/pagenavBg02.png),url(images/pagenavBgRep.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top; 
}
#pageMenu > ul > li:nth-of-type(3) {
	background-image: url(images/pagenavBg03.png),url(images/pagenavBgRep.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top; 
}
#pageMenu > ul > li:nth-of-type(4) {
	background-image: url(images/pagenavBg04.png),url(images/pagenavBgRep.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top; 
}
#pageMenu > ul > li > ul {
	z-index: 9999;
	display: none;
	list-style: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
	position: absolute;
	top: 86px;
	left: 0;
}
#pageMenu > ul > li:hover {
	cursor: pointer;
}
#pageMenu > ul > li:hover ul {
	display: block;
}
#pageMenu > ul > li > ul > li {
	float: none;
	width: 248px;
	height: auto;
	padding: 0;
	background: #EDE83A;
	border-bottom: solid 1px #323333;
	border-left: solid 1px #323333;
	border-right: solid 1px #323333;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
#pageMenu > ul > li > ul > li a {
	color: #040000;
	text-decoration: none;
	display: block;
	padding: 7px 10px 7px 10px;
}
#pageMenu > ul > li > ul > li a:hover {
	background: #1AA439;
}
/*ページトップへ
-------------------*/
#toPageBox {
	background: #fff;
	margin: 0 10px;
	padding: 60px 0 40px;
	text-align: center;
}
#toPageBox p {
	width: 300px;
	background: #399C4A;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
	margin: 0 auto;
}
#toPageBox p:last-child {
	background: #29AAE1;
	margin: 20px auto 0;
}
#toPageBox p a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 300px;
	padding: 10px 0;
}
/*エンド
-------------------*/
#endBox {
	background: #CDCDCD;
	text-align: center;
	margin: 0;
	padding-bottom: 70px;
}
#endBox div {
	background: #fff;
	margin: 0 10px;
	padding: 60px 0 40px;
}
#endBox div#indexEnd {
	background: #f2f2f2;
}
#endBox div p {
	width: 300px;
	background: #399C4A;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
	margin: 0 auto;
}
#endBox div p:last-child {
	background: #29AAE1;
	margin: 20px auto 0;
}
#endBox div p a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 300px;
	padding: 10px 0;
}
/*商品一覧の帯
-------------------*/
#contWrap #h3Band {
	margin: 20px 0;
	padding: 0 7px 0 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	color: #fff;
	background: #f70b17;
}
#contWrap #h3Band:after {
	position: absolute;
	content: '';
	top: 0;
	right: -40px;
	border: 20px solid transparent;
	border-left: 20px solid #f70b17;
	border-top: 20px solid #f70b17;
	width: 0;
	height: 0;
}
#contWrap #h3Band h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	padding: 10px 5px 10px 20px;
	position: relative;
	color: #fff;
	background: #149834;
}
#contWrap #h3Band h3:after {
	position: absolute;
	content: '';
	top: 0;
	right: -40px;
	border: 20px solid transparent;
	border-left: 20px solid #149834;
	border-top: 20px solid #149834;
	width: 0;
	z-index: 1;
	height: 0;
}
/*トップページヘッダー部分
-------------------*/
#topHeader {
	background: #000;
}
#topHeader > div:first-of-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(images/bg_titleWrap.png);
	align-items: center;
	padding-right: 10px;
}
#topHeader h2 {
	font-size: 70px;
	line-height: 74px;
	font-weight: 500;
	color: #fffe39;
	padding: 10px 30px;
}
#topHeader h2 span {
	font-weight: 500;
	color: #f70b17;
}
@media screen and (max-width: 1080px)  {
	#topHeader h2 {
		font-size: 64px;
		line-height: 68px;
	}
}
#topHeader > div:first-of-type p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	background: #39b44a;
	padding: 7px 10px;
}
#topHeader > div:first-of-type p strong {
	font-size: 28px;
	font-weight: normal;
}
#topHeader > div:nth-of-type(2) {
	background: url("images/index_main.png") no-repeat;
	background-size: contain;
	background-position: right top;
	min-height: 195px;
	display: flex;
	justify-content: flex-end;
}
#topHeader > div:nth-of-type(2) > div {
	min-height: 195px;
	width: 40.666666666666664%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#topHeader > div:nth-of-type(2) ul {
	margin: 0;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
#topHeader > div:nth-of-type(2) ul li {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	width: 48%;
}
@media screen and (max-width: 1080px)  {
	#topHeader > div:nth-of-type(2) ul li {
		font-size: 16px;
}
}
#topHeader > div:nth-of-type(2) ul li:before {
	content:"・";
}
/*トップページメインコンテンツ部分
-------------------*/
#topMainCont {
	background: #cdcdcd;
	padding: 0 10px;
}
#topMainCont > div {
	background: #f2f2f2;
	padding: 20px 20px 40px 20px;
	border-bottom: 5px solid #ff0000;
}
#topMainCont > div:last-of-type {
	border-bottom: none;
}
#topMainCont .contBlock {
}
#topMainCont .contBlock h3 {
	color: #00ae2d;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	border-bottom: 1px solid #00ae2d;
	padding-bottom: 5px;
}
#topMainCont .contBlock h3+p {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding: 13px 0 0 0;
}
#topMainCont .contBlock > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topMainCont .contBlock > div dl {
	width: 23.684210526315788%;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 0 0 30px 0;
	margin: 20px 0 0 0;
}
#topMainCont .contBlock > div dl.side1 {
	margin: 20px 25.438596491228072% 0 0;
}
#topMainCont .contBlock > div dl.side2 {
	margin: 20px 50.877192982456144% 0 0;
}
#topMainCont .contBlock > div dl dt {
	background: #333;
	color: #fff;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
#topMainCont .contBlock > div dl dt img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
#topMainCont .contBlock > div dl dt div {
	width: calc(100% - 80px);
}
#topMainCont .contBlock > div dl dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
}
#topMainCont .contBlock > div dl dt a:hover {
	opacity: 0.6;
}
#topMainCont .contBlock > div dl dt div a {
	padding: 14px 4px;
	position: relative;
}
#topMainCont .contBlock > div dl dt div a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}
#topMainCont .contBlock > div dl dd {
	padding: 4px 10px 0 10px;
	margin: 0;
	line-height: 18px;
}
#topMainCont .contBlock > div > div {
	width: 49.122807017543856%;
	padding-top: 20px;
}
#topMainCont .contBlock > div div > img {
	width: 100%;
}
.special-static {
     margin-bottom: 0; 
}