@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/outline/bg_toptitle.jpg) no-repeat left center;
  background-size: cover; }

#outline h3 {
  text-align: left;
  color: #009fb7;
  margin: 3rem 0 2rem 0; }
#outline .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
#outline li {
  margin-bottom: 6rem; }
  #outline li div strong {
    margin-bottom: 2rem;
    display: block;
    color: #858585; }
#outline .shop_link {
  display: flex;
  margin: 2rem 0 4rem 0;
  width: 100%; }
  #outline .shop_link .btn_b {
    width: 75px;
    height: 75px;
    margin: 0 2rem 0 0; }
@media (min-width: 768px) {
  #outline {
    margin-top: 10rem; }
    #outline ul {
      width: 50%; }
      #outline ul li {
        display: flex;
        justify-content: space-between;
        align-items: top; }
        #outline ul li h3 {
          width: 30%;
          margin-top: 0; }
        #outline ul li div {
          width: 70%; }
    #outline .wrap {
      width: 90%;
      display: flex;
      justify-content: space-between; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      #outline .wrap {
        width: 1000px; } }

/* 同ページリンク非表示 */
#link_list ul li:nth-child(3) {
  display: none; }

/*# sourceMappingURL=outline.css.map */
