@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
a:link, a:visited, a:active {
  color: #4B3A6C;
  text-decoration: underline;
}
a:hover {
  color: #4B3A6C;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header {
  background: linear-gradient(to bottom, #EEE0A9, #D6B52D);
}
.header-content-wrapper {
  height: 80px;
  margin: 0 auto;
  position: relative;
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_box {
  width: 560px;
  margin: 0px 20px 0px 0px;
  display: flex;
}
.header_box img {
  width: 100%;
}
h1 {
  margin: 0 0;
}
.head-btn {
  color: #FFF;
  margin: 0px 0px 0px 10px;
  border: 1px solid #F5EDCC;
  border-radius: 10px;
  background: #573C8A;
  position: relative;
}
.head-btn a {
  text-align: center;
  width: 100px;
  padding: 15px 0px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  display: block;
}
.head-btn a:link, .head-btn a:visited, .head-btn a:active {
  color: #FFF;
  text-decoration: none;
}
.head-btn a:hover {
  color: #FFF;
  background: rgba(333, 333, 333, 0.5);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.top-wrapper {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*footer*/
.footer {
  padding: 35px 0 35px 0;
  background: #4B3A6C;
  text-align: center;
}
.footer-wrap {
  color: #FFF;
  max-width: 1050px;
  margin: 0px auto 0 auto;
  text-align: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrap a:link, .footer-wrap a:visited, .footer-wrap a:active {
  color: #FFF;
  text-decoration: underline;
}
.footer-wrap a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.5;
}
.f_box {
  line-height: 150%;
  width: auto;
}
.f_box:first-child {
  width: 55%;
}
.f_box:last-child {
  padding-left: 40px;
  border-left: 1px solid #FFF;
}
@media screen and (max-width:1060px) {
  .header-content-wrapper {
    width: 84%;
    margin: 0% 0% 0% 5%;
  }
  .top-wrapper {
    width: 90%;
  }
  .head-btn {
    display: none;
  }
  .footer-wrap {
    width: 90%;
    display: block;
    padding: 0px 0;
    margin: 0px auto 0 auto;
  }
  .footer {
    padding: 50px 0;
  }
  .f_box {
    margin: 20px 0px 20px 0px;
    width: 100%;
  }
  .f_box:first-child {
    width: 100%;
  }
  .f_box:last-child {
    padding-left: 0px;
    border-left: none;
  }
}
@media screen and (max-width:560px) {
  .header-content-wrapper {
    padding: 3% 0;
    width: 80%;
  }
  .header_box img {
    width: 100%;
  }
  .footer {
    padding: 35px 0px;
  }
}