@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local("Hiragino Kaku Gothic Pro W3"), url("../fonts/HiraginoKakuGothicPro/HiraKakuPro-W3-AlphaNum.woff2") format("woff2"), url("../fonts/HiraginoKakuGothicPro/HiraKakuPro-W3-AlphaNum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/**
* --------------------------------------------------------------------
* YoGo
* --------------------------------------------------------------------
*/
@font-face {
  font-family: 'YuGothic Medium';
  src: url("../fonts/YuGo/YuGo-Medium-AlphaNum.woff2") format("woff2"), url("../fonts/YuGo/YuGo-Medium-AlphaNum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.header-custom#header {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  padding: 20px 0 0;
  position: relative;
  margin-bottom: -174px;
}

@media (max-width: 992px) {
  .header-custom#header {
    padding: 0;
    position: fixed;
  }
}

.header-custom#header .nav ul {
  display: none;
}

.header-custom#header .logo {
  float: none;
  text-align: center;
  padding: 12px 0 0;
  margin: 0 0 -10px !important;
}

@media (max-width: 992px) {
  .header-custom#header .logo {
    padding: 15px 0 10px;
  }
}

@media (max-width: 576px) {
  .header-custom#header .logo {
    width: 100%;
    padding: 10px 0 5px;
  }
}

.header-custom#header .logo img {
  width: 220px;
}

@media (max-width: 576px) {
  .header-custom#header .logo img {
    width: 150px !important;
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  .header-custom#header .inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 576px) {
  .header-custom#header .inner {
    width: 100%;
  }
}

.header-custom#header.active {
  padding: 6px 0 0;
  background: #fff;
  position: fixed;
  margin: 0;
  top: 0;
}

.header-custom#header.active .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-custom#header.active .logo {
  margin: 0 !important;
  padding: 0;
}

@media (max-width: 992px) {
  .header-custom#header.active .logo {
    width: 100%;
  }
}

.header-custom#header.active .logo img {
  width: 180px;
}

.header-custom#header.active .header-custom_top {
  display: none;
}

.header-custom#header.active .header-custom_top a {
  color: #3eb134;
  margin-left: 30px;
  font-size: 14px;
}

.header-custom#header.active .header-custom_top a:first-child {
  margin-left: 0;
  cursor: default;
}

.header-custom#header.active .header-custom_top a:hover {
  opacity: 0.7;
}

.header-custom#header.active .nav {
  margin-left: auto;
}

.header-custom#header.active .nav ul {
  margin: 0;
  display: block;
}

@media (max-width: 992px) {
  .header-custom#header.active .nav ul {
    display: none;
  }
}

.header-custom#header.active .nav ul li {
  margin-top: 0;
}

.header-custom#header.active .nav ul li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .header-custom#header.active .nav ul li {
    margin: 0 15px 0 15px;
  }
}

.header-custom#header.active .nav ul li a {
  color: #3eb134;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.header-custom#header.active .nav ul li a:hover {
  opacity: 0.8;
}

.header-custom#header.active .nav ul li a.no-active {
  color: #3eb134 !important;
}

@media (max-width: 992px) {
  .header-custom#header.active .nav ul li a.no-active {
    color: #fff !important;
  }
}

@media (max-width: 992px) {
  .header-custom#header.active .nav_list {
    top: 74px;
  }
}

@media (max-width: 576px) {
  .header-custom#header.active .nav_list {
    top: 66px;
  }
}

.header-custom_top {
  text-align: right;
}

