@charset "UTF-8";
/*
Theme Name: Ann theme
Text Domain: ann_theme
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Ann Co., Ltd.
Author URI: https://www.w-star.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
.media_contents {
  text-align: left;
  font-size: 1.6rem;
}

.media_contents a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .media_contents a:hover {
    text-decoration: underline;
  }
}

.header *,
.footer * {
  box-sizing: content-box;
}

/* @media print, screen and (min-width: 992px) {
  .media .header_logo {
    display: flex;
    align-items: center;
  }
  .media .header_logo .cap {
    font-size: 1.4rem;
    margin-left: 20px;
  }
} */

/*===================================
  
  category color

===================================*/
i.cat,
.single .headCategory a {
  /* 文字色 */
  color: #fff !important;
}

i.cat.cn1,
.single .headCategory a.cn1 {
  /* その他 */
  background: #7b7c61 !important;
  border-color: #7b7c61 !important;
}

i.cat.cn2,
.single .headCategory a.cn2 {
  /* 樹木葬 */
  background: #ff9999 !important;
  border-color: #ff9999 !important;
}

i.cat.cn3,
.single .headCategory a.cn3 {
  /* 永代供養 */
  background: #804000 !important;
  border-color: #804000 !important;
}

i.cat.cn4,
.single .headCategory a.cn4 {
  /* 墓じまい */
  background: #89bfe0 !important;
  border-color: #89bfe0 !important;
}

i.cat.cn5,
.single .headCategory a.cn5 {
  /* 納骨 */
  background: #c8bd62 !important;
  border-color: #c8bd62 !important;
}

i.cat.cn6,
.single .headCategory a.cn6 {
  /* 墓参 */
  background: #a0c26d !important;
  border-color: #a0c26d !important;
}

i.cat.cn7,
.single .headCategory a.cn7 {
  /* 納骨堂 */
  background: #ceadf5 !important;
  border-color: #ceadf5 !important;
}

i.cat.cn30,
.single .headCategory a.cn30 {
  /* 霊園・墓石*/
  background: #00c695 !important;
  border-color: #00c695 !important;
}

i.cat.cn165,
.single .headCategory a.cn165 {
  /* 終活・生前準備 */
  background: #ff9c27 !important;
  border-color: #ff9c27 !important;
}

/*===================================
  
  all

===================================*/
.footer {
  margin-top: 20px;
}

.single .footer {
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  .single .footer {
    margin-top: 0;
  }
}

.main * {
  letter-spacing: 0.05em;
}

.main .inner {
  max-width: 1150px;
}

#c_body {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 50px 0;
}

@media screen and (min-width: 992px) {
  .index #c_body {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  #c_body.single #main_block {
    max-width: 802px;
    width: calc(100% - 230px);
    padding-right: 50px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 992px) {
  #c_body #side_block {
    width: 230px;
    position: sticky;
    top: calc(90px + 10px);
    height: calc(100vh - 90px - 10px);
  }
}

.block_bg {
  position: relative;
  padding: 50px 0 100px;
  background: #faf9e7;
}

.list_category:nth-child(odd) > .block_bg {
  background: #faf9e7;
}

.inner_block {
  position: relative;
}

.main_img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease,
 -webkit-transform 0.5s ease;
  height: auto;
  padding-top: 66.67%;
}

.inner {
  position: relative;
}

.p_body {
  padding: 35px 0 0;
  display: block;
}

/*
.pagination {
  display: none;
}
*/
.is_fade {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is_fade.on {
  top: 0px;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #c_body {
    padding: 30px 0 0;
    display: block;
    overflow: hidden;
  }
  .p_body {
    padding: 35px 0 0;
    display: block;
  }
  #c_body #main_block {
    width: 100%;
    margin: 0;
    padding: 0;
    width: 88vw;
    margin: auto;
  }
  #c_body #side_block {
    width: 100%;
    margin: 40px auto 0;
  }
  #c_body #side_block .side_inner {
    width: 88vw;
    margin: auto;
  }
  .block_bg {
    padding: 30px 0 50px;
  }
  .block_asset {
    width: 90vw;
  }
  .block_asset .img_asset img {
    width: 100vw;
    max-width: 100vw !important;
    margin-left: -6vw;
  }
}

/*===================================
  
  section（上部の余白）

===================================*/
.sect {
  margin-top: 80px;
}

.sect_m {
  margin-top: 60px;
}

.sect_s {
  margin-top: 40px;
}

.sect_ss {
  margin-top: 20px;
}

.sect_n {
  margin-top: 0px;
}

/*===================================
  
  title

===================================*/
.tit_min {
  text-align: center;
   margin: 60px auto 80px;
  position: relative;
  z-index: 1;
}

.tit_min span {
  position: relative;
}

.tit_min span:not(.normalTxt) {
  font-size: 2.6rem;
  font-weight: bolder;
}

.tit_min span:not(.normalTxt) em {
  font-weight: inherit !important;
}

.tit_min i {
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  margin: 6px auto 20px;
  font-weight: bolder;
  color: #e2c77c;
}

/*#contents_ranking .tit_min {
  background: url(./img/img-common/icon_ranking.png) no-repeat center 0;
  padding-top: 65px;
}*/
#contents_tag .tit_min {
  /*background: url(./img/img-common/icon_tag.png) no-repeat center 0;*/
}

.sub_title {
  margin: 0 0 30px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}

.sub_title span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00acf3;
  line-height: 1.5;
}

.min_title {
  margin: 20px 0 10px;
}

.min_title span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00125d;
  line-height: 1.5;
}

.single_title {
  font-size: 2.8rem;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #00125d;
}

.sidebar-widget__title {
  border-bottom: 1px solid #81879f;
  padding: 0 0 7px;
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00125d;
}

@media screen and (max-width: 991px) {
  .sub_title {
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
  .sub_title span {
    font-size: 1.6rem;
    padding: 0;
  }
  .min_title {
    margin: 20px 0 10px;
  }
  .min_title span {
    font-size: 1.3rem;
  }
  .tit_min {
    margin: -40px auto 20px;
  }
  .tit_min i {
    font-size: 1.2rem;
    margin: 6px auto 0;
  }
  .tit_min span:not(.normalTxt) {
    font-size: 1.5rem;
  }
  .sidebar-widget__title {
    font-size: 1.8rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  #contents_ranking .tit_min {
    padding-top: 45px;
    background-size: 50px;
  }
  #contents_tag .tit_min {
    padding-top: 35px;
    background-size: 30px;
  }
}

/*===================================

  detail_all

===================================*/
.detail_all a {
  position: absolute;
  top: 9px;
  right: 0;
  text-decoration: none !important;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  z-index: 1;
}

.detail_all a:hover {
  border: none;
}

@media screen and (max-width: 991px) {
  .detail_all {
    text-align: center;
    margin: 12px auto 0;
  }
  .detail_all a {
    position: relative;
    font-size: 1.2rem;
  }
}

/*===================================
  
  TAG

===================================*/
.tagList li {
  margin: 0 0.5em 1em 0;
  display: inline-block;
}

#side_block .tagList li {
  margin: 0 0.2em 0.5em 0;
}

.tagList li a {
  color: #00a0f3;
  display: block;
  line-height: 1.4;
  background: #fff;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.tagList li:hover a {
  opacity: 1 !important;
  text-decoration: underline;
}

.tag_link {
  margin: 10px auto 0;
}

#side_block .tag_link {
  margin: 0 auto;
  text-align: right;
}

#side_block .list_link {
  margin: 10px auto 0;
  text-align: right;
}

.tag_link a,
.list_link a {
  display: inline-block;
  text-decoration: underline;
}

#side_block .tag_link span,
#side_block .list_link span {
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .tag_link a:hover,
  .list_link a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  #side_block .tag_link {
    margin: 15px auto 0;
  }
  .tagList:not(.all) li {
    margin: 0 0.5em 0.6em 0;
  }
  .tagList:not(.all) li a {
    font-size: 1.1rem;
  }
  #side_block .tag_link span {
    font-size: 1.2rem;
  }
}

/*===================================
  
  検索窓

===================================*/
#site_searchBox {
  display: none;
}

#site_searchBox.focus {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  z-index: 100001;
}

#site_searchBox.focus #site_searchBoxInner {
  margin: 0 auto;
}

#site_searchBox.focus .btn_close {
  margin-top: 20px;
  text-align: center;
}

#site_searchBox.focus .btn_close span {
  font-size: 4rem;
  display: inline-block;
  color: #fff;
}

#site_searchBox.focus #site_searchBoxInner .input-group {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#overlay {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#site_searchBox.focus #site_searchBoxInner input[type^="text"] {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
}

