﻿.kns01 a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.kns01 .header_bar {
  width: 100%;
  margin-bottom: 6%;
  height: 50px;
  position: relative;
}
.kns01 .header_bar.js_fixed_bar.fixed {
  position: fixed;
  z-index: 1;
  top: 100px;
  overflow: hidden;
  display: block;
  max-width: 930px;
}
.kns01 nav {
  overflow: hidden;
  margin: 0 auto 30px;
  font-size: 0;
  background-color: #FFF;
}
.kns01 .header_bar .mainnav {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
}
.kns01 .header_bar .mainnav .header_bar_list_item {
  width: calc(25%);
  position: relative;
  text-align: center;
  height: 50px;
  line-height: 120%;
  border: 1px solid #ec9a58;
  border-right: none;
}
.kns01 .header_bar .mainnav .header_bar_list_item:last-child {
  border-right: 1px solid #ec9a58;
}
.kns01 .header_bar .mainnav .header_bar_list_item a {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 120% ;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ec9a58;
  margin: -3% 0;
}
.kns01 .header_bar .mainnav .header_bar_list_item a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ec9a58;
  border-right: 1px solid #ec9a58;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
    
.kns01 .areaBox {
  margin-bottom: 7%;
}
.kns01 .areaBox .ttl{
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 auto 30px;
  width: 100%;
  border-bottom: 2px solid #ec9a58;
  margin-bottom: 4%;
}
.kns01 .areaBox .rBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4%;
}
.kns01 .areaBox .rBlock .imgBox {
  width: 36%;
  margin-right: 3%;
}
.kns01 .areaBox .rBlock .textBox {
  width: 61%;
  color: #000;
  margin: 0;
  float: none;
  font-size: 14px;
}
.kns01 .areaBox .rBlock .textBox .txtBold {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3%;
}
.kns01 .areaBox .rBlock .textBox .txtExp {
  margin-bottom: 5%;
}
.kns01 .areaBox .rBlock .textBox .imgCom {
  margin-bottom: 3%;
}
.kns01 .areaBox .rBlock .textBox .btn {
}
    
.kns01 .areaBox .txtLink {
  font-size: 18px;
  position: relative;
  text-align: right;
}
.kns01 .areaBox .txtLink p {
  margin-right: 3%;
}
.kns01 .areaBox .green {
  color: #079500;
}
.kns01 .areaBox .orange {
  color: #e37600;
}
.kns01 .areaBox .blue {
  color: #0065a6;
}
.kns01 .areaBox .pink {
  color: #f36060;
}
.kns01 .areaBox .txtLink p:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  float: right;
  background: transparent;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translate(0,-50%);
  position: absolute;
  top: 47%;
  right: 1%;
}