@media (max-width: 992px) {
  .header-custom_top {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-custom_top.active {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .header-custom_top.active a:not(.name) {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-custom_top.active a.name {
    position: absolute;
    top: calc(50% + 2px);
    left: 15px;
    width: 102px;
    font-size: 12px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    text-align: left;
    color: #3eb134;
  }
  .header-custom_top.active a.name span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.header-custom_top a {
  font-size: 12px;
  margin-left: 20px;
  color: #999;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width: 768px) {
  .header-custom_top a {
    letter-spacing: 1px;
  }
}

.header-custom_top a:hover {
  color: #000;
  opacity: 1;
}

.header-custom_top a.name {
  cursor: default;
}

.header-custom_top a.name:hover {
  color: #999;
}

.header-border {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px !important;
}

@media (max-width: 992px) {
  .header-border {
    border-bottom: 1px solid #3eb134;
    margin-bottom: 0 !important;
  }
}

#nav-common .nav-custom_content {
  padding-bottom: 0 !important;
}

#nav-common .nav-custom_content li {
  padding: 25px 15px;
}


.footer-custom#footer {
  background: none;
  border: 0;
}

.footer-custom_nav {
  border-top: 1px solid #3eb134;
}

.footer-custom_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 55px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

@media (max-width: 992px) {
  .footer-custom_nav .nav {
    margin: 0 -20px;
    padding: 0;
    display: block;
    line-height: normal;
  }
}

@media (min-width: 992px) {
  .footer-custom_nav .nav li {
    display: table;
    margin: auto;
  }
}

.footer-custom_nav .nav a {
  font-size: 14px;
  border-bottom: 1px solid #3eb134;
  text-decoration: none;
  margin: 0 15px;
  display: inline-block;
}

@media (max-width: 992px) {
  .footer-custom_nav .nav a {
    width: 100%;
    margin: 0;
    padding: 10px 18px;
    font-size: 13px;
    display: block;
  }
}

@media (min-width: 992px) {
  .footer-custom_nav .nav a:hover {
    border-bottom: 0;
  }
}

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

.footer-custom_txt {
  font-weight: 500;
  letter-spacing: 3px;
}

.footer-custom_body {
  text-align: center;
  background-color: #f4f7f3;
  padding: 50px 20px;
  font-size: 16px;
}

.footer-custom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-custom_inner_item {
  margin: 0 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media (max-width: 992px) {
  .footer-custom_inner_item {
    margin: 0 15px 5px;
    width: 100%;
  }
}

.footer-custom_link {
  display: inline-block;
  border-bottom: 1px solid #3eb134;
  color: #3eb134;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.footer-custom_link:hover {
  text-decoration: none;
}

.footer-custom_bottom {
  text-align: center;
  padding: 55px 20px;
  color: #fff;
  background-color: #3eb134;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: 'Hiragino Kaku Gothic Pro W3';
}

@media (max-width: 992px) {
  .footer-custom_bottom {
    font-size: 10px;
    padding: 30px 20px;
  }
}

.footer-custom_top {
  background-image: url("../img/bg_line.png");
  padding: 35px 0 2px;
}

@media (min-width: 768px) {
  .footer-custom_top {
    padding: 80px 0 100px;
  }
}

.footer-custom_top .container {
  background: transparent;
}

.footer-custom_top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-custom_top_content {
    margin: 0 -20px;
  }
}

.footer-custom_top_item {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-custom_top_item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-custom_top_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .footer-custom_top_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.footer-custom_top_text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: normal;
  text-align: left;
}

@media (min-width: 768px) {
  .footer-custom_top_text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.footer-custom_btn {
  font-size: 15px;
  font-weight: 600;
  padding: 17px;
  text-align: center;
  display: table;
  margin: auto auto 0;
  color: #fff !important;
  position: relative;
  width: 65%;
  letter-spacing: 3px;
}

.footer-custom_btn:hover {
  text-decoration: none;
}

.footer-custom_btn::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media (min-width: 768px) {
  .footer-custom_btn {
    font-size: 18px;
    padding: 26px 17px;
    min-width: 200px;
    width: 60%;
  }
}

.footer-custom_btn.btn-warning {
  background-color: #ed9701;
}

.footer-custom_btn.btn-warning::before {
  content: "";
  border-right: 1px solid #ed9701;
  border-bottom: 1px solid #ed9701;
}

.footer-custom_btn.btn-success {
  background-color: #3eb134;
}

.footer-custom_btn.btn-success::before {
  content: "";
  border-right: 1px solid #3eb134;
  border-bottom: 1px solid #3eb134;
}

.footer-custom_contact {
  text-align: center;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .footer-custom_contact {
    margin: 0 auto 70px;
    width: 50%;
  }
}

.footer-custom_contact_txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: normal;
}

@media (min-width: 768px) {
  .footer-custom_contact_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.footer-custom_banner {
  border-top: 1px solid #3eb134;
  padding: 22px 0;
}

@media (min-width: 768px) {
  .footer-custom_banner {
    padding: 40px 0;
  }
}

.form-custom_title {
  font-size: 15px;
  font-weight: 600;
  color: #3eb134;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .form-custom_title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.form-custom_label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

@media (min-width: 768px) {
  .form-custom_label {
    font-size: 14px;
  }
}

.form-custom_input {
  padding: 10px;
  border: 1px solid #999999;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  .form-custom_input {
    padding: 7px 10px;
  }
}

.form-custom_input:focus {
  border: 1px solid #ccc;
}

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

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

@media (min-width: 768px) {
  .form-custom_content {
    margin-bottom: 60px;
  }
}

.form-custom_btn {
  border-radius: 10px;
  background-color: #3eb134;
  padding: 15px;
  text-align: center;
  color: #fff !important;
  border: 0;
  min-width: 200px;
  font-size: 14px;
  font-weight: 600;
  display: table;
  margin: 40px auto 20px;
  cursor: pointer;
}

.form-custom_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .form-custom_btn {
    padding: 22px 15px;
    margin: 40px auto 25px;
  }
}

.form-custom_btn.btn-danger {
  background-color: #ff0008;
}

.form-custom_link {
  display: table;
  margin: auto;
  border-bottom: 1px solid;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
}

@media (min-width: 768px) {
  .form-custom_link {
    font-size: 14px;
  }
}

.form-custom_link:hover {
  text-decoration: none;
}

.form-custom_txt {
  font-size: 12px;
}

@media (min-width: 768px) {
  .form-custom_txt {
    font-size: 14px;
  }
}

.form-login {
  width: calc(100% - 80px);
  margin: auto;
}

@media (min-width: 768px) {
  .form-login {
    width: 400px;
  }
}

#content .form-register.tbl-form {
  border: 0;
}