#site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
  width: 5em;
  margin-left: 10px;
  font-size: 1.6rem;
  border: none;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  #site_searchBox.focus #site_searchBoxInner .input-group {
    width: 300px;
  }
  #site_searchBox.focus .btn_close span {
    font-size: 3rem;
  }
  #site_searchBox input[type="search"] {
    font-size: 16px;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="text"] {
    width: 300px;
    padding: 5px;
    border-radius: 5px;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin-left: 10px;
    font-size: 1.2rem;
    border: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin: 10px auto 0;
    font-size: 1.2rem;
    padding: 5px 0;
    display: block;
  }
}

/*===================================
  
  404

===================================*/
.not_found {
  text-align: center;
}

.not_found .ttl {
  font-size: 2.6rem;
  margin: 0 0 25px;
  font-weight: bolder;
  line-height: 1;
}

.not_found .leadtxt {
  margin-top: 0;
}

.not_found .btn {
  text-align: center;
  margin: 25px auto 0;
}

.not_found .btn a {
  text-decoration: underline;
}

.not_found .btn a:hover {
  text-decoration: none;
}

/*===================================
  
  flex（一覧）

===================================*/
.flex_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -25px;
}

.flex_column .flex_item {
  width: 272px;
  margin-top: 25px;
  background: #fff;
  border: 1px solid #ccc;
}

.flex_column .flex_item a {
  display: block;
  background: #fff;
  position: relative;
  outline: none !important;
}

.flex_column .flex_item a span {
  display: block;
  position: relative;
}

.flex_column .flex_item a span.img {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.flex_column .flex_item a span.img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 180px;
}

.flex_column .flex_item a span.txt {
  padding: 15px 15px 20px;
}

.flex_column .flex_item a span.txt i.tit {
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  font-size: 2rem;
}

.media.index .flex_column .flex_item a:hover span.txt i.tit {
  text-decoration: underline;
}

.flex_column .flex_item a span.txt i.cat,
.articlelist-category i.cat {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  border: 1px solid;
  padding: 3px 12px 4px;
  border-radius: 100px;
  margin-right: 5px;
  margin-bottom: 7px;
  color: #00a454;
}

.media_slide.flex_column .flex_item a span.txt i.cat {
  margin-bottom: 0;
  margin-top: 7px;
}

/* .media_slide.flex_column .flex_item a span.txt {
  padding-bottom: 10px;
} */
.userinfo {
  /*  display: inline-block; */
  display: none;
  margin: 0 0 0 0%;
  position: absolute;
  top: -35px;
  right: 15px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.userinfo .ui_img {
  width: 50px;
  margin: 0 auto;
  display: block;
}

.userinfo .ui_img img {
  border-radius: 60px;
  width: 100%;
  height: auto;
}

.userinfo .ui_name {
  margin-top: 5px;
  display: block;
  font-size: 1rem;
}

.flex_column .flex_item a span.img.video::before,
.entry-related .related-items .related-item-img.video::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo {
  top: -45px;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_img {
  width: 60px;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_name {
  font-size: 1.2rem;
}

.articleListBox.list_oth .post .articlelist-item-inner .userinfo {
  top: auto;
  bottom: -23px;
}

@media screen and (min-width: 992px) {
  .flex_column::after {
    width: 272px;
    display: block;
    content: "";
  }
  .entry-related .related-items a:hover .related-item-img:not(.video),
  .flex_column .flex_item a:hover span.img:not(.video) img {
    transform: scale(1.1, 1.1);
  }
  .flex_column .flex_item a:hover span.img.video::before,
  .entry-related .related-items a:hover .related-item-img.video::before {
    opacity: 0.7;
  }
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item {
    width: 100%;
  }
  .flex_column .flex_item a span.txt {
    padding: 10px 10px 15px;
  }
  .flex_column .flex_item a span.txt i.cat,
  .articlelist-category i.cat {
    margin: 0px 0 10px;
    font-size: 0.9rem;
  }
  .flex_column .flex_item a span.txt i.tit {
    font-size: 1.1rem;
  }
  .userinfo {
    top: -30px;
    right: 10px;
    width: auto;
  }
  .userinfo .ui_img {
    width: 45px;
  }
  .userinfo .ui_name {
    font-size: 0.9rem;
  }
  .articleListBox.list_oth .post .articlelist-item-inner .userinfo {
    display: none;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo {
    top: -35px;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_img {
    width: 45px;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_name {
    font-size: 0.9rem;
  }
  .flex_column .flex_item a span.img.video::before {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
}

/*===================================
  
  人気ランキング（一覧）

===================================*/
#contents_ranking .inner {
  padding: 0px 70px;
}

.flex_column.ranking {
  counter-reset: circle 0;
}

.flex_column.ranking .flex_item a span.img.video::before,
.entry-related .related-items .related-item-img.video::before {
  background-position: center center;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

#side_block .flex_column.ranking .flex_item a span.img.video::before {
  background-size: 25px;
  width: 25px;
  height: 25px;
}

#side_block .flex_column.ranking {
  margin-top: -20px;
}

.flex_column.ranking > li {
  width: 46%;
  border: none;
  margin-top: 30px;
}

#side_block .flex_column.ranking > li {
  width: 100%;
  margin-top: 20px;
}

.flex_column.ranking > li a {
  display: flex;
  flex-wrap: wrap;
}

.media.index .flex_column.ranking > li a {
  flex-direction: row-reverse;
}

.flex_column.ranking > li a .img {
  width: 120px;
}

.media.index .flex_column.ranking > li a .img {
  margin-left: 13px;
}

#side_block .flex_column.ranking > li a .img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.flex_column.ranking > li a span.img img {
  height: 80px;
  -webkit-backface-visibility: visible;
}

.flex_column.ranking > li a .txt {
  width: calc(100% - 133px);
  padding: 0 !important;
  line-height: 1;
}

#side_block .flex_column.ranking > li a .txt {
  width: calc(100% - 80px);
  line-height: 1;
}

.flex_column.ranking > li span.txt i.cat {
  margin-bottom: 5px;
}

.media.index .flex_column.ranking > li span.txt i.cat {
  margin-bottom: 15px;
  margin-left: 4em;
}

.flex_column.ranking > li a .txt .tit {
  font-size: 1.4rem;
}

.flex_column.ranking > li a::after {
  content: "0" counter(circle);
  counter-increment: circle 1;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  color: #f1e3c0;
  /*color: rgba(46,186,208,0.25);*/
  font-weight: bolder;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  #side_block .flex_column.ranking > li a::after {
    font-size: 1.4rem;
    color: #ffffff;
    z-index: 0;
    height: 30px;
    width: 30px;
    top: -6px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #666;
    border-radius: 30px;
    right: auto;
    left: 0;
    font-weight: normal;
  }
  #side_block .flex_column.ranking > li:nth-child(1) a::after {
    background-color: #bf9224;
  }
  #side_block .flex_column.ranking > li:nth-child(2) a::after {
    background-color: #96a9b3;
    /* font-weight: bolder;*/
  }
  #side_block .flex_column.ranking > li:nth-child(3) a::after {
    background-color: #c47022;
    /* font-weight: bolder;*/
  }
  #side_block .flex_column.ranking .flex_item a span.txt i.tit {
    font-weight: normal;
    display: block;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  #side_block .flex_column.ranking .flex_item a span.txt i.cat {
    z-index: 1;
    position: relative;
    background: #fff;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  #contents_ranking .inner {
    padding: 0px 6%;
  }
  .flex_column.ranking > li {
    width: 100%;
  }
  .flex_column.ranking > li a {
    flex-direction: row-reverse;
  }
  .flex_column.ranking > li a .img_outer {
    width: 35%;
    margin-left: 5%;
  }
  .flex_column.ranking > li a .img {
    width: 100%;
    margin-right: 0;
  }
  .flex_column.ranking > li a .txt {
    width: 60%;
  }
  .flex_column.ranking > li a .txt .tit {
    font-size: 1.2rem !important;
  }
  .flex_column.ranking > li a::after {
    font-size: 2.3rem;
    top: -3px;
  }
  #side_block .flex_column.ranking {
    margin-top: -15px;
  }
  #side_block .flex_column.ranking > li {
    margin-top: 30px;
  }
  /* #side_block .flex_column.ranking > li a::after {
    top: -12px;
    left: -6px;
    font-size: 1.2rem;
    height: 35px;
    width: 35px;
  } */
  #side_block .flex_column.ranking > li a .img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #side_block .flex_column.ranking > li a .txt {
    width: 60%;
  }
  #side_block .flex_column.ranking .flex_item a span.txt i.tit {
    font-weight: bolder;
    padding-top: 3px;
  }
  #side_block .flex_column.ranking .flex_item a span.img.video::before {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  .flex_column.ranking > li span.txt i.cat {
    margin-bottom: 10px !important;
    margin-left: 4em;
  }
}

/*===================================
  
  Time

===================================*/
.time_outer {
  display: flex;
  flex-wrap: wrap;
  margin: 3px auto;
}

