@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.3rem;
}
#mainArea div{font-family: yu-gothic-pr6n, sans-serif;}
#mainArea p{font-family: yu-gothic-pr6n, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
section {
   width: 840px;
   margin: 3em auto 10em;
}
h3 {
	font-size: 1.7rem;
    text-align: center;
    line-height: 1.7;
}
h3 span {
    background: linear-gradient(transparent 53%, #b4b1ec 30%);
	font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
   font-weight: 600;
   font-style: normal;
}
/*///*/
.leadArea {
	width: 100% !important;
	background: #f4f4f4;
	position: relative;
	margin: 0 0 7em;
}
.lead {
    padding: 4em 0 5em;
    font-size: 1.4rem;
	font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}
.yajirushi_ {
	position: absolute;
    display: block;
    width: 64px;
    left: 48%;
    bottom: -15%;
}
/*///*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-prev,.bx-next {display: none;}
/*///*/
.item_Area {
	width: 53%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: middle;
}
.slide-items__wrap {
	width: 86%;
	display: inline-block;
	vertical-align: top;
}
.title_ {
	width: 5% !important;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 0 3%;
}
.item_Text {
	width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.comment_ {
    font-size: 1.3rem;
	line-height: 2.0;
	margin: 1.3em 0 3em;
}
.crdit_img {
	width: 70px !important;
    display: block;
    margin: 0 auto 2em;
}
/*////*/
.crdit {
    margin-bottom: 10px;
}
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
	font-size: 1.2rem;
}
.button_ {
    width: 84px;
    height: 38px;
    border: solid 2px #222;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 3.1;
    text-decoration: none;
    font-size: 1.2rem;
	letter-spacing: 1px;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 400px;
    height: 50px;
    border: 2px solid rgb(67, 67, 67);
    background: rgb(67, 67, 67);
    text-align: center;
    transition: all 1s ease 0s;
    vertical-align: middle;
    display: block;
    color: rgb(255, 255, 255);
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 6em auto 0px;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #434343;
	color: #434343 !important; 
	transition : .3s;
}
/*///*/
.moreArea {
	background: #f4f4f4;
	margin: 6em 0 0;
    padding: 3.5em 0;
}
.moreArea-inner {
	width: 660px;
	margin: 0 auto;
	display: flex;
}
.more-title {
	width: 320px !important;
	margin: 0 auto 2em;
	display: block;
}
.moreArea-child {
	width : 33.33333% ;
   width : -webkit-calc(100% / 3) ;
   width : calc(100% / 3) ;
	display: inline-block;
	vertical-align: top;
}
.moreArea-child4 {
	width : 25% ;
   width : -webkit-calc(100% / 4) ;
   width : calc(100% / 4) ;
	display: inline-block;
	vertical-align: top;
}
.more-crdit {
	margin: 0 2em;
}
.more-crdit4 {
	margin: 0 1em;
}
.more-crdit img {
	width: 100%;
	margin-bottom: 1.5em;
}
.more-crdit4 img {
	width: 100%;
	margin-bottom: 1.5em;
}
.more-cap p {
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.button_more {
    width: 100%;
    height: 38px;
    border: solid 2px #222;
    background: #f4f4f4;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 3.0;
    text-decoration: none;
    font-size: 1.2rem;
	letter-spacing: 1px;
}
.button_more:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}