@charset "UTF-8";
/* CSS Document */
.slide {
	width: 100%;
	height:auto;
}
#topbox {
	position:relative;
}
#topbox h2 {
	width: 40%;
	height: 143px;
	position: absolute;
	top: 300px;
	left: 30%;
}
section#second {
	width: 100%;
	background-color: #008C23;
	padding: 0 0 0 0;
}
section#second h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 0.2em;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
section#third {
	width: 100%;
	height: 500px;
	background-image: url(../img/second_back2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#third-box {
	width: 600px;
	height: 500px;
	margin: 0 auto;
	background: url(../img/orange.png) 0 0 no-repeat;
	padding: 0 600px 0 0;
}
h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 2em;
	letter-spacing: 0.2em;
	padding: 50px 0 20px 50px;
	text-align: left;
	color: #fff;
}
#third-box p {
	color: #fff;
	padding: 0 30px 0 50px;
	line-height: 1.7em;
	font-size: 15px;
}
p.link {
	width: 280px;
	padding: 0 0 0 0;
	margin: 50px 0 0 0;
}
section#red {
	width: 100%;
	height: 500px;
	background-color: #8C0000;
}
.box {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.redbox {
	display: inline-block;
	width: 600px;
	height: 500px;
	vertical-align: top;
	background-color: #b20000;
}
#red p {
	color: #fff;
	padding: 0 30px 0 50px;
	line-height: 1.7em;
	font-size: 15px;
}
section#white {
	width: 100%;
	height: 420px;
	background-color: #eee;
}
#whitebox {
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	background-image: url(../img/white-back3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#whitebox p:first-of-type {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 50px 0 20px 100px;
}
#whitebox p:nth-of-type(2) {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0 0 20px 100px;
}
section#white p.link {
	width: 280px;
	padding: 0 0 0 0;
	margin: 50px 0 0 100px;
}

section#product {
	width: 100%;
	background-color: #555;
}
#productbox {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	overflow:hidden;
	background-color:#000;
}
#product_left {
	float:left;
	width:600px;
}
#product_right {
	float:right;
	width:600px;
}
p.tokkyo {
	width:239px;
	padding:10px 0 10px 50px !important;
}
#productbox p {
    color: #fff;
    padding: 0 30px 0 50px;
    line-height: 1.7em;
    font-size: 15px;
}
p.link-pp {
	width: 280px;
	padding: 0 0 0 0;
	margin: 50px 0 0 0 !important;
}
/*section#product {
	width: 100%;
	background-color: #000;
}
#productbox {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
#productbox ul {
	font-size: 0;
}
#productbox li {
	width: 300px;
	display: inline-block;
}*/
section#blue {
	width: 100%;
	height: 400px;
	background-color: #0085B2;
}
.bluebox {
	display: inline-block;
	width: 600px;
	height: 400px;
	vertical-align: top;
	background-color: #00A3D9;
}
#blue p:first-of-type {
	width: 287px !important;
	color: #fff;
	padding: 30px 0 0 50px;
	line-height: 1.7em;
	font-size: 15px;
}
#blue p.link {
	width: 280px;
	padding: 0 0 0 0;
	margin: 50px 0 0 50px;
}

section#jfw {
	width: 100%;
	height: 400px;
	background-color: #8C4600;
}
#jfw_left {
	width: 600px;
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
#jfw_right {
	width: 600px;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	background-color: #B25900;
	height: 400px;
}
#jfw_right h5 {
	width: 340px;
	padding: 30px 0 0 50px;
}
#jfw_right p.link {
	margin: 30px 0 0 50px;
}

/* 画面サイズが480px以下の場合に適用===================================================================================== */
@media only screen and (max-width: 480px) {
	
	
.slide {
	width: 100%;
	z-index: 10000;
	height:auto;
}
header h2 {
	width: 80%;
	height: auto;
	position: absolute;
	top: 150px;
	left: 10%;
	z-index: 1000;
}


section#second {
	width: 100%;
	background-color: #008C23;
	padding: 0 0 0 0;
}
section#second h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.2em;
	padding: 20px;
	text-align: left;
	color: #fff;
}
section#third {
	width: 100%;
	height: auto;
	background-image: url(../img/second_back2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	padding:112px 0 0 0;
}
#third-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/orange.png) 0 0 no-repeat;
	padding: 0 0 30px 0;
}
h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	padding: 50px 0 20px 20px;
	text-align: left;
	color: #fff;
}
#third-box p {
	color: #fff;
	padding: 0 20px 0 20px;
	line-height: 1.7em;
	font-size: 15px;
}
p.link {
	width: 280px;
	padding: 0 0 0 0;
	margin: 30px auto;
}
section#red {
	width: 100%;
	height: auto;
	background-color: #8C0000;
}
.box {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.redbox {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	background-color: #b20000;
	padding:0 0 30px 0;
}
#red p {
	color: #fff;
	padding: 0 20px 0 20px;
	line-height: 1.7em;
	font-size: 15px;
}
section#white {
	width: 100%;
	height: auto;
	background-color: #eee;
}
#whitebox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/white-back3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding:0 0 30px 0;
}
#whitebox p:first-of-type {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 30px 20px 20px 20px;
}
#whitebox p:nth-of-type(2) {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0 0 20px 20px;
	text-align:left;
}
section#white p.link {
	width: 280px;
	padding: 180px 0 0 0;
	margin: 30px auto;
}

section#product {
	width: 100%;
	background-color: #555;
}
#productbox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
	background-color:#000;
}
#product_left {
	float:none;
	width:100%;
}
#product_right {
	float:none;
	width:100%;
}
p.tokkyo {
	width:239px;
	padding:10px 0 10px 50px !important;
}
#productbox p {
    color: #fff;
    padding: 0 20px;
    line-height: 1.7em;
    font-size: 15px;
}
p.link-pp {
	width: 280px;
	padding: 0 0 0 0;
	margin: 30px auto !important;
}
/*section#product {
	width: 100%;
	background-color: #000;
}
#productbox {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
#productbox ul {
	font-size: 0;
}
#productbox li {
	width: 300px;
	display: inline-block;
}*/
section#blue {
	width: 100%;
	height: auto;
	background-color: #0085B2;
}
.bluebox {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	background-color: #00A3D9;
	padding:0 0 30px 0;
}
#blue p:first-of-type {
	width: 287px !important;
	color: #fff;
	padding: 30px 0 0 50px;
	line-height: 1.7em;
	font-size: 15px;
}
#blue p.link {
	width: 280px;
	padding: 0 0 0 0;
	margin: 50px 0 0 50px;
}

section#jfw {
	width: 100%;
	height: auto;
	background-color: #8C4600;
}
#jfw_left {
	width: 100%;
	display: block;
	padding: 0;
	vertical-align: top;
}
#jfw_right {
	width: 100%;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	background-color: #B25900;
	height: auto;
}
#jfw_right h5 {
	width: 80%;
	padding: 30px 0 0 20px;
}
#jfw_right p.link {
	margin: 30px auto 20px;
}


#topbox {
	position:relative;
}
#topbox h2 {
	width: 80%;
	height: auto;
	position: absolute;
	top: 80px;
	left: 10%;
}
}