.time_outer .time {
  margin: 0 2% 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.time i {
  font-size: 1.4rem;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  margin-left: 15px;
}

.time i.repeat {
  background-image: url(./img/img-common/update_icon.png);
}

.time i.update {
  background-image: url(./img/img-common/entry_icon.png);
}

@media screen and (max-width: 991px) {
  .time_outer .time {
    justify-content: flex-end;
  }
  .time i {
    font-size: 0.9rem;
    background-size: 12px;
    padding-left: 17px;
    margin-top: 2px;
  }
}

/*===================================
  
  INDEX

===================================*/
.media_slide {
  margin-top: 0;
}

.media_mv_slider.load {
  background: url(./img/img-common/icon_loader.gif) no-repeat center center;
}

.media_mv_slider.load .media_mv_slider_inner {
  opacity: 0;
}

.media_mv_slider,
.media_mv_slider .media_mv_slider_inner {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* main slider */
#contents_slider .slider_l_item {
  width: 452px;
  margin: 0 10px;
  border: 1px solid #ccc;
  outline: none !important;
}

#contents_slider .media_mv_slider a.article span.img > img {
  height: 300px;
}

.media_slider_nav {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 452px;
  height: 0;
}

.media_slider_nav .media_media_slider_nav_main {
  height: 0;
}

/* タグから探す */
.tagList {
  margin-top: -5px;
  text-align: center;
}

.tagList li a {
  font-size: 1.5rem;
  padding: 6px 15px;
}

.tit_min span.icon_movie em {
  display: inline-block;
  background: url(./img/img-common/icon_youtube.png) no-repeat 0 center;
  padding-left: 60px;
  margin-left: -30px;
}

#contents_case_study .block_bg {
  background: #ffffbf;
}

#contents_video {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  #contents_slider {
    margin-top: 20px;
  }
  #contents_slider .media_mv_slider a.article span.img > img {
    /*height: auto;*/
    height: 50vw !important;
  }
  body.index .tagList {
    width: 100%;
    margin: 0 auto;
  }
  .tagList li a {
    font-size: 1rem;
    padding: 7px 10px;
  }
  .media_slider_nav {
    display: none !important;
  }
  .tit_min span.icon_movie em {
    padding-left: 42px;
    /* margin-left: -22.5px; */
    background-size: 30px;
  }
}

/*===================================
  
  リスト用スタイル

===================================*/
#c_body.article .sub_title {
  margin-top: 2.5em;
}

.articleListBox .post .articlelist-item {
  border-bottom: 1px solid #ddd;
}

.articleListBox .post .articlelist-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  color: inherit;
  opacity: 1 !important;
}

.articleListBox .post .main_img {
  margin: 0;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}

.articleListBox .post a:hover .main_img:not(.video) {
  background-size: 110%;
}

.articleListBox .post a:hover .main_img.video::before {
  opacity: 0.7;
}

.articleListBox .post .main_img.video::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.articleListBox .post .articlelist-date {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #666;
}

.articleListBox .post .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 7px;
  font-size: 1.8rem;
  text-decoration: none;
}

.articleListBox .post a:hover .title {
  text-decoration: none;
}

.articleListBox.entries .article {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.articleListBox.list_oth {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 0 -3.333%;
  width: 100%;
}

.articleListBox.list_oth .post {
  display: block;
  width: 30%;
  margin: 0 0 0 3.333%;
  position: relative;
}

.articleListBox.list_oth .post .articlelist-item {
  border-bottom: none;
}

.articleListBox.list_oth .post .articlelist-item-inner {
  display: block;
}

.articleListBox.list_oth .post .articlelist-item-inner > div {
  width: 100%;
  display: block;
  padding: 0px 0;
  float: none !important;
  position: relative;
}

.articleListBox.list_oth .post .articlelist-item-inner > .articlelist-category {
  line-height: 1;
  margin-top: 12px;
}

.articleListBox.list_oth .post .title {
  line-height: 1.5;
  margin-top: 0px;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #444444;
}

.flex_column .flex_item.icon_new a span.img::after,
.articleListBox .post.icon_new .main_img::after {
  display: inline-block;
  content: "NEW";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
  padding: 6px 20px 7px;
  background: red;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .articleListBox .post .articlelist-item {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .articleListBox .post .articlelist-item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
  }
  .articleListBox .post .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.17em;
    color: #666;
  }
  .articleListBox .post .title {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
    text-decoration: none;
  }
  .articleListBox .post a:hover .title {
    text-decoration: none;
  }
  .articleListBox.list_oth {
    margin: 0 0 -3% -6%;
  }
  .articleListBox.list_oth .post {
    width: 44%;
    margin: 0 0 3% 6%;
  }
  .articleListBox.list_oth .post .articlelist-item-inner {
    padding: 0 0 10%;
  }
  .articleListBox.list_oth .articlelist-category i.cat,
  a.article span.txt i.cat {
    margin: 0 5px 7px 0;
    font-size: 0.9rem;
  }
  .articleListBox.list_oth .post .articlelist-item-inner > .articlelist-category {
    margin-top: 10px;
  }
  .articleListBox.list_oth .post .title {
    font-size: 1rem;
  }
  .flex_column .flex_item.icon_new a span.img::after {
    padding: 8px 15px 7px;
    font-size: 1rem;
    font-weight: bolder;
  }
  .articleListBox .post.icon_new .main_img::after {
    padding: 6px 10px 5px;
    font-size: 0.9rem;
    font-weight: bolder;
  }
  .articleListBox .post .main_img.video::before {
    width: 42px;
    height: 42px;
    background-size: 100%;
  }
  #c_body.article .sub_title {
    margin-top: 0;
  }
}

/*===================================
  
  Tag List

===================================*/
/*===================================
  
  single（記事ページ）

===================================*/
.single .blogbox .tagList:not(.all) li a::before {
  display: inline;
  content: "#";
}

.single .entry {
  padding-top: 15px;
}

.single .entry figure {
  margin: 2em auto;
}

@media screen and (max-width: 991px) {
  .single .entry video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .single .entry iframe[src*="youtube.com/embed/"] {
    width: 100%;
    aspect-ratio: 560/315;
    height: auto;
  }
}

.single .entry .block_asset:first-child .img_asset {
  margin-top: 0;
}
.single .entry .block_asset:first-child .img_asset img{
  width: 100%!important;
}

.single .entry p a {
  text-decoration: underline;
}

.single .entry p a[target="_blank"] {
  position: relative;
  padding-right: 22px;
  display: inline-block;
  margin-right: 5px;
}

.single .entry p a[target="_blank"]::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(img/img-common/icon_external.png) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .single .entry p a[target="_blank"] {
    padding-right: 21px;
  }
  .single .entry p a[target="_blank"]::before {
    width: 14px;
    height: 14px;
  }
}


/* headCategory */
.single .headCategory {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.single .headCategory a {
  color: #00a454;
  padding: 5px 10px 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #00a454;
  border-radius: 20px;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  margin: 0 10px 10px 0;
}

/* blogbox */
.single .entry p {
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.single .entry p strong,
.single .entry p b {
  color: #111111;
}

.single .blogbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 80px;
  justify-content: end;
}

@media screen and (max-width: 991px) {
  .single .blogbox {
    padding-top: 40px;
  }
}

.single .blogbox .time {
  margin: 0 2% 0 -15px;
  width: 38%;
}

.single .blogbox .tag {
  width: 60%;
}

.single .blogbox .tagList.tags {
  width: 70%;
  margin: 0 0 0 auto;
  text-align: right;
}

/* block_menu（メニュー） */
.single .block_menu {
  margin: 60px auto 75px;
}

.single .block_menu .block_menu_inner {
  margin: 40px 0px 0;
  background-color: #f9f7f7;
  padding: 0px 60px 40px;
}

.single .block_menu .block_menu_inner .menu_tit {
  padding: 45px 0 15px;
  margin: 0;
  font-size: 2rem;
  color: #00125d;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.single .block_menu .block_menu_inner ul {
  counter-reset: circle 0;
}

.single .block_menu .block_menu_inner ul li {
  position: relative;
  padding-left: 1.8em;
}

@media screen and (max-width: 991px) {
  .single .block_menu .block_menu_inner ul li {
    font-size: 1.2rem;
  }
}

.single .block_menu .block_menu_inner ul li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 0;
}

.single .block_menu .block_menu_inner ul li.small {
  margin: 5px 0 0 1em;
  padding-left: 1.1em;
}

/*.single .block_menu .block_menu_inner ul li.small::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 5px;
}*/
.single .block_menu .block_menu_inner ul li.normal {
  margin-top: 20px;
}

.single .block_menu .block_menu_inner ul li.normal:nth-child(n + 10) {
  padding-left: 2.3em;
}

.single .block_menu .block_menu_inner ul li.normal::before {
  content: counter(circle) ".";
  counter-increment: circle 1;
  color: #00acf3;
  font-size: 1.8rem;
  font-weight: bolder;
}

.single .block_menu .block_menu_inner ul li a {
  opacity: 1;
}

