@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  margin: 0 auto;
	font-family: noto-sans-cjk-jp, sans-serif;
}
section {
	width: 900px;
    padding: 8em 4em;
    margin: 0 auto -1px;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lead {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 7% 10% 8%;
    text-align: center;
   text-align: center;
	line-height: 1.8;
}
/*///*/
.name_area {
}
h3{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.no_ {
	width: 64px;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: middle;
}
.b-1 {background: #ccd6dc;}
.b-2 {background: #c2d2c6;}
.b-3 {background: #ebd9d5;}
.b-4 {background: #eed1ae;}
/*///*/
.item_Area {
	width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.item_no {
	position: absolute;
    left: -9%;
    top: -2%;
    width: 50%;
    z-index: 2;
}
.crditArea_ {
    margin: 0 auto;
    padding: 0% 0% 20%;
}
.crdit {
    margin-bottom: 15px;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	width: 38%;
    display: inline-block;
    vertical-align: middle;
	font-size: 1.3rem;
}
.m-r {
	margin-right: 7%;
}
/*///*/
.comment_ {
	display: block;
    margin: 2em auto 4em;
    font-size: 1.3rem;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
    width: 100%;
    display: block;
    line-height: 1.8;
    margin: 0 0 2em;
}
.button_ {
	display: block;
    width: 100%;
    height: 48px;
    border: solid 2px #222;
    background: #222;
    text-align: center;
    transition: 1s;
}
.eff {
    text-decoration: none;
    line-height: 46px;
    color: #fff !important;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
}
.button_:hover{
    background: #fff;
	border: solid 2px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff:hover {
    color: #222 !important;
    background: #fff;
}
/* アニメーション設定 */
.katakata01 {
     transform-origin: center bottom;
  animation: katakata 2s infinite;
}

@keyframes katakata {
 0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  51% {transform: rotate(5deg);}
  99% {transform: rotate(5deg);}
  100% {transform: rotate(0deg);}
}