@media (max-width: 576px) {
  #content .form-register.tbl-form {
    padding-top: 0;
    margin: 0;
    font-size: 12px;
  }
}

#content .form-register.tbl-form tr {
  border-bottom: 1px solid #3eb134;
  background: none;
}

#content .form-register.tbl-form tr:first-child {
  border-top: 1px solid #3eb134;
}

#content .form-register.tbl-form th {
  padding: 16px 0 14px;
}

@media (min-width: 576px) {
  #content .form-register.tbl-form th {
    padding: 30px 30px 30px 0;
  }
}

#content .form-register.tbl-form th span {
  font-weight: 600;
}

#content .form-register.tbl-form td {
  padding: 0 0 20px;
}

@media (min-width: 576px) {
  #content .form-register.tbl-form td {
    padding: 30px 0;
  }
}

#content .form-register.tbl-form td input,
#content .form-register.tbl-form td textarea,
#content .form-register.tbl-form td select {
  border: 1px solid #999;
}

@media (min-width: 992px) {
  #content .form-register.tbl-form .name li {
    margin-right: 40px;
  }
}

@media (max-width: 576px) {
  #content .form-register.tbl-form .name li:first-child {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 576px) {
  #content .form-register.tbl-form .form-radio label {
    font-size: 14px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#content .form-register.tbl-form .form-radio label input[type="radio"] {
  display: inline-block;
  width: 15px !important;
  height: 15px;
  border-radius: 50% !important;
  margin-right: 3px !important;
}

#content .form-register_name {
  margin-right: 15px;
  margin-bottom: 3px;
  display: inline-block;
}

#content .form-register_input {
  width: 100% !important;
}

#content .form-register_input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: normal;
}

#content .form-register_input:-ms-input-placeholder {
  font-size: 12px;
  line-height: normal;
}

