@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */

/* メインビジュアル
------------------------------------------------------------------------------- */
.idMain {
  position: relative;
  overflow: hidden;
}
.idMain img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.idMain_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
  background-size: contain;
}
.idMain_item {
  position: relative;
}
.idMain_link {
  display: block;
  text-decoration: none;
}
.idMain_front {
  position: absolute;
  bottom: 40px;
  left: 100px;
  color: #fff;
}
.idMain_cate {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.idMain_txt {
  line-height: 1.3;
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: bold;
}
.idMain_date {
  line-height: 1.5;
  margin: 10px 0 0;
  font-size: 16px;
}
.idMain_list {
  opacity: 0;
}
.idMain_list-show {
  opacity: 1;
}
.idMain_item {
  max-width: 1250px;
}
.lspFlow01_page.swiper-pagination {
  position: static;
  max-width: 1040px;
  line-height: 1;
  margin: 15px auto 0;
  font-size: 0;
  text-align: left;
}
.lspFlow01_page .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  margin: 0 3px;
  border-radius: inherit;
}
.lspFlow01_page .swiper-pagination-bullet-active {
  background: #fd0e3d;
}
.idMain_item a {
  display: block;
  position: relative;
}
.idMain_item img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0.5;
}
.idMain_cate {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0.4;
}
.idMain_txt,
.idMain_date {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0.8;
}
.idMain_item.swiper-slide-active img,
.idMain_item.swiper-slide-active .idMain_cate,
.idMain_item.swiper-slide-active .idMain_txt,
.idMain_item.swiper-slide-active .idMain_date {
  opacity: 1;
}

.idMain .swiper_btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: -28px 0 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.idMain .swiper_btn-show {
  opacity: 1;
}
.idMain .swiper_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 28px;
  margin: -14px 0 0 -8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.idMain .swiper_btn-prev {
  left: 50%;
  margin-left: -668px;
}
.idMain .swiper_btn-next {
  right: 50%;
  margin-right: -668px;
}
.idMain .swiper_btn-prev::before {
  background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}
.idMain .swiper_btn-next::before {
  background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}
@media only screen and (max-width: 1370px) {
  .idMain_item {
    max-width: 880px;
  }
  .lspFlow01_page.swiper-pagination {
    max-width: 880px;
  }
  .idMain .swiper_btn-prev {
    left: 50%;
    margin-left: -484px;
  }
  .idMain .swiper_btn-next {
    right: 50%;
    margin-right: -484px;
  }
  .idMain_front {
    bottom: 30px;
    left: 30px;
  }
}

/* カテゴリメイン用
------------------------------------------------------------------------------- */
#mainArea {
  position: relative;
}
#mainArea img {
  width: 100%;
}
h1.imgMain_name {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 520px);
  margin-bottom: -31px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 60px;
  padding: 0 15px;
  border: 1px solid #fff;
  font-weight: normal;
  font-size: 26px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
#fluidArea h1 {
  width: 100%;
  text-align: center;
}
#fluidArea img {
  width: 100%;
}

.idVisual01 {
  position: relative;
  height: 220px;
  margin: 0 0 20px;
}
.idVisual01_in {
  position: relative;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.idVisual01_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  overflow: hidden;
  z-index: 0;
}
.idVisual01_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.idVisual01_tit {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  text-align: center;
  width: auto;
  padding: 6px 30px;
  color: #fff;
  font-size: 200%;
  font-weight: 500;
}
.idVisual01_tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);
}

.idVisual01_tit-c1::before {
  background: #988c6d;
}
.idVisual01_tit-c2::before {
  background: #17968a;
}

/*==
アーカイブボタン（170427追加）
=============================================================================== */
.idSection-t6 {
  background-color: #dfedf6;
}
.toArchive {
  margin: 35px 0 15px;
  text-align: center;
}
.toArchive a {
  padding: 15px 70px 15px;
  background-color: #73a0bd;
  font-size: 117%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline;
}
.toArchive a:hover {
  background-color: #618da9;
}
/*==
プロフィール
=============================================================================== */
.profileBlock {
  margin: 0 0 20px;
  padding: 20px;
  background-color: #f2f2f2;
}
.profileBlock h3 {
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  font-size: 117%;
  background: url(/tochikatsu/souken/images/rn01/common/ico_tit_01.gif) left 0.2em no-repeat;
  color: #218ac1;
  font-weight: bold;
}
.profileBlock .colImg {
  float: left;
  width: 120px;
}
.profileBlock .colTxt {
  float: right;
  width: 450px;
}
.profileBlock .colTxt .fsL {
  margin-bottom: 8px;
}
/*==
プロフィール
=============================================================================== */
.archiveBlk ul {
  margin: 30px 0 55px;
}
.archiveBlk li {
  margin-bottom: 15px;
  background-color: #f7f7f7;
}
.archiveBlk li.fnBoxLink.uiHover {
  background-color: #e1e1e1;
}
.archiveBlk li a {
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #555;
  background: url(/tochikatsu/souken/images/rn01/arw/arw01.png) right center no-repeat;
  text-decoration: none;
}
.archiveBlk li.fnBoxLink.uiHover a {
  background: url(/tochikatsu/souken/images/rn01/arw/arw01_ov.png) right center no-repeat;
}
.archiveBlk li a:hover {
  color: #555;
  text-decoration: none;
}
.archiveBlk li a:active {
  color: #555;
}
.fnBoxLink {
  cursor: pointer;
}
/* ==
　99. 印刷

=============================================================================== */
@media print {
  .contents {
    width: 730px;
    padding: 0 10px 0;
  }
  .contents-fix {
    width: 950px;
    padding: 30px 0 0;
  }
  .contents-fluid {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .idMain {
    width: 100%;
  }
  .idMain img {
    width: auto;
  }
  .idList_list {
    margin-top: -20px;
    margin-right: -20px;
  }
  .idList_item {
    width: 230px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .idList_bnr {
    width: 230px;
    margin-top: 20px;
    margin-right: 20px;
  }
}

/* 非表示 */
.cnt-pcnone{display: none}

