@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/item/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 500px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#items {
	margin-top: 100px;
}
#items .inner {
	width: 90%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#items h2 {
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 70px;
}
#items h2 span {
	color: #EC6646;
	font-size: 34px;
}
#items .box {
	margin-bottom: 140px;
}
#items .box h3 {
	font-size: 36px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
}
#items .box h3 span {
	font-size: 14px;
	margin-left: 20px;
}
#items .box table {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#items .box th {
	background-color: #40542D;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#items .box td {
	font-size: 11px;
	width: 9.09090909091%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#items .box td:first-child {
	border-right: 2px solid #000;
}
#items .box td.topth {
	height: 80px;
	vertical-align: bottom;
}
#items .box .topth td {
	height: 55px;
	vertical-align: bottom;
	line-height: 1.6em;
}
#items .box .topth td:first-child {
	border-right: solid 1px #000;
}
#items .box td.none {
	border-right: 1px solid #000;
}
#items .box .js-scrollable {
	margin-bottom: 30px;
	overflow-y: hidden!important;
}
#items .box .table2 {
	width: 82%!important;
}
#items .box .table3 {
	width: 54.7%!important;
}
#items .box .topth .hauto {
	height: auto;
}
#items .box+.btn {
	position: relative;
	z-index: 999;
}
#items .box+.btn a {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
}
#items h2.ttl2 {
	margin-top: 100px;
	margin-bottom: 25px;
}
#items h2.ttl2+ul li {
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 2em;
}





#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/item/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#items {
	margin-top: 10vw;
}
#items .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#items h2 {
	font-size: 6vw;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10vw;
}
#items h2 span {
	color: #EC6646;
	font-size: 4vw;
	position: relative;
	top: -0.7vw;
}
#items .box {
	margin-bottom: 15vw;
}
#items .box h3 {
	font-size: 5vw;
	font-weight: 500;
	text-align: left;
	margin-bottom: 2vw;
}
#items .box h3 span {
	font-size: 3vw;
	margin-left: 1vw;
}
#items .box table {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#items .box th {
	background-color: #40542D;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#items .box td {
	font-size: 11px;
	width: 9.09090909091%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#items .box td:first-child {
	border-right: 2px solid #000;
}
#items .box td.topth {
	height: 80px;
	vertical-align: bottom;
}
#items .box .topth td {
	height: 55px;
	vertical-align: bottom;
	line-height: 1.6em;
}
#items .box .topth td:first-child {
	border-right: solid 1px #000;
}
#items .box td.none {
	border-right: 1px solid #000;
}
#items .box .js-scrollable {
	margin-bottom: 30px;
}
#items .box .topth .hauto {
	height: auto;
}
#items .box+.btn {
	position: relative;
	z-index: 999;
}
#items .box+.btn a {
	margin-left: auto;
	margin-right: auto;
	margin-top: -5vw;
}
#items h2.ttl2 {
	margin-top: 15vw;
	margin-bottom: 5vw;
}
#items h2.ttl2+ul li {
	text-align: left;
	font-weight: 500;
	line-height: 2em;
}
.js-scrollable table {
	width: 1200px;
}



#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}