@charset "utf-8";
/* CSS Document */
/*=============================================================
 02_base, Diagnocine
=============================================================*/
/* 02_base, DIagnocine
================================================ */
html {
  overflow: auto;
}

body {
  min-width: 320px;
  line-height: 1.36;
  overflow: hidden;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-text-size-adjust: 100%;
  -ms-hyphens: auto;
}

@media all and (min-width: 600px) {
  body {
    min-width: 1200px;
    line-height: 1.55;
    font-size: 1.8rem;
  }
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  font: inherit;
}

.notosans {
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: "Arial", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

@media all and (min-width: 600px) {
  .alpha {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .alpha:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}
.cf:after {
  display: block;
  clear: both;
  content: "";
}

::-moz-selection {
  background: #82daf6;
  color: #fff;
}

::selection {
  background: #82daf6;
  color: #fff;
}

.viewPc {
  display: none;
}

@media all and (min-width: 600px) {
  .viewSp {
    display: none;
  }

  .viewPc {
    display: block;
  }
}
/* media判定用
---------------------------------------- */
.mediaquery {
  display: none;
  font-family: "sp";
}

@media all and (min-width: 600px) {
  .mediaquery {
    font-family: "pc";
  }
}
/* layout
--------------------------------------- */
#container {
  margin-bottom: 90px;
  padding-top: 25px;
}

@media all and (min-width: 600px) {
  #container {
    padding-top: 50px;
  }

  #container #contents {
    float: left;
    width: 890px;
  }

  #container #sidebar {
    float: right;
    width: 270px;
  }
}
/* sup / sub
--------------------------------------- */
sup {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.7) translate(-5px, -7px);
  transform: scale(0.7) translate(-5px, -7px);
}

sup.sup-h {
  -webkit-transform: scale(0.7) translate(-6px, -9px);
  transform: scale(0.7) translate(-6px, -9px);
}

sub {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*=============================================================
 03_layout
=============================================================*/
/* #gHeader
================================================ */
#gHeader {
  background: #fff;
}

#gHeader .inner {
  position: relative;
  z-index: 1000;
  height: 54px;
}

@media all and (min-width: 600px) {
  #gHeader {
    position: relative;
    z-index: 1000;
  }

  #gHeader .inner {
    height: 100px;
  }
}
/* #hdMeta
---------------------------------------- */
#hdMeta {
  padding-top: 8px;
}

#hdMeta .global {
  float: left;
  width: 90px;
  margin-right: 15px;
}

#hdMeta .txt {
  float: left;
  line-height: 1.15;
  padding-top: 13px;
  font-weight: 700;
  font-size: 1.3rem;
}

#hdMeta .txt a {
  /* color: #90abb0; */
}

#hdMeta .btnMenu {
  position: relative;
  top: 4px;
  float: right;
  width: 28px;
  height: 30px;
  cursor: pointer;
}

#hdMeta .btnMenu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1681ad;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#hdMeta .btnMenu span:nth-child(1) {
  margin-top: -12px;
}

#hdMeta .btnMenu span:nth-child(2) {
  margin-top: -2px;
}

#hdMeta .btnMenu span:nth-child(3) {
  margin-top: 8px;
}

#hdMeta .btnMenu.open span:nth-child(1) {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hdMeta .btnMenu.open span:nth-child(2) {
  left: 100%;
  margin-top: -2px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#hdMeta .btnMenu.open span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width: 600px) {
  #hdMeta {
    padding-top: 22px;
  }

  #hdMeta .global {
    width: 133px;
    margin-right: 20px;
  }

  #hdMeta .txt {
    line-height: 1.21;
    font-size: 1.9rem;
  }
}
/* #hdMenu
---------------------------------------- */
@media all and (max-width: 599px) {
  #hdMenu {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
    background: rgba(55, 58, 65, 0.9);
  }
}
/* #hdSub
---------------------------------------- */
#hdSub {
  position: relative;
  margin-bottom: 12px;
}

#hdSub .search {
  padding-right: 84px;
}

#hdSub .search form {
  display: block;
  position: relative;
}

#hdSub .search form input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 55px 0 20px;
  border-radius: 18px;
  background: #e9f0f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
}

#hdSub .search form input[type=text]:-moz-placeholder-shown {
  color: #b8c8ce;
}

#hdSub .search form input[type=text]:-ms-input-placeholder {
  color: #b8c8ce;
}

