@charset "UTF-8";

/***********************************************************************
* 既存ページのヘッダーフッターのみ置き換える際に組み込むためのcssです
********************************************************************** */


/***********************************************************************
* btn
********************************************************************** */

.renewal2018 .btn {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
  border: solid 2px #ddd;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #666;
  position: relative;
}

.renewal2018 .btn::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}

.renewal2018 .btn-orange a {
  background-color: #ffb300;
  color: #fff;
  border: none;
}

.renewal2018 .btn-green a {
  background-color: #c0ca33;
  color: #fff;
  border: none;
}

.renewal2018 .btn-orange a::after,
.renewal2018 .btn-green a::after {
  border-color: #fff;
}

.renewal2018 .column-2-btn {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}

.renewal2018 .column-2-btn li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 16px;
  font-size: 15px;
  border-radius: 5px;
  border: solid 1px #ddd;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.renewal2018 .column-2-btn li:nth-child(2n+1) {
  margin-right: 16px;
}

.renewal2018 .column-2-btn li a {
  display: block;
  width: calc(100% - 30px);
  padding: 15px 20px 15px 10px;
  text-align: center;
  color: #2258a2;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.renewal2018 .column-2-btn li a::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 11px;
}

.renewal2018 .column-2-btn li[class^="btn-"] a {
  border: none;
  box-shadow: none;
  color: #fff;
}

.renewal2018 .column-2-btn li[class^="btn-"] a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


/***********************************************************************
* banner
********************************************************************** */

.renewal2018 .banner {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: auto;
}

.renewal2018 .banner img {
  display: block;
  width: 100%;
}


/***********************************************************************
* title
********************************************************************** */

.renewal2018 .title-label {
  display: block;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  color: #666;
}

.renewal2018 .title-label.blue {
  background-color: #00C3D3;
  color: #fff;
  min-height: 14px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
}

.renewal2018 .title-label a {
  display: block;
  padding-left: 23px;
  position: relative;
  font-weight: normal;
}

.renewal2018 .title-label a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}


/***********************************************************************
* add-paid add-pr
********************************************************************** */

.renewal2018 .add-paid-before::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/svg/icn-paid.svg) no-repeat center;
}

.renewal2018 .main-visual .add-paid-before::before {
  margin-right: 8px;
}

.renewal2018 .add-paid-after::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/svg/icn-paid.svg) no-repeat center;
}

.renewal2018 .column-image-list .add-paid-before::before {
  margin-right: 5px;
  vertical-align: middle;
}

