@charset "UTF-8";
/*======================================
.archive-CMN
/*======================================*/
.archive-CMN .time {
  font-size: 90%;
  line-height: 1em;
}
.cat-CMN li {
  margin: 0 .8em .3em 0;
}
.cat-CMN li a {
  font-size: 90%;
  line-height: 1em;
  display: block;
  text-align: left;
  color: rgba(85, 105, 85, 1);
  letter-spacing: normal;
}
.cat-CMN li a:before {
  content: "\f07b";
  color: rgba(85, 105, 85, .5);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .1em;
}
.cat-list {
  font-size: 110%;
}
.cat-list li {
  margin: 0 .5em .5em 0;
}
.cat-list li a {
  padding: .8em 1.5em;
  border: none;
  background: rgba(85, 105, 85, .7);
  color: #fff;
  border-radius: 100px;
}
.cat-list li a:before {
  content: none;
}
@media screen and (min-width:768px) {
  .cat-CMN li a {
    font-size: 80%;
  }
  .cat-list {
    font-size: 120%;
  }
}
/*======================================
.archive-typeA
/*======================================*/
.archive-typeA .thumbnail {
  overflow: hidden;
  width: 45%;
  padding-top: 30%;
  height: 0;
  margin-right: 5%;
  border-radius: 5%;
}
.archive-typeA .inner {
  flex: 1;
  text-align: left;
}
.archive-typeA h1 {
  text-align: left;
  font-size: 100%;
  line-height: 1.2em;
  margin: .4em auto;
}
.archive-typeA .cat-CMN li a {
  font-size: 80%;
}
/*======================================
.archive-typeB
/*======================================*/
.archive-typeB .title h2 {
  margin: 0 auto;
  font-size: 160%;
  line-height: 1.4em;
}
.archive-typeB article {
  display: flex;
  flex-direction: column;
  width: calc((100% - 5%)/2);
  margin-top: 5%;
  margin-left: 0;
}
.archive-typeB article:not(:nth-of-type(2n)) {
  margin-right: 5%;
}
.archive-typeB .thumbnail {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-top: 60%;
}
.archive-typeB .thumbnail img {
  height: 100%;
  width: 100%;
}
.archive-typeB .time {
  margin: .5rem auto;
}
.archive-typeB h1 {
  flex-grow: 1;
  text-align: left;
  font-size: 110%;
  margin: 0 auto .7rem;
}
.archive-typeB h1 br {
  display: none;
}
.archive-typeB .cat-CMN li a {
  font-size: 75%;
}
@media screen and (min-width:768px) {
  .archive-typeB article {
    width: calc((100% - 2em*3)/4);
    margin-top: 3em;
  }
  .archive-typeB article:not(:nth-of-type(4n)) {
    margin-right: 2em;
  }
  .archive-typeB .thumbnail {
    border-radius: 15px 15px 0 0;
  }
  .archive-typeB h1 {
    font-size: 115%;
  }
  .archive-typeB .cat-CMN li a {
    font-size: 85%;
  }
}
/*======================================
.archive-typeC // NEWS
/*======================================*/
.archive-typeC li:first-of-type {
  border-top: 1px dotted rgba(85, 105, 85, .7);
}
.archive-typeC li {
  border-bottom: 1px dotted rgba(85, 105, 85, .7);
}
.archive-typeC li:hover {
  background: rgba(120, 170, 115, .1);
}
.archive-typeC li a {
  font-size: 90%;
  padding: .5em 0;
}
.archive-typeC p {
  font-size: 90%;
}
.archive-typeC p time {
  vertical-align: -3px;
}
.archive-typeC h2 {
  text-align: left;
  font-size: 100%;
  margin: 0;
}
@media screen and (min-width:768px) {
  .archive-typeC li a {
    font-size: 110%;
    padding: 1em 0;
  }
  .archive-typeC p {
    width: 25%;
    min-width: 150px;
    padding: 0 1em;
  }
  .archive-typeC h2 {
    flex: 1;
  }
}
/*======================================
.archive-typeD
/*======================================*/
.course main .search-CMN .Btn {
  display: none;
  height: 0;
  visibility: hidden;
}
.archive-typeD .wrap {
  max-width: none;
}
.archive-typeD .title-line-side {
  font-size: 180%;
  margin: .5em auto;
}
.archive-typeD section:nth-of-type(even) {
  background: rgba(251, 245, 239, 1);
}
.archive-typeD article {
  display: flex;
  flex-direction: column;
  width: calc((100% - 5%)/2);
  margin: 2em 0 0 0;
}
.archive-typeD article:first-of-type {
  width: 100%;
  margin-right: 0;
}
.archive-typeD article:not(:nth-of-type(odd)) {
  margin-right: 5%
}
.archive-typeD .thumbnail {
  overflow: hidden;
  border-radius: 10px;
  object-fit: cover;
  padding-top: 70%;
}
.archive-typeD article:first-of-type .thumbnail {
  padding-top: 60%;
}
.archive-typeD .thumbnail img {
  height: 100%;
  width: auto;
}
.archive-typeD .desc {
  display: flex;
  flex-direction: column;
  margin: .5em auto;
}
.archive-typeD h2 {
  font-size: 100%;
  margin: .6em 0 .5em;
}
.archive-typeD article:first-of-type h2 {
  text-align: center;
  font-size: 130%;
}
.archive-typeD p {
  text-align: left;
  font-size: 90%;
  line-height: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
.archive-typeD .Btn-S {
  font-size: 80%;
}
@media screen and (min-width:768px) {
  .archive-typeD article {
    margin: 4em 0 0 0;
  }
  .archive-typeD article, .archive-typeD article:first-of-type {
    width: calc((100% - 5%*2)/3);
  }
  .archive-typeD article:not(:nth-of-type(odd)), .archive-typeD article:not(:nth-of-type(3n)) {
    margin-right: 5%;
  }
  .archive-typeD article:nth-of-type(3) {
    margin-right: 0;
  }
  .archive-typeD article:last-of-type {
    margin-right: 0;
  }
  .archive-typeD .thumbnail {
    border-radius: 20px;
  }
  .archive-typeD .thumbnail, .archive-typeD article:first-of-type .thumbnail {
    padding-top: 60%;
  }
  .archive-typeD .title-line-side {
    margin-top: .5em;
  }
  .archive-typeD .thumbnail a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: painted;
    cursor: pointer;
  }
  .archive-typeD article:first-of-type h2, .archive-typeD h2 {
    text-align: center;
    font-size: 120%;
  }
}
@media screen and (min-width:1024px) {
  .archive-typeD article:first-of-type h2, .archive-typeD h2 {
    text-align: center;
    font-size: 140%;
  }
  #search .archive-typeD h2 {
    text-align: left;
  }
}
/*======================================
.archive-typeE
/*======================================*/
.voice .wrap {
  max-width: 1024px;
}
.archive-typeE .thumbnail {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.archive-typeE .thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  pointer-events: none;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.archive-typeE .inner {
  text-align: left;
  margin-top: 1em;
}
.archive-typeE h1 {
  text-align: left;
  font-size: 130%;
  line-height: 1.2em;
  margin: .4em auto;
}
.archive-typeE .cat-CMN li a {
  font-size: 85%;
}
.archive-typeE article:not(:last-of-type) {
  margin-bottom: 4em;
}
.archive-typeE .desc {
  font-size: 110%;
  line-height: 1.3em;
  margin: .5em auto 1em;
}
@media screen and (min-width:768px) {
  .archive-typeE article {
    align-items: flex-start;
  }
  .archive-typeE .thumbnail {
    width: 30%;
    height: auto;
    padding-top: 20%;
    border-radius: 15px;
    margin-right: 5%;
  }
  .archive-typeE .thumbnail img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
  }
  .archive-typeE .inner {
    flex: 1;
    margin: 0;
  }
  .archive-typeE article:not(:last-of-type) {
    margin-bottom: 4em;
  }
  .archive-typeE h1 {
    font-size: 140%;
    line-height: 1.3em;
    margin: .5em auto;
  }
  .archive-typeE .desc {
    font-size: 110%;
    line-height: 1.3em;
  }
}
@media screen and (min-width:1024px) {
  .archive-typeE article {
    align-items: stretch;
  }
}
/*======================================
archive
/*======================================
.post-list-CMN {
  width: calc((100% - 2%*1)/2);
  margin-bottom: 2em;
  background: #fff;
  transition: all 0.3s ease;
}
.post-list-CMN:not(:nth-of-type(2n)) {
  margin-right: 2%;
}
.post-list-CMN:hover {
  opacity: .8;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.post-list-CMN .thumbnail {
  width: 100%;
  padding-top: 75%;
  height: auto;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.post-list-CMN .center-img img {
  width: 110%;
  height: auto;
  max-width: none;
  pointer-events: painted;
}
.post-list-CMN .desc {
  width: 100%;
  padding: .7em 0 0;
}
.post-list-CMN header {
  font-size: 90%;
  line-height: 1.3em;
}
.post-list-CMN .desc p {
  display: block;
  font-size: 80%;
  line-height: 1.4em;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  /*======================================
archive
/*======================================
  .post-list-CMN {
    width: calc((100% - 2%*3)/4);
    margin-bottom: 4em;
  }
  .post-list-CMN:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .post-list-CMN:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
} /*END*/