@charset "UTF-8";

/*----------------------------------------------------
  outline
----------------------------------------------------*/
.outline .l-inner {
  width: 80%;
  margin: 0 auto;
}

.outline-box:not(:last-of-type) {
  margin-bottom: 100px;
}

.outline-box__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.outline-box__ttl::after {
  display: block;
  content: '';
  margin-top: 10px;
  width: 50px;
  height: 4px;
  background: var(--gradient-lblue);
}


.outline-box__ttl>h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 3rem;
  color: #3D9DB3;
}

.outline-box__ttl>h3>span {
  font-size: 2rem;
  color: #585858;
}

.list>dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D6DDDE;
  font-size: 1.8rem;
}

.list>dl>dt {
  width: 30%;
  padding: 20px;
  font-weight: 700;
  background: #E8F3F5;
  box-sizing: border-box;
}

.list>dl>dd {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

.list>dl>dd>ul {
  padding-left: 20px;
  box-sizing: border-box;
}

.outline-box .list>dl>dt:not(:last-of-type),
.outline-box .list>dl>dd:not(:last-of-type) {
  border-bottom: 1px solid #D6DDDE;
}

.list-attention {
  margin-top: 40px;
}

.list-attention__lead {
  font-size: 1.8rem;
  margin-bottom: 6px !important;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:896px) {
  .outline .l-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:786px) {
  .list>dl>dt {
    width: 100%;
    padding: 20px;
    font-weight: 700;
    background: #E8F3F5;
    box-sizing: border-box;
  }

  .list>dl>dd {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:680px) {}

@media screen and (max-width:480px) {
  .outline-box__ttl>h3 {
    font-size: 2.6rem;
  }

  .list>dl {
    font-size: 1.6rem;
  }

  .list>dl>dt,
  .list>dl>dd {
    padding: 14px;
    line-height: 1.6;
  }

  .list-attention__lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .list-attention__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}