@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: 90%;
    font-size: 1.3rem;
    margin: 8% auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
section {
	width: 92%; 
    margin: 6em auto;
}
.blc {
  display: block;
}
.in-blc{
  display: inline-block;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.v-m{
  vertical-align: middle;
}
.f-11 {
  font-size: 1.1rem;
}
.f-12 {
  font-size: 1.2rem;
}
.mb40 {
	margin-bottom: 40px!important;
}
.f-y {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.main-img {
	width: 100%;
	display: inline-block;
	position: relative;
}
.main_caparea {
    margin: 0% auto 10%;
}
.item_img {
	vertical-align: middle;
    width: 52%;
	display: inline-block;
}
.item_text {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
}
.midarea {
	width: 80%;
	margin: 6% auto;
}
.item_caparea {
    margin: 7% auto;
}
.title_img {
	width: 230px;
    display: block;
    margin: 15em auto 5em;
}
.item-area {
	width: 80%;
	margin: 0 auto;
}
/*///*/
.fade {
	
}
.text-area {
	display: inline-block;
	width: 38%;
	vertical-align: middle;
}
.m-l {
	margin-left: 8%;
}
.caption_ {
	margin: 0% auto 10%;
}
.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_area {
    margin: 0 auto;
}
.line_ {
	width: 86%;
	margin: 0 auto;
	border: solid #adadad 0.5px;
}
.slide-area {
	position: relative;
    margin: 0 0 0 5%;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}
.midashi {
	position: absolute;
	width: 238px;
    left: 0px;
	-webkit-backface-visibility: hidden;
}
.icon {
	position: absolute;
    width: 103px;
    left: 320px;
    top: -52px;
	-webkit-backface-visibility: hidden;
}
.back_ {
	background: #eee2ef;
    width: 100%;
    height: 270px;
    z-index: -1;
    bottom: -50px;
    position: absolute;
}

/*////*/
.button_crdit {
	width: 73%;
	display: inline-block;
	vertical-align: middle;
}
.button_ {
  width: 70px;
  height: 33px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
  vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 33px;
	color: #222 !important;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #222;
}
/*////*/
.btn_all {
    width: 400px;
    text-align: left;
    line-height: 4;
    display: block;
    vertical-align: middle;
    margin: 6em auto 16em;
}
.btn_all a {
	width: 100%;
   border: 1px solid #111;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 0px;
    font-size: 1.2rem;
	letter-spacing: 1px;
	font-weight: 400;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
}
.btn_all a:hover {
    color: #111 !important;
    background-color: #fff;
    border: 1px solid #111;
}
