@charset "UTF-8";
.header .logo, .header .facebookIcon, .header .twitterIcon, .header #fbMessanger .fbmIcon, #shigotoNadeshiko h3 a, .iconFacebook, .iconTwitter, .iconMessenger, .iconEight, .headline-group .btn {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.header .SNS-link:after, .gnav:after, #modSiteinfo:after, #modSiteinfo li:after, .entry:after, .entry-panel:after, .entry-panel__body:after, .row:after, .link:after {
  content: "";
  display: table;
  clear: both;
}

.header .logo, .header .facebookIcon, .header .twitterIcon, .header #fbMessanger .fbmIcon, #shigotoNadeshiko h3 a, .iconFacebook, .iconTwitter, .iconMessenger, .iconEight {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}

#fbMessanger {
  position: relative;
}

#fbMessanger .fbmIcon {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}

#fbMessanger .fbmIcon img {
  height: 28px;
}

#fbMessanger .fbmWrapper {
  position: absolute;
  right: 0;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#fbMessanger .fbmWrapper.close {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  top: -200px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  visibility: hidden;
  display: none\9;
  /* for IE7/8 */
}

#fbMessanger .fbmWrapper.open {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  top: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: auto;
  visibility: visible;
}

@-webkit-keyframes fbmOpen {
  0% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    visibility: hidden;
    display: none;
  }
  1% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  100% {
    top: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
}

@keyframes fbmOpen {
  0% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    visibility: hidden;
    display: none;
  }
  1% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  100% {
    top: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
}

@-webkit-keyframes fbmClose {
  0% {
    top: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  99% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  100% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    visibility: hidden;
    display: none;
  }
}

@keyframes fbmClose {
  0% {
    top: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  99% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: auto;
    visibility: visible;
    display: block;
  }
  100% {
    top: -200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    visibility: hidden;
    display: none;
  }
}

#fbMessanger .fbmWrapper .siteLogo {
  margin: 20px auto 10px;
}

#fbMessanger .fbmWrapper .head {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}

#fbMessanger .fbmWrapper .catch {
  font-size: 1.4em;
}

#fbMessanger .fbmWrapper .fbmImage {
  display: block;
  margin: 20px auto;
}

#fbMessanger .fb-send-to-messenger {
  width: 163px;
}

#fbMessanger .fb-send-to-messenger span {
  width: 238px !important;
}

#fbMessanger .fb-send-to-messenger span iframe {
  width: 238px !important;
}

#fbMessanger .fbmWrapper.close .fb-send-to-messenger {
  display: none;
}

#fbMessanger .fbmClose {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#fbMessanger .fbmClose .fbmButton {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#fbMessanger .fbmClose .fbmButton:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #666;
}

#fbmGuide {
  padding: 10px 0 20px 0;
}

#fbmGuide a {
  font-size: 1.3em;
  display: inline-block;
  background: #f35353;
  width: 163px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  box-sizing: border-box;
}

#fbmGuide a span {
  line-height: 35px;
  position: relative;
  padding: 0 0 0 18px;
}

#fbmGuide a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

.header-container {
  background: #E90004;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.header {
  width: 960px;
  text-align: left;
  height: 76px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  background: url(/css/news_v20170403000/images/header_bg_003.jpg) no-repeat left top;
}

.header .logo {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-image: url(/images/sprites_header.png);
  background-position: 0px 0px;
  width: 200px;
  height: 36px;
  background-size: 200px 96px;
}

.header .SNS-link {
  position: absolute;
  top: 8px;
  right: 0;
}

.header .SNS-link .twitterIcon,
.header .SNS-link .facebookIcon,
.header .SNS-link #fbMessanger {
  float: left;
  margin-left: 8px;
}

.header .facebookIcon {
  background-image: url(/images/sprites_header.png);
  background-position: -154px -38px;
  width: 28px;
  height: 28px;
  background-size: 200px 96px;
}

.header .twitterIcon {
  background-image: url(/images/sprites_header.png);
  background-position: 0px -68px;
  width: 28px;
  height: 28px;
  background-size: 200px 96px;
}

.header #fbMessanger .fbmIcon {
  background-image: url(/images/sprites_header.png);
  background-position: 0px -38px;
  width: 152px;
  height: 28px;
  background-size: 200px 96px;
}

