/******************共通************************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  min-width: 1200px;
  padding-top: 77px;
  color: #000;
}

#jne * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#jne section+section {
  margin-top: 84px;
}

.cont {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  min-height: auto;
}

.contLeft {
  max-width: 850px;
  /* width: 100%; */
  padding-top: 0;
}

.contRight {
  max-width: 300px;
  width: 100%;
  padding-top: 0;
  padding-left: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.imgWrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.imgWrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.meta {
  font-size: 0;
}

.txt_box {
  margin: 13px 0 0;
}

.txt_box .cate_a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}

.txt_box .tit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1.375;
  letter-spacing: 0.1em;
  margin: 10px 0 0;
}

.txt_box .data {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-right: 10px;
}

.data.new {
  position: relative;
  z-index: 10;
}

.data.new:after {
  position: absolute;
  content: "NEW";
  display: block;
  width: 55px;
  height: 17px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-align: center;
  background: #e7d201;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto 0;
}

/* s-article-flug */
.ico_1 {
  position: relative;
}

.ico_1:after {
  position: absolute;
  z-index: 10;
  content: "Sponsored";
  display: block;
  width: 100px;
  height: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  background: rgba(115, 115, 115, 0.8);
  top: 0;
  right: 0;
}

.ico_2 {
  position: relative;
}

.ico_2:after {
  position: absolute;
  z-index: 10;
  content: "SCOOP";
  display: block;
  width: 100px;
  height: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  background: rgba(170, 24, 24, 0.8);
  top: 0;
  right: 0;
}

.ico_3 {
  position: relative;
}

.ico_3:after {
  position: absolute;
  z-index: 10;
  content: "Release";
  display: block;
  width: 100px;
  height: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  background: rgba(170, 24, 24, 0.8);
  top: 0;
  right: 0;
}

.ico_4 {
  position: relative;
}

.ico_4:after {
  position: absolute;
  z-index: 10;
  content: "Movie";
  display: block;
  width: 100px;
  height: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  background: rgba(170, 24, 24, 0.8);
  top: 0;
  right: 0;
}

/* e-article-flug */
.contBtn {
  width: 400px;
  margin: 0 auto;
}

.contBtn a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #16244b;
  letter-spacing: 0.15em;
  line-height: 43px;
  border: 1px solid #16244b;
  padding: 0;
  border-radius: 0;
  background: #fff url("../img/common/ico_arrow-b.svg") center right 20px/20px auto no-repeat;
  position: relative;
}

.contBtn a:hover {
  background: #16244b url("../img/common/ico_arrow-wh.svg") center right 10px/20px auto no-repeat;
  color: #fff;
  opacity: 1;
}

.contBtn a:before {
  display: none;
}

.contTitHead {
  line-height: 1;
  padding: 0 0 10px;
  margin: 0 0 29px;
  border-top: none;
  border-bottom: none;
}

.contTit {
  display: inline-block;
  font-family: crete-round, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 57px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
}

.contTit:before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 4px;
  background: #16244b;
  bottom: 0;
  right: 0;
}

.contTit:after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 1px;
  background: #16244b;
  bottom: -6px;
  right: 0;
}

.contTit span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  vertical-align: 0;
  padding-right: 35px;
}

a .imgWrap:before {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  opacity: 1;
}

a:hover .imgWrap:before {
  background: rgba(255, 255, 255, 0.3);
}

.articlesList.jne_2clm ul:after {
  content: "";
  display: block;
  clear: both;
}

.articlesList.jne_2clm ul li {
  float: left;
  width: 408px;
  margin-left: 24px;
}

.articlesList.jne_2clm ul li:nth-of-type(1),
.articlesList.jne_2clm ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

.articlesList.jne_2clm .imgWrap {
  padding-top: 61.707%;
}

.articlesList.jne_3clm ul li {
  width: 268px;
  margin-left: 18px;
}

.articlesList.jne_3clm ul li:nth-of-type(1),
.articlesList.jne_3clm ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.articlesList.jne_3clm .imgWrap {
  padding-top: 61.707%;
}

.articlesList.jne_3clm-b ul li {
  width: 30.94%;
  margin-left: 3.59%;
}

.articlesList.jne_3clm-b ul li:nth-of-type(1) {
  width: 48.23%;
  margin-left: 0;
}

.articlesList.jne_3clm-b ul li:nth-of-type(2) {
  width: 48.23%;
  margin-left: 3.54%;
}

.articlesList.jne_3clm-b ul li:nth-of-type(3n) {
  margin-left: 0;
}

.articlesList.jne_3clm-b .imgWrap {
  padding-top: 61.707%;
}

/******************ヘッダ************************/
header {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #16244b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jne_head-wrap {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 14px;
}

.jne_head-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.jne_head-left {
  float: left;
  width: 200px;
  padding: 4px 0 0;
}

.jne_head-left img {
  width: 100%;
}

.jne_head-center {
  float: left;
  margin-left: 38px;
}

.jne_head-nav:after {
  content: "";
  display: block;
  clear: both;
}

.jne_head-nav>li {
  float: left;
  padding: 0 10px 11px;
  cursor: pointer;
  position: relative;
}

.jne_head-nav>li:hover .link_box {
  display: block;
}