#content .form-register_input::-ms-input-placeholder {
  font-size: 12px;
  line-height: normal;
}

#content .form-register_input::placeholder {
  font-size: 12px;
  line-height: normal;
}

@media (min-width: 768px) {
  #content .form-register_input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #content .form-register_input:-ms-input-placeholder {
    font-size: 14px;
  }
  #content .form-register_input::-ms-input-placeholder {
    font-size: 14px;
  }
  #content .form-register_input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #content .form-register_input {
    font-size: 14px !important;
    padding: 10px 6px !important;
  }
}

@media (min-width: 768px) {
  #content .form-register_input {
    width: 14em !important;
    font-size: 16px !important;
  }
}

@media (min-width: 992px) {
  #content .form-register_input {
    width: 18em !important;
  }
}

#content .form-register_input-small {
  padding: 6px 5px !important;
  width: 50% !important;
}

@media (max-width: 576px) {
  #content .form-register_input-small {
    font-size: 14px !important;
    padding: 10px 6px !important;
  }
}

@media (min-width: 768px) {
  #content .form-register_input-small {
    width: 7em !important;
  }
}

@media (min-width: 992px) {
  #content .form-register_input-small {
    width: 9em !important;
  }
}

#content .form-register_note {
  color: #000;
  margin-top: 6px;
  font-size: 12px;
}

@media (min-width: 768px) {
  #content .form-register_note {
    font-size: 14px;
  }
}

#content .form-register_label {
  border: 0 !important;
  padding: 0 !important;
}

@media (max-width: 576px) {
  #content .form-register_label {
    font-size: 14px;
  }
}

#content .form-register_label ~ .required {
  border: 0;
  padding: 0;
}

#content .form-register_ckbox {
  display: inline-block;
}

@media (max-width: 576px) {
  #content .form-register_ckbox {
    font-size: 14px !important;
  }
  #content .form-register_ckbox input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    margin: 0;
  }
}

#content .form-register select {
  background-image: url("../img/icons/arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 12px 6px;
}

#content .form-register_group {
  margin: 40px 0 30px;
}

@media (min-width: 768px) {
  #content .form-register_group {
    margin: 50px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#content .form-register_group .form-custom_btn {
  border: 1px solid #3eb134;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #content .form-register_group .form-custom_btn {
    margin: 0 15px;
  }
}

#content .form-register_group .form-custom_btn.btn-default {
  background-color: #fff;
  color: #3eb134 !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-weight: 500;
  min-width: 100%;
  line-height: normal !important;
  font-family: "YuGothic Medium",sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.d-none {
  display: none !important;
}

.d-center {
  display: table !important;
  margin: auto !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

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

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 35px !important;
}

@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.font-weight-bold {
  font-weight: 600 !important;
}

.row-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (min-width: 992px) {
  .row-custom {
    margin: 0 -15px;
  }
}

.col-custom-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .col-custom-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-custom-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .col-custom-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.container {
  padding: 0 20px !important;
}

@media (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 992px) {
  .sp {
    display: block !important;
  }
}

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

.w-100 {
  width: 100% !important;
}

.color-green {
  color: #3eb134;
}

.color-orange {
  color: #ed9701;
}

.text-center {
  text-align: center !important;
}

.title {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) {
  .title {
    font-size: 14px;
  }
}

.title-large {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .title-large {
    font-size: 28px;
  }
}

.title-mb {
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .title-mb {
    margin-bottom: 45px;
  }
}

.btn-custom {
  display: table;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  min-width: 150px;
  color: #000 !important;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.btn-custom:hover {
  text-decoration: none;
  background: #000;
  color: #fff !important;
}

.btn-custom_back {
  border: 0;
  font-weight: 600;
  color: #fff !important;
  background-color: #3eb134;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .btn-custom_back {
    border-bottom: 1px solid;
    color: #000 !important;
    font-weight: 500;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    background-color: transparent;
  }
}

.btn-custom_back:hover {
  color: #3eb134 !important;
  background-color: transparent;
}

@media (max-width: 992px) {
  .nav-custom {
    display: none !important;
  }
}

