@charset "utf-8";
/* kashikiri.css */

.list-cmn-link-01 + .txt-cmn-01,
.list-cmn-link-01 + .txt-cmn-03,
.list-cmn-link-01 + .list-cmn-notice-01 {
  margin-top: 15px;
}

.ttl-cmn-02 + .list-tag {
  margin-top: -30px;
}

/* ==========================================================
 index
========================================================== */
/* box-kashikiri-top
---------------------------------------------------------- */


.image img{
  width: 100%
}

@media screen and (min-width: 769px){
.box-kashikiri-top {
  display: -webkit-flex;
  display: flex;
}
  .box-kashikiri-top .info {
    margin-left: 25px;
  }
    .box-kashikiri-top .info .text {
      margin-bottom: 15px;
    }
.box-kashikiri-top img{
  width: 280px;
  height: auto
}
}

/* ==========================================================
 rosen
========================================================== */
.img-kashikiri-rosen-top {
  margin-bottom: 40px;
}

/* list-kashikiri-rosen
---------------------------------------------------------- */
.list-kashikiri-rosen {
  counter-reset: li;
}
  .list-kashikiri-rosen li {
    counter-increment: li;
    position: relative;
    padding-left: 3.5rem;
  }
  .list-kashikiri-rosen li + li {
    margin-top: 1em;
  }
    .list-kashikiri-rosen li .number {
      content: counter(li);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 2.5rem;
      line-height: 2.5rem;
      background-color: #0f8fbe;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      text-align: center;
    }
  .list-kashikiri-rosen .flex {
    display: flex;
    align-items: flex-end;
  }
  .list-kashikiri-rosen .image {
    margin: 20px 0;
  }
/* ==========================================================
 kankou
========================================================== */
.table-cmn-01 {
    width: 100%;
    margin-bottom: 15px;
}
.table-kankou td {
    vertical-align: middle;
}
.table-cmn-01 thead tr th.name {
    width: 30%;
}
.table-cmn-01 thead tr th.ab {
    width: 35%;
}
.table-cmn-01 thead tr th.tel {
    width: 25%;
}
