/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
#g_nav .li02 a {
  color: #07BFCB;
}

#g_nav .li02 img {
  visibility: hidden;
}

/* --------------------------------------------------------
*content
-------------------------------------------------------- */
.sec .wrapper_in {
  overflow: hidden;
  *zoom: 1;
  padding: 100px 0;
  background: url("../img/shadow_bg_01.png") 0 100px no-repeat;
}

.sec h2 {
  float: left;
  background: url("../../guide/img/sec01_bg_01.png") 0 0 no-repeat;
  background-size: cover;
}

.sec article {
  float: right;
  width: 760px;
}

.sec article dl {
  margin-bottom: 30px;
}

.sec article dt {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 126%;
}

.sec-btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sec-btns a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}

.sec-btns a img {
  vertical-align: middle;
}

.sec-btns a:hover {
  background: #07BFCB;
}

#sec01 {
  z-index: 4;
}

#sec02 {
  z-index: 3;
}

#sec03 {
  z-index: 2;
}

#sec04 {
  z-index: 1;
}