.gnav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.gnav > li {
  position: relative;
  float: left;
  font-size: 12.8px;
  font-size: .8rem;
}

.gnav > li > a {
  display: block;
  height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.gnav > li > a.is-active:after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 5px;
  bottom: 0;
}

.gnav > li:hover > a:after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 5px;
  bottom: 0;
}

.gnav > li:nth-child(-n+6) {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.gnav > li:nth-child(n+7) {
  line-height: 16px;
}

.gnav > li:not(:last-child) {
  margin-right: 13px;
}

.gnav ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  background: rgba(255, 255, 255, 0.98);
  border-left: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
}

.gnav ul li {
  width: 120px;
  font-size: 12.8px;
  font-size: .8rem;
}

.gnav ul li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.gnav ul li a {
  display: block;
  text-decoration: none;
  background: transparent url(/css/news_v20170403000/images/arrow_001.gif) no-repeat 8px 50%;
  padding: 10px 10px 10px 20px;
  color: #1f3688;
}

.gnav ul li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #cc0000;
  background: #efefef url(/css/news_v20170403000/images/arrow_001.gif) no-repeat 8px 50%;
}

#shigotoNadeshiko h3 {
  width: 100%;
  border-bottom: 1px solid red;
  margin: 0 0 10px;
  padding: 4px;
}

#shigotoNadeshiko h3 a {
  background-image: url(/images/sprites_global.png);
  background-position: 0px 0px;
  width: 84px;
  height: 20px;
  background-size: 84px 20px;
}

#shigotoNadeshiko ul {
  margin: 0 0 15px;
}

#shigotoNadeshiko ul li {
  background: url(/css/news_v20170403000/images/arrow_001.gif) no-repeat left 50%;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  font-size: 14.4px;
  font-size: .9rem;
}

#modSiteinfo {
  margin-bottom: 20px;
}

#modSiteinfo li {
  float: left;
  width: 48%;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

#modSiteinfo li:nth-child(odd) {
  margin: 0 10px 0 0;
}

#modSiteinfo li a {
  float: left;
  text-align: left;
  width: 85%;
}

#modSiteinfo li span {
  float: left;
  width: 35px;
}

#modSiteinfo .tag {
  font-size: 12.8px;
  font-size: .8rem;
  line-height: 1.3;
  letter-spacing: .1em;
  background: #cc0000;
  color: #fff;
  margin-right: 8px;
  padding: 3px 0 1px 1px;
  display: block;
  text-align: center;
}

.block:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.block p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

.block img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.block .link {
  display: inline;
  margin: 0 10px 10px 0;
  padding: 0 0 0 12px;
  background: url(/css/news_v20170403000/images/arrow_001.gif) no-repeat left center;
  font-size: 12.8px;
  font-size: .8rem;
  line-height: 1.3;
}

.card {
  font-size: 14.4px;
  font-size: .9rem;
  border: 1px solid #eee;
}

.cardImg {
  position: relative;
  margin: 0;
  vertical-align: top;
}

.cardBody {
  padding: 15px;
}

