@charset "UTF-8";
.webserviceFvTitle {
  color: #3FA9F5;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
}
.webserviceFvTitle::after {
  content: "※";
  font-size: 10px;
  color: #3FA9F5;
}

.fv {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.fvText {
  font-size: 14px;
}

.fv_weblink {
  font-weight: bold;
}
.fv_weblink a {
  color: #3FA9F5;
  border-bottom: solid 1px #3FA9F5;
  font-weight: 400;
}
.fv_weblink a:hover {
  border-bottom: none;
}
.fv_weblink.pc {
  display: block;
}
.fv_weblink.sp {
  display: none;
}

.webUl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 42px 18px 30px;
  background-color: #FFF4DB;
  border-radius: 5px;
  position: relative;
}

.webLi {
  width: 100%;
  min-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 8px 15px;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.webLi li {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.webUlTitle {
  position: absolute;
  top: -20px;
  left: calc(50% - 140px);
  width: 280px;
}

.webLiArrow {
  position: relative;
  display: inline-block;
  width: 18.6px;
  height: 10.8px;
}
.webLiArrow::before, .webLiArrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 14px;
  border-radius: 0;
  background-color: #f1b125;
  transform-origin: 50% calc(100% - 1.5px);
}
.webLiArrow::before {
  transform: rotate(45.5deg);
}
.webLiArrow::after {
  transform: rotate(-45.5deg);
}

.webFlow {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 50px 38px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 30px;
}

.webFlowBlock {
  position: relative;
  font-size: 13px;
  flex: 0 0 220px;
  padding-bottom: 20px;
}
.webFlowBlock::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #FFAA00;
}
.webFlowBlock:last-child::after {
  content: none;
}

.webFlowText {
  background-color: #F5F5F5;
  padding: 10px;
}

.kome {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
}
.kome::before {
  content: "※";
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.typeTableWrap {
  overflow: auto;
  white-space: nowrap;
}

.webTable {
  width: 100%;
  max-width: 1000px;
  min-width: 600px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.webTableTr {
  width: 100%;
  height: 56px;
  border: solid 1px #C8C8C8;
  border-collapse: collapse;
}

.webTableTh {
  width: 240px;
  flex-shrink: 0;
  font-weight: bold;
  background-color: #F5F5F5;
  border-right: solid 1px #C8C8C8;
  vertical-align: middle;
  padding-left: 18px;
}

.webTableTd {
  flex-shrink: 1;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 18px;
}

.dotTitle {
  font-size: 20;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}
.dotTitle::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #61C8E0;
}
@media (min-width: 768px){
  .webserviceFvTitle {
    font-size: 20px;
  }
  .webserviceFvTitle::after {
    font-size: 13px;
  }
  .webUl {
    gap: 8px 12px;
    padding: 60px 18px 40px;
  }
  .webLi {
    width: calc((100% - 24px) / 2);
    min-height: 70px;
    font-size: 16px;
  }
  .webUlTitle {
    top: -30px;
    left: calc(50% - 210px);
    width: 420px;
  }
}
@media (min-width: 960px){
  .webserviceFvTitle {
    font-size: 28px;
  }
  .webserviceFvTitle::after {
    font-size: 15px;
  }
  .webUl {
    gap: 10px 24px;
    padding: 88px 28px 62px;
  }
  .webLi {
    width: calc((100% - 48px) / 3);
    font-size: 18px;
  }
  .webUlTitle {
    top: -45px;
    left: calc(50% - 307px);
    width: 614px;
  }
  .webFlow {
    flex-wrap: wrap;
    overflow-x: hidden;
    padding-right: 0;
  }
  .webFlowBlock {
    width: 260px;
    font-size: 14px;
    flex: 0 0 260px;
    padding-bottom: 0;
  }
  .typeTableWrap {
    white-space: normal;
  }
  .webTableTh {
    width: 280px;
    padding-left: 22px;
  }
  .webTableTd {
    padding-left: 22px;
  }
}
@media (max-width: 767px){
  .fv_weblink.pc {
    display: none;
  }
  .fv_weblink.sp {
    display: block;
  }
}

/*# sourceMappingURL=webservice.css.map*/