.jne_head-nav>li .link_box {
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  background: #fff;
  padding: 0 5px;
  top: 40px;
  left: 0;
}

.jne_head-nav>li .link_box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -16px;
  left: 20px;
}

.jne_head-nav>li .link_box a {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #16244b;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 0 10px;
  background: url("../img/common/ico_arrow-b.svg") center right 10px/15px auto no-repeat;
}

.jne_head-nav>li .link_box a:hover {
  background: url("../img/common/ico_arrow-b.svg") center right 0/15px auto no-repeat;
}

.jne_head-nav>li .link_box a+a {
  border-top: 1px solid #eee;
}

.jne_head-nav p a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 29px;
}

.jne_head-right {
  float: right;
  width: 460px;
}

.jne_head-right:after {
  content: "";
  display: block;
  clear: both;
}

.jne_head-right .login {
  padding-left: 50px;
}

.jne_head-right .jne_head-rl {
  float: left;
}

.jne_head-right .jne_head-rl a {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #16244b;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  margin: 0 0 0 10px;
  padding: 0 5px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_head-right .jne_head-rl a:hover {
  background: #16244b;
  color: #fff;
}

.jne_head-right .jne_head-rr {
  float: right;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jne_head-right .jne_head-rr a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 11px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_head-right .jne_head-rr a:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.jne_head-right .jne_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 40px;
  padding: 0 0 11px;
  position: relative;
  cursor: pointer;
}

.jne_head-right .jne_search .ico_box {
  width: 35px;
  height: 29px;
  background: url("../img/common/ico_search-wh.svg") center/20px auto no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_head-right .jne_search .ico_box:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.jne_head-right .jne_search .form_wrap {
  display: none;
  position: absolute;
  width: 310px;
  height: 43px;
  top: 40px;
  right: -10px;
  background: #fff;
}

.jne_head-right .jne_search .form_wrap:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -16px;
  right: 20px;
}

.jne_head-right .jne_search .form_wrap form {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jne_head-right .jne_search .form_wrap form button {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 43px;
  height: 43px;
  background: url("../img/common/ico_search-nb.svg") center/20px auto no-repeat;
}

.jne_head-right .jne_search .form_wrap form input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 257px;
  height: 43px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #d2d2d2;
  line-height: 43px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.jne_head-right .jne_search .form_wrap form input:focus {
  color: #000;
}

.jne_sns-fb {
  background: url("../img/common/ico_fb-wh.svg") center/auto 20px no-repeat;
}

.jne_sns-tw {
  background: url("https://images.netkeizai.com/public/user/common/img/icon_twitter-x_white.png") center/20px auto no-repeat;
}

.headerFixed {
  min-width: 1024px;
  height: auto;
}

.headerFixed .pankuzu {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #8b8a8a;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.headerFixed .pankuzu ul {
  max-width: 1024px;
}

.headerFixed .pankuzu ul li a {
  color: #f9446f;
}

.headerFixed .pankuzu ul li a:hover {
  opacity: 0.7;
}

.headerFixed .pankuzu ul li+li:before {
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
}

/******************フッタ************************/
footer {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #16244b;
  padding: 50px 0 40px;
  margin-top: 105px;
}

.jne_foot-logo {
  width: 221px;
  margin: 0 auto;
  font-size: 0;
}

.jne_foot-logo a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_foot-logo a:hover {
  opacity: 0.7;
}

.jne_foot-logo img {
  width: 100%;
}

.jne_foot-link {
  margin: 25px 0 0;
}

.jne_foot-link ul {
  font-size: 0;
  text-align: center;
}

.jne_foot-link ul li {
  display: inline-block;
  line-height: 1;
  padding: 3px 20px 0;
}

.jne_foot-link ul li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.jne_foot-link ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_foot-link ul li a:hover:after {
  width: 100%;
}

.jne_foot-link ul li:nth-of-type(1) {
  padding-left: 0;
}

.jne_foot-link ul li:last-of-type {
  padding-right: 0;
}

.jne_foot-link ul li+li {
  border-left: 1px solid #fff;
}

.jne_sns-box {
  margin: 20px 0 0;
}

.jne_sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jne_sns-box ul li {
  width: 30px;
  height: 30px;
}

.jne_sns-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_sns-box ul li a:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.jne_sns-box ul li+li {
  margin-left: 10px;
}

.jne_foot-copy {
  margin: 20px 0 0;
}

.jne_foot-copy p {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.jne_top-btn {
  position: fixed;
  display: none;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
}

.jne_top-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #16244b;
  position: relative;
}

.jne_top-btn a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
  left: 24px;
}

.jne_top-btn.on {
  position: absolute;
  top: -70px;
  right: 10px;
}

/******************TOP************************/
.jne_main {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#16244b), color-stop(75%, #16244b), color-stop(75%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #16244b 0%, #16244b 75%, #fff 75%, #fff 100%);
  background: -o-linear-gradient(top, #16244b 0%, #16244b 75%, #fff 75%, #fff 100%);
  background: linear-gradient(to bottom, #16244b 0%, #16244b 75%, #fff 75%, #fff 100%);
}

.jne_main .articlesList {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
}

.jne_main .articlesList ul:after {
  content: "";
  display: block;
  clear: both;
}

.jne_main .articlesList ul li a {
  display: block;
}

.jne_main .articlesList ul li a .imgWrap {
  width: 100%;
  padding-top: 55.5555%;
  position: relative;
  z-index: 0;
}

a .back-grade::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #000 120%);
}

.jne_main .articlesList ul li a .txt_box {
  position: absolute;
  width: 100%;
  bottom: 0 !important;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2.5% 2.5% 1.5% 2.5%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 40%);
}

.jne_main .articlesList ul li a .txt_box p {
  color: #fff;
}

.jne_main .articlesList ul li a .txt_box .cate_a {
  font-size: 15px;
}

.data img {
  margin-left: 10px;
  height: 10px;
  display: inline-block !important;
  vertical-align: bottom;
}

.sideArticlesList .data img {
  height: 9px;
  vertical-align: initial;
}

.date img {
  margin-left: 10px;
  height: 12px;
}

.articlesList ul li .white {
  color: #fff;
}

.jne_main .articlesList ul li:nth-of-type(1) {
  float: left;
  width: 69.230769%;
  margin: 0;
}

.jne_main .articlesList ul li:nth-of-type(1) .txt_box {
  bottom: 20px;
}

.jne_main .articlesList ul li:nth-of-type(1) .txt_box .tit {
  font-size: 28px;
}

.jne_main .articlesList ul li:nth-of-type(2) {
  float: right;
  width: 29.230769%;
  margin: 0;
}

.jne_main .articlesList ul li:nth-of-type(2) .txt_box {
  bottom: 10px;
}

.jne_main .articlesList ul li:nth-of-type(2) .imgWrap {
  padding-top: 63.15789%;
}

.jne_main .articlesList ul li:nth-of-type(3) {
  float: right;
  width: 29.230769%;
  margin: 1.53846% 0 0;
}

.jne_main .articlesList ul li:nth-of-type(3) .txt_box {
  bottom: 10px;
}

.jne_main .articlesList ul li:nth-of-type(3) .imgWrap {
  padding-top: 63.15789%;
}

#top_head {
  padding: 0 0 40px;
}