.single .block_menu .block_menu_inner ul li a:hover {
  text-decoration: none;
}

/* main_block（ブログ メインブロック）
-------------------------------------------------*/
.single #main_block .entry img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 90%;
  margin: auto;
}

/* block_asset（ブログ アイキャッチ）
-------------------------------------------------*/
.single .img_asset,
.single .img_main,
.single .lead_main {
  margin: 30px auto;
}

/* Googleマップ埋め込み
-------------------------------------------------*/
body.single #main .mapframe {
  height: 500px;
  width: 100%;
  display: block;
}

/* Youtube埋め込み
-------------------------------------------------*/
body.single .topMovie {
  padding: 0 0 0 0;
  margin-bottom: calc(2em - 15px);
}

body.single .topMovie .topMovieOuter {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

body.single .topMovie .topMovieOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single .topMovie + .entry > .block_asset {
  padding-top: 0.7em;
}

/*動画の最大幅を指定する*/
.iframe-container {
  max-width: 100%;
  margin: 0 auto;
}

.iframe-container br {
  display: none;
}

/*動画の大きさを調整*/
.i_frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.i_frame iframe,
.i_frame object,
.i_frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_lead .i_frame {
  padding-bottom: 48.75%;
  margin-right: 6.3%;
}

/* 関連リンク
-------------------------------------------------*/
.blog-card {
  margin: 25px auto 0;
}

.blog-card + br {
  display: none;
}

.blog-card a {
  background: #fbfaf8;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 0px;
  margin: 0px 0 40px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-card a:hover {
  opacity: 0.7;
}

.blog-card a span.blog-card-thumbnail {
  width: 90px;
  margin-right: 15px;
}

.blog-card a span.blog-card-thumbnail span.video {
  display: block;
  position: relative;
}

.blog-card a span.blog-card-thumbnail span.video::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
  z-index: 1;
}

.blog-card a span.blog-card-thumbnail img {
  object-fit: cover;
  width: 90px;
  height: 90px !important;
}

.blog-card a span.blog-card-content {
  width: calc(100% - 105px);
  margin-top: -0.5em;
}

.blog-card a span.blog-card-content > i.blog-card-title {
  margin: 0 0 3px;
  display: block;
  font-weight: bolder;
  color: #333333;
  font-size: 1.6rem;
}

.blog-card a span.blog-card-content > i.blog-card-excerpt {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .single .entry p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .blog-card a {
    padding: 15px;
    margin-bottom: 35px;
  }
  .blog-card a span.blog-card-content {
    width: calc(100% - 85px);
  }
  .blog-card a span.blog-card-thumbnail {
    width: auto;
    display: block;
    text-align: center;
  }
  .blog-card a span.blog-card-thumbnail img {
    width: 70px;
    height: 70px !important;
  }
  .blog-card a span.blog-card-content > i.blog-card-title {
    font-size: 1.1rem;
  }
  .blog-card a span.blog-card-content > i.blog-card-excerpt {
    font-size: 1rem;
    line-height: 1.8;
  }
  .blog-card a span.blog-card-thumbnail span.video::before {
    width: 30px;
    height: 30px;
  }
}

/* 投稿者
-------------------------------------------------*/
.single #main_block .userwp {
  margin: 0 0 80px;
}

.single #main_block .userwp .userinfo {
  position: static;
  width: auto;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}

.single #main_block .userwp .userwp_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.single #main_block .userwp .userinfo p {
  display: block;
  margin: 0;
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
}

.single #main_block .userwp .userinfo .usericon {
  text-align: center;
  margin-right: 30px;
}

.single #main_block .userwp .userinfo .usericon > p {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}

.single #main_block .userwp .userinfo .usedtl {
  width: calc(100% - 130px);
}

.single #main_block .userwp .userinfo p.username {
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
}

.single #main_block .userwp .userinfo p.usertxt {
  padding: 0;
}

/* SNSシェアボタン
-------------------------------------------------*/
.single .sns_block {
  width: 100%;
  margin: 100px auto 75px;
  padding: 0 !important;
  display: flex;
}

.single .sns_block li {
  display: block;
  width: 25%;
}

.single .sns_block li.line {
  background: #00b900;
}

.single .sns_block li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 3% 0;
  text-decoration: none;
  font-size: 1.4rem;
}

.single .sns_block li a:hover {
  opacity: 0.8;
}

.single .sns_block li.twitter {
  background: #55acee;
}

/*
.single .sns_block li.twitter i{
	zoom:1.5;
	vertical-align:sub;
	padding-right:4%;
}
*/
.single .sns_block li.twitter .label {
  padding: 0;
  font-weight: normal;
}

.single .sns_block li.facebook {
  background: #3a5795;
}

/*
.single .sns_block li.facebook i{
	zoom:1.3;
	vertical-align:sub;
	padding-right:4%;
}
*/
.single .sns_block li.line {
  background: #00b900;
}

.single .sns_block li.hatebu {
  background: #00a5de;
}

.single .sns_block li.hatebu .fa-hatena {
  zoom: 1;
  vertical-align: middle;
  padding-right: 4%;
}

@media screen and (max-width: 991px) {
  .single .headCategory a {
    font-size: 0.8rem;
  }
  .single_title {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 0px;
  }
  .single .blogbox .time {
    display: flex;
  }
  .single .blogbox .time i {
    font-size: 0.9rem;
  }
  .single .entry figure {
    margin: 0 auto 20px;
  }
  .single .block_menu .block_menu_inner .menu_tit {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }
  .single .block_menu .block_menu_inner {
    padding: 0px 20px 25px;
  }
  .single .block_menu .block_menu_inner ul li.normal::before {
    font-size: 1.3rem;
    top: 11px;
    transform: none;
    -webkit-transform: none;
  }
  .single .block_menu .block_menu_inner ul li.small::before {
    top: 7px;
  }
  .single .sns_block {
    flex-wrap: wrap;
    margin: 50px auto 60px;
  }
  .single .sns_block li {
    width: 50%;
  }
  .single .blogbox {
    display: block;
  }
  .single .blogbox .tag {
    width: 100%;
  }
  .single .img_asset,
  .single .img_main,
  .single .lead_main {
    margin: 0px auto;
  }
  .single .lead_main {
    margin-bottom: 20px;
  }
  .single .blogbox .tagList.tags {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .single .block_menu {
    margin: 0 auto;
  }
  .single .entry p,
  .single .entry ul li {
    font-size: 1.2rem;
  }
  /* Googleマップ埋め込み
  -------------------------------------------------*/
  body.single #main .mapframe {
    width: 100%;
    height: 300px;
    display: block;
  }
  body.single .topMovie {
    padding: 0 0 0 0;
  }
  body.single .topMovie .topMovieOuter {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  body.single .topMovie + .entry > .block_asset {
    padding-top: 0;
  }
  /* Youtube埋め込み
  -------------------------------------------------*/
  /*動画の最大幅を指定する*/
  .iframe-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .iframe-container br {
    display: none;
  }
  /*動画の大きさを調整*/
  .i_frame {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  /*動画を囲んでいるdiv目一杯に広げる*/
  .i_frame iframe,
  .i_frame object,
  .i_frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single .sns_block li a {
    font-size: 0.9rem;
    padding: 5% 0;
    font-weight: bolder;
  }
  .single .sns_block li a span {
    font-weight: bolder;
  }
  .single #main_block .userwp .userwp_ttl {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .single #main_block .userwp {
    margin: 0 0 45px;
  }
  /* 投稿者
  -------------------------------------------------*/
  .single #main_block .userwp .userinfo p.username {
    margin: 0 0 5px;
  }
  .single #main_block .userwp .userinfo p.usertxt {
    font-size: 1rem;
  }
}

/*===================================
  
  関連記事

===================================*/
.entry-related {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .entry-related {
    padding-top: 50px;
  }
}

.entry-related .related-title {
  padding: 12px 15px;
  margin-bottom: 25px;
  background-color: #eeeeee;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00125d;
}

@media screen and (max-width: 991px) {
  .entry-related .related-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.entry-related .related-items {
  display: flex;
  flex-wrap: wrap;
}

.entry-related .related-items .related-item {
  box-sizing: border-box;
  color: #00125d;
  text-decoration: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.entry-related .related-items .related-item .image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.entry-related .related-items .related-item .image .icon_new {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 4px 10px 5px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  background: #eb008b;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item .image .icon_new {
    font-size: 1rem;
  }
}

.entry-related .related-items .related-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .entry-related .related-items .related-item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .entry-related .related-items .related-item:hover .image img {
    transform: scale(1.1, 1.1);
  }
}

.entry-related .related-items .related-item .txt {
  color: #00125d;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.4rem;
  padding-top: 12px;
  text-decoration: none !important;
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item .txt {
    font-size: 1.1rem;
    padding-top: 10px;
    line-height: 1.5;
  }
}

.entry-related .related-items .related-item .cat {
  padding-top: 7px;
}

