@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 900px;
  letter-spacing: 0;
  line-height: 2;
  margin: 0 auto;
}
.lead {
   width: 86%;
    font-size: 1.4rem;
    margin: 9% auto 12%;
    text-align: center;
}
section{
  margin: 5em 0em 9em;
}
.in-blc{
  display: inline-block;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-13 {
  font-size: 1.3rem;
}
.f-h {

}
.arrow_box{
    position: relative;
    width: 440px;
    height: 50px;
    background: #000000;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-bottom: 55px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#000000;
    top:100%;
    left:50%;
}
.staff_ {
	width: 33%;
    display: inline-block;
    margin: 0 auto;
    padding: 0% 3%;
    border-right: solid 2px;
}
.staff-img {
	display: inline-block;
    vertical-align: middle;
    width: 37%;
    margin-right: 5%;
}
.staff-text {
	vertical-align: middle;
    display: inline-block;
    width: 56%;
}
h5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	display: inline-block;
	
}
h6 {
	font-size: 1.3rem;
}
.height_ {
	font-size: 1.1rem;
	color: #626262;
	display: inline-block;
}
.ss {
	width: 100px;
	margin-top: 5px;
}
.back-g {
	padding: 7% 0px;
    background: #e6e6e6;
}
.tip {
	width: 40px;
        margin: 0 auto;
}
h3 {
	font-size: 2.0rem;
    text-align: center;
    font-weight: 700;
    margin: 3% 0;
    text-decoration: underline;
    letter-spacing: 1px;
}
.v_line_fix {
	width: 1px;
    height: 60px;
    background-color: #111;
    margin: 0 auto;
    position: relative;
    top: -30px;
}
.midashi {
	width: 340px;
	margin: 0 auto;
}
.main-img {
        display: inline-block;
        width: 51%;
        vertical-align: middle;
}
.m-r {
      margin-right: 7%;  
}
.itemArea {
	width: 91%;
    border: solid 1px;
    margin: 0 auto;
	padding: 7% 6%;
}
.cap-area {
	    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.cap-child {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
h4 {
	line-height: 1.5;
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
    width: 12%;
    margin-left: 7%;
	letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.item-img {
	width: 94%;
	margin: 0 auto;
	display: block;
}
/*///*/
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*///*/
.credit {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.8;
}
/*////*/
.btn_ {
    width: 90px;
    text-align: left;
    line-height: 3.0;
    display: inline-block;
    vertical-align: middle;
}
.btn_ a {
	width: 100%;
    border: 1px solid #111;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 0px;
    font-size: 1.2rem;
	letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
	font-family: "Arial";
}
.btn_ a:hover {
    color: #111 !important;
    background-color: #fff;
    border: 1px solid #111;
}