.solution_bg-a {
  position: relative;
  overflow-x: hidden;
}

.solution_bg-a:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 500px;
  background: #fff;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  top: -350px;
  left: 50%;
  margin-left: -100%;
}

.solution_bg-a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 115px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.solution_bg-b {
  background: url("../img/common/bg_nb.jpg") center/104px auto;
}

#top_solution {
  width: 1250px;
  margin: 50px 0;
}

#top_solution:after {
  content: "";
  display: block;
  clear: both;
}

#top_solution .articlesList ul:after {
  content: "";
  display: block;
  clear: both;
}

#top_solution .articlesList ul li {
  float: right;
  width: 44.1666%;
  margin: 20px 0 0;
}

#top_solution .articlesList ul li:after {
  content: "";
  display: block;
  clear: both;
}

#top_solution .articlesList ul li .ico_1:after,
#top_solution .articlesList ul li .ico_2:after,
#top_solution .articlesList ul li .ico_3:after,
#top_solution .articlesList ul li .ico_4:after {
  top: 0;
  right: auto;
  left: 88px;
}

#top_solution .articlesList ul li .imgWrap {
  float: left;
  width: 33.962%;
  padding-top: 20.943%;
}

#top_solution .articlesList ul li .txt_box {
  float: right;
  width: 66.038%;
  padding: 10px 20px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#top_solution .articlesList ul li .txt_box p {
  color: #fff;
}

#top_solution .articlesList ul li .txt_box .cate_a {
  font-size: 12px;
}

#top_solution .articlesList ul li .txt_box .tit {
  font-size: 15px;
}

#top_solution .articlesList ul li .txt_box .data {
  font-size: 12px;
}

#top_solution .articlesList ul li:nth-of-type(1) {
  float: left;
  width: 54.1666%;
  margin: 0;
  position: relative;
}

#top_solution .articlesList ul li:nth-of-type(1) .ico_1:after,
#top_solution .articlesList ul li:nth-of-type(1) .ico_2:after,
#top_solution .articlesList ul li:nth-of-type(1) .ico_3:after,
#top_solution .articlesList ul li:nth-of-type(1) .ico_4:after {
  top: 0;
  right: 0;
  left: auto;
}

#top_solution .articlesList ul li:nth-of-type(1) .imgWrap {
  float: none;
  width: 100%;
  padding-top: 68.923%;
}

#top_solution .articlesList ul li:nth-of-type(1) .txt_box {
  position: absolute;
  width: 95%;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
}

#top_solution .articlesList ul li:nth-of-type(1) .txt_box p {
  color: #fff;
}

#top_solution .articlesList ul li:nth-of-type(1) .txt_box .cate_a {
  font-size: 15px;
}

#top_solution .articlesList ul li:nth-of-type(1) .txt_box .tit {
  font-size: 24px;
}

#top_solution .contBtn {
  float: right;
  margin: -15px 50px 0 0;
}

.feature_bg {
  margin: 49px 0 0;
  padding: 40px 0 0;
  background: url("../img/common/feature_bg.jpg") top center/2000px auto no-repeat;
}

#top_feature .contTit {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0;
}

#top_feature .contTit:before {
  display: none;
}

#top_feature .contTit:after {
  display: none;
}