.entry-related .related-items .related-item .cat ul {
  display: flex;
  flex-wrap: wrap;
}

.entry-related .related-items .related-item .cat ul li {
  margin-top: 5px;
  margin-right: 10px;
  background: #fff;
  padding: 5px 12px;
  line-height: 1;
  color: #a2a6b9;
  border: 1px solid #a2a6b9;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item .cat ul li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item .cat ul li {
    font-size: 0.9rem;
    padding: 5px 8px;
  }
}

@media screen and (min-width: 992px) {
  .entry-related .related-items .related-item:hover .txt {
    text-decoration: underline;
  }
}

.entry-related .related-items .related-item-wrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  border-bottom: 1px solid #81879f;
  padding-bottom: 30px;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item-wrap {
    width: calc(100% - 20px);
    border-bottom: none;
    padding-bottom: 0;
  }
}

.entry-related .related-items .related-item-wrap .image img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .entry-related .related-items {
    position: relative;
  }
  .entry-related .related-items .related-item {
    width: 33.333333333333333333333333333333%;
  }
  .entry-related .related-items .related-item:nth-child(1) .related-item-wrap {
    margin: 0 auto 0 0;
  }
  .entry-related .related-items .related-item:nth-child(2) {
    position: relative;
  }
  .entry-related .related-items .related-item:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    background: #81879f;
    width: 1px;
    height: 100%;
  }
  .entry-related .related-items .related-item:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    background: #81879f;
    width: 1px;
    height: 100%;
  }
  .entry-related .related-items .related-item:nth-child(2) .related-item-wrap {
    margin: 0 auto;
  }
  .entry-related .related-items .related-item:nth-child(3) .related-item-wrap {
    margin: 0 0 0 auto;
  }
  .entry-related .related-items .related-item:nth-child(n + 4) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .entry-related .related-items .related-item {
    width: 50%;
  }
  .entry-related .related-items .related-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .entry-related .related-items .related-item:nth-child(n + 3) .related-item-wrap {
    border-top: 1px solid #81879f;
    padding-top: 20px;
  }
  .entry-related .related-items .related-item:nth-child(even) .related-item-wrap {
    margin-left: auto;
    margin-right: 0;
  }
  .entry-related .related-items .related-item:nth-child(odd) {
    position: relative;
  }
  .entry-related .related-items .related-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #81879f;
  }
  .entry-related .related-items .related-item:nth-child(odd) .related-item-wrap {
    margin-left: 0;
    margin-right: auto;
  }
  .entry-related .related-items .related-item:nth-child(3)::after, .entry-related .related-items .related-item:nth-child(4)::after {
    top: 20px;
    height: calc(100% - 20px);
  }
}

@media screen and (max-width: 991px) {
  /* 文字切り取り */
  .cut_string::after {
    display: inline-block;
    content: "…";
  }
  .cut_string i {
    display: none !important;
  }
}

/*===================================
  
  吹き出しプラグインの修正スタイル

===================================*/
.w_b_wrap_pointy {
  padding: 15px 0 0;
}

.w_b_flex {
  align-items: center;
}

.w_b_wrap_pointy.w_b_flex {
  align-items: flex-start;
}

.w_b_box .w_b_ava_effect br,
.w_b_box .w_b_space {
  display: none !important;
}

.w_b_box .w_b_name {
  font-size: 1.4rem;
  margin-top: 5px !important;
}

.w_b_box + br {
  display: none;
}

.w_b_bal_wrap .w_b_name.w_b_ta_R {
  text-align: left !important;
}

.w_b_bal_wrap .w_b_name.w_b_ta_L {
  text-align: right !important;
}

.w_b_bal_wrap .w_b_lh {
  margin: 0 0 5px !important;
}

@media screen and (max-width: 991px) {
  .w_b_ava_box {
    width: 17% !important;
    max-width: 95px;
    min-width: 95px;
  }
  .w_b_size_S,
  .w_b_size_M,
  .w_b_size_L {
    width: 100% !important;
    height: 100% !important;
  }
  .w_b_box .w_b_name {
    font-size: 1rem !important;
  }
  .w_b_talk:before {
    top: calc(45% - 1px) !important;
  }
  .w_b_talk:after {
    top: 45% !important;
  }
  .w_b_bal_box.w_b_w100 {
    width: auto !important;
  }
  .w_b_wrap_pointy {
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .w_b_flex {
    width: 100%;
  }
  .w_b_ava_box {
    width: 12% !important;
    min-width: auto;
  }
}

/*===================================
  MW FORM
===================================*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*===================================
  pagination
===================================*/
.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination > a,
.pagination > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
}

.pagination > a.page-numbers,
.pagination > span.page-numbers {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .pagination > a,
  .pagination > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
}

.pagination > a,
.pagination > span {
  color: #a2a6b9;
  background: #fff;
  border: 1px solid #a2a6b9;
  display: block;
}

.pagination > a.prev,
.pagination > a.next {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.pagination > a.prev {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.prev {
    margin-right: 10px;
  }
}

.pagination > a.next {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.next {
    margin-left: 10px;
  }
  .pagination > a.prev,
  .pagination > a.next {
    width: auto;
  }
}

.pagination > a.prev,
.pagination > a.next {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #333 !important;
}

.pagination > a.prev:hover,
.pagination > a.next:hover {
  text-decoration: none;
}

.pagination > span:not(.dots),
.pagination > a:hover {
  color: #fff;
  background: #a2a6b9;
  border: 1px solid #a2a6b9;
}

.pagination > span.dots {
  border: none !important;
}

.pagination > a.page-all {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #393021 !important;
  width: auto;
}

.pagination > a.page-all:hover {
  text-decoration: none;
}

/* 記事ページの「前へ」「次へ」 */
.nav_beforeafter {
  width: 100%;
  margin: 100px auto 0;
}

.nav_beforeafter ul {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.nav_beforeafter ul li {
  width: 180px;
  line-height: 1.6;
}

.nav_beforeafter ul li:nth-child(2) {
  width: 220px;
}

.nav_beforeafter ul li a {
  display: flex;
  justify-content: center;
  color: #4a4138;
  font-size: 1.6rem;
}

.nav_beforeafter ul li a > span {
  position: relative;
  display: inline-block;
  color: #00125d;
}

.nav_beforeafter ul li a > span::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}

.nav_beforeafter ul li a:hover > span {
  text-decoration: underline;
}

.nav_beforeafter ul li:nth-child(1) a > span {
  padding-left: 25px;
}

.nav_beforeafter ul li:nth-child(1) a > span::after {
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00125d;
  border-right: 1px solid #00125d;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_beforeafter ul li:nth-child(2) {
  border-left: 1px solid #00125d;
  border-right: 1px solid #00125d;
}

.nav_beforeafter ul li:nth-child(2) a > span {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  background-image: url(img/img-common/icon_btn.png);
}

.nav_beforeafter ul li:nth-child(3) a > span {
  padding-right: 25px;
}

.nav_beforeafter ul li:nth-child(3) a > span::after {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00125d;
  border-right: 1px solid #00125d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .nav_beforeafter {
    margin: 30px auto 0;
    padding: 0;
  }
  .nav_beforeafter ul {
    padding: 15px 0;
  }
  .nav_beforeafter ul li {
    padding: 0;
    width: 33%;
  }
  .nav_beforeafter ul li a {
    font-size: 1.2rem;
  }
  .nav_beforeafter ul li:nth-child(1) a > span {
    padding-left: 12px;
  }
  .nav_beforeafter ul li:nth-child(1) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) a > span {
    padding-right: 25px;
    background-size: 12px auto;
  }
  .nav_beforeafter ul li:nth-child(3) a > span {
    padding-right: 12px;
  }
  .nav_beforeafter ul li:nth-child(3) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) {
    width: 180px;
  }
}

/*===================================
  共通マージン
===================================*/
/* マージントップ */
.pc_mt5 {
  margin-top: 5px !important;
}

.pc_mt10 {
  margin-top: 10px !important;
}

.pc_mt10 {
  margin-top: 15px !important;
}

.pc_mt20 {
  margin-top: 20px !important;
}

.pc_mt30 {
  margin-top: 30px !important;
}

.pc_mt40 {
  margin-top: 40px !important;
}

.pc_mt50 {
  margin-top: 50px !important;
}

.pc_mt60 {
  margin-top: 60px !important;
}

.pc_mt70 {
  margin-top: 70px !important;
}

.pc_mt80 {
  margin-top: 80px !important;
}

.pc_mt90 {
  margin-top: 90px !important;
}

.pc_mt100 {
  margin-top: 100px !important;
}

/*    マージントップ マイナス    */
.pc_mt-10 {
  margin-top: -10px !important;
}

.pc_mt-10 {
  margin-top: -15px !important;
}

.pc_mt-20 {
  margin-top: -20px !important;
}

.pc_mt-30 {
  margin-top: -30px !important;
}

