@charset "UTF-8";
/*
Theme Name: Life Golf Studio 
Theme URI: https://yamazaki-golf.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #212121;
  letter-spacing: 0.05em;
  line-height: 2;
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
.pc-sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .elementor-container .elementor-column.elementor-col-25, .elementor-container .elementor-column[data-col="25"],
.elementor-container .elementor-column.elementor-col-33, .elementor-container .elementor-column[data-col="33"],
.elementor-container .elementor-column.elementor-col-50, .elementor-container .elementor-column[data-col="50"] {
    width: 100%;
  }
}

.elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap {
  flex-wrap: wrap;
}
.elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:nth-child(odd) {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-last-child(-n+2)) {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-last-child(-n+3)) {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	Header
--------------------------------------*/
body.under {
  padding-top: 89px;
  background: #E7EAEF;
}
@media (max-width: 1100px) {
  body.under {
    padding-top: 114px;
  }
}
@media (max-width: 767px) {
  body.under {
    padding-top: 60px;
  }
}
body.under .l-header {
  background: #fff;
}
body.under .l-header__logo {
  max-width: 282px;
}
@media (max-width: 767px) {
  body.under .l-header__logo {
    max-width: 200px;
  }
}
body.under .l-header__logo h1, body.under .l-header__logo span {
  background: url("/wp-content/uploads/logo2.svg") no-repeat center center/100%;
}
body.under .fixedBg {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .l-header {
    background: #fff;
  }
}
.l-header .wrap {
  margin: 0 auto;
  padding: 0 min(2.93vw, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1100px) {
  .l-header .wrap {
    padding: 0 min(2.93vw, 40px) 20px;
  }
}
@media (max-width: 767px) {
  .l-header .wrap {
    padding: 0 16px;
  }
}
.l-header__logo {
  padding: 22px 0;
  width: 100%;
  max-width: 272px;
}
@media (max-width: 1100px) {
  .l-header__logo {
    padding: 10px 0 16px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    padding: 15px 0;
    max-width: 190px;
  }
}
.l-header__logo h1, .l-header__logo span {
  display: block;
  width: 100%;
  height: 45px;
  background: url("/wp-content/uploads/logo.svg") no-repeat center center/100%;
}
@media (max-width: 767px) {
  .l-header__logo h1, .l-header__logo span {
    height: 30px;
    background: url("/wp-content/uploads/logo2.svg") no-repeat center center/100%;
  }
}
.l-header__right {
  margin-left: auto;
}
@media (max-width: 1100px) {
  .l-header__right {
    width: 100%;
  }
}

.fixedBg {
  background: rgba(15, 32, 65, 0.7);
}
@media (max-width: 767px) {
  .fixedBg {
    background: rgba(255, 255, 255, 0.7);
  }
}

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Content bottom
--------------------------------------*/
.content-bottom {
  position: relative;
  padding: min(5.4vw, 74px) 30px min(4.9vw, 67px);
  background: url("/wp-content/uploads/bg_content-bottom.jpg") no-repeat center center/cover fixed;
}
@media (max-width: 767px) {
  .content-bottom {
    padding: min(14.9vw, 56px) min(6.4vw, 64px);
    background: url("/wp-content/uploads/bg_content-bottom-sp.jpg") no-repeat center center/cover;
  }
}
.content-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.43);
}
.content-bottom ul {
  margin: 0 auto;
  display: flex;
  max-width: 1096px;
}
@media (max-width: 767px) {
  .content-bottom ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content-bottom ul li {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .content-bottom ul li {
    margin: 0;
    width: 100%;
    max-width: 350px;
  }
}
.content-bottom ul li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #BF2C1D;
}
.content-bottom ul li:first-child {
  margin-right: 18px;
}
@media (max-width: 1080px) {
  .content-bottom ul li:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li:first-child {
    margin: 0 0 10px 0;
  }
}
.content-bottom ul li:last-child {
  margin-left: 18px;
}
@media (max-width: 1080px) {
  .content-bottom ul li:last-child {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li:last-child a sup {
    letter-spacing: 0;
  }
}
.content-bottom ul li:last-child a:before {
  top: calc(50% - 16.5px);
  left: 42px;
  width: 44px;
  height: 33px;
  background: url("/wp-content/uploads/ico_mail.svg") no-repeat center center/100%;
}
@media (max-width: 1080px) {
  .content-bottom ul li:last-child a:before {
    top: calc(50% - 13px);
    left: 14px;
    width: 34px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li:last-child a:before {
    top: 0;
    left: 0;
    width: 37px;
    height: 28px;
  }
}
.content-bottom ul li:last-child a:hover:before {
  background: url("/wp-content/uploads/ico_mail-hover.svg") no-repeat center center/100%;
}
.content-bottom ul li a {
  position: relative;
  padding: 4.52% 4px 4.15% 24%;
  display: block;
  background: #fff;
  line-height: 1;
  color: #212121;
  transition-duration: 0.4s;
}
@media (max-width: 1080px) {
  .content-bottom ul li a {
    padding-left: 18%;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li a {
    padding: min(4.8vw, 18px) min(5.86vw, 22px);
    display: grid;
    grid-template-columns: min(16vw, 60px) auto;
    align-items: center;
  }
  .content-bottom ul li a:before {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .content-bottom ul li a sup {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .content-bottom ul li a sub {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.content-bottom ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  left: 38px;
  display: block;
  width: 52px;
  height: 44px;
  background: url("/wp-content/uploads/ico_comment.svg") no-repeat center center/100%;
}
@media (max-width: 1080px) {
  .content-bottom ul li a:before {
    top: calc(50% - 17px);
    left: 12px;
    width: 40px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .content-bottom ul li a:before {
    position: relative;
    top: 0;
    left: 0;
    width: 38px;
    height: 32px;
  }
}
.content-bottom ul li a sup {
  margin-bottom: 0.6em;
  display: block;
  font-size: min(1.37vw, 1.5rem);
}
@media (max-width: 767px) {
  .content-bottom ul li a sup {
    margin-bottom: 10px;
    font-size: min(3.46vw, 1.3rem);
  }
}
@media (max-width: 480px) {
  .content-bottom ul li a sup {
    font-size: 1.2rem;
  }
}
@media (max-width: 370px) {
  .content-bottom ul li a sup {
    font-size: 1rem;
  }
}
.content-bottom ul li a sub {
  display: block;
  font-size: min(2.1vw, 2.3rem);
  font-weight: 600;
}
@media (max-width: 767px) {
  .content-bottom ul li a sub {
    font-size: min(6.13vw, 2.3rem);
  }
}
@media (max-width: 370px) {
  .content-bottom ul li a sub {
    font-size: 1.8rem;
  }
}
.content-bottom ul li a:hover {
  background: #0F2041;
  color: #fff;
}
.content-bottom ul li a:hover:before {
  background: url("/wp-content/uploads/ico_comment-hover.svg") no-repeat center center/100%;
}

/*--------------------------------------
  Footer
--------------------------------------*/
#footer {
  background: #E7EAEF;
}
#footer .wrap {
  margin: 0 auto;
  padding: min(4.38vw, 48px) 30px 80px;
  width: 100%;
  max-width: 1096px;
  text-align: center;
}
@media (max-width: 1024px) {
  #footer .wrap {
    padding: min(4.38vw, 48px) 20px 80px;
  }
}
@media (max-width: 767px) {
  #footer .wrap {
    padding: 45px 20px 80px;
  }
}
#footer .logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .logo {
    margin: 0 auto 50px;
    max-width: 240px;
  }
}
#footer .menu {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #footer .menu {
    margin: 0 auto 40px;
    max-width: 300px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
#footer .menu li {
  letter-spacing: 0;
}
#footer .menu li:not(:last-child) {
  margin-right: min(2.93vw, 40px);
}
@media (max-width: 1024px) {
  #footer .menu li:not(:last-child) {
    margin-right: 18px;
  }
}
#footer .menu li a {
  color: #212121;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .menu li {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #footer .menu li {
    width: calc(50% - 18px);
    text-align: left;
  }
  #footer .menu li:nth-child(odd) {
    margin: 0 18px 0 0;
  }
  #footer .menu li:nth-child(even) {
    margin: 0 0 0 18px;
  }
}
@media (max-width: 370px) {
  #footer .menu li {
    width: calc(50% - 10px);
  }
  #footer .menu li:nth-child(odd) {
    margin: 0 10px 0 0;
  }
  #footer .menu li:nth-child(even) {
    margin: 0 0 0 10px;
  }
}
#footer .copyright {
  font-size: 1rem;
}
@media (max-width: 370px) {
  #footer .copyright {
    text-align: left;
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed;
    top: 60px;
    left: 0;
    padding: 9px 15.46% 50px;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
}
@media (max-width: 1100px) {
  .c-gnav .menu {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  line-height: 1.68;
  letter-spacing: 0;
}
.c-gnav .menu > li:not(:last-child) {
  margin-right: min(1.46vw, 20px);
}
@media (max-width: 767px) {
  .c-gnav .menu > li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
    border-right: none;
  }
}
.c-gnav .menu > li > a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
.c-gnav .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 8.5px 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.72;
    letter-spacing: 0;
    text-align: left;
    color: #212121;
  }
}
.c-gnav .menu > li > a:hover:after {
  animation: gnavParentHover 0.4s forwards;
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  background: rgba(229, 161, 29, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}

/* ハンバーガーメニュー */
.toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 60px;
  height: 60px;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  top: calc(50% - 15px);
  left: calc(50% - 13px);
  width: 30px;
  height: 26px;
  text-align: center;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0F2041;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  bottom: 7px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 2px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 2px;
}

