@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/news/news-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  width: 1224px;
  height: 360px;
  margin: 0 auto;
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}

h1.copy .fs-40 {
  font-weight: 500;
  padding-bottom: 5px;
}

h1.copy .fs-28 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

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

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

.bg-wh {
  background: #ffffff;
  padding: 20px;
}

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

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

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

.news-in {
  width: 1024px;
  margin: 0 auto;
  display: block;
}

.topics {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 10px;
  border-top: #e0e0e0 solid 1px;
}

/*-----news-カテゴリーアイコン　20180501 end ここから-----*/
/*.topics .news-category {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,
"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding:0.3em 0;
	text-align:center;
	width:6em;
	color:#2d8a80;
	display:inline-block;
}

.topics .news-category a{
	padding:0.3em 0;
	text-align:center;
	width:6em;
	display:block;
	border:#2d8a80 solid 1px;
	color:#2d8a80;
}

.topics .news-category a:hover{
	background:#2d8a80;
	color:#ffffff;
}*/
/*-----news-カテゴリーアイコン　20180501 end　ここまで-----*/
/*-----news-カテゴリーアイコン　20180501 ここから-----*/
.topics .news-category {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  color: #e45f4d;
  display: inline-block;
}

.topics .news-category a {
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  display: block;
  border: #e45f4d solid 1px;
  color: #e45f4d;
}

.topics .news-category a:hover {
  background: #e45f4d;
  color: #ffffff;
}

/*-----column-カテゴリーアイコン 20180501end ここから-----*/
/*.topics .column-category,
.topics .staff-eyes,
.topics .press-release,
.topics .media,
.topics .other {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,
    "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding:0.3em 0;
	text-align:center;
	width:6em;
	color:#e45f4d;
	display:inline-block;
}
.topics .column-category a,
.topics .staff-eyes a,
.topics .press-release a,
.topics .media a,
.topics .other a{
	padding:0.3em 0;
	text-align:center;
	width:6em;
	display:block;
	border:#e45f4d solid 1px;
	color:#e45f4d;
}
.topics .column-category a:hover,
.topics .staff-eyes a:hover,
.topics .press-release a:hover,
.topics .media a:hover,
.topics .other a:hover{
	background:#e45f4d;
	color:#ffffff;
}*/
/*-----column-カテゴリーアイコン 20180501end ここまで-----*/
/*-----blog-カテゴリーアイコン-----*/
.topics .blog-category,
.topics .helth,
.topics .care,
.topics .diary,
.topics .mclife,
.topics .management,
.topics .system {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  display: inline-block;
  color: #0075a7;
}

.topics .blog-category a,
.topics .helth a,
.topics .care a,
.topics .diary a,
.topics .mclife a,
.topics .management a,
.topics .system a {
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  display: block;
  border: #0075a7 solid 1px;
  color: #0075a7;
}

.topics .blog-category a:hover,
.topics .helth a:hover,
.topics .care a:hover,
.topics .diary a:hover,
.topics .mclife a:hover,
.topics .management a:hover,
.topics .system a:hover {
  background: #0075a7;
  color: #ffffff;
}

/*-----eyes-カテゴリーアイコン-----*/
.topics .eyes-category {
  /*font-family: 'PT Sans', sans-serif;
  font-weight:bold;*/
  font-family: "Noto Serif JP", serif;
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  color: #ffcc00;
  display: inline-block;
}

.topics .eyes-category a {
  padding: 0.3em 0;
  text-align: center;
  width: 6em;
  display: block;
  border: #ffcc00 solid 1px;
  color: #ffcc00;
}

.topics .eyes-category a:hover {
  background: #ffcc00;
  color: #ffffff;
}

.topi {
  padding: 0 170px 30px;
  text-align: center;
}

.topi .fs-10 {
  letter-spacing: 0.05em;
}

.topics .topi > h2.fs-18 {
  text-align: center;
  position: relative;
  padding: 1.5em 60px 0.75em;
  font-weight: 500;
  line-height: 1.5em;
}

.topics .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;
}

.topics .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;
}

.topi .date {
  padding: 0.2em;
}

.topi .posts {
  line-height: 1.8em;
  padding: 30px 60px 30px;
  text-align: left;
}

.topi .more,
.topi .more-link {
  width: 200px;
  line-height: 40px;
  margin: 20px auto;
  display: block;
}

.topi .more a,
.topi a.more,
.topi a.more-link {
  width: 200px;
  line-height: 40px;
  background: #003768;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px auto;
}

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

.topi .posts img {
  max-width: 540px;
  height: auto;
}

/*------------------
   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;
}

/* ----- side-nav button02 ----- */
.h-sabnav .archive select.button02 {
  width: 180px;
  height: 45px;
  padding: 0.3em;
  text-align: center;
  display: inline-block;
  border: #ececec solid 1px;
  background: #ececec;
  margin: 40px auto;
  color: #313131;
}

.h-sabnav .archive select.button02:hover {
  background-color: #e0e0e0;
  outline: none;
  color: #313131;
}

.h-sabnav .archive .button02:hover span {
  padding: 0.3em;
}

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

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

