@charset "UTF-8";

/***********************************************************************
* content
********************************************************************** */

.renewal2018 .main-image {
  margin-bottom: 20px;
}

.renewal2018 .main-image .tg-figure {
  position: relative;
}

.renewal2018 .main-image .tg-figure::after {
  content: "";
  display: block;
  background: url(../../images/common/icn-pinch.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.renewal2018 .main-image img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.renewal2018 .main-image .caption {
  position: relative;
}

.renewal2018 .main-image .caption p {
  display: block;
  margin: auto;
  width: calc(100% - 100px);
  line-height: 1.3;
}

.renewal2018 .main-image .caption p {
  text-align: center;
}

.renewal2018 .sub-list-wrapper {
  margin-bottom: 30px;
}

.renewal2018 .sub-list-wrapper .sub-list {
  margin: auto;
  display: block;
  text-align: center;
  width: 310px;
  font-size: 1px;
  line-height: 1;
}

.renewal2018 .sub-list-wrapper .sub-list::after {
  content: '';
  display: block;
  clear: both;
}

.renewal2018 .sub-list-wrapper .sub-list li {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.4;
}

.renewal2018 .sub-list-wrapper .sub-list li:nth-child(n + 7) {
  margin-top: 10px;
}

.renewal2018 .sub-list-wrapper .sub-list {
  width: 100%;
  padding: 0 10px;
}

.renewal2018 .sub-list-wrapper .sub-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.renewal2018 .sub-list-wrapper .sub-list li .current {
  border: solid 5px #2258a2;
  box-sizing: border-box;
}

.renewal2018 .sub-list-wrapper .sub-list li img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.renewal2018 .area-shere-sns {
  background-color: #EEEEEE;
  padding: 16px;
  display: block;
}

.renewal2018 .area-shere-sns .sns-list {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.renewal2018 .area-shere-sns li {
  display: inline-block;
  width: 47%;
  margin-right: 4%;
}

.renewal2018 .area-shere-sns li:last-child {
  margin-right: 0;
}

.renewal2018 .area-shere-sns li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.renewal2018 .area-shere-sns .twi-tweet {
  background: #55acee;
}

.renewal2018 .area-shere-sns .fb-share {
  background: #3b5998;
}

.renewal2018 .area-shere-sns .line-share {
  background: #00c21b;
}

.renewal2018 .area-shere-sns li a span {
  display: inline-block;
}

.renewal2018 .area-shere-sns .twi-tweet span::before {
  content: "";
  background: url(../../images/svg/icn-tw.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.renewal2018 .area-shere-sns .fb-share span::before {
  content: "";
  background: url(../../images/svg/icn-fb.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 10px;
  margin-right: 8px;
  vertical-align: middle;
}

.renewal2018 .area-shere-sns .line-share span::before {
  content: "";
  background: url(../../images/svg/icn-line.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

/***********************************************************************
 PC用の調整スタイル
**********************************************************************/
.renewal2018 .main-image .tg-figure::after {
  display: none;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon {
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.twitter {
  margin-right: 5px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.twitter img {
  width: 20px;
  height: 16px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.facebook {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.facebook img {
  width: 9px;
  height: 20px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.line {
  margin-right: 7px;
}

.renewal2018 .area-shere-sns .sns-list li span .sns-icon.line img {
  width: 20px;
  height: 20px;
}

.renewal2018 .area-shere-sns .sns-list li span::before {
  display: none;
}
