@charset "UTF-8";
/* CSS Document */
#ul-top {
  background-image: url("../img/02-header.jpg"); }

#links-btn {
  margin-top: 6.5rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 991px) {
    #links-btn {
      margin-top: 4.5rem;
      margin-bottom: 4rem; } }
  #links-btn .btn {
    display: flex;
    justify-content: space-between; }
    #links-btn .btn a {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      color: #ffa300;
      text-align: center;
      display: inline-block;
      border: solid 1px #ffa300;
      width: 49%;
      padding: 1rem; }
      #links-btn .btn a:hover {
        background-color: #ffa300;
        color: #fff; }

#seinen {
  margin-bottom: 6rem; }
  @media screen and (max-width: 575px) {
    #seinen {
      margin-bottom: 4rem; } }

#seinen .text-box, #josei .text-box {
  text-align: justify;
  margin-bottom: 4rem; }
  @media screen and (max-width: 575px) {
    #seinen .text-box, #josei .text-box {
      margin-bottom: 2rem; } }
#seinen .members-box, #josei .members-box {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  #seinen .members-box .members, #josei .members-box .members {
    background-color: #e3f5ed;
    border: dotted 1px #13ae67;
    padding: 3rem;
    margin: 1rem;
    flex: 0 0 47.7%; }
    @media screen and (max-width: 1199px) {
      #seinen .members-box .members, #josei .members-box .members {
        flex: 0 0 47.4%; } }
    @media screen and (max-width: 767px) {
      #seinen .members-box .members, #josei .members-box .members {
        flex: revert; } }
    #seinen .members-box .members dl, #josei .members-box .members dl {
      margin-bottom: 0; }
      #seinen .members-box .members dl dt, #josei .members-box .members dl dt {
        color: #13ae67;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        display: flex;
        justify-content: center; }
        #seinen .members-box .members dl dt span, #josei .members-box .members dl dt span {
          color: #ffa300; }
        #seinen .members-box .members dl dt p, #josei .members-box .members dl dt p {
          color: #000;
          font-weight: 400; }
      #seinen .members-box .members dl dd, #josei .members-box .members dl dd {
        border-top: solid 0.5px #000;
        padding-top: 1.9rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
        display: flex;
        justify-content: center; }

.activity {
  background-image: url("../img/seinen_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 6rem;
  padding: 7rem 0;
  margin-bottom: 10rem; }
  @media screen and (max-width: 1199px) {
    .activity {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 991px) {
    .activity {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    .activity {
      margin-bottom: 4rem;
      margin-top: 4rem;
      padding: 4rem 0; } }
  .activity h5 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #13ae67;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    padding-bottom: 4rem; }
  @media screen and (max-width: 1199px) {
    .activity .activity-box {
      width: 95%; } }
  @media screen and (max-width: 991px) {
    .activity .activity-box {
      width: 100%; } }
  .activity .activity-box .base {
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem 2rem; }
    @media screen and (max-width: 991px) {
      .activity .activity-box .base {
        padding: 2rem 2rem; } }
  .activity .activity-box p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #ffa300;
    text-align: center; }
  .activity .activity-box ul li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
    .activity .activity-box ul li::before {
      content: "・";
      color: #13ae67;
      padding-right: 0.5rem; }
  .activity .activity-box .activity-all {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .activity .activity-box .activity-area {
    margin: 2rem auto;
    flex: 0 0 31%; }
    @media screen and (max-width: 991px) {
      .activity .activity-box .activity-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: revert;
        margin-top: 1rem;
        margin-bottom: 0; } }
  .activity .activity-img-box {
    margin-top: 2rem; }
    .activity .activity-img-box .activity-img {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .activity .activity-img-box .activity-img {
          margin-top: 2rem; } }
      .activity .activity-img-box .activity-img img {
        width: 100%;
        margin-bottom: 0.7rem;
        border: solid 1.5px #fff; }

#josei .activity {
  background-image: url("../img/josei_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem;
  padding: 7rem 0; }
  @media screen and (max-width: 575px) {
    #josei .activity {
      margin-bottom: 4rem;
      padding: 4rem 0;
      margin-top: 4rem; } }
