/* ------------------------------------------------------
Font 
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@200&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/* ------------------------------------------------------
Breakpoint 
------------------------------------------------------ */
/* ------------------------------------------------------
Content 
------------------------------------------------------ */
#mainBlock section {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.8em;
}
#mainBlock .read {
  padding: 20px 0 30px;
}
#mainBlock .read h2 {
  font-size: 160%;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #DE7369;
  font-weight: bold;
}
#mainBlock .read .text {
  font-size: 130%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #mainBlock img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
#mainBlock .listcont .listimg {
  display: block;
  width: 30%;
  float: left;
}
@media screen and (max-width: 767px) {
  #mainBlock .listcont .listimg {
    float: none;
    width: auto;
  }
}
#mainBlock .listcont .listsent {
  margin-left: 32%;
}
@media screen and (max-width: 767px) {
  #mainBlock .listcont .listsent {
    margin-left: 0;
  }
}
#mainBlock .listcont .listsent h1 {
  font-size: 130%;
}
#mainBlock .listcont .listsent h1::before {
  width: 19px;
  height: 23px;
}
#mainBlock .listcont .listsent .view-article {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #mainBlock a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  #mainBlock a:hover img {
    opacity: 0.5;
  }
}

.categoryTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .categoryTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.categoryTab li a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 37px;
}
@media screen and (max-width: 767px) {
  .categoryTab li a {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
    margin: 1px;
  }
  .categoryTab li a img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .categoryTab li a img,
  .categoryTab li a span {
    margin: auto;
  }
}
.categoryTab li span {
  margin-left: 10px;
}

.mainContent article {
  margin: 0 0 80px;
}
.mainContent .date {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .mainContent .date {
    margin: 20px 0;
  }
}
.mainContent .date img {
  display: inline-block;
  margin-right: 10px;
}
.mainContent .date .writer {
  float: right;
}
.mainContent .date .writer a {
  text-decoration: underline;
  font-weight: bold;
}
.mainContent h1 {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.mainContent h1::before {
  content: "";
  background: #78BD36;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.mainContent h2 {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.4em;
  margin: 20px 0;
}
.mainContent img {
  max-width: 100%;
  height: auto;
}
.mainContent .caption {
  background: #eee;
  padding: 10px 15px;
  font-size: 80%;
  margin: 5px 0 20px;
  line-height: 1.6em;
}

.relation,
.recently {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.relation h3,
.recently h3 {
  font-size: 150%;
  font-weight: bold;
}

.relation ul {
  margin: 10px 10px 10px 20px;
}
.relation ul li {
  list-style: circle;
}
.relation ul li a {
  color: #78BD36;
}

.recently ul {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recently ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recently ul li {
  margin: 5px;
  line-height: 1.4em;
  max-width: 345px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .recently ul li {
    width: 100%;
    margin: 0;
  }
  .recently ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.recently ul li a {
  color: #78BD36;
}
.recently ul li img {
  margin-bottom: 5px;
  height: 120px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.pagenav li a {
  display: block;
  font-size: 1.5em;
  border: solid 1px #ccc;
  padding: 0.2em 1.2em;
}

.writerinfo {
  border: solid 1px #DAE0D8;
  border-radius: 0.4em;
  padding: 1em;
}
.writerinfo .iconimage {
  float: left;
  width: 20%;
}
.writerinfo .iconimage img {
  width: 100%;
  height: auto;
}
.writerinfo h4 {
  padding-top: 0.3em;
  margin-left: 22%;
  font-size: 1.1em;
}
.writerinfo .writedesc {
  margin-top: 0.8em;
  margin-left: 22%;
}
.writerinfo a {
  margin-top: 0.5em;
  display: block;
  margin-left: 22%;
  font-weight: bold;
}