#top_feature .contTit span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0 0;
  margin: 0;
}

#top_feature .articlesList ul .slick-slide {
  width: 380px;
  margin: 0 30px 0 0;
}

#top_feature .articlesList ul .slick-slide li {
  float: none;
  width: 380px;
  margin: 0;
  position: relative;
}

#top_feature .articlesList ul .slick-slide li .imgWrap {
  padding-top: 240px;
}

#top_feature .articlesList ul .slick-slide li .txt_box {
  position: absolute;
  width: 95%;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top_feature .articlesList ul .slick-slide li .txt_box p {
  color: #fff;
}

#top_feature .articlesList ul .slick-slide li .txt_box .cate_a {
  font-size: 12px;
}

#top_feature .articlesList ul .slick-slide li .txt_box .tit {
  font-size: 15px;
}

#top_feature .articlesList ul .slick-dots {
  font-size: 0;
  text-align: center;
  margin: 20px 0 0;
}

#top_feature .articlesList ul .slick-dots li {
  float: none;
  display: inline-block;
  width: 15px;
  margin-bottom: 0;
}

#top_feature .articlesList ul .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #dadada;
}

#top_feature .articlesList ul .slick-dots li+li {
  margin-left: 15px;
}

#top_feature .articlesList ul .slick-dots .slick-active button {
  background: #000;
}

#top_feature .contBtn {
  margin: 30px auto 0;
}

.column_wrap {
  max-width: 1300px;
  min-width: 1200px;
  margin: 50px auto 0;
}

#top_column .contTitHead .contTit {
  margin-left: 50px;
}

#top_column .column_slide {
  padding: 0 78px;
}

#top_column .articlesList ul .slick-slide {
  width: 263px;
  margin: 0 0 0 31px;
}

#top_column .articlesList ul .slick-slide li {
  float: none;
  width: 380px;
  margin: 0;
  position: relative;
}

#top_column .articlesList ul .slick-slide li .imgWrap {
  padding-top: 163px;
}

#top_column .articlesList ul .slick-slide li .txt_box .cate_a {
  font-size: 12px;
}

#top_column .articlesList ul .slick-slide li .txt_box .tit {
  font-size: 16px;
}

#top_column .articlesList ul .slick-dots {
  font-size: 0;
  text-align: center;
  margin: 20px 0 0;
}

#top_column .articlesList ul .slick-dots li {
  float: none;
  display: inline-block;
  width: 15px;
  margin-bottom: 0;
}

#top_column .articlesList ul .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #dadada;
}

#top_column .articlesList ul .slick-dots li+li {
  margin-left: 15px;
}

#top_column .articlesList ul .slick-dots .slick-active button {
  background: #000;
}

#top_column .articlesList ul .slick-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  background: #16244b;
  top: 57px;
}

#top_column .articlesList ul .slick-arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top_column .articlesList ul .slick-prev {
  left: 5px;
}

#top_column .articlesList ul .slick-prev:before {
  left: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#top_column .articlesList ul .slick-next {
  right: 5px;
}

#top_column .articlesList ul .slick-next:before {
  right: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#top_column .contBtn {
  margin: 25px auto 0;
}

/******************サイド************************/
.contRight {
  padding-left: 0;
}

.contRight>*+* {
  margin-top: 30px;
}

.contRight .addSide {
  margin-bottom: 30px;
}

.contRight .contTitHead {
  border-bottom: none;
}

.contRight .mostViewed {
  background: #fff;
  padding: 0;
}

.contRight .mostViewed li {
  margin: 12px 0 0;
}

.contRight .contTit {
  display: block;
  font-family: crete-round, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  padding: 0 0 10px;
  position: relative;
}

.contRight .contTit:before {
  width: 100%;
}

.contRight .contTit:after {
  width: 100%;
  bottom: -3px;
}

.contRight .contTit span {
  display: inline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: 2px;
  margin: 0 0 0 10px;
  padding: 0;
}

.contRight .cate {
  color: #ccc;
  padding-bottom: 5px;
}

.contRight .data {
  color: #414040;
  padding-bottom: 5px;
}

.contRight .txtBox {
  font-size: 0;
}

.contRight .tit {
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 1.428;
  letter-spacing: 0.12rem;
}

.contRight .sideArticlesList .tit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.285;
  text-align: justify;
}

.contRight .sideArticlesList a {
  display: block;
  padding: 0 0 0 5px;
}

.contRight .sideArticlesList a:after {
  content: "";
  display: block;
  clear: both;
}

.contRight .sideArticlesList a .imgWrap {
  display: block;
  float: left;
  overflow: hidden;
  width: 130px;
  height: 80px;
}

.contRight .sideArticlesList a .txtBox {
  display: block;
  float: right;
  width: 165px;
  height: 80px;
  background: #fff;
  padding: 0 0 0 10px;
}

.contRight .sideArticlesList a .img {
  width: 130px;
  height: 0;
  padding-top: 80px;
}

.mostViewed.ranking .sideArticlesList {
  margin-bottom: 0;
}

/******************記事中会員登録BOX************************/

.memberRegistration .noView {
  height: 0px;
  border: solid 0px #000;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 50px 0 0;
  width: calc(80% - 20px);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  top: 350px;
  left: 100px;
}

