@font-face {
  font-family: Hiragino Kaku Gothic;
  src: url(/wp-content/themes/understrap-child/fonts/hiraginokaku.otf);
}
@font-face {
  font-family: NicoMoji Plus;
  src: url(/wp-content/themes/understrap-child/fonts/nicomoji-plus.ttf);
}
body {
  font-family: 'Hiragino Kaku Gothic' !important;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p {
  font-size: 18px;
}
span {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}
.btn {
  padding: 0;
  border-width: 0 !important;
  border-radius: 10px;
}
.btn.btn-signup {
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-signup:before {
  content: "\f04b";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.btn.btn-signup:hover {
  color: #a3d471;
}
.btn.btn-contactus {
  max-width: 358px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.btn.btn-contactus:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 37px;
  font-size: 60px;
  margin-top: -45px;
}
.btn.btn-contactus p:nth-child(1) {
  padding-top: 31px;
  margin-bottom: 14px;
  font-size: 35px;
  line-height: 32px;
}
.btn.btn-contactus p:nth-child(2) {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .btn.btn-contactus {
    max-width: 179px;
  }
  .btn.btn-contactus:before {
    font-size: 33px;
    top: 8%;
    left: 8%;
    margin-top: 0;
  }
  .btn.btn-contactus p:nth-child(1) {
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 27px;
  }
  .btn.btn-contactus p:nth-child(2) {
    font-size: 14px;
    line-height: 13px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-signup {
    font-size: 12px;
    line-height: 42px;
  }
}
.brown-color {
  color: #895210;
}
.grey-color {
  color: #707070;
}
.grey2-color {
  color: #6f7579;
}
.white-color {
  color: #fff;
}
.white-btn {
  background-color: #fff;
  color: #f08300;
}
.orange-color {
  color: #f08300;
}
.orange-btn {
  background-color: #f08300;
  color: #fff !important;
}
.yellow-btn {
  background-color: #ffd217;
}
.green3-btn {
  background-color: #56a434;
}
.orange2-color {
  color: #f05c00;
}
.orange3-color {
  color: #eda145;
}
.green-color {
  color: #a3d471;
}
.green2-color {
  color: #94d058;
}
.green3-color {
  color: #56a434;
}
.red-color {
  color: #d00005;
}
.yellow-color {
  color: #ffd217;
}
.yellow2-color {
  color: #fdea05;
}
.purple-color {
  color: #e94696;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  span {
    font-size: 9px;
  }
}
#header-layout {
  background-color: #f08300;
}
#header-layout .logo {
  height: 118px;
}
#header-layout .logo .img-wrapper {
  height: 79px;
}
#header-layout .logo .img-wrapper img {
  max-height: 100%;
}
#header-layout .menu li a {
  color: #fff;
}
#header-layout .menu li:last-child a {
  line-height: 40px;
  width: 118px;
  color: #f08300 !important;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  #header-layout .menu li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #header-layout {
    position: relative;
    height: 57px;
  }
  #header-layout .logo {
    height: 57px;
  }
  #header-layout .logo .img-wrapper {
    height: 37px;
  }
  #header-layout .home-icon {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
  }
  #header-layout .home-icon img {
    height: 22px;
  }
  #header-layout .hamburger-icon {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
  }
  #header-layout .hamburger-icon img {
    height: 22px;
  }
  #header-layout .sp-menu-container {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 2;
    max-width: 252px;
    width: 100%;
    background-color: #f08300;
    padding: 30px;
    border-radius: 5px;
  }
  #header-layout .sp-menu-container ul li {
    border-bottom: 1px dashed #55a034;
    font-size: 13px;
    padding-bottom: 13px;
  }
  #header-layout .sp-menu-container ul li a {
    color: #fff;
  }
  #header-layout .sp-menu-container ul li:not(:first-child) {
    margin-top: 32px;
  }
}
#banner-section.top-page {
  padding-top: 49px;
  padding-bottom: 26px;
  position: relative;
  background-color: #fff8e0;
}
#banner-section.top-page .banner-content .w-10 {
  width: 10%;
}
#banner-section.top-page .banner-content .w-20 {
  width: 20%;
}
#banner-section.top-page .banner-content .bubble {
  width: 192px;
  height: 192px;
  border-radius: 50%;
}
#banner-section.top-page .banner-content .bubble.orange {
  background-color: #f08300;
}
#banner-section.top-page .banner-content .bubble.green {
  background-color: #a3d471;
}
#banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(1) {
  margin-top: 20px;
  height: 111px;
  margin-bottom: 41px;
}
#banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(1) img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(2) {
  margin-right: -30px;
}
#banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(3) {
  margin-top: 6px;
  height: 148px;
}
#banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(3) img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(2) .img-wrapper {
  height: 394px;
}
#banner-section.top-page .banner-content > div:nth-of-type(2) .img-wrapper img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(3) .img-wrapper {
  height: 173px;
}
#banner-section.top-page .banner-content > div:nth-of-type(3) .img-wrapper img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(4) {
  z-index: 1;
}
#banner-section.top-page .banner-content > div:nth-of-type(4) .img-wrapper {
  height: 394px;
}
#banner-section.top-page .banner-content > div:nth-of-type(4) .img-wrapper img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(1) {
  margin-top: 20px;
  margin-bottom: 41px;
  height: 111px;
}
#banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(1) img {
  max-height: 100%;
}
#banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(2) {
  margin-left: -30px;
}
#banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(3) {
  margin-top: 6px;
  height: 148px;
}
#banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(3) img {
  max-height: 100%;
}
@media screen and (max-width: 1200px) {
  #banner-section.top-page .banner-content .bubble {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  #banner-section.top-page .banner-content > div:nth-of-type(1) div:nth-of-type(1), #banner-section.top-page .banner-content > div:nth-of-type(5) div:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 0;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(1) div:nth-of-type(2), #banner-section.top-page .banner-content > div:nth-of-type(5) div:nth-of-type(2) {
    margin-top: -40px;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(1) div:nth-of-type(3), #banner-section.top-page .banner-content > div:nth-of-type(5) div:nth-of-type(3) {
    margin-top: -20px;
    height: auto;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(2) .img-wrapper, #banner-section.top-page .banner-content > div:nth-of-type(4) .img-wrapper {
    height: auto;
  }
  #banner-section.top-page .banner-content .bubble {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #banner-section.top-page {
    padding-top: 17px;
  }
  #banner-section.top-page h1 {
    margin-bottom: 17px;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(1) {
    height: auto;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 0;
    margin-right: -5px;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(1) > div:nth-of-type(3) {
    margin-top: 0;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(3) .img-wrapper {
    height: auto;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(1) {
    height: auto;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(2) {
    margin-top: 0;
    margin-left: -5px;
  }
  #banner-section.top-page .banner-content > div:nth-of-type(5) > div:nth-of-type(3) {
    margin-top: 0;
  }
  #banner-section.top-page .banner-content > div .bubble {
    width: 55px;
    height: 55px;
  }
  #banner-section.top-page .banner-content > div .bubble h4 {
    font-size: 9px;
  }
}
#top-notice-title {
  background-color: #a3d471;
  overflow: hidden;
  position: relative;
}
#top-notice-title .text {
  height: 49px;
}
#top-notice-title .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 33px;
}
#top-notice-title .link a {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #top-notice-title .title {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 10px;
  }
  #top-notice-title .title .half-circle {
    margin-top: 7px;
    width: 100px;
    height: 50px;
    background-color: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  #top-notice-title .title .half-circle p {
    font-size: 9px;
    color: #94d058;
    margin-top: 10px;
  }
  #top-notice-title .text {
    height: 40px;
    margin-left: 25%;
  }
  #top-notice-title .text p {
    font-size: 9px;
  }
  #top-notice-title .link {
    padding-right: 10px;
  }
  #top-notice-title .link a {
    font-size: 9px;
  }
}
#footer-layout {
  margin-top: 150px;
  padding-bottom: 0;
  color: #080808;
  position: relative;
}
#footer-layout .footer-icon {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  z-index: 2;
}
#footer-layout .footer-icon .img-wrapper {
  height: 159px;
}
#footer-layout .footer-icon .img-wrapper:nth-of-type(1) {
  margin-left: 7%;
}
#footer-layout .footer-icon .img-wrapper:nth-of-type(2) {
  margin-right: 7%;
}
#footer-layout .footer-icon .img-wrapper img {
  max-height: 100%;
}
#footer-layout .top {
  background-color: #f08300;
}
#footer-layout .top .logo {
  height: 109px;
}
#footer-layout .top .logo .img-wrapper {
  height: 78px;
}
#footer-layout .top .logo .img-wrapper img {
  max-height: 100%;
}
#footer-layout .top .menu ul {
  width: 100%;
}
#footer-layout .top .menu ul li {
  flex: 1;
}
#footer-layout .top .menu ul li a {
  color: #fff;
}
#footer-layout .top .to-top span {
  background-color: #fff;
  border-radius: 50%;
  font-size: 21px;
  padding: 1px 2px 3px 2px;
}
#footer-layout .middle {
  height: 82px;
  background-color: #a3d471;
}
#footer-layout .middle ul li a {
  color: #fff;
}
#footer-layout .bottom {
  background-color: #f08300;
  height: 99px;
}
#footer-layout .bottom .left > .img-wrapper {
  height: 67px;
}
#footer-layout .bottom .left > .img-wrapper img {
  max-height: 100%;
}
#footer-layout .bottom .left div:nth-child(2) .img-wrapper {
  height: 31px;
  margin-bottom: 10px;
  margin-left: 16px;
}
#footer-layout .bottom .left div:nth-child(2) .img-wrapper img {
  max-height: 100%;
}
#footer-layout .bottom .right .right-top p:nth-child(1) {
  margin-right: 15px;
}
#footer-layout .bottom .right .right-top p:nth-child(2) {
  margin-right: 20px;
}
#footer-layout .bottom .right .right-bottom {
  margin-top: 10px;
}
#footer-layout .bottom .right .right-bottom h6:nth-child(1) {
  margin-right: 20px;
}
#footer-layout .bottom .right .right-bottom h6:nth-child(2) {
  margin-right: 46px;
}
@media screen and (max-width: 768px) {
  #footer-layout .footer-icon {
    top: -57px;
  }
  #footer-layout .footer-icon .img-wrapper {
    height: 61px;
  }
  #footer-layout .footer-icon .img-wrapper:nth-of-type(2) {
    display: none;
  }
  #footer-layout .footer-icon a {
    margin-bottom: 15px;
    margin-right: 24px;
  }
  #footer-layout .footer-icon a p {
    font-size: 18px;
  }
  #footer-layout .footer-icon a p span {
    font-size: 20px;
    font-weight: bold;
  }
  #footer-layout .top .menu {
    height: 40px;
  }
  #footer-layout .top .menu ul li a {
    font-size: 14px;
  }
  #footer-layout .middle {
    height: 43px;
  }
  #footer-layout .middle h6 {
    font-size: 11px;
  }
  #footer-layout .middle ul li a {
    font-size: 11px;
  }
  #footer-layout .bottom {
    height: auto;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  #footer-layout .bottom .left > .img-wrapper {
    height: 48px;
  }
  #footer-layout .bottom .left div:nth-child(2) .img-wrapper {
    height: 26px;
    margin-bottom: 0;
  }
  #footer-layout .bottom .right {
    margin-top: 11px;
  }
  #footer-layout .bottom .right .right-top p {
    font-size: 12px;
  }
  #footer-layout .bottom .right .right-top p:nth-child(1) {
    margin-right: 5px;
  }
  #footer-layout .bottom .right .right-top p:nth-child(2) {
    margin-right: 5px;
  }
  #footer-layout .bottom .right .right-bottom {
    margin-top: 0;
  }
  #footer-layout .bottom .right .right-bottom h6 {
    font-size: 12px;
  }
  #footer-layout .bottom .right .right-bottom h6:nth-child(1) {
    margin-right: 5px;
  }
  #footer-layout .bottom .right .right-bottom h6:nth-child(2) {
    margin-right: 5px;
  }
  #footer-layout .copyright {
    padding-top: 8px;
    padding-bottom: 19px;
  }
  #footer-layout .copyright p {
    font-size: 12px;
  }
}
#page-wrapper {
  padding-top: 71px;
}
.content-area article header h1 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}
.custom-page {
  padding-bottom: 200px;
}
#top-intro {
  padding-top: 103px;
}
#top-intro h3 {
  margin-bottom: 81px;
}
#top-intro img {
  height: 90px;
}
#top-intro h6 {
  margin-top: 34px;
  max-width: 168px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #top-intro {
    padding-top: 35px;
  }
  #top-intro h3 {
    margin-bottom: 20px;
  }
  #top-intro h6 {
    font-size: 12px;
  }
  #top-intro .row > div:nth-of-type(3), #top-intro .row > div:nth-of-type(4) {
    margin-top: 38px;
  }
}
#top-intro-2 .img-wrapper {
  margin-top: 31px;
  margin-bottom: 31px;
  height: 396px;
}
#top-intro-2 .img-wrapper img {
  max-height: 100%;
}
#top-intro-2 h3 {
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  #top-intro-2 .img-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    height: 232px;
  }
  #top-intro-2 h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
