@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 100;
  /*src: url(../fonts/NotoSansTC-Thin.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 300;
  /*src: url(../fonts/NotoSansTC-Light.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  /*src: url(../fonts/NotoSansTC-Regular.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 500;
  /*src: url(../fonts/NotoSansTC-Medium.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 700;
  /*src: url(../fonts/NotoSansTC-Bold.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Noto Sans TC', "微軟正黑體";
  font-style: normal;
  font-weight: 900;
  /*src: url(../fonts/NotoSansTC-Black.woff2) format("woff2");*/
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  /*src: url(../fonts/Lato-Light.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  /*src: url(../fonts/Lato-LightItalic.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /*src: url(../fonts/Lato-Regular.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  /*src: url(../fonts/Lato-Italic.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  /*src: url(../fonts/Lato-Bold.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  /*src: url(../fonts/Lato-BoldItalic.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  /*src: url(../fonts/Lato-Black.ttf) format("ttf");*/
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  /*src: url(../fonts/Lato-BlackItalic.ttf) format("ttf");*/
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
ar,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  font-family: "Lato", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #777777;
  overflow-x: hidden;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  font-size: 1em;
  webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

select, button, textarea, input, label {
  font-family: "Lato", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidde;
  backface-visibility: hidde;
  webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #8cc63f;
}

::selection {
  color: #fff;
  background: #8cc63f;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gotop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url("../images/gotop.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  font-size: 0em;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 991px) {
  #gotop {
    right: 15px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}

#gotop:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1401px) {
  .container {
    width: 1280px;
  }
}

.wrap {
  margin-top: 180px;
}

@media (max-width: 991px) {
  .wrap {
    margin-top: 96px;
  }
}

@media (max-width: 767px) {
  .wrap {
    margin-top: 50px;
  }
}