.memberRegistration .noView::after {
  content: "";
  background: #fff;
  border: solid 4px #000;
  /*box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);*/
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  box-sizing: border-box;
  width: calc(80% + 140px);
  height: 500px;
  z-index: -1;
}

.memberRegistration .noView::before {
  content: "";
  background: #fff;
  border: solid 4px #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  position: absolute;
  top: -15px;
  left: -15px;
  box-sizing: border-box;
  width: calc(80% + 160px);
  height: 520px;
  z-index: -1;
}

.memberRegistration .noViewTit {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 10px;
  /*line-height: normal;*/
  line-height: 1.3em;
}

.memberRegistration .noViewTxt {
  line-height: normal;
  color: #000;
  margin-bottom: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.memberRegistration .noView a::after {
  content: none;
}

.memberRegistration .noView .authFormSubmit {
  color: #ffffff;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: static;
  top: 190px;
  left: 560px;
  border: none;
  background: #000;
  box-sizing: border-box;
  transition: all 0.4s ease;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 100px;
}

.memberRegistration .noView .authFormSubmit input, .authFormSubmit a {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;
  background: #6495ed;
  box-sizing: border-box;
  transition: all .4s ease;
}

.memberRegistration .noView .authFormSubmit input {
  height: 50px !important;
  line-height: 3 !important;
}

.memberRegistration .noView .authFormText {
  font-size: 1.1rem;
  letter-spacing: .1em;
  margin-top: 10px;
}

.memberRegistration .noView .autheContTit {
  font-size: 1.3rem;
  letter-spacing: .06em;
  font-weight: normal;
  color: #323232;
  display: block;
}

.memberRegistration .noView .autheContTit a {
  font-size: 1.3rem;
  letter-spacing: .06em;
  font-weight: normal;
  color: #6495ed;
  text-decoration:underline;
  display: unset;
  white-space: nowrap
}

.memberRegistration {
  position: relative;
}

.memberRegistration .memberRegistrationFrame {
  margin-top: 100px;
  height:300px;
  background: #16244b;
  background-image: url(../img/common/banner.jpg);
  background-position: 1325px 793px;
}

.memberRegistration .memberRegistrationFrame::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 10, 60, 0.6);
}

.memberRegistration .memberRegistrationTitle {
  color: #ffffff;
  /*display: flex;*/
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50px;
}

.memberRegistration .memberRegistrationGift .privacy {
  color: #ffffff;
  border-bottom: 1px solid;
}

.memberRegistration .memberRegistrationHr {
  color: #ffffff;
  margin-top: -8px;
  border-bottom: 1px solid;
}

.memberRegistration .memberRegistrationTitle span {
  white-space: nowrap;
}

.memberRegistration .memberRegistrationTitle .mailMagazineTitle {
  white-space: nowrap;
  font-size: 3rem;
  font-weight: bold;
  text-indent: 1.5em;
}

.memberRegistration .memberRegistrationInput {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 55px;
}

.memberRegistration .authFormInputId .authFormInputPass {
  width: 100%;
  padding: 10px 220px 10px 10px;
  font-size: 1.2rem;
  letter-spacing: .06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.memberRegistration .memberRegistrationWrap {
  display:flex;
  flex-flow: column;
}

.memberRegistrationId .memberRegistration .memberRegistrationPass .memberRegistrationConfirmPass {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 45px;
	left: 440px;
  text-align: left;
  padding:1em;
  margin:0.5em auto;
  width:50%;
}

.authFormSubmit input {
  height: 45px !important;
  line-height: 3 !important;
} 

.memberRegistration .authFormSubmit {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 190px;
  left: 560px;
  border: none;
  background: #000;
  box-sizing: border-box;
  transition: all 0.4s ease;
  text-align: left;
}

.memberRegistration .memberRegistrationGift {
  color: #ffffff;
  justify-content: center;
  align-items: baseline;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 225px;
	left: 50px;
  border: none;
  box-sizing: border-box;
  transition: all 0.4s ease;
  letter-spacing: 0.07em;
}

.memberRegistration .authFormInputText .authFormInputTextPass {
  margin-top: 20px;
  width: 100%;
  /*width: 365px;*/
  padding: 0px 0px 0px 0px;
  font-size: 1.2rem;
  letter-spacing: .06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.memberRegistration .authFormInputText {
  margin-top: 10px;
}

.memberRegistration .authFormText {
  font-size: 1.1rem;
}

.memberRegistration .authFormInputText input {
  width: 100%;
  padding: 9px 16px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.wallAdd {
  margin-top: 200px;
}

.memberRegistration .wallFrame {
  margin-top: 500px!important;
}

@media screen and (max-width:1024px) {
  .memberRegistration img {
    max-width: 100%;
  }
  /*.memberRegistration .authFormInputText {
    width: 250px;
  }*/
  .memberRegistration .memberRegistrationTitle .mailMagazineTitle {
    font-size: 2rem;
  }
  .memberRegistration .memberRegistrationId {
    top: 20px;
    left: 25px;
  }

  .memberRegistration .memberRegistrationPass {
    top: 20px;
    left: 320px;
    text-align: left;
  }

  .authFormSubmit input {
    height: 40px !important;
    line-height: 2 !important;
  }  
}

.mostViewed.ranking .sideArticlesList ul {
  padding: 0;
}

.mostViewed.ranking .sideArticlesList li {
  margin: 20px 0 0;
  position: relative;
}

.mostViewed.ranking .sideArticlesList li:before {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-family: crete-round, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  background: #16244b;
  top: -5px;
  left: -5px;
}

.mostViewed.ranking .sideArticlesList li:nth-of-type(1):before {
  content: "1";
}

.mostViewed.ranking .sideArticlesList li:nth-of-type(2):before {
  content: "2";
}

.mostViewed.ranking .sideArticlesList li:nth-of-type(3):before {
  content: "3";
}

.mostViewed.ranking .sideArticlesList li:nth-of-type(4):before {
  content: "4";
}

.mostViewed.ranking .sideArticlesList li:nth-of-type(5):before {
  content: "5";
}

#newspaper {
  border: 1px solid #16244b;
  padding: 0 0 14px;
}

#newspaper a {
  display: block;
}

#newspaper.margin {
  margin-top: 30px;
}