.renewal2018 .add-pr-before::before {
  content: 'PR';
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 3px;
  background-color: #bbb;
  border-radius: 5%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.renewal2018 .add-pr-after::after {
  content: 'PR';
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 3px;
  background-color: #bbb;
  border-radius: 5%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.renewal2018 .news-caption.add-pr-before {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 25px;
  position: relative;
}

.renewal2018 .news-caption.add-pr-before::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.renewal2018 .news-caption.add-pr-after {
  display: inline-block;
  width: calc(100% - 30px);
  padding-right: 25px;
  position: relative;
}

.renewal2018 .news-caption.add-pr-after::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


/***********************************************************************
* list
********************************************************************** */

.renewal2018 .column-1-list {
  display: block;
}

.renewal2018 .column-1-list li {
  display: block;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}

.renewal2018 .column-1-list .news-title {
  display: block;
  line-height: 22.5px;
  color: #333;
}

.renewal2018 .column-1-list .news-caption {
  display: block;
  line-height: 15px;
  font-size: 10px;
  color: #666;
}

.renewal2018 .column-1-list.image-list a {
  display: flex;
  width: calc(100% - 20px);
  min-height: 31px;
  /*45px-14px*/
  padding: 7px 10px;
  align-items: center;
  justify-content: space-between;
}

.renewal2018 .column-1-list.image-list .tg-figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.renewal2018 .column-1-list.image-list .tg-figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.renewal2018 .column-1-list.image-list.image-large .tg-figure {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.renewal2018 .column-1-list.image-list .caption {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.renewal2018 .column-1-list.image-list.image-large .caption {
  width: calc(100% - 85px);
}

.renewal2018 .column-1-list.text-list a {
  display: block;
  width: calc(100% - 20px);
  min-height: 21px;
  /*45px-24px*/
  padding: 12px 10px;
}

.renewal2018 .column-1-list.text-list span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.renewal2018 .column-1-list.text-list .add-paid-before span
, .renewal2018 .column-1-list.text-list .add-pr-before span
, .renewal2018 .column-1-list.text-list .add-paid-after span
, .renewal2018 .column-1-list.text-list .add-pr-after span {
  width: calc(100% - 25px);
}

.renewal2018 .column-1-list .add-paid-before
, .renewal2018 .column-1-list .add-pr-before
, .renewal2018 .column-1-list .add-paid-after
, .renewal2018 .column-1-list .add-pr-after {
  position: relative;
}

.renewal2018 .column-1-list .add-paid-before::before
, .renewal2018 .column-1-list .add-pr-before::before {
  margin-right: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.renewal2018 .column-1-list .add-paid-before .news-title
, .renewal2018 .column-1-list .add-paid-before .news-caption
, .renewal2018 .column-1-list .add-pr-before .news-title
, .renewal2018 .column-1-list .add-pr-before .news-caption {
  margin-left: 25px;
}

.renewal2018 .column-1-list .add-paid-after::after
, .renewal2018 .column-1-list .add-pr-after::after {
  margin-right: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.renewal2018 .column-1-list .add-paid-after .news-title
, .renewal2018 .column-1-list .add-paid-after .news-caption
, .renewal2018 .column-1-list .add-pr-after .news-title
, .renewal2018 .column-1-list .add-pr-after .news-caption {
  margin-right: 25px;
}

.renewal2018 .column-2-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 1px #ddd;
}

.renewal2018 .column-2-list li {
  font-size: 15px;
  border-bottom: solid 1px #ddd;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  position: relative;
}

.renewal2018 .column-2-list li::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
}

.renewal2018 .column-2-list li a {
  display: block;
  padding: 15px 20px 15px 10px;
  line-height: 22.5px;
}

.renewal2018 .column-3-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px 0 5px;
}

.renewal2018 .column-3-list li {
    box-sizing: border-box;
    width: 32.3%;
    padding: 5px 0 2px 5px;
}

.renewal2018 .column-3-list li a {
  margin: 0;
}


/***********************************************************************
* modal
********************************************************************** */
.renewal2018 .modal-control {
  display: none;
}

.renewal2018 .modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  pointer-events: none;
  transition: background-color .3s;
}

.renewal2018 .modal > .tg-article {
  position: relative;
  width: 100%;
  background-color: #fff;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .29s .01s;
}

.renewal2018 .modal > .tg-article > .tg-header {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
}

.renewal2018 .modal > .tg-article > .tg-header label {
  position: relative;
  font-size: 12px;
  padding-right: 15px;
  color: #fff;
}

.renewal2018 .modal > .tg-article > .tg-header label::before,
.renewal2018 .modal > .tg-article > .tg-header label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 2px;
  height: 14px;
  margin: auto 0;
  background-color: #fff;
}

.renewal2018 .modal > .tg-article > .tg-header label::before {
  transform: rotate(45deg);
}

.renewal2018 .modal > .tg-article > .tg-header label::after {
  transform: rotate(-45deg);
}

.renewal2018 .modal > .tg-article .modal-content {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner {
  padding: 0 15px 15px;
  font-size: 14px;
  line-height: 1.66;
  color: #333;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner .list-title {
  margin-bottom: 10px;
  padding: 12px 0;
  font-size: 14px;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner .tg-figure {
  max-width: 100vmin;
  display: block;
  margin: 10px auto 0;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.renewal2018 .modal-control:checked ~ .modal {
  z-index: 10;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.renewal2018 .modal-control:checked ~ .modal > .tg-article {
  pointer-events: auto;
  opacity: 1;
}


/***********************************************************************
* header
********************************************************************** */

.renewal2018 .global-header .header-wrapper {
  display: block;
  height: 50px;
  width: 100%;
  background-color: #fff;
  border-bottom: solid #cccccc 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .3s;
}

.renewal2018 .global-header .header-wrapper.invisible {
  top: -51px;
}

.renewal2018 .global-header .left-column {
  float: left;
  max-width: 45%;
}

.renewal2018 .global-header .left-column::after {
  content: "";
  display: block;
  clear: both;
}

.renewal2018 .global-header .left-column a {
  display: block;
  width: 100%;
}

.renewal2018 .global-header .left-column .logo {
  display: inline;
  max-height: 25px;
  height: auto;
  width: calc(100% - 7px);
  padding: 12px 0 13px 7px;
}

.renewal2018 .global-header .right-column {
  float: right;
  max-width: 50%;
}

.renewal2018 .global-header .right-column::after {
  content: "";
  display: block;
  clear: both;
}

.renewal2018 .global-header .right-column .menu-list {
  display: flex;
  width: 170px;
  text-align: center;
  float: right;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.renewal2018 .global-header .right-column .menu-list > li {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
  width: auto;
  min-width: 50px;
  max-height: 50px;
}

.renewal2018 .global-header .right-column .menu-list li .add-paid::after {
  content: '';
  display: inline-block;
  background: url(../images/svg/icn-paid.svg) no-repeat center;
  width: 11px;
  height: 11px;
}

.renewal2018 .global-header .right-column .menu-list .article::before {
  content: '';
  display: block;
  background: url(../images/svg/icn-article.svg) no-repeat center;
  height: 18px;
}

.renewal2018 .global-header .right-column .menu-list .history::before {
  content: '';
  display: block;
  background: url(../images/svg/icn-history.svg) no-repeat center;
  height: 18px;
}

.renewal2018 .global-header .right-column .menu-list .menu-ttl {
  display: block;
  color: #2258a2;
  font-size: 9px;
  margin-top: 7px;
}

.renewal2018 .global-header .menu {
  display: block;
}

.renewal2018 .global-header.is-open .menu {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 7px;
  right: 9px;
  z-index: 13;
}

.renewal2018 .global-header .right-column .menu-list .menu-icn-wrapper {
  background-color: #2258a2;
}

.renewal2018 .global-header .right-column .menu-list .menu-icn-wrapper .menu-ttl {
  color: #fff;
}

.renewal2018 .global-header .menu .bar {
  display: block;
  margin: auto;
  height: 20px;
  width: 17px;
}

.renewal2018 .global-header .menu .bar li {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: auto;
  transition: all 0.3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.renewal2018 .global-header .menu .bar li:first-child {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}

.renewal2018 .global-header .menu .bar li:nth-child(2) {
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
}

.renewal2018 .global-header .menu .bar li:last-child {
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
}

.renewal2018 .global-header.is-open .menu .menu-ttl {
  display: none;
}

.renewal2018 .global-header.is-open .menu .bar li:first-child {
  transform: rotate(-45deg) translateY(11px) translateX(-11px);
  -webkit-transform: rotate(-45deg) translateY(11px) translateX(-11px);
  -moz-transform: rotate(-45deg) translateY(11px) translateX(-11px);
}

.renewal2018 .global-header.is-open .menu .bar li:nth-child(2) {
  background: rgba(255, 255, 255, 0);
}

.renewal2018 .global-header.is-open .menu .bar li:last-child {
  transform: rotate(45deg) translateY(8px) translateX(8px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
  -moz-transform: rotate(45deg) translateY(8px) translateX(8px);
}

.renewal2018 .global-header .right-column .menu-list .article {
  display: block;
  position: relative;
}

.renewal2018 .global-header .tooltip {
  display: block;
  width: 240px;
  border-radius: 5px;
  background-color: #2258a2;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 52px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease 0s, visibility 0ms linear 200ms;
}

.renewal2018 .global-header .tooltip.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease 0s, visibility 0ms linear;
}

.renewal2018 .global-header .tooltip.is-open::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -7px;
  left: 50%;
  right: 50%;
  margin: auto;
  border: 8px transparent solid;
  border-top-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
}

.renewal2018 .global-header .tooltip.is-open::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -6px;
  left: 50%;
  right: 50%;
  margin: auto;
  border: 7px transparent solid;
  border-top-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: #2258a2;
}

.renewal2018 .global-header .tooltip li {
  border-bottom: solid 1px #fff;
}

.renewal2018 .global-header .tooltip li:last-child {
  border-bottom: 0;
}

.renewal2018 .global-header .tooltip li a {
  display: block;
  padding: 17px 8px;
  line-height: 1.3;
  text-align: left;
  position: relative;
  font-size: 13px;
}

.renewal2018 .global-header .tooltip li a .label {
  display: inline-block;
  vertical-align: top;
  height: 10px;
  font-size: 10px;
  padding: 3px;
  color: #2258a2;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.renewal2018 .global-header .tooltip li a {
  padding: 17px 18px 17px 8px;
}

.renewal2018 .global-header .tooltip li:not(:last-child) a::after {
  content: '';
  background: url(../images/svg/icn-application.svg) no-repeat center;
  width: 13px;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}

.renewal2018 .global-header .tooltip li:last-child a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 15px;
}

/***********************************************************************
* menu
********************************************************************** */

.renewal2018 .global-header + .tg-main.is-fixed {
  position: fixed;
}

.renewal2018 .menu-background {
  display: none;
  height: 100%;
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.renewal2018 .global-header.is-open .menu-background {
  display: block;
  opacity: 0.2;
  animation: fadeIn .25s ease 0s 1 normal;
  -webkit-animation: fadeIn .25s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

.renewal2018 .global-header.is-close .menu-background {
  display: block;
  opacity: 0;
  animation: fadeOut .25s ease 0s 1 normal;
  -webkit-animation: fadeOut .25s ease 0s 1 normal;
}

@keyframes fadeOut {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.renewal2018 .menu-inner {
  display: none;
  position: fixed;
  z-index: 11;
  top: 100vh;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all .3s;
}

.renewal2018 .global-header.is-open .menu-inner {
  display: block;
  top: 0;
  animation: slideIn .5s ease 0s 1 normal;
  -webkit-animation: slideIn .5s ease 0s 1 normal;
}

@keyframes slideIn {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}

.renewal2018 .global-header.is-close .menu-inner {
  display: block;
  animation: slideOut .5s ease 0s 1 normal;
  -webkit-animation: slideOut .5s ease 0s 1 normal;
}

@keyframes slideOut {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
  }
}

@-webkit-keyframes slideOut {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
  }
}

.renewal2018 .global-header .menu-wrapper .menu {
  display: none;
  height: 35px;
  background: #2258a2;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 35px;
  top: 7px;
  right: 9px;
  z-index: 12;
}

.renewal2018 .global-header.is-open .menu-wrapper .menu {
  display: block;
}

.renewal2018 .menu-inner > div[class^="area-"] {
  padding-bottom: 20px;
  background-color: #fff;
}

.renewal2018 .menu-inner > div.area-search {
  padding-bottom: 5px;
}

.renewal2018 .menu-inner .area-search-inner {
  background-color: #f5f5f5;
  padding: 10px;
}

.renewal2018 .menu-inner .area-search input[type="text"] {
  padding: 8px;
  font-size: 14px;
  border: solid 1px #ddd;
  border-radius: 5px;
  width: calc(100% - 104px);
}

.renewal2018 .menu-inner .area-search .btn-search {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 0px;
  width: 80px;
  background-color: #2258a2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
}

.renewal2018 .menu-inner .area-search .btn-search .add-search::before {
  content: '';
  display: inline-block;
  background: url(../images/svg/icn-search.svg) no-repeat center;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.renewal2018 .menu-inner .area-member h3 {
  margin-bottom: 8px;
}

.renewal2018 .menu-inner .area-member .banner {
  margin-bottom: 15px;
}

.renewal2018 .menu-inner .area-member .user-info {
  display: block;
  width: 90%;
  margin: auto;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 22.5px;
}

.renewal2018 .menu-inner .area-member .column-2-btn {
  margin-bottom: -5px;
}

.renewal2018 .menu-inner .area-member .column-2-list {
  border-top: solid 1px #ccc;
}

.renewal2018 .menu-inner .area-inside .column-2-list {
  margin-bottom: 11px;
}

.renewal2018 .menu-inner .area-inside .column-2-btn {
  margin: 11px auto -8px;
}


/***********************************************************************
* footer
********************************************************************** */

.renewal2018 .global-footer.is-fixed {
  position: fixed;
  top: 100vh;
}

.renewal2018 .global-footer.is-bottom {
  padding-bottom: 60px;
}

.renewal2018 .global-footer > * {
  border-bottom: solid 1px #ddd;
}

.renewal2018 .global-footer .area-sns {
  background-color: #EEEEEE;
  padding: 12px 10px 20px;
}

.renewal2018 .global-footer .area-sns .logo-sns {
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto 15px;
  width: 200px;
  font-size: 13px;
  font-weight: bold;
}

.renewal2018 .global-footer .area-sns .logo-sns img {
  width: 50%;
}

.renewal2018 .area-sns .sns-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  max-width: 320px;
  margin: 0 auto 18px;
}

.renewal2018 .area-sns .sns-list li {
  display: inline-block;
  width: 32%;
  max-width: 100px;
}

.renewal2018 .area-sns .sns-list a {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 5px;
}

.renewal2018 .fixed-footer.area-sns .sns-list {
  margin-bottom: 0;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
}

.renewal2018 .area-sns .sns-list .act-facebook {
  background: url(../images/svg/img-fb.svg) no-repeat;
  background-position: center;
  background-size: 80%;
  background-color: #3b5998;
}

.renewal2018 .area-sns .sns-list .act-twitter {
  background: url(../images/svg/img-tw.svg) no-repeat;
  background-position: center;
  background-size: 75%;
  background-color: #55acee;
}

.renewal2018 .area-sns .sns-list .act-line {
  background: url(../images/svg/img-line.svg) no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: #00c21b;
}

.renewal2018 .global-footer .menu-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.renewal2018 .global-footer .menu-list li {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  align-self: normal;
  display: block;
  width: 50%;
  position: relative;
}

.renewal2018 .global-footer .menu-list li:last-child {
  border-bottom: none;
}

.renewal2018 .global-footer .menu-list li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
}

.renewal2018 .global-footer .menu-list li a {
  display: block;
  padding: 15px 25px 15px 10px;
  line-height: 22.5px;
}

.renewal2018 .global-footer .copyright {
  color: #cccccc;
  border-bottom: none;
  display: flex;
  height: 30px;
  width: 100%;
  font-size: 10px;
  align-items: center;
}

.renewal2018 .global-footer .copyright span {
  display: inline;
  margin: auto;
}

.renewal2018 .global-footer .area-device {
  padding: 20px 10px;
}

.renewal2018 .global-footer .area-device .device-list {
  display: flex;
  font-weight: bold;
  height: 40px;
  font-size: 12px;
  align-items: center;
}

.renewal2018 .global-footer .area-device .device-list li {
  flex: 1;
  text-align: center;
  display: table;
  height: 100%;
  width: 50%;
  background-color: #eee;
  color: #666;
}

.renewal2018 .global-footer .area-device .device-list li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.renewal2018 .global-footer .area-device .device-list li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.renewal2018 .global-footer .area-device .device-list .current {
  background-color: #2258a2;
  color: #fff;
}

.renewal2018 .global-footer .area-device .device-list li a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.renewal2018 .global-footer .area-device .device-list li a span {
  display: inline-block;
  position: relative;
  padding-left: 27px;
}

.renewal2018 .global-footer .area-device .device-list li a span::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.renewal2018 .global-footer .area-device .device-list .device-pc::before {
  background: url(../images/svg/icn-pc.svg) no-repeat;
  background-size: contain;
}

.renewal2018 .global-footer .area-device .device-list .device-sp::before {
  background: url(../images/svg/icn-sp.svg) no-repeat;
  background-size: contain;
}

/***********************************************************************
 PC用の調整スタイル
**********************************************************************/
.renewal2018 .tg-main {
  margin-top: 0;
}

.renewal2018 body, .renewal2018 div, .renewal2018 dl, .renewal2018 dt, .renewal2018 dd, .renewal2018 ul, .renewal2018 ol, .renewal2018 li, .renewal2018 h1, .renewal2018 h2, .renewal2018 h3, .renewal2018 h4, .renewal2018 h5, .renewal2018 h6, .renewal2018 pre, .renewal2018 code, .renewal2018 form, .renewal2018 fieldset, .renewal2018 legend, .renewal2018 p, .renewal2018 blockquote, .renewal2018 table, .renewal2018 th, .renewal2018 td {
  color: inherit;
}

.renewal2018 h1, .renewal2018 h2, .renewal2018 h3, .renewal2018 h4, .renewal2018 h5, .renewal2018 h6, .renewal2018 p, .renewal2018 pre, .renewal2018 blockquote, .renewal2018 address, .renewal2018 li, .renewal2018 dt, .renewal2018 dd, .renewal2018 th, .renewal2018 td, .renewal2018 strong, .renewal2018 em, .renewal2018 span {
  font-size: inherit;
}

.renewal2018 .caption {
  font-size: inherit;
  line-height: inherit;
}

.renewal2018 .date {
  font-size: inherit;
  color: inherit;
  font-weight: normal;
  padding: 0;
}

.renewal2018 .article-banner {
  width: 375px;
  margin: 10px auto;
}

.renewal2018 .common-tab-contents-wrapper {
  position: relative;
}

.renewal2018 .prev-selector::after
, .renewal2018 .next-selector::after {
  pointer-events: none;
}

.renewal2018 .column-1-btn {
  max-width: 280px;
}

.renewal2018 .column-1-list.image-list.image-large a {
  padding: 15px 10px;
}

.renewal2018 .column-1-list.image-list.image-large .tg-figure {
  width: 90px;
  height: 90px;
}

.renewal2018 .column-1-list.image-list.image-large .caption {
  width: calc(100% - 105px);
}

.renewal2018 .column-1-list.image-list.image-large .caption .news-attrs {
  margin-bottom: 2px;
}

.renewal2018 .column-1-list.image-list.image-large .caption .news-attrs > li {
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 12px;
}

.renewal2018 .column-1-list.image-list.image-large .caption .news-title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.renewal2018 .column-1-list.image-list.image-large .caption .news-caption {
  font-size: 12px;
}

.renewal2018 .column-1-list.image-list.image-large .add-paid-before::before,
.renewal2018 .column-1-list.image-list.image-large .add-pr-before::before {
  width: 21px;
  height: 21px;
}

.renewal2018 .column-1-list.image-list.image-large .add-paid-before .news-attrs,
.renewal2018 .column-1-list.image-list.image-large .add-paid-before .news-title,
.renewal2018 .column-1-list.image-list.image-large .add-paid-before .news-caption {
  margin-left: 35px;
}

.renewal2018 .title-label.blue {
  background-image: url(../images/common/bg_heading_slash_alpha25.png);
}

.renewal2018 .index-contents .column-3-list {
  padding: 3px 10px 0;
}

.renewal2018 .index-contents .column-3-list li {
  /* flex-basis: 200px; */
  margin-right: 5px;
  padding: 0;
  margin-top: 7px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border-radius: 5px;
  border: solid 1px #ddd;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.renewal2018 .column-1-btn::after {
  top: 50%;
  margin-top: -4px;
  border-width: 3px;
}

.renewal2018 .column-1-btn {
  cursor: pointer;
}

.renewal2018 .column-1-btn:hover {
  color: rgba(34, 88, 162, 0.5);
  text-decoration: none;
}

.renewal2018 .column-1-btn:hover::after {
  opacity: .5;
}

.renewal2018 .btn-orange .column-1-btn:hover,
.renewal2018 .btn-green .column-1-btn:hover {
  color: rgba(255, 255, 255, 0.5);
}

.renewal2018 .column-1-list.text-list a span {
  display: inline;
}

.renewal2018 .title-label.content-toggle {
  backface-visibility: hidden;
  cursor: pointer;
}

.renewal2018 .title-label.content-toggle:hover {
  opacity: .5;
}

.renewal2018 .month-archive .archive-list li a:hover {
  color: rgba(34, 88, 162, 0.5);
  text-decoration: none;
}

.renewal2018 .month-archive .archive-list li a:hover::after {
  opacity: .5;
}

.renewal2018 .modal > .tg-article > .tg-header label {
  cursor: pointer;
}

.renewal2018 .modal > .tg-article > .tg-header label:hover {
  opacity: .5;
}

.renewal2018 .prev-selector:hover,
.renewal2018 .next-selector:hover {
  opacity: .5;
}

.renewal2018 .area-shere-sns li a:hover span {
  opacity: .5;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li {
  backface-visibility: hidden;
  cursor: pointer;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li:hover {
  opacity: .5;
}

.renewal2018 .article-title-wrapper .article-title-sub .sns-list li a {
  backface-visibility: hidden;
}

.renewal2018 .area-shere-sns li a {
  backface-visibility: hidden;
}

.renewal2018 .modal {
  z-index: 10;
  padding: 0;
  opacity: 0;
  transition: opacity .3s;
  display: block;
}

.renewal2018 .modal > .tg-article {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: calc(100% - 100px);
  max-height: 600px;
  opacity: 1;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: inherit;
  transition: none;
  transform: translateY(-50%);
}

.renewal2018 .modal > .tg-article .modal-content {
  height: calc(100% - 30px);
  max-height: none;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner .tg-figure {
  max-width: none;
}

.renewal2018 .modal > .tg-article .modal-content .modal-content-inner img {
  display: inline-block;
}

.renewal2018 .modal-control:checked ~ .modal {
  opacity: 1;
}
.renewal2018 .modal > .tg-article .modal-content .modal-content-inner img {
    display: block;
}