#hdSub .search form input[type=text]:placeholder-shown {
  color: #b8c8ce;
}

#hdSub .search form input[type=text]::-webkit-input-placeholder {
  color: #b8c8ce;
}

#hdSub .search form input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #b8c8ce;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#hdSub .search form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #b8c8ce;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#hdSub .search form input[type=text]:-ms-input-placeholder {
  color: #b8c8ce;
}

#hdSub .search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
  background: #90abb0 url(../img/common/ico_search01_white.png) no-repeat 50% 50%;
  background-size: 17px;
  text-indent: 100%;
  white-space: nowrap;
}

#hdSub .mf_finder_searchBox_items {
  padding: 0;
}
#hdSub .mf_finder_searchBox {
  margin: 0;
}
#hdSub .mf_finder_searchBox_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
  background: #90abb0 url(../img/common/ico_search01_white.png) no-repeat 50% 50%;
  background-size: 17px;
  text-indent: 100%;
  white-space: nowrap;
}
#hdSub .mf_finder_searchBox_submit:before {
  content: none;
}
#hdSub .mf_finder_searchBox_suggest_items {
  display: none;
}
@media all and (min-width: 600px) {
  #hdSub .mf_finder_searchBox_submit {
    width: 40px;
    height: 28px;
    border-radius: 14px;
    background-size: 15px;
  }
  #hdSub .mf_finder_searchBox_query_input {
    min-height: 15px;
    border: none;
  }
}

#hdSub .lang {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 36px;
  overflow: hidden;
}

#hdSub .lang .jp,
#hdSub .lang .en {
  float: left;
  width: 50%;
}

#hdSub .lang .jp a,
#hdSub .lang .en a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
}

#hdSub .lang .jp a {
  border-radius: 18px 0 0 18px;
  background: #90abb0;
  color: #fff;
}

#hdSub .lang .en a {
  border-radius: 0 18px 18px 0;
  background: #d5dfe3;
  color: #90abb0;
}

@media all and (min-width: 600px) {
  #hdSub {
    position: absolute;
    top: 15px;
    right: 0;
    margin-bottom: 0;
  }

  #hdSub .search {
    padding-right: 95px;
  }

  #hdSub .search form {
    width: 120px;
    height: 28px;
  }

  #hdSub .search form input[type=text] {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    padding: 0 45px 0 15px;
    border-radius: 14px;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #hdSub .search form input[type=text]:focus {
    width: 220%;
  }

  #hdSub .search form input[type=submit] {
    width: 40px;
    height: 28px;
    border-radius: 14px;
    background-size: 15px;
  }

  #hdSub .lang {
    top: 2px;
    width: 80px;
    height: 24px;
  }

  #hdSub .lang .jp a,
#hdSub .lang .en a {
    height: 24px;
    padding-top: 2px;
    font-size: 1.3rem;
  }

  #hdSub .lang .jp a {
    border-radius: 12px 0 0 12px;
  }

  #hdSub .lang .en a {
    border-radius: 0 12px 12px 0;
  }
}
/* #gNav
================================================ */
@media all and (max-width: 599px) {
  #gNav .list {
    margin-bottom: 10px;
  }

  #gNav .list .item + .item {
    border-top: 1px solid #6f7176;
  }

  #gNav .list .item > a,
#gNav .list .item > span {
    display: block;
    line-height: 1.4;
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
  }

  #gNav .list .listSub {
    overflow: hidden;
  }

  #gNav .list .listSub .itemSub {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  #gNav .list .listSub .itemSub:nth-child(n+3) {
    margin-top: 15px;
  }

  #gNav .list .listSub .itemSub a {
    display: table;
    width: 100%;
    height: 60px;
  }

  #gNav .list .listSub .itemSub a .img {
    display: table-cell;
    width: 60px;
  }

  #gNav .list .listSub .itemSub a .img img {
    display: block;
  }

  #gNav .list .listSub .itemSub a .txt {
    display: table-cell;
    line-height: 1.21;
    padding: 0 8px;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  #gNav .list .all a {
    display: block;
    line-height: 1.4;
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
  }

  #gNav .list .all a span {
    position: relative;
    padding-right: 38px;
  }

  #gNav .list .all a span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/common/ico_arrow01_white.png) no-repeat;
    background-size: cover;
    content: "";
  }

  #gNav .navTechnology .listSub .itemSub a,
