@charset "utf-8";

header {
  background-color: rgba(255, 255, 255, .8);
}

#hero_Vis {
  background-image: url(../img/kanri/page-ttl.png);
}

[class$="-box"] {
  margin: 0 auto;
}

[class^="kanri-inner"] {
  margin: 120px auto 0;
}

[class^="kanri-inner"] .white-inner {
  margin-top: -30px;
}

[class^="kanri-inner"] .stop-ttl .box-ttl {
  border-radius: 10px;
}

.kanri-all h3 {
  color: #fff;
}

.kanri-all h3 .box-ttl .s-text {
  color: #fff;
  position: relative;
  margin-left: 1.5em;
}

.kanri-all h3 .box-ttl {
  display: inline-block;
  width: 90%;
  max-width: 584px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 14px 14px 14px 14px;
  position: relative;
}

.kanri-all h3 .box-ttl .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.kanri-all h3 .box-ttl::before {
  content: "";
  display: block;
  width: 1200px;
  max-width: 90vw;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kanri-all .text {
  margin-bottom: 40px;
}


/* kanri-box01 */
.kanri-all .kanri-inner-box01 .stop-ttl .box-ttl {
  background: #17467c;
}

.kanri-all .kanri-inner-box01 .white-inner {
  border: 1px solid #17467c;
}

.kanri-all .kanri-inner-box01 .white-inner .text {
  color: #17467c;
}

.kanri-all .kanri-inner-box01 h3 .box-ttl .num {
  color: #17467c;
}

.kanri01 {
  max-width: 939px;
  margin: 0 auto 50px;
}

.stop-text {
  text-align: center;
}

.kanri-content {
  max-width: 1000px;
  margin: 50px auto 0;
}

.kanri-content h4 {
  background: #0d67ad;
  padding: 15px 0;
  margin-bottom: 20px;
}

.kanri-content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #7f7f7f;
}

.kanri-content dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  line-height: 1.4;
  background: #cce8fd;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #7f7f7f;
  text-align: center;
  padding: 15px 20px;
}

.kanri-content dd {
  width: 77%;
  line-height: 1.4;
  background: #eeeeee;
  border-right: 1px solid #7f7f7f;
  padding: 15px 15px 15px 20px;
}

.kanri-content .koumoku {
  border-top: 1px solid #7f7f7f;
}

.kanri-content .koumoku dt {
  background: #ecf5fb;
}

.kanri-content .koumoku dd {
  text-align: center;
}


/* kanri-box02 */
.kanri-all .kanri-inner-box02 .stop-ttl .box-ttl {
  background: #0070a2;
}

.kanri-all .kanri-inner-box02 .white-inner {
  border: 1px solid #0070a2;
}

.kanri-all .kanri-inner-box02 .white-inner .text {
  color: #0070a2;
}

.kanri-all .kanri-inner-box02 h3 .box-ttl .num {
  color: #0070a2;
}

.kanri-all .kanri-inner-box02 .subttl {
  background: #0070a2;
}

/* kanri-box03 */
.kanri-all .kanri-inner-box03 .stop-ttl .box-ttl {
  background: #5476b1;
}

.kanri-all .kanri-inner-box03 .white-inner {
  border: 1px solid #5476b1;
}

.kanri-all .kanri-inner-box03 .white-inner .text {
  color: #5476b1;
}

.kanri-all .kanri-inner-box03 h3 .box-ttl .num {
  color: #5476b1;
}

.kanri-all .kanri-inner-box03 .subttl {
  background: #5476b1;
}


/* sp */
@media only screen and (max-width: 900px) {
  [class^="kanri-inner"] {
    margin: 60px auto 0;
  }

  [class^="kanri-inner"] .white-inner {
    margin-top: -42px;
  }

  .kanri-all h3 {
    margin-bottom: 20px;
  }

  .kanri-all h3 .box-ttl {
    width: 92%;
    padding: 14px 14px 14px 38px;
  }

  .kanri-all h3 .box-ttl .s-text {
    margin-left: 0;
  }

  .kanri-all h3 .box-ttl .num {
    min-width: 25px;
    min-height: 25px;
    font-size: 15px;
    left: -30px;
  }

.kanri-all .text {
    margin-bottom: 20px;
  }

  .kanri01 {
    margin: 0 auto 20px;
  }

  .stop-text {
    font-size: 14px;
  }
  .kanri-content dl {
    font-size: 14px;
  }

.kanri-content dt {
  width: 35%;
  padding: 10px 10px;
}

.kanri-content dd {
  width: 65%;
  padding: 10px 10px;
}



}