/* ------------------------------------------
  archive / common
------------------------------------------ */
.post {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 60px;
}

.post .main {
  width: 710px;
}

.post .main .section:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post {
    display: block;
    margin-top: 40px;
  }

  .post .main {
    width: auto;
  }
}

.post .post_list > li + li {
  margin-left: 10px;
}

.post .post_list > li:nth-child(3n+1) {
  margin: 0;
}

.post .post_list > li:nth-child(n+4) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .post .post_list > li {
    width: calc(50% - 5px);
  }

  .post .post_list > li, .post .post_list > li:nth-child(3n+1) {
    margin-top: 20px;
  }

  .post_list > li:nth-child(n+2) + li {
    margin-left: 0;
  }

  .post .post_list > li:nth-child(even) {
    margin-left: 10px;
  }

  .post .post_list > li:nth-child(n+4) {
    margin-top: 20px;
  }

  .post .post_list > li:first-child, .post .post_list > li:nth-child(2) {
    margin-top: 0;
  }
}

.post .pagination {
  font-size: 0;
  margin-top: 60px;
  text-align: center;
}

.post .pagination li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 2px;
}

.post .pagination span, .post .pagination a {
  border: #d0d0d0 1px solid;
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.post .pagination span.current {
  background-color: #f4f4f4;
  border-color: #666;
}

.post .pagination a.next {
  background-image: url(../img/common/ico_arrow03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  text-indent: -9999px;
}

.post .pagination a.last {
  background-image: url(../img/common/ico_arrow05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  text-indent: -9999px;
}

.post .pagination a.prev {
  background-image: url(../img/common/ico_arrow07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  text-indent: -9999px;
}

.post .pagination a.first {
  background-image: url(../img/common/ico_arrow08.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .post .pagination {
    margin-top: 40px;
  }
}

.post .relation_cat {
  background-color: #f4f4f4;
  margin-top: 50px;
  padding: 30px;
}

.post .relation_cat .block + .block {
  margin-top: 30px;
}

.post .relation_cat .cat_tit {
  background-color: #fff;
  border: #d0d0d0 1px solid;
  position: relative;
}

.post .relation_cat .cat_tit::before {
  border: #666 1px solid;
  border-right: none;
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 14px;
}

.post .relation_cat .cat_tit::after {
  border: #666 1px solid;
  border-left: none;
  content: '';
  height: 100%;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 14px;
}

.post .relation_cat .cat_tit a {
  display: block;
  font-weight: bold;
  padding: 15px 20px;
}

.post .relation_cat .cat_list {
  border-left: #d0d0d0 1px solid;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.post .relation_cat .cat_list li {
  border-bottom: #d0d0d0 1px solid;
  border-right: #d0d0d0 1px solid;
  width: 33.33%;
}

.post .relation_cat .cat_list a {
  background-image: url(../img/common/ico_arrow03.png);
  background-position: 15px 35px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  display: block;
  padding: 29px 15px 29px 30px;
}

@media screen and (max-width: 767px) {
  .post .relation_cat {
    margin-top: 30px;
    padding: 20px;
  }

  .post .relation_cat .block {
    padding: 0; /* for idc css */
  }

  .post .relation_cat .block + .block {
    margin-top: 20px;
  }

  .post .relation_cat .cat_list {
    display: block;
  }

  .post .relation_cat .cat_list li {
    width: auto;
  }

  .post .relation_cat .cat_list a {
    background-position: 15px 21px;
    padding: 15px 15px 15px 30px;
  }
}

.post .sidebar {
  width: 240px;
}

.post .sidebar .block + .block {
  margin-top: 25px;
}

.post .sidebar .cat_tit {
  border: #d0d0d0 1px solid;
  margin-bottom: 25px;
  position: relative;
}

.post .sidebar .cat_tit::before {
  border: #666 1px solid;
  border-right: none;
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 14px;
}

.post .sidebar .cat_tit::after {
  border: #666 1px solid;
  border-left: none;
  content: '';
  height: 100%;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 14px;
}

.post .sidebar .cat_tit a {
  display: block;
  font-weight: bold;
  padding: 15px 20px;
}

.post .sidebar .cat_list li, .post .sidebar .archive_list li {
  font-size: 1.3rem;
}

.post .sidebar .cat_list li + li, .post .sidebar .archive_list li + li {
  margin-top: 15px;
}

.post .sidebar .cat_list a, .post .sidebar .archive_list a {
  background-image: url(../img/common/ico_arrow03.png);
  background-position: 6px 3px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  padding-left: 20px;
}

.post .sidebar .news_tit, .post .sidebar .archive_tit {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px;
}

.post .sidebar .archive_tit {
  margin-bottom: 25px;
}

.post .sidebar .news_list {
  border-bottom: #d0d0d0 1px solid;
  display: table;
  margin-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.post .sidebar .news_list dt {
  display: table-cell;
  width: 72px;
}

.post .sidebar .news_list dd {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .post .sidebar {
    margin-top: 40px;
    width: auto;
  }

  .post .sidebar .block {
    padding: 0; /* for idc style */
  }

  .post .sidebar .cat_list a {
    background-position: 6px 2px;
  }
    
  .example .post .sidebar .block:first-child {
    display: none;
  }
}

/* ------------------------------------------
  single
------------------------------------------ */
.post_index {
  border: #d0d0d0 1px solid;
  padding: 40px;
}

.post_index_tit {
  border-bottom: #666 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 14px;
  text-align: center;
}

.post_index_tit .switch {
  font-size: 1.2rem;
  margin-left: .5em;
}

.post_index_list .depth_2 {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .post_index {
    border: #d0d0d0 1px solid;
    padding: 20px;
  }

  .post_index_tit {
    font-size: 1.6rem;
  }
}

.post_sns {
  margin-top: 14px;
}

.post_sns ul {
  align-items: flex-start;
  display: flex;
  font-size: 0;
  line-height: 1;
}

.post_sns li {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .post_sns {
    margin-top: 10px;
  }

  .post_sns a.link {
    display: block;
    width: 32px;
  }
}

.component {
  margin: 40px 0;
}

.component:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .component {
    margin: 30px 0;
  }
}

.h2_ttl_area {
  border: #d0d0d0 1px solid;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}

.h2_ttl_area::before {
  border: #666 1px solid;
  border-right: none;
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 18px;
}

.headline_1::after {
  border: #666 1px solid;
  border-left: none;
  content: '';
  height: 100%;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .h2_ttl_area {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}

.h3_ttl_area {
  border-bottom: #666 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .h3_ttl_area {
    font-size: 1.6rem;
  }
}

.pic_area {
  display: table;
  margin: 0 auto;
}

.pic_area img {
  margin: 0 auto;
}

.pic_area .cap {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pic_area .cap {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.gallery_area ul {
  display: flex;
  flex-wrap: wrap;
}

.gallery_area li {
  margin-top: 30px;
  width: 346px;
}

.gallery_area li + li {
  margin: 30px 0 0 18px;
}

.gallery_area li:nth-child(odd) {
  margin: 30px 0 0;
}

.gallery_area li:first-child, .gallery_area li:nth-child(2) {
  margin-top: 0;
}

.gallery_area .img {
  overflow: hidden;
  padding-top: 71.098265895953757%;
  position: relative;
  width: 100%;
}

.gallery_area .img::before {
  background-color: rgba(0,0,0,.7);
  pointer-events: none;
  bottom: 0;
  content: '';
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
  z-index: 1;
}

.gallery_area .img::after {
  background-image: url(../img/common/ico_plus01.png);
  background-size: cover;
  pointer-events: none;   
  bottom: 8px;
  content: '';
  height: 16px;
  position: absolute;
  right: 8px;
  width: 16px;
  z-index: 1;
}

.gallery_area .img img {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 150%;
}

.gallery_area .img a:hover img {
  opacity: .7;
}

.gallery_area .single {
  display: table;
  margin: 0 auto;
}

.gallery_area .single .img {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: auto;
}

.gallery_area .single .img img {
  max-width: 100%;
  position: static;
  transform: none;
  width: auto;
}

.gallery_area .cap {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .gallery_area li {
    width: calc(50% - 9px);
  }
  .gallery_area li {
display:block;
}
  .gallery_area li + li {
    margin-top: 20px;
  }

  .gallery_area li:nth-child(odd) {
    margin-top: 20px;
  }

  .gallery_area li:first-child {
    margin-top: 0;
  }

  .gallery_area .cap {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.youtube_area {
  position: relative;
}

.youtube_area .movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtube_area .movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.youtube_area .cap {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .youtube_area .cap {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.kiji_conp_area {
  display: flex;
}

.kiji_conp_area .img {
  width: 230px;
}

.kiji_conp_area a:hover img {
  opacity: .75;
}

.kiji_conp_area .txt {
  margin-left: 20px;
  position: relative;
  width: 460px;
}

.kiji_conp_area .cat_list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px 0 12px;
}

.kiji_conp_area .cat_list li {
  margin: 4px 4px 0 0;
}

.kiji_conp_area .cat_list li a {
  background-color: #f4f4f4;
  border: #d0d0d0 1px solid;
  display: block;
  font-size: 1.1rem;
  padding: 2px 15px;
}

.kiji_conp_area .post_date {
  font-size: 1.2rem;
  font-weight: bold;
}

.kiji_conp_area .post_tit {
  font-size: 1.8rem;
}

.kiji_conp_area .post_tit a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {


  .kiji_conp_area {
  display: flex;
  flex-direction:column;
}


  .kiji_conp_area .img {
    width: 115px;
  }

  .kiji_conp_area .txt {
    margin-left: 15px;
    width: calc(100% - 30px);
    /*width: calc(100% - 130px);*/
  }

  .kiji_conp_area .cat_list li a {
    padding: 2px 5px;
  }

  .kiji_conp_area .post_excerpt {
    font-size: 1.2rem;
  }

  .kiji_conp_area .cat_list {
    margin-bottom: 7px;
  }

  .kiji_conp_area .post_date {
    font-size: 1rem;
  }

  .kiji_conp_area .post_tit {
    font-size: 1.4rem;
  }
}

.setsumei2column_pic {
  display: flex;
}

.setsumei2column_pic .box {
  width: 345px;
}

.setsumei2column_pic .box + .box {
  margin-left: 20px;
}

.setsumei2column_pic .txt {
  margin-top: 15px;
}

.setsumei2column_pic .tit {
  font-size: 1.6rem;
  font-weight: bold;
}

.setsumei2column_pic .cap {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
/***2022.11.1追記***/
.setsumei2column_pic {
  display: flex;
  flex-direction: column;
}
/***2022.11.1追記***/
    
  .setsumei2column_pic .box {
    width: auto;
  }

  .setsumei2column_pic .txt {
    font-size: 1.2rem;
    margin-top: 11px;
  }

  .setsumei2column_pic .tit {
    font-size: 1.4rem;
  }

  .setsumei2column_pic .cap {
    font-size: 1.1rem;
  }
}

.rico_3conp_area .post_list > li {
  border: #d0d0d0 1px solid;
  padding: 15px;
  width: 223px;
}

.rico_3conp_area .post_list > li + li {
  margin-left: 20px;
}

.rico_3conp_area .post_list .btn01 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .rico_3conp_area .post_list > li {
    border: none;
    display: flex;
    padding: 20px 0;
    width: auto;
  }

  .rico_3conp_area .post_list > li:first-child {
    padding-top: 0;
  }

  .rico_3conp_area .post_list > li + li {
    border-top: #d0d0d0 1px solid;
    margin: 0;
  }

  .rico_3conp_area .post_list > li:nth-child(n+2) + li {
    margin-top: 0;
  }

  .rico_3conp_area .post_list .img {
    width: 115px;
  }

  .rico_3conp_area .post_list .txt {
    margin-left: 15px;
    width: calc(100% - 130px);
  }

  .rico_3conp_area .post_list .post_tit {
    margin: 0;
  }
}

.rico_1conp_area {
  border: #d0d0d0 1px solid;
  display: flex;
  padding: 15px;
}

.rico_1conp_area .img {
  width: calc(30% - 10px);
}

.rico_1conp_area .txt {
  margin-left: 20px;
  position: relative;
  width: calc(70% - 10px);
}

.rico_1conp_area .post_tit a {
  font-weight: bold;
}

.rico_1conp_area .btn01 {
  bottom: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .rico_1conp_area {
    border: none;
    display: flex;
    padding: 0;
    width: auto;
  }

  .rico_1conp_area .img {
    width: 115px;
  }

  .rico_1conp_area .txt {
    margin-left: 15px;
    width: calc(100% - 130px);
  }

  .rico_1conp_area .post_excerpt {
    font-size: 1.2rem;
  }

  .rico_1conp_area .btn01 {
    margin-top: 15px;
    position: static;
  }
}

.single_cat_list {
  border-top: #d0d0d0 1px solid;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 16px;
}

.single_cat_list li {
  margin: 4px 4px 0 0;
}

.single_cat_list a {
  background-color: #f4f4f4;
  border: #d0d0d0 1px solid;
  display: block;
  font-size: 1.1rem;
  padding: 2px 15px;
}

@media screen and (max-width: 767px) {
  .single_cat_list {
    margin-top: 40px;
  }
}

.profile {
  align-items: center;
  border: #d0d0d0 1px solid;
  display: flex;
  margin-top: 60px;
  padding: 15px;
}

.profile .img {
  width: calc(30% - 10px);
}

.profile .txt {
  margin-left: 20px;
  position: relative;
  width: calc(70% - 10px);
}

.profile_name {
  font-size: 1.6rem;
  font-weight: bold;
}

.profile_txt {
  border-top: #d0d0d0 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .profile {
    border-left: none;
    border-right: none;
    display: flex;
    margin-top: 40px;
    padding: 20px 0;
    width: auto;
  }

  .profile .img {
    width: 115px;
  }

  .profile .txt {
    margin-left: 15px;
    width: calc(100% - 130px);
  }

  .profile_post, .profile_name, .profile_txt {
    font-size: 1.2rem;
  }

  .profile .profile_txt {
    margin-top: 6px;
    padding-top: 6px;
  }
}

.relation_post {
  background-color: #f4f4f4;
  margin-top: 60px;
  padding: 30px;
}

.relation_post .post_list {
  margin-top: 30px;
}

.relation_post .post_list > li {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .relation_post {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .relation_post .post_list > li {
    width: calc(50% - 5px);
  }
}

.facebook_cv_area {
  align-items: center;
  background-color: #333;
  display: table;
  height: 200px;
  margin-top: 60px;
  width: 100%;
}

.facebook_cv_area .img {
  background-position: center;
  background-size: cover;
  display: table-cell;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.facebook_cv_area .img img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.facebook_cv_area .txt {
  color: #fff;
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.facebook_cv_area .tit {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.facebook_cv_area .cap {
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .facebook_cv_area {
    height: auto;
    margin-top: 40px;
  }

  .facebook_cv_area .img {
    width: 50%;
  }

  .facebook_cv_area .img img {
    position: static;
  }

  .facebook_cv_area .txt {
    padding: 10px;
    width: 50%;
  }

  .facebook_cv_area .tit {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------
  parent-category
------------------------------------------ */
.post_list.child_cat {
  margin-top: 20px;
}

.child_more .btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .child_more .btn01 {
    margin-top: 30px;
  }
}

/* ------------------------------------------
  news
------------------------------------------ */
.post_list.news > li {
  display: flex;
  width: 100%;
}

.post_list.news > li + li {
  border-top: #d0d0d0 1px solid;
  margin: 20px 0 0;
  padding-top: 20px;
}

.post .post_list.news > li:nth-child(2) {
  margin: 20px 0 0;
}

.post .post_list.news > li:nth-child(even) {
  margin: 20px 0 0;
}

.post .post_list.news > li:nth-child(n+4) {
  margin: 20px 0 0;
}

.post .post_list.news > li:first-child {
  margin-top: 0;
}

.post_list.news > li .img {
  width: 230px;
}

.post_list.news > li .txt {
  margin-left: 20px;
  position: relative;
  width: 460px;
}

.post_list.news .cat_list {
  /* bottom: 0;
  position: absolute; */
  margin: -4px 0 10px;
}

.post_list.news .post_date {
  font-size: 1.2rem;
  font-weight: bold;
}

.post_list.news .post_tit {
  font-size: 1.8rem;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post_list.news .post_date {
    font-size: 1rem;
  }

  .post_list.news .cat_list {
    margin-bottom: 7px;
  }

  .post_list.news .post_tit {
    font-size: 1.4rem;
  }

  .post_list.news > li + li {
    margin: 15px 0 0;
  }

  .post .post_list.news > li:nth-child(2) {
    margin: 15px 0 0;
  }

  .post .post_list.news > li:nth-child(even) {
    margin: 15px 0 0;
  }

  .post .post_list.news > li:nth-child(n+4) {
    margin: 15px 0 0;
  }

  .post_list.news > li .img {
    width: 115px;
  }

  .post_list.news > li .txt {
    margin-left: 15px;
    width: calc(100% - 130px);
  }
}