#gNav .navSupport .listSub .itemSub a {
    display: block;
    position: relative;
    height: 20px;
    padding-left: 10px;
    color: #fff;
  }

  #gNav .navTechnology .listSub .itemSub a:before,
#gNav .navSupport .listSub .itemSub a:before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    content: "-";
  }

  #gNav .navTechnology .listSub .itemSub a .txt,
#gNav .navSupport .listSub .itemSub a .txt {
    padding: 0;
    font-size: 1.2rem;
  }

  #gNav .navTechnology .listSub .itemSub {
    position: relative;
    width: auto;
    min-height: 60px;
    padding-left: 70px;
  }

  #gNav .navTechnology .listSub .itemSub + .itemSub {
    margin-top: 15px;
  }

  #gNav .navTechnology .listSub .itemSub .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
  }

  #gNav .navTechnology .listSub .itemSub .img img {
    width: auto;
    height: 60px;
  }

  #gNav .navTechnology .listSub .itemSub .group {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-weight: 700;
  }

  #gNav .navTechnology .listSub .itemSub .listThird {
    margin-top: 5px;
  }

  #gNav .navTechnology .listSub .itemSub .listThird .itemThird + .itemThird {
    margin-top: 10px;
  }

  #gNav .navTechnology .listSub .itemSub .listThird .itemThird a {
    height: auto;
  }

  #gNav .btnClose {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 130px;
    height: 36px;
    margin: 0 auto;
    padding-top: 7px;
    border: solid 2px #fff;
    border-radius: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
  }
}
@media all and (min-width: 600px) {
  #gNav {
    position: absolute;
    top: 44px;
    right: 0;
  }

  #gNav .list .item {
    float: left;
    margin-left: 40px;
  }

  #gNav .list .item > a,
#gNav .list .item > span {
    display: block;
    position: relative;
    line-height: 1.5;
    padding: 16px 0;
    color: #1681ad;
    font-weight: 700;
    font-size: 1.6rem;
    cursor: pointer;
  }

  #gNav .list .item > a:before,
#gNav .list .item > span:before {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #82daf6;
    content: "";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  #gNav .list .item > a:hover:before,
#gNav .list .item > a.open:before,
#gNav .list .item > span:hover:before,
#gNav .list .item > span.open:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  #gNav .list .item > span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    visibility: hidden;
    margin-bottom: 10px;
    margin-left: -9px;
    border-width: 0 9px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(55, 58, 65, 0.9);
    opacity: 0;
    content: "";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  #gNav .list .item > span.open:after {
    visibility: visible;
    margin-bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  #gNav .list .megamenu {
    position: absolute;
    top: 46px;
    right: 0;
    width: 1200px;
    visibility: hidden;
    margin: 0 -200%;
    padding: 25px 200%;
    background: rgba(55, 58, 65, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  #gNav .list .megamenu.open {
    top: 56px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  #gNav .list .megamenu .listSub {
    overflow: hidden;
    margin-right: -15px;
  }

  #gNav .list .megamenu .listSub .itemSub {
    float: left;
    width: 136px;
    margin-right: 15px;
  }

  #gNav .list .megamenu .listSub .itemSub a {
    color: #fff;
  }

  #gNav .list .megamenu .listSub .itemSub a .img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }

  #gNav .list .megamenu .listSub .itemSub a .img img {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #gNav .list .megamenu .listSub .itemSub a .txt {
    display: block;
    line-height: 1.33;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #gNav .list .megamenu .listSub .itemSub a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  #gNav .list .megamenu .listSub .itemSub a:hover .txt {
    color: #82daf6;
  }

  #gNav .list .megamenu .all {
    margin-top: 17px;
  }

  #gNav .list .megamenu .all a {
    display: block;
    color: #fff;
  }

  #gNav .list .megamenu .all a span {
    position: relative;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #gNav .list .megamenu .all a span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 8px;
    margin-top: -4px;
    background: url(../img/common/ico_arrow01_white.png) no-repeat;
    background-size: cover;
    content: "";
  }

  #gNav .list .megamenu .all a:hover span {
    padding-right: 53px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub a,
#gNav .list .navSupport .megamenu .listSub .itemSub a {
    display: block;
    position: relative;
    padding-left: 10px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub a:before,
