/*#contents .inner #mainCont section article {
	padding: 25px 0 0 0;
}
.textbox{
	font-size:14px;
	color:#666;
}
*/
section h2 {
	font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
  margin: 100px 0 50px;
	text-align: center;
}

#fv {
	margin-top: 20px;
}
#product,#link {
	margin: 50px 0;
}


.flex {
	display: flex;
}
.flexRr {
	flex-direction: row-reverse;
}
#product article dl {
	width: 100%;
  gap: 30px;
	margin: 0 0 80px;
}
#product article .textbox{
	font-size: 15px;
	line-height: 2em;
  letter-spacing: 0.5px;
	width: 50%;
}
#product article dl dd {
	width:50%;
	margin: auto;
}
#product article dl dd img {
	width: 100%;
}
#product h3 {
	font-size: 17px;
  line-height: 2em;
  letter-spacing: 0.5px;
	border-bottom: unset;
	text-align: center;
	font-weight: 600;
	color: #333333;
}

#connection article {
	display: flex;
	gap: 30px;
	/*justify-content: center;*/
	width: 90%;
	margin: auto;
}
#connection article dl {
	width: 50%;
}
#connection article dl dt img{
	width: 100%;
}
#connection article .textbox {
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.5px;
}

#item{
	margin: 50px 0;
}
#item .itemBtn{
	margin: 30px 0 10px;
    text-align: center;
}
#item .itemBtn a {
	text-align: center;
	color: #fff;
    background-color: #006837;
	width: 300px;
	border-radius: 40px;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 15px;
	text-decoration: none;
}
#item .itemBtn a::after {
	content: url("../module/img/arrow_wht.svg");
	width: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 35px;
	transition: all .4s;
}
#item .itemBtn a:hover {
	background: #2F2A25;
	opacity: 1;
}
#item .itemBtn a:hover::after {
	right: 25px;
}



@media screen and (max-width: 480px) {	
/*header nav.popmenu {
  margin-left: unset;
}
.pannav {
  display: none;
}

header h1 {
  float: none
}
.Rpage_title {
  margin: 20px 0 0;
}
header h1 a img {
  width: 75%;
}
nav.global {
  display: none;
}
.inner {
	width: auto;
  padding: 0 10px;
}
#fv img {
  width: 100%
}*/
	
section h2 {
  margin: 50px 0 30px;
}	
#product article dl {
	display: block;
	width: auto;
	margin: 0 0 50px;
}
#product article .textbox {
  width: auto;
	letter-spacing: unset;
}
#product article dl dd {
  width: auto;
	margin: 10px auto;
}	
.pc {
	display: none;
}
#product h3 {
  line-height: 1.7em;
}
#connection article {	
	display: block;
	width: auto;
}
#connection article dl {
  width: auto;
}
#connection article dl dd {
	text-align: center;
	margin: 10px 0 40px;
	}
	
	
	
	
	
}