.pc_mt-40 {
  margin-top: -40px !important;
}

.pc_mt-50 {
  margin-top: -50px !important;
}

.pc_mt-60 {
  margin-top: -60px !important;
}

.pc_mt-70 {
  margin-top: -70px !important;
}

.pc_mt-80 {
  margin-top: -80px !important;
}

.pc_mt-90 {
  margin-top: -90px !important;
}

.pc_mt-100 {
  margin-top: -100px !important;
}

/*    マージンボトム    */
.pc_mb10 {
  margin-bottom: 10px !important;
}

.pc_mb15 {
  margin-bottom: 15px !important;
}

.pc_mb20 {
  margin-bottom: 20px !important;
}

.pc_mb25 {
  margin-bottom: 25px !important;
}

.pc_mb30 {
  margin-bottom: 30px !important;
}

.pc_mb35 {
  margin-bottom: 35px !important;
}

.pc_mb40 {
  margin-bottom: 40px !important;
}

.pc_mb45 {
  margin-bottom: 45px !important;
}

.pc_mb50 {
  margin-bottom: 50px !important;
}

.pc_mb55 {
  margin-bottom: 55px !important;
}

.pc_mb60 {
  margin-bottom: 60px !important;
}

.pc_mb65 {
  margin-bottom: 65px !important;
}

.pc_mb70 {
  margin-bottom: 70px !important;
}

.pc_mb75 {
  margin-bottom: 75px !important;
}

.pc_mb80 {
  margin-bottom: 80px !important;
}

.pc_mb85 {
  margin-bottom: 85px !important;
}

.pc_mb90 {
  margin-bottom: 90px !important;
}

.pc_mb95 {
  margin-bottom: 95px !important;
}

.pc_mb100 {
  margin-bottom: 100px !important;
}

.pc_mb110 {
  margin-bottom: 110px !important;
}

.pc_mb120 {
  margin-bottom: 120px !important;
}

.pc_mb130 {
  margin-bottom: 130px !important;
}

.pc_mb140 {
  margin-bottom: 140px !important;
}

.pc_mb150 {
  margin-bottom: 150px !important;
}

.pc_mb160 {
  margin-bottom: 160px !important;
}

.pc_mb170 {
  margin-bottom: 170px !important;
}

.pc_mb180 {
  margin-bottom: 180px !important;
}

.pc_mb190 {
  margin-bottom: 190px !important;
}

.pc_mb200 {
  margin-bottom: 200px !important;
}

.pc_mb210 {
  margin-bottom: 210px !important;
}

@media screen and (max-width: 991px) {
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_mb140 {
    margin-bottom: 140px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_mb160 {
    margin-bottom: 160px !important;
  }
  .sp_mb170 {
    margin-bottom: 170px !important;
  }
  .sp_mb180 {
    margin-bottom: 180px !important;
  }
}

/*===================================
  共通パディング
===================================*/
/*    パディングトップ     */
.pc_pt10 {
  padding-top: 10px !important;
}

.pc_pt15 {
  padding-top: 15px !important;
}

.pc_pt20 {
  padding-top: 20px !important;
}

.pc_pt30 {
  padding-top: 30px !important;
}

.pc_pt40 {
  padding-top: 40px !important;
}

.pc_pt50 {
  padding-top: 50px !important;
}

.pc_pt60 {
  padding-top: 60px !important;
}

.pc_pt70 {
  padding-top: 70px !important;
}

.pc_pt80 {
  padding-top: 80px !important;
}

.pc_pt90 {
  padding-top: 90px !important;
}

.pc_pt100 {
  padding-top: 100px !important;
}

/*    パディングボトム     */
.pc_pb10 {
  padding-bottom: 10px !important;
}

.pc_pb15 {
  padding-bottom: 15px !important;
}

.pc_pb20 {
  padding-bottom: 20px !important;
}

.pc_pb30 {
  padding-bottom: 30px !important;
}

.pc_pb40 {
  padding-bottom: 40px !important;
}

.pc_pb50 {
  padding-bottom: 50px !important;
}

.pc_pb60 {
  padding-bottom: 60px !important;
}

.pc_pb70 {
  padding-bottom: 70px !important;
}

.pc_pb80 {
  padding-bottom: 80px !important;
}

.pc_pb90 {
  padding-bottom: 90px !important;
}

.pc_pb100 {
  padding-bottom: 100px !important;
}

.pc_pb160 {
  padding-bottom: 160px !important;
}

@media screen and (max-width: 991px) {
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pt80 {
    padding-top: 80px !important;
  }
  .sp_pt90 {
    padding-top: 90px !important;
  }
  .sp_pt100 {
    padding-top: 100px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_pb80 {
    padding-bottom: 80px !important;
  }
  .sp_pb90 {
    padding-bottom: 90px !important;
  }
  .sp_pb100 {
    padding-bottom: 100px !important;
  }
}

/* 　2021-12-08 コラムで使用していた背景CSS追加
--------------------------------------------------------------------*/
.grayblk {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  margin: 0 auto 20px;
  padding: 15px 25px;
}

.beigeblk {
  background: #fef8e9;
  margin: 0 auto 20px;
  padding: 15px 25px;
}

@media screen and (max-width: 991px) {
  .grayblk {
    margin: 0 auto 5%;
    padding: 4% 4%;
    width: 100%;
  }
  .beigeblk {
    margin: 0 auto 5%;
    padding: 4% 4%;
    width: 100%;
  }
}

/* 　2021-12-10 Wordpress　投稿記事でイタリック指定が効くようにCSS追加
-----------------------------------------------------------------------------*/
.entry.clr em {
  font-style: italic;
}

/* 　2021-12-13 Wordpress　投稿記事でリンクテキスト青文字CSS追加
-----------------------------------------------------------------------------*/
.single .entry a {
  color: #00008c;
  text-decoration: underline;
}

.single .entry a:hover {
  text-decoration: none;
  color: #00008c;
  text-decoration: none;
}

/* 　2021-12-27 Wordpress　サイドバーに最新記事を表示（SP非表示）
-----------------------------------------------------------------------------*/
.taglist_side {
  margin-bottom: 10px;
}

#side_block .latest_side {
  margin-top: 0 !important;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#side_block .latest_side ul li + li {
  margin-top: 15px;
}

#side_block .latest_side ul li a {
  display: flex;
  align-items: flex-start;
}

#side_block .latest_side ul li a .img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: block;
  overflow: hidden;
}

#side_block .latest_side ul li a .img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-backface-visibility: visible;
}

#side_block .latest_side ul li a span {
  font-weight: normal;
  display: block;
  line-height: 1.4;
  font-size: 1.3rem;
  width: calc(100% - 80px);
}

@media screen and (min-width: 992px) {
  #side_block .latest_side ul li a:hover {
    text-decoration: underline;
  }
  #side_block .latest_side.is_fixed {
    position: fixed;
    top: 0;
  }
  #side_block .latest_side.is_fixed.is_end {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  #side_block .latest_side {
    display: none !important;
  }
}

/* 　2022-05-10 Wordpress　パンくず追加（SP非表示）
-----------------------------------------------------------------------------*/
.pan_nav {
  max-width: 1150px;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #444444;
  padding: 30px 50px 0;
  box-sizing: border-box;
}

.article .pan_nav {
  width: 100%;
  max-width: 100%;
}

.pan_nav a {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: underline;
  color: #444444;
}

@media screen and (min-width: 992px) {
  .pan_nav a:hover {
    text-decoration: none;
    color: #00bff3;
  }
}

.pan_nav a::after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pan_nav > div {
  max-width: 752px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .pan_nav {
    display: none;
  }
}

/* 　終活応援バナー追加
-----------------------------------------------------------------------------*/
.bnr_fair {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}

.bnr_fair img {
  display: block;
}