#gNav .list .navSupport .megamenu .listSub .itemSub a:before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 1;
    content: "-";
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub a .txt,
#gNav .list .navSupport .megamenu .listSub .itemSub a .txt {
    display: block;
    padding: 0;
    font-size: 1.5rem;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub {
    position: relative;
    width: 285px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .img {
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .img img {
    position: relative;
    margin-top: -30px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .group {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-weight: 700;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .listThird {
    margin-top: 5px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .listThird .itemThird {
    line-height: 1.5;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .listThird .itemThird + .itemThird {
    margin-top: 15px;
  }

  #gNav .list .navTechnology .megamenu .listSub .itemSub .listThird .itemThird a .txt {
    font-size: 1.3rem;
  }
}
/* #mainImg HOME
================================================ */
#mainImg {
  position: relative;
  height: 514px;
}

@media all and (min-width: 600px) {
  #mainImg {
    height: auto;
    margin-top: -100px;
  }
}
#mainImg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainImg .bg img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  height: 514px;
  margin: auto;
}

#mainImg .copy {
  position: absolute;
  top: 196px;
  left: 0;
  width: 100%;
  text-align: center;
}

#mainImg .copy .logo {
  margin-bottom: 15px;
}

#mainImg .copy .logo img {
  width: 186px;
}

#mainImg .copy .txt {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}

@media all and (min-width: 600px) {
  #mainImg .bg {
    position: static;
    width: auto;
    height: auto;
  }

  #mainImg .bg img {
    display: block;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  #mainImg .copy {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 316px;
    height: 219px;
    margin: auto;
  }

  #mainImg .copy .logo {
    margin-bottom: 27px;
  }

  #mainImg .copy .logo img {
    width: 100%;
  }

  #mainImg .copy .txt {
    font-size: 2.1rem;
  }
}
#mainImg .information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: rgba(55, 58, 65, 0.4);
}

#mainImg .information .inner {
  height: 55px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

#mainImg .information .inner .list {
  padding-right: 48px;
}

#mainImg .information .inner .list .item .time {
  float: left;
  margin-right: 9px;
  color: #fff;
  font-size: 1.1rem;
}

#mainImg .information .inner .list .item .cat {
  float: left;
  line-height: 1.2;
  padding: 1px 13px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
}

#mainImg .information .inner .list .item .txt {
  clear: both;
  padding-top: 4px;
}

#mainImg .information .inner .list .item .txt a {
  display: block;
  line-height: 1.5;
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#mainImg .information .inner .list .slick-prev,
#mainImg .information .inner .list .slick-next {
  display: block;
  position: absolute;
  top: 10px;
  width: 15px;
  height: 15px;
  line-height: 0;
  padding: 0;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

#mainImg .information .inner .list .slick-prev:hover,
#mainImg .information .inner .list .slick-prev:focus,
#mainImg .information .inner .list .slick-next:hover,
#mainImg .information .inner .list .slick-next:focus {
  color: transparent;
  outline: none;
}

#mainImg .information .inner .list .slick-prev {
  right: 20px;
  background-image: url(/seihin/xr/lifescience/img/common/ico_arrow02_left.png);
}

#mainImg .information .inner .list .slick-next {
  right: 0;
  background-image: url(/seihin/xr/lifescience/img/common/ico_arrow02_right.png);
}

@media all and (min-width: 600px) {
  #mainImg .information {
    height: 70px;
  }

  #mainImg .information .inner {
    height: 70px;
    overflow: hidden;
    padding: 15px 0;
  }

  #mainImg .information .inner .tit {
    float: left;
    width: 159px;
    line-height: 1.5;
    margin-right: 30px;
    padding: 5px 0;
    border-right: 1px solid #a9b7bf;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
  }

  #mainImg .information .inner .list {
    float: left;
    width: 1010px;
    padding-right: 100px;
  }

  #mainImg .information .inner .list .item {
    height: 40px;
  }

  #mainImg .information .inner .list .item .time {
    width: 116px;
    line-height: 1.3;
    margin-right: 0;
    padding-top: 10px;
    font-size: 1.6rem;
  }

  #mainImg .information .inner .list .item .cat {
    position: relative;
    top: 8px;
    line-height: 1.6;
    margin-right: 24px;
    padding: 1px 14px 0;
    font-size: 1.3rem;
  }

  #mainImg .information .inner .list .item .txt {
    clear: none;
    padding-top: 10px;
  }

  #mainImg .information .inner .list .item .txt a {
    line-height: 1.3;
    font-size: 1.6rem;
    text-decoration: underline;
  }

  #mainImg .information .inner .list .item .txt a:hover {
    text-decoration: none;
  }

  #mainImg .information .inner .list .slick-prev,
