/* --------------------
common
-------------------- */
html,
body {
  height: auto !important;
}

/* box-sizing */
#newlife * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#newlife *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* font-size */
#newlife {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  #newlife {
    font-size: 14px;
  }
}

/* positon */
#newlife .m_fixed {
  position: fixed !important;
}
#newlife .m_absolute {
  position: absolute !important;
}

/* clearfix */
#newlife .u_clearFix:after {
  content: '.';
  display: block;
  height: 0rem;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
#newlife .u_clearFix {
  zoom: 1;
}

/* a */
#newlife a {
  text-decoration: none;
}

/* img */
#newlife img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#newlife a img {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}

/* only */
.u_only_sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .u_only_pc {
    display: none !important;
  }
  .u_only_sp {
    display: block !important;
  }
}

/* --------------------
header
-------------------- */
#header-newlife {
  background: #000;
}
#header-newlife #header_inner_newlife {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 30px 0;
  height: 70px;
}
#header-newlife #logo_newlife {
  float: left;
  margin: 24px 0 0 0;
  width: 100px;
  height: 20px;
}
#header-newlife #logo_newlife a {
  background-image: url("../images/sprite_logo_w.png");
  background-position: 0px -44px;
  width: 100px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#header-newlife #logo2_newlife {
  float: right;
  margin: 14px 0 0 0;
  width: 168px;
  height: 36px;
}
#header-newlife #logo2_newlife a {
  background-image: url("../images/sprite_logo_w.png");
  background-position: 0px 0px;
  width: 168px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#header-newlife #logo2_newlife a {
  height: 21px;
  width: 65%;
  margin-left: 77px;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  #header-newlife #header_inner_newlife {
    margin: 0 auto 0;
    padding: 0 15px 10px;
    overflow: hidden;
    height: auto;
  }
  #header-newlife #logo_newlife {
    width: 79px;
    height: 14px;
    margin-top: 19px;
  }
  #header-newlife #logo_newlife a {
    background-image: url("../images/sprite_logo_w.png");
    background-position: -0px -33px;
    width: 79px;
    height: 14px;
    background-size: 79px 50px;
  }
  #header-newlife #logo2_newlife {
    width: 100px;
    height: 29px;
  }
  #header-newlife #logo2_newlife a {
    background-image: url("../images/sprite_logo_w.png");
    background-position: 0px -11px;
    background-size: 79px 50px;
    height: 10px;
    width: 65%;
    margin-left: 44px;
    margin-top: 8.5px;
  }
}

/* --------------------
popup
-------------------- */
.comparison_overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background: rgb(0,0,0);
  filter:alpha(opacity=85);
  background: rgba(0,0,0,.85);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
}
.comparison_wrap {
  display: table;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.comparison {
  display: table-cell;
  vertical-align: middle;
}
.comparison_modal {
  display: none;
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}
.comparison_modal {
  max-width: 930px;
}
.comparison_modal > p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.comparison_modal > img {
  width: 100%;
  margin-top: 20px;
}
.comparison_modal > ul {
  margin-top: 5px;
}
.comparison_modal > ul > li {
  font-size: 10px;
  line-height: 1.3;
}
.comparison_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: -30px;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  background: url(../images/ico-close.png) no-repeat;
  background-size: 22px 22px;
  cursor: pointer;
}

/* --------------------
title
-------------------- */
#newlife .newlife_ttl {
  font-size: 22px;
  font-weight: bold;
  width: 92%;
  max-width: 1140px;
  padding: 13px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #newlife .newlife_ttl {
    width: 100%;
    font-size: 18px;
    padding: 13px 10px 0;
  }
}

/* --------------------
swiper
-------------------- */
#newlife .swiper-container {
  width: 100%;
  height: auto;
}
#newlife .swiper-slide {
  width: 92%;
  max-width: 1140px;
  border: 6px solid #000;
}
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  #newlife .swiper-slide {
    margin: 0 auto;
  }
}
#newlife .swiper-wrapper {
  margin-top: -6px !important;
}
#newlife .swiper-pagination-bullet {
  outline: 0 !important;
}
@media screen and (max-width: 800px) {
  #newlife .swiper-wrapper {
    margin-top: 10px !important;
  }
  #newlife .swiper-slide {
    width: 86%;
    border: 4px solid #000;
  }
}