#newspaper a:hover .link_box span {
  color: #16244b;
  background: #fff;
}

#newspaper .tit_box {
  padding: 10px 0 4px;
  background: #16244b;
}

#newspaper .tit_box .tit {
  font-family: crete-round, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#newspaper .tit_box .sub {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 5px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}

#newspaper .img_box {
  padding: 17px 20px 0;
}

#newspaper .img_box img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#newspaper .link_box {
  width: 210px;
  margin: 10px auto 0;
}

#newspaper .link_box span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  border: 1px solid #16244b;
  background: #16244b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/******************一覧************************/
.jne_list-sec .articlesList ul li .imgWrap {
  padding-top: 55.5294%;
}

.jne_list-sec .articlesList ul li:nth-of-type(even) {
  margin-left: 0;
  margin-bottom: 22px;
}

.jne_list-sec .articlesList ul li:nth-of-type(odd) {
  margin-left: 30px;
  margin-bottom: 22px;
}

.jne_list-sec .articlesList ul li:nth-of-type(1) {
  width: 100%;
  margin: 0 0 44px;
}

.jne_list-sec .articlesList ul li:nth-of-type(1) a {
  position: relative;
}

.jne_list-sec .articlesList ul li:nth-of-type(1) .txt_box {
  position: absolute;
  z-index: 10;
  left: 26px;
  bottom: 10px;
}

.jne_list-sec .articlesList ul li:nth-of-type(1) .cate_a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}

.jne_list-sec .articlesList ul li:nth-of-type(1) .tit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  line-height: 1.4285;
  letter-spacing: 0.1em;
}

.jne_search-sec .contTit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.jne_search-sec .articlesList ul li a .imgWrap {
  padding-top: 55.5294%;
}

.jne_search-sec .articlesList ul li:nth-of-type(even) {
  margin-left: 30px;
  margin-bottom: 22px;
}

.jne_search-sec .articlesList ul li:nth-of-type(odd) {
  margin-left: 0;
  margin-bottom: 22px;
}

.articlesListPager {
  font-size: 0;
  text-align: center;
}

.articlesListPager ul {
  display: inline-block;
  text-align: center;
  position: relative;
}

.articlesListPager .paginate_button {
  display: inline-block;
  height: 39px;
}

.articlesListPager .paginate_button a {
  display: inline-block;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #16244b;
  min-width: 39px;
  line-height: 37px;
  border: 1px solid #16244b;
  background: #fff;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articlesListPager .paginate_button a:hover {
  -webkit-text-decoration: underline solid #16244b;
  text-decoration: underline solid #16244b;
}

.articlesListPager .paginate_button.active a {
  color: #fff;
  background: #16244b;
  pointer-events: none;
  cursor: none;
}

.articlesListPager .paginate_button.prev a,
.articlesListPager .paginate_button.next a {
  border: none;
}

.articlesListPager .paginate_button.prev a i,
.articlesListPager .paginate_button.next a i {
  width: 10px;
  height: 10px;
  border-top: 2px solid #16244b;
  border-right: 2px solid #16244b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articlesListPager .paginate_button.prev {
  position: absolute;
  left: -39px;
}

.articlesListPager .paginate_button.prev a i {
  right: 6px;
}

.articlesListPager .paginate_button.prev a i:hover {
  right: 12px;
}

.articlesListPager .paginate_button.next {
  position: absolute;
  right: -44px;
}

.articlesListPager .paginate_button.next a {
  border: none;
}

.articlesListPager .paginate_button.next a i {
  left: 6px;
}

.articlesListPager .paginate_button.next a i:hover {
  left: 12px;
}

.jne_list-nav {
  margin: 0 0 29px;
}

.jne_list-nav ul {
  font-size: 0;
  text-align: left;
}

.jne_list-nav ul li {
  display: inline-block;
}

.jne_list-nav ul li a {
  display: inline-block;
  padding: 0 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.1em;
  position: relative;
}

.jne_list-nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #16244b;
  bottom: -3px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.jne_list-nav ul li a:hover:after {
  width: 100%;
}

.jne_list-nav ul li.active a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #16244b;
  pointer-events: none;
  cursor: none;
}

.jne_list-nav ul li.active a:after {
  width: 100%;
  background: #16244b;
}

