:root {
  --decoGreen: #007f70;
}
iframe {
  border: none;
}
#login-page .page-title-wrap {
  background:  var(--decoGreen);
  padding: 40px 2rem;
}

.login-wrap {
  margin: -4rem auto 4rem;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logout-wrap {
  margin: 6rem auto 4rem;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    margin: -2rem auto 4rem;
  }
  .logout-wrap {
    margin: 3rem auto 2rem;
  }
}

#login-form {
  margin: 2rem auto 4rem;
}
#login-form span {
  display: block;
  width: 8rem;;
}
#login-form input {
  border: 2px solid #ddd;
  padding: 4px;
  font-size: 16px;
  width: 320px;
  margin-bottom: 1rem;
}
.login-btn {
  background-color: var(--decoGreen);
  font-size: 2rem;
  line-height: 1.75;
  color: #fff;
  padding: 0.5rem 24px;
  font-weight: bold;
  width: 320px;
  text-align: center;
}
.login-btn:hover {
  opacity: .7;
  transition: all .2s;;
}
.login-btn a {
  font-size: 2rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.announce {
  border-color: var(--decoGreen);
}
.block-wrap h2, .block-title {
  background-color: var(--decoGreen);
}
#message {
  color: #dc006f;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 40px;
  margin-top: -20px;
}

#new-wrap,
#new-mov-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px 104px;
}

@media screen and (max-width: 1000px) {
  #new-wrap,
  #new-mov-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.list-area {
  margin: 0 auto;
  max-width: 880px;
}
.list-item-title {
  font-size: 2rem;
}
.list-item-category {
  font-size: 1.7rem;
}
.list-item-detail {
  margin-bottom: 2rem;
}
.list-item-detail ul{
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.list-item-detail li {
  padding: 0.2rem 0;
}
.list-item-detail li a {
  font-size: 1.6rem;
}
.list-item-detail li.first-child {
  margin-bottom: 12px;
}
.list-item-detail li.first-child a {
  font-size: 1.8rem;
  padding-bottom: 24px;
}

.list-item-detail ul.list-item-wrap {
  margin: 32px 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 1rem 1.2rem;
}
.list-item-detail ul.list-item-wrap li {
  display: flex;
  align-items: center;
}
.list-item-detail ul.list-item-wrap a {
  width: auto;
  border: 1px solid var(--decoGreen);
  border-radius: 10px;
  background-color: var(--decoGreen);
  color: #fff;
  padding: 5px 16px !important;
  font-size: 1.4rem;
}
.main-item a {
  font-size: 1.6rem !important;
  width: auto;
  border: 1px solid var(--decoGreen);
  border-radius: 10px;
  background-color: var(--decoGreen);
  color: #fff;
  padding: 8px 16px !important;
}

.announce .block-wrap {
  padding: 24px 0 0;
}
.btn-download {
  background: var(--decoGreen);
  color: #fff;
  width: 240px;
  margin: 0 auto 4rem;
  padding: 1rem 30px 1rem 12px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.btn-download.wide {
  width: 360px;
  display: block;
  margin: 2rem auto 0;
}
.btn-download img {
  position: absolute;
  right: 12px;
  top: 25%;
}

.tab__menu {
  max-width: 1000px;
  margin: 0 auto 50px;
  font-weight: bold;
  justify-content:space-around;
  display: flex;
}
.tab__menu-item {
  font-size: 2.4rem;
  padding-bottom: 4px;
  position: relative;
}
.tab__menu-item::before {
  width: 100%;
  height: 2px;
  background-color: var(--decoGreen);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.tab__menu-item.is-active::before {
  opacity: 1;
}
.tab__content {
  display: none;
}
.tab__content.is-active {
  display: block;
}
.page-anchor__text-link {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
}
.page-anchor__text-link::after {
  background: url('/decokatsu/common/img/icon_arrow.svg') no-repeat center / contain;
  height: 18px;
  width: 12px;
  display: block;
  content: '';
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: -24px;
}

.council__img {
  margin-bottom: 12px;
}
#council-movies {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px 104px;
}
.yt-wrap {
  margin-top: 0;
}