
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Niramit:wght@200;500&family=Oleo+Script:wght@700&display=swap');

html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.container, .container-fluid {
  position: relative;
  padding: 0 30px;
}

.row {
  margin-bottom: -30px;
}


@media (min-width: 768px) {
  .col-spacing-70 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-60 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-50 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]),
  .col-spacing-40 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) {
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
  }
  .col-spacing-70 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-60 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-50 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row),
  .col-spacing-40 .row:not([class^="col-spacing-"]):not([class*=" col-spacing-"]) div[class^="col-"]:not(.row) {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .col-spacing-70 {
    margin-right: -35px;
    margin-bottom: -70px;
    margin-left: -35px;
  }
  .col-spacing-70 div[class^="col-"]:not(.row) {
    margin-bottom: 70px;
    padding: 0 35px;
  }
  .col-spacing-60 {
    margin-right: -30px;
    margin-bottom: -60px;
    margin-left: -30px;
  }
  .col-spacing-60 div[class^="col-"]:not(.row) {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .col-spacing-50 {
    margin-right: -25px;
    margin-bottom: -50px;
    margin-left: -25px;
  }
  .col-spacing-50 div[class^="col-"]:not(.row) {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .col-spacing-40 {
    margin-right: -20px;
    margin-bottom: -40px;
    margin-left: -20px;
  }
  .col-spacing-40 div[class^="col-"]:not(.row) {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .container-fluid .col-spacing-70 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .container-fluid .col-spacing-60 {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid .col-spacing-50 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .container-fluid .col-spacing-40 {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.col-spacing-20 .row,
.col-spacing-10 .row,
.col-spacing-0 .row {
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.col-spacing-20 .row div[class^="col-"]:not(.row),
.col-spacing-10 .row div[class^="col-"]:not(.row),
.col-spacing-0 .row div[class^="col-"]:not(.row) {
  margin-bottom: 30px;
  padding: 0 15px;
}

.col-spacing-20 {
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.col-spacing-20 div[class^="col-"]:not(.row) {
  margin-bottom: 20px;
  padding: 0 10px;
}

.col-spacing-10 {
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
}

.col-spacing-10 div[class^="col-"]:not(.row) {
  margin-bottom: 10px;
  padding: 0 5px;
}

.col-spacing-0 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.col-spacing-0 div[class^="col-"]:not(.row) {
  margin-bottom: 0;
  padding: 0;
}

mark {
  background: #eff2f5;
  color: #131517;
}

iframe {
  width: 100%;
  border: 0;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375em;
  padding: 6px 20px;
  color: #7C7C7C;
}

.blockquote {
  background: #f2f5f8;
  margin-bottom: 20px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  padding: 24px 30px;
}

@media (max-width: 767.98px) {
  .blockquote {
    padding: 16px 20px;
  }
}

.blockquote p {
  font-size: 16px;
  line-height: 30px;
}

.blockquote p.font-small {
  font-size: 14px;
  line-height: 26px;
}

.blockquote p.font-large {
  font-size: 20px;
  line-height: 36px;
}

.blockquote .blockquote-footer {
  margin-top: 10px;
  color: #131517;
}

.blockquote .blockquote-footer:before {
  padding-right: 5px;
}

.blockquote .blockquote-footer h1, .blockquote .blockquote-footer h2, .blockquote .blockquote-footer h3, .blockquote .blockquote-footer h4, .blockquote .blockquote-footer h5, .blockquote .blockquote-footer h6 {
  display: inline-block;
  margin: 0;
}

.blockquote .blockquote-footer p {
  font-size: 16px;
  line-height: 30px;
}

.blockquote.style-2 {
  background: transparent;
  padding: 16px 30px;
}

@media (max-width: 767.98px) {
  .blockquote.style-2 {
    padding: 16px 20px;
  }
}

.blockquote.style-3 {
  position: relative;
  background: transparent;
  border: 0;
  padding: 20px 20px 20px 40px;
}

@media (max-width: 767.98px) {
  .blockquote.style-3 {
    padding: 16px 16px 16px 36px;
  }
}

.blockquote.style-3:before {
  content: '\f10d';
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
}

.nav {
  margin: 0;
  padding: 0;
}

.nav .nav-item {
  margin: 0 30px 0 0;
}

.nav .nav-item:last-child {
  margin-right: 0;
}

.nav .nav-item .nav-link {
  padding: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.nav .nav-item .nav-link h1, .nav .nav-item .nav-link h2, .nav .nav-item .nav-link h3, .nav .nav-item .nav-link h4, .nav .nav-item .nav-link h5, .nav .nav-item .nav-link h6 {
  margin: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.nav .nav-item .nav-link.active, .nav .nav-item .nav-link:hover {
  color: #131517;
}

.nav .nav-item .nav-link.active h1, .nav .nav-item .nav-link.active h2, .nav .nav-item .nav-link.active h3, .nav .nav-item .nav-link.active h4, .nav .nav-item .nav-link.active h5, .nav .nav-item .nav-link.active h6, .nav .nav-item .nav-link:hover h1, .nav .nav-item .nav-link:hover h2, .nav .nav-item .nav-link:hover h3, .nav .nav-item .nav-link:hover h4, .nav .nav-item .nav-link:hover h5, .nav .nav-item .nav-link:hover h6 {
  color: #131517;
}

.nav .nav-item .nav-link.disabled {
  color: #AAAAAA;
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.bg-image {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}


img {
  width: auto;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul, ul li ol {
  margin-top: 7px;
}

ul li a {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ol li ul, ol li ol {
  margin-top: 7px;
}


@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
}

body {
  color: #7C7C7C;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

h3.onairtitle,
p,
.slider,
h3.aboutprogram,
h4.aboutprogram,
#formarea,
h4.message
{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  letter-spacing: -0.3px;
  color: #131517;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h1.logo {
  margin-top:100px;
  margin-bottom:80px;
}
h1.logo img {
	width: 500px;
}

h2 {
  font-size: 2.13em;
  /* 32px */
  line-height: 1.625;
  /* 52px */
}

h3 {
  font-size: 1.86em;
  /* 28px */
  line-height: 1.65;
  /* 46px */
}
h3.onairtitle {
  font-size: 1.33em;
  /* 20px */
  line-height: 1.8;
  /* 36px */
  margin-bottom:20px;
}

h4 {
  font-size: 1.6em;
  /* 24px */
  line-height: 1.7;
  /* 40px */
}

h5 {
  font-size: 1.33em;
  /* 20px */
  line-height: 1.8;
  /* 36px */
}

h6 {
  font-size: 2.13em;
  /* 32px */
  line-height: 1.625;
  /* 52px */
}

p {
  margin: 0;
  line-height: 1.86;
  /* 28px */
}

@media (max-width: 991.98px) {
  p {
    line-height: 1.75;
    /* 24.5px */
  }
}

.display-1 {
  font-size: 6.4em;
}

/* 96px */
.display-2 {
  font-size: 5.86em;
}

/* 88px */
.display-3 {
  font-size: 4.8em;
}

/* 72px */
.display-4 {
  font-size: 3.73em;
}

/* 56px */
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 5.73em;
  }
  /* 86px */
  .display-2 {
    font-size: 5.33em;
  }
  /* 80px */
  .display-3 {
    font-size: 4.26em;
  }
  /* 64px */
  .display-4 {
    font-size: 3.2em;
  }
  /* 48px */
}

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 5.33em;
  }
  /* 80px */
  .display-2 {
    font-size: 4.8em;
  }
  /* 72px */
  .display-3 {
    font-size: 3.73em;
  }
  /* 56px */
  .display-4 {
    font-size: 3.2em;
  }
  /* 48px */
}

.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.875em;
  /* 13px */
  line-height: 1.85;
  /* 24px */
}

@media (max-width: 991.98px) {
  .font-small {
    font-size: 0.85em;
    /* 12px */
    line-height: 1.66;
    /* 20px */
  }
}

.font-large {
  font-size: 1.13em;
  /* 17px */
  line-height: 1.8;
  /* 30px */
}

@media (max-width: 991.98px) {
  .font-large {
    font-size: 1.145em;
    /* 16px */
  }
}

@media (min-width: 992px) {
  .font-lg-large {
    font-size: 1.13em;
    /* 17px */
    line-height: 1.8;
    /* 30px */
  }
  .font-lg-small {
    font-size: 0.875em;
    /* 13px */
    line-height: 1.85;
    /* 24px */
  }
}

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-170 {
  line-height: 170%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-190 {
  line-height: 190%;
}

.line-height-200 {
  line-height: 200%;
}

i {
  display: inline-block;
}


.box-shadow {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
}

.border-radius {
  border-radius: 0.375em;
}

a {
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

a:hover {
  color: #131517;
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  font: 400 13px "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e5e8eb;
  border: 1px solid #e5e8eb;
  padding: 5px 10px;
  color: #131517;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button i {
  margin-right: 8px;
  font-size: 15px;
}

.button:hover {
  color: #131517;
}

.button-xs {
  padding: 7px 16px;
}

.button-sm {
  padding: 10px 22px;
}

.button-md {
  padding: 14px 34px;
}

.button-lg {
  padding: 16px 42px;
}

.button-xl {
  padding: 18px 50px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-grey, a.button-grey {
  background: #e5e8eb;
  border: 0;
}



.button-circle, a.button-circle {
  background: #e5e8eb;
  display: inline-block;
  border: 1px solid #e5e8eb;
  border-radius: 50%;
  color: #131517;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button-circle:hover, a.button-circle:hover {
  color: #7C7C7C;
}

.button-circle-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.button-circle-sm i {
  line-height: 40px;
}



.button-circle-dark, a.button-circle-dark {
  background: #1d2023;
  border: 0;
  color: #fff;
}

.button-circle-dark:hover, .button-circle-dark:focus, a.button-circle-dark:hover, a.button-circle-dark:focus {
  background: #131517;
  color: #fff;
}

.button-font-2 {
  font-size: 18px;
  letter-spacing: -0.2px;
  text-transform: none;
}

.button-radius {
  border-radius: 0.375em;
}

.button-rounded {
  border-radius: 50px;
}

hr {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

.text-center hr {
  margin-right: auto;
  margin-left: auto;
}

.text-right hr {
  margin-left: auto;
}

.aboutprogram-box {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.aboutprogram-box img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}


.header {
  top: 0;
  z-index: 993;
  overflow: visible;
  background: #fff;
  width: 100%;
  height: 80px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container, .header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  cursor: pointer;
}

.header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #131517;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:before, .header .header-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #131517;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:before {
  top: -7px;
}

.header .header-toggle span:after {
  bottom: -7px;
}

.header .header-toggle.toggle-close span {
  background: transparent;
}

.header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-menu {
  display: inline-block;
  font-size: 18px;
  font-weight:500;
  z-index: 995;
}

.header .header-menu .nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav .nav-item {
  text-align: left;
}

.header .header-menu .nav .nav-item .nav-link {
  padding: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #131517;
}

.header .header-menu .nav .nav-item .nav-link:hover, .header .header-menu .nav .nav-item .nav-link.active {
  color: #131517;
}


.header .header-menu.font-2 .nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header.sticky-autohide, .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
  box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
}


.header.dark.border-top, .header.dark.border-bottom, .header.black.border-top, .header.black.border-bottom, .header.absolute-light.border-top, .header.absolute-light.border-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}



.header.dark {
  background: #131517;
}

.header.black {
  background: #000;
}

@media (min-width: 992px) {
  .header .header-menu {
    height: 80px;
  }
  .header.header-lg .header-logo img {
    height: 64px;
    max-height: 64px;
  }
  .header.header-lg .header-menu {
    height: 90px;
  }
  .header.header-xl .header-logo img {
    height: 74px;
    max-height: 74px;
  }
  .header.header-xl .header-menu {
    height: 100px;
  }
  .header:not(.left):not(.center) .header-menu {
    margin-left: auto;
  }
  .header.left .header-logo {
    margin-right: 30px;
  }
  .header.left .header-menu {
    margin-right: auto;
  }
  .header.center .header-logo {
    margin-right: auto;
  }
  .header.center .header-menu .nav {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    text-align: center;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 60px;
  }
  .header .header-menu .nav .nav-item:first-child {
    margin-left: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    display: inline-block;
    line-height: 80px;
  }
  .header .header-menu .nav .nav-item .nav-link:before {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    content: '';
    background: #eff2f5;
    height: 0;
    -webkit-transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .nav .nav-item .nav-link.d-toggle {
    padding-right: 14px;
  }
  
  .header .header-menu .nav .nav-item:hover .nav-link:before {
    height: 6px;
  }
  
  .header .header-toggle {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
  .header .header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
    background: #fff;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    padding: 20px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu.show {
    left: 0;
  }
  .header .header-menu .nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e3e6e9;
    padding: 14px 0;
  }
  .header .header-menu .nav .nav-item:last-child {
    border: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    display: inline-block;
    width: auto;
    height: auto;
    color: #7C7C7C;
  }
  .header .header-menu .nav .nav-item .nav-link:hover, .header .header-menu .nav .nav-item .nav-link:focus, .header .header-menu .nav .nav-item .nav-link.active {
    color: #131517;
  }
  
}




body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  height: 100%;
}

body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader.dark {
  background: #000;
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.preloader-1 div {
  position: relative;
  width: 70px;
  height: 70px;
}

.preloader-1 div .loader-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
  width: 70px;
  height: 70px;
  margin: auto;
  animation: loader-one-rotate 2s linear infinite;
}

.preloader-1 div .loader-path {
  fill: none;
  stroke: #131517;
  stroke-width: 2.5;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  animation: loader-one-dash 1.5s ease-in-out infinite;
}

.preloader-1.dark div .loader-path {
  stroke: #fff;
}

@keyframes loader-one-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-one-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}


.c {
  padding: 50px 0;
}

.section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
  padding: 50px 30px;
}

.section-sm {
  padding: 20px 0;
}

.section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
  padding: 20px 30px;
}

.section, .section-md {
  padding: 50px 0;
}

.section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
  padding: 50px 30px;
}

.section-lg {
  padding: 160px 0;
}

.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
  padding: 160px 30px;
}

.section-xl {
  padding: 200px 0;
}

.section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
  padding: 100px 30px;
}

.section-2xl {
  padding: 240px 0;
}

.section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
  padding: 240px 30px;
}

@media (max-width: 767.98px) {
  .section-xs {
    padding: 30px 0;
  }
  .section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
    padding: 30px 30px;
  }
  .section-sm {
    padding: 50px 0;
  }
  .section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
    padding: 50px 30px;
  }
  .section, .section-md {
    padding: 80px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 80px 30px;
  }
  .section-lg {
    padding: 120px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-xl {
    padding: 160px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 160px 30px;
  }
  .section-2xl {
    padding: 180px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 180px 30px;
  }
}

