@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: 90%;
  margin: 8em 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-img2 {
	width: 54%;
	display: inline-block;
}
.text-area2 {
	width: 36%;
	display: inline-block;
}
.m-r {
	margin-right: 9%;
}
.main-img {
	width: 600px;
    margin: 0 auto;
}
.main_caparea {
    margin: 5% auto 10%;
}
.title_img {
	width: 380px;
    display: block;
    margin: 0em auto 2em;
}
.item-area {
	width: 80%;
	margin: 0 auto;
}
/*///*/
.text-area {
	width: 580px;
	margin: 0 auto;
}
.item-text-area {
    width: 640px;
    margin: 3% auto 0;
}
.item-caparea {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10%;
}
.item-crditarea {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.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 {
	width: 80%;
    margin: 0 auto;
}
.line_ {
	width: 86%;
	margin: 0 auto;
	border: solid #adadad 0.5px;
}
/*////*/
.button_crdit {
	width: 67%;
	display: inline-block;
	vertical-align: middle;
}
.button_crdit2 {
	width: 64%;
	display: inline-block;
	vertical-align: middle;
}
.button_ {
  width: 98px;
  height: 38px;
  border: solid 1px #222;
  background: #222;
  text-align: center;
  transition : 1s;
  vertical-align: middle;
}
.eff {
  text-decoration: none;
	line-height: 38px;
	color: #fff !important;
	font-size: 1.3rem;
	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: #fff;
	border: solid 1px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff:hover {
    color: #222 !important;
    background: #fff;
}
/*////*/
.button_sub {
  width: 74px;
  height: 34px;
  border: solid 1px #222;
  background: #222;
  text-align: center;
  transition : 1s;
  vertical-align: middle;
}
.eff2 {
  text-decoration: none;
	line-height: 34px;
	color: #fff !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_sub:hover{
    background: #fff;
	border: solid 1px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff2:hover {
    color: #222 !important;
    background: #fff;
}
/*////*/
.btn_all {
    width: 480px;
    text-align: left;
    line-height: 4.0;
    display: block;
    vertical-align: middle;
    margin: 10% auto 20%;
}
.btn_all a {
	width: 100%;
   border: 1px solid #222;
    color: #fff;
    background-color: #222;
    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 #222;
}