@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	background: #fbfaee;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    margin: 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
	background-image: linear-gradient(0deg, transparent 11px, #dfdfdf 12px), linear-gradient(90deg, transparent 11px, #dfdfdf 12px);
    background-color: #f3f9ff;
    background-size: 12px 12px;
    padding: 0em 0 6em;
    position: relative;
}
section {
    position: relative;
    background: #fff;
    border: solid 3px #111;
    border-radius: 15px;  
	padding: 5%;
}
.line_u {
	position: absolute;
    top: -11%;
    left: 49%;
    width: 13px;
    z-index: 0;
}
.line_b {
	position: absolute;
    bottom: -15%;
    left: 49%;
    width: 13px;
    z-index: 0;
}
.lead_area {
	margin: 3em 0;
}
.lead {
    font-size: 1.3rem;
     padding: 0em 0 1em;
    text-align: center;
}
.lead span {
	font-family: noto-sans-cjk-jp, sans-serif;
    background: linear-gradient(transparent 53%, #fffe3bc7 30%);
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*///*/
.menu_ {
    width: 900px;
    margin: 0 auto 6em;
    padding: 2em 0 2em;
    border-top: 3px solid #111;
    border-bottom: 3px solid #111;
}
.menu_inner {
	width: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.menu_inner a {
	text-decoration: none;
}
.menu_cate {
	width: 160px;
    display: block;
    margin: 0em auto 2em;
}
.menu_btn {
	width: calc(100% / 2);
    margin: 0em auto;
    padding: 0 7%;
}
/*///*/
.sticky-container {
	width: 760px;
    margin: 3em auto 8em;
}
.sticky {
    position: sticky;
    top: 0;
    width: 30px;
    z-index: 3;
}
/*///*/
.title_ {
	margin: 9em auto 6em;
}
.title_img {
	width: 90px;
	display: block;
	margin: 0 auto 1em;
}
h3{
    color: #111;
    font-size: 1.6rem;
    font-weight: bold !important;
    text-align: center;
    line-height: 1.7;
}
/*///*/
.item_Area {
	display: inline-block;
    width: 51%;
    margin-right: 8%;
    position: relative;
    vertical-align: middle;
}
.bx-prev,.bx-next {display: none;}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper {
    margin-bottom: 0!important;
}
/*///*/
.crditArea_ {
    margin: 0 auto;
}
.crdit {
    margin-bottom: 11px;
}
.button_crdit {
	width: 67%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 1.0rem;
}
.button_ {
    width: 84px;
    height: 38px;
    border: solid 2px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 3.0;
    text-decoration: none;
    font-size: 1.2rem;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 400px;
    height: 52px;
    border: solid 2px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    margin: 0 auto 7em;
    color: #fff;
    line-height: 49px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	display: inline-block;
    width: 40%;
	vertical-align: middle;
}
/*///*/
.comment_ {
	display: block;
    margin: 0 auto 3em;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