.bnr_fair span {
  margin-top: 10px;
  text-align: center;
  display: block;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .bnr_fair a:hover span {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .bnr_fair {
    width: 95%;
    margin: auto;
    padding: 25px 0 0;
  }
}

/* 　記事ページtableスタイル
-----------------------------------------------------------------------------*/
.midashi_inner table {
  margin: 40px 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  word-wrap: break-word;
  white-space: normal;
}

.midashi_inner table th,
.midashi_inner table td {
  vertical-align: middle;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding: 20px 10px;
  line-height: 1.4;
  text-align: center;
}

.midashi_inner table th {
  background: #fffbea;
  font-weight: 600;
}

/* 　記事ページボタン
-----------------------------------------------------------------------------*/
a:hover {
  text-decoration: none;
  color: #ff6900;
}

.btn_column {
  display: block;
  width: 90%;
  margin: 5px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}

.btn_column a {
  position: relative;
  display: block;
  width: 80%;
  text-decoration: none;
  background: #ff6900;
  text-align: center;
  color: #ffffff !important;
  font-size: 19px;
  font-weight: bold;
  box-shadow: 0px 3px 0px 0px #c0c0c0;
  -webkit-transition: all 0s;
  transition: all 0s;
  border-radius: 10px;
  margin: 5px 0 0 0;
  padding: 15px 30px 15px 10px;
  line-height: 100%;
  margin: 0 auto;
}

.btn_column a:after {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.btn_column a:hover {
  text-decoration: none;
  background: #ff6900;
  color: #ffffff;
  top: 5px;
  box-shadow: none;
}

.btn_column a:hover:after {
  top: 5px;
}

@media screen and (max-width: 991px) {
  .btn_column a {
    width: 100%;
    font-size: 15px;
    padding: 15px 40px 15px 20px;
  }
  .btn_column a:after {
    width: 14px;
    height: 14px;
  }
}

/* 　監修者情報
-----------------------------------------------------------------------------*/
.author_blk {
  padding: 70px 0 30px;
}

@media screen and (max-width: 991px) {
  .author_blk {
    padding: 35px 0 0;
  }
}

.author_blk_box {
  border: 4px solid #f3ecd9;
  padding: 40px 30px;
  max-width: 860px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .author_blk_box {
    border-width: 3px;
    padding: 35px 20px;
  }
}

.author_blk_box > dt {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  color: #b5893e;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.4em;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dt {
    font-size: 1.5rem;
  }
}

.author_blk_box > dt > span {
  background: #fff;
  padding: 0 15px;
}

.author_blk_box > dd .t1 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .t1 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.author_blk_box > dd .t1 > span {
  font-size: 1.6rem;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .t1 > span {
    font-size: 1.4rem;
    margin: 7px 0 0 0;
  }
}

.author_blk_box > dd .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .flex {
    flex-direction: column;
  }
}

.author_blk_box > dd .flex .item {
  width: 48%;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .flex .item {
    width: 100%;
  }
  .author_blk_box > dd .flex .item + .item {
    margin-top: 15px;
  }
}

.author_blk_box > dd .flex .item > dl {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .flex .item > dl {
    font-size: 1.2rem;
  }
}

.author_blk_box > dd .flex .item > dl + dl {
  margin-top: 15px;
}

.author_blk_box > dd .flex .item > dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.author_blk_box > dd .flex .item > dl > dd p {
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .flex .item > dl > dd p {
    line-height: 1.6;
  }
}

.author_blk_box > dd .flex .item > dl > dd ul {
  margin-top: 5px;
}

.author_blk_box > dd .flex .item > dl > dd ul > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .author_blk_box > dd .flex .item > dl > dd ul > li {
    line-height: 1.6;
  }
}

.author_blk_box > dd .flex .item > dl > dd ul > li + li {
  margin-top: 5px;
}

.author_blk_box > dd .flex .item > dl > dd ul > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.6em;
  font-size: inherit;
  background: #e4c082;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.author_blk_box > dd .flex .item > dl > dd ul > li a {
  position: relative;
  padding-right: 18px;
}

.author_blk_box > dd .flex .item > dl > dd ul > li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(img/img-common/icon_blank.png) left center no-repeat;
  background-size: contain;
}

.main {
  font-family: "BIZ UDGothic", sans-serif;
}

.main .en {
  font-family: "Jost", sans-serif;
}

.datebox {
  display: flex;
  justify-content: flex-end;
  margin-top: 7px;
}

.datebox span {
  color: #a2a6b9;
  font-size: 1.5rem;
  position: relative;
  padding-left: 25px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .datebox span {
    font-size: 1.1rem;
    padding-left: 24px;
  }
}

.datebox span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(img/img-common/icon_edit.png) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .datebox span::before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 991px) {
  .side_block_item {
    padding: 35px 0;
  }
}

@media screen and (min-width: 992px) {
  .side_block_item + .side_block_item {
    margin-top: 40px;
  }
}

.normal + [id^="small"] + .block_midashi {
  margin-top: 0;
}

.block_midashi {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .block_midashi {
    margin-top: 30px;
  }
}

[id^="normal"] + .block_midashi {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  [id^="normal"] + .block_midashi {
    margin-top: 45px;
  }
}

@media screen and (max-width: 991px) {
  .ranking_side {
    background: #eeeeee;
  }
}

.ranking_side ul {
  counter-reset: section;
}

.ranking_side ul li {
  counter-increment: section;
}

.ranking_side ul li + li {
  margin-top: 18px;
}

.ranking_side ul li a {
  display: flex;
  color: #00125d !important;
}

@media screen and (min-width: 992px) {
  .ranking_side ul li a:hover {
    text-decoration: underline;
  }
}

.ranking_side ul li .image {
  width: 75px;
  height: 75px;
  position: relative;
}

.ranking_side ul li .image::before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #333333;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.ranking_side ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-backface-visibility: visible;
  opacity: 1 !important;
}

.ranking_side ul li .txt {
  width: calc(100% - 75px);
  padding-left: 10px;
  color: #00125d !important;
  font-size: 1.3rem;
  line-height: 1.6;
}

.ranking_side ul li:nth-child(1) .image::before {
  background: #eb008b;
}

.ranking_side ul li:nth-child(2) .image::before {
  background: #00bff3;
}

@media screen and (max-width: 991px) {
  .ranking_side ul li .txt {
  font-size: 1.2rem;
}

  .category_side {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .category_side ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category_side ul li {
    width: 48%;
  }
  .category_side ul li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (min-width: 992px) {
  .category_side ul li + li {
    margin-top: 8px;
  }
}

.category_side ul li a {
  color: #686d85;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .category_side ul li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    width: 100%;
    padding: 7px 10px;
    line-height: 1;
    border: 1px solid #a2a6b9;
    background: #fff;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.media_title {
  position: relative;
  overflow: hidden;
}

.media_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1050px;
  width: 100%;
  height: 2px;
  background: #eeeeee;
}

@media screen and (max-width: 991px) {
  .media_title::after {
    width: 88vw;
  }
}

.media_title .image {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .media_title .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.front .media_title::after {
  content: none;
}

.bnr_media_top {
  display: flex;
  justify-content: center;
}

.page_title {
  display: flex;
  justify-content: center;
  font-size: 2.6rem;
  color: #00125d;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .page_title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

.c_block.--archive {
  width: 100%;
}

.articleList {
  display: flex;
  flex-wrap: wrap;
}

.articleList-item {
  box-sizing: border-box;
  color: #00125d;
  text-decoration: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.articleList-item .image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.articleList-item .image .icon_new {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 5px 10px 3px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  background: #eb008b;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .articleList-item .image .icon_new {
    font-size: 1rem;
  }
}

.articleList-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .articleList-item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .articleList-item:hover .image img {
    transform: scale(1.1, 1.1);
  }
}

.articleList-item .txt {
  color: #00125d;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.4rem;
  padding-top: 12px;
  text-decoration: none !important;
}

@media screen and (max-width: 991px) {
  .articleList-item .txt {
    font-size: 1.2rem;
    padding-top: 10px;
    line-height: 1.5;
  }
}

.articleList-item .cat {
  padding-top: 7px;
}

.articleList-item .cat ul {
  display: flex;
  flex-wrap: wrap;
}

.articleList-item .cat ul li {
  margin-top: 5px;
  margin-right: 10px;
  background: #fff;
  padding: 5px 12px;
  line-height: 1;
  color: #a2a6b9;
  border: 1px solid #a2a6b9;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .articleList-item .cat ul li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .articleList-item .cat ul li {
    font-size: 0.9rem;
    padding: 5px 8px;
  }
}

@media screen and (min-width: 992px) {
  .articleList-item:hover .txt {
    text-decoration: underline;
  }
}

.articleList-item-wrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  border-bottom: 1px solid #81879f;
  padding-bottom: 30px;
  margin: auto;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .articleList-item-wrap {
    width: calc(100% - 20px);
    border-bottom: none;
    padding-bottom: 0;
  }
}

.articleList-item-wrap .image img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .articleList {
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .articleList .articleList-item {
    width: 25%;
    position: relative;
  }
  .articleList .articleList-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 20px);
    background: #81879f;
  }
  .articleList .articleList-item:nth-child(4n)::after {
    content: none;
  }
  .articleList .articleList-item:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .articleList .articleList-item {
    width: 50%;
  }
  .articleList .articleList-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .articleList .articleList-item:nth-child(n + 3) .articleList-item-wrap {
    border-top: 1px solid #81879f;
    padding-top: 20px;
  }
  .articleList .articleList-item:nth-child(even) .articleList-item-wrap {
    margin-left: auto;
    margin-right: 0;
  }
  .articleList .articleList-item:nth-child(odd) {
    position: relative;
  }
  .articleList .articleList-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #81879f;
  }
  .articleList .articleList-item:nth-child(odd) .articleList-item-wrap {
    margin-left: 0;
    margin-right: auto;
  }
  .articleList .articleList-item:nth-child(3)::after, .articleList .articleList-item:nth-child(4)::after {
    top: 20px;
    height: calc(100% - 20px);
  }
}

