  /*! Writen  by SCSS */
div.contents_wrap {
  background-image: url("/bunjyo/akenokita/img/outline/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.out_ttl {
  padding-top: clamp(50px, 7.5%, 90px); }

.sec01 .outline_wrap .outline_wrap_head {
  color: #221815;
  font-size: clamp(16px, 1.83vw, 22px);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .sec01 .outline_wrap .outline_wrap_head {
      font-size: 18px;
      margin-bottom: 0.4em; } }
.sec01 .outline_list {
  width: 100%;
  font-size: clamp(13px, 1.33vw, 16px);
  line-height: 1.6;
  font-weight: 400; }
  @media screen and (max-width: 480px) {
    .sec01 .outline_list {
      font-size: 13px; } }
  .sec01 .outline_list .item {
    display: flex;
    gap: 0 1em; }
    @media screen and (max-width: 768px) {
      .sec01 .outline_list .item {
        flex-direction: column;
        gap: 0.4em 0;
        padding-top: 0.62em;
        padding-bottom: 0.62em;
        border-bottom: 1px solid #231815; } }
    .sec01 .outline_list .item dt {
      width: 320px;
      flex-shrink: 0;
      padding-left: 0.2em;
      border-bottom: 1px solid #231815;
      padding-top: 0.62em;
      padding-bottom: 0.62em; }
      @media screen and (max-width: 1200px) {
        .sec01 .outline_list .item dt {
          width: calc(320%/12); } }
      @media screen and (max-width: 768px) {
        .sec01 .outline_list .item dt {
          border: none;
          width: 100%;
          padding-left: 0;
          padding-top: 0;
          padding-bottom: 0;
          font-weight: 600; } }
    .sec01 .outline_list .item dd {
      width: 100%;
      padding-left: 1em;
      border-bottom: 1px solid #231815;
      padding-top: 0.62em;
      padding-bottom: 0.62em; }
      @media screen and (max-width: 768px) {
        .sec01 .outline_list .item dd {
          border: none;
          padding-left: 0;
          padding-top: 0;
          padding-bottom: 0; } }
.sec01 .outline_sub {
  margin-top: 15px;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.88; }

/*# sourceMappingURL=outline.css.map */