@media (max-width: 575.98px) {
  .section, .section-md {
    padding: 70px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 70px 30px;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 100px 30px;
  }
  .section-xl {
    padding: 140px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-2xl {
    padding: 160px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 140px 30px;
  }
}

.section-xs.bg-image,
.section-sm.bg-image,
.section.bg-image, .section-md.bg-image,
.section-lg.bg-image,
.section-xl.bg-image,
.section-2xl.bg-image {
  padding: 0;
}

.section-fullscreen {
  width: 100%;
  height: 100vh;
}

.section-fullscreen div[class^='bg-dark'], .section-fullscreen div[class*=' bg-dark'],
.section-fullscreen .container, .section-fullscreen .container-fluid {
  height: 100%;
}


.bg-black {
  background: #000 !important;
}

.bg-black-05 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-04 {
  background: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-03 {
  background: rgba(0, 0, 0, 0.3) !important;
}


.bg-dark {
  background: #131517 !important;
}


.bg-transparent {
  background: transparent !important;
}

.font-family-primary {
  font-family: "Open Sans", sans-serif;
}

.font-family-secondary, .font-family-playfair {
  font-family: "Playfair Display", serif;
}

.font-family-tertiary {
  font-family: "Poppins", sans-serif;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}



*.text-dark {
  color: #131517 !important;
}

*.text-yellow {
  color: #ffc107;
}

*.text-red {
  color: #dc3545;
}

*.text-green {
  color: #28a745;
}

*.text-blue {
  color: #007bff;
}

.text-decoration-overline {
  text-decoration: overline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-underline-overline {
  text-decoration: underline overline;
}

a.text-decoration-overline:hover, button.text-decoration-overline:hover {
  text-decoration: overline;
}

a.text-decoration-line-through:hover, button.text-decoration-line-through:hover {
  text-decoration: line-through;
}

a.text-decoration-underline:hover, button.text-decoration-underline:hover {
  text-decoration: underline;
}

a.text-decoration-underline-overline:hover, button.text-decoration-underline-overline:hover {
  text-decoration: underline overline;
}

.stroke-text {
  color: #131517;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.0px;
  -webkit-text-stroke-color: #131517;
}

@media (min-width: 768px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}

@media (min-width: 992px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.4px;
  }
}


.border-all,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-all {
  border-width: 1px;
}

.border-top {
  border-top-width: 1px;
}

.border-right {
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-width: 1px;
}

.border-left {
  border-left-width: 1px;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .margin-md-top-10 {
    margin-top: 10px;
  }
  .margin-md-top-20 {
    margin-top: 20px;
  }
  .margin-md-top-30 {
    margin-top: 30px;
  }
  .margin-md-top-40 {
    margin-top: 40px;
  }
  .margin-md-top-50 {
    margin-top: 50px;
  }
  .margin-md-top-60 {
    margin-top: 60px;
  }
  .margin-md-top-70 {
    margin-top: 70px;
  }
  .margin-md-right-10 {
    margin-right: 10px;
  }
  .margin-md-right-20 {
    margin-right: 20px;
  }
  .margin-md-right-30 {
    margin-right: 30px;
  }
  .margin-md-left-10 {
    margin-left: 10px;
  }
  .margin-md-left-20 {
    margin-left: 20px;
  }
  .margin-md-left-30 {
    margin-left: 30px;
  }
  .margin-md-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-md-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-md-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-md-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-md-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-md-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-md-bottom-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .margin-lg-top-10 {
    margin-top: 10px;
  }
  .margin-lg-top-20 {
    margin-top: 20px;
  }
  .margin-lg-top-30 {
    margin-top: 30px;
  }
  .margin-lg-top-40 {
    margin-top: 40px;
  }
  .margin-lg-top-50 {
    margin-top: 50px;
  }
  .margin-lg-top-60 {
    margin-top: 60px;
  }
  .margin-lg-top-70 {
    margin-top: 70px;
  }
  .margin-lg-right-10 {
    margin-right: 10px;
  }
  .margin-lg-right-20 {
    margin-right: 20px;
  }
  .margin-lg-right-30 {
    margin-right: 30px;
  }
  .margin-lg-left-10 {
    margin-left: 10px;
  }
  .margin-lg-left-20 {
    margin-left: 20px;
  }
  .margin-lg-left-30 {
    margin-left: 30px;
  }
  .margin-lg-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-lg-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-lg-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-lg-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-lg-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-lg-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-lg-bottom-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .margin-xl-top-10 {
    margin-top: 10px;
  }
  .margin-xl-top-20 {
    margin-top: 20px;
  }
  .margin-xl-top-30 {
    margin-top: 30px;
  }
  .margin-xl-top-40 {
    margin-top: 40px;
  }
  .margin-xl-top-50 {
    margin-top: 50px;
  }
  .margin-xl-top-60 {
    margin-top: 60px;
  }
  .margin-xl-top-70 {
    margin-top: 70px;
  }
  .margin-xl-right-10 {
    margin-right: 10px;
  }
  .margin-xl-right-20 {
    margin-right: 20px;
  }
  .margin-xl-right-30 {
    margin-right: 30px;
  }
  .margin-xl-left-10 {
    margin-left: 10px;
  }
  .margin-xl-left-20 {
    margin-left: 20px;
  }
  .margin-xl-left-30 {
    margin-left: 30px;
  }
  .margin-xl-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-xl-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-xl-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-xl-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-xl-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-xl-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-xl-bottom-70 {
    margin-bottom: 70px;
  }
}

.margin-0 {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-xl-0 {
    margin: 0 !important;
  }
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.padding-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .padding-md-10 {
    padding: 10px;
  }
  .padding-md-20 {
    padding: 20px;
  }
  .padding-md-30 {
    padding: 30px;
  }
  .padding-md-40 {
    padding: 40px;
  }
  .padding-md-50 {
    padding: 50px;
  }
  .padding-md-60 {
    padding: 60px;
  }
  .padding-md-70 {
    padding: 70px;
  }
  .padding-x-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .padding-lg-10 {
    padding: 10px;
  }
  .padding-lg-20 {
    padding: 20px;
  }
  .padding-lg-30 {
    padding: 30px;
  }
  .padding-lg-40 {
    padding: 40px;
  }
  .padding-lg-50 {
    padding: 50px;
  }
  .padding-lg-60 {
    padding: 60px;
  }
  .padding-lg-70 {
    padding: 70px;
  }
  .padding-x-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .padding-xl-10 {
    padding: 10px;
  }
  .padding-xl-20 {
    padding: 20px;
  }
  .padding-xl-30 {
    padding: 30px;
  }
  .padding-xl-40 {
    padding: 40px;
  }
  .padding-xl-50 {
    padding: 50px;
  }
  .padding-xl-60 {
    padding: 60px;
  }
  .padding-xl-70 {
    padding: 70px;
  }
  .padding-x-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-x-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-x-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-x-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-x-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-x-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-x-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-y-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-y-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-y-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-y-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-y-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-y-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-y-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.logoarea {
  background: rgba(0, 0, 0, 0.3) !important;
}

h2.sectionTitle,
h2.sectionTitle2,
h2.sectionTitle3,
h2.sectionTitle4,
h2.sectionTitle5,
h6 {
	font-family: 'Niramit', sans-serif;
}
h2.sectionTitle,
h2.sectionTitle2,
h2.sectionTitle3,
h2.sectionTitle4,
h2.sectionTitle5 {
	position: relative;
    padding: 0.5rem 0;
    margin-bottom: 50px;
    border-bottom: 5px solid;
}
h2.sectionTitle {
	color:#e70012;
}
h2.sectionTitle:before,
h2.sectionTitle:after,
h2.sectionTitle2:before,
h2.sectionTitle2:after,
h2.sectionTitle3:before,
h2.sectionTitle3:after,
h2.sectionTitle4:before,
h2.sectionTitle4:after,
h2.sectionTitle5:before,
h2.sectionTitle5:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

h2.sectionTitle:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

h2.sectionTitle:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
h2.sectionTitle2 {
	color:#fff;
}


h2.sectionTitle2:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

h2.sectionTitle2:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
h2.sectionTitle3 {
	color:#000;
}

h2.sectionTitle3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -16px;
}

h2.sectionTitle3:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -10px;
}
h2.sectionTitle4 {
	color:#e6c923;
}

h2.sectionTitle4:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -16px;
}

