/*  #guide
================================================ */
#guide .inner { padding-top: 42px; padding-bottom: 50px; }

#guide .intro { text-align: center; margin-bottom: 26px; }

#guide .leadTxt { font-size: 1.6rem; font-weight: bold; line-height: 1.6; }

#guide .leadTxt span { font-weight: bold; }

#guide .guideWrap { padding: 18px; }

#guide .content { background-color: #fff; padding: 25px 18px 32px; }

#guide .content .tit { text-align: center; font-size: 1.8rem; line-height: 1.5; }

#guide .content .tit span { font-size: 2.3rem; }

#guide .list { margin-top: 22px; }

#guide .item + .item { margin-top: 35px; }

#guide .item .head { position: relative; margin-bottom: 16px; }

#guide .item .head:before { content: ""; display: block; position: absolute; top: -10px; left: 0; margin-top: 0; border-radius: 50%; width: 64px; height: 64px; background: #baa984; }

#guide .item .head .num { position: absolute; left: 20px; top: 3px; font-size: 1rem; line-height: 1.3; color: #fff; }

#guide .item .head .num span { display: block; font-size: 2.3rem; text-align: center; }

#guide .item .head .itemTit { padding-left: 110px; font-size: 1.8rem; line-height: 1.5; font-weight: bold; color: #f591a3; }

#guide .item .img { margin-bottom: 13px; }

#guide .item .sub { font-weight: bold; font-size: 1.6rem; margin-bottom: 6px; }

#guide .item .sub em { font-weight: bold; }

#guide .item .link { color: #f591a3; }

@media (max-width: 374px) { #guide .head .subTit { font-size: 2rem; }
  #guide .item .head .itemTit { padding-left: 80px; } }

@media all and (min-width: 600px) { #guide .inner { padding-top: 80px; padding-bottom: 100px; }
  #guide .leadTxt { font-size: 2.4rem; }
  #guide .intro { margin-bottom: 55px; }
  #guide .guideWrap { padding: 48px 50px 54px; }
  #guide .content { padding: 50px 50px 60px; }
  #guide .content .tit { font-size: 2.5rem; }
  #guide .content .tit span { font-size: 3.4rem; }
  #guide .list { margin-top: 32px; }
  #guide .item { position: relative; }
  #guide .item:before { content: ""; display: block; position: absolute; bottom: -44px; left: 40px; width: 1px; height: 100%; background: #baa984; }
  #guide .item:last-child { position: static; }
  #guide .item:last-child:before { display: none; }
  #guide .item + .item { margin-top: 45px; }
  #guide .item .head { margin-bottom: -19px; }
  #guide .item .head:before { width: 80px; height: 80px; top: -13px; }
  #guide .item .head .num { left: 24px; top: 4px; font-size: 1.2rem; line-height: 1.3; color: #fff; }
  #guide .item .head .num span { font-size: 2.6rem; }
  #guide .item .head .itemTit { padding-left: 100px; font-size: 2.4rem; }
  #guide .item .areaTxt { margin-top: -6px; }
  #guide .item .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: 102px; margin-top: 40px; }
  #guide .item .img { width: 270px; margin-bottom: 0; }
  #guide .item .txt { width: 420px; }
  #guide .item .sub { font-size: 2.1rem; margin-bottom: 15px; line-height: 1.5; }
  #guide .item .link:hover { text-decoration: none; } }
