<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* back to gym */
#cpHeader {
  color: #fff;
  background: #000;
  text-align: center;
}
#cpHeader .cp-name {
  padding: 2em 0 1.2em;
  line-height: 1.4;
  font-weight: 700;
}
#cpHeader .logo {
  margin-bottom: 0;
}
#cpHeader .logo img {
  width: 100%;
}
#cpContents {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
#cpContents .lead {
  color: #7d61a8;
  font-weight: 700;
}
.howto-btn {
  position: relative;
  padding: .3em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: opacity .15s linear;
}
.howto-btn.af {
  padding: 1em 0;
  background: #7d61a8;
}
.howto-btn.ua {
  background: #000;
}
.howto-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/cp_backtogym/icon_down.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 5;
}
.howto-block.active .howto-btn::before {
  background-image: url("../img/cp_backtogym/icon_close.svg");
}
.howto-sec {
  height: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}
.howto-block.active .howto-sec {
  height: auto;
  max-height: none;
  visibility: visible;
  opacity: 1;
}
.howto-sec .title {
  padding: .5em 0;
  border-top: 3px solid #7d61a8;
  border-bottom: 3px solid #7d61a8;
  color: #7d61a8;
  line-height: 1.46;
  font-weight: 700;
}
.howto-list,
.app-bnrs,
.detail-list {
  padding: 0;
  margin: 0;
}
.howto-list .number {
  display: block;
}
.howto-title {
  padding: .5em 0 1em;
  line-height: 1.45;
}
.app-links .note {
  color: #666;
}
.app-links .app-image {
  width: 20.667vw;
  max-width: 155px;
  margin: 0 auto;
}
.app-links .app-bnrs {
  overflow: hidden;
  max-width: 510px;
  margin: 0 auto;
}
.app-links .app-bnrs &gt; li {
  float: left;
  width: 46.67%;
}
.app-links .app-bnrs &gt; li + li {
  float: right;
}
.capture {
  background: #bcbcbc;
}
.capture span {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.howto-last-title {
  border-top: 1px solid #e50000;
  border-bottom: 1px solid #e50000;
}
.howto-last-title .red {
  color: #e50000;
  font-weight: 700;
}
.howto-last-title .red &gt; span {
  display: block;
}
.search-btn a {
  display: inline-block;
  padding: .4em 1em;
  color: #fff;
  background: #00acce;
  border-radius: 5em;
  transition: background .15s linear;
}
.link-ua-ec {
  padding-bottom: 1em;
}
.link-ua-ec a {
  color: #0071bc;
  text-decoration: underline;
}
.campaign-detail {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.detail-title {
  padding-bottom: .6em;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.detail-list {
  border-top: 1px solid #a6a6a6;
  color: #333;
}
.detail-list .list-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
}
.detail-list .list-col {
  display: table-cell;
  padding: .8em 0;
  vertical-align: middle;
}
.detail-list .list-col:not(:first-of-type) {
  border-left: 1px solid #a6a6a6;
}
.howto-close span {
  display: inline-block;
  color: #666;
  cursor: pointer;
  transition: opacity .15s linear;
}
.howto-close span::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/cp_backtogym/icon_up.svg") no-repeat center center;
  background-size: 100% auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #cpHeader .cp-name {
    font-size: 2.8rem;
  }
  #cpHeader .cp-mv {
    position: relative;
    max-width: 1280px;
    padding-bottom: 35px;
    margin: 0 auto;
    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;
  }
  #cpHeader .logo {
    width: 30.4%;
    padding-left: 20px;
    margin: 0 auto;
  }
  #cpHeader .logo span {
    display: block;
    max-width: 292px;
    margin: 0 0 0 auto;
  }
  #cpHeader .image {
    width: 63.125%;
  }
  #cpContents {
    padding: 40px 15px 50px;
  }
  #cpContents .lead {
    font-size: 2rem;
    line-height: 1.75;
  }
  .outline {
    padding: 35px 0 55px;
  }
  .outline .image {
    width: 470px;
    margin: 0 auto;
  }
  .outline .text {
    padding-top: 40px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .howto-block {
    padding-bottom: 30px;
  }
  .howto-btn {
    border-radius: 10px;
    line-height: 1.45;
    font-size: 2rem;
  }
  .howto-btn::before {
    width: 42px;
    height: 42px;
    right: 30px;
  }
  .howto-btn:hover {
    opacity: .75;
  }
  .howto-block.active .howto-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .howto-list {
    padding-top: 10px;
  }
  .howto-list .list {
    padding-top: 50px;
  }
  .howto-list .number img {
    width: auto;
    height: 35px;
  }
  .howto-title {
    padding: 1em 0 1.5em;
    font-size: 2rem;
  }
  .app-links .app-image {
    padding-bottom: 45px;
  }
  .app-links .app-bnrs &gt; li {
    max-width: 220px;
  }
  .app-links .app-bnrs img {
    transition: opacity .15s linear;
  }
  .app-links .app-bnrs a:hover img {
    opacity: .75;
  }
  .app-links .note {
    padding-top: 30px;
    font-size: 1.4rem;
    line-height: 1.64;
  }
  .capture {
    padding: 15px;
  }
  .howto-last-title {
    max-width: 700px;
    padding: 10px 0;
    font-size: 2rem;
    margin: 30px auto 60px;
  }
  .search-btn {
    padding: 20px 0;
  }
  .search-btn a {
    padding: .5em 1.5em;
    font-size: 1.6rem;
  }
  .search-btn a:hover {
    background: #7d61a8;
  }
  .link-ua-ec {
    font-size: 2.6rem;
  }
  .link-ua-ec a:hover {
    text-decoration: none;
  }
  .campaign-detail {
    padding: 0 0 40px;
  }
  .detail-title {
    font-size: 1.6rem;
  }
  .detail-list .list-row {
    padding: 10px 0;
  }
  .detail-list .list-col {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .detail-list .list-col:first-of-type {
    padding-left: .5em;
    width: 15em;
  }
  .detail-list .list-col:not(:first-of-type) {
    padding-left: 2.5em;
    width: calc(100% - 15em);
  }
  .howto-close {
    font-size: 2rem;
  }
  .howto-close span:hover {
    opacity: .75;
  }
  .howto-close span::before {
    width: 46px;
    height: 30px;
  }
}
/** pc **/
@media print,screen and (min-width: 1001px) {
}
/** tablet **/
@media print,screen and (min-width: 701px) and (max-width: 1000px) {
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #cpHeader .cp-name {
    font-size: 1.4rem;
  }
  #cpHeader .logo {
    width: 43.6%;
    margin: 0 auto;
  }
  #cpHeader .image {
    padding: 7.3% 0 4.67%;
  }
  #cpContents {
    padding: 20px 0 50px;
  }
  #cpContents .lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .outline {
    padding: 20px 0 30px;
  }
  .outline .image {
    width: 87%;
    margin: 0 auto;
  }
  .outline .text {
    padding-top: 30px;
    width: 85.33%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.54;
  }
  .howto-block {
    padding-bottom: 10px;
  }
  .howto-btn {
    padding: .66em 0;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-right: 60px;
  }
  .howto-btn.af {
    padding: 1.3em 0;
  }
  .howto-btn::before {
    width: 20px;
    height: 20px;
    right: 30px;
  }
  .howto-block.active .howto-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .howto-sec .title {
    margin-left: 15px;
    margin-right: 15px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.5rem;
  }
  .howto-list {
    padding-top: 10px;
  }
  .howto-list .list {
    padding-top: 30px;
  }
  .howto-title {
    font-size: 1.3rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .howto-last-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .howto-list .number img {
    width: auto;
    height: 26px;
  }
  .app-links .app-image {
    padding-bottom: 20px;
  }
  .app-links .app-bnrs {
    width: 88vw;
    max-width: 330px;
  }
  .app-links .note {
    padding-top: 15px;
    font-size: .9rem;
    line-height: 1.67;
  }
  .capture {
    padding: 4.5% 15px;
  }
  .howto-last-title {
    padding: 10px 0;
    font-size: 1.5rem;
    margin: 20px 15px 30px;
  }
  .howto-last-title .red &gt; span {
    font-size: 1.2rem;
  }
  .search-btn {
    padding: 15px 0;
  }
  .search-btn a {
    font-size: 1.3rem;
  }
  .howto-last-title .note {
    font-size: 1.2rem;
  }
  .link-ua-ec {
    font-size: 1.5rem;
  }
  .campaign-detail {
    padding: 0 15px 40px;
  }
  .detail-title {
    font-size: 1.2rem;
  }
  .detail-list .list-row {
    padding: 8px 0;
  }
  .detail-list .list-col {
    font-size: 1rem;
    line-height: 1.75;
  }
  .detail-list .list-col:first-of-type {
    width: 13em;
  }
  .detail-list .list-col:not(:first-of-type) {
    padding-left: 1em;
    width: calc(100% - 13em);
  }
  .howto-close {
    font-size: 1rem;
  }
  .howto-close span::before {
    width: 23px;
    height: 15px;
  }
}
/** smartphone small **/
@media screen and (max-width: 420px) {
  #cpHeader .cp-name {
    font-size: 1.3rem;
    font-size: 3.73vw;
  }
  #cpContents .lead {
    font-size: 1.5rem;
    font-size: 4.26vw;
  }
}

.nsf202104-banner {
  max-width: 960px;
  margin: 0 auto;
}
.nsf202104-banner a {
  display: block;
  position: relative;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .nsf202104-banner {
    padding-top: 50px;
  }
  .nsf202104-banner .more {
    position: absolute;
    width: 54.8%;
    left: 0;
    bottom: 0;
    margin-bottom: 14.9%;
    text-align: center;
    color: #676767;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .nsf202104-banner a:hover .more {
    text-decoration: underline;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .nsf202104-banner {
    padding-top: 20px;
  }
  .nsf202104-banner .more {
    display: none;
  }
}</pre></body></html>