@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
  width: 900px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 2;
  font-size: 1.1rem;
}
.lead {
    font-size: 1.4rem;
    margin: 7% auto 15%;
    text-align: center;
}
section{
  margin: 6em auto;
}
.in-blc{
  display: inline-block;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-13 {
  font-size: 1.3rem;
}
.f-n {
  font-family: 'Noto Sans JP', sans-serif;
}
.mainimg-area {
	width: 76%;
	vertical-align: middle;
}
.back_ {
  padding: 0% 6%;
  display: flex;
  background: linear-gradient(to bottom, transparent 0% 25%, #dac7ad 25% 70%, transparent 70% 100%);
}
.back_::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 50%;
}
.b-2 {
	background: linear-gradient(to bottom, transparent 0% 25%, #ffd3b8 25% 70%, transparent 70% 100%);
}
.b-3 {
	background: linear-gradient(to bottom, transparent 0% 25%, #b5caa6 25% 70%, transparent 70% 100%);
}
.b-4 {
	background: linear-gradient(to bottom, transparent 0% 25%, #c8ddf7 25% 70%, transparent 70% 100%);
}
.cap-area {
	width: 57%;
    vertical-align: middle;
}
.item-icon {
	width: 110px;
	margin: 0 auto 5%;
	display: block;
}
h4 {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
}
h4:after {
    border-top: 1px solid;
    content: "";
    width: 50px;
    margin-left: 8px;
}
.item-img {
	width: 94%;
	margin: 0 auto;
	display: block;
}
.m-r {
	margin-right: 7%;
}
/*///*/
.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: 71%;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.7;
}
/*////*/
.btn_ {
    width: 86px;
    text-align: left;
    line-height: 2.8;
    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;
}