#mainImg .information .inner .list .slick-next {
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #mainImg .information .inner .list .slick-prev:hover,
#mainImg .information .inner .list .slick-next:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  #mainImg .information .inner .list .slick-prev {
    right: 24px;
  }
}
/* #titPage 下層
================================================ */
#titPage {
  min-height: 73px;
  background: #238cb6;
}

#titPage .inner {
  padding: 22px 20px;
  color: #fff;
}

#titPage .inner .tit {
  line-height: 1.12;
  font-weight: bold;
  font-size: 2.5rem;
}

#titPage .inner .tit span {
  display: block;
  font-size: 1.1rem;
}

@media all and (min-width: 600px) {
  #titPage .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 42px 0;
  }

  #titPage .inner .tit {
    font-size: 3.6rem;
  }

  #titPage .inner .tit span {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 15px;
    font-size: 2rem;
  }
}
/*!  #breadcrumb
================================================ */
#breadcrumb {
  background: #2b6b87;
  color: #fff;
}

#breadcrumb ol {
  overflow: hidden;
  padding: 12px 10px;
}

#breadcrumb ol li {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
}

#breadcrumb ol li a {
  color: #fff;
}

#breadcrumb ol li + li:before {
  margin-right: 5px;
  content: ">";
}

#breadcrumb ol li.current span {
  font-weight: bold;
}

@media all and (min-width: 600px) {
  #breadcrumb ol {
    width: 1200px;
    margin: 0 auto;
  }

  #breadcrumb ol li {
    font-size: 1.3rem;
  }

  #breadcrumb ol li a:hover {
    text-decoration: underline;
  }

  #breadcrumb ol li.current {
    font-weight: bold;
  }
}
/*!  #sidebar
================================================ */
#sidebar {
  padding-top: 110px;
}

@media all and (min-width: 600px) {
  #sidebar {
    padding-top: 0;
  }
}
#sidebar .sdCat .leadTit {
  line-height: 1.2;
  padding: 7px 0;
  background: #1681ad;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

@media all and (min-width: 600px) {
  #sidebar .sdCat .leadTit {
    padding: 15px 0;
    font-size: 1.7rem;
  }
}
#sidebar .sdCat .listParent {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

#sidebar .sdCat .listParent > .item > .tit {
  position: relative;
  line-height: 1.5;
  padding: 11px 15px;
  border-bottom: 1px solid #dcdcdc;
  background: #f5f9fd;
  color: #1681ad;
  font-size: 1.5rem;
  cursor: pointer;
}

#sidebar .sdCat .listParent > .item > .tit:before,
#sidebar .sdCat .listParent > .item > .tit:after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 2px;
  background: #1681ad;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#sidebar .sdCat .listParent > .item > .tit:after {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar .sdCat .listParent > .item > .tit.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#sidebar .sdCat .listParent > .item > .tit.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media all and (min-width: 600px) {
  #sidebar .sdCat .listParent > .item > .tit {
    padding: 14px 19px 13px;
  }
}
#sidebar .sdCat .listParent > .item > a {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 11px 15px;
  border-bottom: 1px solid #dcdcdc;
  background: #f5f9fd;
  color: #1681ad;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media all and (min-width: 600px) {
  #sidebar .sdCat .listParent > .item > a {
    padding: 14px 19px 13px;
  }

  #sidebar .sdCat .listParent > .item > a:hover {
    background: #fff;
  }
}
#sidebar .sdCat .listParent > .item .listChild {
  display: none;
}

#sidebar .sdCat .listParent > .item .listChild > .item {
  border-bottom: 1px solid #dcdcdc;
}

#sidebar .sdCat .listParent > .item .listChild > .item a {
  display: block;
  line-height: 1.67;
  padding: 11px 15px;
  background: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#sidebar .sdCat .listParent > .item .listChild > .item span.is_noLink {
  display: block;
  line-height: 1.67;
  padding: 11px 15px;
  background: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media all and (min-width: 600px) {
  #sidebar .sdCat .listParent > .item .listChild > .item a {
    padding: 15px 19px 14px;
    font-size: 1.5rem;
  }

  #sidebar .sdCat .listParent > .item .listChild > .item a:hover {
    background: #f5f9fd;
    color: #1681ad;
  }

  #sidebar .sdCat .listParent > .item .listChild > .item span.is_noLink {
    padding: 15px 19px 14px;
  }
}
#sidebar .sdCat .listParent > .item.is_current .tit:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#sidebar .sdCat .listParent > .item.is_current .tit.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#sidebar .sdCat .listParent > .item.is_current .tit.open:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#sidebar .sdCat .listParent > .item.is_current .listChild {
  display: block;
}

