@charset "UTF-8";
.pagelink_outer {
  padding: 50px 0 15px;
}
.pagelink li{
  display: block;
  width: 30%;
  max-width: 300px;
  height:62px;
  line-height: 62px;
  text-align: center;
  background: url(../images/common/header_arrow_b.svg), #fff;
  background-repeat: no-repeat;
  background-position: right 5.5% center;
  background-size: 10px auto;
  color: #6c4825;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.pagelink li:hover .txt{
  background: rgba(255,255,255,.5);
  transition: .3s;
  opacity: .5;
}

.pagelink li:hover:after{
  opacity: .5;
}

.pagelink li .txt{
  padding: 0;
}
.pagelink li:after{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../images/common/btn_bg_w.png) repeat-x;
  background-size: auto 100%;
}

.section{
  padding: 40px 0 60px;
}
.section .list{
  margin-top: 65px;
}
.section .list dt{
  color: #fff;
  background: #987f67;
  padding: 6px 15px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.section .list dd{
  color: #000;
  background: #fff;
  padding: 8px 15px;
  overflow: hidden;
  display: none;
}
.section .list dt:first-child{
  margin-top: 0;
}

.section .list dt .en{
  float: left;
  line-height: 1;
}
.section .list dt .question{
  display: block;
  float: left;
  margin: 10px 20px;
  width: calc(100% - 90px);
}
.section .list .icon{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}
.section .list .open .icon{
  transform: rotate(180deg);
  transition: .3s;
}

.section .list dd .en{
  color: #c93b28;
  float: left;
}
.section .list dd .answer{
  float: left;
  margin: 10px 0 10px 20px;
  line-height: 1.9;
  width: calc(100% - 90px);
}



@media screen and (max-width: 768px){
  .section {
    padding: 30px 3% 30px;
  }
  .pagelinkimg li {
      width: 46%;
      margin-right: 2%;
  }
  .section .list {
    margin-top: 30px;
  }

}
@media screen and (max-width: 500px){
  .pagelinkimg li:last-child{
    width: 50%;
    padding-right: 10px;
  }
}