/* Pagination Header */
#newlife .swiper-pagination-header {
  padding: 10px 0 0;
  overflow: hidden;
  background: #fff;
}
#newlife .swiper-pagination-header.m_fixed {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
#newlife .swiper-pagination-inner {
  width: 92%;
  max-width: 1140px;
  margin: auto;
  border-bottom: 6px solid #000;
}
#newlife .swiper-pagination-header .swiper-pagination {
  font-size: 0;
  margin: 0 -.27% 0 -.25%;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet {
  width: 19.5%;
  height: 46px;
  vertical-align: bottom;
  margin: 0 .25% 4px ;
  border-radius: 6px 6px 0 0;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet-active {
  height: 60px;
  margin-bottom: 0;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:first-child {
  background: #ddd url(../images/txt-top.png) center center no-repeat;
  background-size: 52px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {
  background: #000 url(../images/txt-top-active.png) center center no-repeat;
  background-size: 52px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(2) {
  background: #ddd url(../images/txt-movie.png) center center no-repeat;
  background-size: 100px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: #000 url(../images/txt-movie-active.png) center center no-repeat;
  background-size: 100px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(3) {
  background: #ddd url(../images/txt-game.png) center center no-repeat;
  background-size: 52px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background: #000 url(../images/txt-game-active.png) center center no-repeat;
  background-size: 52px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(4) {
  background: #ddd url(../images/txt-smartphone.png) center center no-repeat;
  background-size: 102px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background: #000 url(../images/txt-smartphone-active.png) center center no-repeat;
  background-size: 102px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(5) {
  background: #ddd url(../images/txt-choose.png) center center no-repeat;
  background-size: 80px auto;
}
#newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background: #000 url(../images/txt-choose-active.png) center center no-repeat;
  background-size: 80px auto;
}
@media screen and (max-width: 800px) {
  #newlife .swiper-pagination-header {
    padding: 10px 5px 0;
    border-bottom: 4px solid #000;
  }
  #newlife .swiper-pagination-inner {
    width: 100%;
    border-bottom: none;
  }
  #newlife .swiper-pagination-header .swiper-pagination {
    margin: 0 -.5%;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet {
    height: 38px;
    width: 19%;
    margin: 0 .5% 2px;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet-active {
    height: 46px;
    margin-bottom: 0;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:first-child {
    background: #ddd url(../images/txt-top-sp.png) center center no-repeat;
    background-size: 35px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {
    background: #000 url(../images/txt-top-active-sp.png) center center no-repeat;
    background-size: 35px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(2) {
    background: #ddd url(../images/txt-movie-sp.png) center center no-repeat;
    background-size: 34px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background: #000 url(../images/txt-movie-active-sp.png) center center no-repeat;
    background-size: 34px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(3) {
    background: #ddd url(../images/txt-game-sp.png) center center no-repeat;
    background-size: 34px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background: #000 url(../images/txt-game-active-sp.png) center center no-repeat;
    background-size: 34px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(4) {
    background: #ddd url(../images/txt-smartphone-sp.png) center center no-repeat;
    background-size: 36px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background: #000 url(../images/txt-smartphone-active-sp.png) center center no-repeat;
    background-size: 36px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(5) {
    background: #ddd url(../images/txt-choose-sp.png) center center no-repeat;
    background-size: 54px auto;
  }
  #newlife .swiper-pagination-header .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background: #000 url(../images/txt-choose-active-sp.png) center center no-repeat;
    background-size: 54px auto;
  }
}

/* Pagination Footer */
#newlife .swiper-pagination-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 75px;
  width: 126px;
  height: 30px;
  font-size: 0;
  padding: 8px 0;
  margin: auto;
  background: #000;
  border-radius: 4px;
  z-index: 3;
}
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  #newlife .swiper-pagination-footer {
    display: none;
  }
}
#newlife .swiper-pagination-footer .swiper-pagination-bullet {
  margin: 0 6px;
}

/* Swiper content */
#newlife .swiper_content {
  display: table;
  width: 100%;
}
#newlife .swiper_content_img,
#newlife .swiper_content_txt {
  display: table-cell;
  vertical-align: top;
}
#newlife .swiper_content_img {
  width: 56.738%;
  background: #ffde22;
}
#newlife .swiper_content_txt {
  width: 43.262%;
  text-align: left;
  padding: 1.6% 2.572%;
}
#newlife .swiper_content_txt > h2 {
  font-size: 22px;
  font-weight: bold;
}
#newlife .swiper_content_txt > h2 > span {
  display: inline-block;
  line-height: 1;
  padding: 3px 2px;
  background-color: #ffde22;
}
#newlife .swiper_content_txt > h2 > span > sup {
  font-size: 70%;
}
#newlife .swiper_content_txt > p {
  margin-top: 15px;
}
#newlife .swiper_content_txt > p + p {
  margin-top: 5px;
}
#newlife .swiper_content_txt > p > sup,
#newlife .swiper_content_txt > p > * > sup {
  font-size: 70%;
}
#newlife .swiper_content_txt > p > span {
  display: inline-block;
}
#newlife .swiper_content_txt > * > a {
  position: relative;
  color: #5687f5;
  font-weight: bold;
  padding-left: 15px;
}
#newlife .swiper_content_txt > * > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #5687f5;
  border-right: 2px solid #5687f5;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#newlife .swiper_content_txt > small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
