@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  /*background:rgba(0,55,104,1.0);#003768*/
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/blog/blog-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  /*	position:absolute;
  */
  width: 1224px;
  height: 360px;
  margin: 0 auto;
  /*	top:50%;
     left:50%;
     -moz-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     transform:translate(-50%, -50%);*/
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  /*background-color:rgba(99,159,155,0.9);*/
  color: #ffffff;
  font-weight: 500;
  /*line-height:1.3em;*/
  vertical-align: middle;
  /*position:absolute;
  top:160px;
  left:0px*/
  z-index: 10;
}

/*h1.copy .fs-40{
	font-weight:300;
	padding-bottom:5px;
}
h1.copy .fs-28{
	line-height:1.4em;
	letter-spacing:0.1em;
}*/
h1.copy .blog-title {
  width: 230px;
  height: auto;
  margin-left: 10px;
}

h1.copy .blog-title img {
  width: 230px;
  height: auto;
}

h1.copy .fs-16 {
  display: block;
  margin: 20px 0;
  color: #313131;
  text-align: center;
}

/*-----------共通----------*/
.title01 {
  margin-top: 0px;
}

.title01 span.agenda {
  background: #f3f3f3;
}

/*.bg-wh{
	background:#ffffff;
	padding:20px;
}
*/
.w-240 {
  width: 240px;
}

.w-600 {
  width: 600px;
}

.w-180 {
  width: 180px;
}

/*--------------------
    #news-clm
--------------------*/
#news-clm {
  width: 100%;
  margin: 0 auto;
}

#news-clm .h-sabnav {
  width: 1024px;
  margin: 0 auto;
}

#news-clm .subnav {
  margin: 0 auto;
}

#blog-in {
  width: 1024px;
  margin: 30px auto;
  display: block;
  /*background:#0C9;*/
}

#blog-list {
  display: block;
  float: left;
  /*background:#0FF*/
  width: 780px;
  min-height: 450px;
  text-align: left;
  padding: 0;
  border-right: #e0e0e0 solid 1px;
}

#blog-list .blog-topi {
  min-height: 300px;
}

#blog-list .blog-topi .w-180 .icon {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

#blog-list .blog-topi .w-180 .icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.topics .err {
  display: block;
  width: 100%;
  text-align: center;
}

/* ----- side-nav button02 ----- */
.h-sabnav .archive select.button02 {
  /*	padding: .3em 1.2em;
  background:#ffffff;
  display:block;
  width:100%;
  color:#639f9b;
  outline:none;*/
  width: 180px;
  height: 45px;
  /*line-height:45px;*/
  padding: 0.3em;
  text-align: center;
  display: inline-block;
  /*padding:0.8em 2em;*/
  border: #ececec solid 1px;
  background: #ececec;
  margin: 40px auto;
  color: #313131;
}

.h-sabnav .archive select.button02:hover {
  background-color: #e0e0e0;
  /*color:#ffffff;
  width:100%;*/
  outline: none;
  color: #313131;
}

.h-sabnav .archive .button02:hover span {
  /*padding: 0 .5em;*/
  padding: 0.3em;
}

.h-sabnav .archive select.button02:hover::after,
.h-sabnav .archive select.button02:focus {
  /*background:#ffffff;*/
  background: #ececec;
  color: #313131;
  /*padding: 0 .5em;*/
  padding: 0.3em;
  outline: none;
  display: block;
}

.h-sabnav .archive select.button02 option {
  /*padding: 0 .5em;*/
  padding: 0.3em;
  outline: none;
  display: block;
}

/*---------
pagenavi
---------*/
.pagenavi {
  width: 1024px;
  margin: 0 auto 40px;
  border-top: #e0e0e0 solid 1px;
  padding-top: 30px;
}

.pagenavi span a {
  padding: 0.3em 0.5em;
  border: #003768 solid 1px;
  margin-left: 0, 5em;
}

.pagenavi span a:hover {
  background: #003768;
  color: #ffffff;
}

/*---------pagenavi-single---------*/
.pagenavi-single {
  width: 1024px;
  margin: 40px auto;
  border-top: #e0e0e0 solid 1px;
  padding-top: 30px;
}

.pagenavi-single > div {
  display: inline-block;
  color: #a0a0a0;
  padding: 0.5em 1.5em;
  vertical-align: top;
  font-size: 12px;
}

.pagenavi-single > div.le {
  float: left;
}

.pagenavi-single > div.rg {
  float: right;
}

.pagenavi-single > div > a {
  text-decoration: underline;
  color: #a0a0a0;
  padding: 0.5em;
  vertical-align: top;
}

