@charset "UTF-8";
/* line 20, ../scss/_variables.scss */
.link-after-icon, .outline-guide-link a::after {
  font-family: FontAwesome;
  content: "\f138";
  display: block;
  position: absolute;
  line-height: 1; }

/* line 28, ../scss/_variables.scss */
.title-design {
  margin: 80px 0 50px; }
  @media (min-width: 768px) {
    /* line 28, ../scss/_variables.scss */
    .title-design {
      text-align: center;
      margin: 100px 0 70px; } }
  /* line 34, ../scss/_variables.scss */
  .title-design span {
    display: block;
    border-top: 3px solid #bc003a;
    border-bottom: 3px solid #bc003a;
    font-size: 2.0rem;
    text-align: center;
    padding: 10px 20px;
    line-height: 1.8; }
    @media (min-width: 768px) {
      /* line 34, ../scss/_variables.scss */
      .title-design span {
        display: inline-block;
        font-size: 2.4rem;
        min-width: 350px;
        margin: 0 auto; } }

/* line 51, ../scss/_variables.scss */
.arrange-ul {
  list-style: none;
  padding-left: 0;
  display: table;
  /*font-weight: bold;*/ }
  /* line 56, ../scss/_variables.scss */
  .arrange-ul li {
    display: table-row;
    margin-bottom: 0.5em; }
  /* line 60, ../scss/_variables.scss */
  .arrange-ul li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em; }
  /* line 65, ../scss/_variables.scss */
  .arrange-ul li:before {
    content: "・";
    display: table-cell;
    padding-right: 0.4em; }

/* line 72, ../scss/_variables.scss */
.arrange-ol {
  list-style: none;
  padding-left: 0;
  display: table;
  margin-bottom: 0; }
  /* line 77, ../scss/_variables.scss */
  .arrange-ol li {
    display: table-row;
    counter-increment: table-ol;
    margin-bottom: 0.5em; }
  /* line 82, ../scss/_variables.scss */
  .arrange-ol li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em; }
  /* line 87, ../scss/_variables.scss */
  .arrange-ol li:before {
    content: "(" counter(table-ol) ")";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right; }

/* line 3, ../scss/outline.guide.scss */
.outline-guide-link {
  display: table;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    /* line 3, ../scss/outline.guide.scss */
    .outline-guide-link {
      margin-bottom: 30px; } }
  /* line 9, ../scss/outline.guide.scss */
  .outline-guide-link a {
    display: table-cell;
    vertical-align: middle;
    border: 4px solid #C32C6B;
    color: #C32C6B;
    width: 100%;
    height: 121px;
    text-align: center;
    font-size: 2.0rem;
    background: repeating-linear-gradient(-45deg, white, white 10px, whitesmoke 10px, whitesmoke 20px);
    background-position: 0 0;
    font-weight: bold;
    position: relative;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      /* line 9, ../scss/outline.guide.scss */
      .outline-guide-link a {
        height: 178px;
        font-size: 2.6rem; } }
  /* line 28, ../scss/outline.guide.scss */
  .outline-guide-link a::after {
    font-size: 2.4rem;
    right: 10px;
    bottom: 8px; }
  /* line 34, ../scss/outline.guide.scss */
  .outline-guide-link a:hover {
    background-image: none;
    background-color: #bc003a;
    color: #fff; }
