@charset "UTF-8";

.stl {
  background: url(../img/benefit/tl-main.png) no-repeat 0 0;
  width: 281px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -80px;
}
.stl-voice {
  background: url(../img/benefit/tl-customer.png) no-repeat 0 0;
  width: 281px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

/* debug */
#headSec {
  /*display: none;*/
}

/*nobelSec*/
#nobelSec {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000;
  background: #fefcf5;
  top: 0;
  left: 0;
  max-height: 675px;
  overflow: hidden;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
.nobel-inner {
  position: relative;
  height: 100%;
  width: 960px;
  margin: 0 auto;
}
.nobel-main {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
.nobel-main li {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -460px;
  width: 100%;
  margin-top: -337.5px;
  display: none;
}
.nobel-main li img {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

#anchorBenefit,
#anchorMember {
  width: 100%;
  height: 1px;
}
#anchorMember {
  margin-top: 65px;
}
#circle {
  width: 635px;
  position: absolute;
  top: -135px;
  left: -190px;
  z-index: 100;
}
#circle-img {
  width: 960px;
  height: 635px;
  background-size: 635px 635px;
}

/*.n-p1 {
  margin-left: -222px;
  margin-top: -135px;
}*/
.nobel-control {
  width: 380px;
  position: absolute;
  bottom: 42px;
  right: 50px;
  display: none;
}
.nobel-control li {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 60px;
}
.nobel-control li.last {
  margin-left: 180px;
}
.nobel-control li a.on:hover {
  opacity: 1;
}
.nobel-prev a {
  background: url(../img/benefit/nobel/btn-prev.png) no-repeat 0 0;
  width: 52px;
  height: 0;
  padding-top: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.nobel-prev a.on {
  opacity: 0;
  position: absolute;
  z-index: 100;
  background: url(../img/benefit/nobel/btn-prev_on.png) no-repeat 0 0;
}
.nobel-next a {
  background: url(../img/benefit/nobel/btn-next.png) no-repeat 0 0;
  width: 54px;
  height: 0;
  padding-top: 15px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.nobel-next a.on {
  opacity: 0;
  position: absolute;
  z-index: 100;
  background: url(../img/benefit/nobel/btn-next_on.png) no-repeat 0 0;
}
.nobel-skip a {
  background: url(../img/benefit/nobel/btn-skip.png) no-repeat 0 0;
  width: 85px;
  height: 0;
  padding-top: 14px;
  display: block;
  overflow: hidden;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.nobel-skip a.on {
  opacity: 0;
  position: absolute;
  z-index: 100;
  background: url(../img/benefit/nobel/btn-skip_on.png) no-repeat 0 0;
}

/*benefitmain*/
.benefitmain {
  margin-top: 30px;
}
.benefitmain img {
  width: 100%;
}

/*aboutArea*/
.aboutArea {
  margin-top: 50px;
}
.tl-about {
  background: url(../img/benefit/tl-about.png) no-repeat 0 0;
  width: 469px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.aboutArea ul {
  text-align: center;
  margin: 30px auto 0;
  width: 660px;
}
.aboutArea ul li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.aboutArea ul li.last {
  margin-right: 0;
}
.topcWrap {
  background: #ebe3eb;
  background: url(../img/benefit/bg-topic.jpg) no-repeat 0 0\9; /*for IE8*/
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.topic-num {
  font-size: 3.076em;
  color: #a284c2;
  padding-top: 20px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topic-tl {
  font-size: 1.615em;
  color: #a284c2;
  margin-top: 9px;
}
.topic-text {
  font-size: 1.076em;
  line-height: 1.571;
  margin-top: 10px;
}
.topic-text a {
  color: #666666;
  text-decoration: underline;
}
.topic-text a:hover {
  text-decoration: none;
}

/*voiceArea*/
.voiceArea {
  width: 640px;
  margin: 50px auto 0;
}
.voice-tl {
  background: url(../img/benefit/tl-voice.png) no-repeat 0 0;
  width: 160px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.voice-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
  color: #666666;
}
.voice-desc.is-small {
  font-size: 16px;
}
.voice-inner {
  margin-top: 33px;
}
.voice-detail {
  text-align: left;
  float: left;
}
.voice-detail li {
  background: url(../img/benefit/bg-dot.png) no-repeat 0 center;
  padding-left: 13px;
  font-size: 1.384em;
  line-height: 2;
}
.voice-detail li a {
  text-decoration: none;
  border-bottom: solid 1px #666666;
  color: #666;
}
.voice-detail li a:hover {
  border-bottom: solid 1px #fefcf5;
}
.box-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 520px;
  margin: -10px auto 65px;
}
.btn-detail a {
  background: #9e81c4 url(../img/common/arrow-white.png) no-repeat 10px center;
  border: solid 1px #9e81c4;
  width: 250px;
  height: 60px;
  line-height: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 4px;
  font-size: 1.23em;
  text-decoration: none;
  padding-left: 7px;
  margin-top: 34px;
}
.btn-detail a:hover {
  background: #fefdf9 url(../img/common/arrow-white_on.png) no-repeat 10px center;
  color: #9e81c4;
}
.voice-img {
  float: right;
  display: block;
}
/*approachArea*/
.approachArea {
  width: 640px;
  margin: 50px auto 0;
}
.tl-approach {
  background: url(../img/benefit/tl-approach.png)no-repeat 0 0;
  width: 221px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.img-goup {
  width: 100%;
}
.img-goup li {
  width: 50%;
  float: left;
}
.img-goup li img {
  width: 100%;
}
.stl-approach {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 28px;
}
.stl-approach2 {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.stl-approach3 {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/benefit/tl-price.png) no-repeat 0 0;
  width: 212px;
  height: 23px;
  margin-top: 35px;
}
.stl-approach4 {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/benefit/tl-concierge.png) no-repeat 0 0;
  width: 507px;
  height: 23px;
  margin-top: 35px;
}
.approach-text {
  font-size: 1.23em;
  line-height: 1.75;
  text-align: left;
  margin-top: 13px;
}
.approach-bus {
  margin-top: 45px;
}
.approach-meeting,
.approach-portrait,
.approach-message {
  margin-top: 56px;
}
.approach-bus .stl-approach {
  background: url(../img/benefit/tl-bus.png) no-repeat 0 0;
  width: 181px;
  height: 22px;
}
.approach-meeting .stl-approach {
  background: url(../img/benefit/tl-meeting.png) no-repeat 0 0;
  width: 414px;
  height: 24px;
}
.approach-portrait .stl-approach2 {
  background: url(../img/benefit/tl-portrait.png) no-repeat 0 0;
  width: 292px;
  height: 24px;
}
.approach-message .stl-approach2 {
  background: url(../img/benefit/tl-message.png) no-repeat 0 0;
  width: 282px;
  height: 22px;
}
/*inquiryArea*/
.inquiryArea {
  background: #f9f3e8;
  padding-top: 42px;
  padding-bottom: 20px;
  margin-top: 96px;
}
.tl-inquiry {
  font-size: 2em;
  line-height: 1.692;
  color: #444444;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-sub {
  font-size: 1.384em;
  margin-top: 24px;
}
.inquiry-note {
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #444444;
}
.btn-inquiry a {
  background: #9e81c4 url(../img/common/arrow-white.png) no-repeat 12px center;
  border: solid 1px #9e81c4;
  width: 400px;
  height: 60px;
  line-height: 57px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.23em;
  padding-left: 1px;
}
.btn-inquiry a:hover {
  background: #f9f3e8 url(../img/common/arrow-white_on.png) no-repeat 12px center;
  color: #9e81c4;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -49px;
}
.icon-movie {
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -66px;
  opacity: 0;
}
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.page-navi {
  width: 580px;
  text-align: center;
  margin: 44px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-navi li {
  width: 280px;
  margin-bottom: 20px;
}
.page-navi li:nth-child(odd) {
  margin-right: 20px;
}
.page-navi li a {
  background: none;
  height: 40px;
  line-height: 38px;
  display: block;
  border: 1px solid #9e81c4;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.page-navi li.last a {
  margin-right: 0;
}
.page-navi li a:hover {
  background: #9e81c4;
  color: #fff;
}