#newlife .movie_wrap .swiper_content_txt > small {
  font-size: 10px;
}
#newlife .movie_wrap .swiper_content_txt > img {
  max-width: 334px;
  margin: 15px auto 0;
}
#newlife .game_wrap .swiper_content_txt > img {
  margin: 15px auto 0;
}
#newlife .swiper_content_txt > a {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  padding-left: 10px;
  margin: 20px auto 0;
  background: #ffde22 url(../images/ico-check.png) 15px center no-repeat;
  background-size: 20px 20px;
  border: 2px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #newlife .swiper_content {
    display: block;
  }
  #newlife .swiper_content_img,
  #newlife .swiper_content_txt {
    display: block;
    width: 100%;
  }
  #newlife .swiper_content_txt {
    padding: 15px 10px;
  }
  #newlife .swiper_content_txt > h2 {
    font-size: 16px;
  }
  #newlife .swiper_content_txt > p,
  #newlife .swiper_content_txt > img {
    margin-top: 10px;
  }
  #newlife .swiper_content_txt > small {
    font-size: 10px;
  }
  #newlife .swiper_content_txt > a {
    max-width: 100%;
    padding-left: 0;
  }
}

/* Swiper content / choose */
#newlife .choose_wrap.swiper_content {
  display: block;
  padding: 45px 0 0;
}
#newlife .choose_wrap .swiper_content_img {
  display: block;
  width: 100%;
  padding: 0 40px;
  background: none;
}
#newlife .choose_wrap .swiper_content_img > img {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #newlife .choose_wrap.swiper_content {
    padding: 10px 0 0;
  }
  #newlife .choose_wrap .swiper_content_img {
    padding: 0 10px;
  }
}

/* Point */
#newlife .choose_point {
  padding: 0 40px;
  margin-top: 40px;
}
#newlife .choose_point + .choose_point {
  margin-top: 60px;
}
#newlife .choose_point > h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  border: 2px solid #000;
}
#newlife .choose_point > p {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
#newlife .choose_point_list {
  overflow: hidden;
}
#newlife .choose_point_list > ul {
  font-size: 0;
  margin: 0 -24px;
}
#newlife .choose_point_list > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 40px 24px 0;
}
#newlife .choose_point_list > ul > li > h3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}
#newlife .choose_point_list > ul > li > p {
  font-size: 16px;
}
#newlife .choose_point_list > ul > li > p > small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #newlife .choose_point {
    padding: 0 10px;
    margin-top: 10px;
  }
  #newlife .choose_point + .choose_point {
    margin-top: 30px;
  }
  #newlife .choose_point > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #newlife .choose_point > p {
    font-size: 16px;
    margin-top: 10px;
  }
  #newlife .choose_point_list > ul {
    margin: 0;
  }
  #newlife .choose_point_list > ul > li {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
  #newlife .choose_point_list > ul > li + li {
    padding-top: 20px;
  }
  #newlife .choose_point_list > ul > li > h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  #newlife .choose_point_list > ul > li > p {
    font-size: 14px;
  }
  #newlife .choose_point_list > ul > li > p > small {
    font-size: 10px;
  }
}

/* So */
#newlife .choose_so {
  margin-top: 45px;
  border-top: 6px solid #000;
}
#newlife .choose_so > img {
  max-width: 480px;
  margin: 0 auto;
}
#newlife .choose_so > h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
#newlife .choose_so > h2 > span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
#newlife .choose_so > h2 > span:before,
#newlife .choose_so > h2 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 60px;
  height: 3px;
  background-color: #000;
}
#newlife .choose_so > h2 > span:before {
  left: 0;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
#newlife .choose_so > h2 > span:after {
  right: 0;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
#newlife .choose_so_tv {
  padding: 0 40px;
  margin-top: 10px;
}
#newlife .choose_so_tv > ul > li {
  float: left;
  width: 47.71%;
}
#newlife .choose_so_tv > ul > li + li {
  margin-left: 4.58%;
}
#newlife .choose_so_tv_txt > p {
  font-size: 16px;
}
#newlife .choose_so_tv_txt > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
#newlife .choose_so_tv_txt > h3 > span {
  display: block;
  font-size: 18px;
}
#newlife .choose_so_tv_txt > a {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  line-height: 56px;
  padding-left: 10px;
  margin: 20px auto 0;
  background: #ffde22 url(../images/ic-arrow.png) 15px center no-repeat;
  background-size: 10px 17px;
  border: 2px solid #000;
}
#newlife .choose_so_table {
  padding: 0 40px;
  margin-top: 60px;
}
#newlife .choose_so_table > p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 1px 10px;
  border: 2px solid #000;
}
#newlife .choose_so_table > img {
  max-width: 890px;
  margin: 30px auto 0;
}
#newlife .choose_so_table > ul {
  max-width: 890px;
  margin: 5px auto 0;
}
#newlife .choose_so_table > ul > li {
  font-size: 10px;
  line-height: 1.3;
}
#newlife .choose_so_table_btn > ul {
  font-size: 0;
  text-align: center;
  margin-top: 25px;
}
#newlife .choose_so_table_btn > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
#newlife .choose_so_table_btn > ul > li + li {
  margin-left: 15px;
}
#newlife .choose_so_table_btn > ul > li > a {
  display: block;
  width: 190px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 8px 0 8px 20px;
  background: #ffde22 url(../images/ic-arrow.png) 6px center no-repeat;
  background-size: 10px 17px;
  border: 2px solid #000;
  backface-visibility: hidden;
}
@media screen and (max-width: 800px) {
  #newlife .choose_so {
    margin-top: 35px;
    border-top: 4px solid #000;
  }
  #newlife .choose_so > img {
    max-width: 435px;
    padding: 0 10px;
  }
  #newlife .choose_so > h2 {
    font-size: 22px;
  }
  #newlife .choose_so > h2 > span {
    padding: 0 70px;
  }
  #newlife .choose_so > h2 > span:before,
  #newlife .choose_so > h2 > span:after {
    width: 90px;
  }
  #newlife .choose_so_tv {
    padding: 0 10px;
    margin-top: 0;
  }
  #newlife .choose_so_tv > ul > li {
    float: none;
    width: 100%;
  }
  #newlife .choose_so_tv > ul > li + li {
    margin: 40px 0 0 0;
  }
  #newlife .choose_so_tv_txt > p {
    font-size: 14px;
  }
  #newlife .choose_so_tv_txt > h3 {
    text-align: center;
  }
  #newlife .choose_so_tv_txt > a {
    max-width: 100%;
    padding-left: 0;
    margin: 10px auto 0;
  }
  #newlife .choose_so_table {
    padding: 0 10px;
    margin-top: 30px;
  }
  #newlife .choose_so_table > p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    border: none;
  }
  #newlife .choose_so_table > img {
    max-width: 100%;
    margin: 10px auto 0;
  }
  #newlife .choose_so_table_btn > ul {
    margin-top: 20px;
  }
  #newlife .choose_so_table_btn > ul > li {
    display: block;
  }
  #newlife .choose_so_table_btn > ul > li + li {
    margin: 10px 0 0;
  }
  #newlife .choose_so_table_btn > ul > li > a {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    background: #ffde22 url(../images/ic-arrow.png) 15px center no-repeat;
    background-size: 10px 17px;
  }
}

