/*
Theme Name: replaydbtheme
*/
/* この下に通常のcssを書いていく */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  margin: 0;
  font-family: 'Noto Sans JP',
    Meiryo,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.replay__wrap {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 64px;
}

.replay__wrap.is-login,
.replay__wrap.is-home {
  position: relative;
  padding-bottom: 0;
}


#wpmem_login {
  padding: 16px 32px;
  max-width: 320px;
  margin: 0 auto;
  box-shadow: 0 0 8px gray;
}

#wpmem_login .button_div {
  text-align: left;
}

.button_div .buttons {
  background-color: #3B82F6;
  color: #FFF;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}
.button_div .buttons:hover {
  cursor: pointer;
  opacity: 0.6;
}

.replay__acf__img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.replay__title__search__wrap {
  width: 100%;
  box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.25);
}
.replay__title__search__container {
  margin: 0 auto;
  max-width: 978px;
  display: flex;
}

.replay__title__search__container form {
  margin-left: 37px;
}

.replay__login__wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.replay__title__wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.replay__title.is-login {
  text-align: center;
}

.replay__title a {
  font-family: "Helvetica Neue",
    Arial,
    'Noto Sans JP',
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 64px;
  line-height: 96px;
  font-weight: 700;
}

.replay__title.is-search a {
  font-family: 'Poppins', sans-serif;
  color: #112588;
  vertical-align: bottom;
  text-decoration: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

.replay__title.is-login a,
.replay__title.is-home a {
  font-family: 'Poppins', sans-serif;
  color: #112588;
}

.replay__title__img {
  width: 262px;
  height: 83px;
  object-fit: contain;
}

.replay__title__img.is-search {
  width: 143px;
  height: 45px;
}

.Search-form-style {
  position: relative;
  width: 480px;
  height: 48px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

.Search-form-style.is-search {
  margin-top: 24px;
  margin-bottom: 28px;
}

.Search-form-style input {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  border-radius: 4px;
  border: solid 1px #D4D4D8;
}

.Search-form-style:before{
  font-family: dashicons;
  content: "\f179";
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  width: 25px;
  height: 25px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  color: #C4C4C4;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
}
.replay__category__ul,
.replay__acf__ul {
  max-width:640px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.replay__acf__ul {
  margin-top: 20px;
}

.replay__category__li,
.replay__acf__li {
  display: inline-block;
  margin-right: 10px;
}

.replay__acf__li a,
.replay__category__li a {
  color: #00A3FF;
}

.replay__list__wrap {
  margin: 0 auto;
  margin-top: 48px;
  max-width: 978px;
}

.replay__list__category {
  margin-bottom: 48px;
}

.replay__list__container {
  display: flex;
  margin-bottom: 20px;
}

.replay__list__item {
  padding: 2px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.replay__list__item a{
  color: #000;
  text-decoration: none;
}
.replay__list__item a:hover{
  color: #00A3FF;
}

.replay__list__title {
  margin: 0;
}

.replay__list__date {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.replay__list__img {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 150px;
  overflow: hidden;
  background: #FFF;
}

.replay__list__img img {
  object-fit: cover;
  width: 150px;
  height: 150px;
  transition-duration: 0.3s;
}

.replay__list__img img:hover {
  cursor: pointer;
  transform: scale(1.2);
  opacity: 0.6;
}

.replay__list__content {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  word-break : break-all;
}

.replay__list__ul {
  /* max-width:640px; */
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: center; */
  list-style: none;
}

.replay__list__li {
  display: inline-block;
  margin-right: 10px;
}

.replay__list__li a {
  color: #00A3FF;
}

.replay__single__container {
  padding: 16px 0;
}

.replay__single__wrap {
  margin: 0 auto;
  margin-top: 77px;
  max-width: 780px;
}

.replay__single__category {
  margin-bottom: 48px;
}

.replay__single__title {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.replay__single__date {
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.replay__single__img {
  width: 100%;
  height: auto;
  text-align: center;
}

.replay__single__img img {
  /* object-fit: cover; */
  max-width: 100%;
  /* height: auto; */
}

.replay__single__content {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  word-break : break-all;
}

.replay__single__ul {
  margin: 22px 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.replay__single__li {
  display: inline-block;
  margin-right: 10px;
}

.replay__single__li a {
  color: #00A3FF;
}

.replay__single__dt {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 16px;
  background-color: #00A3FF;
  color: #FFF;
  border-radius: 12px;
}
.replay__single__dd {
  margin-left: 16px;
  margin-bottom: 16px;
}

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

.replay__single__post__link__wrap a {
  display: inline-block;
  max-width: 40%;
  color: #00A3FF;
}





/*wp-pagenavi*/
.wp-pagenavi {
  clear: both;
  text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #212B36;
  background-color: #FFF;
  border: solid 1px #DFE3E8;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 4px;
  text-align: center;
  text-decoration:none;
  font-weight: bold;
}
.wp-pagenavi a:hover{
  color:#C4CDD5; 
  background-color:#919EAB; 
  border-color:#919EAB;
}
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
  color: #DFE3E8;
}

.wp-pagenavi span.current{
  color: #4200FF;
  border-color: #4200FF;
}

@media screen and (max-width: 800px) {
  .replay__single__wrap {
    margin-top: 32px;
    max-width: 100%;
  }
  .replay__single__container,
  .replay__single__post__link__wrap {
    padding: 16px;
  }
}

@media screen and (max-width: 715px) {
  #wpmem_login {
    width: 90%;
  }

  .replay__title__wrap,
  .replay__title__search__wrap {
    padding: 16px;
  }

  .replay__title a {
    font-size: 48px;
    line-height: 64px;
  }

  .replay__title.is-search a {
    font-size: 40px;
  }

  .replay__title__img,
  .replay__title__img.is-search {
    width: 180px;
    height: 56px;
  }

  .replay__title__search__container {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .replay__title__search__container form {
    margin: 0 auto;
  }
  .replay__list__wrap {
    padding: 16px;
  }
  .replay__list__container {
    max-width: 100%;
    flex-direction: column;
  }
  .replay__list__item {
    padding: 8px 0;
  }
  .replay__list__img {
    width: 100%;
    height: auto;
  }
  .replay__list__img img {
    width: 100%;
    height: auto;
  }

  .replay__acf__img {
    width: 64px;
    height: 64px;
  }

  .Search-form-style {
    width: 100%;
  }
}
