@charset "UTF-8";
.c5-promode h1 {
  margin: 88px 0 48px;
  font-size: 32px;
}
.c5-promode h2 {
  font-size: clamp(20px, 2.3vw, 28px);
  border-bottom: 2px solid #2F353D;
  margin-bottom: 60px;
}
.c5-promode .c5-flexWrap {
  display: flex;
}
.c5-promode .c5-flexItem {
  display: inherit;
  width: -moz-fit-content;
  width: fit-content;
}
.c5-promode__link {
  background: #F2F5F9;
  padding: 30px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #2D75C7;
}
.c5-promode__link:hover {
  color: #2D75C7;
}
.c5-promode-info {
  gap: 30px;
  margin-bottom: 75px;
}
.c5-promode-info__item-01 {
  width: 360px;
  padding: 45px;
  background: #F3F5F9;
  display: grid;
  align-items: center;
}
.c5-promode-info__item-01 p {
  margin-bottom: 10px;
}
.c5-promode-info__item-02 p {
  font-size: clamp(14px, 2.3vw, 16px);
  margin-bottom: 10px;
  font-weight: bold;
}
.c5-promode-info__item-02 p a {
  color: #2D75C7;
}
.c5-promode-info__item-02 p a:hover {
  color: #2D75C7;
}
.c5-promode-info__item-02 table {
  margin: 3% 0;
}
.c5-promode-info__item-02 table tbody {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c5-promode-info__item-02 table tbody td, .c5-promode-info__item-02 table tbody th {
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
}
.c5-promode-info__item-02 table tbody tr {
  display: grid;
  width: 102px;
}
.c5-promode-info__item-02 table tbody tr td {
  padding: 3px;
  height: 25px;
}
.c5-promode-info__item-02 table tbody tr td:last-of-type {
  background: #fff;
  color: #2F353D;
  font-size: 12px;
  font-weight: 400;
  max-width: 100px;
  padding: 1.5% 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-promode-info__item-02 table tbody tr td:first-of-type {
  background: #2D75C7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  max-width: 100px;
  padding: 1.5% 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-promode-about > p {
  margin-bottom: 30px;
}
.c5-promode-about__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 80px;
}
.c5-promode-about__item {
  width: calc(50% - 30px);
  background-color: #F2F5F9;
}
.c5-promode-about__item > div {
  background-color: #2F353D;
  color: #FFF;
  padding: 10px;
}
.c5-promode-about__item img {
  padding: 25px 0;
  margin: 0 auto;
  display: block;
}
.c5-promode-setting h2 {
  margin-bottom: 40px;
}
.c5-promode-setting > p {
  margin-bottom: 40px;
}
.c5-promode-setting__inner {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.c5-promode-setting__item {
  width: calc(50% - 30px);
  background-color: #F2F5F9;
  box-sizing: border-box;
}
.c5-promode-setting__item-inner {
  padding: 20px;
}
.c5-promode-setting__item-inner > p {
  margin-bottom: 10px;
}
.c5-promode-setting__item h4 {
  background-color: #2F353D;
  color: #FFF;
  padding: 10px;
}
.c5-promode-setting__item ul li {
  position: relative;
  margin-left: 2rem;
}
.c5-promode-setting__item ul li:first-child:before {
  position: absolute;
  content: "例）";
  left: -2em;
}
.c5-promode-mode > p {
  margin-bottom: 48px;
}
.c5-promode-mode__inner {
  display: flex;
  gap: 60px;
  margin-bottom: 54px;
}
.c5-promode-mode__item {
  background: #F2F5F9;
}
.c5-promode-mode__item h4 {
  background: #2D75C7;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.c5-promode-mode__item div {
  padding: 12px;
}
.c5-promode-mode__item div p {
  min-height: 90px;
}
.c5-promode-mode .c5-promode__link {
  position: relative;
  margin-bottom: 54px;
  display: flex;
  box-sizing: border-box;
}
.c5-promode-mode .c5-promode__link:after {
  content: "";
  background: url(../../img/right-arrow.svg) no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 90px;
}
.c5-promode-howtouse .c5-promode__link {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
.c5-promode-howtouse .c5-promode__link:after {
  content: "";
  background: url(../../img/right-arrow.svg) no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 90px;
}

@media screen and (max-width: 768px) {
  .c5-promode h1 {
    font-size: 20px;
    margin: 35px 0;
  }
  .c5-promode h2 {
    margin-bottom: 40px;
  }
  .c5-promode .c5-flexItem {
    display: inherit;
    width: 100%;
  }
  .c5-promode .c5-promode__link {
    background: #F2F5F9;
    padding: 20px 60px 20px 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #2D75C7;
    box-sizing: border-box;
  }
  .c5-promode-info {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .c5-promode-info__item-01 {
    padding: 10px;
    width: 100%;
  }
  .c5-promode-info__item-01 p {
    margin-bottom: 10px;
  }
  .c5-promode-about__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .c5-promode-about__item {
    width: 100%;
    margin-bottom: 0;
  }
  .c5-promode-setting p {
    margin-bottom: 20px;
  }
  .c5-promode-setting__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .c5-promode-setting__item {
    width: 100%;
    margin-bottom: 0;
  }
  .c5-promode-setting__item ul {
    padding: 10px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .c5-promode-setting__item h4 {
    font-size: 16px;
  }
  .c5-promode-mode__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 40px;
  }
  .c5-promode-mode__item {
    width: 100%;
  }
  .c5-promode-mode__item:last-child {
    margin-bottom: 0;
  }
  .c5-promode-mode__item div p {
    min-height: unset;
    margin-bottom: 20px;
  }
  .c5-promode-mode .c5-promode__link {
    position: relative;
    margin-bottom: 54px;
    display: flex;
    justify-content: space-between;
  }
  .c5-promode-mode .c5-promode__link:after {
    position: absolute;
    right: 30px;
    margin-left: 0;
  }
  .c5-promode-howtouse .c5-promode__link {
    position: relative;
    margin-bottom: 54px;
    display: flex;
    justify-content: space-between;
  }
  .c5-promode-howtouse .c5-promode__link:after {
    position: absolute;
    right: 30px;
    margin-left: 0;
  }
}
.c5-usage .c5-contents__setup__flex {
  display: flex;
  gap: 1rem;
}
.c5-usage .c5-contents__setup__flexItem:first-child {
  flex: 1;
}
.c5-usage .c5-contents__setup__flexItem:first-child p {
  margin-bottom: 40px;
}
.c5-usage .c5-contents__setup__flexItem:first-child p a {
  color: #2D75C7;
}
.c5-usage .c5-contents__setup__flexItem:last-child {
  width: 312px;
}
.c5-usage__process {
  display: flex;
  margin: 40px 0 20px;
}
.c5-usage__process-item {
  width: 230px;
  height: 100px;
  background: #F2F5F9;
  border: 1px solid #707070;
  display: grid;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
}
.c5-usage__process-arrow {
  position: relative;
  width: 100px;
  display: grid;
  justify-items: center;
  align-items: center;
}
.c5-usage__process-arrow a {
  position: relative;
  color: #FFF;
  background: #2D75C7;
  padding: 0 25px 0 15px;
  font-size: 20px;
  width: 60px;
  height: 36px;
  box-sizing: border-box;
  display: grid;
  align-items: center;
}
.c5-usage__process-arrow a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 10.828px;
  height: 6.414px;
  width: 10px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23fff" d="M1850.38,6780.23a1,1,0,0,1-.707-1.707l3.293-3.293-3.293-3.293a1,1,0,0,1,1.414-1.414l4,4a1,1,0,0,1,0,1.414l-4,4A1,1,0,0,1,1850.38,6780.23Z" transform="translate(6780.23 -1849.38) rotate(90)"/></svg>') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.3s;
}
.c5-usage__process-arrow a:hover {
  text-decoration: none;
}
.c5-usage__process-arrow::before {
  position: absolute;
  top: 18%;
  content: "";
  display: block;
  background: url(../img/usage/arrow.svg) no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.c5-usage__process-arrow::after {
  position: absolute;
  bottom: 18%;
  content: "";
  display: block;
  background: url(../img/usage/arrow.svg) no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 16px;
  transform: rotate(180deg);
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .c5-usage .c5-contents__setup__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .c5-usage .c5-contents__setup__flexItem:first-child {
    width: 100%;
  }
  .c5-usage .c5-contents__setup__flexItem:first-child p {
    margin-bottom: 40px;
  }
  .c5-usage .c5-contents__setup__flexItem:first-child p:last-child {
    margin: 0;
  }
  .c5-usage .c5-contents__setup__flexItem:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c5-usage__process {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 20px;
  }
  .c5-usage__process-item {
    width: 320px;
    height: 60px;
  }
  .c5-usage__process-arrow {
    width: 320px;
    height: 70px;
    display: flex;
    justify-items: unset;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-size: 24px;
  }
  .c5-usage__process-arrow::before {
    position: absolute;
    top: 27px;
    right: 70px;
    content: "";
    display: block;
    background: url(../img/usage/arrow.svg) no-repeat center right;
    background-size: 100px;
    transform: rotate(-90deg);
    width: 70px;
    height: 16px;
  }
  .c5-usage__process-arrow::after {
    position: absolute;
    bottom: 27px;
    left: 70px;
    content: "";
    display: block;
    background: url(../img/usage/arrow.svg) no-repeat center right;
    background-size: 100px;
    width: 70px;
    height: 16px;
    transform: rotate(90deg);
  }
}
#suggest__index.c5-usage .c5-box__note {
  margin-left: 0;
}
#suggest__index.c5-usage .c5-box p a {
  color: #2D75C7;
}
#suggest__index .c5-suggest__inner h2 {
  background: #FFF;
}
#suggest__index #suggest_nav li {
  background-color: #FFF;
}/*# sourceMappingURL=style.css.map */