#top-intro-3 {
  padding-top: 83px;
  padding-bottom: 132px;
}
#top-intro-3 .content {
  width: 100%;
}
#top-intro-3 .content .img-wrapper {
  height: 111px;
}
#top-intro-3 .content img {
  max-height: 100%;
}
#top-intro-3 .content.content-1 {
  max-width: 149px;
}
#top-intro-3 .content.content-1 .img-wrapper-1 {
  height: 60px;
}
#top-intro-3 .content.content-2 {
  max-width: 168px;
}
#top-intro-3 .content.content-2 .img-wrapper-2 {
  height: 89px;
}
#top-intro-3 .content.content-3 {
  max-width: 168px;
}
#top-intro-3 .content.content-3 .img-wrapper-3 {
  height: 34px;
}
#top-intro-3 .content.content-4 {
  max-width: 217px;
}
#top-intro-3 .content.content-4 .img-wrapper-4 {
  height: 90px;
}
#top-intro-3 .content h6 {
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #top-intro-3 {
    padding-top: 43px;
    padding-bottom: 32px;
  }
  #top-intro-3 .row > div:nth-of-type(3), #top-intro-3 .row > div:nth-of-type(4) {
    margin-top: 29px;
  }
  #top-intro-3 .row .content.content-1 {
    max-width: 95px;
  }
  #top-intro-3 .row .content.content-2 {
    max-width: 107px;
  }
  #top-intro-3 .row .content.content-3 {
    max-width: 113px;
  }
  #top-intro-3 .row .content.content-4 {
    max-width: 116px;
  }
  #top-intro-3 .row h6 {
    font-size: 12px;
  }
}
#top-green-banner {
  background-color: #fff8e0;
  padding-top: 48px;
  padding-bottom: 39px;
}
#top-green-banner .top {
  position: relative;
}
#top-green-banner .top .img-wrapper {
  height: 355px;
}
#top-green-banner .top .img-wrapper img {
  max-height: 100%;
}
#top-green-banner .top .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 600px;
  margin: auto;
}
#top-green-banner .top .text h2 {
  margin-bottom: 23px;
  line-height: 1.5em;
}
#top-green-banner .bottom {
  margin-top: -80px;
}
#top-green-banner .bottom .image .img-wrapper {
  height: 162px;
}
#top-green-banner .bottom .image .img-wrapper img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #top-green-banner {
    padding-bottom: 48px;
  }
  #top-green-banner .top {
    padding-left: 30px;
    padding-right: 30px;
  }
  #top-green-banner .top .img-wrapper {
    height: auto;
  }
  #top-green-banner .top .text {
    max-width: 510px;
    width: 52%;
    margin: auto;
  }
  #top-green-banner .top .text h2 {
    margin-bottom: 0;
  }
  #top-green-banner .bottom {
    margin-top: -34px;
  }
  #top-green-banner .bottom .image .img-wrapper {
    height: 150px;
  }
  #top-green-banner .bottom .link a {
    font-weight: 100;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
}
#top-how {
  padding-top: 102px;
  padding-bottom: 63px;
}
#top-how > h3 {
  margin-bottom: 54px;
}
#top-how .box {
  max-width: 557px;
  border-radius: 25px;
  color: #080808;
  padding-bottom: 36px;
}
#top-how .box.user {
  background-color: rgba(240, 131, 0, 0.3);
}
#top-how .box.user h3 {
  -webkit-text-stroke: 0.075rem #eda145;
}
#top-how .box.owner {
  background-color: rgba(148, 208, 88, 0.3);
}
#top-how .box.owner h3 {
  -webkit-text-stroke: 0.075rem #94d058;
}
#top-how .box .half-circle {
  width: 330px;
  height: 165px;
  background-color: #fff;
  border-bottom-left-radius: 330px;
  border-bottom-right-radius: 330px;
  margin-bottom: 63px;
}
#top-how .box .img-wrapper:nth-child(2) {
  height: 203px;
}
#top-how .box .img-wrapper:nth-child(2) img {
  max-height: 100%;
}
#top-how .box .img-wrapper:nth-child(5) {
  height: 214px;
}
#top-how .box .img-wrapper:nth-child(5) img {
  max-height: 100%;
}
#top-how .box .img-wrapper:nth-child(8) {
  height: 182px;
}
#top-how .box .img-wrapper:nth-child(8) img {
  max-height: 100%;
}
#top-how .box h5 {
  margin-top: 10px;
}
#top-how .box h5:not(:last-child) {
  margin-bottom: 48px;
}
#top-how .box p {
  font-size: 66px;
  line-height: 0;
  margin-bottom: 89px;
}
#top-how .box p i {
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  #top-how {
    padding-bottom: 100px;
    padding-top: 68px;
  }
  #top-how > h3 {
    font-size: 18px;
  }
  #top-how .box {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    border-radius: 8px;
  }
  #top-how .box .img-wrapper:nth-child(2) {
    height: 101px;
  }
  #top-how .box .img-wrapper:nth-child(5) {
    height: 118px;
  }
  #top-how .box .img-wrapper:nth-child(8) {
    height: 83px;
  }
  #top-how .box .half-circle {
    width: 100px;
    height: 50px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  #top-how .box h5 {
    font-size: 13px;
    line-height: 20px;
  }
  #top-how .box h5:not(:last-child) {
    font-size: 13px;
    margin-bottom: 32px;
  }
  #top-how .box p {
    margin-bottom: 43px;
    font-size: 59px;
  }
}
#top-spec {
  background-color: #e6f2f2;
  padding-top: 81px;
  padding-bottom: 44px;
}
#top-spec ul li {
  font-size: 20px;
  color: #707070;
}
#top-spec ul li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #a3d471;
  margin-right: 17px;
}
#top-spec ul li:not(:last-child) {
  margin-bottom: 39px;
}
#top-spec a {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #top-spec {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  #top-spec h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }
  #top-spec ul {
    max-width: 254px;
    margin: auto;
  }
  #top-spec ul li {
    position: relative;
    font-size: 12px;
  }
  #top-spec ul li:not(:last-child) {
    margin-bottom: 22px;
  }
  #top-spec ul li:before {
    position: absolute;
    left: -22px;
  }
  #top-spec a {
    margin-top: 25px;
  }
}
#top-owner-flow {
  padding-top: 117px;
}
#top-owner-flow > h3 {
  font-size: 36px !important;
  margin-bottom: 93px !important;
}
#top-owner-flow h3 {
  font-size: 30px;
  margin-bottom: 23px;
}
#top-owner-flow h5 {
  line-height: 36px;
}
#top-owner-flow .circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin-bottom: 56px;
}
#top-owner-flow .circle img {
  max-height: 100%;
}
#top-owner-flow .arrow-img-wrapper {
  height: 147px;
  margin-bottom: 34px;
}
#top-owner-flow .arrow-img-wrapper img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #top-owner-flow {
    padding-top: 167px;
  }
  #top-owner-flow > h3 {
    font-size: 18px !important;
    margin-bottom: 49px !important;
    line-height: 25px;
  }
  #top-owner-flow h3 {
    font-size: 18px;
  }
  #top-owner-flow .circle {
    width: 146px;
    height: 146px;
    margin-bottom: 19px;
  }
  #top-owner-flow h5 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  #top-owner-flow .arrow-img-wrapper {
    height: 67px;
    margin-bottom: 103px;
  }
}
#top-business-type .content-top {
  border-top: 87px solid #fff;
  border-right-style: solid;
  border-right-color: #cde9f8;
  box-shadow: 3px 12px 7px 0px rgba(0, 0, 0, 0.161);
}
#top-business-type .content {
  background-color: #cde9f8;
  padding-bottom: 56px;
  width: 100%;
  padding-top: 87.5px;
  box-shadow: 3px 12px 7px 0px rgba(0, 0, 0, 0.161);
}
#top-business-type .content .circle-row {
  margin-top: 42px;
  margin-bottom: 56px;
}
#top-business-type .content .circle-row .circle {
  width: 302px;
  height: 302px;
  background-color: #56a434;
  border-radius: 50%;
  position: relative;
}
#top-business-type .content .circle-row .circle i {
  font-size: 70px;
  position: absolute;
  bottom: 4%;
}
#top-business-type .content .circle-row a {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #top-business-type .content .circle-row .circle {
    width: 200px;
    height: 200px;
  }
  #top-business-type .content .circle-row .circle h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-business-type {
    padding-top: 81px;
  }
  #top-business-type > .row > .col-12 {
    padding: 0;
  }
  #top-business-type .content .circle-row {
    margin-left: 0;
    margin-right: 0;
  }
  #top-business-type .content .circle-row .circle {
    width: 172px;
    height: 172px;
    margin-bottom: 26px;
  }
  #top-business-type .content .circle-row .circle i {
    font-size: 39px;
  }
}
#top-contact-us {
  padding-top: 172px;
  padding-bottom: 189px;
}
#top-contact-us h3 {
  margin-bottom: 37px;
}
#top-contact-us .image .img-wrapper {
  height: 152px;
}
#top-contact-us .image .img-wrapper img {
  max-height: 100%;
}
#top-contact-us .link {
  margin-left: 71px;
  margin-right: 65px;
}
#top-contact-us .link a {
  padding-left: 75px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #top-contact-us {
    padding-bottom: 160px;
  }
  #top-contact-us > h3 {
    margin-bottom: 0px;
  }
  #top-contact-us .link {
    margin-left: 12px;
    margin-right: 17px;
    max-width: 179px;
    width: 100%;
  }
  #top-contact-us .link a {
    padding: 0;
  }
}
#top-rate-plan {
  padding-top: 87px;
  padding-bottom: 68px;
  background-color: #e9f5dc;
}
#top-rate-plan .container > h3 {
  margin-bottom: 88px;
}
#top-rate-plan .box {
  max-width: 374px;
  width: 100%;
  background-color: rgba(155, 210, 242, 0.5);
  border-radius: 25px;
  padding-bottom: 108px;
  padding-left: 10px;
  padding-right: 10px;
}
#top-rate-plan .box .circle {
  max-width: 224px;
  height: 112px;
  background-color: #fff;
  border-bottom-left-radius: 224px;
  border-bottom-right-radius: 224px;
}
#top-rate-plan .box .img-wrapper {
  height: 215px;
  margin-top: 118px;
  margin-bottom: 130px;
}
#top-rate-plan .box .img-wrapper img {
  max-height: 100%;
}
#top-rate-plan .box h5 {
  margin-bottom: 30px;
}
#top-rate-plan .box h6 {
  margin-bottom: 75px;
  max-width: 277px;
  width: 100%;
  line-height: 1.4em;
}
#top-rate-plan .box a {
  max-width: 172px;
  font-size: 36px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 60px;
  color: #030303;
  border-radius: 5px;
  border: 2px solid #030303 !important;
}
#top-rate-plan .col-12 a {
  margin-top: 115px;
}
#top-rate-plan .inbox .img-wrapper {
  height: 50px;
  margin-right: 48px;
}
#top-rate-plan .inbox .img-wrapper img {
  max-height: 100%;
}
#top-rate-plan .contact-us-rate {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  #top-rate-plan {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  #top-rate-plan .container > h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #top-rate-plan .contact-us-rate {
    margin-top: 30px;
  }
  #top-rate-plan .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #top-rate-plan .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #top-rate-plan .box {
    border-radius: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 17px;
  }
  #top-rate-plan .box .img-wrapper {
    height: auto;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  #top-rate-plan .box a {
    font-size: 12px;
    line-height: 23px;
    max-width: 67px;
    padding: 0;
  }
  #top-rate-plan .box .circle {
    max-width: 70px;
    height: 35px;
    background-color: #fff;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  #top-rate-plan .box h5 {
    font-size: 12px;
  }
  #top-rate-plan .plan-modal {
    top: 50%;
    transform: translateY(-50%);
  }
  #top-rate-plan .plan-modal .modal-content {
    background-color: #cde9f8;
    width: 166px;
    height: 166px;
  }
  #top-rate-plan .plan-modal .modal-content .modal-header {
    border: none;
    font-size: 12px;
  }
  #top-rate-plan .plan-modal .modal-content .modal-body {
    border: none;
    font-size: 12px;
  }
  #top-rate-plan .inbox .img-wrapper {
    margin-right: 15px;
    height: 30px;
  }
  #top-rate-plan .inbox h3 {
    font-size: 14px;
  }
}
#top-faq {
  padding-top: 138px;
}
#top-faq .title {
  position: relative;
  max-width: 925px;
  width: 100%;
  margin: auto;
}
#top-faq .title h3 {
  margin-bottom: 77px;
}
#top-faq .title .title-circle {
  position: absolute;
  top: -53px;
  right: 0;
  width: 206px;
  height: 206px;
  background-color: #c4c4c4;
  border-radius: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
