@charset "UTF-8";
/* CSS Document */

/* ヘッダイメージ */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.oft-c-img-main {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@media print,
screen and (max-width:600px) {
  .oft-c-img-main {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}


/* テキスト */

.oft-l-container p.oft-c-txtbig,
.oft-l-container-fluid p.oft-c-txtbig {
  font-size: 1.8rem;
  line-height: 2;
}

@media print,
screen and (max-width:600px) {
	.oft-l-container p.oft-c-txtbig,
.oft-l-container-fluid p.oft-c-txtbig {
  font-size: 1.5rem;
}
}


.oft-u-box-1 {
    border: 1px solid hsla(0,0%,33%,1.00);
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: space-between;
    height: 100%;
}
.oft-u-btnbox-1 {
    display: flex !important;
    align-items: end !important;
    align-content: end !important;
    height: 0%;
}