.nav-custom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 50px;
}

.nav-custom_content li {
  display: table;
  margin: auto;
}

.nav-custom li {
  margin-top: 0;
}

.nav-custom li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.12px;
}

.nav-custom li a.active.no-active {
  color: #000 !important;
}

.nav-custom li a:hover {
  color: #ed9701;
}

.nav-sp {
  display: none;
  font-size: 0;
  width: 54px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 576px) {
  .nav-sp {
    width: 34px;
    right: 20px;
  }
}

.nav-sp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #3eb134;
  -webkit-box-shadow: 0 10px 0 #3eb134, 0 20px 0 #3eb134;
          box-shadow: 0 10px 0 #3eb134, 0 20px 0 #3eb134;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3 ease-in-out;
  transition: -webkit-transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out, -webkit-transform 0.3 ease-in-out;
}

@media (max-width: 576px) {
  .nav-sp::before {
    height: 1px;
    -webkit-box-shadow: 0 8px 0 #3eb134, 0 16px 0 #3eb134;
            box-shadow: 0 8px 0 #3eb134, 0 16px 0 #3eb134;
  }
}

.nav-sp::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #3eb134;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3 ease-in-out;
  transition: -webkit-transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out, -webkit-transform 0.3 ease-in-out;
}

@media (max-width: 576px) {
  .nav-sp::after {
    height: 1px;
  }
}

.nav-sp.active {
  width: 34px;
  height: 34px;
}

.nav-sp.active::before {
  content: "";
  top: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.nav-sp.active::after {
  content: "";
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

@media (max-width: 992px) {
  .nav-sp {
    display: block;
  }
}

.nav-sp_item {
  display: none !important;
}

@media (max-width: 992px) {
  .nav-sp_item {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .nav_list {
    position: fixed;
    width: 100%;
    top: 0 !important;
    padding-top: 70px;
    left: 0;
    margin: 0 !important;
    background: #3eb134;
  }
  .nav_list li {
    float: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .nav_list li:first-child a {
    border-top: 1px solid #fff;
  }
  .nav_list li a {
    color: #fff !important;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .nav_list li a.active.no-active {
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .nav_list li {
    border: 0 !important;
  }
}

.nav_list_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.nav_list_icon img {
  width: 20px;
}

.nav_dropdown {
  position: absolute;
  min-width: 165px;
  left: 0;
  background-color: #fff;
  display: none;
}

.nav_dropdown a {
  display: block;
  padding: 7px 12px;
  color: #fff !important;
  background-color: #ed9701;
  border-top: 1px solid #fff;
}

.nav li {
  position: relative;
}

.nav li a.active {
  color: #ed9701 !important;
}

.nav li .nav_dropdown a.active {
  color: #fff !important;
}

.banner-header {
  padding-top: 174px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .banner-header {
    padding-top: 107px;
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .banner-header {
    padding-top: 75px;
  }
}

.banner-header a {
  display: inline-block;
}

.banner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -15px;
}

@media (min-width: 768px) {
  .banner-body {
    margin: 0 -10px -15px -10px;
  }
}

.banner-body_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner-body_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .banner-body_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.banner-body_item {
  margin: 0 0 18px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .banner-body_item {
    margin: 0 10px 20px 10px;
  }
}

.banner-body_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-custom_content {
  margin: 0 10px;
  position: relative;
}

@media (min-width: 992px) {
  .card-custom_content {
    margin: 0 15px;
  }
}

.card-custom_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-custom_link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.card-custom_img {
  margin-bottom: 12px;
  height: 100px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .card-custom_img {
    margin-bottom: 18px;
    height: 150px;
  }
}

.card-custom_img img {
  height: 100%;
}

.card-custom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}

.card-custom_date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 1px;
  padding-right: 6px;
  display: inline-block;
}

@media (min-width: 992px) {
  .card-custom_date {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

.card-custom_label {
  margin-bottom: 12px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px 1px;
  margin-right: 5px;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .card-custom_label {
    font-size: 11px;
    margin-bottom: 12px;
    padding: 3px 10px 2px;
  }
}

.card-custom_label.ca01 {
  background-color: #3eb134;
}

.card-custom_label.ca02 {
  background-color: #ed9701;
}

.card-custom_label.ca03 {
  background-color: #ffe400;
}

.card-custom_title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.card-custom_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  color: #fff;
  background: #f00;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.card-custom .col-custom-4 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-custom .col-custom-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #content {
    font-size: 14px;
	padding-top: 100px !important;
  }
}

@media (min-width: 576px) {
  #content {
    padding-top: 140px;
  }
}

@media (min-width: 992px) {
  #content {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  #content .inner {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #content .content-ttl {
    font-size: 18px !important;
  }
}

@media (max-width: 576px) {
  #content .btn-submit input[type="submit"] {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  #top-page {
    padding-top: 0 !important;
  }
}


