@charset "UTF-8";
#post_wrapper {
  width: 980px;
  margin: 60px auto;
}
#post_content {
  width: 640px;
  float: left;
}
#post_side {
  width: 300px;
  float: left;
  margin-left: 40px;
}
/* post content detail */
#post_content h2 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  color: #000;
}
#post_content img {
  margin-bottom: 20px;
}
#post_content p {
  line-height: 180%;
  color: #333;
}
/* point tag post*/
.point_post_tag_onpost {
  margin-bottom: 10px;
}
.point_post_tag_onpost p {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 1.5rem;
  letter-spacing: 0.7rem;
  padding: 2px 10px 3px;
  background-color: #11138b;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
/* postlist */
#post_mainvisual {
  width: 980px;
  margin: 0px auto;
}
#post_mainvisual img {
  vertical-align: bottom;
}
#post_postlist {
  width: 980px;
  margin: 40px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.post_postlist_inner {
  width: 640px;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.post_postlist_inner a {
  width: 640px;
}
.post_postlist_inner dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.post_postlist_inner dl dt {
  width: 220px;
  height: auto;
  float: left;
}
.post_postlist_inner dl dt img {
  width: 100%;
}
.post_postlist_inner dl dd {
  width: 380px;
  height: auto;
  float: left;
  margin-left: 20px;
}
.post_postlist_inner dl dd h3 {
  font-size: 2.2rem;
  line-height: 160%;
  font-weight: bold;
  color: #000;
}

.post_postlist__title {
  font-size: 2.2rem;
  line-height: 160%;
  font-weight: bold;
  color: #000;
}

.post_postlist_inner dl dd p {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 10px;
  font-weight: normal;
  color: #000;
}
.post_postlit_morelink {
  font-size: 1.2rem;
  text-decoration: underline;
  color: red;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* postcontent parts */
#post_content {
}
#post_content h3 {
  background: #eee;
  border-left: 7px solid #11138b;
  padding: 0.8em 0.9em;
  font-size: 2.3rem;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}
#post_content h4 {
  background: #eee;
  border-top: 2px solid #11138b;
  border-bottom: 2px solid #11138b;
  padding: 0.8em 0.9em;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}

#post_content .post_content__ttl-typeA {
  background: #eee;
  border-top: 2px solid #11138b;
  border-bottom: 2px solid #11138b;
  padding: 0.8em 0.9em;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}

#post_content h4.post_content__ttl-typeC {
  background: transparent;
  border-top: none;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0;
  padding: 0;
}

#post_content h5 {
  border-bottom: 1px solid #11138b;
  padding: 0.8em 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

#post_content .post_content__ttl-typeB {
  border-bottom: 1px solid #11138b;
  padding: 0.8em 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

#post_content h3.post_content__ttl-typeB {
  background-color: transparent;
  border-left: none;
}

#post_content p {
  margin-top: 10px;
  line-height: 200%;
  text-align: justify;
}
#post_content blockquote {
  background-color: #eaf6fd;
  padding: 20px;
}
#post_content strong {
  font-weight: bold;
  vertical-align: baseline;
}
#post_content table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
#post_content table tr td {
  padding: 0 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#post_content table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.under {
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: bold;
  vertical-align: baseline;
}
#post_content ul {
  color: #1e366a;
  border: dotted #1e366a 1px;
  padding: 0.5em 0.5em 0.5em 2em;
  margin-top: 10px;
  background: #fffcf4;
}
#post_content ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style: none;
}
#post_content ul li:before {
  content: "・";
}

/* side point */
.side_point .ttl-typeA {
  font-weight: bold;
  border-top: 1px solid #11138b;
  border-bottom: 1px solid #11138b;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 14px;
  color: #000;
  text-align: center;
}
.side_point dl {
  margin-bottom: 40px;
}
.side_point dl dt {
}
.side_point dl dt img {
  width: 300px;
  height: 100px;
  object-fit: cover;
}
.side_point dl dd {
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}
/* side post */
.side_post {
  margin-bottom: 40px;
}
.side_post .ttl-typeA {
  font-weight: bold;
  border-top: 1px solid #11138b;
  border-bottom: 1px solid #11138b;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 14px;
  color: #000;
  text-align: center;
}
.side_post dl {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.side_post dl dt {
  width: 100px;
  float: left;
}
.side_post dl dt img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.side_post dl dd {
  float: left;
  width: 190px;
  margin-left: 10px;
  line-height: 160%;
  font-weight: bold;
  color: #000;
}
.pagenation {
  padding-left: 0;
  padding-right: 0;
}
.pagenation ul {
  display: table;
  border: 1px solid #033582;
  border-collapse: separate;
  border-radius: 5px;
  table-layout: fixed;
  margin: 0 auto;
}
.pagenation ul li {
  border: 1px solid #033582;
  background: #fff;
  color: #033582;
  display: table-cell;
  text-align: center;
  font-weight: bold;
}
.pagenation ul li.active {
  background: #033582;
  color: #fff;
  padding: 10px;
  display: block;
}
.pagenation ul li a {
  padding: 10px;
  color: #033582;
  transition: all 0.3s;
  line-height: normal;
  display: block;
  width: auto;
}
.pagenation ul li a:hover {
  background: #193f79;
  color: #fff;
}

@media (max-width: 800px) {
  #post_wrapper {
    width: 100%;
  }
  #post_content {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    float: none;
  }
  #post_side {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    margin: 20px auto;
    float: none;
  }
  /* post content detail */
  #post_content h2 {
    border-bottom: 3px solid #11138b;
    padding-bottom: 10px;
  }
  #post_content img {
    width: 100%;
    height: auto;
  }
  #post_content p {
    line-height: 180%;
    color: #333;
  }
  /* postlist */
  #post_mainvisual {
    width: 100%;
  }
  #post_mainvisual img {
    vertical-align: bottom;
    width: 100%;
  }
  #post_postlist {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .post_postlist_inner {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .post_postlist_inner a {
    width: 100%;
  }
  .post_postlist_inner dl {
  }
  .post_postlist_inner dl dt {
    width: 100%;
    height: auto;
    float: none;
  }
  .post_postlist_inner dl dt img {
    width: 100%;
  }
  .post_postlist_inner dl dd {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 20px;
  }
  .post_postlist_inner dl dd h3 {
  }
  .post_postlist_inner dl dd p {
  }
  .post_postlit_morelink {
  }
  .screen-reader-text {
  }

  /* side point */
  .side_point h2 {
    font-weight: bold;
    border-top: 1px solid #11138b;
    border-bottom: 1px solid #11138b;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 14px;
    color: #000;
    text-align: center;
  }
  .side_point dl {
    margin-bottom: 40px;
  }
  .side_point dl dt {
  }
  .side_point dl dt img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .side_point dl dd {
    font-size: 1.8rem;
    line-height: 160%;
  }
  /* side post */
  .side_post {
    margin-bottom: 40px;
  }
  .side_post h2 {
    font-weight: bold;
    border-top: 1px solid #11138b;
    border-bottom: 1px solid #11138b;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 14px;
    color: #000;
    text-align: center;
  }
  .side_post dl {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .side_post dl dt {
    width: 100px;
    float: left;
  }
  .side_post dl dt img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .side_post dl dd {
    float: left;
    width: 190px;
    margin-left: 10px;
    line-height: 160%;
    font-weight: bold;
    color: #000;
  }
}