.cardTitle {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.cardTitle span {
  display: block;
  font-size: 12.8px;
  font-size: .8rem;
  color: #cc0000;
}

.cardAction {
  padding: 15px;
  border-top: 1px solid #eee;
}

.card img {
  max-width: 100%;
  width: 100%;
}

.card p:last-child {
  margin-bottom: 0;
}

.comment {
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.5;
  background: #eee;
  padding: 15px;
  border-radius: 5px;
}

.entry,
a.entry {
  display: block;
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.3;
  box-sizing: border-box;
}

.entry:hover .entry__img,
a.entry:hover .entry__img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.entry:link,
a.entry:link {
  text-decoration: none;
  color: #2d2d2d;
}

.entry__img,
a.entry__img {
  float: left;
  margin-right: 8px;
  margin-right: .5rem;
  width: 100px;
  height: 100px;
  font-family: 'object-fit: cover; object-position: 50% 20%;';
  object-fit: cover;
  object-position: 50% 20%;
  vertical-align: top;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: .5s;
  transition: .5s;
}

.entry--large .entry__img, .entry--large
a.entry__img {
  width: 200px;
  height: 200px;
  margin-right: 16px;
  margin-right: 1rem;
}

.entry__category,
a.entry__category {
  display: inline-block;
  background: #ebebeb;
  padding: 4.8px 4.8px 3.2px 4.8px;
  padding: .3rem .3rem .2rem .3rem;
  font-size: 9.6px;
  font-size: .6rem;
  margin-bottom: 6.4px;
  margin-bottom: .4rem;
  color: #6a6a6a;
}

.entry__category:link,
a.entry__category:link {
  color: #e1e1e1;
  text-decoration: none;
}

.entry__category:link:hover,
a.entry__category:link:hover {
  background: #909090;
}

.entry--large .entry__category, .entry--large
a.entry__category {
  font-size: 14.4px;
  font-size: .9rem;
  margin-bottom: 11.2px;
  margin-bottom: .7rem;
}

.entry__category ~ .entry__title,
a.entry__category ~ .entry__title {
  color: #2d2d2d;
}

.entry-list .entry__body, .entry-list
a.entry__body {
  padding: 6.4px;
  padding: .4rem;
}

.entry__title,
a.entry__title {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #1f3688;
}

.entry--large .entry__title, .entry--large
a.entry__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.entry__text,
a.entry__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #2d2d2d;
}

.entry-list li,
.entry-group li {
  float: left;
  width: 315px;
  margin-bottom: 12.8px;
  margin-bottom: .8rem;
}

.entry-list li:not(:nth-child(odd)),
.entry-group li:not(:nth-child(odd)) {
  margin-left: 10px;
}

.entry-list .entry {
  border: 1px solid #ebebeb;
}

#Contents #ArticleList .entry-panel h3.entry-panel__header {
  margin: 0;
  padding: 10px;
  border: none;
  line-height: 1;
  background: #fafafa;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.entry-panel h3.entry-panel__header img {
  width: 100%;
  max-width: 100%;
  height: 56px;
}