.header {
  position: relative;
  z-index: 1030;
  width: 100%;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header--fixed .navbartop, .header--fixed .navbar-headbar {
  display: none;
}

.header h1 {
  display: none;
}

.index .header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.index .header--fixed {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.navbartop {
  background-color: #8cc63f;
}

@media (max-width: 767px) {
  .navbartop {
    display: none;
  }
}

.navbartop-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbartop-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbartop-left__link {
  color: #fff;
  font-weight: 300;
  font-size: 0.9375em;
  border-right: 1px solid #fff;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.navbartop-left__link:first-child {
  padding-left: 0;
}

.navbartop-left__link:last-child {
  padding-right: 0;
  border-right: none;
}

.navbartop-left__link img {
  margin-right: 10px;
  width: 16px;
}

.navbartop-left__link:hover {
  color: #F5F5F5;
}

.navbartop-right {
  color: #fff;
  font-weight: 300;
  font-size: 0.9375em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbartop-right img {
  margin-right: 10px;
  width: 16px;
}

.navbar {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.navbar-hidden {
  display: none;
}

.navbar-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
}

.navbar-bg .container {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/navbar-bg.png");
}

.navbar-headbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .navbar-headbar {
    position: relative;
    z-index: 1000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-headbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.navbar-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .navbar-head {
    width: auto;
  }
}

.navbar-head__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .navbar-head__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.navbar-head__logo a {
  display: block;
}

.navbar-head__logo img {
  width: 331px;
}

@media (max-width: 991px) {
  .navbar-head__logo img {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .navbar-head__logo img {
    width: 200px;
  }
}

.navbar-head__text {
  padding-bottom: 15px;
  color: #999999;
  font-weight: 300;
  font-size: 1.25em;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .navbar-head__text {
    padding-left: 0;
    padding-top: 10px;
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-head__sublogo {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-head__sublogo {
    display: none;
  }
}

.navbar-head__sublogo img {
  width: 370px;
}

@media (max-width: 991px) {
  .navbar-head__sublogo img {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .navbar-body {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    max-height: calc(100vh - 155px);
    overflow-y: auto;
    overflow-x: hidden;
    top: -100vh;
    right: 0px;
    width: 100%;
    z-index: -2;
    padding-top: 50px;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .navbar-body {
    max-height: calc(100vh - 110px);
  }
}

@media (max-width: 991px) {
  .navbar-body--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    top: 155px;
    padding-top: 0;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .navbar-body--open {
    top: 110px;
  }
}

.navbar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    z-index: 1050;
  }
}

.navbar-toggle--active {
  display: block;
}

.navbar-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #555555;
  margin-bottom: 4px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.navbar-toggle__line:last-child {
  margin-bottom: 0px;
}

.navbar-toggle--open span {
  margin-bottom: 0px;
}

.navbar-toggle--open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(1px) translateX(1px);
  -ms-transform: rotate(45deg) translateY(1px) translateX(1px);
  transform: rotate(45deg) translateY(1px) translateX(1px);
}

.navbar-toggle--open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggle--open span:nth-child(3) {
  display: none;
}

.navbar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -2px;
}

.navbar-link__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color,background;
  -o-transition-property: color,background;
  transition-property: color,background;
  color: #666666;
  font-weight: 500;
  font-size: 1.625em;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/navbar-item-bg.png");
  width: 158px;
  min-height: 70px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 2px;
  padding: 10px 5px;
}

@media (max-width: 1400px) {
  .navbar-link__item {
    width: 144px;
    font-size: 1.4em;
    min-height: 60px;
  }
}

@media (max-width: 1199px) {
  .navbar-link__item {
    width: 119px;
  }
}

@media (max-width: 991px) {
  .navbar-link__item {
    width: 100%;
    background-size: auto;
    min-height: auto;
    background: #F5F5F5;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-link__item {
    font-size: 1.25em;
  }
}

.navbar-link__item:hover {
  background-image: url("../images/navbar-item-bg2.png");
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-link__item:hover {
    background: #8cc63f;
  }
}

.navbar-link__item img {
  width: 35px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .navbar-link__item img {
    width: 20px;
  }
}

.navbar-link__item--active {
  background-image: url("../images/navbar-item-bg2.png");
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-link__item--active {
    background: #8cc63f;
  }
}

.navbar-mobile {
  width: 100%;
  background-image: url("../images/navbar-item-bg2.png");
}

@media (min-width: 992px) {
  .navbar-mobile {
    display: none;
  }
}

.navbar-mobile__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 40px;
  overflow: auto;
}

.navbar-mobile__btn {
  display: block;
  min-width: 18%;
  height: 40px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .navbar-mobile__btn {
    font-size: 1em;
  }
}

@media (max-width: 575px) {
  .navbar-mobile__btn {
    min-width: 22%;
  }
}

.navbar-mobile__btn--active {
  background-color: rgba(0, 104, 55, 0.5);
}

.footer {
  background-color: #F5F5F5;
}

.footer-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  text-align: center;
}

.footer-link__item {
  font-size: 0.8125em;
  font-weight: 300;
  color: #555555;
  margin-left: 10px;
  line-height: 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-link__item::before {
  content: "";
  width: 1px;
  height: 13px;
  background: #555555;
  display: block;
  margin-right: 10px;
}

.footer-link__item:hover {
  color: #8cc63f;
}

.footer-link__item:first-child {
  margin-left: 0px;
  border-left: none;
  padding-left: 0;
}

.footer-link__item:first-child::before {
  display: none;
}

.footer-btn {
  text-align: center;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.footer-btn__item {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 7px;
  margin-right: 7px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 10px;
}

.footer-btn__item--green {
  background-color: #8cc63f;
}

.footer-btn__item--blue {
  background-color: #4d6fa9;
}

.footer-btn__item:hover {
  opacity: 0.8;
}

.footer-btn__item img {
  width: 23px;
  margin-right: 5px;
}

.footer-copyright {
  padding: 14px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #343434;
}

@media (max-width: 767px) {
  .footer-copyright {
    padding: 15px 0px;
  }
}

.footer-copyright__block {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-copyright__item {
  text-align: center;
  font-size: 0.8125em;
  font-weight: 300;
  color: #999999;
}

@media (max-width: 767px) {
  .footer-copyright__item {
    font-size: 0.75em;
  }
}

.footer-copyright__item a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 10px;
}

.footer-copyright__item a:hover {
  opacity: 0.8;
}

.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

@media (max-width: 991px) {
  .fixed {
    right: 20px;
    bottom: 105px;
  }
}

.award {
  width: 86px;
}

@media (max-width: 991px) {
  .award {
    width: 70px;
  }
}

.award img {
  max-width: 100%;
}

.pt {
  padding-top: 30px;
}

.index {
  margin-bottom: 30px;
}

.index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1;
  color: #555555;
  border-bottom: #ddd 1px solid;
}

@media (min-width: 992px) {
  .index-title {
    display: none;
  }
}

.index-title img {
  width: 50px;
  margin-right: 5px;
}

.index-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.index-left {
  width: calc(100% - 390px);
}

@media (max-width: 991px) {
  .index-left {
    width: 100%;
  }
}

.index-right {
  width: 390px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .index-right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.index-right__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.index-block {
  color: #777777;
  line-height: 1.8;
  font-size: 1em;
  font-weight: 300;
  margin-top: 15px;
}

.index-block:first-child {
  margin-top: 0;
}

.index-block h1, .index-block h2, .index-block h3, .index-block h4, .index-block h5, .index-block h6 {
  font-weight: 500;
}

.index-block h1 {
  font-size: 1.71429em;
}

.index-block h2 {
  font-size: 1.57143em;
}

.index-block h3 {
  font-size: 1.42857em;
}

.index-block h4 {
  font-size: 1.28571em;
}

.index-block h5 {
  font-size: 1.14286em;
}

.index-block h6 {
  font-size: 1.07143em;
}

.index-block p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
}

.index-block p:first-child {
  padding-top: 0;
}

.index-block p:last-child {
  padding-bottom: 0;
}

.index-block img {
  max-width: 100%;
  display: block;
}

.index-block a {
  color: #8cc63f;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.index-block a:hover {
  opacity: 0.8;
}

.index-block td {
  border: 1px solid #777777;
  padding: 10px 5px;
}

.index-block ul, .index-block ol {
  margin-left: 20px;
}

.index-block li {
  font-weight: 400;
}

.index-block iframe {
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
  display: block;
}

@media (max-width: 991px) {
  .index-block iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .index-block iframe {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .index-block iframe {
    height: 220px;
  }
}

.index-notice {
  border: 1px solid #cccccc;
  margin-top: 15px;
  background: url("../images/index/index-notice-img02.png"), url("../images/index/index-notice-img01.png"), url("../images/index/index-notice-bg.jpg");
  background-position: right top 10px,left top,left top;
  background-repeat: no-repeat,no-repeat,repeat;
  background-size: auto,auto,auto;
  padding: 25px 40px 25px 190px;
}

@media (max-width: 767px) {
  .index-notice {
    padding: 15px 30px 15px 15px;
    background-size: auto,0 auto,auto;
  }
}

.index-notice__text {
  font-size: 0.875em;
  font-weight: 300;
  color: #777777;
  line-height: 1.7;
}

.indexsearch-block {
  background: #0071bc;
  padding: 10px 20px 20px 20px;
}

.indexsearch-head img {
  width: 100%;
}

.indexsearch-body {
  padding-top: 20px;
}

.indexsearch-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media (max-width: 1199px) {
  .indexsearch-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .indexsearch-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.indexsearch-row--pdsm {
  margin-top: 10px;
}

.indexsearch-row--main {
  margin-top: 25px;
}

.indexsearch-col {
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}

.indexsearch-col:first-child {
  margin-left: 0;
}

.indexsearch-col:last-child {
  margin-right: 0;
}

.indexsearch-col--3 {
  width: 190px;
}

@media (max-width: 1199px) {
  .indexsearch-col--3 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .indexsearch-col--3 {
    width: calc(100% - 130px);
  }
}

.indexsearch-col--1 {
  width: calc(100% - 190px);
}

@media (max-width: 1199px) {
  .indexsearch-col--1 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .indexsearch-col--1 {
    width: 130px;
  }
}

.indexsearch-item {
  margin-top: 15px;
}

.indexsearch-item:first-child {
  margin-top: 0;
}

.indexsearch-item__msg {
  color: #f7931e;
  font-size: 0.875em;
  font-weight: 400;
  padding-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.indexsearch-item--required {
  color: #e50a0a;
  padding-left: 5px;
}

.indexsearch-item--active .indexsearch-item__msg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.indexsearch-item--active .indexsearch-item__input, .indexsearch-item--active .indexsearch-item__select, .indexsearch-item--active .indexsearch-item__textarea {
  border-color: #f7931e;
}

.indexsearch-item--active .indexsearch-item__radio .indexsearch-item__input {
  border-color: #f7931e;
}

.indexsearch-item__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  border: #f7931e 1px solid;
  padding: 0px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.indexsearch-item__input:-moz-placeholder {
  color: #999999;
  font-size: 0.9375em;
  font-weight: 300;
}

.indexsearch-item__input:-ms-input-placeholder {
  color: #999999;
  font-size: 0.9375em;
  font-weight: 300;
}

.indexsearch-item__input::-moz-placeholder {
  color: #999999;
  font-size: 0.9375em;
  font-weight: 300;
}

.indexsearch-item__input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.9375em;
  font-weight: 300;
}

.indexsearch-item__selectbox {
  position: relative;
  background-color: #fff;
  border: #f7931e 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.indexsearch-item__selectbox::before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 16px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px 0px;
  width: 4px;
  height: 4px;
}

.indexsearch-item__select {
  color: #999999;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  font-size: 0.9375em;
  line-height: 1.5;
  padding: 0px 28px 0px 10px;
  border: #DDDDDD 1px solid;
  background-color: transparent;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.indexsearch-item__select::-ms-expand {
  display: none;
}

.indexsearch-item__select:focus {
  border-color: #777777;
}

.indexsearch-item__select option {
  font-weight: 300;
}

.indexsearch-item__radio input[type="radio"] {
  display: none;
}

.indexsearch-item__radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #777777;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 2px;
}

.indexsearch-item__radio label {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.indexsearch-item__radio label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}

.indexsearch-item__radiobtn {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 36px;
}

.indexsearch-item__radiobtn:last-child {
  margin-right: 0;
}

.indexsearch-btn {
  background-color: #fac53b;
  border-top: 2px solid #fee13d;
  border-bottom: 2px solid #ff8e0c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 52px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.indexsearch-btn:before {
  content: "";
  display: block;
  width: 58px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-image: url("../images/index/indexsearch-icon.png");
}

.indexsearch-btn:after {
  content: "";
  display: block;
  height: 43px;
  width: 1px;
  position: absolute;
  top: calc(50% - 21px);
  left: 58px;
  background-color: #faac27;
  border-right: 1px solid #fee13d;
}

.indexsearch-btn:hover {
  background-color: #fee13d;
}

.indexsearch-btn__text {
  width: calc(100% - 58px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
}

.indexfbembed {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}

.indexfbvideo {
  width: 100%;
  margin-top: 15px;
}

.indexfbvideo iframe {
  width: 100%;
  height: calc((360px * 0.56) + 151px);
}

@media (max-width: 991px) {
  .indexfbvideo iframe {
    height: calc((750px * 0.56) + 151px);
  }
}

@media (max-width: 767px) {
  .indexfbvideo iframe {
    height: calc(((100vw - 30px) * 0.56) + 151px);
  }
}

.indexfbvideo--mb iframe {
  width: 100%;
  height: calc(360px * 0.56);
}

@media (max-width: 991px) {
  .indexfbvideo--mb iframe {
    height: calc(750px * 0.56);
  }
}

@media (max-width: 767px) {
  .indexfbvideo--mb iframe {
    height: calc((100vw - 30px) * 0.56);
  }
}

.indexfbvideo iframe {
  width: 100%;
}

.indexvideo {
  margin-top: 15px;
}

.indexvideo iframe {
  width: 100%;
  height: 203px;
}

@media (max-width: 991px) {
  .indexvideo iframe {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .indexvideo iframe {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .indexvideo iframe {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .indexvideo iframe {
    height: 200px;
  }
}

.indexnews {
  border: 4px solid #c5ceb7;
  background: url("../images/index/indexnews-img.png"), #F5F5F5;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  height: 189px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .indexnews {
    width: calc(50% - 7px);
    margin-right: 7px;
  }
}

@media (max-width: 767px) {
  .indexnews {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .indexnews {
    width: 100%;
  }
}

.indexnews-block {
  width: 210px;
}

@media (max-width: 374px) {
  .indexnews-block {
    width: 140px;
  }
}

.indexnews-item__text {
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875em;
  font-weight: 400;
  color: #555555;
  padding: 5px 5px;
  background: #fff;
  display: block;
  width: 100%;
  line-height: 1.2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 374px) {
  .indexnews-item__text {
    text-align: left;
  }
}

.indexnews-item--green {
  color: #8cc63f;
  font-weight: 700;
  display: inline-block;
}

.indexnews .slick-disabled {
  display: none !important;
}

.indexnews .slick-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.indexnews .slick-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexinfo {
  margin-top: 15px;
  color: #777777;
  line-height: 1.8;
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 991px) {
  .indexinfo {
    width: calc(50% - 7px);
    margin-left: 7px;
  }
}

@media (max-width: 767px) {
  .indexinfo {
    width: 100%;
    margin-left: 0;
  }
}

.indexinfo h1, .indexinfo h2, .indexinfo h3, .indexinfo h4, .indexinfo h5, .indexinfo h6 {
  font-weight: 500;
}

.indexinfo h1 {
  font-size: 1.71429em;
}

.indexinfo h2 {
  font-size: 1.57143em;
}

.indexinfo h3 {
  font-size: 1.42857em;
}

.indexinfo h4 {
  font-size: 1.28571em;
}

.indexinfo h5 {
  font-size: 1.14286em;
}

.indexinfo h6 {
  font-size: 1.07143em;
}

.indexinfo p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
}

.indexinfo p:first-child {
  padding-top: 0;
}

.indexinfo p:last-child {
  padding-bottom: 0;
}

.indexinfo img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.indexinfo a {
  color: #8cc63f;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.indexinfo a:hover {
  opacity: 0.8;
}

.indexinfo table {
  margin-left: auto;
  margin-right: auto;
}

.indexinfo td {
  border: 1px solid #777777;
  padding: 10px 5px;
}

.indexinfo ul, .indexinfo ol {
  margin-left: 20px;
}

.indexinfo li {
  font-weight: 400;
}

.indexinfo iframe {
  margin-bottom: 20px;
  width: 100%;
  height: 203px;
  display: block;
}

@media (max-width: 991px) {
  .indexinfo iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .indexinfo iframe {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .indexinfo iframe {
    height: 220px;
  }
}

.indexicon {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 77px;
}

@media (max-width: 991px) {
  .indexicon {
    display: block;
  }
}

.indexicon img {
  width: 100%;
}

.inside {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .inside {
    padding-top: 140px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .inside--onepage {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .inside__body .fixed {
    bottom: 20px;
  }
}

.inside-title {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 35px;
  position: relative;
  width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .inside-title {
    width: auto;
  }
}

@media (max-width: 767px) {
  .inside-title {
    padding-bottom: 15px;
  }
}

.inside-title::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  background: #71bf00;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media (max-width: 767px) {
  .inside-title::after {
    width: 150px;
  }
}

.inside-title__main {
  font-size: 2.1875em;
  color: #8cc63f;
  font-weight: 500;
  line-height: 1em;
}

@media (max-width: 767px) {
  .inside-title__main {
    font-size: 1.75em;
  }
}

.inside-title__text {
  font-size: 1.125em;
  color: #777777;
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .inside-title__text {
    font-size: 1em;
    margin-top: 15px;
  }
}

.form {
  width: 1055px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  counter-reset: list;
}

@media (max-width: 1199px) {
  .form {
    width: auto;
  }
}

.form-col {
  width: 100%;
}

.form-col--fixed {
  width: 90px;
}

.form-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 10px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 34px;
  border-left: 1px solid #999999;
  margin-left: 10px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  padding-bottom: 15px;
}

.form-item:first-child {
  margin-top: 0;
}

.form-item:last-child {
  border-left: none;
}

.form-item:hover {
  border-color: #71bf00;
}

.form-item:hover .form-item__label {
  color: #71bf00;
}

.form-item:hover .form-item__no {
  color: #fff;
}

.form-item:hover .form-item__no::after {
  opacity: 0.8;
}

.form-item--checked {
  border-color: #71bf00;
}

.form-item--checked .form-item__label {
  color: #71bf00;
}

.form-item--checked .form-item__no {
  color: #71bf00;
}

.form-item__msg {
  color: #e50a0a;
  font-size: 0.9375em;
  font-weight: 300;
  padding-top: 10px;
  display: none;
  width: 100%;
}

.form-item--active .form-item__msg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form-item--active .form-item__input {
  border-color: #e50a0a;
}

.form-item--active .form-item__radio {
  border-color: #e50a0a;
}

.form-item--active .form-item__radiobtn label::before {
  border-color: #e50a0a;
}

.form-item__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  color: #777777;
  border: none;
  border-bottom: #aaaaaa 1px solid;
  padding: 0px 5px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 300;
}

.form-item__label {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.form-item__no {
  font-size: 2em;
  color: #999999;
  font-weight: 700;
  margin-left: -48px;
  width: 48px;
  height: 60px;
  background-color: #fff;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.form-item__no::before {
  counter-increment: list;
  content: counter(list);
  position: relative;
  z-index: 2;
  line-height: 1;
}

.form-item__no::after {
  content: "";
  min-width: 42px;
  min-height: 42px;
  background-color: #85c90e;
  border: 4px solid #ebf2c2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 24px);
  left: -13px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 575px) {
  .form-item__no::after {
    left: -10px;
  }
}

.form-item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-item__radio input[type="radio"] {
  display: none;
}

.form-item__radio input[type="radio"]:checked + .form-item__radiolabel::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 3px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -5px 0px;
}

.form-item__radio .form-item__radiolabel {
  font-size: 1em;
  color: #999999;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.44;
}

.form-item__radio .form-item__radiolabel::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.form-item__radiobtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
  padding-right: 30px;
  position: relative;
}

.form-item__radiolabel--text {
  font-size: 1em;
  color: #999999;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.44;
}

.form-btn {
  background-color: #71bf00;
  color: #fff;
  font-size: 1.25em;
  font-weight: 400;
  width: 200px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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;
  margin-top: 70px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .form-btn {
    margin-top: 30px;
  }
}

.form-btn:hover {
  opacity: 0.8;
}

.success {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .success {
    width: auto;
  }
}

.success-head {
  border-bottom: 1px solid #DDDDDD;
}

.success-head__main {
  font-size: 2.1875em;
  color: #8cc63f;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .success-head__main {
    font-size: 1.75em;
  }
}

@media (max-width: 575px) {
  .success-head__main {
    padding-bottom: 20px;
  }
}

.success-head__main::after {
  content: "";
  width: 355px;
  height: 2px;
  background: #71bf00;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 177px);
}

.success-body {
  padding-top: 65px;
}

@media (max-width: 575px) {
  .success-body {
    padding-top: 40px;
  }
}

.success-body__img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.success-body__img img {
  width: 100%;
}

.success-body__text {
  font-size: #777777;
  font-weight: 300;
  color: #777777;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 575px) {
  .success-body__text {
    padding-top: 20px;
  }
}

.success-footer {
  text-align: center;
  padding-top: 70px;
}

@media (max-width: 575px) {
  .success-footer {
    padding-top: 40px;
  }
}

.success-btn {
  background-color: #fac53b;
  border-top: 2px solid #fee13d;
  border-bottom: 2px solid #ff8e0c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 50px;
  position: relative;
  text-align: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.success-btn:before {
  content: "";
  display: block;
  width: 58px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-image: url("../images/success-btn.png");
}

.success-btn:after {
  content: "";
  display: block;
  height: 43px;
  width: 1px;
  position: absolute;
  top: calc(50% - 21px);
  left: 58px;
  background-color: #faac27;
  border-right: 1px solid #fee13d;
}

.success-btn:hover {
  background-color: #fee13d;
}

.success-btn__text {
  width: calc(100% - 58px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
}
