
/********************************************************************
Page: Join us(form)
********************************************************************/


.joinForm input, .joinForm textarea {
  background-color: #F3F4F4;
}

.joinForm {
  margin: 160px 0 100px;
}

.joinForm textarea {
  margin-top: 12px;
}


/*************************************
Tablet
*************************************/

@media screen and (max-width: 1024px) {
  .joinForm {
    margin-top: 0;
  }
}

/*************************************
SP
*************************************/

@media screen and (max-width: 559px) {
  .contact__form {
    margin-top: 40px;
  }
}


/********************************************************************
Page: Thanks
********************************************************************/

.thanks__title {
  font-family: Lora;
  color: rgba(0,0,0,.08);
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
}

.thanks__block {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.thanks__subtitle {
  font-size: 26px;
  margin-bottom: 70px;
}

.thanks {
  margin: 160px auto 100px;
}



/*************************************
Tablet
*************************************/

@media screen and (max-width: 1024px) {
  .thanks {
    margin-top: 100px;
  }

  .thanks__title {
    font-size: 40px;
  }

  .thanks__subtitle {
    font-size: 18px;
    margin-bottom: 50px;
  }


}

/*************************************
SP
*************************************/

@media screen and (max-width: 559px) {
  .thanks__title {
    margin-bottom: 10px;
  }

  .thanks__subtitle {
    font-size: 16px;
  }
}





/********************************************************************
Page: Outline
********************************************************************/

.table {
  margin: 150px 0 100px;
}

.table dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.page-template-outline .table dl {
  max-width: 900px;
}

.table dt {
  width: 25%;
  background-color: rgba(0,0,0,.04);
  padding: 2%;
  border: 1px solid rgba(0,0,0,.12);
}

.table dd {
  width: 75%;
  padding: 2%;
  border: 1px solid rgba(0,0,0,.12);
  margin: 0;
}


.ad {
  margin-bottom: 100px;
}

.ad h2 {
  font-size: 26px;
}

.ad h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.12);
  display: block;
  margin-top: 20px;
}

.ad h3 {
  font-size: 20px;
  font-weight: 600;
}

.ad__block {
  max-width: 900px;
  margin: 0 auto;
}


/*************************************
Tablet
*************************************/
@media screen and (max-width: 1024px) {
  .table {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .table dl {
    font-size: 14px;
    padding: 0 32px;
  }

  .ad h2 {
    font-size: 22px;
  }

  .ad h3 {
    font-size: 18px;
  }

  .ad__block {
    padding: 0 32px;
  }
}

/*************************************
SP
*************************************/

@media screen and (max-width: 559px) {

  .ad h2 {
    font-size: 20px;
  }

  .ad h3 {
    font-size: 16px;
  }

  .table dl, .ad__block {
    padding: 0 16px;
  }

  .ad {
    margin-bottom: 50px;
  }
}

/********************************************************************
Page: Article list
********************************************************************/

.sidebar__listItem {
  font-size: 15px;
  margin-bottom: 20px;
}

.sidebar__listItem.is-active {
  color: #FF7A00;
  font-weight: bold;
}

.sidebar__listItem.is-active:after {
  content: '\f518';
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}


.articleMain {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

.sidebar {
  width: 25%;
  margin-top: 80px;
}

.articleList__block {
  width: 72%;
}

.articleTitle {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}


.articleTitle:before {
  content:'';
  width: 5px;
  height: 100%;
  background-color: #003853;
  margin-right: 25px;
  position: absolute;
  top: 0;
  left: -20px;
}

.articleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.articleList > * {
  width: 48%;
}

.articleCard {
  display: flex;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
  padding: 16px;
  margin-bottom: 20px;
}



.articleCard__thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.articleCard__text {
  width: 60%;
  margin-left: 20px;
  align-self: center;
}

.articleCard__text h3 {
  font-size: 16px;
  margin: 0;
}


.articleCard__text .area {
  font-size: 11px;
  color: rgba(0,43,63,.5);
}


.sidebar .articleTitle {
  display: none;
}


/******* page nation*******/
.articleList__block .pages {
  display: none;
}

.articleList__block .wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none !important;
  background-color: rgba(0,0,0,.05);
  text-align: center;
  margin: 0 5px !important;
  border-radius: 3px;
}

.wp-pagenavi .last {
  display: none !important;
}

.articleList__block .wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: none;
  background-color: #003853;
  color: white;
  font-weight: 500;
}

