@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 900px;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
}
.lead {
   width: 80%;
    font-size: 1.2rem;
    margin: 7% auto 8%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section{
  margin: 8em auto;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
	font-family: 'Noto Sans JP', sans-serif;
}
.border__ {
	border: solid 6px;
	padding: 5%;
}
.mainimg-area {
	width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.about-area {
	width: 42%;
    display: inline-block;
    vertical-align: middle;
}
.m-r {
	margin-right: 7%;
}
h3 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.6;
}
.credit_area {
	color: #fff;
	margin: 15% 0 0;
	padding: 14% 9% 12%;
	background: #548619;
	position: relative;
}
.icon-img {
	width: 90px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 37%;
}
.tips-img {
	width: 60px;
	display: block;
    margin: 0% auto 2%;
}
.line-img {
	width: 30px;
    display: block;
    margin: 2% auto 4%;
}
.credit__ {
	max-width: 100%;
    margin: 0 auto 7%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 1px;
    position: relative;
	font-family: 'Montserrat', sans-serif;
	color: #41b296;
}
.credit__::before{
   content:"";
   display:block;
   width: 116px;
   height: 1px;
   background-color: #41b296;
   position: absolute;
   top: 16px;
   left: 0px;
}
.credit__::after{
   content:"";
   display:block;
   width: 116px;
   height: 1px;
   background-color: #41b296;
   position: absolute;
   top: 16px;
   right: 0px;
}
.caption_ {
	width: 94%;
    margin: 0% auto 16%;
    font-size: 1.1rem;
}
.text-area {
	width: 84%;
    margin: 0% auto;
}
.line_ {
	width: 86%;
    margin: 16% auto;
    border: solid #adadad 0.5px;
}
/*///*/
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.8;
}
.crdit p {
    margin-bottom: 3px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.credit-img {
	width: 70px;
    margin: 10% 0 7%;
}
.logo-area {
	width: 90%;
    margin: 6% auto 13%;
}
/*////*/
.button_crdit {
	width: 71%;
	display: inline-block;
	vertical-align: middle;
}
.button_ {
    width: 74px;
    height: 36px;
    border: solid 3px #111;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 31px;
	color: #111 !important;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
}
.button_:hover{
    background: #111;
	border: solid 3px #111;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #111;
}
/*////*/
.btn_all_ {
    width: 460px;
    line-height: 4.2;
    display: block;
    vertical-align: middle;
    margin: 0% auto;
}
.btn_all_ a {
	width: 100%;
   border: 3px solid #111;
    color: #111;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 600;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all_ a:hover {
    color: #fff !important;
    background-color: #111;
    border: 3px solid #111;
}