/* #gFooter
================================================ */
/* #ftContact
---------------------------------------- */
#ftContact {
  background: #1681ad;
  color: #fff;
}

#ftContact .inner {
  padding-top: 32px;
  padding-bottom: 40px;
}

#ftContact .tit {
  line-height: 1.5;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

#ftContact .list .item {
  position: relative;
  padding: 15px 0 20px;
}

#ftContact .list .item + .item {
  border-top: 1px solid #499ec1;
}

#ftContact .list .item .bg {
  position: absolute;
  top: 12px;
  right: 0;
  width: 78px;
  height: 78px;
}

#ftContact .list .item .titSub {
  line-height: 1.5;
  margin-bottom: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

#ftContact .list .item .txt {
  position: relative;
  z-index: 10;
  line-height: 1.46;
  font-size: 1.3rem;
}

#ftContact .list .item .btn {
  width: 220px;
  margin: 15px auto 0;
}

#ftContact .list .item .btn a {
  display: block;
  line-height: 1.5;
  padding: 8px 0;
  border-radius: 20px;
  background: #82daf6;
  color: #1681ad;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

#ftContact .list .item .nav {
  overflow: hidden;
  margin: 5px -4px 0;
}

#ftContact .list .item .nav li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 4px;
}

#ftContact .list .item .nav li a {
  display: block;
  line-height: 1.5;
  padding: 4px 0 4px 10px;
  border-bottom: 1px dotted #63adca;
  background: url(../img/common/ico_arrow03_right.png) no-repeat 0 50%;
  background-size: 5px auto;
  color: #82daf6;
  font-weight: 700;
  font-size: 1.4rem;
}

@media all and (min-width: 600px) {
  #ftContact .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  #ftContact .tit {
    margin-bottom: 40px;
    font-size: 3rem;
  }

  #ftContact .list {
    overflow: hidden;
    margin: 0 -40px;
  }

  #ftContact .list .item {
    float: left;
    width: 346px;
    padding: 0 40px;
  }

  #ftContact .list .item + .item {
    border-top: 0;
    border-left: 1px solid #4da1c3;
  }

  #ftContact .list .item .bg {
    position: absolute;
    top: 0;
    right: 40px;
    width: 78px;
    height: 78px;
  }

  #ftContact .list .item .titSub {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  #ftContact .list .item .txt {
    font-size: 1.5rem;
  }

  #ftContact .list .item .btn {
    width: 290px;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 23px;
    background: #fff;
  }

  #ftContact .list .item .btn a {
    padding: 9px 0;
    border-radius: 23px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #ftContact .list .item .btn a:hover {
    background: #b2e8f9;
  }

  #ftContact .list .item .nav {
    margin: 12px -12px 0;
  }

  #ftContact .list .item .nav li {
    padding: 0 12px;
  }

  #ftContact .list .item .nav li a {
    padding: 3px 0 3px 13px;
    background-size: 6px auto;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #ftContact .list .item .nav li a:hover {
    background-position: 3px 50%;
  }
}
/* #ftNav
---------------------------------------- */
#ftNav .unit {
  margin: 0 -15px;
}

#ftNav .unit .tit {
  position: relative;
  line-height: 1.4;
  padding: 14px 15px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 1.5rem;
}

#ftNav .unit .tit a {
  display: block;
  color: #333;
}

#ftNav .unit .tit .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#ftNav .unit .tit .ico:before,
#ftNav .unit .tit .ico:after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 2px;
  background: #1681ad;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#ftNav .unit .tit .ico:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#ftNav .unit .tit .ico.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ftNav .unit .tit .ico.open:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#ftNav .unit .content {
  display: none;
  padding: 0 15px;
  border-bottom: 1px solid #dcdcdc;
}

#ftNav .unit .list {
  padding-bottom: 22px;
}

