@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;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: noto-sans-cjk-jp, sans-serif;}
#mainArea p{font-family: noto-sans-cjk-jp, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
section {
	width: 860px;
   margin: 5em auto 11em;
	position: relative;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.f-f {
    font-family: futura-pt, sans-serif!important;
    font-weight: 400;
    font-style: normal;
}
#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;
	 font-size: 1.3rem;
	background: #f2f5fa;
}
#mainArea div{font-family: yu-gothic-pr6n, sans-serif;}
#mainArea p{font-family: yu-gothic-pr6n, sans-serif;}
section {
   margin: 7em auto 10em;
}
.tx-blue {
	color: #72b7e5;
}
.symbol--img {
	display: block;
	width: 60px;
	margin: 0 auto;
}
h3 {
	text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 1em;
	letter-spacing: 1px;
}
h4 {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 1px;
}
h5{
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 0.7rem;
}
/*///*/
.menu_{
      background: #72b7e5;
    text-align: center;
    padding: 2% 0;
    width: 900px;
    margin: 0 auto;
}
.menu_ ul{
  max-width: 1100px;
  margin: 0 auto;
}
.menu_ ul li{
  text-align: left;
  line-height: 0.8;
  letter-spacing: 2px;
  transform: rotate(.03deg);
  font-size: 12px;
  display: inline-block;
  padding: 10px 0 10px 20px;
  width: 15%;
  margin: 5px 0;
  border-right: 1px solid #ffffff;	
}
.menu_ ul li:last-child{
  border-right: none;
}
.menu_ ul li a i{
  margin: 0 5px 0 0;
}
.menu_ ul li a{
  color: #ffffff;
  transition: all .3s;
}
.menu_ ul li a:hover{
  color: #0a223c;
}
/*///*/
.text-1 {
	display: block;
    width: 320px;
    margin: 0 auto 1em;
}
.text-2 {
	display: block;
	width: 480px;
	margin: 0 auto 3em;
}
.title_ {
    width: 40% !important;
	margin: 2em auto 8em;
	display: block;
}
/*//schedule_Area//*/
.schedule_Area {
	width: 420px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    position: relative;
    padding: 5% 4% 3%;
}
/*//schedule_Area//*/
.midashi_g {
	background: #67b46b;
    width: 140px;
    margin: 0 auto;
    position: absolute;
    top: -15%;
    left: 33.5%;
}
.midashi_b {
	background: rgb(114, 183, 229);
    width: 120px;
    margin: 0px auto;
    position: absolute;
    top: -3%;
    left: 42%;
}
/*//item_Area//*/
.item_Area {
	width: 760px;
    margin: 0 auto 8em;
    background: #fff;
    position: relative;
    padding: 8% 4% 6%;
}
.item_box {
	width: 43%;
    margin: 0px 3%;
    display: inline-block;
    vertical-align: top;
}
.item_box3 {
    width: 29%;
    margin: 0px 2%;
    display: inline-block;
    vertical-align: top;
}
.nop--img {
	position: absolute;
    width: 70px;
    top: -2%;
    left: 7%;
	z-index: 2;
}
.item_Img {
	width: 100%;
    position: relative;
	margin: 0 auto 3em;
}
.comment_ {
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 1.5em 0 0;
}
.item_Text {
	width: 600px;
    position: relative;
	margin: 0 auto;
}
/*//flow_Area//*/
.flow_Area {
	width: 100%;
    background: #fff;
    padding: 15% 0;
}
.flow_i {
	display: inline-block;
    width: 20%;
    margin: 0 2%;
    vertical-align: top;
}
.flow2-back {
    margin: 0 auto 15%;
    background: #fff;
    padding: 8% 8% 10% 8%;
}
.marker_ {
    background: linear-gradient(transparent 30%, #72b7e5a8 30%);
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}