@charset "UTF-8";
.pc_only {
  display: none !important;
}
@media (min-width: 1280px) {
  .pc_only {
    display: block !important;
  }
}

.pc_tab_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_tab_only {
    display: none !important;
  }
}

.tab_only {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tab_only {
    display: block !important;
  }
}

.tab_sp_only {
  display: block !important;
}
@media (min-width: 1280px) {
  .tab_sp_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

.cate .cate_c {
  display: inline-block;
  background: #d7effc;
  padding: 0.3em 1em;
  border-radius: 999px;
  color: #478bd1;
}
.cate .cate_c:nth-child(n+2) {
  margin-left: 0.3em;
}

.star {
  display: flex;
  align-items: center;
}
.star span {
  display: inline-block;
  margin-bottom: 1em;
}
.star span.num {
  margin-left: 0.3em;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #478bd1;
  line-height: 1;
}
@media (min-width: 1280px) {
  .star span.num {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .star span.num {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .star span.num {
    font-size: 1.4em;
  }
}

@media (min-width: 1280px) {
  .con_post_list {
    margin-top: 120px;
  }
}
@media (max-width: 1279px) {
  .con_post_list {
    margin-top: 2em;
  }
}
.con_post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .con_post_list {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .con_post_list .wrp_side {
    width: 24%;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_side {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_side {
    margin: 4em 0;
  }
}
@media (min-width: 768px) {
  .con_post_list .wrp_side > div {
    position: sticky;
    top: 110px;
    right: 0;
  }
}
.con_post_list .wrp_side > div .box_keyword .search-form-011 {
  position: relative;
}
.con_post_list .wrp_side > div .box_keyword .search-form-011 .search_box {
  background: #f4f4f4;
  width: 100%;
  padding: 1.5em;
  border-radius: 999px;
  outline: none;
  border: none;
}
.con_post_list .wrp_side > div .box_keyword .search-form-011 button {
  background: none;
  border: none;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.con_post_list .wrp_side > div .box_keyword .search-form-011 button svg {
  fill: #478bd1;
}
.con_post_list .wrp_side > div .box_filter {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: 2em;
}
@media (min-width: 1280px) {
  .con_post_list .wrp_side > div .box_filter {
    padding: 1.5em 2em;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_side > div .box_filter {
    padding: 2em 2.5em;
  }
}
@media (min-width: 1280px) {
  .con_post_list .wrp_side > div .box_filter {
    border-radius: 20px;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_side > div .box_filter {
    border-radius: 1em;
  }
}
.con_post_list .wrp_side > div .box_filter label {
  color: #666;
  font-size: 90%;
  margin-top: 1em;
  display: inline-block;
}
.con_post_list .wrp_side > div .box_filter .select_wrp {
  border-bottom: 1px solid #ccc;
  position: relative;
  position: relative;
}
.con_post_list .wrp_side > div .box_filter .select_wrp::before {
  position: absolute;
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid #478bd1;
  border-bottom: 2px solid #478bd1;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 35%;
  pointer-events: none;
}
.con_post_list .wrp_side > div .box_filter select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  padding: 0.5em 0 1.3em;
  border: none;
  width: 100%;
  cursor: pointer;
  outline: none;
}
.con_post_list .wrp_side > div .box_filter select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.con_post_list .wrp_side > div .box_filter .btn {
  display: inline-block;
  padding: 0.8em 2em;
  background: #478bd1;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .con_post_list .wrp_side > div .box_filter .btn {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_side > div .box_filter .btn {
    margin-top: 1.5em;
  }
}
.con_post_list .wrp_side > div .box_category {
  margin-top: 2em;
}
.con_post_list .wrp_side > div .box_category .list_cate {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.con_post_list .wrp_side > div .box_category .list_cate .list_cate_c {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.con_post_list .wrp_side > div .box_category .list_cate .list_cate_c a {
  display: inline-block;
  background: #d7effc;
  padding: 0.3em 1em;
  border-radius: 999px;
  color: #478bd1;
}
.con_post_list .wrp_side > div .box_access {
  margin-top: 2em;
}
.con_post_list .wrp_side > div .box_access .access_list {
  margin-top: 1em;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c a .img {
  width: 25%;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c a .txt {
  width: 70%;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c a .txt .date {
  font-size: 13px;
  color: #666;
  margin-top: 0.3em;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c a::before {
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  color: #fff;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 999px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  z-index: 2;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c:nth-of-type(1) a::before {
  content: "1";
  background: #d6c95b;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c:nth-of-type(2) a::before {
  content: "2";
  background: #c0baba;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c:nth-of-type(3) a::before {
  content: "3";
  background: #cd9a4a;
}
.con_post_list .wrp_side > div .box_access .access_list .access_list_c:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media (min-width: 1280px) {
  .con_post_list .wrp_main {
    width: 70%;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .con_post_list .wrp_main > .comp_tl {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_main > .comp_tl {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .con_post_list .wrp_main .box_post {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_main .box_post {
    margin-bottom: 4em;
  }
}
.con_post_list .wrp_main .box_post a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.con_post_list .wrp_main .box_post a .box_img {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1280px) {
  .con_post_list .wrp_main .box_post a .box_img {
    border-radius: 20px;
  }
}
@media (max-width: 1279px) {
  .con_post_list .wrp_main .box_post a .box_img {
    border-radius: 1em;
  }
}
@media (min-width: 768px) {
  .con_post_list .wrp_main .box_post a .box_img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_main .box_post a .box_img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_main .box_post a .box_img {
    margin-bottom: 1.5em;
  }
}
.con_post_list .wrp_main .box_post a .box_img .pickup_tag {
  position: absolute;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #478bd1;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 0 0 1em 0;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.con_post_list .wrp_main .box_post a .box_img img {
  width: 100%;
}
@media (min-width: 768px) {
  .con_post_list .wrp_main .box_post a .box_txt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .con_post_list .wrp_main .box_post a .box_txt {
    width: 100%;
  }
}
.con_post_list .wrp_main .box_post a .box_txt .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.con_post_list .wrp_main .box_post a .box_txt .tit .date {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 108%;
  margin-right: 1em;
}
.con_post_list .wrp_main .box_post a .box_txt .comp_tl {
  margin: 1.3em 0;
}
.con_post_list .wrp_main .box_post a .box_txt .data span {
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 1279px) {
  .con_post_list.voice_list .wrp_side {
    margin: 0 0 4em;
  }
}
@media (min-width: 1280px) {
  .con_post_list.columns_detail {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .con_voice_detail {
    margin-top: 120px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail {
    margin-top: 2em;
  }
}
.con_voice_detail .head {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.con_voice_detail .head .date {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .con_voice_detail .head .date {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con_voice_detail .head .date {
    font-size: 1.2em;
  }
}
.con_voice_detail .sub {
  margin-top: 1em;
}
.con_voice_detail > .box_img {
  text-align: center;
}
@media (min-width: 1280px) {
  .con_voice_detail > .box_img {
    margin-bottom: 90px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail > .box_img {
    margin-bottom: 4em;
  }
}
@media (min-width: 1280px) {
  .con_voice_detail > .box_img {
    margin-top: 50px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail > .box_img {
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .con_voice_detail .box_voice {
    margin-bottom: 90px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail .box_voice {
    margin-bottom: 4em;
  }
}
.con_voice_detail .box_voice .comp_tl {
  margin-bottom: 2em;
}
.con_voice_detail .box_voice .star_detail {
  color: #666;
}
@media (min-width: 1280px) {
  .con_voice_detail .box_voice dl {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail .box_voice dl {
    margin-bottom: 2.5em;
  }
}
.con_voice_detail .box_voice .st {
  background: #d7effc;
  padding: 1em 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 1280px) {
  .con_voice_detail .box_voice .st {
    border-radius: 15px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail .box_voice .st {
    border-radius: 1em;
  }
}
@media (min-width: 1280px) {
  .con_voice_detail .box_voice .st {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .con_voice_detail .box_voice .st {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con_voice_detail .box_voice .st {
    font-size: 1.2em;
  }
}
.con_voice_detail .box_voice .box_img {
  text-align: center;
}
@media (min-width: 1280px) {
  .con_voice_detail .box_voice .box_img:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .con_voice_detail .box_voice .box_img:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.con_voice_detail .box_voice td a {
  text-decoration: underline;
}

.con_kanren {
  background: #d7effc;
}
@media (min-width: 1280px) {
  .con_kanren {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .con_kanren {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .con_kanren {
    padding: 3em 0;
  }
}
.con_kanren > div > .comp_tl {
  margin-bottom: 2em;
}
.con_kanren > div .box_kanren .comp_tl {
  margin-bottom: 1.5em;
}
@media (min-width: 1280px) {
  .con_kanren > div .box_kanren:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .con_kanren > div .box_kanren:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .con_kanren > div .box_kanren:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
.con_kanren .kanren_list {
  display: flex;
}
.con_kanren .kanren_list .kanren_list_c {
  width: 32%;
}
.con_kanren .kanren_list .kanren_list_c:nth-of-type(n + 2) {
  margin-left: 2%;
}

@media (min-width: 1280px) {
  .con_pagenav {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .con_pagenav {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .con_pagenav {
    margin-top: 3em;
  }
}
.con_pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_pagenav .comp_btn {
  margin: 0 2em;
}

.columntop .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.columntop .tit .date {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 108%;
  margin-right: 1em;
}
.columntop .comp_tl {
  margin: 1.3em 0;
}

.columndetailbox h2 {
  padding: 0.6em 1em;
  background: #478bd1;
  color: #fff;
  margin: 1.5em 0;
}
@media (min-width: 1280px) {
  .columndetailbox h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .columndetailbox h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .columndetailbox h2 {
    font-size: 1.4em;
  }
}
.columndetailbox h3 {
  border-left: 5px solid #478bd1;
  padding-left: 0.8em;
  margin: 1.5em 0;
}
@media (min-width: 1280px) {
  .columndetailbox h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .columndetailbox h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .columndetailbox h3 {
    font-size: 1.4em;
  }
}
.columndetailbox p {
  margin-top: 1.5em;
}
.columndetailbox .column-accordion {
  margin-bottom: 1em;
}
.columndetailbox .column-accordion .column-accordion__ttl {
  padding: 1em;
  border: 1px solid #478bd1;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .columndetailbox .column-accordion .column-accordion__ttl {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .columndetailbox .column-accordion .column-accordion__ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .columndetailbox .column-accordion .column-accordion__ttl {
    font-size: 1.2em;
  }
}
.columndetailbox .column-accordion .column-accordion__ttl::before {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid #478bd1;
  border-bottom: 2px solid #478bd1;
  right: 4%;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
.columndetailbox .column-accordion .column-accordion__body {
  display: none;
  padding: 1em;
}
.columndetailbox .column-accordion a {
  text-decoration: underline;
  color: blue;
}
.columndetailbox .column-accordion.is-active .column-accordion__ttl::before {
  top: 40%;
  transform: scaleY(-1) rotate(45deg) translateY(-50%);
}
.columndetailbox table {
  border: 1px solid #ccc;
  margin: 1.5em 0;
}
.columndetailbox table tr th, .columndetailbox table tr td {
  padding: 1em;
  border: 1px solid #ccc;
}
.columndetailbox table tr th {
  background: #f4f4f4;
}
.columndetailbox table tr:last-of-type {
  border-bottom: none;
}

.wpp-widget-block-placeholder,
.wpp-shortcode-placeholder {
  width: 30px !important;
  height: 30px !important;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: wpp-spin 1s linear infinite;
  margin: 20px auto;
  background: transparent !important;
}

@keyframes wpp-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.column-accordion_txt {
  color: #333 !important;
}

/*# sourceMappingURL=post.css.map */
