@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: noto-sans-cjk-jp, sans-serif !important;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: noto-sans-cjk-jp, sans-serif !important;}
#mainArea p{font-family: noto-sans-cjk-jp, sans-serif !important;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-y {
    font-family: noto-sans-cjk-jp, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.f-f {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
    font-style: normal;
}
.m-10 {margin-bottom: 10px!important;}
.m-15 {margin-bottom: 15px!important;}
.m-30 {margin-bottom: 30px!important;}
.m-90 {margin-bottom: 90px!important;}
.mb-0 {margin-bottom: 0px!important;}
.center {text-align: center;}
section {
	width: 840px;
   margin: 6em auto 7em;
	position: relative;
}
.lead {
    font-size: 1.3rem;
    margin: 5em auto;
    text-align: center;
}
h3 {
	font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    font-style: normal;
	margin-bottom: 2em;
}
h4 {
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 600;
	text-align: center;
	margin: 0 0 1.5em;
	font-family: noto-sans-cjk-jp, sans-serif !important;
}
.h4-sub {
	font-size: 1.3rem;
	text-align: center;
}
h6 {
	color: #fff;
    background: #036db7;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.0;
    margin: 0 0 2.5em;
}
.t-w{background: #d96453 !important;}
.t-n{background: #d1788b !important;}
/*///*/
.profile_ {
    width: 100%;
    margin: 0 auto 7em;
    padding: 2em 0 2em;
	background: #f4f4f4;
}
.profile_inner {
	width: 400px;
    margin: 1em auto 2em;
}
.profile_img {
	display: inline-block;
	width: 34% !important;
    margin: 0 5% 0 0;
	vertical-align: top;
}
.profile_text {
	display: inline-block;
    width: 58%;
    vertical-align: top;
    font-size: 1.2rem;
}
/*///*/
.menu_btn {
	width: 500px;
	margin: 0 auto;
	display: flex;
}
.menu_btn a {
	display: block;
	margin: 0 1em 0;
    
}
/*///*/
.type-title {
	width: 350px;
    margin: 0em auto 2em;
    display: block;
}
.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
   opacity: 0;
  text-decoration: underline;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*///*/
.item_Img {
	width: 50%;
	display: inline-block;
    margin-right: 7%;
    vertical-align: middle;
}
/*///*/
.item_Text {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.pointarea {
	position: relative;
	border: solid 2px #222;
	width: 80%;
	margin: 0 auto;
	padding: 2.5em 0 2em;
}
.pointarea-inner {
	width: 80%;
    margin: 0 auto;
    font-size: 96%;
}
.point-t {
	position: absolute;
    width: 44% !important;
    top: -8%;
    left: 29%;
}
.checkicon {
	width: 9% !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5%;
}
.checktext {
	width: 87%;
	display: inline-block;
	vertical-align: middle;
}
/*///*/
.comment_ {
    font-size: 1.2rem;
    margin: 4em 0;
    background: #f4f4f4;
    padding: 2.5em 0;
}
.comment_inner {
    width: 86%;
	margin: 0 auto;
	position: relative;
	padding: 2.5em;
}
.comment_inner::before,
.comment_inner::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_inner::before {
  top: 0;
  left: 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.comment_inner::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.comment_title {
	display: block;
    width: 53% !important;
    margin: 0 auto 1.3em;
}
/*///*/
.creditArea  {
	width: 80%;
	margin: 6em auto;
}
/*///*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-prev,.bx-next {display: none;}
.bx-wrapper {
    margin-bottom: 0px !important;
}
/*///*/
.styling_Area {
	width: 94%;
    position: relative;
    margin: 0 auto 1em;
}
/*////*/
.crdit {
    margin-bottom: 15px;
    display: inline-block;
    width: 46%;
}
.crdit:nth-of-type(2n){
    margin-left: 7%;
}
.button_crdit {
	width: 69%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 1.2rem;
}
.button_crdit span {
    background: linear-gradient(transparent 53%, #ffda078a 30%);
	font-family: noto-sans-cjk-jp, sans-serif;
}
.button_ {
    width: 88px;
    height: 40px;
    border: solid 2px #222;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.8;
    text-decoration: none;
    font-size: 1.4rem;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 390px;
    height: 49px;
    border: solid 2px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 4em auto 0;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*///*/
.gr_ {
	width: 100%;
	background: #f4f4f4;
	margin: 0;
    padding: 5em 0 4em;
}
h5 {
	text-align: center;
    font-size: 2.0rem;
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.button_type {
    width: 390px;
    height: 49px;
    border: solid 2px #111;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #111;
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0em auto 2em;
}
.button_type:hover{
    background: #fff;
	border: solid 2px #111;
	color: #fff !important; 
	transition : .3s;
}