.media_tagnav {
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .media_tagnav {
    padding: 35px 0 70px;
  }
}

.media_tagnav .inner {
  position: relative;
}

.media_tagnav .inner::before {
  content: '';
  position: absolute;
  top: -96px;
  left: 40px;
  margin: auto;
  width: 146px;
  height: 100%;
  background: url(img/img-common/illust_tag01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .media_tagnav .inner::before {
    width: 85px;
    top: -60px;
    left: 5vw;
  }
}

.media_tagnav .inner::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 50px;
  margin: auto;
  width: 152px;
  height: 86px;
  background: url(img/img-common/illust_tag02.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .media_tagnav .inner::after {
    width: 100px;
    height: 56.579px;
    bottom: -70px;
    right: 3vw;
  }
}

.media_tagnav dl {
  max-width: 800px;
  margin: auto;
}

.media_tagnav dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #00125d;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .media_tagnav dl dt {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.media_about {
  position: relative;
}

.media_about .img_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  background: #00b8ee;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.media_about_wrap {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  z-index: 2;
  padding: 60px 0 100px;
  position: relative;
  background: url(img/img-common/bg_about.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .media_about_wrap {
    padding: 35px 0 50px;
    background-image: url(img/img-common/bg_about_sp.jpg);
  }
}

.media_about.started .img_bg {
  width: 100%;
}

.media_about.started .media_about_wrap {
  opacity: 1;
}

.media_about_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .media_about_btn {
    display: none;
  }
}

.media_about_btn a {
  background: none;
  border: 1px solid #fff;
}

.media_about_btn a span {
  padding-right: 20px;
}

.media_about dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .media_about dl dt {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.media_about dl dd p {
  text-align: center;
  color: #fff;
  line-height: 2.4;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .media_about dl dd p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
  }
  .media_about dl dd p + p {
    margin-top: 10px;
  }
}

.media_catnav {
  background: #eeeeee;
  padding: 50px 0;
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  .media_catnav {
    margin-top: 100px;
  }
}

.media_catnav .inner {
  position: relative;
}

.media_catnav .inner::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 40px;
  margin: auto;
  width: 84px;
  height: 100%;
  background: url(img/img-common/illust_category01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .media_catnav .inner::before {
    width: 62px;
    top: -102px;
    left: 5vw;
  }
}

.media_catnav .inner::after {
  content: '';
  position: absolute;
  top: -156px;
  right: 80px;
  margin: auto;
  width: 125px;
  height: 100%;
  background: url(img/img-common/illust_category02.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .media_catnav .inner::after {
    width: 85px;
    top: -92px;
    right: 3vw;
  }
}

@media screen and (max-width: 991px) {
  .media_catnav {
    padding: 30px 0 60px;
  }
}

.media_catnav dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .media_catnav dl {
    flex-wrap: wrap;
  }
}

.media_catnav dl dt {
  width: 25%;
  font-size: 3rem;
  font-weight: 700;
  color: #00125d;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .media_catnav dl dt {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
}

.media_catnav dl dd {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .media_catnav dl dd {
    width: 100%;
    margin: auto;
  }
}

.media_catnav dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .media_catnav dl dd ul {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .media_catnav dl dd ul::after {
    content: '';
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (min-width: 992px) {
  .media_catnav dl dd ul {
    padding-right: 20px;
  }
  .media_catnav dl dd ul li {
    margin-right: 30px;
    width: calc(33.3333333333333333% - 20px);
  }
  .media_catnav dl dd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .media_catnav dl dd ul li:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .media_catnav dl dd ul li {
    width: 48%;
  }
  .media_catnav dl dd ul li:nth-child(n + 3) {
    margin-top: 3.5%;
  }
}

.media_catnav dl dd ul li a {
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.7rem;
  color: #686d85;
  text-decoration: none;
  border: 1px solid #a2a6b9;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .media_catnav dl dd ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .media_catnav dl dd ul li a:hover {
    background: #a2a6b9;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .media_catnav dl dd ul li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .media_catnav dl dd ul li a {
    padding: 7px 5px;
  }
}

.topSlider .topSlider-item {
  margin: 0 -20px;
  aspect-ratio: 84/50;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  max-width: 750px;
  width: 100%;
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .topSlider .topSlider-item {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}

@media screen and (min-width: 1500px) {
  .topSlider .topSlider-item {
    max-width: 850px;
  }
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item {
    max-width: 88vw;
    margin: 0 5px 0;
  }
}

@media screen and (min-width: 992px) {
  .topSlider .topSlider-item:hover img {
    transform: scale(1.1, 1.1);
  }
}

.topSlider .topSlider-item .txt {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item .txt {
    left: 20px;
    bottom: 20px;
  }
}

.topSlider .topSlider-item .txt .cat ul {
  display: flex;
  flex-wrap: wrap;
}

.topSlider .topSlider-item .txt .cat ul li {
  margin-right: 10px;
  padding: 5px 15px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item .txt .cat ul li {
    font-size: 0.9rem;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 430px) {
  .topSlider .topSlider-item .txt .cat ul li {
    font-size: 2.558139534883721vw;
  }
}

.topSlider .topSlider-item .txt .cat + dl {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item .txt .cat + dl {
    margin-top: 8px;
  }
}

.topSlider .topSlider-item .txt dl dt {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item .txt dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 430px) {
  .topSlider .topSlider-item .txt dl dt {
    /*font-size: 5.116279069767442vw;*/
    font-size: 2.3rem;
    letter-spacing: 0em;
  }
}

.topSlider .topSlider-item .txt dl dd p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item .txt dl dd p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 430px) {
  .topSlider .topSlider-item .txt dl dd p {
    font-size: 3.0232558139534884vw;
    line-height: 1.7;
  }
}

.topSlider .topSlider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .topSlider .topSlider-item img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .topSlider .topSlider-item.slick-center {
    transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .topSlider .topSlider-item.slick-center {
    transform: translateY(-50px);
  }
}

@media screen and (max-width: 991px) {
  .topSlider .slick-track {
    padding-top: 50px;
  }
}

.topSlider .slider_nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 750px;
  margin: 25px auto 0;
  padding-right: 100px;
}

@media screen and (min-width: 1500px) {
  .topSlider .slider_nav {
    max-width: 850px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 991px) {
  .topSlider .slider_nav {
    display: none;
  }
}

.topSlider .slider_nav_main {
  position: relative;
}

.topSlider .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topSlider .slider_nav .slick-prev {
  width: 30px;
}

.topSlider .slider_nav .slick-next {
  width: 30px;
}

.topSlider .slider_nav .slick-dots {
  padding: 0;
}

.topSlider .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

.topSlider .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #b5b5b5;
}

.topSlider .slider_nav .slick-dots .slick-active button {
  background-color: #00BFF2;
  border-color: #00BFF2;
}

.topSlider .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.topSlider .slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  transform: rotate(-135deg);
}

.topSlider .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.topSlider .slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  transform: rotate(45deg);
}

.topList {
  padding-top: 30px;
  /* opacity: 0;
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards; */
}

@media screen and (max-width: 991px) {
  .topList {
    padding-top: 0;
    margin-top: -10px;
  }
}

.topList .inner {
  position: relative;
}

@media screen and (min-width: 1500px) {
  .topList .inner {
    max-width: 1200px;
  }
}

.topList .inner::before {
  content: '';
  position: absolute;
  top: -290px;
  left: 80px;
  margin: auto;
  width: 153px;
  height: 100%;
  background: url(img/img-index/illust_post01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topList .inner::before {
    width: 75px;
    top: -90px;
    left: 2vw;
  }
}

.topList .inner::after {
  content: '';
  position: absolute;
  top: -270px;
  right: 70px;
  margin: auto;
  width: 117px;
  height: 100%;
  background: url(img/img-index/illust_post02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topList .inner::after {
    width: 65px;
    top: -100px;
    right: 2vw;
  }
}

.topList + .media_catnav {
  margin-top: 100px;
}

.topList .bgtxt {
  background: url(img/img-index/flowtxt.gif) 0 0 repeat-x;
  background-size: 1813px 118px;
  height: 118px;
  animation: scroll-left 30s linear infinite;
}

@media screen and (max-width: 991px) {
  .topList .bgtxt {
    background-size: 700px 45.560px;
    height: 45.560px;
    animation: scroll-left-sp 30s linear infinite;
  }
}

.topList .articleList {
  border-top: 1px solid #81879f;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .topList .articleList {
    padding-top: 25px;
  }
}

.topList-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@keyframes scroll-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1813px 0;
  }
}

@keyframes scroll-left-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 0;
  }
}

@media screen and (max-width: 991px) {
  .font_sp12 {
    font-size: 1.2rem;
  }
}

.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}

.min_title2 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #00125d;
  line-height: 1.5;
}


@media screen and (max-width: 991px) { 
 .min_title2 {
    font-size: 1.5rem;
  }
  }