.under .c-gnav .menu > li > a {
  color: #212121;
}

/* sp header cv bnr */
.spCvNavBnr {
  display: none;
}
@media (max-width: 767px) {
  .spCvNavBnr {
    margin-top: 54px;
    display: block;
  }
  .spCvNavBnr li {
    margin: 0 auto;
  }
  .spCvNavBnr li:first-child {
    margin-bottom: 12px;
  }
  .spCvNavBnr li:first-child a:before {
    top: 13px;
    left: 20px;
    width: 30px;
    height: 25px;
    background: url(/wp-content/uploads/ico_comment-hover.svg) no-repeat center center/100%;
  }
  .spCvNavBnr li a {
    position: relative;
    padding: 16px 0 16px 38px;
    display: block;
    width: 100%;
    background: #BF2C1D;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .spCvNavBnr li a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 22px;
    width: 28px;
    height: 21px;
    background: url(/wp-content/uploads/ico_mail-hover.svg) no-repeat center center/100%;
  }
}

@keyframes gnavParentHover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1156px;
  margin: min(5.86vw, 80px) auto min(3vw, 40px);
  padding: 0 30px;
  width: 100%;
  text-align: right;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .bread {
    margin: 48px auto 24px;
  }
}

.bread li {
  font-size: 1rem;
  display: inline;
}

