<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro {
    margin: -30px 0;
    padding: 0;
}

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: normal;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  transform: translate(-50%,-50%);
}

.slide-img img{
  object-fit: cover;
  height: auto;
  width: 100vw;
}

.con {
   padding: 0 0 20px 0; 
}

@media screen and (max-width: 767px) {
   .con {
   padding: 0; 
} 
}


.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-t {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up-t {
  transform: translate(0, 50px);
}

.scroll-in-t {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-u {
  opacity: 0;
  transition-duration: 2500ms;
  transition-property: opacity, transform;
}

.fade-in-up-u {
  transform: translate(0, 150px);
}

.scroll-in-u {
  opacity: 1;
  transform: translate(0, 0);
}


.msg{
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.box-inner{
  max-width: 700px;
  margin: 250px auto;
  padding: 0 40px;
}

.box{
  width: 200px;
  height: 200px;
  background-color: orange;
  margin: 50px auto 0;
}

.neppa {
    padding: 50px 25px 25px 25px;
}

.ann {
    padding: 0px 0 0 50px;
}

.cen {
display: grid;
  justify-items: center;
  align-items: center;
    text-align: center;
    
}

div.vid_contents {
width: 100%;/*èƒŒæ™¯è‰²ã‚’æ¨ªå¹…ã„ã£ã±ã„ã«åºƒã’ã‚‹*/
text-align: center;
margin: auto;
}
video.vid_main {
width: 100%;
max-width: 920px;/*PCç‰ˆã§ã®æœ€å¤§å¹…*/
}

#act p {
    color: #000;
}

.slide-img {
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw
}
@media screen and (max-width: 767px) {
   #main {
   padding-top: 100px; 
} 
}
.panel-body {
    padding:10px;
    font-weight: 400;
    font-size: 18px;
    }

table.demo05 th {
  font-weight: 500;
  font-size:18px;
}

.button {
    margin-top: 20px;
  background: lightblue;
  color: #fff;
  padding: 0 8em;
  border: 0;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 900;
}

.button:hover {
  background: lightcoral;
  cursor: pointer;
}

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

.modal-content {
  background-color: #f4f4f4;
  margin: 12% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}
/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

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

.margin-b-5 {
  margin-bottom: 5px !important;
}

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

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

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

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

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

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}


.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}
@media screen and (max-width: 767px) {
    .button {
        margin-bottom: 10px;
        background: lightblue;
  color: #fff;
  padding: 0 8em;
  border: 0;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 900;
        
    }
    .modal-content {
    width: 70%; 
        margin-top: 22%;
}
    .m-s {
        margin-top: 25px;
    }
    .ann {
        margin-top: 20px;
}
}
    /*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 40px;
  padding-bottom: 50px;
}
    /*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}
    span {
  font-size: 14px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #bfc1c7;
}
    
    /*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2 !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

.bg-color-sky-light {
  background: #fafafa !important;
}
p {
  font-size: 15px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  margin-bottom: 15px;
}
.accordion .panel-title {
  font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Hind, sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}
b {font-weight:700 ;
    color:dimgrey;
}</pre></body></html>