.entry-panel__body {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.entry-panel__body .entry {
  margin: 10px;
}

.entry-panel__body .entry:not(:last-child) {
  border-bottom: 1px dotted #ebebeb;
  padding-bottom: 10px;
}

.entry-panel__btn {
  font-size: 12.8px;
  font-size: .8rem;
  float: right;
  position: relative;
  display: inline-block;
}

.entry-panel__btn:before, .entry-panel__btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.entry-panel__btn:before {
  left: -10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #cc0000;
}

.entry.entry--large {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.lead {
  margin: 10px 0 20px 0;
  font-size: 14.4px;
  font-size: .9rem;
}

.header .SNS-link:after, .gnav:after, #modSiteinfo:after, #modSiteinfo li:after, .entry:after, .entry-panel:after, .entry-panel__body:after, .row:after, .link:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin: 0 -15px;
}

.column {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.column--center {
  float: none !important;
  margin: 0 auto;
  padding: 0;
}

.unit--1g {
  width: 8.33333%;
}

.unit--2g {
  width: 16.66667%;
}

.unit--3g {
  width: 25%;
}

.unit--4g {
  width: 33.33333%;
}

.unit--5g {
  width: 41.66667%;
}

.unit--6g {
  width: 50%;
}

.unit--7g {
  width: 58.33333%;
}

.unit--8g {
  width: 66.66667%;
}

.unit--9g {
  width: 75%;
}

.unit--10g {
  width: 83.33333%;
}

.unit--11g {
  width: 91.66667%;
}

.unit--12g {
  width: 100%;
}

.headline {
  margin-bottom: 10px;
}

.headline--primary {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 5px solid #cc0000;
  border-bottom: 1px solid #010101;
  color: #010101;
  padding: 4.8px 0 4.8px 8px;
  padding: .3rem 0 .3rem .5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.headline--secondary {
  margin: 0 0 10px 0;
  padding: 4.8px 8px;
  padding: .3rem .5rem;
  background: url(/css/news_v20170403000/images/h3_bg_001.jpg) no-repeat right top;
  border: 1px solid #dcddde;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.headline--tertitary {
  margin-bottom: 20px;
  background: #fafafa;
  color: #2d2d2d;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  border-bottom: 3px solid #c90812;
}

.headline img {
  width: 100%;
  max-width: 100%;
}

.headline-group {
  position: relative;
}

.headline-group .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/css/news_v20170403000/images/button_contents_001.gif) no-repeat 0 0;
  width: 80px;
  height: 20px;
}

.link.arrow li {
  float: left;
  width: 50%;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.link.arrow li a {
  display: block;
  padding-left: 10px;
  background: url("/css/news_v20170403000/images/arrow_001.gif") no-repeat 0 50%;
}

.list--inline li {
  display: inline-block;
}

.list--inline li:not(:last-child) {
  margin-right: 10px;
}

.list.arrow {
  font-size: 14.4px;
  font-size: .9rem;
}

.list.arrow li {
  background: url(/css/news_v20170403000/images/arrow_001.gif) no-repeat left 50%;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.pagination-container {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pagination-container .pagination-wrapper {
  position: relative;
  left: 50%;
  float: left;
}

.pagination-container .nav {
  padding: 0;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 12.8px;
  line-height: .8rem;
  height: 35px;
  width: 55px;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-top: 0 -1px;
  color: #1f3688;
  position: relative;
  left: -50%;
  float: left;
}

.pagination-container .nav:hover {
  background: #ebebeb;
}

.pagination-container .nav.is-disabled {
  color: #9d9d9d;
  background: #ebebeb;
  cursor: default;
}

.pagination-container .nav.is-disabled:hover {
  color: #9d9d9d;
  background: #ebebeb;
  cursor: default;
}

.pagination-container .pagination {
  position: relative;
  left: -50%;
  float: left;
}

.pagination-container .pagination .swiper-pagination-switch {
  display: inline-block;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 35px;
  height: 33px;
  width: 33px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #1f3688;
}

.pagination-container .pagination .swiper-pagination-switch:hover {
  background: #ebebeb;
  text-decoration: none;
  color: #1f3688;
}

.pagination-container .pagination .swiper-pagination-switch.swiper-active-switch, .pagination-container .pagination .swiper-pagination-switch.swiper-active-switch:hover {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
  z-index: 3;
}

.iconFacebook {
  background-image: url(/images/sprites_about.png);
  background-position: 0px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconTwitter {
  background-image: url(/images/sprites_about.png);
  background-position: -152px 0px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconMessenger {
  background-image: url(/images/sprites_about.png);
  background-position: -52px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconEight {
  background-image: url(/images/sprites_about.png);
  background-position: 0px 0px;
  width: 150px;
  height: 50px;
  background-size: 202px 102px;
}

.tag-pr:after, .tag-sp:after, .tag-pr.-small:after, .tag-sp.-small:after {
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  padding: 0 5px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  font-size: 8px;
  font-size: .5rem;
  font-weight: normal;
  letter-spacing: .03em;
  margin-left: .6em;
  vertical-align: bottom;
  font-style: normal;
}

.tag-pr:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-pr.-small:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-sp:after {
  content: "Sponsored";
  background-color: #ffc000;
}

.tag-sp.-small:after {
  content: "S";
  background-color: #ffc000;
}

#NewsTitle h1 .tag-pr:after,
#NewsTitle h1 .tag-sp:after {
  font-size: 13.6px;
  font-size: .85rem;
  letter-spacing: .1em;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  padding: 0 5px 0 7px;
}

.text--center {
  text-align: center;
}

/* summary ------------------
common style
-------------------------- */
/* reset ----------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
q,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  line-height: 1;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  background-color: transparent;
}

:focus {
  outline: 0;
}

/* base ----------------- */
body {
  color: #4d4d4d;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 65%;
}

a:link {
  color: #334dab;
  text-decoration: none;
}

a:visited {
  color: #334dab;
  text-decoration: none;
}

a:hover {
  color: #4082c4;
  text-decoration: underline;
}

a:active {
  color: #334dab;
  text-decoration: underline;
}

#Container .news-flash {
  margin: 0 0 20px 0;
}

#Container .news-flash a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

#Container .news-flash a p {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  padding: 15px 60px 13px 10px;
  font-size: 2em;
  text-align: center;
}

#Container .news-flash a.flash01 {
  background: #333 url(images/arrow_flash_001.png) no-repeat 905px center;
}

#Container .news-flash a.flash01 p {
  border: 1px solid #fff;
  color: #fff;
}

#Container .news-flash a.flash02 {
  background: #cce7ff url(images/arrow_flash_002.png) no-repeat 905px center;
}

#Container .news-flash a.flash02 p {
  border: 1px solid #fff;
  color: #334dab;
}

