@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
body,
html {
  height: 100%;
  width: 100%;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  /* background: url("images/bg.jpg") top center fixed; */
  background-size: cover;
}

.main {
  min-height: 100%;
  /* margin-bottom: -60px; */
  position: relative;
}

.login .main {
  margin-bottom: -60px;
}

a {
  color: #0066c0;
}

a:hover,
input[type="submit"]:hover {
  opacity: 0.7;
}

body.login {
  width: 100%;
}

p {
  font-size: 1.4rem;
}

/* .title-box {
  content: "";
  border-left: 2px solid #4472c4;
  border-right: 2px solid #4472c4;
  position: relative;
  padding-bottom: 10px;
}

.title-box::before {
  content: "";
  left: 0;
  top: 0;
  width: 10%;
  position: absolute;
  border-top: 4px solid #4472c4;
}

.title-box::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 10%;
  position: absolute;
  border-bottom: 4px solid #4472c4;
} */

.login .container-area .form-block {
  /* color: #fff; */
  width: 90%;
  max-width: 640px;
  padding: 20px 3%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* background: rgba(0,0,0,0.8); */
}

.login .container-area .form-block .pre-block {
  padding: 20px 3% 10px;
  margin: 20px 0 0 0;
  border: 1px solid #fff;
}

.login .container-area .form-block .pre-block p.text {
  width: 100%;
}

.login .container-area .form-block .block-title {
  line-height: 1.3;
}

.login .container-area .form-block p.text {
  font-size: 1.8rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.login .container-area .form-block .block-title .sub-text {
  color: #CE2E34;
}

.login .container-area .form-block input[type="text"],
.login .container-area .form-block input[type="password"] {
  font-size: 1.8rem;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  background: #efefef;
}

.login .container-area .form-block input[type="submit"] {
  /* color: #fff; */
  font-size: 2rem;
  width: 80%;
  padding: 8px;
  margin: 10px 0 0 0;
  background: #fff;
  /* background: linear-gradient(to right,#4472c4 0%,#004ea2 100%); */
  border: 2px solid #333;
}

.login .container-area .form-block input[type="submit"]:hover {
  background: #efefef;
}

#loginerror {
  font-size: 1.6rem;
  text-align: center;
  color: red;
}

.site-title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
}


.header {
  width: 100%;
  border-top: 4px solid #ccc;
  /* border-bottom: 1px solid #ccc; */
  position: fixed;
  top: 0;
  z-index: 1;
  /* background: rgba(0,0,0,0.8); */
  box-shadow: 0 0 8px 0 rgba(0,0,0,.1), 0 1px 0 0 #ededed;
  background: #fff;
}

.header .inner .l-header {
  padding: 22px 0px 16px 30px;
  transition-duration: 0.3s;
}

.header.fixed .l-header {
  padding: 12px 10px 10px 16px;
}

.header .inner .l-header .site-title {
  /* color: #fff; */
  font-size: 2.4rem;
  line-height: 1;
}

.header .inner .l-header .site-title img {
  height: 30px;
}

.header.fixed .inner .l-header .site-title img {
  height: 18px;
}

.header .inner .l-header .site-title .main-text {
  font-size: 4rem;
  font-weight: normal;
  transition-duration: 0.3s;
}

.header.fixed .inner .l-header .site-title .main-text {
  font-size: 2.8rem;
}

.header .inner .l-header .site-title .sub-text {
  /* color: #fff; */
  font-size: 1.6rem;
  /* line-height: 1.2; */
  /* font-weight: 400; */
  margin-left: 4px;
  /* margin-bottom: 2px; */
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  vertical-align: bottom;
}

.header.fixed .inner .l-header .site-title .sub-text {
  font-size: 1.4rem;
  margin-left: 30px;
}

/* .header .inner .l-header .site-title .sub-text::before,
.header .inner .l-header .site-title .sub-text::after {
  content: "";
  border-top: 1px solid #222;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 6px;
}

.header .inner .l-header .site-title .sub-text::after {
  left: auto;
  right: -18px;
} */

.header .inner .r-header {
  padding: 20px 20px 20px 0px;
}

.header.fixed .r-header {
  padding: 0px 20px 8px 0px;
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}


.header .inner .login-form label[for="rememberme"] {
  position: absolute;
  top: 44px;
  left: -80px;
  width: 200px;
  text-align: left;
}

.header.fixed .login-form label[for="rememberme"] {
  position: relative;
  top: 0px;
  left: 0;
}

.header .inner .login-form #wpmem_login input[type="checkbox"] {
  position: absolute;
  top: 30px;
  left: -100px;
}

.header.fixed .login-form #wpmem_login input[type="checkbox"] {
  position: relative;
  top: 5px;
  left: 10px;
}


/* .live .container-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
} */

.container-area {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-area ul {
  padding: 0 0 0 0px;
}

.container-area .attention-ul {
  /* color: #eee; */
  margin-top: 30px;
  margin-bottom: 28px;
  padding: 20px 3%;
  /* background: rgba(0,0,0,0.1); */
  border: 1px solid #999;
}

.container-area ul li {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
  list-style-type: none;
}

.container-area ul li.list-style-none {
  padding-left: 0;
}

.container-area ul li.list-style-none::before {
  content: "";
}

.container-area ul li::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}

