/* common */
.l-content .fs-19 {
    font-size: 19px;
}

.l-content .color_red {
    color: #d00;
}

.l-content .ml-180 {
    margin-left:180px;
}

.l-content .cvBtn>a {
    width: 350px;
    padding: 14px 0 11px;
    font-size: 17px;
}
.l-content .ancArea .ancList { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 10px;
}
.l-content .ancArea .ancList>li {
    width: 250px;
}
.l-content .ancArea .ancList>li>a {
    width: 250px;
    font-size: 15px;
    font-weight: bold;
}


/* service */
.l-content .service .box {
    box-sizing: border-box;
    width: 930px;
    padding: 20px 25px;
    border: 3px solid #00398c;
    margin: 0 auto;
}

.l-content .service .box .head {
    color: #00398c;
    font-size: 25px;
    font-weight: bold;
}

.l-content .service .box.box_02 .toolList {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.l-content .service .box.box_02 .toolList .tool .name {
    font-size: 15px;
    font-weight: bold;
}

.l-content .service .box.box_02 .toolList .tool .name::before {
    color: #a4a8d4;
    content: "●";
}

.l-content .service .box.box_02 .toolList .tool .pic {
    height: 105px;
}

.l-content .service .box.box_02 .toolList .tool .txt {
    height: 39px
}

.l-content .service .box.box_03 .icon {
    display: inline-block;
    box-sizing: border-box;
    width: 66px;
    padding: 2px 0 0;
    border: 2px solid #00398c;
    color: #00398c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.l-content .service .box.box_03 .supportList {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.l-content .service .box.box_03 .supportList .support {
    position: relative;
    width: 150px;
    height: 140px;
}

.l-content .service .box.box_03 .supportList .support .caption {
    position: absolute;
    bottom: 1px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
    transform: translateX(-50%);
}

.l-content .service .m-asideSubBox .m-asideSubBox__ttl {
    padding: 12px 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.l-content .service .m-asideSubBox .m-asideSubBox__main {
    padding: 15px 0;
}

.l-content .service .m-asideSubBox .m-asideSubBox__main .contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .service .m-asideSubBox .m-asideSubBox__main .contact .tel {
    font-size: 16px;
    font-weight: bold;
}

.l-content .service .m-asideSubBox .m-asideSubBox__main .contact .tel .num {
    font-size: 24px;
}

/*  table style */
.l-content .tableStyleC .within {
    position: relative;
}

.l-content .tableStyleC .within .innerCell {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #bfbfbf;
    vertical-align: middle;
    width: 80px;
    padding: 5px 4px;
}


.l-content .flex {
    display: flex;
}

.l-content .flex .box1 {
    width: 450px;
    margin-right: 30px;
}

.l-content .flex .box2 {
    width: 450px;
}

.l-content .lending {
    position: relative;
    padding-left: 70px;
    margin: 30px auto;
    width: 360px;
}

.l-content .lending .free{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00398c;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}

.l-content .seminarCatch li{
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.l-content .seminarCatch li::before{
   content: '';
   position:absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 5px;
  background-color: #a4a8d4;
}



/* contact */