.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_text {
  font-size: 14px;
  margin-top: -10px;
  font-weight: 500;
  line-height: 30px;
}

@media (min-width: 992px) {
  .about_text {
    font-size: 16px;
    line-height: 40px;
  }
}

.about_text_first {
  display: inline-block;
  margin-left: -8px;
}

.about_img {
  margin: 30px 0 0;
}

@media (max-width: 576px) {
  #pagetop {
    right: 20px !important;
  }
}

#pagetop a {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #3eb134;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

#pagetop a::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #3eb134;
  position: absolute;
  left: -2px;
}

#pagetop a::after {
  width: 2px;
  height: 5px;
  background: #3eb134;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  left: 0px;
}

#pagetop.active a {
  color: #fff;
}

#pagetop.active a::before, #pagetop.active a::after {
  content: "";
  background: #fff;
}

.error_message {
  font-size: 12px;
  text-align: center;
  color: #f00;
}

@media (min-width: 768px) {
  .error_message {
    font-size: 14px;
  }
}

.error {
  font-size: 12px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .error {
    font-size: 14px;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_title {
  font-size: 18px;
  color: #3eb134;
  font-weight: 600;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .main_title {
    font-size: 24px;
    color: #000;
  }
}

.main_date {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 992px) {
  .main_date {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
  }
}

.main_label {
  color: #b60505 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

.main_l {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .main_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 250px);
    min-height: 280px;
  }
}

@media (min-width: 992px) {
  .main_l {
    min-height: 400px;
  }
}

.main_r {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .main_r {
    width: 250px;
    padding-left: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: calc(100% - 250px) !important;
  }
}

@media (min-width: 768px) {
  .main_r.fixed {
    left: calc(50% + 115px) !important;
  }
}

@media (min-width: 992px) {
  .main_r.fixed {
    left: calc(50% + 250px) !important;
  }
}

.main_sidebar {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .main_sidebar {
    width: 210px;
  }
}

.main_sidebar_ckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  opacity: 0;
}

@media (min-width: 768px) {
  .main_sidebar_ckbox {
    display: none;
  }
}

.main_sidebar_ckbox:checked ~ .menu {
  display: block;
}

.main_sidebar_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main_sidebar_icon img {
  width: 12px;
}

@media (min-width: 768px) {
  .main_sidebar_icon {
    display: none;
  }
}

.main_sidebar_title {
  position: relative;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .main_sidebar_title {
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding: 15px;
  }
}

.main_sidebar .menu {
  border: 1px solid #ccc !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  display: none;
}

@media (min-width: 768px) {
  .main_sidebar .menu {
    padding-top: 15px;
    margin-left: 25px;
    border: 0 !important;
    display: block;
  }
}

.main_sidebar .menu li {
  font-size: 12px;
  padding: 0 !important;
  display: list-item !important;
}

@media (min-width: 768px) {
  .main_sidebar .menu li {
    list-style: disc;
  }
}

.main_sidebar .menu li.active {
  color: #3eb134;
}

.main_sidebar .menu li.active a {
  color: #3eb134;
}

.main_sidebar .menu li a {
  font-size: 14px !important;
  display: inline-block;
  padding: 10px !important;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: none !important;
}