#Container .news-flash a.flash03 {
  background: #ffbf26 url(images/arrow_flash_001.png) no-repeat 905px center;
}

#Container .news-flash a.flash03 p {
  border: 1px solid #fff;
  color: #333;
}

/* -- リニューアル後の#additional内のスタイルが崩れないように調整 */
#Container .news-flash a {
  background: #333 url(images/arrow_flash_001.png) no-repeat 905px center;
}

#Container .news-flash a span {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 2em;
  padding: 15px 60px 13px 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

#Container .news-flash section > div {
  display: none;
}

#wrapper {
  text-align: left;
}

#wrapper #Container {
  font-size: 65%;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

#wrapper #Container strong {
  font-weight: bold;
}

#wrapper .header {
  height: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background: none;
}

#wrapper .header .logo {
  background: none;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  left: 50%;
  bottom: auto;
}

#wrapper .menu a:link {
  color: #fff;
}

#wrapper #Contents #Genre h2 a.business {
  display: block;
  width: auto;
  height: 41px;
  background: url(../../../css/news_v20170403000/images/h2/h2_001_new.gif) no-repeat left top;
  cursor: pointer;
}

#wrapper #Contents #Genre h2 a.macro {
  display: block;
  width: auto;
  height: 41px;
  background: url(../../../css/news_v20170403000/images/h2/h2_002_new.gif) no-repeat left top;
  cursor: pointer;
}

#wrapper #Contents #Genre h2 a.econome {
  display: block;
  width: auto;
  height: 41px;
  background: url(../../../css/news_v20170403000/images/h2/h2_003_new.gif) no-repeat left top;
  cursor: pointer;
}

#wrapper #Contents #Genre h2 a.compliance {
  width: auto;
}

#wrapper #Contents #Genre h2 a.workstyle {
  display: block;
  width: auto;
  height: 41px;
  background: url(../../../css/news_v20170403000/images/h2/h2_004-t.gif) no-repeat left top;
  cursor: pointer;
}

#wrapper #Contents #oneColumn {
  margin: 0 -15px;
}

#wrapper #Contents .oneColumnTopicPath {
  width: 75%;
  margin: 0 auto;
  float: none;
}

#wrapper #Contents #TopicPath {
  width: 100%;
}

#wrapper #about .card a {
  display: block;
}

#wrapper .rankingContents .rankingTab a:link {
  color: #334dab;
}

#wrapper .rankingContents .rankingTab a.selected {
  color: #525252;
}

#wrapper div#kd_market {
  width: 640px;
}

#wrapper div#kd_market {
  width: 640px;
  min-width: 640px;
  letter-spacing: 0.08em;
}

#wrapper div.kd_market .kd_padding_btm {
  padding-bottom: 25px;
}

#wrapper div.kd_market .kd_floatR {
  margin-top: 10px;
}

#wrapper div.kd_market .kd_padding {
  padding: 10px;
}

#wrapper div.kd_market ul.kd_sideListImgA li {
  line-height: 1.6;
}

#wrapper #kd_contents_div div.kd_market .kd_disclaimer div {
  line-height: 1.6;
  text-align: left;
  padding: 10px;
}

#wrapper .sideListNoImgA_2 li,
#wrapper .kd_font12 li {
  line-height: 1.6;
}

#wrapper .kd_table_base th {
  line-height: 1.6;
}

#wrapper #Error h1 {
  font-size: 21px;
  margin-bottom: 5px;
}

#wrapper #adMidbig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  margin: 0;
}

#wrapper #adMidbig > div {
  margin: 0 10px;
}

#Contents #NewsTitle .tools .tool #btnMessenger {
  display: none;
}

.menu_items .messenger {
  display: none;
}

#btnMessenger {
  display: none;
}

.footer .sns_list .messenger {
  display: none;
}

.beforelayout .AR_10.ob-widget .ob-widget-section .ob-dynamic-rec-container {
  max-width: none;
  width: 200px;
  margin: 0 20px 20px 0;
}
