/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1;
}

.u_cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  guide.css
***************************************************/
.l_gNav .l_gNav_nav01 .menu01 > li:nth-child(5) > a {
  background: url(/assets/img/common/gnav_bg01.png) 50% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .l_gNav .l_gNav_nav01 .menu01 > li:nth-child(5) > a {
    background-image: none;
  }
}

/* #guide.index
------------------------------------------------------------ */
#guide.index .guideBlock02 .flowList {
  margin-top: 50px;
}

#guide.index .guideBlock02 .flowList > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #e3dfd4;
}

#guide.index .guideBlock02 .flowList > dl:not(:first-child) {
  margin-top: 45px;
}

#guide.index .guideBlock02 .flowList > dl:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(/assets/img/common/icon_arrow06.png) 50% 50% no-repeat;
  background-size: contain;
}

#guide.index .guideBlock02 .flowList > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 30px 27px 0;
  border: 20px solid #faf8c3;
  border-radius: 50%;
  background-color: #fefdee;
  color: #289b3a;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#guide.index .guideBlock02 .flowList > dl dt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -47px;
  left: 40%;
  width: 36px;
  height: 27px;
  background: url(/assets/img/guide/flow_bg01.png) 50% 50% no-repeat;
  background-size: contain;
}

#guide.index .guideBlock02 .flowList > dl dd {
  margin-bottom: 27px;
}

#guide.index .guideBlock02 .flowList > dl:nth-child(2) dt {
  border-color: #ddeed5;
  background-color: #f7fdf4;
}

#guide.index .guideBlock02 .flowList > dl:nth-child(3) dt {
  border-color: #d0eaee;
  background-color: #f1fdff;
}

#guide.index .guideBlock02 .flowList > dl:nth-child(4) dt {
  border-color: #f6dbe7;
  background-color: #fff1f7;
}

#guide.index .guideBlock02 .flowList > dl:nth-child(5) dt {
  border-color: #f7c5c9;
  background-color: #fff2f3;
}

@media only screen and (max-width: 767px) {
  #guide.index .guideBlock02 .flowList {
    margin-top: 30px;
  }
  #guide.index .guideBlock02 .flowList > dl {
    display: block;
    padding: 0 10px;
  }
  #guide.index .guideBlock02 .flowList > dl:not(:first-child) {
    margin-top: 30px;
  }
  #guide.index .guideBlock02 .flowList > dl:not(:first-child)::before {
    top: -45px;
    width: 30px;
    height: 30px;
  }
  #guide.index .guideBlock02 .flowList > dl dt {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 3.5rem;
    border-width: 1.5rem;
    font-size: 1.5rem;
  }
  #guide.index .guideBlock02 .flowList > dl dt::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3.5rem;
    left: 38%;
    width: 2.5rem;
    height: 2rem;
  }
  #guide.index .guideBlock02 .flowList > dl dd {
    margin-bottom: 20px;
  }
}

#guide.index .guideBlock04 .c_list01 {
  margin-top: 20px;
}