/*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 {
    display: inline-block;
    vertical-align: top;
  }
  .s-nav li a {
    width: 180px;
    line-height: 45px;
    text-align: center;
    display: block;
  }
  /*<!--ナビプルダウン-->*/
  .s-nav > li {
    float: left;
    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: #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;
  }
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    background: #ececec;
    color: #313131;
  }
  /* 下矢印 */
  /*.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 {
    padding: 0.3em;
    text-align: center;
    margin: 0 auto;
  }
  .archive a {
    width: 180px;
    padding: 0.3em;
    text-align: center;
    display: inline-block;
    border: #ececec solid 1px;
    background: #ececec;
    margin: 40px auto;
  }
  .archive a:hover {
    background: #e0e0e0;
  }
}
/*タブレット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;
    margin: 140px auto;
    padding: 0 0 0 10px;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
      #news-clm
  --------------------*/
  #news-clm {
    width: 100%;
    margin: 0 auto;
  }
  #news-clm .h-sabnav {
    width: 100%;
    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;
    line-height: 45px;
  }
  .s-nav li a {
    width: 100%;
    line-height: 45px;
    text-align: center;
    display: block;
    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: #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;
  }
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    background: #ececec;
    color: #313131;
  }
  /* 下矢印 */
  /*.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;
    padding: 0.3em;
    text-align: center;
    display: inline-block;
    border: #ececec solid 1px;
    background: #ececec;
    margin: 40px auto;
  }
  .archive a:hover {
    background: #e0e0e0;
  }
  /* ----- side-nav button02 ----- */
  .h-sabnav .archive select.button02 {
    width: 180px;
    padding: 0.3em;
    text-align: center;
    display: inline-block;
    border: #ececec solid 1px;
    background: #ececec;
    margin: 40px auto;
    color: #313131;
  }
  .h-sabnav .archive select.button02:hover {
    background-color: #e0e0e0;
    width: 180px;
    outline: none;
    color: #313131;
  }
  .h-sabnav .archive .button02:hover span {
    padding: 0.3em;
  }
  .h-sabnav .archive select.button02:hover::after,
  .h-sabnav .archive select.button02:focus {
    background: #ffffff;
    color: #313131;
    outline: none;
    display: block;
  }
  .h-sabnav .archive select.button02 option {
    outline: none;
    display: block;
  }
  .news-in {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .topics {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-top: #e0e0e0 solid 1px;
  }
  .topi {
    padding: 0 80px 30px;
    text-align: center;
  }
  .topi .fs-10 {
    letter-spacing: 0.05em;
  }
  .topics .topi > h2.fs-18 {
    text-align: center;
    position: relative;
    padding: 1.5em 60px 0.75em;
    font-weight: 500;
    line-height: 1.5em;
  }
  .topics .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;
  }
  .topics .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;
  }
  .topi .date {
    padding: 0.2em;
  }
  .topi .posts {
    line-height: 1.8em;
    padding: 30px 60px 30px;
    text-align: left;
  }
  .topi .posts img {
    max-width: 100%;
    height: auto;
  }
  .topi .more,
  .topi .more-link {
    width: 200px;
    line-height: 40px;
    margin: 0px auto;
  }
  .topi .more a,
  .topi a.more,
  .topi a.more-link {
    width: 200px;
    line-height: 40px;
    background: #003768;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 0px auto;
  }
  /*------------------
    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 > 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;
  }
}
/*スマートフォン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: 0 0 0 10px;
    margin: 120px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
      #news-clm
  --------------------*/
  #news-clm {
    width: 100%;
    margin: 0 auto;
  }
  #news-clm .h-sabnav {
    width: 100%;
    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;
    line-height: 45px;
    text-align: center;
  }
  .s-nav li a {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 45px;
    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: #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;
  }
  .s-nav__second-level li a:hover,
  .s-nav__second-level li a:active,
  .s-nav__second-level li a:focus {
    background: #ececec;
    color: #313131;
  }
  /* 下矢印 */
  /*.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;
  }
  .h-sabnav .archive {
    text-align: center;
    margin: 0 auto;
  }
  .archive a,
  .archive select .button02 {
    width: 180px;
    padding: 0.3em;
    text-align: center;
    display: inline-block;
    border: #ececec solid 1px;
    background: #ececec;
    margin: 40px auto;
  }
  .archive a:hover,
  .archive select .button02:hover {
    background: #e0e0e0;
  }
  .news-in {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .topics {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-top: #e0e0e0 solid 1px;
  }
  .topi {
    padding: 0;
    text-align: center;
  }
  .topi .fs-10 {
    letter-spacing: 0.05em;
  }
  .topics .topi > h2.fs-18 {
    text-align: center;
    position: relative;
    padding: 1.5em 0px 0.75em;
    font-weight: 500;
    line-height: 1.5em;
  }
  .topics .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;
  }
  .topics .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;
  }
  .topi .date {
    padding: 0.2em;
  }
  .topi .posts {
    line-height: 1.8em;
    padding: 30px 0px 30px;
    text-align: left;
  }
  .topi .posts img {
    max-width: 100%;
    height: auto;
  }
  .topi .more,
  .topi .more-link {
    width: 200px;
    line-height: 40px;
    margin: 20px auto;
  }
  .topi .more a,
  .topi a.more,
  .topi a.more-link {
    width: 200px;
    line-height: 40px;
    background: #003768;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  /*------------------
    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 > 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=news.css.map */