@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
   width: 960px;	
  letter-spacing: 0;
  line-height: 2;
  margin: 0 auto;
  padding: 0 0 5%;
  overflow: hidden;
}
.topimg_ {
    width: 900px;
    margin: 0 auto;
}
.lead {
    font-size: 1.4rem;
    padding: 8% 0 8%;
    line-height: 1.8;
    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 {
   margin: 10em 0em 10em;
}
.in-blc{
  display: inline-block;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-13 {
  font-size: 1.3rem;
}
.hr_ {
	margin: 0;
    border-bottom: .5px solid #222;
}
.f-y {
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
.b-gr {
	background: #f4f4f4;
	position: relative;
}
.icon-img {
	position: absolute;
    width: 50px;
    bottom: -10%;
    left: 48%;
}
.title-img {
	display: block;
    width: 77%;
    margin: 0 auto 8%;
	-webkit-backface-visibility: hidden;
}
.img-Area {

}
.img_left {
	width: 51% !important;
        display: inline-block;
        margin-right: 10%;
}
.img_center {
	width: 50% !important;
        display: inline-block;
        vertical-align: middle;
}
.po-r {
	position: relative;
}
.po-a {
	position: absolute;
}
.textarea_left_ {
	vertical-align: middle;
    display: inline-block;
    width: 38%;
}
.textarea {
        width: 38%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10%;

}
.cap-area {
	margin: 0% auto 14%;
        font-size: 1.2rem;
}
.credit-area {
	padding: 14% 11%;
}
/*///*/
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*///*/
.credit {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.8;
}
/*////*/
.btn_ {
    width: 80px;
    text-align: left;
    line-height: 2.8;
    display: inline-block;
    vertical-align: middle;
}
.btn_ a {
	width: 100%;
    border: 1px solid #111;
    color: #111;
    background-color: #f4f4f4;
    text-align: center;
    padding: 0px;
    font-size: 1.2rem;
	letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
	font-family: "Arial";
}
.btn_ a:hover {
    color: #fff !important;
    background-color: #111;
    border: 1px solid #111;
}
/*////*/
.btn_all {
    width: 80%;
    text-align: left;
    line-height: 4;
    display: block;
    vertical-align: middle;
    margin: 8em auto 6em;
}
.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;
}