.bread li + li:before {
  padding-right: 0.5em;
  content: ">";
}

.bread li a {
  color: #5576B5;
  text-decoration: underline;
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .pagetop {
    right: 0;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #8A95A7;
  border-radius: 50%;
}
.pagetop a:after {
  content: "";
  position: relative;
  top: 3px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
/* default */
.elementor-widget-button[data-widget_type="button.default"] .elementor-button-link {
  position: relative;
  width: 100%;
  max-width: 360px;
  text-align: left;
}
@media (max-width: 1024px) {
  .elementor-widget-button[data-widget_type="button.default"] .elementor-button-link {
    text-align: center;
  }
}
.elementor-widget-button[data-widget_type="button.default"] .elementor-button-link:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  border-top: 16px solid transparent;
  border-right: 16px solid #BF2C1D;
}
.elementor-widget-button[data-widget_type="button.default"] .elementor-button-link:hover .elementor-button-icon svg path {
  fill: #EAADAF;
}
.elementor-widget-button[data-widget_type="button.default"].center .elementor-button-link {
  text-align: center;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.table01 table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  font-weight: 600;
}
.table01 table th {
  padding: 0.913% 2.4%;
  background: #0F2041;
  color: #fff;
}
.table01 table th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table01 table th:first-child {
  width: 30%;
}
.table01 table th:nth-child(2), .table01 table th:nth-child(3) {
  width: 18%;
}
.table01 table th:last-child {
  width: 34%;
}
.table01 table td {
  padding: 2.55% 2.4%;
  background: #fff;
  font-size: min(2.55vw, 2.8rem);
  line-height: 1.28;
}
@media (max-width: 1024px) {
  .table01 table td {
    padding: 2.4% 2%;
  }
}
.table01 table td + td {
  border-left: 1px solid #0F2041;
}
.table01 table td sup {
  display: block;
  font-size: min(1.46vw, 1.6rem);
  line-height: 2;
  color: #BF2C1D;
}
.table01 table td sub {
  font-size: min(1.82vw, 2rem);
  line-height: 1.8;
  vertical-align: middle;
}
.table01 table td small {
  display: block;
  font-size: min(1.46vw, 1.6rem);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .table01 table tr:not(:last-child) {
    margin-bottom: 10px;
  }
}
.table01 table tr:not(:last-child) td {
  border-bottom: 1px solid #0F2041;
}
@media (max-width: 767px) {
  .table01 table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.table01 table tr:nth-child(2) td:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .table01 table tr:first-child {
    display: none;
  }
  .table01 table tr:not(:first-child) {
    display: grid;
    grid-template-columns: 44% 56%;
  }
}
@media (max-width: 767px) and (max-width: 370px) {
  .table01 table tr:not(:first-child) {
    grid-template-columns: 48% 52%;
  }
}
@media (max-width: 767px) {
  .table01 table tr:not(:first-child) td:nth-child(4) {
    display: none;
  }
  .table01 table tr:not(:first-child) td:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 14px 24px;
    border-bottom: 1px solid #0F2041;
    font-size: 2.8rem;
    line-height: 1.28;
  }
  .table01 table tr:not(:first-child) td:first-child sup {
    font-size: 1.6rem;
  }
  .table01 table tr:not(:first-child) td:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
    border-bottom: none;
    border-left: none;
  }
  .table01 table tr:not(:first-child) td:nth-child(2):before {
    content: "金額";
    display: block;
    margin-bottom: 0.2em;
    font-size: 1.6rem;
    color: #0F2041;
  }
  .table01 table tr:not(:first-child) td:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .table01 table tr:not(:first-child) td:nth-child(3):before {
    content: "有効期限";
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    color: #0F2041;
  }
  .table01 table tr:not(:first-child) td:nth-child(2), .table01 table tr:not(:first-child) td:nth-child(3) {
    padding: 18px 18px 18px 22px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-width: 370px) {
  .table01 table tr:not(:first-child) td:nth-child(2), .table01 table tr:not(:first-child) td:nth-child(3) {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .table01 table tr:not(:first-child) td:nth-child(2) sub, .table01 table tr:not(:first-child) td:nth-child(3) sub {
    margin-left: 0.1em;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .table01 table tr:not(:first-child) td:nth-child(2) small, .table01 table tr:not(:first-child) td:nth-child(3) small {
    font-size: 1.6rem;
    font-weight: normal;
  }
}

/*--------------------------------------
  Lists
--------------------------------------*/
/* list01 */
.list01 li,
ul.list01 li {
  position: relative;
  padding-left: calc(1em + 6px) !important;
}
.list01 li:before,
ul.list01 li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #8A95A7;
}

/* list02 */
.list02 li,
ul.list02 li {
  position: relative;
  padding-left: 22px !important;
}
.list02 li:before,
ul.list02 li:before {
  content: "●";
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 10px;
  color: #5576B5;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.mv {
  position: relative;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-left: min(19.47vw, 266px) solid rgba(191, 44, 29, 0.7);
  border-bottom: min(19.47vw, 266px) solid transparent;
}
.mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-left: min(7.61vw, 104px) solid rgba(191, 44, 29, 0.73);
  border-bottom: min(7.61vw, 104px) solid transparent;
}
.mv .swiper-slide-inner {
  position: relative;
}
.mv .swiper-slide-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
.mv .swiper-slide-image {
  width: 100%;
}
.mv .elementor-image-carousel-caption {
  position: absolute;
  z-index: 2;
  top: 15.2vw;
  left: 0;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3.37vw;
  font-weight: 700;
  line-height: 1.478;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .mv .elementor-image-carousel-caption {
    top: 29.6vw;
    padding: 0 min(6.4vw, 24px);
    font-size: max(9.3vw, 3.5rem);
  }
}
@media (max-width: 370px) {
  .mv .elementor-image-carousel-caption {
    top: 20vw;
    padding: 0 20px;
    font-size: 3rem;
  }
}
.mv .elementor-image-carousel-caption sub {
  margin-top: min(2.48vw, 34px);
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.32vw;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .mv .elementor-image-carousel-caption sub {
    margin-top: max(3.8vw, 14px);
    font-size: max(4.8vw, 1.8rem);
    line-height: 1.72;
    letter-spacing: 0;
    text-align: left;
  }
}
@media (max-width: 370px) {
  .mv .elementor-image-carousel-caption sub {
    font-size: 16px;
  }
}
.mv .elementor-image-carousel-caption a {
  position: relative;
  margin: 2.93vw auto 0;
  padding: 1.17vw;
  display: block;
  width: 26.35vw;
  background: #0F2041;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.61vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mv .elementor-image-carousel-caption a {
    margin: max(7.46vw, 28px) auto 0;
    padding: max(4.26vw, 16px) 10px;
    width: 100%;
    min-width: 100%;
    font-size: max(5.86vw, 2.2rem);
  }
}
.mv .elementor-image-carousel-caption a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border-top: 16px solid transparent;
  border-right: 16px solid #BF2C1D;
}
.mv .elementor-image-carousel-caption a:hover {
  opacity: 0.7;
}
.mv .elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.mv .swiper-container-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
  bottom: 12.23vw;
}
@media (max-width: 767px) {
  .mv .swiper-container-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
    bottom: 44vw;
  }
}
.mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.mv .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.mv .swiper-pagination-bullet-active {
  background: #BF2C1D;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap dl {
  display: flex;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-wrap: wrap;
  }
}
.newsWrap dt {
  position: relative;
  font-size: 1.4rem;
  color: #909090;
}
@media (max-width: 767px) {
  .newsWrap dt {
    margin-bottom: 4px;
    width: 100%;
  }
}
.newsWrap .newsLabel {
  position: absolute;
  left: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4em;
  height: 14px;
  background: #cbaf84;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
  }
}
.newsWrap dd {
  margin-left: min(2.92%, 32px);
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 767px) {
  .newsWrap dd {
    margin-left: 0;
  }
}
.newsWrap > a:not(:last-child) dl {
  margin-bottom: min(2.2%, 24px);
}
@media (max-width: 767px) {
  .newsWrap > a:not(:last-child) dl {
    margin-bottom: 15px;
  }
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Cv fixed
--------------------------------------*/
.cv-fixed {
  position: fixed;
  bottom: 19px;
  right: 0;
  z-index: 9;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .cv-fixed {
    right: 50%;
    transform: translateX(50%);
  }
}
.cv-fixed ul {
  margin-right: 90px;
  display: flex;
}
@media (max-width: 767px) {
  .cv-fixed ul {
    margin-right: 58px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul {
    margin-right: 54px;
  }
}
.cv-fixed ul li {
  width: 188px;
  height: 50px;
}
.cv-fixed ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: #BF2C1D;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition-duration: 0.4s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .cv-fixed ul li a {
    font-size: 1.4rem;
  }
}
.cv-fixed ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  left: 20px;
  width: 30px;
  height: 25px;
  background: url(/wp-content/uploads/ico_comment-hover.svg) no-repeat center center/100%;
}
@media (max-width: 767px) {
  .cv-fixed ul li a:before {
    left: 12px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li a:before {
    left: 10px;
  }
}
.cv-fixed ul li a:hover {
  background: #fff;
  border: 1px solid #BF2C1D;
  color: #BF2C1D;
}
.cv-fixed ul li a:hover:before {
  background: url(/wp-content/uploads/ico_comment-hover2.svg) no-repeat center center/100%;
}
.cv-fixed ul li:first-child {
  border-right: 0.5px solid #fff;
}
@media (max-width: 767px) {
  .cv-fixed ul li:first-child {
    width: 126px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li:first-child {
    width: 116px;
  }
}
.cv-fixed ul li:first-child a {
  padding-left: 70px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 767px) {
  .cv-fixed ul li:first-child a {
    padding-left: 50px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li:first-child a {
    padding-left: 45px;
  }
}
.cv-fixed ul li:last-child {
  border-left: 0.5px solid #fff;
}
@media (max-width: 767px) {
  .cv-fixed ul li:last-child {
    width: 140px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li:last-child {
    width: 132px;
  }
}
.cv-fixed ul li:last-child a {
  padding-left: 56px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media (max-width: 767px) {
  .cv-fixed ul li:last-child a {
    padding-left: 43px;
    letter-spacing: 0;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li:last-child a {
    padding-left: 39px;
  }
}
.cv-fixed ul li:last-child a:before {
  top: calc(50% - 10px);
  left: 17px;
  width: 28px;
  height: 20px;
  background: url(/wp-content/uploads/ico_mail-hover.svg) no-repeat center center/100%;
}
@media (max-width: 767px) {
  .cv-fixed ul li:last-child a:before {
    left: 10px;
  }
}
@media (max-width: 370px) {
  .cv-fixed ul li:last-child a:before {
    left: 6px;
  }
}
.cv-fixed ul li:last-child a:hover:before {
  background: url(/wp-content/uploads/ico_mail-hover2.svg) no-repeat center center/100%;
}
.cv-fixed.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Top
--------------------------------------*/
.top-menu01 .innerBox {
  position: relative;
  margin-top: -8.12vw;
}
@media (max-width: 767px) {
  .top-menu01 .innerBox {
    margin-top: -31vw;
  }
}
.top-menu01 .innerBox > .elementor-container:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  border-left: 50px solid #BF2C1D;
  border-bottom: 50px solid transparent;
}
.top-menu01 .innerBox > .elementor-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: -10px;
  border-top: 50px solid transparent;
  border-right: 50px solid #BF2C1D;
}
.top-menu01 .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.top-menu01 .hTit,
.top-menu01 .hBody {
  position: relative;
  z-index: 2;
  display: block;
}
.top-menu01 .linkArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.top-menu01 .elementor-image-box-wrapper {
  position: initial;
  z-index: 3;
}
.top-menu01 h2 {
  position: relative;
}
.top-menu01 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #BF2C1D;
}

.top-menu02 {
  position: relative;
}
.top-menu02:before {
  content: "";
  position: absolute;
  top: -61px;
  left: calc(50% - 61px);
  width: 122px;
  height: 122px;
  background: url(/wp-content/uploads/ico_pga.svg) no-repeat center center/100%;
}

.top-menu02-head img {
  width: 100%;
}

/*--------------------------------------
  Under
--------------------------------------*/
.under {
  /* general */
  /* h1 */
  /* h2 */
  /* h3 */
  /* no label */
}
.under p:not(:last-child) {
  margin-bottom: 1em;
}
.under h1,
.under h2,
.under h3 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.under .elementor-widget-text-editor a {
  color: #5576B5;
}
.under .p-under__hBg {
  margin-bottom: min(4.4vw, 60px);
  position: relative;
}
@media (max-width: 767px) {
  .under .p-under__hBg {
    margin-bottom: 38px;
  }
}
.under .p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: min(9.15vw, 125px) solid transparent;
  border-left: min(9.15vw, 125px) solid rgba(191, 44, 29, 0.7);
}
@media (max-width: 767px) {
  .under .p-under__hBg:before {
    border-bottom: 50px solid transparent;
    border-left: 50px solid rgba(191, 44, 29, 0.7);
  }
}
.under .p-under__hBg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: min(3.6vw, 49px) solid transparent;
  border-left: min(3.6vw, 49px) solid rgba(191, 44, 29, 0.73);
}
@media (max-width: 767px) {
  .under .p-under__hBg:after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(191, 44, 29, 0.73);
  }
}
.under .p-under__hBgInner {
  position: relative;
  background-image: url(/wp-content/uploads/bg_under-default.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .under .p-under__hBgInner {
    background-image: url(/wp-content/uploads/bg_under-default-sp.jpg);
  }
}
.under .p-under__hBgInner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
.under .p-under__hBgInner h1 {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: min(4.1vw, 56px) 30px;
  max-width: 1156px;
  font-size: min(3.65vw, 4rem);
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 767px) {
  .under .p-under__hBgInner h1 {
    padding: 35px 24px;
    font-size: 3rem;
  }
}
.under .p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.under h2 {
  margin-bottom: 1em;
  position: relative;
  padding-left: 14px;
  font-size: min(2.92vw, 3.2rem);
  font-weight: 600;
  line-height: 1.68;
}
@media (max-width: 767px) {
  .under h2 {
    font-size: 2.6rem;
  }
}
.under h2:before {
  content: "";
  position: absolute;
  top: min(1.1vw, 12px);
  left: 0;
  width: min(0.6vw, 6px);
  height: min(0.6vw, 6px);
  background: #BF2C1D;
}
@media (max-width: 767px) {
  .under h2:before {
    top: 9px;
    width: 6px;
    height: 6px;
  }
}
.under h2:after {
  content: "";
  position: absolute;
  top: min(1.64vw, 18px);
  left: 0;
  width: min(0.6vw, 6px);
  height: min(2.5vw, 27px);
  background: #0F2041;
}
@media (max-width: 767px) {
  .under h2:after {
    top: 15px;
    width: 6px;
    height: 21px;
  }
}
.under h3 {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  font-size: min(2.55vw, 2.8rem);
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .under h3 {
    font-size: 2.2rem;
  }
}
.under h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #BF2C1D;
}
@media (max-width: 767px) {
  .under h3:after {
    width: 30px;
  }
}
.under h3 sub {
  margin: 8px 0 0;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #8A95A7;
}
.under .elementor-widget-heading.v2 h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: min(1.82vw, 2rem);
}
@media (max-width: 767px) {
  .under .elementor-widget-heading.v2 h3 {
    font-size: 2rem;
  }
}
.under .elementor-widget-heading.v2 h3:after {
  width: 34px;
  height: 1px;
}
.under .elementor-widget-heading.v2 sub {
  margin-top: 5px;
}
.under .noLabel {
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0F2041;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .under .noLabel {
    margin-right: 4px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.4rem;
  }
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* hides */
.textHide, .top-menu01 .linkArea {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* text underline */
.textUnderline {
  position: relative;
}
.textUnderline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 9px;
  background: #B9DAE1;
}

.word-break {
  word-break: break-word;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .elementor-container .elementor-column.elementor-col-25, .elementor-container .elementor-column[data-col="25"],
.elementor-container .elementor-column.elementor-col-33, .elementor-container .elementor-column[data-col="33"],
.elementor-container .elementor-column.elementor-col-50, .elementor-container .elementor-column[data-col="50"] {
    width: 100%;
  }
}

.elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap {
  flex-wrap: wrap;
}
.elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:nth-child(odd) {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-last-child(-n+2)) {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:nth-last-child(-n+3)) {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .elementors-wrap-col3 .elementor-top-column > .elementor-widget-wrap > .elementor-inner-section:not(:last-child) {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */