@CHARSET "utf-8";

/*------------------------------
layout
------------------------------*/

html, body,
#wrapper {
  height: 100%;
}

body {
  position: relative;
}

#wrapper{
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header .news,
#content {
  position: relative;
  z-index: 10;
}

.hide {
  display: none;
}

.modal_on {
  overflow: hidden;
}

#viewport{
  width: 100%;
  height: 100%;
}

/*------------------------------
module
------------------------------*/

.shadowBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -10;
}

.shadowBg .top {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../ne_img/2014re/common_shadowTop.gif) repeat-x;
}

.shadowBg .arrow {
  width: 60px;
  height: 24px;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: 0;
  background: url(../ne_img/2014re/content_flow_arrow.gif) no-repeat;
}

.shadowBg .bottom {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../ne_img/2014re/common_shadowBottom.gif) repeat-x;
}

/*------------------------------
header
------------------------------*/

/* .main */

#header .main,
#header .main .overlay {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#header .main .video {
  height: 100%;
}

#header .main .video > video {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

#header .main .video > img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

#header .main .overlay {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#header .main .overlay .text {
  width: 100%;
  margin-top: -180px;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#header .ne_logo_top {
  width: 300px;
  margin: 0 0 10px;
}

#header .main .overlay .text > h1 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 2px;
}

#header .main .overlay .text > .copy {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

#header .main .overlay .text .watch_movie {
  display: inline-block;
}

#header .main .overlay .text .watch_movie > a > img {
  display: inline-block;
  vertical-align: bottom;
}

/* メインビジュアル静止画（キャンペーン時など） **********************************************/
#header .MainCampaign {
  position: relative;
  width: 100%;
  padding-top: 115px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#header .MainCampaign .MainCampaign_inner {
  position: relative;
  width: 70%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
}
#header .MainCampaign .MainCampaign_visual {
  width: 70%;
  margin: 0 auto;
}
#header .MainCampaign .MainCampaign_link {
  position: relative;
  display: block;
  width: 600px;
  margin: 40px auto 0 auto;
  transition: 0.3s all ease;
}
#header .MainCampaign .MainCampaign_button {
  width: 100%;
}
@media screen and (max-width: 940px) {
  #header .MainCampaign {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #header .MainCampaign .MainCampaign_inner {
    width: 100%;
  }
  #header .MainCampaign .MainCampaign_link {
    margin-top: 20px;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #header .MainCampaign .MainCampaign_inner {
    padding: 20px 0;
  }
  #header .MainCampaign .MainCampaign_link {
    margin-top: 10px;
    width: 80%;
  }
}

/* 全画面切替用CSS ********************/
#header .MainCampaign#js-full-header {
  height: 100vh;
}
#header .MainCampaign#js-full-header .MainCampaign_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  max-width: 1200px;
  height: 70%;
}
@media screen and (max-width: 768px) {
  #header .MainCampaign#js-full-header {
    height: 90vh;
  }
  #header .MainCampaign#js-full-header .MainCampaign_inner {
    width: 100%;
  }
  #header .MainCampaign#js-full-header .MainCampaign_link {
    width: 60%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  #header .MainCampaign#js-full-header .MainCampaign_link {
    margin-top: 10px;
  }
  #header .MainCampaign#js-full-header .MainCampaign_link {
    width: 80%;
  }
}
/* 全画面切替用CSS ここまで************/
/* メインビジュアル静止画 ここまで ********************************************************/

/* .scrollBtn */

#header .main .overlay .scrollBtn.s {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}

#header .main .overlay .scrollBtn.l {
  width: 100%;
  position: absolute;
  bottom: -60px;
  text-align: center;
}

#header .main .overlay .scrollBtn.l .btn {
  display: inline-block;
  width: 398px;
  height: 58px;
  border: 1px solid #0099ff;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#header .main .overlay .scrollBtn.l .btn:hover {
  border: 1px solid #fff;
}

#header .main .overlay .scrollBtn.l .btn > span {
  display: inline-block;
  margin-left: 26px;
  line-height: 58px;
}

#header .main .overlay .scrollBtn.l .btn > img {
  margin-top: -16px;
  position: absolute;
  right: 22px;
  top: 50%;
}

/* .pickup */

#header .pickup {
    min-width: 1024px;
    width: 100%;
    padding: 25px 0 0 0;
    overflow: hidden;
    background-color: #f4f4f4;
}

#header .pickup > .inner {
width: 300px;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border-radius: 4px;
}


}

#header .pickup > a.inner:hover {
	background-color:#0099ff;
}




/* .news */

#header .news {
  min-width: 1024px;
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
  background-color: #f4f4f4;
}

#header .news > .inner {
  width: 874px;
  padding-left: 134px;
  margin: 0 auto;
  position: relative;
}

#header .news .inner h2 {
  position: absolute;
  left: 16px;
  font-size: 20px;
  line-height: 28px;
}

#header .news .inner .newsWrap {
  padding-left: 101px;
  text-indent: -102px;
  line-height: 2;
  font-size: 14px;
}

#header .news .inner .newsWrap .date {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #b7b7b7;
  line-height: 2;
}

#header .news .inner .newsWrap .newsContent {
  line-height: 1.5;
}

#header .news .inner .newsWrap .newsContent:hover .message {
  text-decoration: underline;
}


#header .news .inner .newsWrap .newsContent .newIcon {
  padding-left: 7px;
  color: #ff0065;
}



/*------------------------------
content
------------------------------*/

/* only-sp */

@media screen and (min-width: 768px){
.only-sp {
  display: none;
}
}


/* center-button */

.center-button {
  text-align: center;
  max-width: 350px;
  margin: auto;
}

.center-button .detail > a {
  min-width: 300px;
}

.center-button .detail > a > span {
    display: inline-block;
    margin-left: 32px;
    font-size: 18px;
    float: inherit;
    line-height: 32px;
    text-align: center;
}

.center-button .detail > a > img {
    display: inline-block;
    float: right;
}

@media screen and (max-width: 768px){
.center-banner {
  display: none;
}
}

/* flowtoparea */
#content #flowtoparea > h2 {
  margin: 0 auto 0px;
  text-align: center;
  font-size: 24px;
}

#content #flowtoparea > #toparrow {
    margin-top: -60px;
    padding-top: 60px;
}

#content #flowtoparea > h2 > .inner {
  display: inline-block;
  padding: 0 25px 24px;
  border-bottom: 2px solid #0099ff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#content #flowtoparea > h2 .inner > span {
  font-size: 56px;
  color: #0099ff;
}

@media screen and (max-width: 790px) {

#content #flowtoparea > h2 > .inner > a > img {
  width: 110%;
}

.top-under img.top-underimg {
  width: 100%;
}

}

#content #flowtoparea .subtext {
   text-align: center;
  font-size: 16px;
  margin: 24px auto 86px;
line-height: 1.75;
}

#content #flowtoparea .subtext > small {
    font-size: 10px;
    margin-right: 10px;
}




#content #flowtoparea .steps .inner .user {
    text-align: center;
}

#content #flowtoparea .steps .inner .step2 {
    width: 33%;
    float: left;
}

@media screen and (max-width: 768px){
#content #flowtoparea .steps .inner .step2 {
  width: 100%;
  height: 450px;
  margin-bottom: 70px;
}
}

#content #flowtoparea .steps .inner .step2 .step3 {
    margin-left: 8px;
    margin-right: 8px;
    height: 440px;
    background-color: #fff;
    padding:10px;
    border-bottom: 2px solid #e6e6e6;
}


#content #flowtoparea .steps .inner .step2 .step3 .figure {
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 24px;
    color: #0099ff;
}


#content #flowtoparea .steps .inner .step2 .step3 .figure > a > img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 20px;
}

#content #flowtoparea .steps .inner .step2 .step3 .text {
    padding-top: 28px;
    text-align: center;
}

#content #flowtoparea .steps .inner .step2 .step3 .text > h3 {
    text-align: center;
    margin-top:15px;
    font-size: 24px;
    margin-bottom: 26px;
    color: #09f;
    font-weight: 400;
}

#content #flowtoparea .steps .inner .step2 .step3 .text > p {
    font-size:14px;
    margin-top:10px;
    text-align: left;
	line-height: 1.75;
}





/* about */

#content #about {
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 149px;
  /*border-top: 2px solid #e8e8e8;*/
  border-bottom: 2px solid #e8e8e8;
}

#content #about > .inner {
  width: 1024px;
  margin: 0 auto;
}

#content #about > h2 {
margin: 0 auto 0px;
    text-align: center;
    font-size: 24px;
}

#content #about > h2 > .inner {
  display: inline-block;
  padding: 0 25px 24px;
  border-bottom: 2px solid #0099ff;
  letter-spacing: 0.1em;
    width: 50%;
}

#content #about > h2 .inner > span {
  font-size: 56px;
  color: #0099ff;
}

#content #about .subtext {
   text-align: center;
  font-size: 16px;
  margin: 24px auto 86px;
line-height: 1.75;
}

#content #about .inner .box {
  position: relative;
}

#content #about .inner .box.box_1 {
  margin-bottom: 124px;
}

#content #about .inner .box.box_2 {
  padding-top: 13px;
  margin-bottom: 45px;
  overflow: hidden;
}


#content #about .inner .box .index {
  width: 88px;
  border-bottom: 4px solid #0099ff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  font-size: 96px;
  color: #0099ff;
}

#content #about .inner .box.box_2 .index {
  position: absolute;
  left: 668px;
  top: 0;
}

#content #about .inner .box.box_1 .figure {
  width: 490px;
  height: 300px;
  position: absolute;
  right: 12px;
}

#content #about .inner .box.box_2 .figure {
  width: 577px;
  height: 300px;
}

#content #about .inner .box.box_3 .figure {
  width: 496px;
  height: 300px;
  position: absolute;
  right: 0px;
}

#content #about .inner .box.box_3 .figure > img  {
  float: right;
}

@media screen and (max-width: 768px){
	#content #about .inner .box.box_3 .figure > img {
	    float: none;
	}
}

#content #about .inner .box .figure > img {
  vertical-align: bottom;
}

#content #about .inner .box.box_2 .text {
  position: absolute;
  left: 570px;
  display: table;
    top: 15%;
}

#content #about .inner .box .text .title {
  margin-bottom: 10px;
}

#content #about .inner .box .text .title > h3 {
  letter-spacing: 0.01em;
  line-height: 1.57;
  font-size: 28px;
  color: #0099ff;
}

#content #about .inner .box .text .copy {
  margin-bottom: 15px;
  line-height: 1.75;
}

#content #about .inner .box .text .copy > small {
  font-size: 12px;
  color: #888;
}


/* flow */

#content #flow {
  min-width: 1024px;
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
}

#content #flow > .inner {
  width: 1024px;
  margin: 0 auto;
}

#content #flow h2 {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 28px;
}

#content #flow .steps > .inner {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 75px;
  overflow: hidden;
}

#content #flow .steps .inner .step {
  width: 320px;
  float: left;
  margin-left: 16px;
}

#content #flow .steps .inner .step.last {
  margin-right: 0;
}

#content #flow .steps .inner .step .figure {
  width: 320px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 24px;
  color: #0099ff;
}

#content #flow .steps .inner .step .figure > img {
  display: block;
  width: 123px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}

#content #flow .steps .inner .step .figure.fig1 > img {
  padding-bottom: 1px;
}

#content #flow .steps .inner .step .figure.fig2 > img,
#content #flow .steps .inner .step .figure.fig3 > img {
  margin-top: 21px;
}

#content #flow .steps .inner .step .figure > span {
  font-size: 40px;
}

#content #flow .steps .inner .step .text {
  width: 320px;
  padding-top: 28px;
  text-align: center;
}

#content #flow .steps .inner .step .text .title {
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 24px;
}

#content #flow .steps .inner .step .text .desc {
  width: 252px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.71;
  font-size: 14px;
}

#content #flow .try {
  text-align: center;
  position: relative;
}

#content #flow .try > .inner {
  padding-top: 62px;
  padding-bottom: 50px;
  position: relative;
}

#content #flow .try p {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-size: 20px;
}

#content #flow .try .inner .btnWrap .campaign {
    margin-bottom: 20px;
    color: #ff0065;
}

#content #flow .try .btnWrap {
  width: 488px;
  margin: 0 auto;
}

#content #flow .try .btnWrap .btn {
  display: block;
  height: 58px;
  border: 1px solid #0099ff;
  border-radius: 3px;
  line-height: 58px;
  font-size: 20px;
  z-index: 10;
}

#content #flow .try .btnWrap .btn02 {
  display: block;
  /*height: 58px;*/
 height: 78px;
  border: 1px solid #ff0065;
  border-radius: 3px;
  /*line-height: 58px;*/
  /*font-size: 20px;*/
 line-height: 78px;
 font-size: 24px;
  z-index: 10;
  text-align:center;
}

@media screen and (max-width: 1024px) {
#content #flow .try .btnWrap .btn02 {
  height: 58px;
  line-height: 58px;
  font-size: 20px;
}
}


/* voice */
#voice {
  margin-top: 30px;
}

#content #voice .titleArea > .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#content #voice .titleArea .inner > h2 {
  padding-top: 58px;
  padding-bottom: 42px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 28px;
}

#content #voice #videoArea {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

#content #voice #videoArea .videoWrap {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#content #voice #videoArea .videoWrap.lt {
  float: left;
}

#content #voice #videoArea .videoWrap.rt {
  float: right;
}

#content #voice #videoArea .videoWrap .video {
  height: 400px;
  position: relative;
  overflow: hidden;
}

#content #voice #videoArea .videoWrap .video .bg {
    width: 100%;
    height: auto;
}

#content #voice #videoArea .videoWrap .video .btn .bg {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

#content #solution {
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 60px;
  background-color: #ededed;
  /* border-bottom: 2px solid #e8e8e8; */
}

#content #solution > .inner {
  width: 1024px;
  margin: 0 auto;
}

#content #solution .inner .box.box_1 {
  padding-left: 16px;
  /* margin-bottom: 107px; */
  overflow: hidden;
}

#content #solution .inner .text {
  position: absolute;
  right: 480px;
  /*top: 100px;*/
  /* display: table; */
}

#content #solution .inner .box .text .copy {
  line-height: 1.75;
  margin-bottom: 15px;
  font-size: 32px;
}

#content #solution .inner .box .text .copy span {
	font-size: 10px;
}

#content #solution .inner .agiimg {
  width: 359px;
  height: 220px;
  /* position: absolute; */
  left: 16px;
  top: 119px;
  float: right;
}

#content #solution .inner .agiimg > img {
  vertical-align: bottom;
}

#content #solution .inner .box {
  position: relative;
}

#content #solution .inner .btnWrap .btn {
  display: block;
  height: 58px;
  border: 1px solid #0099ff;
  border-radius: 3px;
  line-height: 58px;
  font-size: 20px;
  z-index: 10;
  text-align: center;
}

#content #solution .inner .btnWrap {
  width: 300px;
  /*margin: 0 auto;*/
}



@media screen and (max-width: 1280px) {
  #content #voice #videoArea .videoWrap .video .btn .bg {
    position: absolute;
    left: 50%;
    margin-left: -320px;
  }
}

#content #voice #videoArea .videoWrap .video .btn .icon {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  top: 50%;
}

#content #voice #videoArea .videoWrap .desc {
  width: 220px;
  height: 72px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  opacity: 0.9;
}

#content #voice #videoArea .videoWrap .desc > .inner {
  padding-top: 17px;
  padding-left: 16px;
}

#content #voice #videoArea .videoWrap .desc .category {
  font-size: 14px;
  margin-bottom: 9px;
}

#content #voice #videoArea .videoWrap .desc .name {
  font-size: 18px;
}

#content #voice #partner {
  min-width: 1024px;
  position: relative;
}

#content #voice .btnArea {
 padding-top: 40px;
 padding-bottom: 60px;
}

#content #voice .btnArea .btnWrap {
  width: 488px;
  margin: 0 auto;
}

#content #voice .btnArea .btnWrap .btn {
  display: block;
  height: 60px;
  border-radius: 4px;
  position: relative;
  background-color: #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}

#content #voice .btnArea .btnWrap .btn:hover {
  background-color: #0099ff;
}

#content #voice .btnArea .btnWrap .btn > img {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -16px;
}

#content #voice #partner > .inner {
  width: 1024px;
  padding-top: 60px;
  padding-bottom: 56px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#content #voice #partner > .inner > img {
  position: absolute;
  left: 35px;
  top: 84px;
}

#content #voice #partner .text {
  margin-left: 100px;
}

#content #voice #partner .text .title {
  letter-spacing: 0.05em;
  /*font-size: 24px;*/
 font-size: 28px;
}

#content #voice #partner .text .desc {
  margin-top: 12px;
  line-height: 2;
  font-size: 16px;
}

#content #voice #partner .detail {
  position: absolute;
  right: 16px;
  bottom: 81px;
}

/* contact */

#content #contact {
  min-width: 1024px;
  /*padding-top: 60px;*/
 padding-top: 0px;
  padding-bottom: 60px;
}

#content #contact > .inner {
  width: 1024px;
  margin: 0 auto;
  padding-top: 80px;
}

#content #contact .inner > h2 {
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 32px;
}

#content #contact .inner .info {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  letter-spacing: 0.02em;
  overflow: hidden;
}

#content #contact .inner .info .tel,
#content #contact .inner .info .mail {
  font-size: 24px;
}

#content #contact .inner .info .tel > img,
#content #contact .inner .info .mail > img {
  display: block;
  margin: 0 auto 23px;
}

#content #contact .inner .info .tel {
  margin-left: 270px;
  float: left;
}

#content #contact .inner .info .mail {
  margin-right: 252px;
  float: right;
}

#content #contact .inner .info .mail > img {
  padding-top: 4px;
  padding-bottom: 4px;
}

#content #contact .inner .info .mail.over > a:hover {
  color: #0099ff;
}

#content #contact .inner .inquiry {
  overflow: hidden;
}

#content #contact .inner .inquiry .left {
  float: left;
  margin-left: 16px;
  width: 100%;
}

#content #contact .inner .inquiry .left .time {
    line-height: 24px;
    width: 55%;
    float: left;
    margin-top: 40px;
    margin-bottom: 17px;
}

#content #contact .inner .inquiry .left > p > a {
  display: inline-block;
  height: 24px;
  width: 112px;
  margin-left: 20px;
  border-radius: 4px;
  background-color: #ccc;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#content #contact .inner .inquiry .left > p > a:hover {
  background-color: #0099ff;
}

#content #contact .inner .inquiry .left .title {
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 17px;
    width: 35%;
    float: left;
    text-align: right;
    margin-right: 10%;

}

#content #contact .inner .inquiry .right {
  float: right;
}

#content #contact .inner .inquiry .right > div {
  float: left;
  margin-right: 16px;
}

#content #contact .inner .inquiry .right > div.dlWrap {
  margin-right: 38px;
}

#content #contact .inner .inquiry .right > div > a {
  display: inline-block;
  margin-top: 54px;
  line-height: 1.2;
  font-size: 14px;
}

#content #contact .inner .inquiry .right > div > a > span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 1.57;
}

#content #contact .inner .inquiry .right > div > a > img {
  display: inline-block;
  padding-top: 5px;
  float: left;
}

#content #contact #download {
  min-width: 1024px;
  position: relative;
  /*margin-bottom: 60px;*/
  border-bottom: 2px solid #e8e8e8;
}

#content #contact #download > .inner {
  width: 1024px;
  padding-top: 60px;
  padding-bottom: 56px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#content #contact #download .text .title {
  letter-spacing: 0.05em;
  /*font-size: 24px;*/
 font-size: 28px;
}

#content #contact #download .text .desc {
  margin-top: 12px;
  line-height: 2;
  font-size: 16px;
}

#content #contact #download > .inner > img {
  position: absolute;
  left: 35px;
  top: 65px;
}


#content #contact #download .text {
  margin-left: 100px;
}

#content #contact #download .detail {
  position: absolute;
  right: 16px;
  bottom: 81px;
}

#content #contact .inner .dlWrap > div > a > span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 1.57;
}

#content #contact .inner .dlWrap > a > span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 1.57;
  font-family: 'Noto Sans Japanese Light';
  /*font-size: 18px;*/
 font-size: 22px;
}




#content #contact #meets {
  min-width: 1024px;
  position: relative;
  margin-bottom: 60px;
  border-bottom: 2px solid #e8e8e8;
}

#content #contact #meets > .inner {
  width: 1024px;
  padding-top: 60px;
  padding-bottom: 56px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#content #contact #meets.text .title {
  letter-spacing: 0.05em;
  font-size: 24px;
}

#content #contact #meets .text .desc {
  margin-top: 12px;
  line-height: 2;
  font-size: 16px;
}

#content #contact #meets > .inner > img {
  position: absolute;
  left: 35px;
  top: 65px;
}


#content #contact #meets .text {
  margin-left: 100px;
}

#content #contact #meets .detail {
  position: absolute;
  right: 16px;
  bottom: 81px;
}

#content #contact #meets .text .title {
  letter-spacing: 0.05em;
  /*font-size: 24px;*/
 font-size: 28px;
}

#headerNavidemo {
    z-index: 100;
    box-shadow: none;
    bottom: 0;
    top: auto;
    height: 38px;
    background: #ff0065;
    position: fixed;
    width: 100%;
}
#headerNavidemo > .inner{
	text-align: center;
	margin-top: 12px;
}

#headerNavidemo > a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

#headerNavidemo > a > span{
    padding-left: 58px;
    background: url(../ne_img/movie-icon-02.png) no-repeat 23px center;
    background-size: 24px auto;
}

#headerNavidemo > a::before,
#headerNavidemo > a::after {
  z-index: -1;
}

#headerNavidemo > a,
#headerNavidemo > a::before,
#headerNavidemo > a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#headerNavidemo > a:hover {
  background-color: #59b1eb;
}
/*------------------------------
pageNavi
------------------------------*/

#pageNavi {
  width: 150px;
  height: 140px;
  margin-top: -22px;
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 10;
}

#pageNavi .dot {
  width: 100%;
  height: 14px;
  margin-bottom: 18px;
}

#pageNavi .dot > a {
  display: block;
  height: 14px;
  padding-right: 21px;
  background: url(../ne_img/2014re/pagiNavi_dot.png) no-repeat;
  background-position: right center;
  text-align: right;
}

#pageNavi .dot > a.on,
#pageNavi .dot > a.hover {
  background-image: url(../ne_img/2014re/pagiNavi_dot_on.png);
}

#pageNavi .dot > a > span {
  font-size: 14px;
  color: #0099ff;
  display: none;
}

#pageNavi .dot > a.hover > span {
  display: block;
}


/*------------------------------
modal
------------------------------*/

#modal {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.2;
  -moz-transform: scale(0.5, 0);
  -webkit-transform: scale(0.5, 0);
  -o-transform: scale(0.5, 0);
  -ms-transform: scale(0.5, 0);
  transform: scale(0.5, 0);
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

html.winie8 #modal {
  display: none;
  height: 100%;
  opacity: 1;
}

#modal.ready {
  height: 100%;
}

html.winie8 #modal.on {
  display: block;
}

#modal.anim {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#modal .inner {
  height: 100%;
  position: relative;
}

#modal .inner .video {
  width: 100%;
  height: 100%;
}

#modal .inner .video .vplayer {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#modal.ready .inner .video .vplayer {
  z-index: 1;
}

#modal.ready .inner .video .vplayer.on {
  z-index: 10;
  height: 100%;
}

#modal .btnWrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

#modal .btnWrap > a {
  display: block;
  width: 72px;
  height: 72px;
}

#modal .btnWrap > a > img {
  position: absolute;
  right: 20px;
  top: 20px;
}

/*------------------------------
media query
------------------------------*/

@media screen and (max-width: 1000px) {
  #headerNavi .inner .header .right.ad_hn {
    width: 336px;
  }

  #headerNavi .inner .header .right.ad_hn .menu,
  #headerNavi .inner .header .right.ad_hn .login {
    width: auto;
  }


  #headerNavi .inner .header .right.ad_hn .menu > a,
  #headerNavi .inner .header .right.ad_hn .login > a {
    height: 48px;
    width: 48px;
    padding: 0;
  }

  #headerNavi .inner .header .right.ad_hn .menu > a > span,
  #headerNavi .inner .header .right.ad_hn .login > a > span {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  body,
  #wrapper {
    height: auto;
  }


/*------------------------------
header
------------------------------*/

  #header {
    width: 100%;
    height: auto;
  }

  #header .main {
      min-width: 0;
  }

  #header .main .video {
    min-width: 0;
    width: 100%;
    height: 800px;
  }

  #header .main .video > img {
    min-width: 0;
    width: auto;
    min-height: 0;
    height: 100%;
  }

  #header .main .overlay {
    min-width: 0;
    height: 800px;
  }

  #header .main .overlay .text {
    margin-top: 0;
    top: 264px;
  }

  #header .main .overlay .text > h1 {
    margin-bottom: 14px;
    line-height: 1.4;
  }

  #header .main .overlay .text > .copy {
    margin-bottom: 34px;
  }

  #header .main .overlay .text .watch_movie {
    font-size: 20px;
  }

    #header .pickup {
    min-width: 0;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 0px;
    line-height: 1;
  }


  #header .news {
    min-width: 0;
    width: 100%;
    height: auto;
    padding-top: 19px;
    padding-bottom: 25px;
    line-height: 1;
  }

  #header .news > .inner {
    width: 90.63%;
    min-width: 0;
    padding-left: 0;
  }

  #header .news .inner > h2 {
    padding-bottom: 13px;
    border-bottom: 1px solid #b7b7b7;
    margin: 0px auto 13px;
    position: relative;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 20px;
  }

  #header .news .inner .newsWrap {
    margin: 0 auto;
    float: none;
  }

  #header .news .inner .newsWrap .date {
    border-right: none;
  }


  #header .news .inner .newsWrap .newsContent {
    margin-left: 0;
    font-size: 14px;
  }

  #header .news .inner .newsWrap .newsContent .date {
    padding-right: 0;
    border-right: none;
    float: none;
  }

  .metaslider .flexslider{
  	padding-top: 80px;
  }

  /*------------------------------
  content
  ------------------------------*/

 #content #flowtoparea {
    min-width: 0;
    width: 100%;
}

  #content #solution {
    min-width: 0;
    width: 100%;
    padding-top: 76px;
    padding-bottom: 0;
    border: none;
  }

 #content #solution > .inner {
 	width: 89.58%;
 }

 #content #solution .inner .text {
 	right:0;
 	position: relative;
 	text-align: center;

 }

 #content #solution .inner .btnWrap {
  width: 210px;
  margin: 0 auto;
  position: relative;
  top: 198px;
}

 #content #solution .inner .agiimg {
width: 100%;
  height: 240px;
  position: relative;
  left: 0px;
  top: -65px;
  float: none;
  text-align: center;
}
 #content #solution .inner .box .text .copy {
 	font-size: 28px;
 }

  #content #about {
    min-width: 0;
    width: 100%;
    padding-top: 76px;
    padding-bottom: 0;
    border: none;
  }

  #content #about > h2 {
    margin-bottom: 58px;
    line-height: 1.43;
    font-size: 28px;
  }

  #content #about > h2 .inner {
    border: none;
    padding: 0;
  }

  #content #about > h2 .inner > span {
    font-size: 32px;
  }

  #content #about .inner {
    width: 89.58%;
  }

  #content #about .inner .box.box_1,
  #content #about .inner .box.box_2,
  #content #about .inner .box.box_3 {
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 4px solid #e8e8e8;
    margin-bottom: 0;
  }

  #content #about .inner .box.box_2,
  #content #about .inner .box.box_3 {
    padding-top: 47px;
  }

  #content #about .inner .box .index {
    margin: 0 auto 40px;
  }

  #content #about .inner .box.box_2 .index {
    position: relative;
    left: 0;
    top: 0;
  }

  #content #about .inner .box.box_1 .figure,
  #content #about .inner .box.box_2 .figure,
  #content #about .inner .box.box_3 .figure {
    width: 95.35%;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }

  #content #about .inner .box.box_1 .figure > img,
  #content #about .inner .box.box_2 .figure > img,
  #content #about .inner .box.box_3 .figure > img {
    width: 100%;
    height: auto;
  }

  #content #about .inner .box.box_1 .figure > img {
    max-width: 490px;
    max-height: 35u0px;
  }

  #content #about .inner .box.box_2 .figure > img {
    max-width: 577px;
    max-height: 400px;
  }

  #content #about .inner .box.box_3 .figure > img {
    max-width: 496px;
    max-height: 400px;
  }

  #content #about .inner .box.box_2 .text {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }

  #content #about .inner .text {
    width: 95.35%;
    margin: 0 auto;
  }

  #content #about .inner .text .title {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  #content #about .inner .text .title .index {
    width: 40px;
    font-size: 60px;
    margin-right: 20px;
    margin-bottom: 0;
    border-bottom: 2px solid #0099ff;
    line-height: 1;
  }

  #content #about .inner .text .title > h3 {
    margin-bottom: 0;
  }

  #content #about .inner .text .title > h3.line_1 {
    line-height: 1;
  }

  #content #about .inner .text .title > h3.line_2 {
    margin-bottom: 0;
    line-height: 1.4;
  }

  #content #about .inner .text .detail {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: center;
  }

  #content #about .inner .text .detail > a {
    /*float: right;*/
   float:none;
    font-size: 14px;
  }

  #content #flow {
    min-width: 0;
    width: 100%;
  }

  #content #flow h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  #content #flow .steps {
    height: auto;
  }

  #content #flow .steps .inner {
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 0;
    padding-bottom: 28px;
  }

  #content #flow .steps .inner .step,
  #content #flow .steps .inner .step.last {
    float: none;
    width: 85.42%;
    min-height: 0px;
    margin: 0 auto;
    overflow: hidden;
  }

  #content #flow .steps .inner .step.last {
    margin-bottom: 0;
  }

  #content #flow .steps .inner .step .figure {
    width: 48.78%;
    margin-bottom: 75px;
    float: left;
    font-size: 28px;
  }

  #content #flow .steps .inner .step .figure > span {
    font-size: 40px;
  }

  #content #flow .steps .inner .step .text {
    width: 48.78%;
    height: auto;
    padding-top: 10px;
    float: right;
    text-align: left;
  }

  #content #flow .steps .inner .step .text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #content #flow .steps .inner .step .text .desc {
    width: auto;
    font-size: 14px;
  }

  #content #flow .line {
    height: 19px;
    border-top: 1px solid #e8e8e8;
  }

  #content #flow .line > img {
    width: 38px;
    height: auto;
    margin-top: -1px;
  }

  #content #flow .try {
    height: auto;
  }

  #content #flow .try p {
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 24px;
  }

  #content #flow .try > .inner {
    padding-bottom: 62px;
  }

  #content #flow .try .btnWrap {
    width: 85.42%;
    border-radius: 4px;
    text-align: left;
  }

  #content #flow .try .btnWrap .btn {
    display: block;
    height: 78px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
  }

  /*　voice */

  #content #voice .titleArea > .inner {
    min-width: 0;
    width: 100%;
  }

  #content #voice .titleArea .inner .detail {
    right: 7.29%;
    top: 1084px;
  }

  #content #voice #videoArea {
    min-width: 0;
    width: 100%;
    height: auto;
  }

  #content #voice #videoArea .videoWrap.rt,
  #content #voice #videoArea .videoWrap.lb {
    float: none;
    width: 100%;
    height: auto;
  }

  #content #voice #videoArea .videoWrap.lb {
    border-bottom: 1px solid #e8e8e8;
  }

  #content #voice #videoArea .videoWrap .video .btn .bg {
    margin-left: 0;
    left: 0;
    top: 0;
  }

  #content #voice #videoArea .videoWrap .desc {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }

  #content #voice #videoArea .videoWrap .desc > .inner {
    width: 85.42%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  #content #voice #videoArea .videoWrap .desc .category {
    margin-bottom: 0;
    float: left;
    line-height: 16px;
    font-size: 12px;
  }

  #content #voice #videoArea .videoWrap .desc .name {
    float: right;
    font-size: 16px;
  }

  #content #voice .btnArea .btnWrap {
    width: 85.42%;
  }

  #content #voice .btnArea .btnWrap .btn {
    height: 80px;
    line-height: 80px;
  }

  #content #voice .btnArea .btnWrap .btn > img {
    right: 24px;
  }

  #content #voice #partner {
    min-width: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
  }

  #content #contact #download {
  min-width: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0;
}

#content #contact #meets {
	min-width: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#content #contact #meets > .inner {
min-width: 0;
  width: 85.42%;
  padding-top: 89px;
  padding-bottom: 78px;
}
#content #contact #meets .text {
float: none;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 30px;
}

#content #contact #meets .text .title {
	text-align: center;
  font-size: 20px;
}

#content #contact #meets .text .desc {
	  width: 100%;
  margin-top: 19px;
  font-size: 14px;
}

#content #contact #meets .detail {
/*right: 0;*/
bottom: 39px;
width: 100%;
text-align: center;
}

#content #contact #meets > .inner > img {
	margin-left: -15px;
  left: 50%;
  top: 30px;
}


#content #contact #download > .inner {
  min-width: 0;
  width: 85.42%;
  padding-top: 89px;
  padding-bottom: 78px;
}

#content #contact #download > .inner > img {
  margin-left: -15px;
  left: 50%;
  top: 30px;
}

#content #contact #download .text .textWrap {
  width: auto;
  height: auto;
}

#content #contact #download .text .title {
  text-align: center;
  font-size: 20px;
}

#content #contact #download .text {
  float: none;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 30px;
}

#content #contact #download .text .desc {
  width: 100%;
  margin-top: 19px;
  font-size: 14px;
}

#content #contact #download .detail {
  /*right: 0;*/
  bottom: 39px;
  width: 340px;
  text-align: center;
  margin-top: 19px;
  right: 0px;
}

  #content #voice #partner > .inner {
    min-width: 0;
    width: 85.42%;
    padding-top: 89px;
    padding-bottom: 78px;
  }

  #content #voice #partner > .inner > img {
    margin-left: -15px;
    left: 50%;
    top: 30px;
  }

  #content #voice #partner .text {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }

  #content #voice #partner .text .imgWrap {
    width: 23.17%;
    text-align: center;
    margin-top: 50px;
  }

  #content #voice #partner .text .textWrap {
    width: auto;
    height: auto;
  }

  #content #voice #partner .text .title {
    text-align: center;
    font-size: 20px;
  }

  #content #voice #partner .text .desc {
    width: 100%;
    margin-top: 19px;
    font-size: 16px;
  }

  #content #voice #partner .detail {
    /*right: 0;*/
    bottom: 39px;
    width: 100%;
    text-align: center;
  }

  /* contact */

  #content #contact {
    min-width: 0;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    margin-top: 0;
  }

  #content #contact > .inner {
    width: 89.58%;
    height: auto;
    margin: 0 auto;
    padding-top:40px;
  }

  #content #contact .inner > h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  #content #contact .inner .info {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 42px;
  }

  #content #contact .inner .info .tel,
  #content #contact .inner .info .mail {
    width: 46.51%;
    padding-top: 0px;
  }

  #content #contact .inner .info .tel {
    margin-left: 2.33%;
  }

  #content #contact .inner .info .tel .inner .imgWrap > img {
    margin-top: -16px;
  }

  #content #contact .inner .info .mail {
    margin-right: 2.33%;
  }

  #content #contact .inner .info .mail .inner .imgWrap > img {
    margin-top: -12px;
  }

  #content #contact .inner .info > div > a {
    font-size: 18px;
  }

  #content #contact .inner .inquiry {
    height: auto;
  }

  #content #contact .inner .inquiry .left,
  #content #contact .inner .inquiry .right {
    width: 100%;
    float: none;
    margin: 0;
    padding-top: 30px;
  }

  #content #contact .inner .inquiry .left {
    height: auto;
    padding-top: 0;
    padding-left: 2.33%;
    padding-bottom: 30px;
    border-bottom: 2px solid #e8e8e8;
    margin: 0 auto;
    width: 100%;
  }

  #content #contact .inner .inquiry .left .title {
    margin-top: 0;
    font-size: 16px;
  }

  #content #contact .inner .inquiry .left .time {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }

  #content #contact .inner .inquiry .left > p a {
    margin-top: 15px;
    margin-left: 0px;
  }

  #content #contact .inner .inquiry .right {
    height: auto;
    overflow: hidden;
  }

  #content #contact .inner .inquiry .right > div {
    height: auto;
    margin: 0;
    width: 46.51%;
    height: 80px;
  }

  #content #contact .inner .inquiry .right > div.dlWrap {
    margin-left: 2.33%;
    margin-right: 0;
  }

  #content #contact .inner .inquiry .right > div.formWrap {
    float: right;
    margin-right: 2.33%;
  }

  #content #contact .inner .inquiry .right > div > a {
    display: block;
    width: auto;
    height: 76px;
    margin-top: 0px;
    margin-left: 0;
    padding-right: 0px;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    font-size: 11px;
    text-align: center;
  }

  #content #contact .inner .inquiry .right > div > a:hover {
    border: 2px solid #ccc;
    background-color: #ccc;
  }

  #content #contact .inner .inquiry .right > div > a > span {
    display: inline;
    margin-right: 0;
    float: none;
    line-height: 76px;
    font-size: 18px;
  }

  #content #contact .inner .inquiry .right > div > a:hover > span {
    color: #fff;
  }

  #content #contact .inner .inquiry .right > div > a > img {
    display: none;
  }

  #content #contact .inner .inquiry .right > div > a.dl {
    margin-left: 0px;
  }

  #content #contact .inner .inquiry .right > div > a.form {
    margin-right: 0px;
  }

/*------------------------------
video Background
------------------------------*/

@media screen and (max-width: 640px) {

  #content #voice #videoArea .videoWrap .video .btn .bg {
      margin-left: -320px;
      left: 50%;
  }

}

@media screen and (max-width: 480px) {

  .detail a span {
    font-size: 12px;
  }

  /*------------------------------
  header
  ------------------------------*/

  #header .main .video{
    height: 407px;
  }

  #header .main .video > img {
    margin-left: -5px;
  }

  #header .main .overlay {
    height: 407px;
  }

  #header .main .overlay .text {
    top: 102px;
  }

  #header .main .overlay .text > h1 {
    margin-bottom: 6px;
    line-height: 1.29;
    font-size: 28px;
  }

  #header .main .overlay .text > .copy {
    margin-bottom: 16px;
    font-size: 12px;
  }

  #header .main .overlay .text .watch_movie {
    font-size: 20px;
  }

  #header .main .overlay .text .watch_movie > a.under {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  #header .main .overlay .text .watch_movie a > img {
    width: 100%;
    height: auto;
  }

  #header .news {
    padding-top: 18px;

  }

  #header .news .inner > h2 {
    font-size: 16px;
  }

  #header .news .inner .newsWrap {
    padding-left: 95px;
    text-indent: -95px;
    font-size: 12px;
  }

  #header .news .inner .newsWrap .newsContent {
    font-size: 12px;
  }

  .metaslider .flexslider{
  	padding-top: 56px;
  }


  /*------------------------------
  content
  ------------------------------*/

#content #solution {
	padding-top:33px;
}
#content #solution .inner .btnWrap {
	top:113px;
}

#content #solution .inner .agiimg {
  height: 160px;
}

#content #solution .inner .agiimg > img {
  width: 50%;
  height: 64%;
}

#content #solution .inner .box .text .copy {
  font-size: 24px;
}


#content #about {
  padding-top: 33px;
  border-bottom: 2px solid #e8e8e8;
}

#content #about > h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

#content #about > h2 > .inner {
  font-size: 24px;
}


#content #about > h2 .inner > span {
  font-size: 28px;
}

#content #about .inner {
  width: 95%;
}

#content #about .inner .box.box_1,
#content #about .inner .box.box_2,
#content #about .inner .box.box_3 {
  padding: 0 3.95% 10px;
}

#content #about .inner .box.box_1,
#content #about .inner .box.box_2 {
  border-bottom: 2px solid #e8e8e8;
}

#content #about .inner .box.box_2,
#content #about .inner .box.box_3 {
  padding-top: 31px;
}

#content #about .inner .box.box_3 {
  border-bottom: none;
}

#content #about .inner .box .index {
  width: 55px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0099ff;
  font-size: 60px;
}

#content #about .inner .box.box_1 .figure > img {
  width: 87.5%;
}

#content #about .inner .box.box_3 .figure > img {
  width: 88.57%;
}

#content #about .inner .box .text {
  width: auto;
}

#content #about .inner .box .text .title {
  margin-bottom: 7px;
}

#content #about .inner .box .text .title > h3 {
  font-size: 22px;
}

#content #about .inner .text .title > h3.line_2 {
  line-height: 1.45;
}

#content #about .inner .text .copy {
  margin-bottom: 13px;
  line-height: 2;
  font-size: 14px;
}

#content #about .inner .text .copy > small {
  font-size: 10px;
}

#content #about .inner .text .detail a {
  font-size: 12px;
}

/* flow */

#content #flow {
  padding-top: 40px;
}

#content #flow h2 {
  margin-bottom: 22px;
  font-size: 24px;
}

#content #flow .try > .inner {
  padding-top: 36px;
  padding-bottom: 40px;
}

#content #flow .steps .inner {
  width: 87.50%;
  padding-bottom: 34px;
  margin: 0 auto;
}

#content #flow .steps .inner .step,
#content #flow .steps .inner .step.last {
  width: auto;
  margin-bottom: 15px;
}

#content #flow .steps .inner .step.last {
  margin-bottom: 0;
}

#content #flow .steps .inner .step .figure,
#content #flow .steps .inner .step .text {
  float: none;
}

#content #flow .steps .inner .step .figure {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  font-size: 24px;
}

#content #flow .steps .inner .step .figure > span {
  font-size: 48px;
}

#content #flow .steps .inner .step .figure > img {
  margin-top: 9px;
}

#content #flow .steps .inner .step .text {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#content #flow .steps .inner .step .text .title {
  margin-bottom: 12px;
  font-size: 24px;
}

#content #flow .steps .inner .step .text .desc {
  text-align: left;
  line-height: 2;
  font-size: 14px;
}

#content #flow .try p {
  margin-bottom: 15px;
  line-height: 1.71;
  font-size: 14px;
}

#content #flow .try .btnWrap {
  width: 87.50%;
  height: 60px;
}

#content #flow .try .btnWrap.on {
  height: 58px;
}

#content #flow .try .btnWrap .btn {
  height: 58px;
  line-height: 60px;
  font-size: 16px;
}




/* voice */

#content #voice .titleArea .inner > h2 {
  padding-top: 39px;
  padding-bottom: 30px;
  font-size: 24px;
}

#content #voice .titleArea .inner .detail {
  top: 592px;
}

#content #voice #videoArea > h2 {
  font-size: 24px;
}

#content #voice #videoArea .videoWrap .video {
  height: 200px;
}

#content #voice #videoArea .videoWrap .video .btn .bg {
  width: 100%;
  height: auto;
  left: 0;
  margin-left: 0;
}

#content #voice #videoArea .videoWrap .video .btn .icon {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

#content #voice #videoArea .videoWrap .desc > .inner{
  width: 87.50%;
  padding-top: 13px;
  padding-bottom: 13px;
}

#content #voice #videoArea .videoWrap .desc .category {
  line-height: 14px;
  font-size: 10px;
}

#content #voice .btnArea {
  padding-top: 20px;
  padding-bottom: 30px;
}

#content #voice .btnArea .btnWrap {
  width: 87.50%;
}

#content #voice .btnArea .btnWrap .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

#content #voice .btnArea .btnWrap .btn > img {
  display: none;
}

#content #voice #videoArea .videoWrap .desc .name {
  font-size: 14px;
}

#content #voice #partner > .inner {
  width: 87.50%;
  padding-top: 80px;
  padding-bottom: 76px;
}

#content #voice #partner .text .imgWrap {
  width: auto;
  float: none;
}

#content #voice #partner .text .title {
  text-align: center;
  font-size: 20px;
}

#content #voice #partner .text .desc {
  font-size: 14px;
}

#content #voice #partner .detail {
  bottom: 30px;
  bottom: 39px;
width: 100%;
text-align: center;
}

#content #voice #partner .detail > a {
  font-size: 12px;
}

/* contact */

#content #contact {
  padding-top: 0px;
  padding-bottom: 40px;
}

#content #contact > .inner {
  width: 95%;
}

#content #contact .inner > h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

#content #contact .inner .info {
  width: 92.11%;
  height: auto;
  margin: 0 auto;
}

#content #contact .inner .info .tel,
#content #contact .inner .info .mail {
  float: none;
  width: auto;
  margin: 0 auto
}

#content #contact .inner .info .tel > a > span,
#content #contact .inner .info .mail > a > span {
  font-size: 14px;
}

#content #contact .inner .info .tel .inner .imgWrap,
#content #contact .inner .info .mail .inner .imgWrap {
  width: 20px;
  height: 46px;
  margin-right: 12px;
}

#content #contact .inner .info .tel > a .inner > span,
#content #contact .inner .info .mail > a .inner > span {
  line-height: 46px;
}

#content #contact .inner .info .tel {
  margin-bottom: 10px;
}

#content #contact .inner .info > div > a {
  font-size: 14px;
}

#content #contact .inner .info .tel .inner .imgWrap > img {
  margin-top: -10px;
}

#content #contact .inner .info .mail .inner .imgWrap > img {
  margin-top: -7px;
}

#content #contact .inner .inquiry {
  width: 92.11%;
  margin: 0 auto;
}

#content #contact .inner .inquiry .left {
  padding-top: 20px;
  padding-left: 0;
}

#content #contact .inner .inquiry .left .time > span {
  display: none;
}

#content #contact .inner .inquiry .left .title {
  margin-top: 0;
  font-size: 16px;
  width: 100%;
}

#content #contact .inner .inquiry .left .time {
  line-height: 1.71;
  font-size: 16px;
}

#content #contact .inner .inquiry .right {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

#content #contact .inner .inquiry .right > div {
  float: none;
}

#content #contact .inner .inquiry .right > div.dlWrap,
#content #contact .inner .inquiry .right > div.formWrap {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  float: none;
}

#content #contact .inner .inquiry .right > div.dlWrap {
  margin-bottom: 10px;
}

#content #contact .inner .inquiry .right > div.dlWrap > a,
#content #contact .inner .inquiry .right > div.formWrap > a {
  float: none;
  width: auto;
  height: 46px;
  border-radius: 7px;
  margin: 0;
  font-size: 11px;
}

#content #contact .inner .inquiry .right > div > a > span {
  line-height: 46px;
  font-size: 12px;
}

#metaslider_1948 ul li a img{
	max-width: 100%;
}


@media screen and (max-width: 640px) {

  .headeryfok a img{
	text-align: center;
      width: 100%;
	height:auto;
  }

}

@media screen and (max-width: 768px) {
	.center-button .detail > a{
	    min-width: 260px;
	}
	#content #flowtoparea .steps .inner .user > img{
	    width: 100%;
	}
	#content #flowtoparea > h2 > .inner{
	    width: 80%;

	}
	.detail > a > span{
	    display: inline-block!important;
	    margin-left: 32px!important;
	    font-size: 16px!important;
	    float: inherit!important;
	    line-height: 32px!important;
	    text-align: center!important;
	}
	#content #about .inner .text .detail a{
	    min-width: 260px;
	}
	.detail > a > img{
	display: inline-block!important;
	    float: right!important;
		margin-right: 10px;
	}
	#content #about > h2 > .inner{
	    width: 80%;

	}
	#content #flowtoparea .subtext{
	    width: 90%;
	    text-align: left;
	}
	#content #about .subtext{
	    width: 90%;
	    margin: 24px auto 36px;
	    text-align: left;
	}
	#content #about .inner .text .title > h3.line_2{
	    margin-top: 16px;
	}
}

@media screen and (max-width: 768px){
	.visible-xs-block{
		display: block!important;
	}

}