@media (min-width: 768px) {
  .main_sidebar .menu li a {
    width: auto;
    font-size: 15px !important;
    border: 0;
    padding: 15px 0 !important;
  }
}

.main_editor {
  font-size: 14px;
}

.main_editor img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.main_editor h1 {
  padding: 8px 15px;
  background-color: #3eb134;
  color: #fff !important;
  font-family: "YuGothic Bold", sans-serif;
  line-height: 2.05;
  letter-spacing: 3px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .main_editor h1 {
    line-height: 2.05;
    letter-spacing: 3.24px;
  }
}

.main_editor h1 span {
  color: #fff !important;
  font-weight: 600;
}

.main_editor h1:empty {
  display: none;
}

.main_editor h2 {
  border-top: 1px solid #3eb134;
  border-bottom: 1px solid #3eb134;
  padding: 9px 7px 7px;
  font-weight: 600;
  color: #3eb134;
}

.main_editor h2 span {
  color: #3eb134 !important;
  font-weight: 600;
}

.main_editor h3 {
  border-left: 3px solid #3eb134;
  padding: 0 5px;
  font-weight: 600;
  color: #3eb134;
}

.main_editor h3 span {
  font-weight: 600;
  color: #3eb134;
}

.main_editor h4 {
  color: #217fa6 !important;
  line-height: 12px;
}

.main_editor h4 span,
.main_editor h4 a {
  border-bottom: 1px solid #217fa6;
  color: #217fa6 !important;
}

.main_editor h4 span:hover,
.main_editor h4 a:hover {
  text-decoration: none;
}

.main_editor h5 {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: -1px;
  display: inline-block;
  width: 100%;
}

.main_editor h5 span {
  color: #000;
  font-weight: 600;
}

.main_editor h6 {
  padding-left: 12px;
  position: relative;
}

.main_editor h6::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.main .pagenav span, .main .pagenav a {
  display: inline-block;
  padding: 3px 10px;
  color: #000;
  margin-right: 4px;
  border-radius: 14px;
  font-size: 12px;
}

.main_news {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .main_news {
    margin-bottom: 50px;
  }
}

.main_news_title {
  background: #3eb134;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 10px 6px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .main_news_title {
    font-size: 18px;
    padding: 8px 15px;
    margin-bottom: 50px;
  }
}

.main_news_subTitle-1 {
  font-size: 14px;
  border-top: 1px solid #3eb134;
  border-bottom: 1px solid #3eb134;
  padding: 9px 7px 7px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3eb134;
}

@media (min-width: 768px) {
  .main_news_subTitle-1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.main_news_subTitle-2 {
  font-size: 14px;
  border-left: 3px solid #3eb134;
  padding: 0px 5px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #3eb134;
}

@media (min-width: 768px) {
  .main_news_subTitle-2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.main_news_link {
  font-size: 12px;
  color: #217fa6 !important;
  display: inline-block;
  border-bottom: 1px solid #217fa6;
  margin-bottom: 20px;
  line-height: 12px;
}

.main_news_link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .main_news_link {
    font-size: 15px;
    line-height: 14px;
  }
}

.main_news_list {
  margin-bottom: 30px;
  margin-top: 15px;
}

.main_news_item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.main_news_item:first-child {
  border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
  .main_news_item {
    padding: 20px 0;
  }
}

.main_news_item_l {
  width: 100px;
}

@media (min-width: 768px) {
  .main_news_item_l {
    width: 150px;
  }
}

.main_news_item_r {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (min-width: 768px) {
  .main_news_item_r {
    padding-left: 30px;
    width: calc(100% - 150px);
  }
}

.main_news_li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}

.main_news_li::before {
  content: ".";
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  top: -8px;
}

.main_news h1, .main_news h2, .main_news h3, .main_news h4, .main_news h5, .main_news h6 {
  font-size: revert;
}

.tab-custom {
  border-bottom: 1px dotted #3eb134;
  table-layout: fixed;
  width: 100% !important;
  padding-bottom: 2px;
  overflow-x: auto;
}

@media (min-width: 576px) {
  .tab-custom {
    display: table !important;
  }
}

.tab-custom .tablinks {
  background-color: transparent;
  width: 100%;
  display: table-cell;
  color: #3eb134;
  padding: 0 1px;
}

.tab-custom .tablinks.active {
  color: #fff;
}

.tab-custom .tablinks.active span {
  background-color: #3eb134;
}

.tab-custom .tablinks span {
  width: 100%;
  display: block;
  border: 1px solid #3eb134;
  padding: 8px 10px 6px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .tab-custom .tablinks span {
    font-size: 16px;
    padding: 8px;
  }
}

.tab-custom_title {
  color: #3eb134;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tab-custom_title {
    font-size: 16px;
    height: 52px;
  }
}

