@charset "utf-8";
/* ブログ一覧 */
.postpage {
  padding: 53px 133px 80px 133px;
}

.blog_title {
  letter-spacing: 0.1em;
  color: #203258;
  font-size: 35px;
  font-weight: 800;
  margin: 0 10px 0 15px;
}

.blog_sub_titile {
  font-size: 15px;
}

.d_inline {
  display: inline-block;
}

.blog {
  margin-top: 20px;
}
.blog .items ul {
  margin-bottom: 0;
  gap: 5px;
}
.blog .items ul.blog_block > li > a {
  display: block;
}
.inner_blog_list {
  display: flex;
  padding: 0;
  gap: 15px;
}

.blog_thumbnail,
.blog_noimage_thumbnail {
  max-width: 100%;
  width: 140px;
  height: 148px;
  object-fit: contain;
  object-position: 0 0;
}
.inner_blog_list .blog_thumbnail,
.inner_blog_list .blog_noimage_thumbnail {
  width: 125px;
  height: auto;
  object-fit: scale-down;
}

.blog_wrapper {
  width: calc(100% - 140px);
  position: relative;
  padding-top: 20px;
}
.blog_list_title, .blog_cont_ja {
  word-break: break-all;
}
.blog_list_title {
  font-size: 16px;
  font-weight: bold;
  color: #203258;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.blog_cont_ja {
  margin-top: 10px;
  max-height: 3em;
  color: #203258;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.blog .items > ul > li {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
}

.blog_block::after {
  content:"";
  display: block;
  width:32%;
}

.post_outer_area {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px 80px 100px 80px ;
  position: relative;
}

.post_area {
  padding: 20px 0;
}

.page_title {
  clear: both;
  text-align: center;
  font-size: 20px;
  height: 45px;
  border-bottom: 1px solid #f0f2f5;
  margin-top: 30px;
  padding-bottom: 30px;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-weight: bold;
}

.blog_profile_outer {
  margin-top: 10px;
}
/* プロフィールアイコン */
.profile_icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

.profile_name {
  font-weight: 600;
  font-size: 11px;
  line-height: 25px;
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #203258;
}

.time_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}

.blog_profile_area {
  display: flex;
  gap: 5px;
}

.time_text {
  color: #333333;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}

.clock_icon {
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}

.no_blog_text {
  height: 100vh;
}

/* ページャーstr */
.next_button,
.prev_button {
  width: 50px;
  height: 50px;
  border: 2px solid #F0F2F5;
  border-radius: 10px;
  background-color: #FAFAFA;
  display: inline-block;
}

.right_arrow,
.left_arrow {
  color: #175EA4;
  font-size: 30px;
  display: block;
  padding-top: 8px;
}

.current {
  color: #175EA4;
  font-size: 18px;
}

.page-numbers {
  margin: 0 5px;
}

.b_none {
  border: none;
}

.pnavi {
  margin-top: 25px;
  text-align: center;
}
/* ページャーend */

/* ブログ詳細 */
#main_col {
  margin: 53px auto 5px;
  max-width: 1100px;
}

#left_col {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
  width: auto !important;
}

.article_profile_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.detail_thumbnail {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.profile_user_name {
  margin-left: 5px;
  color: #203258;
  font-size: 11px;
  line-height: 25px;
  font-weight: bold;
}

.clock_wrapper {
  display: inline-block;
  margin-left: 40px;
}

.clock_text {
  font-size: 11px;
  line-height: 14px;
  color: #203258;
  margin-left: 2px;
}

#post_title.post_title {
  color: #203258;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
  word-break: break-all;
}

.content_outer {
  border-bottom: 1px solid #CED3DB;
  padding-bottom: 40px;
}

.post_content {
  margin-top: 20px;
  font-size: 13px;
}

.wpuf_customs {
  display: none;
}
.post_content > :nth-last-child(2) {
  margin-bottom: 0;
}
.profile_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 15px;
  background-color: #F1F5F6;
  padding: 30px 15px;
  margin-top: 40px;
  border-radius: 10px;
}

.inner_profile {
  width: calc(100% - 100px);
}

.avatar .profile_icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.profile_area_name {
  color: #203258;
  font-size: 18px;
  font-weight: bold;
}

.personal_info {
  margin: 10px 0 0;  
}

.personal_info_inner {
  color: #203258;
  font-size: 12px;
  font-weight: 400;
}

.personal_info_inner span {
  display: inline-block;
}
.personal_info_inner span:first-of-type {
  padding-right: 5px;
  border-right: 1px solid #203258;
}
.personal_info_inner span:nth-of-type(2) {
  padding-left: 5px;
}

.self_introduction {
  color: #203258;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.related_article_text {
  display: block;
  margin: 40px 0 25px 0;
  font-size: 15px;
  color: #203258;
  font-weight: bold;  
}

.detail_blog_items {
}

.blog_detail {
  margin: 0 -15px;
}