#top-faq .box {
  height: 222px;
  max-width: 825px;
  width: 100%;
  margin: auto;
  border: 10px solid #e5e5e5;
  position: relative;
}
#top-faq .box:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 110px;
  height: 232px;
  background-color: transparent;
}
#top-faq .box.center-right {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
#top-faq .box.center-right:after {
  right: -100px;
  border-top-right-radius: 230px;
  border-bottom-right-radius: 230px;
  border: 10px solid #e5e5e5;
  border-left: 0;
}
#top-faq .box.center-right:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -100px;
  width: 110px;
}
#top-faq .box.top-right {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
#top-faq .box.top-right:after {
  right: -100px;
  border-top-right-radius: 230px;
  border-bottom-right-radius: 230px;
  border: 10px solid #e5e5e5;
  border-left: 0;
}
#top-faq .box.top-right:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -100px;
  width: 110px;
  border-top: 10px solid #e5e5e5;
}
#top-faq .box.top-left {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
#top-faq .box.top-left:after {
  left: -100px;
  border-top-left-radius: 230px;
  border-bottom-left-radius: 230px;
  border: 10px solid #e5e5e5;
  border-right: 0;
}
#top-faq .box.top-right-bottom {
  border-left: 0;
  border-right: 0;
  height: 232px;
}
#top-faq .box.top-right-bottom:after {
  right: -100px;
  border-top-right-radius: 230px;
  border-bottom-right-radius: 230px;
  border: 10px solid #e5e5e5;
  border-left: 0;
}
#top-faq .box.top-right-bottom:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -100px;
  width: 110px;
  border-bottom: 10px solid #e5e5e5;
}
#top-faq .box h5 {
  margin-bottom: 30px;
}
#top-faq .link {
  margin-top: 68px;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  #top-faq {
    padding-top: 60px;
  }
  #top-faq .box {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #top-faq {
    padding-top: 120px;
  }
  #top-faq .title h3 {
    margin-bottom: 43px;
  }
  #top-faq .title .title-circle {
    top: -22px;
    height: 101px;
    width: 101px;
  }
  #top-faq .box {
    height: 160px;
    width: 80%;
    margin: auto;
    border: 3px solid #e5e5e5;
  }
  #top-faq .box h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #top-faq .box ul li {
    font-size: 12px;
  }
  #top-faq .box:after {
    top: -10px;
    width: 30px;
    height: 160px;
    background-color: transparent;
  }
  #top-faq .box.top-right {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
  #top-faq .box.top-right:after {
    height: 163px;
    top: -3px;
    right: -30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 3px solid #e5e5e5;
    border-left: 0;
  }
  #top-faq .box.top-right:before {
    top: -3px;
    left: -30px;
    width: 30px;
    border-top: 3px solid #e5e5e5;
  }
  #top-faq .box.center-right {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
  #top-faq .box.center-right:after {
    height: 163px;
    top: -3px;
    right: -30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 3px solid #e5e5e5;
    border-left: 0;
  }
  #top-faq .box.center-right:before {
    top: -3px;
    left: -30px;
    width: 30px;
  }
  #top-faq .box.top-left {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
  #top-faq .box.top-left:after {
    height: 163px;
    left: -30px;
    top: -3px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 3px solid #e5e5e5;
    border-right: 0;
  }
  #top-faq .box.top-right-bottom {
    border-left: 0;
    border-right: 0;
    height: 160px;
  }
  #top-faq .box.top-right-bottom:after {
    height: 160px;
    top: -3px;
    right: -30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 3px solid #e5e5e5;
    border-left: 0;
  }
  #top-faq .box.top-right-bottom:before {
    height: 160px;
    top: -3px;
    left: -30px;
    width: 30px;
    border-bottom: 3px solid #e5e5e5;
  }
  #top-faq .link {
    margin-top: 99px;
  }
  #top-faq .link > p {
    max-width: 257px;
    margin-bottom: 25px;
  }
}
#top-notice {
  padding-top: 211px;
}
#top-notice table th, #top-notice table td {
  border: none;
}
#top-notice table th {
  background-color: #707070;
  color: #fff;
}
#top-notice table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #top-notice {
    padding-top: 108px;
  }
  #top-notice table th, #top-notice table td {
    font-size: 12px;
  }
}
#top-bottom-section {
  padding-bottom: 224px;
}
#top-bottom-section #top-message {
  padding-top: 125px;
}
#top-bottom-section #top-message h2 {
  margin-bottom: 34px;
}
#top-bottom-section #top-message h2 span {
  font-size: 40px;
}
#top-bottom-section #top-message h6 {
  line-height: 30px;
}
#top-bottom-section #top-message h6 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top-bottom-section {
    padding-bottom: 146px;
  }
  #top-bottom-section #top-message {
    order: 2;
    padding-top: 80px;
  }
  #top-bottom-section #top-message h2 {
    font-size: 24px;
  }
  #top-bottom-section #top-message h2 span {
    font-size: 24px;
  }
}
#top-timecard {
  padding-bottom: 100px;
}
#top-timecard h4 {
  font-size: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #top-timecard {
    padding-bottom: 0;
  }
  #top-timecard h4 {
    font-size: 15px;
  }
}
#notice-posts h3 {
  font-size: 22px;
  margin-bottom: 31px;
}
#notice-posts .notice-tile:not(:last-of-type) {
  margin-bottom: 58px;
}
#notice-posts .notice-tile a h6 {
  margin-bottom: 10px;
}
#notice-posts .notice-tile p:nth-child(2) {
  margin-bottom: 10px;
}
#notice-posts .notice-tile span.badge-notice {
  background-color: #f08300;
  color: #fff;
  margin-left: 5px;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  #notice-posts {
    padding-bottom: 0;
  }
}
#content-notice-container {
  padding-bottom: 378px;
}
@media screen and (max-width: 768px) {
  #content-notice-container {
    padding-bottom: 100px;
  }
}
.content-notice {
  padding-top: 71px;
  padding-bottom: 71px;
}
.content-notice h6:nth-child(1) {
  margin-bottom: 31px;
}
.content-notice h6:nth-child(2) {
  margin-bottom: 20px;
}
.content-notice .notice-section span.badge-orange {
  color: #fff;
  border-radius: 0;
  background-color: #f08300;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: lighter;
  margin-left: 10px;
}
.content-notice .notice-section .entry-content {
  margin-top: 15px;
}
.content-notice .pagination-section {
  margin-top: 78px;
}
#right-sidebar aside:not(:last-child) {
  margin-bottom: 30px;
}
#right-sidebar aside#search-2 span.input-group-append {
  display: none;
}
#right-sidebar aside h3.widget-title {
  font-size: 16px;
  text-align: center;
  background-color: #f08300;
  color: #fff;
  line-height: 34px;
  margin-bottom: 21px;
}
#notice-sidebar .search {
  margin-bottom: 34px;
}
#notice-sidebar .search span.input-group-append {
  display: none;
}
#notice-sidebar .recent, #notice-sidebar .archive, #notice-sidebar .category {
  margin-bottom: 30px;
}
#notice-sidebar .recent h6, #notice-sidebar .archive h6, #notice-sidebar .category h6 {
  background-color: #f08300;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #notice-sidebar {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  #notice-sidebar .social .img-wrapper {
    height: 46px;
  }
  #notice-sidebar .social .img-wrapper img {
    max-height: 100%;
  }
}
#archive-wrapper, #search-page {
  padding-bottom: 200px;
}
#archive-wrapper h4, #search-page h4 {
  margin-bottom: 30px;
}