#ftNav .unit .list dt {
  line-height: 1.5;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  color: #90abb0;
  font-weight: 700;
  font-size: 1.4rem;
}

#ftNav .unit .list + .list dt {
  border-top: 1px solid #dcdcdc;
}

#ftNav .unit .list .item {
  margin-top: 12px;
}

#ftNav .unit .list .item a {
  display: block;
  line-height: 1.25;
  color: #90abb0;
  font-size: 1.2rem;
}

@media all and (min-width: 600px) {
  #ftNav {
    position: relative;
  }

  #ftNav .inner {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #ftNav .unit {
    float: left;
    width: 190px;
    margin: 0 0 0 60px;
  }

  #ftNav .unit .tit {
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 1.7rem;
  }

  #ftNav .unit .tit a:hover {
    text-decoration: underline;
  }

  #ftNav .unit .content {
    display: block;
    overflow: hidden;
    padding: 0;
    border-bottom: 0;
  }

  #ftNav .unit .list {
    padding-bottom: 15px;
  }

  #ftNav .unit .list dt {
    line-height: 1.2;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: 0;
    font-size: 1.5rem;
  }

  #ftNav .unit .list + .list dt {
    border-top: 0;
  }

  #ftNav .unit .list .item {
    margin-top: 0;
  }

  #ftNav .unit .list .item + .item {
    margin-top: 12px;
  }

  #ftNav .unit .list .item a {
    line-height: 1.38;
    font-size: 1.3rem;
  }

  #ftNav .unit .list .item a:hover {
    text-decoration: underline;
  }

  #ftNav .unit:nth-child(1) {
    width: 700px;
    overflow: hidden;
    margin: 0;
  }

  #ftNav .unit:nth-child(1) .list {
    float: left;
    width: 206px;
  }

  #ftNav .unit:nth-child(1) .list + .list {
    margin-left: 41px;
  }
}
/* #ftMeta
---------------------------------------- */
#ftMeta .inner {
  padding-top: 25px;
  padding-bottom: 15px;
}

#ftMeta .global {
  width: 96px;
  margin: 0 auto 2px;
}

#ftMeta .global img {
  display: block;
}

#ftMeta .txt {
  line-height: 1.5;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

#ftMeta .txt a {
  /* color: #90abb0; */
}

#ftMeta .cr {
  line-height: 1.5;
  color: #888;
  font-size: 1.1rem;
  text-align: center;
}

@media all and (min-width: 600px) {
  #ftMeta {
    border-top: 1px solid #dcdcdc;
  }

  #ftMeta .inner {
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #ftMeta .global {
    display: table-cell;
    width: 120px;
    margin: 0;
  }

  #ftMeta .txt {
    display: table-cell;
    margin-bottom: 0;
    padding-left: 33px;
    font-size: 1.7rem;
    text-align: left;
    vertical-align: middle;
  }

  #ftMeta .areaLink {
    display: table-cell;
    padding-left: 75px;
    vertical-align: middle;
  }

  #ftMeta .areaLink .txt02 {
    float: left;
    width: 160px;
    margin-bottom: 0;
    padding-right: 20px;
    border-right: 1px solid #dcdcdc;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle;
  }

  #ftMeta .areaLink .txt02:last-child {
    padding-right: 0;
    padding-left: 20px;
    border-right: none;
  }

  #ftMeta .areaLink .txt02 a {
    color: #90abb0;
  }

  #ftMeta .areaLink .txt02 a:hover {
    text-decoration: underline;
  }

  #ftMeta .cr {
    display: table-cell;
    font-size: 1.3rem;
    text-align: right;
    vertical-align: middle;
  }
}
/* .pagetop
---------------------------------------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 155px;
  visibility: hidden;
  border-radius: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 1px 1px 2px 0 #e6e6e6;
          box-shadow: 1px 1px 2px 0 #e6e6e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.pagetop.view {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pagetop a {
  display: block;
  width: 50px;
  height: 90px;
  overflow: hidden;
  margin-top: 0;
  border-radius: 25px;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pagetop a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 25px;
  margin-top: -12px;
  margin-left: -4px;
  background: url(../img/common/footer/ico_pagetop01.png) no-repeat;
  content: "";
}

.pagetop a:hover {
  top: -10px;
  height: 110px;
}

.pagetop a:hover:after {
  -webkit-animation: top-to-bottom 1s ease;
  animation: top-to-bottom 1s ease;
}

@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  48% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  48% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