/* Ar */
#newlife .choose_ar {
  padding: 40px 40px 0;
  margin-top: 40px;
  border-top: 6px solid #000;
}
#newlife .choose_ar > p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 1px 10px;
  border: 2px solid #000;
}
#newlife .choose_ar_note {
  display: block;
  font-size: 12px;
  padding: 0 40px;
  margin-top: 20px;
}
#newlife .choose_ar_app {
  margin-top: 20px;
}
#newlife .choose_ar_app > p {
  font-size: 24px;
  text-align: center;
}
#newlife .choose_ar_app > a {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  padding-left: 10px;
  margin: 40px auto 0;
  background: #ffde22 url(../images/ic-arrow.png) 15px center no-repeat;
  background-size: 10px 17px;
  border: 2px solid #000;
}
#newlife .choose_ar_app_img {
  max-width: 1048px;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #newlife .choose_ar {
    padding: 20px 10px 0;
    margin-top: 20px;
    border-top: 4px solid #000;
  }
  #newlife .choose_ar > p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    border: none;
  }
  #newlife .choose_ar_note {
    padding: 0 10px;
    margin-top: 15px;
  }
  #newlife .choose_ar_app > p {
    font-size: 16px;
  }
  #newlife .choose_ar_app > a {
    max-width: 100%;
    padding-left: 0;
    margin: 20px auto 0;
  }
  #newlife .choose_ar_app_detail > img {
    max-width: 213px;
  }
  #newlife .choose_ar_app_img {
    margin-top: 15px;
  }
}

/* Link */
#newlife .choose_link {
  padding: 40px;
  margin-top: 40px;
  background: #ddd;
  overflow: hidden;
}
#newlife .choose_link a {
  display: block;
}
#newlife .choose_link > ul {
  font-size: 0;
  margin: 0 -7px;
}
#newlife .choose_link > ul > li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  padding: 14px 7px 0;
}
@media screen and (max-width: 800px) {
  #newlife .choose_link {
    padding: 15px 10px 10px;
    margin-top: 20px;
  }
  #newlife .choose_link > ul {
    margin: 0 -5px;
  }
  #newlife .choose_link > ul > li {
    padding: 10px 5px 0;
  }
}

/* --------------------
footer_nav
-------------------- */
.footer_nav_wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  margin: auto;
  z-index: 2;
}
.footer_nav {
  display: table;
  width: 92%;
  max-width: 1140px;
  height: 60px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
}
.footer_nav > a {
  display: table-cell;
  width: 33.3333%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
.footer_nav > a + a {
  border-left: 1px solid #ddd;
}
.footer_nav > a > span,
.footer_nav > a > img {
  display: inline-block;
  vertical-align: middle;
}
.footer_nav > a > span > b {
  font-weight: bold;
}
.footer_nav_x90l,
.footer_nav_x90k {
  color: #000;
  background-color: #fff;
}
.footer_nav_x90l > span > b,
.footer_nav_x90k > span > b {
  display: block;
}
.footer_nav_arrow {
  width: 9px;
  margin-right: 5px;
}
.footer_nav_img {
  width: 112px;
  margin-right: 5px;
}
.footer_nav_questionnaire {
  color: #000;
  background-color: #ddd;
}
.footer_nav_questionnaire > img {
  width: 11px;
  margin-right: 10px;
}
@media screen and (max-width: 1250px) {
  .footer_nav_img {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav {
    width: 100%;
  }
  .footer_nav > a {
    position: relative;
    font-size: 12px;
  }
  .footer_nav_arrow {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 9px;
    margin: auto;
  }
  .footer_nav_x90l > span.u_only_sp,
  .footer_nav_x90k > span.u_only_sp {
    display: inline-block !important;
  }
  .footer_nav_questionnaire > img {
    margin-right: 5px;
  }
}

/* --------------------
footer
-------------------- */
#footer {
  height: auto;
  padding-bottom: 125px;
  margin-top: 15px;
  background: none;
}
#footer #copyright {
  float: none;
  color: #999;
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #footer {
    margin-top: 10px;
  }
}