@charset "utf-8";
/* CSS Document */


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

    common

================================*/
:root {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family:"游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Helvetica,  sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  height: 100%;
  text-align: left;
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

li { list-style-type: none; }

.wrapper {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px auto;
  width: 1200px;
}

.mainContainer {
  width: 920px;
  order : 1;
}

.mainContainer a:hover { text-decoration: none; }


/* サイドバー */
.c3_ll{ order: 0;}

.sidemenu { width: 300px; }

.sidebar-ad + .sidebar-ad { margin-top: 20px; }

.sidebar-ad > a:hover > img { opacity: 0.6; }

.headline {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 2.3rem;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.l_right__sideNav {
  order: 2;
  width: 200px;
}
.l_right__sideNav > .sidebar-themeTag:first-child{
  margin-top:0;
}
.l_right__sideNav > .sidebar-themeTag:first-child > .m_sideNav__theme:first-child{
  margin-top:0;
}

/*
    画像のズーム
================================*/
.zoomCont {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}

.zoomCont_inner {
  width: 220px;
}

.zoomCont_inner > a {
  display: block;
}

.zoomCont_inner > a:hover {
  color: #00bd7a;
}

.zoomCont_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.zoomCont_img {
  height: 132px;
  margin-bottom: 10px;
  width: 220px;
  overflow:hidden;
}

.zoomCont_img img {
  height: 132px;
  width: 220px;
  transition: 0.4s;
}

.zoomCont_img img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.zoomCont_inner > a:hover > .zoomCont_img img {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/* flex box左揃え用 */
.zoomCont_inner-last {
  padding: 0;
  margin: 0;
  visibility: hidden;
}

.zoomCont_inner-last p { line-height: 0; }



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

    トップページ

================================*/
/* ぱんくず */
.breadcrumb {
  background-image: none;
  border: none;
  font-size: 1.2rem;
  width: 100%;
}

.breadcrumb > li {
  display: inline-block;
  width: auto;
}

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

.breadcrumb > li + li::before {
  content: ">";
  display: inline-block;
  font-family: "游ゴシック";
  font-weight: normal;
  margin-right: 10px;
}

.breadcrumb > li:last-of-type { font-weight: bold; }

.breadcrumb > li > a:hover { text-decoration: underline; }



/*
    スライダー
================================*/
.topSlider {
  display: none;
  margin: 0 auto 50px;
  max-width: 100%;
  min-width: 1200px;
}

.topSlider.slick-initialized { display: block; }/* slick slider 用 */

.topSlider li { position: relative; }

.topSlider img {
  height: auto;
  max-width: 100%;
  transition: all .3s ease;
}

.slick-slide .slideCont {
  background-color: #ffffff;
  color: #111;
  font-size: 2.2rem;
  font-weight:bold;
  height: 200px;
  line-height:1.6em;
  margin-bottom: 0;
  opacity: 0;
  padding: 40px 30px 20px;
  position: absolute;
  bottom: 99px;
  left: 580px;
  transition: .3s;
  width: 37%;
}

.slick-slide.slick-active .slideCont,
.slick-slide.slick-center .slideCont {
  opacity: 1;
  transition: .3s;
}


/*
    記事一覧
================================*/
.zoomCont.card { width: 830px; }

.zoomCont_inner.card {
  margin-bottom: 40px;
  width: 250px;
}

.zoomCont_img.card {
  box-shadow: 3px 2px 6px 1px #a1a5a3;
  height: 156px;
  width: 250px;
  position: relative;
}

.zoomCont_img.card img {
  height: 156px;
  width: 250px;
}

.zoomCont_ttl.card {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.zoomCont_date.card {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}


/* 大きめ */
.zoomCont_inner.plate {
  margin-bottom: 0px;
  width: 390px;
}

.zoomCont_inner.plate > a:hover {
  color: #333;
}

.zoomCont_img.plate {
  box-shadow: 3px 2px 6px 1px #a1a5a3;
  height: 243px;
  margin-bottom: 15px;
  position: relative;
  width: 390px;
}

.zoomCont_img.plate img {
  height: 243px;
  width: 390px;
  transition: 0.4s;
}

.zoomCont_ttl.plate {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.zoomCont_inner.plate > a:hover .zoomCont_ttl {
  color: #00bd7a;
}


.zoomCont_date.plate {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.zoomCont_description {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* もっと見る */
.more a {
  background-color: #3AA395;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  transition: 0.3s;
  width: 200px;
}

.more a:hover {
  background-color: #00677a;
  box-shadow:5px 5px 5px #ccc;
}



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

    記事ページ

================================*/
.cont--article .mainContainer{
  width: 730px;
}

.headline_ttl {
  font-size: 3.0rem;
  margin-bottom: 20px;
}

.headline_ttl > span { font-size: 2.0rem; }


.topImage {
  clear: both;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.topImage > img {
  height: auto;
  width: 100%;
}

.catName {
  background-color: #333;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 1.5rem;
  height: auto;
  margin-bottom: 10px;
  padding: 5px;
  /*position: absolute;
  bottom: 13px;
  right: 0;*/
  text-align: right;
  width: auto;
  /*z-index: 100;*/

}

.headline_article {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 2.3rem;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: left;
}

.headline_article-line {
  border-left: 8px solid #20443D;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 3px 0 3px 10px;
}

.textCont {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.textCont > p + p,
.textCont > p + h3,
.textCont > p + div {
  margin-top: 20px;
}

.borderBox {
  border: 1px solid #666;
  padding: 10px;
}

.borderBox > p + p { margin-top: 10px; }

.borderBox + p { margin-top: 20px; }

.textCont > ul {
  margin: 20px 0;
  width: 100%;
}

.textCont > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.related__service{
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}
.related__service__target{
  font-size: 16px;
  transition: .3s;
  color:#333;
  display:flex;
}
.related__service__target:hover{
  opacity: .6;
  color:inherit;
}
.related__service__img{
  width: 20%;
  margin-right: 10px;
}
.related__service__img img{
  width: 100%;
  height:auto;
}
.related__service__str{
  margin-top: 10px;
  width: 80%;
}
.related__service__ttl{
  font-weight: bold;  
  line-height: 1.4;
}
.related__service__desc{
  margin-top:5px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cont--article .zoomCont.card{
  width: 100%;
}
.cont--article .zoomCont.card:after{
  content:"";
  display: inline-block;
  width: calc(33.333% - 20px);
}
.cont--article .zoomCont_inner.card{
  width: calc(33.333% - 20px);
}
.cont--article .zoomCont_img.card{
  height: auto;
  width: auto;
}
.cont--article .zoomCont_img.card img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.cont--article .zoomCont_inner.plate{
  width: calc(50% - 20px);
}
.cont--article .zoomCont_img.plate {
  height: auto;
  width: 100%;
}
.cont--article .zoomCont_img.plate img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .cont--article .mainContainer{
    width: 100%;
  }
  .cont--article .zoomCont_ttl.card{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .related__service__target{
    display:block;
  }
  .related__service__img{
    width: 100%;
    margin-right: 0px;
  }
  .related__service__str{
    margin-top: 5px;
    width: 100%;
  }
  .cont--article .zoomCont.card:after{
    width: calc(50% - 20px);
  }
  .cont--article .zoomCont_inner.card{
    width: calc(50% - 20px);
  }
}

/* 数字付リスト */
.dec {}

.dec > li {
  list-style-position: inside;
  list-style-type: decimal;
} 

.dec > li > ul { margin-left: 20px; }

.dec > li > ul > li {
  font-size: 1.4rem;
  list-style-position: inside;
  list-style-type: cjk-ideographic;
}

/* サンプルシート */
.textCont .sampleSheet {
  border: 1px solid #333;
  margin: 0 auto 30px;
  padding: 20px;
  width: 600px;
}

.textCont .sampleSheet > p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.textCont .sampleSheet > p + p { margin-top: 20px; }

/* インデント */
.ti {/* 丸数字や■など一文字のとき */
  padding-left: 1em;
  text-indent: -1em;
}

.ti-num {/* １．の時 */
  padding-left: 2.2em;
  text-indent: -2.2em;
}

/*
    ページ送り
================================*/
.btmNav {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.btmNav > li { width: auto; }

.btmNav_next{ margin-left: auto; }

.btmNav > li > a {
  background-color: #3AA395;
  color: #fff;
  display: block;
  padding: 10px 30px;
  margin: 0 auto 30px;
  text-align: center;
  transition: 0.3s;
}

.btmNav > li > a:hover {
  background-color: #00677a;
  box-shadow:5px 5px 5px #ccc;
}

.btmNav_backLink { text-align: center; }
 
.btmNav_backLink > a {
  background-color: #3AA395;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  transition: 0.3s;
  width: 40%;
}

.btmNav_backLink > a:hover {
  background-color: #00677a;
  box-shadow:5px 5px 5px #ccc;
}



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

    override

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

/*
    slick(スライダー)	
================================*/
.slick-dotted.slick-slider { margin-bottom: 50px; }

.slick-dots {
  margin: 10px 0;
  bottom: -30px;
}

.slick-arrow { z-index: 50; }

.slick-next {
  right: 20px;
  width: 52px;
  height:52px;
}
.slick-prev {
  left: 20px;
  width: 52px;
  height:52px;
}

.slick-dots li button:before {
  color: #cc8aa1;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #fd3077;
  opacity: 1;
}

.slick-next:before {
  content: "";
  display: block;
  background-image: url("../../img/biz-doc/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px; 
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  content: "";
  display: block;
  background-image: url("../../img/biz-doc/arrow_left.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px; 
  width: 40px;
  height: 40px;
}


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

    レスポンシブ

================================*/
@media(max-width: 768px) {
body { width: 95%}
.wrapper { width: 100%; }
.mainContainer {
  margin: auto;
  width: 95%;
}

.mainContainer img {
  height: auto;
  width: 100%;
}

.textCont .sampleSheet { width: auto; }

.zoomCont {
  width: auto;
  justify-content: space-around;
}

.zoomCont.card { width: 100%; }

.sidemenu { margin: 30px auto 0; }

.l_right__sideNav { display: none;}

}

@media screen and (max-width: 768px) {
  .zoomCont.card{ width: initial; }
  .zoomCont{ width: initial; }
  .zoomCont_inner.plate{ width: initial; }
  .zoomCont_inner{ width: initial; }
  .zoomCont_img.plate{ width: initial; }
  .zoomCont_img{ width: initial; }
}