/*.inner {
	width: 950px;
	margin: 0 auto;
}*/
/*header h1 {
    float: left;
    margin: 20px 0 0;
}
nav.global {
    display: block;
    clear: both;
}
.pannav {
    padding: 15px 10px 15px 20px;
    background-image: url(../img/home.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 2em;
    color: #989898;
}
header nav.popmenu {
    position: absolute;
    top: 30px;
    margin-left: 890px;
    padding: 5px 0;
    width: 40px;
    z-index: 99;
}
.Rpage_title {
    font-size: 18px;
    background-color: #2F2A25;
    color: #FFF;
    padding: 5px 0 5px 10px;
}*/



section .textbox{
	font-size: 15px;
	line-height: 1.8em;
  letter-spacing: 0.5px;
}
section h2 {
	font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
  margin: 10px 0;
}

#fv {
	margin-top: 20px;
}

#intro,
#original {
	margin: 50px 0;
}

#original h3 {
	font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
  margin: 10px 0;
	border-left: 5px solid #006837;
	border-bottom: none;
	padding-left: 10px;
}
#original dl {
	display: flex;
	width: 950px;
  gap: 30px;
}
#original dl dt {
	width: 55%;
}
#original dl dt img {
	width: 100%;
}
#original dl dd {
	width: 45%;
}

#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 0.4s;
}
#item .itemBtn a:hover {
	background: #2F2A25;
	opacity: 1;
}
#item .itemBtn a:hover::after {
	right: 25px;
}

sup {
	vertical-align: super;
}

@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%
}

#original dl {
	display: block;
	width: auto;
}
#original dl dt {
    width: auto;
}
#original dl dd {
    width: auto;
    margin: 10px
}	
	
	
	
	
	
}