.blog_ul {
  justify-content: space-around;
}
.blog_ul > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #CED3DB;
  margin-bottom: 25px;
}
.blog_ul > li:nth-last-of-type(2),
.blog_ul > li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.post_content p {
  line-height: 1.7;
  margin: 0 0 1.7em 0;
}
/* ↓PC用 */
@media screen and (min-width: 768px) {
/* ブログ一覧 */
.inner {
  max-width: 1120px;
}
.postpage {
  padding: 53px 133px 80px 133px;
}

.blog_title {
  letter-spacing: 6px;
  color: #0063B7;
  font-size: 60px;
  font-weight: 800;
  margin: 0;
}

.blog_sub_titile {
  font-size: 22px;
  margin-left: 16px;
  padding: 45px 0px;
}

.d_inline {
  display: inline-block;
}

.blog .items ul {
  gap: 20px;
}

.inner_blog_list {
  flex-direction: column;
  gap: 0;
  padding: 0;
  width: 360px;
}

.blog_thumbnail,
.blog_noimage_thumbnail {
  max-width: 100%;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px 10px 0 0;
}
.inner_blog_list .blog_thumbnail,
.inner_blog_list .blog_noimage_thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog_wrapper {
  padding: 28px 30px 30px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.blog_list_title {
  font-size: 24px;
  font-weight: bold;
  color: #203258;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  display: block;
}

.blog_cont_ja {
  margin-top: 13px;
  height: 3em;
  color: #203258;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.5;
}

.blog .items > ul > li {
  width: calc((100% - 20px) / 2);
}
.blog_ul > li {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.blog_ul > li .spacer {
  width: 60px;
  height: 60px;
  display: block;
}
.blog_block::after {
  content:"";
  display: block;
  width:32%;
}

.post_outer_area {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px 80px 100px 80px ;
  position: relative;
}

.post_area {
  margin: 0;
  position: relative;
  padding: 20px 0 100px;
}

.page_title {
  clear: both;
  text-align: center;
  font-size: 20px;
  height: 45px;
  border-bottom: 1px solid #f0f2f5;
  margin-top: 30px;
  padding-bottom: 30px;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-weight: bold;
}

.blog_profile_outer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
/* プロフィールアイコン */
.profile_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.profile_name {
  font-weight: 600;
  font-size: 14px;
  width: 110px;
  line-height: 30px;
}

.time_area {
  position: relative;
}

.blog_profile_area {
  gap: 10px;
}

.time_text {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.clock_icon {
  width: 16px;
  height: 16px;
}

.no_blog_text {
  height: 100vh;
}

/* ページャーstr */
.next_button,
.prev_button {
  width: 50px;
  height: 50px;
  border: 2px solid #F0F2F5;
  border-radius: 10px;
  background-color: #FAFAFA;
  display: inline-block;
}

.right_arrow,
.left_arrow {
  color: #175EA4;
  font-size: 30px;
  display: block;
  padding-top: 8px;
}

.current {
  color: #175EA4;
  font-size: 18px;
}

.page-numbers {
  margin: 0 5px;
}

.b_none {
  border: none;
}

.pnavi {
  margin-top: 25px;
  text-align: center;
}
/* ページャーend */

/* ブログ詳細 */
#main_col {
  margin: 53px auto 80px;
}

#left_col {
  background-color: #ffffff;
  padding: 70px 80px 90px;
  border-radius: 20px;
  width: auto !important;
  float: none;
}

.article_profile_inner {
  justify-content: flex-start;
}

.detail_thumbnail {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.profile_user_name {
  margin-left: 11px;
  color: #203258;
  font-size: 15px;
  font-weight: bold;
}

.clock_wrapper {
  display: inline-block;
  margin-left: 40px;
}

.clock_text {
  font-size: 15px;
  color: #203258;
}

#post_title.post_title {
  margin-top: 60px;
  color: #203258;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0 40px;
}

.content_outer {
  border-bottom: 1px solid gray;
  padding-bottom: 60px;
}

.post_content {
  margin-top: 40px;
  font-size: 16px;
}

.wpuf_customs {
  display: none;
}

.profile_area {
  display: block;
  background-color: #F1F5F6;
  padding: 54px 64px;
  margin-top: 70px;
  border-radius: 10px;
  min-height: 175px;
}

.inner_profile {
  margin-left: 215px;
  width: calc(100% - 215px);
}

.avatar .profile_icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
}

.profile_area_name {
  color: #203258;
  font-size: 36px;
  font-weight: bold;
}

.personal_info {
  margin: 20px 0 0;
}

.personal_info_inner {
  color: #203258;
  font-size: 16px;
  font-weight: 400;
}

.self_introduction {
  color: #203258;
  font-size: 12px;
  font-weight: 400;
  width: calc(100% - 215px);
  margin-left: 215px;
  margin-top: 30px;
}

.related_article_text {
  display: block;
  margin: 80px 0 30px 0;
  font-size: 26px;
  color: #203258;
  font-weight: bold;  
}

.detail_blog_items {
  overflow: auto;
}

.blog_detail {
  margin: 0 -80px;
}

.blog_ul {
  justify-content: flex-start;
  display: flex;
  padding-left: 80px;
  gap: 0 20px;
}
}


@media screen and (min-width: 960px) {
  .blog .items > ul > li {
    width: calc((100% - 40px) / 3);
  }
}
