@charset "UTF-8";

/****************************************
toolSchedulePage
****************************************/
html {
  scroll-padding-top: 100px;
}
.mt0 {
  margin-top: 0;
}
.mt30 {
  margin-top: 30px;
}
.tool-section__section {
  margin-top: 0;
}
.bgBox {
  background: #f5f7f9;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.bgBox .customSelectBox {
  display: flex;
  align-items: center;
}
.bgBox .customSelectBox:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 650px) {
  .bgBox .customSelectBox {
    width: 100%;
  }
  .bgBox .customSelectBox:first-child {
    margin-bottom: 20px;
  }
}
.bgBox .customSelectBox select {
  width: 200px;
  margin-right: 10px;
  box-sizing: border-box;
}
.bgBox .sub {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .bgBox .customSelectBox select {
    width: 150px;
  }
  .bgBox .sub {
    margin-bottom: 10px;
  }
}
.bgBox.arrow {
  position: relative;
  margin-bottom: 60px;
}
.bgBox.arrow .arrowImg {
  width: 58px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -29px;
}
.scheduleWrap {
  margin-bottom: 30px;
}
.toolSchedulePage .pdfBtn {
  text-align: center;
  margin-bottom: 60px;
}

select {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
  font-family: BIZ UDPGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.customRadioBox {
  display: inline-block;
}
.customRadioBox input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}
.customRadioBox input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  .customRadioBox input[type="radio"] {
    display: none;
    margin: 0;
  }
  .customRadioBox input[type="radio"] + label {
    padding: 0 0 0 24px;
  }
  .customRadioBox input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .customRadioBox input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #005282;
    border-radius: 8px;
  }
}
.tool-flow-section-lv2__button {
  margin-left: auto;
  margin-right: auto;
}
.scheduleWrap {
  margin-top: 30px;
}
.scheduleWrap img {
  width: auto;
  margin: 0 auto;
}
.index-list-box {
  width: 100%;
  margin: 50px auto 80px;
  border: solid 1px #d4d4d4;
  border-radius: 10px;
  padding: 50px 60px;
  background-color: #f8fcff;
}
.index-list-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.index-list {
  margin-top: 40px;
}
.index-list > li {
  margin-bottom: 1.2em;
  line-height: 1.5;
}
.index-list > li a {
  color: #005282;
  padding-left: 18px;
  position: relative;
  display: block;
}
.index-list > li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 0.9px;
  background: var(--333333, #333);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 12px;
}
.index-list > li:last-child {
  margin-bottom: 0;
}
.caption {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.caption br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .index-list-box {
    margin: 40px auto 70px;
    padding: 30px 20px;
  }
  .index-list-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .index-list {
    margin-top: 30px;
  }
  .index-list > li {
    font-size: 14px;
  }
  .index-list > li a::before {
    top: 9px;
  }
  .second-li {
    margin-left: 1.5em;
  }
  .caption {
    text-align: left;
  }
  .caption br {
    display: block;
  }
}
.scheduleImg {
  margin-top: 20px;
}
.case__title {
  margin-top: 50px;
}

.company__name {
  margin-top: 20px;
}

.tool-flow-section-lv2__text a {
  color: #005282;
  text-decoration: underline;
}

.tool-flow-section-lv2__text a:hover {
  text-decoration: none;
}

.tool-flow-section__section__btn {
  max-width: 400px;
  margin: 30px auto 0;
}

.image-right {
  float: right;
  margin: 1.8em 0 1.8em 1.8em;
}

.task {
  margin: 1.8em auto 0;
  max-width: 800px;
}

@media screen and (min-width: 1024px) {
  .c-conversion-section__request-link-label {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .image-right {
    float: none;
    margin: 1.8em 0 1.8em 0;
  }

  .c-conversion-section__request-link-label {
    font-size: 14px;
  }
}
