@charset "utf-8";
/* ====================
guide-top.css
==================== */
.container-guide > h1 {
    color: #6e6d6d;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: white;
}

.container-guide h1 img {
    width: 170px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.link-flow-guide {
    overflow:hidden;
    padding: 30px 10px;
    margin: auto;
}

.link-flow-guide div {
    float: left;
    width: 49%;
}

.link-flow-guide div:first-child {
    margin-right: 1%;
}

.link-flow-guide div:first-child + div {
    margin-left: 1%;
}

.link-flow-guide div a {
    display: block;
    border:3px solid #f0d2af;
    background:white;
    color:black;
    box-sizing:border-box;
    font-size: 14px;
    padding: 20px 0;
    position:relative;
}

.link-flow-guide div:first-child a {
    text-align:  right;
    padding-right: 6%;
}

.link-flow-guide div:first-child + div a {
    padding-left: 6%;
}

.link-flow-guide div a:hover {
    background: #fcf6ef;
}

.link-flow-guide div a:after {
    content: "";
    position: absolute;
    height: 0;
    display: block;
    z-index: 3;
    margin: auto;
    top: -30px;
    bottom: -30px;
}

.link-flow-guide div:first-child a:after {
    width: 28%;
    padding-top: 35%;
    background: url(../img/oto.png) top left / 100% no-repeat;
    left: -9px;
    top: -23px;
}

.link-flow-guide div:first-child + div a:after {
    width: 40%;
    padding-top: 44%;
    background: url(../img/idhi.png) top left / 100% no-repeat;
    right: -3px;
}

@media screen and (min-width: 350px){
  .link-flow-guide div:first-child a:after {
    width: 50px;
    padding-top: 67px;
    left: -4%;
    top: -18px;
  }
  .link-flow-guide div:first-child + div  a:after {
    width: 77px;
    padding-top: 87px;
    right: -4%;
  }
}


@media screen and (min-width: 360px){

  .link-flow-guide div:first-child a:after {
    left: 1%;
  }
  .link-flow-guide div:first-child + div  a:after {
    right: 1%;
  }
}

@media screen and (min-width: 414px){
  .link-flow-guide div:first-child a {
      padding-right: 12%;
  }
  .link-flow-guide div:first-child + div a {
      padding-left: 12%;
  }
  .link-flow-guide div:first-child a:after {
    left: 4%;
  }
  .link-flow-guide div:first-child + div  a:after {
    right: 4%;
  }
}

@media screen and (min-width: 480px){
  .link-flow-guide {
    max-width:500px;
  }
  .link-flow-guide div {
  width:48%;
  }
  .link-flow-guide div:first-child {
      margin-right: 2%;
  }

  .link-flow-guide div:first-child + div {
      margin-left: 2%;
  }
  .link-flow-guide div:first-child a {
      padding-right: 14%;
  }
  .link-flow-guide div:first-child + div a {
      padding-left: 14%;
  }
  .link-flow-guide div:first-child a:after {
    left: 10%;
  }
  .link-flow-guide div:first-child + div  a:after {
    right: 10%;
  }
}

@media screen and (min-width: 768px){
  .link-flow-guide {
    max-width:none;
    padding: 26px 0 39px;
  }
  .link-flow-guide div a {
    font-size:18px;
  }
  .link-flow-guide div:first-child a {
      padding-right: 11%;
  }
  .link-flow-guide div:first-child + div a {
      padding-left: 11%;
  }
  .link-flow-guide div:first-child a:after {
    width: 20%;
    padding-top: 25%;
    left: 8%;
    top: -28px;
  }
  .link-flow-guide div:first-child + div  a:after {
    width: 28%;
    padding-top: 33%;
    right: 8%;
  }
}

@media screen and (min-width: 968px){
  .container-guide .link-flow-guide div a {
    text-align:center;
  }
  .link-flow-guide div:first-child a {
      padding-right: 0;
      padding-left: 20%;
  }
  .link-flow-guide div:first-child + div a {
      padding-left: 0;
      padding-right: 24%;
  }
  .link-flow-guide div:first-child a:after {
    width: 66px;
    padding-top: 83px;
    left: 7%;
  }
  .link-flow-guide div:first-child + div  a:after {
    width: 92px;
    padding-top: 107px;
    right: 2.9%;
  }
}




.wrap-guide .container-guide {
    background:  none;
}

.topic-guide {
    background: white;
    overflow:hidden;
    margin-bottom:0;
}


@media (min-width: 768px) {
  .topic-guide {
      margin-bottom: 30px;
  }
  .container-guide > h1 {
    margin-bottom: 15px;
  }
  .topic-guide h2 {
      text-align:center;
  }
  .topic-guide ul {
      float:left;
      width:50%;
  }
  .topic-guide h2 + ul {
    border-right: 2px solid #eeeeee;
  }
}

@media (min-width: 968px) {

  .container-guide > h1 {
      color:#6e6d6d;
      text-align:center;
      line-height: 80px;
      font-size: 26px;
      margin-bottom: 15px;
      background: white;
      letter-spacing: 1px;
  }

  .container-guide h1 img {
    width: 270px;
    margin-right:15px;
    position:  relative;
    top: 10px;
  }
}