.tab-custom_title-normal {
  color: #3eb134;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tab-custom_btn {
  border: 1px solid #3eb134;
  color: #3eb134;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}

.tab-custom_btn:hover {
  text-decoration: none;
  background-color: #3eb134;
  color: #fff;
}

.tab-custom_btn.active {
  background-color: #3eb134;
  color: #fff;
}

.tab-custom_content {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .tab-custom_content {
    padding: 30px 0;
  }
}

.tab-custom_content .col-custom-3 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tab-custom_content .col-custom-3 {
    margin-bottom: 25px;
  }
}

.tab-custom_card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab-custom_card .card-custom_title {
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-custom_txt {
  font-size: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .tab-custom_txt {
    font-size: 14px;
  }
}

.tab-custom_head {
  font-size: 13px;
  color: #fff;
  background: #3eb134;
  padding: 7px 10px 6px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tab-custom_head {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 9px 15px 7px;
  }
}

.events-custom .title {
  font-weight: 600;
  font-size: 17px;
}

@media (min-width: 768px) {
  .events-custom .title {
    font-size: 24px;
  }
}

.events-custom_title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3eb134;
}

@media (min-width: 768px) {
  .events-custom_title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.events-custom_block {
  background-color: #fbf7cc;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .events-custom_block {
    padding: 35px;
    margin-bottom: 30px;
  }
}

.events-custom_block_btn {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  background-color: #ed9701;
  border-radius: 5px;
  padding: 16px;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .events-custom_block_btn {
    padding: 16px;
    font-size: 16px;
    width: 65%;
  }
}

.events-custom_block_btn:hover {
  text-decoration: none;
}

.events-custom_block_btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 25px;
  top: calc(50% - 3px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}

@media (min-width: 768px) {
  .events-custom_block_btn::after {
    right: 35px;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.events-custom_txt p {
  font-size: 14px;
  font-weight: 500;
}

.events-custom .menu {
  margin-left: 0;
  padding-top: 20px;
  border: 0 !important;
}

.events-custom .menu li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.events-custom .menu li:last-child {
  margin-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .modal-content {
    width: 500px;
  }
}

.modal-content_txt {
  padding: 30px 10px;
  border: 2px solid rgba(62, 177, 52, 0.5);
  background-color: rgba(62, 177, 52, 0.3);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0 30px;
}

@media (min-width: 768px) {
  .modal-content_txt {
    font-size: 16px;
    padding: 50px;
    border: 3px solid rgba(62, 177, 52, 0.5);
  }
}

.modal-content_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-content_btn .tab-custom_btn {
  width: 45%;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .modal-content_btn .tab-custom_btn {
    font-size: 16px;
  }
}

.modal-content_btn .tab-custom_btn.active {
  background-color: #3eb134;
  color: #fff !important;
}

.modal-content_btn .tab-custom_btn.active:hover {
  background-color: #3eb134;
  color: #fff !important;
}

.modal-content_btn .tab-custom_btn:hover {
  background-color: transparent;
  color: #3eb134 !important;
}

.modal-content .logo {
  width: 150px;
}

@media (min-width: 768px) {
  .modal-content .logo {
    width: 200px;
  }
}
/*# sourceMappingURL=custom.css.map */