.wp-pagenavi {
  margin-top: 20px;
  text-align: right;
}





/*************************************
Tablet
*************************************/

@media screen and (max-width: 1024px) {

  .articleMain {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .articleTitle {
    font-size: 22px;
  }

  .articleCard__text h3 {
    font-size: 15px;
  }

  .articleList__block {
    width: 100%;
  }

  .articleList {
    margin-top: 0;
  }

  .articleCard__thumb {
    width: 90px;
    height: 90px;
  }

  .sidebar {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,.12);
    padding-top: 40px;
  }

  .sidebar__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
    margin-bottom: 0;
  }


  .sidebar__listItem {
    width: 48%;
    font-size: 14px;
  }

  .articleTitle:before {
    left: -16px;
  }

  .sidebar .articleTitle {
    display: block;
  }

  .sidebar__list {
    margin-top: 30px;
  }

 }


/*************************************
SP
*************************************/

@media screen and (max-width: 559px) {

  .articleTitle {
    font-size: 18px;
  }


  .articleList {
    flex-direction: column;
  }

  .articleList > * {
    width: 100%;
  }

  .articleCard {
    margin-bottom: 14px;
  }

}

/********************************************************************
Page: Article
********************************************************************/

.article__thumb {
  width: 100%;
  height: 20%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.articleTitle .area {
  font-size: 14px;
  color: rgba(0,43,63,.5);
  display: block;
  margin-top: 16px;
  font-weight: 500;
}

.articleList__block .table {
  margin: 60px 0 0;
  font-weight: 500;
  font-size: 15px;
}

.articleList__block .table dl {
  padding: 0;
}

.articleSubTitle {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
}

.articleSubTitle:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.12);
  display: block;
  margin-top: 20px;
}


.howto__block, .uniMessage__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.howto__block .trimming, .uniMessage__block .trimming {
  width: 30%;
  padding-top: 30%;
  margin-top: 5px;
}

.howto__text, .uniMessage__text {
  width: 65%;
}

.howto__text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.howto__text h4:first-child {
  margin-top: 0;
}

.uniMessage__text {
  margin-top: 0;
}

.uniMessage__text p:first-child {
  margin-top: 0;
}


.schedule__block {
  display: flex;
  justify-content: space-between;
}

.schedule__list {
  width: 48%;
  margin: 0;
}


.schedule__month {
  margin-right: 10px;
  width: 10%;
  display: block;
  white-space: nowrap;
}

.schedule__list li {
  display: flex;
  line-height: 34px;
}

.uniMessage__block .snsIcon {
  background-color: rgba(0,0,0,.05);
  margin-left: 0;
  margin-right: 10px;
}


.sidebar__listItem.selected {
  color: red;
}


/*************************************
Tablet
*************************************/

@media screen and (max-width: 1024px) {

  .schedule ul {
    font-size: 14px;
  }

  .articleSubTitle {
    font-size: 18px;
    margin-top: 40px;
  }

  .articleSubTitle:after {
    margin-top: 14px;
  }

  .articleList__block .table {
    margin-top: 40px;
  }

  .univMessage .becomeMember {
    margin-top: 20px;
  }

  .articleTitle:before {
    width: 3.5px;
  }

  .articleTitle .area {
    margin-top: 10px;
    font-size: 11px;
  }

  .sidebar__listItem {
    margin-bottom: 14px;
  }
}


/*************************************
SP
*************************************/

@media screen and (max-width: 559px) {
  .table dt, .table dd {
    padding: 4%;
    width: 100%;
    line-height: 24px;
  }

  .articleList__block .table {
    font-size: 13px;
  }

  .table dl {
    flex-direction: column;
  }

  .howto__block, .uniMessage__block {
    flex-direction: column;
  }

  .howto__block .trimming, .uniMessage__block .trimming {
    width: 100%;
    padding-top: 62%;
  }

  .howto__text, .uniMessage__text {
    width: 100%;
    margin-top: 20px;
  }


  .sidebar {
    margin-top: 40px;
  }

  .schedule__block {
    flex-direction: column;
  }

  .schedule__list {
    width: 100%;
    padding-left: 4px;
  }

  .schedule__list li {
    line-height: 32px;
  }


  .uniMessage__block .becomeMember.-left {
    margin-left: auto;
    margin-right: auto;
  }

}
