<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.title {
  margin: 0 !important;
}

.touroku {
  position: fixed;
  z-index: 2;
  top: 200px;
  left: 10px;
}
@media all and (max-width: 480px) {
  .touroku {
    top: 50px;
  }
}
.touroku a {
  background: #E50012;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 1px 1px 5px #ddd;
  animation: move-y 1s infinite alternate ease-in-out;
}
@media all and (max-width: 480px) {
  .touroku a {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}
.touroku a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}
@media all and (max-width: 480px) {
  .touroku a:after {
    bottom: 5px;
  }
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.main {
  background: #fffef7;
  padding: 50px 0 !important;
}
.main .area_main {
  text-align: center;
}
.main .area_main .loginbtn {
  margin: 20px 0 0 0;
}
.main .area_main .loginbtn a {
  display: block;
  max-width: 400px;
  text-align: center;
  color: #fff;
  background: #E50012;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2rem;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.sec_bnr {
  margin: 30px auto 0 auto;
  text-align: center;
  max-width: 700px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column .area_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: 50px 0 0 0;
  width: 100%;
}
@media all and (max-width: 480px) {
  .column .area_column {
    padding: 20px;
  }
}
.column .area_column:first-child {
  margin: 0;
}
.column .area_column.w50 {
  width: calc(50% - 20px);
}
@media all and (max-width: 896px) {
  .column .area_column.w50 {
    width: 100%;
  }
}
.column .area_column.w50 .sec_txt {
  width: 100%;
}
.column .area_column.w50 .sec_img {
  width: 100%;
  margin: 20px 0 0 0;
}
.column .area_column .sec_txt {
  width: calc(100% - 430px);
}
@media all and (max-width: 896px) {
  .column .area_column .sec_txt {
    width: 100%;
  }
}
.column .area_column .sec_txt h3 {
  text-align: center;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_txt h3 {
    text-align: left;
  }
}
.column .area_column .sec_txt &gt; p {
  margin: 10px 0 0 0;
}
.column .area_column .sec_txt .large {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
}
.column .area_column .sec_txt .red {
  color: #E50012;
}
.column .area_column .sec_txt .block_icon {
  margin: 15px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column .area_column .sec_txt .block_icon li {
  margin: 5px;
  text-align: center;
}
.column .area_column .sec_txt .block_icon li b {
  font-size: 1.2rem;
  line-height: 1.3em;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 0;
}
.column .area_column .sec_img {
  width: 400px;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_img {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
}
.column .area_column .sec_img iframe {
  width: 100%;
  height: calc(100% - 50px);
}
.column .area_column .sec_img .movie_cap {
  font-size: 14px;
  margin: 5px 0 0 0;
  text-align: center;
}

.register .area_register {
  margin: 50px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.register .area_register &gt; div {
  width: calc(50% - 30px);
  margin: 15px;
}
@media all and (max-width: 896px) {
  .register .area_register &gt; div {
    width: 100%;
  }
}
.register .area_register &gt; div.w100 {
  width: 100%;
}
@media all and (max-width: 480px) {
  .register .area_register &gt; div h3 {
    text-align: left;
  }
}
.register .area_register &gt; div .toroku {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 3px solid #E50012;
  color: #E50012;
  text-align: center;
  background: #fff;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
}
.register .area_register &gt; div .password {
  text-align: center;
  margin: 20px 0 0 0;
}
.register .area_register &gt; div .password a {
  text-decoration: underline;
}
.register .area_register &gt; div .gray {
  background: #626262;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
}
.register .area_register &gt; div .gray.small {
  padding: 5px;
  margin: 10px 0 0 0;
}
.register .area_register &gt; div &gt; dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.register .area_register &gt; div &gt; dl dt {
  width: 50%;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}
.register .area_register &gt; div &gt; dl dd {
  width: 45%;
  font-size: 1.4rem;
}
.register .area_register &gt; div &gt; ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.register .area_register &gt; div &gt; ul li {
  width: 32%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .register .area_register &gt; div &gt; ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.register .area_register &gt; div &gt; ul li .img {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.register .area_register &gt; div &gt; ul li .txt {
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  line-height: 1.5em;
}
.register .area_register &gt; div &gt; ul li .txt .cap_red {
  display: block;
  font-size: 1.2rem;
  color: #E50012;
}
.register .area_line {
  margin: 30px 0 0 0;
  padding: 30px;
  box-sizing: border-box;
  background: #3CA852;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.register .area_line h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.register .area_line p {
  display: block;
  margin: 20px 0 0 0;
  line-height: 2em;
}
.register .area_line p span {
  background: #fff;
  color: #3CA852;
  padding: 3px 15px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 5px;
}
@media all and (max-width: 480px) {
  .register .area_line p span {
    display: block;
  }
}

.cv {
  padding: 0 !important;
}
</pre></body></html>