@charset "utf-8";
/* CSS Document */
@font-face{
    /*font-family: 'Ha'; */
	/*src: url('../font/NotoSansHans-DemiLight.otf') format('truetype');*/
}

body,html{font-family:Ha;font-size:12px;color:#333;background:#fff;outline:none;font-weight:400;}

body,html{font-size:12px;color:#333;background:#fff;outline:none;font-weight:400;}
body,div,a,ul,li,img,span,p{margin:0;padding:0;outline:none;font-weight:400;}
h1,h2,h3,h4,h5,h6{margin:0px;outline:none;font-weight:400;}
input,select,textarea{outline:none;font-weight:400;} 
*{margin:0;padding:0;}
.l{float:left;}
.r{float:right;}

.ClearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
a{text-decoration:none;cursor:pointer;color:#333;outline:none !important;}
ul,li{list-style:none;}
img{border:none;}
a:hover{text-decoration:none;}
a:link { text-decoration: none;color: blue}
a:active { text-decoration:blink}
a:hover { text-decoration:none;color: red} 
a:visited { text-decoration: none;color: green}	

/*list*/
.list{text-align:center;padding-top:30px;width:100%;overflow:hidden;}
.list ul li{display:inline-block;margin-left:10px;}
.list ul li h2{height:70px;min-width:70px;border-radius:100%;line-height:70px;font-size:20px;color:#3c4250;background:#edf3f6;}
.list ul li:hover h2,.list ul li.on h2{background:#c00001;color:#FFFFFF;}
/*list*/
/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}


/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ALL */

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #148cbe;
  color: #148cbe;
  text-align: center;
}

.hamburger .line{
  width: 47px;
  height: 6px;
  background-color: #148cbe;
  display: block;
  margin:0  auto 8px;
  border-radius:50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-17px) rotate(-46deg);
  -ms-transform: translateY(-17px) rotate(-46deg);
  -o-transform: translateY(-17px) rotate(-46deg);
  transform: translateY(-17px) rotate(-46deg);
}












.ojc1{}
.ojc2{}
.ojc3{display:none;}
.ojc3.on{display:block;}