.retune {
  margin: 60px auto 60px;
  text-align: center;
  display: block;
  font-size: 12px;
}

.retune a {
  padding: 1.1em 0.75em;
  border: #a0a0a0 solid 1px;
  color: #a0a0a0;
}

/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  #news-clm .subnav ul.s-nav {
    margin: 0 auto;
    display: block;
    width: 735px;
  }
  .s-nav li {
    /*	width:120px;
    	height:45px;
    text-align:center;*/
    /*	padding:0.75em 2em;*/
    display: inline-block;
    vertical-align: top;
  }
  .s-nav li a {
    width: 180px;
    /*	height:45px;*/
    line-height: 45px;
    text-align: center;
    display: block;
    /*padding:0.8em 2em;*/
  }
  .s-nav > li {
    float: left;
    /*height: 45px;*/
    line-height: 45px;
  }
  .s-nav > li a {
    display: block;
    color: #313131;
    border: #e0e0e0 solid 1px;
  }
  .s-nav > li a:hover {
    background: #ececec;
    color: #313131;
  }
  ul.s-nav__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }
  .s-nav > li a:active,
  .s-nav > li a:focus {
    background: #ececec;
    color: #313131;
    display: block;
  }
  .s-nav > li:hover {
    /*  background: #072A24;*/
    background: #e0e0e0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #313131;
  }
  .s-nav__second-level li {
    border-top: 1px solid #ffffff;
    text-align: left;
    display: block;
  }
  /*.nav__third-level li {
      border-top: 1px solid #dae0e5;
  }*/
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    /* background:#6182a0;*/
    background: #ececec;
    color: #313131;
    /*padding:0.8em 2em;*/
  }
  /* 下矢印 */
  /*.init-bottom:after */
  .s-nav_init-bottom {
    position: relative;
  }
  .s-nav_init-bottom:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: 1.2em;
  }
  .init-bottom:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  /* floatクリア */
  .s-nav:before,
  .s-nav:after {
    content: " ";
    display: table;
  }
  .s-nav:after {
    clear: both;
  }
  .s-nav {
    *zoom: 1;
  }
  .s-nav > li.s-nav__single {
    position: relative;
  }
  li.s-nav__single ul.s-nav__second-level {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #ececec;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #313131;
    text-align: left;
  }
  li.s-nav__single:hover ul.s-nav__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
    text-align: left;
    background: #e0e0e0;
  }
  .archive {
    text-align: center;
    margin: 0 auto;
  }
  .archive a {
    width: 180px;
    /*height:45px;*/
    /*line-height:45px;*/
    padding: 0.3em;
    text-align: center;
    display: inline-block;
    /*padding:0.8em 2em;*/
    border: #ececec solid 1px;
    background: #ececec;
    margin: 40px auto;
  }
  .archive a:hover {
    background: #e0e0e0;
  }
  /*----------------
   .blog-topi
  ---------------*/
  #blog-list .blog-topi .w-180 {
    text-align: left;
    margin: 0;
    padding: 20px 20px 40px;
    display: inline-block;
    display: table-cell;
  }
  #blog-list .blog-topi .w-600 {
    display: table-cell;
    text-align: left;
    margin: 0;
    padding: 30px 30px 40px;
  }
  #blog-list .blog-topi {
    border-bottom: #e0e0e0 solid 1px;
  }
  #blog-list .blog-topi:last-child {
    border-bottom: none;
  }
  .blog-topi .w-600 .topi > h2.fs-18 {
    text-align: left;
    position: relative;
    padding: 1.5em 0 0.75em;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    width: 100%;
  }
  .blog-topi .w-600 .topi > h2.fs-18::before {
    position: absolute;
    top: 0px;
    content: "";
    width: 20px;
    height: 10px;
    background-color: #f24d5a;
    text-align: center;
    left: 50%;
    margin-left: -10px;
  }
  .blog-topi .w-600 .topi > h2.fs-18::after {
    position: absolute;
    top: 0px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #003768;
    text-align: center;
    left: 50%;
    margin-left: -10px;
  }
  .blog-topi .w-180 .date {
    padding: 0.2em;
  }
  .blog-topi .w-600 .post {
    line-height: 1.8em;
    padding: 30px 0px;
    text-align: left;
  }
  .blog-topi .w-600 .post img {
    max-width: 540px;
    height: auto;
  }
  .topi .more,
  .topi .more-link {
    width: 200px;
    line-height: 40px;
    /*height:40px;*/
    margin: 20px 0 0 auto;
  }
  .topi .more a,
  .topi a.more-link {
    width: 200px;
    /*height:40px;*/
    line-height: 40px;
    background: #003768;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 20px auto;
    /*padding:0.75em;*/
  }
  /*-------------------
     #blog-snav
  -------------------*/
  #blog-snav {
    display: block;
    width: 240px;
    /*height:1000px;*/
    /*	border-left:#e0e0e0 solid 1px;*/
    /*background:#FCF;*/
    margin-top: 0px;
    padding: 20px 10px;
    float: right;
  }
  #blog-snav h2 {
    text-align: center;
    display: block;
    padding: 0.75em 0;
  }
  #blog-snav ul.fs-12 {
    margin: 0 0 30px;
    padding: 0;
  }
  #blog-snav .fs-12 li a {
    display: block;
    padding: 0.5em 0;
    margin: 0px;
    overflow: hidden;
    /* 溢れた部分を隠す */
    text-overflow: ellipsis;
    /* 溢れた部分を「...」にする */
    white-space: nowrap;
    /* 1行で表示 */
  }
  #blog-snav .fs-12 li a:hover {
    background: #ececec;
  }
}
/*タブレット943px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  /*--------------------
      #main-contents
  --------------------*/
  #main-contents {
    height: 280px;
  }
  #main > article.main-in {
    width: 100%;
    height: 280px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0px;
    margin: 140px auto;
  }
  h1.copy .blog-title {
    width: 180px;
    height: auto;
    margin-left: 10px;
  }
  h1.copy .blog-title img {
    width: 180px;
    height: auto;
  }
  h1.copy .fs-16 {
    display: block;
    margin: 15px 0;
    color: #313131;
    font-size: 15px;
    text-align: center;
  }
  /*--------------------
      #news-clm
  --------------------*/
  #news-clm {
    width: 100%;
    margin: 0 auto;
  }
  #news-clm .h-sabnav {
    width: 100%;
    margin: 0 auto;
  }
  /*#news-clm .subnav{
    margin:0 auto;
  }
  */
  #news-clm .subnav ul.s-nav {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .s-nav > li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0 auto;
  }
  .s-nav > li {
    float: left;
    /*height: 45px; */
    line-height: 45px;
  }
  .s-nav li a {
    width: 100%;
    /*height:45px;*/
    line-height: 45px;
    text-align: center;
    display: block;
    /*padding:0.8em 2em;*/
    display: block;
    color: #313131;
    border: #e0e0e0 solid 1px;
  }
  .s-nav > li a:hover {
    background: #ececec;
    color: #313131;
  }
  ul.s-nav__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }
  .s-nav > li a:active,
  .s-nav > li a:focus {
    background: #ececec;
    color: #313131;
    display: block;
  }
  .s-nav > li:hover {
    /*  background: #072A24;*/
    background: #e0e0e0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #313131;
  }
  .s-nav__second-level li {
    border-top: 1px solid #ffffff;
    text-align: left;
    display: block;
  }
  /*.nav__third-level li {
      border-top: 1px solid #dae0e5;
  }*/
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    /* background:#6182a0;*/
    background: #ececec;
    color: #313131;
    /*padding:0.8em 2em;*/
  }
  /* 下矢印 */
  /*.init-bottom:after */
  .s-nav_init-bottom {
    position: relative;
  }
  .s-nav_init-bottom:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: 1.2em;
  }
  .init-bottom:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  /* floatクリア */
  .s-nav:before,
  .s-nav:after {
    content: " ";
    display: table;
  }
  .s-nav:after {
    clear: both;
  }
  .s-nav {
    *zoom: 1;
  }
  .s-nav > li.s-nav__single {
    position: relative;
  }
  li.s-nav__single ul.s-nav__second-level {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #ececec;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #313131;
    text-align: left;
  }
  li.s-nav__single:hover ul.s-nav__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
    text-align: left;
    background: #e0e0e0;
  }
  #blog-in {
    width: 100%;
    margin: 30px auto;
    display: block;
    /*background:#0C9;*/
  }
  #blog-list {
    display: block;
    float: left;
    /*background:#0FF*/
    /*width:780px;*/
    width: 65%;
    height: 100%;
    text-align: left;
    padding: 0;
    border-right: #e0e0e0 solid 1px;
  }
  /*----------------
   .blog-topi
  ---------------*/
  #blog-list .blog-topi .w-180 {
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    /*display:table-cell;*/
    display: block;
    width: 100%;
  }
  #blog-list .blog-topi .w-180 .icon {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /*margin-bottom:15px;*/
    margin: 20px auto;
  }
  #blog-list .blog-topi .w-180 .icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  #blog-list .blog-topi .w-600 {
    /*display:table-cell;*/
    display: block;
    text-align: left;
    margin: 0;
    padding: 30px 30px 40px;
    width: 100%;
  }
  #blog-list .blog-topi {
    border-bottom: #e0e0e0 solid 1px;
  }
  #blog-list .blog-topi:last-child {
    border-bottom: none;
  }
  .blog-topi .w-600 .topi > h2.fs-18 {
    text-align: left;
    position: relative;
    padding: 1.5em 0 0.75em;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    width: 100%;
  }
  .blog-topi .w-600 .topi > h2.fs-18::before {
    position: absolute;
    top: 0px;
    content: "";
    width: 20px;
    height: 10px;
    background-color: #f24d5a;
    text-align: center;
    left: 50%;
    margin-left: -10px;
  }
  .blog-topi .w-600 .topi > h2.fs-18::after {
    position: absolute;
    top: 0px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #003768;
    text-align: center;
    left: 50%;
    margin-left: -10px;
  }
  .blog-topi .w-180 .date {
    padding: 0.2em;
  }
  .blog-topi .w-600 .post {
    line-height: 1.8em;
    padding: 30px 0px;
    text-align: left;
  }
  .topi .more,
  .topi .more-link {
    width: 200px;
    /*height:40px;*/
    line-height: 40px;
    margin: 20px 0 0 auto;
  }
  .topi .more a,
  .topi a.more-link {
    width: 200px;
    /*height:40px;*/
    line-height: 40px;
    background: #003768;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 20px auto;
    /*padding:0.75em;*/
  }
  .blog-topi .post img {
    max-width: 100%;
    height: auto;
  }
  /*-------------------
     #blog-snav
  -------------------*/
  #blog-snav {
    display: block;
    /*width:240px;*/
    width: 35%;
    /*height:1000px;*/
    /*	border-left:#e0e0e0 solid 1px;*/
    /*background:#FCF;*/
    margin-top: 0px;
    padding: 20px 10px;
    float: right;
  }
  #blog-snav h2 {
    text-align: center;
    display: block;
    padding: 0.75em 0;
  }
  #blog-snav ul.fs-12 {
    margin: 0 0 30px;
    padding: 0;
  }
  #blog-snav .fs-12 li a {
    display: block;
    padding: 0.5em 0;
    margin: 0px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #blog-snav .fs-12 li a:hover {
    background: #ececec;
  }
  .archive {
    text-align: center;
    margin: 0 auto;
  }
  .archive a {
    /*width:180px;
    height:45px;*/
    /*line-height:45px;*/
    padding: 0.3em;
    text-align: center;
    display: block;
    /*padding:0.8em 2em;*/
    border: #ececec solid 1px;
    background: #ececec;
    margin: 20px 20px;
  }
  .archive a:hover {
    background: #e0e0e0;
  }
  /*---------
  pagenavi
  ---------*/
  .pagenavi {
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
  }
  /*---------pagenavi-single---------*/
  .pagenavi-single {
    width: 100%;
    margin: 40px auto;
    border-top: #e0e0e0 solid 1px;
    padding-top: 30px;
    display: table;
    table-layout: auto;
  }
  .pagenavi-single > div {
    display: inline-block;
    color: #a0a0a0;
    padding: 0.5em 1em;
    vertical-align: top;
    overflow: hidden;
    display: table-cell;
  }
  /*.pagenavi-single  > div.le{
  	float:left;
  }
  .pagenavi-single  > div.rg{
  	float:right;
  }*/
  .pagenavi-single > div > a {
    text-decoration: underline;
    color: #a0a0a0;
    padding: 0.5em;
    vertical-align: top;
    overflow: hidden;
  }
  .retune {
    margin: 60px auto 0;
    padding-bottom: 60px;
    text-align: center;
    display: block;
  }
  .retune a {
    padding: 1.1em 0.75em;
    border: #a0a0a0 solid 1px;
    color: #a0a0a0;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
  /*--------------------
      #main-contents
  --------------------*/
  #main-contents {
    height: 240px;
  }
  #main > article.main-in {
    width: 100%;
    height: 240px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0px;
    margin: 120px auto;
  }
  h1.copy .blog-title {
    width: 140px;
    height: auto;
    margin-left: 10px;
  }
  h1.copy .blog-title img {
    width: 140px;
    height: auto;
  }
  h1.copy .fs-16 {
    display: block;
    margin: 10px 0;
    color: #313131;
    text-align: center;
    font-size: 14px;
  }
  /*--------------------
      #news-clm
  --------------------*/
  #news-clm {
    width: 100%;
    margin: 0 auto;
  }
  #news-clm .h-sabnav {
    width: 100%;
    margin: 0 auto;
  }
  /*#news-clm .subnav{
    margin:0 auto;
  }
  */
  #news-clm .subnav ul.s-nav {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .s-nav > li {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 0 auto;
  }
  .s-nav > li {
    float: left;
    /*height: 45px; */
    line-height: 45px;
    text-align: center;
  }
  .s-nav li a {
    width: 100%;
    /*height:45px*/
    line-height: 45px;
    text-align: center;
    display: block;
    /*padding:0.8em 2em;*/
    display: block;
    color: #313131;
    border: #e0e0e0 solid 1px;
    border-top: none;
  }
  .s-nav li:first-child a {
    border-top: #e0e0e0 solid 1px;
  }
  .s-nav > li a:hover {
    background: #ececec;
    color: #313131;
  }
  ul.s-nav__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }
  .s-nav > li a:active,
  .s-nav > li a:focus {
    background: #ececec;
    color: #313131;
    display: block;
  }
  .s-nav > li:hover {
    /*  background: #072A24;*/
    background: #e0e0e0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #313131;
  }
  .s-nav__second-level li {
    border-top: 1px solid #ffffff;
    text-align: left;
    display: block;
  }
  /*.nav__third-level li {
      border-top: 1px solid #dae0e5;
  }*/
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    /* background:#6182a0;*/
    background: #ececec;
    color: #313131;
    /*padding:0.8em 2em;*/
  }
  /* 下矢印 */
  /*.init-bottom:after */
  .s-nav_init-bottom {
    position: relative;
  }
  .s-nav_init-bottom:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: 1.2em;
  }
  .init-bottom:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  /* floatクリア */
  .s-nav:before,
  .s-nav:after {
    content: " ";
    display: table;
  }
  .s-nav:after {
    clear: both;
  }
  .s-nav {
    *zoom: 1;
  }
  .s-nav > li.s-nav__single {
    position: relative;
  }
  li.s-nav__single ul.s-nav__second-level {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #ececec;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #313131;
    text-align: left;
  }
  li.s-nav__single:hover ul.s-nav__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
    text-align: left;
    background: #e0e0e0;
  }
  #blog-list {
    display: block;
    /*float:left;*/
    /*width:780px;*/
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0;
    border-right: #e0e0e0 solid 1px;
    clear: both;
  }
  /*-------------------
     #blog-snav
  -------------------*/
  #blog-snav {
    display: block;
    /*width:240px;*/
    /*width:35%;*/
    width: 100%;
    margin-top: 0px;
    padding: 20px 10px;
    /*float:right;*/
    clear: both;
  }
  #blog-snav h2 {
    text-align: center;
    display: block;
    padding: 0.75em 0;
    border-top: #e0e0e0 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
  }
  #blog-snav ul.fs-12 {
    margin: 0 0 20px;
    padding: 0;
  }
  #blog-snav .fs-12 li a {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    margin: 0px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #blog-snav .fs-12 li a:hover {
    background: #ececec;
  }
  .archive a {
    /*width:180px;*/
    /*height:45px;*/
    /*line-height:45px;*/
    padding: 0.3em;
    text-align: center;
    display: block;
    /*padding:0.8em 2em;*/
    border: #ececec solid 1px;
    background: #ececec;
    margin: 20px 20px 0;
  }
  .archive a:hover {
    background: #e0e0e0;
  }
  /*----------------
   .blog-topi
  ---------------*/
  .blog-topi .w-600 .post img {
    max-width: 100%;
    height: auto;
  }
  #blog-list .no-title {
    min-height: 100px;
  }
  /*---------
  pagenavi
  ---------*/
  .pagenavi {
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
  }
  /*---------pagenavi-single---------*/
  .pagenavi-single {
    width: 100%;
    margin: 30px auto;
    border-top: #e0e0e0 solid 1px;
    padding-top: 30px;
    display: table;
    table-layout: auto;
  }
  .pagenavi-single > div {
    display: inline-block;
    color: #a0a0a0;
    padding: 0.5em 1em;
    vertical-align: top;
    overflow: hidden;
    display: table-cell;
  }
  /*.pagenavi-single  > div.le{
  	float:left;
  }
  .pagenavi-single  > div.rg{
  	float:right;
  }*/
  .pagenavi-single > div > a {
    text-decoration: underline;
    color: #a0a0a0;
    padding: 0.5em;
    vertical-align: top;
    overflow: hidden;
  }
  .retune {
    margin: 60px auto 60px;
    text-align: center;
    display: block;
  }
  .retune a {
    padding: 1.1em 0.75em;
    border: #a0a0a0 solid 1px;
    color: #a0a0a0;
  }
}/*# sourceMappingURL=blog.css.map */