/*
 * Shahala: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "Angeline_Vintage";
  src: url(../fonts/Angeline_Vintage.ttf); }
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf); }
@font-face {
  font-family: "Roboto-Italic";
  src: url(../fonts/Roboto-Italic.ttf); }
body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px; }
p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal; }
.title{
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
	 font-style: normal;
}

.container-fluid {
  padding: 0; }

.card {
  border: none;
  border-radius: 0; }
  .card img {
    border-radius: 0; }

header .card a, .vr-gallery a.btn {
  background-color: #ff5533;
  width: 200px;
  padding: 12px 0;
  color: #ffffff;
  font-family: "Montserrat";
  margin-top: 20px;
  border-radius: 0; }
  header .card a:hover, .vr-gallery a.btn:hover {
    background: #ffffff;
    color: #03133a; }

header {
   background: #c4ff89;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 50px; }
  header .bg-cover {
    background: rgba(0, 0, 0, 1); }
  header .input-group input {
    display: none; }
  header h2.logo {
    font-size: 50px;
    font-family: "Angeline_Vintage";
    color: #ffffff; }
  header .nav-fill {
    max-width: 250px; }
    header .nav-fill a {
      color: #ffffff; }
    header .nav-fill li:hover a {
      color: #03133a; }
  header .navbar li.nav-item a.nav-link {
    font-family:'M PLUS 1p', sans-serif;;
    color: #ffffff;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
header .navbar li.nav-item a:hover.nav-link {
	text-decoration: none;
	color: #ddff33;
	
}
  header .card {
    color: #ffffff; }
    header .card p {
      text-transform: uppercase; }
    header .card hr {
      margin-top: 5px;
      width: 30px;
      border: 1px solid #03133a; }
    header .card h2 {
      font-size: 40px;
      max-width: 510px;
      margin: 20px auto; }
    @media (max-width: 1299px) {
      header .card h2 {
        font-size: 24px; }
      header .card a {
        width: auto;
        padding: 8px 15px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      header .card h2 {
        font-size: 36px; }
      header .card a {
        width: auto;
        padding: 12px 15px;
        font-size: 16px; } }
    @media (max-width: 500px) {
      header .card h2 {
        font-size: 24px; }
      header .card a {
        width: auto;
        padding: 8px 15px;
        font-size: 14px; } }
  header .col-md-3 {
    text-align: center;
    padding: 5px 2.5px !important; }
    header .col-md-3.first {
      padding-left: 15px !important; }
    header .col-md-3.last {
      padding-right: 15px !important; }
    header .col-md-3 img {
      max-height: 227px; }
    header .col-md-3 h5 {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  header .bar1, header .bar2, header .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
    position: relative; }
  header .change .bar1 {
    -webkit-transform: rotate(-42deg) translate(-2px, 6px);
    transform: rotate(-42deg) translate(-2px, 6px); }
  header .change .bar2 {
    opacity: 0; }
  header .change .bar3 {
    -webkit-transform: rotate(46deg) translate(-4px, -8px);
    transform: rotate(46deg) translate(-4px, -8px); }

.nav-search {
  display: none;
  max-width: 600px;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  height: auto; }

.toggle-search {
  margin-top: 12px;
  cursor: pointer; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.video-player {
  padding: 40px 0; }
  .video-player hr {
    background-color: #333333;
    margin-top: 100px; }
  .video-player .screen {
    max-height: 500px;
    width: 100%;
    height: 100%; }
    .video-player .screen iframe {
      width: 100%; }
  .video-player .play-list {
    max-width: 900px;
    margin: 20px auto; }
  .video-player .owl-stage-outer img {
    cursor: pointer; }
  .video-player .owl-nav {
    margin-top: -75px;
    display: block !important;
    left: 0;
    right: 0;
    position: relative; }
    .video-player .owl-nav .owl-prev, .video-player .owl-nav .owl-next {
      float: left;
      color: #ffffff !important;
      background: #03133a !important;
      border-radius: 3px;
      box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.48);
      width: 41px;
      height: 41px;
      margin-left: -20px;
      font-size: 12px !important; }
    .video-player .owl-nav .owl-next {
      right: 0;
      float: right;
      margin-right: -20px; }

.light-bg {
  background: #f7f7f7; }

.vr-gallery p {
  font-size: 15px;
  color: #444444; }
  .vr-gallery p small {
    font-size: 11px;
    color: #03133a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
.vr-gallery .pd-md {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .vr-gallery .pd-md img {
    width: 100%; }
@media (max-width: 767px) {
  .vr-gallery .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
.vr-gallery h3 {
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 20px; }
.vr-gallery .cus-pd {
  padding: 50px 55px 10px 55px; }
.vr-gallery .cus-pd2 {
  padding: 40px 45px 10px 45px; }
.vr-gallery .card {
  height: 100%; }
  .vr-gallery .card img {
    width: 100%; }
  .vr-gallery .card .card-img-overlay h5 {
    font-size: 22px;
    color: #ffffff; }
  .vr-gallery .card .card-img-overlay.opacity {
    background-color: rgba(0, 0, 0, 0.459); }
.vr-gallery .cus-arrow-left::before, .vr-gallery .cus-arrow-up::before {
  position: absolute;
  content: "";
  border: 20px solid transparent; }
.vr-gallery .cus-arrow-left::before {
  border-color: transparent #f7f7f7 transparent transparent;
  left: 0;
  margin-left: -40px;
  top: 20px; }
@media (max-width: 991px) {
  .vr-gallery .cus-arrow-left {
    padding-left: 15px;
    padding-right: 15px; }
    .vr-gallery .cus-arrow-left::before {
      border-width: 15px;
      border-color: transparent transparent #f7f7f7 transparent;
      margin-top: -50px;
      left: 50px; } }
.vr-gallery .cus-arrow-up::before {
  border-width: 15px;
  border-color: transparent transparent #f7f7f7 transparent;
  margin-top: -70px;
  left: 20px; }
.vr-gallery .contact-box {
  background: #f7f7f7;
  display: inline-block;
  max-width: 382px;
  padding: 40px 55px 40px 55px;
  position: absolute;
  left: 0;
  bottom: 0; }
  .vr-gallery .contact-box::after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-color: #03133a;
    right: 0;
    top: 0; }
.vr-gallery a.btn {
  width: 225px; }
  .vr-gallery a.btn:hover {
    background: #f7f7f7; }
.vr-gallery .play-1 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%); }
  .vr-gallery .play-1 + h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-55%); }

.bg-gray {
  background: #f7f7f7; }

.yu2fvl {
  z-index: 9999;
  top: 0; }

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0; }

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8; }

.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer; }

.fh5co-recent-news h2 {
  font-size: 30px;
  color: #03133a; }
.fh5co-recent-news hr {
  background: #03133a;
  margin: 10px auto;
  width: 60px;
  height: 3px; }
.fh5co-recent-news .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.67);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  .fh5co-recent-news .card-img-overlay .top-area, .fh5co-recent-news .card-img-overlay .bottom-area {
    display: none; }
  .fh5co-recent-news .card-img-overlay:hover {
    background-color: rgba(0, 0, 0, 0); }
    .fh5co-recent-news .card-img-overlay:hover .top-area, .fh5co-recent-news .card-img-overlay:hover .bottom-area {
      display: block; }
.fh5co-recent-news .top-area {
  background-color: rgba(0, 0, 0, 0.612);
  position: absolute;
  display: block;
  padding: 15px;
  left: 0;
  right: 0;
  top: 0; }
  .fh5co-recent-news .top-area .fa-heart {
    color: #777777; }
.fh5co-recent-news .bottom-area {
  position: absolute;
  display: block;
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-family: "Roboto-Italic";
  background-color: rgba(0, 0, 0, 0.612); }
  .fh5co-recent-news .bottom-area h4 {
    font-size: 16px; }

.stay {
  background: url(../images/stay-bg.png);
  background-repeat: repeat; }
  .stay h2 {
    font-size: 48px;
    color: #03133a; }
  .stay p {
    font-family: "Roboto-Italic";
    font-size: 15px;
    color: #131313; }
  .stay input {
    border: none;
    font-size: 16px;
    font-family: "Roboto-Regular";
    padding: 15px;
    border-radius: 0;
    height: auto; }
  .stay ::placeholder {
    font-family: "Roboto-Regular";
    color: rgba(19, 19, 19, 0.2); }
  .stay button {
    width: 139px;
    font-family: "Montserrat-Bold";
    font-size: 16px;
    padding: 15px 0;
    margin-top: -2px;
    border-radius: 0;
    background: #03133a;
    border-color: #03133a; }
    .stay button:hover {
      background: #06236a;
      border-color: #06236a; }

footer {
  background-image: url(../images/home-bg.png); }
  footer h2.logo {
    font-size: 35px;
    font-family: "Angeline_Vintage";
    color: #ffffff; }
  footer .nav-fill {
    max-width: 250px; }
    footer .nav-fill a {
      color: #ffffff; }
    footer .nav-fill li:hover a {
      color: #03133a; }
  footer .copyright {
    padding: 34px 0;
    background-color: rgba(0, 0, 0, 0.451); }
    footer .copyright p {
      color: #999999; }

.article-pg header {
  padding-bottom: 0; }
  .article-pg header .bg-cover {
    padding-bottom: 100px; }
.article-pg .breadc {
  max-width: 150px; }
  .article-pg .breadc .nav-item .nav-link {
    font-size: 12px;
    color: #ffffff !important; }

.ar-img-over:hover .card-img-overlay {
  display: block; }
.ar-img-over .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.251);
  margin: 25px;
  display: none;
  padding: 0; }
  .ar-img-over .card-img-overlay a {
    display: inline-block;
    height: 53px;
    width: 53px;
    background: #0d131f; }

.date-time a {
  color: #00000f;
  font-size: 14px;
  font-size: "Roboto-Italic";
  text-decoration: none !important; }

.ar-content {
  margin-top: 50px;
  position: relative;
  z-index: 5; }
  .ar-content h2 {
    color: #03133a;
    font-size: 30px;
    margin: 15px 0; }
  .ar-content p {
    color: #333333;
    line-height: 1.5;
    margin: 15px 0; }
  .ar-content .q-box {
    background: #03133a;
    width: 100px; }
  .ar-content .my-5.media {
    align-items: stretch; }
    .ar-content .my-5.media .bbg.media-body {
      padding: 30px 20px;
      background: url(../images/quote-bg.png); }
    .ar-content .my-5.media h5 {
      font-family: "Roboto-Italic";
      font-size: 30px;
      color: #777777; }
  .ar-content .fs-35 {
    font-size: 35px; }
  .ar-content hr {
    background-color: #03133a;
    width: 28px;
    height: 2px; }
  .ar-content .second-clr {
    color: #616161; }
  .ar-content .img-tag {
    color: #777777;
    font-size: 12px;
    margin-bottom: 5px; }
  .ar-content h3 {
    color: #03133a;
    font-size: 18px; }
  .ar-content .nav-fill {
    max-width: 280px; }
    .ar-content .nav-fill a {
      color: #9e9e9e;
      font-size: 12px;
      padding: 0.5rem 0; }
    .ar-content .nav-fill span {
      font-size: 18px;
      color: #9e9e9e; }
  .ar-content a.btn {
    width: 130px;
    padding: 10px 0;
    background: #03133a;
    color: #ffffff;
    border-radius: 0;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    display: block;
    border-color: #03133a;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-width: 2px; }
    .ar-content a.btn:hover {
      background: #ffffff;
      color: #03133a; }

.comment-section hr {
  margin-bottom: -1px; }
.comment-section .media:first-of-type {
  border-top: 1px solid #e0e0e0; }
.comment-section .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.251);
  margin: 6px;
  padding: 0; }
.comment-section h4 {
  font-size: 16px; }
.comment-section p {
  margin-top: 5px; }
  .comment-section p span {
    font-size: 12px;
    color: #777777; }
  .comment-section p a {
    font-size: 12px;
    color: #03133a; }
.comment-section .both-border {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
.comment-section .bottom-border {
  border-bottom: 1px solid #e0e0e0; }

.comment-form input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 0;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px; }
.comment-form textarea {
  box-shadow: none !important;
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 0;
  min-height: 120px;
  font-size: 14px; }
.comment-form ::placeholder {
  font-family: "Roboto-Regular";
  color: #bdbdbd; }
.comment-form hr {
  margin-bottom: -1px;
  border-radius: 5px; }
.comment-form hr.s-br {
  margin: 0;
  background: #e0e0e0;
  border: none;
  height: 1px;
  width: 100%; }
.comment-form button {
  background: #03133a;
  font-size: 12px;
  font-family: "Montserrat-Bold";
  color: #fff;
  width: 130px;
  padding: 8px 0;
  border-radius: 0; }

.sidebar hr {
  background: #03133a;
  width: 32px; }
.sidebar .card-img.rounded {
  border-radius: 50% !important;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 40px auto; }
.sidebar .card.pb-5 {
  background: url(../images/stay-bg.png); }
.sidebar .third-clr {
  color: #777777;
  font-size: 14px; }
.sidebar .owl-dots {
  text-align: center;
  display: block !important; }
  .sidebar .owl-dots span {
    position: relative;
    height: 9px;
    width: 9px;
    display: block;
    background-color: #e0e0e0;
    margin: 0 4px;
    border-radius: 50%; }
  .sidebar .owl-dots button {
    box-shadow: none !important;
    outline: none; }
  .sidebar .owl-dots .active {
    box-shadow: none; }
    .sidebar .owl-dots .active span {
      background: #03133a; }
.sidebar .card.bg-gray {
  padding: 35px; }
  .sidebar .card.bg-gray hr {
    background: #03133a; }
  .sidebar .card.bg-gray p {
    color: #333333; }
    .sidebar .card.bg-gray p span {
      font-size: 14px;
      color: #777777; }
.sidebar .nav-fill .nav-item .nav-link {
  color: #03133a;
  font-size: 16px; }
.sidebar .insta-links {
  margin: 0 -8px; }
  .sidebar .insta-links .card-img-overlay {
    background-color: rgba(3, 19, 0, 0.702);
    margin: 6px;
    padding: 0;
    display: none !important; }
  .sidebar .insta-links .card:hover .card-img-overlay {
    display: flex !important; }
  .sidebar .insta-links .col-md-4 {
    padding: 8px; }

.tranding-posts a {
  color: #333333;
  font-size: 16px;
  text-decoration: none; }
.tranding-posts p {
  font-size: 13px;
  color: #777777; }
.tranding-posts .media {
  align-items: stretch; }
  .tranding-posts .media:hover a {
    color: #03133a;
    font-family: "Montserrat-Bold"; }

@media (max-width: 767px) {
  .mt-md-4 {
    margin-top: 50px; } }
@media (max-width: 991px) {
  .ar-content .col-lg-9 {
    padding-right: 15px !important; }
  .ar-content .col-lg-3 {
    padding-left: 15px !important; } }



.footer07 {
 color: #fff;
 margin: 15px 0;
 padding: 30px;
}
.footer07 a {
 color: #fff;
 text-decoration: none;
}
.footer07 li a:hover {
 text-decoration: underline;
}
.footer07 .wrap {
 width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer07 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer07 .wrap .box:first-child {
 width: 65%;
}
.footer07 .wrap .box:nth-child(2) {
 width: 30%;
}
.footer07 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer07 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}

@media only screen and (max-width: 599px) {
.footer07 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer07 .wrap h3 {
 border: none;
}
.footer07 .wrap .box:first-child,
.footer07 .wrap .box:nth-child(2) {
 width: 100%;
}
.footer07 .wrap .box ul {
 border-top: 1px #c4c4c4 solid;
}
.footer07 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
	opacity: 0.9;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.img_wrap{
  border: 1px solid #ddd;
  width: 100%;

  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:20px 0;
    padding: .9em 2em;
    border: 1px solid #7e33ff;
    border-radius: 5px;
    background-color: #fff;
    color: #7e33ff;
    font-size: 1em;
}
.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 20px 0;
    padding: .9em 3em .9em 2em;
    border: 1px solid #ddff33;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.1);
    color: #ddff33;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #ddff33;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-54-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 20px 0;
    padding: .9em 3em .9em 2em;
    border: 1px solid #ff5533;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.1);
    color: #ddff33;
    font-size: 1em;
}

.button-54-1::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #ff5533;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54-1:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-54-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #ffac99;
    border-radius: 5px;
    background-color: #ff5833;
    color:#fff;
    font-size: 1em;
}

.button-54-2::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54-2:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.button-54-2:hover {
    background-color: #ffac99;
}
.button-54-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width:98%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #8266ff;
    border-radius: 5px;
    background-color: #ac99ff;
    color: #fff;
    font-size: 1em;
}

.button-54-3::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.button-54-3:hover {
    background-color: #d5ccff;
}

.button-54-3:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.button-54-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #6696ff;
    border-radius: 5px;
    background-color: #99b9ff;
    color: #fff;
    font-size: 1em;
}

.button-54-4::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54-4:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.button-54-4:hover {
    background-color: #ccdcff;
}
.yoko{
display: flex;
justify-content: center;
	width: 100%;
}

.yoko button{
	display:inline-block;
	width: 98%;
	height: 80px;
	background:#fff;
	padding:10px 30px;
	text-align:center;
	color:#143066;
	font-weight: 600;
	font-size: 20px;
	margin: 5px;
	border:#ffac99 3px solid;
	cursor:pointer;
}

.yoko button2{
	display:inline-block;
	width:98%;
	height: 80px;
	background:#fff;
	padding:22px 30px 0 30px;
	text-align:center;
	color:#331f99;
	font-weight: 600;
	font-size: 20px;
	margin: 5px;
	border:#8266ff 3px solid;
	cursor:pointer;
}
.yoko button3{
	display:inline-block;
	width: 98%;
	height: 80px;
	background:#fff;
	padding:22px 30px 0 30px;
	text-align:center;
	color:#3d5a99;
	font-weight: 600;
	font-size: 20px;
	margin: 5px;
	border:#6696ff 3px solid;
	cursor:pointer;
}
@media only screen and (max-width: 780px) {
	.yoko button{
		width:110px;
		font-size:0.8em;
		padding:10px 15px;
		height: 60px;
		border:#ffac99 1px solid;
		margin-right: 8px;
	}
	.yoko button2{
		width: 110px;
		font-size:0.8em;
		padding:20px 15px 0 15px;
		height: 60px;
		border:#8266ff 1px solid;
		margin-right: 8px;
	}
	.yoko button3{
		width: 110px;
		font-size:0.8em;
		padding:10px 15px 0 15px;
		height: 60px;
		border:#6696ff 1px solid;
	}
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
	
  }
  .tbl-r02 {
    width: 90%;
	  margin: 0 auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	   margin-bottom: 10px!important;
  }
}
/* パンくずリスト */
.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
table.table01 th {
    /* ヘッダーの見た目に関するスタイル */
    background-color: #b5b5ac;
    color:#fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;

    /* 固定に関するスタイル */
    position: sticky;
    top:0;
    left: 0;
    z-index: 1;
}
/* リレイションリンク */
.relation-link{
	font-size: 100%;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccdfec;
    border-radius: 5px;
    margin-bottom: 20px;
    clear: both;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media screen and (max-width: 740px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 740px;
    margin: 0 10px 50px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

.heading09 {
	font-size: 26px;
}

.heading09::before {
	content: attr(data-en);
	display: block;
	color: #498ee0;
	font-size: 18px;
}

.heading09::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}