.container-area table {
  font-size: 1.4rem;
}

.container-area table > * {
  vertical-align: top;
}

.container-area table th {
  padding: 10px 0;
}

.container-area table th span {
  color: #fff;
  text-align: center;
  padding: 2px 0;
  display: block;
  background: #113A68;
}

.container-area table th {
  width: 96px;
}

.container-area table td {
  padding: 10px;
}


.main-title {
  /* color: #fff; */
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  /* border-top: 5px solid #89D1EA; */
  background: #ededed;
  /* background: linear-gradient(to right,#4472c4 0%,#004ea2 100%); */
  position: relative;
}

.main-title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 38px;
  width: 30%;
  border-top: 1px solid #000;
}

.main-title::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 38px;
  width: 30%;
  border-top: 1px solid #000;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /* margin-bottom: 50px; */
  box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.container-area .title {
  color: #1A3A65;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0;
  background: #E5DFA7;
  position: relative;
  bottom: 1px;
}

.container-area .title-2 {
  color: #fff;
  margin-bottom: 40px;
  background: #61AC8A;
}

.container-area .sub-title {
  color: #3081D9;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0px 20px;
}

.container-area .group {
  padding-bottom: 50px;
  border-bottom: 1px solid #bbb;
}

.container-area .l-block {
  width: 100%;
  margin-bottom: 30px;
}

.container-area .l-block .img-block {
  width: 32%;
}

.container-area .l-block .img-block img {
  width: 100%;
}

.container-area .l-block .text-block {
  width: 62%;
  margin-bottom: 20px;
}

.container-area .l-block .text-block .position {
  font-size: 1.2rem;
}

.container-area .l-block .text-block .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 24px;
}

.container-area .l-block .text-block .text {
  margin: 0;
  text-align: justify;
}

.container-area .l-block .sub-title {
  text-align: left;
  padding: 0px 10px 20px;
}

.container-area .r-block {
  width: 100%;
}

.container-area .r-block .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.container-area .r-block .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cta-box {
  /* color: #fff; */
  padding: 30px 3% 20px;
  background: rgba(50,50,50,0.1)
}

.footer {
  width: 100%;
  padding: 20px 10px;
  background: #000;
}

.footer .copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0rem;
}

/* 2. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .login .main {
    margin-bottom: -38px;
  }

  .header {
    border-top: 2px solid #ccc;
  }

  .header .inner .l-header {
    width: 100%;
    /* text-align: center; */
    padding: 12px 16px 9px;
  }

  .header.fixed .l-header {
    padding: 10px 16px 9px;
  }

  /* .header .inner .l-header {
    text-align: center;
  } */

  .header .inner .l-header .site-title .main-text {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 4px;
  }

  .header.fixed .l-header .site-title .main-text {
    font-size: 1.8rem;
  }

  .header .inner .l-header .site-title img {
    height: 16px;
  }

  .header .inner .l-header .site-title {
    font-size: 1.5rem;
  }

  .header .inner .l-header .site-title .main-text img {
    display: block;
  }

  .header .inner .l-header .site-title .sub-text {
    font-size: 1.1rem;
    margin-left: 2px;
    /* margin-left: 16px; */
  }

  .header.fixed .l-header .site-title .sub-text {
    font-size: 1rem;
  }

  .header .inner .l-header .site-title .sub-text::before,
  .header .inner .l-header .site-title .sub-text::after {
    left: -10px;
  }

  .header .inner .l-header .site-title .sub-text::after {
    right: -10px;
  }

  .header .inner .r-header {
    padding: 0px 16px 8px;
    display: none;
  }

  .main-title {
    font-size: 1.8rem;
    padding-bottom: 16px;
  }

  .main-title::before {
    width: 18%;
    bottom: 28px;
  }

  .main-title::after {
    width: 18%;
    bottom: 28px;
  }

  .container-area .attention-ul li {
    font-size: 1.3rem;
  }

  .login .container-area .form-block .pre-block p.text {
    font-size: 1.5rem;
  }

  .login .container-area .form-block input[type="submit"] {
    width: 40%;
  }

  .footer {
    padding: 10px 10px;
  }

}

/* 3. TB
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .inner .l-header {
    padding: 10px 16px;
  }

  .header.fixed .l-header {
    padding: 10px 16px;
  }

}

/* 4. TB and PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header .inner .l-header {
    padding: 16px 0px 4px 30px;
  }

  .header.fixed .l-header {
    padding: 10px 16px 0;
  }

  .r-header {
    text-align: right;
    width: 100%;
    margin-top: 10px;
  }

  .header .inner .r-header {
    width: 100%;
    padding: 0px 16px 10px;
    margin-top: 0px;
  }

  .header.fixed .r-header {
    padding: 0px 16px 10px;
    margin-top: 0px;
  }

}