h2.sectionTitle4:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #e6c923;
    margin-left: -10px;
}
h2.sectionTitle5 {
	color:#000;
}

h2.sectionTitle5:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #f6d81c;
    margin-left: -16px;
}

h2.sectionTitle5:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #000;
    margin-left: -10px;
}
.spinear {
	font-size:40px;
	color:#e70012;
	font-family: 'Niramit', sans-serif;
	letter-spacing:2px;
}
.bg-yellow {
  background: #f6d81c !important;
}
h3.aboutprogram {
	font-size:30px;
	color:#fff;
}
h4.aboutprogram {
	font-size:21px;
	font-weight:normal;
}
.button-msg {
	padding: 18px 50px;
}
.button-msg, a.button-msg {
  background: #f6d81c;
  border: 0;
  color: #131517;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-transform: none;
  margin-top: 20px;
}

.button-msg:hover, .button-msg:focus, a.button-msg:hover, a.button-msg:focus {
  background: rgba(246, 216, 28, 0.9);
  border: 0;
  color: #131517;
}

.instagram {padding:20px;}

/* SLICK SLIDER */

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}

.slider div > div {
  margin-bottom: 20px;
  text-align: left;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

/*------------------------ form ------------------------*/


.form-inp {
    width: 100%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp2 {
    width: 30%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp3 {
    width: 50%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.block45 {
  height: 45px;
}

#formarea {margin: 40px;
text-align: left;}

#formarea select{font-size:14px;}

#formarea textarea {
    width: 100%;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
}

#formarea .formbox h3{color:#000;;margin:0 0 30px;padding:5px 0;border-bottom:2px solid #000;font-weight:bold;clear:both;font-size:18px}
#formarea .notice2{margin-left:170px;font-size:0.86em; }
#formarea .notice{background:#F7F4EC;margin:20px 0;padding:8px 10px;border-radius:5px;font-size:14px;}
.formbox #formarea .notice{margin-top:40px}
#formarea .notice strong{font-weight:normal}
#formarea .member-link a{display:inline-block;margin-right:15px;text-decoration:none;color:#000;}
#formarea .center-buttons{padding:30px 0 0;text-align:center}#formarea .center-buttons input{display:inline-block}

.but-big {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    display: inline-block;
    border: 0;
    background: #000;
    line-height: 21px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.but-big:hover {    
	color: #000;
    background: #f6d81c;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
}