@charset "utf-8";

/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}

/* section */
.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  width: 930px;
  margin: 0 auto;
}

.l-content .tableBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:center;
}
.l-content .tableBox img {
  margin-left: 10px;
}
.l-content .tableBoxTxt {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  margin-left: 8px;
}
.l-content .tableBoxTxt--red {
  color: #dd0000;
  margin-top: 10px;
}

/* h2Ttl_00 */
.l-content h2.h2Ttl_00{
    font-size: 21px;
    line-height: 35px;
    background: #0f218b;
    color: #fff;
    padding: 3px 0 0 20px;
    font-weight: normal;
    margin: 24px 0 20px;
}

/* h3Ttl_00 */
.l-content .h3Ttl_00 {
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 0;
}
.l-content .h3Ttl_00 span {
  border-left: 5px solid #0f218b;
  display: block;
  color: #333333;
  padding: 0 0 0 13px;
  line-height: 1.2;
}

/* naviBox */
.l-content .naviBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  width: 950px;
}
.l-content .naviBox .naviBox_btn {
  width: 236px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.l-content .naviBox .naviBox_btn .navi_btn {
  width: 236px;
  height: 30px;
  font-size:13px;
  font-weight: bold;
  color:#fff;
  background:#5985bd;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 2px;
}
.l-content .naviBox .naviBox_btn .navi_btn_on {
  background:#0054bd;
}
.l-content .naviBox .naviBox_btn:last-child {
  margin-right: 0;
}

/* col */
.l-content .col2wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.l-content .txt_r {
color:#dd0000;
}


.l-content .naviBox_btn .naviBalloon {
  display: none;
  width: 237px;
  height: auto;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background: #ffffff;
  top: 60px;
  left: -1px;
  position: absolute;
  z-index: 1;
}

.l-content .naviBox_btn .naviBalloon .naviLink a {
  display: block;
  padding: 5px 0 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #005eab;
  text-decoration: none;
}

.l-content .naviBox_btn .naviBalloon .naviLink a:hover{
  background: #e2e6e6;
  text-decoration: none;
}