@charset "UTF-8";
body  {
	overflow:initial !important;
}
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: yu-gothic-pr6n, sans-serif;}
#mainArea p{font-family: yu-gothic-pr6n, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
section {
	width: 860px;
   margin: 7em auto 10em;
	position: relative;
}
.item-sec {
	width: 840px;
   margin: 7em auto 8em;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lead {
	width: 100%;
    padding: 5em 0 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}
h3 {
	font-family: "code-saver", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 1px;
	line-height: 1.6;
}
h4 {
	font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.4rem;
	text-align: center;
	color: #434343;
	margin-bottom: 2em;
}
h5 {
	font-family: "code-saver", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.7rem;
    text-align: center;
}
h5 span {
    font-size: 1.8rem;
}
h6 {
	font-family: "code-saver", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
	margin-bottom: 0.8em;
}
.about_ {
	position: relative;
	background: #ebeae8;
	padding: 6em 0 8em 0em;
}
.about_inner {
	width: 70%;
	margin: 0 auto;
}
.about_img {
	position: absolute;
    width: 108px;
    bottom: 7%;
    right: 4%;
    z-index: 0;
    opacity: 0.9;
}
.about_comment {
	width: 580px;
	margin: 1em auto 0;
	z-index: 1;
	position: relative;
}
/*///*/
.circulation_img {
	display: inline-block;
	width: 53%;
	vertical-align: middle;
	margin-right: 6%;
}
.circulation_comment {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}
/*///*/
.item_Img {
	width: 55%;
    position: relative;
    display: inline-block;
    margin: 0 auto 3em;
}
.comment_ {
    font-size: 1.3rem;
	line-height: 2.0;
	margin: 2em 0 0;
}
.item_Text {
	width: 36%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.m-r {margin-right: 8%;}
/*///*/
.point_ {
	width: 55%;
    display: inline-block;
    margin: 0px auto 1em;
}
.point_:nth-child(2n){
	width: 42%;
}
.point_ p {
	display: inline-block;
	vertical-align: middle;
}
.point_ img {
	width: 18px;
    margin-right: 1%;
    display: inline-block;
    vertical-align: middle;
}
/*///*/
.sticky-container {
	width: 900px;
	margin: 22em auto 3em;
}
.sticky {
    position: sticky;
    top: 0;
    width: 25px;
    z-index: 3;
}
/*///*/
.crdit {margin-bottom: 15px;}
.button_crdit {
	width: 74%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 1.2rem;
}
.button_ {
    width: 72px;
    height: 22px;
    border: solid 1px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.1;
    text-decoration: none;
    font-size: 1.0rem;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif;
}
.button_:hover{
    background: #fff;
	border: solid 1px #111;
	color: #111 !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 380px;
    height: 49px;
    border: solid 1px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #222;
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
}
.button_all:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}