.jne_list-nav ul li+li {
  margin-left: 18px;
}

/******************詳細************************/
.articleDetailHead {
  padding: 20px 0 30px;
  margin: 0;
  border: none;
}

.articleDetailHead .detail_tit-box .sponsor {
  display: inline-block;
  width: 100px;
  height: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  background: rgba(115, 115, 115, 0.8);
  margin-left: 10px;
}

.articleDetailHead .detail_tit-box .red-flg {
  background: rgba(170, 24, 24, 0.8) !important;
}

.articleDetailHead .detail_tit-box .date {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}

.articleDetailHead .detail_tit-box .tit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin: 12px 0 0;
}

.articleLeftHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 0 22px;
}

.articleLeftHead-l {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articleLeftHead-l .authorImg {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.articleLeftHead-l .authorImg a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleLeftHead-l .authorImg a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.articleLeftHead-l .authorTxt {
  width: 310px;
}

.articleLeftHead-l .authorTxt p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #373737;
  line-height: 1.6428;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}

.articleLeftHead-l .authorTxt p a {
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleLeftHead-l .authorTxt p a:hover {
  opacity: 0.7;
}

.articleLeftHead-l .authorTxt p a span {
  display: block;
}

.articleLeftHead-r {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articleLeftHead-r .auth_ul {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articleLeftHead-r .auth_ul li {
  width: 160px;
}

.articleLeftHead-r .auth_ul li a {
  display: block;
  border: 1px solid #16244b;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleLeftHead-r .auth_ul li a:hover {
  background: #16244b;
}

.articleLeftHead-r .auth_ul li a:hover span {
  color: #fff;
}

.articleLeftHead-r .auth_ul li a span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #16244b;
  line-height: 27px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleLeftHead-r .auth_ul .follow_button_done a:hover span {
  background-image: url("../img/common/ico_auth-a-wh.svg");
}

.articleLeftHead-r .auth_ul .follow_button_done a span {
  padding-left: 22px;
  background: url("../img/common/ico_auth-a-nb.svg") top 5px left/17px 15px no-repeat;
}

.articleLeftHead-r .auth_ul .follow_button a:hover span {
  background-image: url("../img/common/ico_auth-a-wh.svg");
}

.articleLeftHead-r .auth_ul .follow_button a span {
  padding-left: 22px;
  background: url("../img/common/ico_auth-a-nb.svg") top 5px left/17px 15px no-repeat;
}

.articleLeftHead-r .auth_ul .archive_button_done a:hover span {
  background-image: url("../img/common/ico_auth-b-wh.svg");
}

.articleLeftHead-r .auth_ul .archive_button_done a span {
  padding-left: 16px;
  background: url("../img/common/ico_auth-b-nb.svg") top 6px left/10px auto no-repeat;
}

.articleLeftHead-r .auth_ul .archive_button a:hover span {
  background-image: url("../img/common/ico_auth-b-wh.png");
}

.articleLeftHead-r .auth_ul .archive_button a span {
  padding-left: 16px;
  background: url("../img/common/ico_auth-b-nb.png") top 6px left/10px auto no-repeat;
}

.articleLeftHead-r .sns_ul {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articleLeftHead-r .sns_ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.articleLeftHead-r .sns_ul li a {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleLeftHead-r .sns_ul .sns_fb a {
  background: #415993 url("../img/common/ico_fb-wh.svg") center/auto 18px no-repeat;
}

.articleLeftHead-r .sns_ul .sns_fb a:hover {
  background-size: auto 24px;
}

.articleLeftHead-r .sns_ul .sns_tw a {
  background: #000 url("https://images.netkeizai.com/public/user/common/img/icon_twitter-x_white.png") center/18px auto no-repeat;
}

.articleLeftHead-r .sns_ul .sns_tw a:hover {
  background-size: 24px auto;
}

.recommendSection .contTitHead {
  margin-bottom: 30px;
}

.recommendSection .contTitHead .contTit {
  display: inline-block;
  font-family: crete-round, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 57px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
}

.recommendSection .contTitHead .contTit:after {
  bottom: -3px;
}

.recommendSection .contTitHead .contTit span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  vertical-align: 0;
  padding-right: 35px;
}

.recommendSection .articlesList .imgWrap {
  width: 100%;
  height: 0;
  padding-top: 61.9771%;
}

.recommendSection .col3 ul li {
  width: 30.8%;
  margin: 0 0 18px 3.8%;
}

.recommendSection .col3 ul li .tit {
  font-size: 16px;
  margin: 5px 0 0;
}

.recommendSection .col3 ul li .data {
  font-size: 12px;
  margin: 3px 0 0;
}

.recommendSection .col3 ul li:nth-of-type(1),
.recommendSection .col3 ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.articleDetailImg .meta {
  margin: 20px 0 0;
}

.articleGalleryBtn {
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
}

.articleGalleryBtn .next,
.articleGalleryBtn .prev {
  float: none;
  display: inline-block;
  width: 226px;
}

.articleGalleryBtn .next a,
.articleGalleryBtn .prev a {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0.1em;
  border-radius: 0;
  background: #16244b;
  border: 1px solid #16244b;
}

.articleGalleryBtn .next a:hover,
.articleGalleryBtn .prev a:hover {
  background: #fff;
  color: #16244b;
}

.articleGalleryBtn .next a:before,
.articleGalleryBtn .prev a:before {
  display: none;
}

.articleGalleryBtn .next a:after,
.articleGalleryBtn .prev a:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.articleGalleryBtn .next a:hover:after {
  background: url("../img/common/ico_arrow-b.svg") center/100% auto no-repeat;
}

.articleGalleryBtn .next a:after {
  background: url("../img/common/ico_arrow-wh.svg") center/100% auto no-repeat;
  right: 18px;
}

.articleGalleryBtn .prev a:hover:after {
  background: url("../img/common/ico_arrow-l-b.svg") center/100% auto no-repeat;
}

.articleGalleryBtn .prev a:after {
  background: url("../img/common/ico_arrow-l-wh.svg") center/100% auto no-repeat;
  left: 18px;
}

.articleGalleryBtn p+p {
  margin-left: 20px;
}

.articleGalleryImg+.articleGalleryBtn .next {
  float: right;
}

.articleGalleryImg+.articleGalleryBtn .prev {
  float: left;
}

.articleDetailTag ul li a {
  background: #fff;
  border: 1px solid #686868;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #686868 !important;
  line-height: 21px;
  letter-spacing: 0.1em;
  padding: 0 19px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.articleDetailTag ul li a:hover {
  background: #686868;
  color: #fff !important;
}

.kizi-honbun {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0.16em;
  margin: 60px 0 0;
}

.kizi-honbun .adddetail {
  float: left;
  padding-right: 20px;
}

.kizi-honbun h4 {
  padding: 0 0 10px;
}

.kizi-honbun h4 big {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 1.55;
  letter-spacing: 0.16em;
}

.kizi-honbun img {
  max-width: 100%;
}

.kizi-honbun .cap_txt {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 15px 0 0;
}

.articleDetailList .contTitHead {
  border: none;
}

/******************下層************************/
.privacyBox .box p {
  margin: 0;
}

.privacyBox .box .att {
  font-size: 13px;
  margin: 20px 0 0;
}

.privacyBox .box .att a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.privacyBox .box .att a:hover {
  opacity: 0.7;
}

.privacyBox .box.big p {
  font-size: 16px;
  margin-bottom: 5px;
}

.privacyBox .list-jne li>.txt {
  padding-left: 15px;
}

.privacyBox .list-jne li div {
  padding-left: 15px;
}

.privacyBox .list-jne li div .tit {
  margin: 20px 0 0;
}

.privacyBox .list-jne li div .txt {
  padding-left: 15px;
}

.privacyBox .list-jne li+li {
  margin: 20px 0 0;
}

.companyTable .tit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 10px;
}

.companyTable .companyLink a {
  text-decoration: underline;
}

.companyTable .companyLink li:before {
  display: inline;
  content: "● ";
  font-size: 12px;
  vertical-align: 3px;
}

.companyTable .companyLink li+li {
  margin: 10px 0 0;
}

.jne_content {
  padding: 50px 0 0;
}

.jne_content .subTit {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.jne_content .cont_txt-box {
  margin: 30px 0 0;
}

.jne_content .cont_txt-box .tit {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  position: relative;
}

.jne_content .cont_txt-box .tit:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #16244b;
  bottom: 0;
  right: 0;
}

.jne_content .cont_txt-box .tit:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #16244b;
  bottom: -3px;
  right: 0;
}

.jne_content .cont_txt-box .img_box {
  margin: 15px 0 0;
}

.jne_content .cont_txt-box .txt {
  font-size: 16px;
  line-height: 1.571;
  letter-spacing: 0.1em;
  margin: 15px 0 0;
}

.jne_content .cont_txt-box .blue {
  color: #000080;
}

.jne_content .contBtn {
  margin: 20px auto 0;
}

.jne_news-sec {
  padding: 50px 0 0;
}

.jne_news-sec .contTitHead .contTit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.jne_news-sec .contTitHead .contTit span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #999;
}

.jne_newslist-sec {
  padding: 50px 0 0;
}

.jne_contact-sec {
  padding: 50px 0 0;
}

.jne_contact-sec .authFormSubmit input {
  background: #16244b;
}

.jne_header {
  background: #16244b;
}

.jne_question-cont {
  margin: 0 auto;
  padding-top: 49px;
}

/*テキスト高さ*/
.textClamp {
  overflow: hidden;
  position: relative;
}

.textClamp span {
  display: inline-block;
}

.textClamp.on {
  height: 44px;
}

.textClamp.on:after {
  content: "...";
  position: absolute;
  letter-spacing: 0.1em;
  background: #fff;
  top: 22px;
  right: -2px;
}


.contBtn.detailPage {
  width: auto;
  min-width: 400px;
}

.contBtn.detailPage a {
  line-height: 1.5;
  padding: 10px 60px 10px 20px;
}

.noViewBtn a {
  width: 350px;
  border: 1px solid #16234B;
  line-height: 48px;
  background: #16234B;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.noViewBtn a:hover {
  background: #fff;
  color: #16234B;
}

.noViewBtn a::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 17px;
}

.noViewLink a {
  display: inline-block;
  width: 350px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.noViewLink a:hover {
  color: #16234B;
}

.noViewLink a::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 17px;
}