@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
#main .app_bottom {
  padding: 15px;
  font-size: 12px;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 auto; }
#main .app.under {
  background: #e9edf3; }
#main .app_mv {
  background: url(../img/bg_main.jpg) no-repeat center top;
  background-size: cover; }
  #main .app_mv_inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 940px;
    margin: 0 auto;
    padding: 10px 27px 0 27px;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      #main .app_mv_inner {
        justify-content: center; } }
  #main .app_mv_thumb {
    width: 102px; }
    #main .app_mv_thumb img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_mv_content {
    margin-left: 14px;
    color: #fff; }
    #main .app_mv_content span {
      font-weight: 600;
      color: #fff; }
      #main .app_mv_content span sup {
        color: #fff; }
    #main .app_mv_content .product_name {
      font-size: 26px; }
      @media (min-width: 769px) {
        #main .app_mv_content .product_name {
          margin-right: 10px; } }
    #main .app_mv_content .demo_ttle {
      font-size: 20px;
      display: inline-block;
      margin-top: 5px; }
      @media (min-width: 769px) {
        #main .app_mv_content .demo_ttle {
          margin-left: 10px;
          margin-top: 0; } }
#main .app_logo {
  padding: 15px 0 25px;
  background: #fff;
  text-align: center; }
  #main .app_logo img {
    width: 131px;
    height: auto;
    vertical-align: bottom; }
#main .app_menu {
  padding: 26px 15px 30px;
  background: #e9edf3; }
  #main .app_menu_title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin: 0 0 20px;
    padding: 0; }
    #main .app_menu_title:before {
      display: block;
      width: 32px;
      height: 40px;
      background: url(../img/ico_app.png) no-repeat 0 0;
      background-size: 32px 40px;
      margin: 0 auto 10px;
      content: ""; }
    #main .app_menu_title:after {
      display: none; }
  #main .app_menu_list {
    max-width: 940px;
    margin: 0 auto 12px; }
    #main .app_menu_list li {
      counter-increment: number;
      position: relative; }
      #main .app_menu_list li a {
        background: #fff;
        padding: 15px 15px 15px 40px;
        display: block;
        box-shadow: 0px 0px 2px 0.16 rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600; }
        #main .app_menu_list li a sub {
          font-size: 12px;
          vertical-align: baseline;
          position: relative;
          top: 3px;
          margin-right: 3px; }
        #main .app_menu_list li a:not(.movie) {
          position: relative; }
          #main .app_menu_list li a:not(.movie)::after {
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -4px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 9px;
            border-color: transparent transparent transparent #333333;
            content: ""; }
        #main .app_menu_list li a.movie {
          position: relative; }
          #main .app_menu_list li a.movie::after {
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            width: 26px;
            height: 24px;
            background: url(../img/ico_menu_movie.png) no-repeat 0 0;
            background-size: 26px 24px;
            transform: translateY(-50%);
            content: ""; }
      #main .app_menu_list li:before {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        background: #0a3bb0;
        font-size: 14px;
        color: #fff;
        border-radius: 50%;
        font-weight: 600;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        content: counter(number); }
    #main .app_menu_list li + li {
      margin-top: 5px; }
  #main .app_menu_item {
    position: relative; }
  #main .app_menu_note {
    max-width: 940px;
    margin: 0 auto 25px;
    position: relative;
    font-size: 12px;
    padding-left: 1em; }
    #main .app_menu_note:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      content: "※"; }
  #main .app_menu_btn a {
    max-width: 940px;
    margin: 0 auto;
    background: #0a3bb0;
    height: 52px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    position: relative; }
    #main .app_menu_btn a:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 10px 6px 0;
      border-color: transparent #fff transparent transparent;
      display: block;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -6px;
      content: ""; }
#main .app_foot {
  padding: 12px 15px;
  background: #f5f5f5;
  border-top: 1px solid #bfbfbf; }
  #main .app_foot_btns {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
    #main .app_foot_btns li {
      width: 48.5%; }
      #main .app_foot_btns li.menu {
        margin-left: auto; }
      #main .app_foot_btns li a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        font-size: 13px;
        color: #747474;
        border: 1px solid #747474;
        background: #fff;
        font-weight: 600;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
#main .app_container {
  max-width: 640px;
  margin: 0 auto;
  padding: 22px 15px 30px; }
  #main .app_container_ttle {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 13px;
    padding-bottom: 0; }
    #main .app_container_ttle sub {
      font-size: 21px;
      position: relative;
      top: 8px;
      margin-right: 5px; }
    #main .app_container_ttle span {
      display: block;
      position: relative; }
      #main .app_container_ttle span.function {
        font-size: 21px;
        margin-bottom: 5px;
        color: #0a3bb0; }
      #main .app_container_ttle span[data-num] {
        display: inline-block;
        position: relative;
        padding-left: 35px; }
        #main .app_container_ttle span[data-num]:after {
          display: block;
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          color: #fff;
          font-weight: 600;
          content: attr(data-num); }
        #main .app_container_ttle span[data-num]:before {
          display: block;
          position: absolute;
          width: 30px;
          height: 30px;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          border-radius: 50%;
          background: #0a3bb0;
          content: ""; }
    #main .app_container_ttle:after {
      display: none; }
  #main .app_container + .app_menu {
    padding-top: 0; }
#main .app_lead {
  margin-bottom: 20px; }
  #main .app_lead p {
    font-size: 13px; }
    #main .app_lead p sub {
      position: relative;
      top: 3px; }
#main .app_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }
#main .app_btn {
  max-width: 940px;
  margin: 0 auto; }
  #main .app_btn a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #0a3bb0;
    height: 56px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0.12 rgba(0, 0, 0, 0.3);
    position: relative; }
    #main .app_btn a:before {
      display: block;
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 9px 6px 0;
      border-color: transparent #fff transparent transparent;
      content: ""; }
  #main .app_btn-movie {
    position: relative;
    display: block;
    padding: 15px 19% 15px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.37;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    border: solid 2px #0a3bb0;
    background-color: #ffffff; }
    #main .app_btn-movie-outer {
      padding-top: 22px; }
    #main .app_btn-movie::after {
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      width: 25px;
      height: 24px;
      background: url(../img/ico_menu_movie.png) no-repeat 0 0;
      background-size: 26px 24px;
      transform: translateY(-50%);
      content: ""; }
#main .app_next {
  max-width: 640px;
  margin: 0 auto; }
  #main .app_next a {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #0a3bb0;
    height: 58px;
    border-radius: 3px;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0.12 rgba(0, 0, 0, 0.3);
    position: relative; }
    #main .app_next a:before {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 9px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      content: ""; }
#main .app_screen {
  max-width: 640px;
  margin: 0 auto;
  position: relative; }
  #main .app_screen_02_03 {
    padding-bottom: 21.25vw; }
    @media (min-width: 641px) {
      #main .app_screen_02_03 {
        padding-bottom: 125px; } }
  #main .app_screen > img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_screen_note {
    position: absolute;
    padding-bottom: 3%;
    bottom: 0;
    text-align: center; }
#main .app_notice {
  margin-top: 10px; }
  #main .app_notice p {
    font-size: 12px;
    line-height: 21px; }
#main .app_02_ttle {
  position: relative;
  line-height: 1; }
  #main .app_02_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_02_baloon {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_02_baloon img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_02_baloon_02 {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_02_baloon_03 {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    #main .app_02_baloon_03 .baloon_inner:after {
      position: absolute;
      top: -10.9375vw;
      right: 10%;
      left: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3.125vw 15.625vw 3.125vw;
      border-color: transparent transparent #007b86 transparent;
      transform: rotate(40deg); }
      @media (min-width: 641px) {
        #main .app_02_baloon_03 .baloon_inner:after {
          top: -70px;
          right: 20%;
          border-width: 0 10px 100px 10px; } }
#main .app_02_border {
  width: 94%;
  position: absolute;
  top: 44.6%;
  left: 50%;
  transform: translateX(-50%); }
  #main .app_02_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_02_border_02 {
    width: 42%;
    position: absolute;
    top: 54%;
    right: 7.5%; }
    #main .app_02_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_02_border_04 {
    width: 23%;
    position: absolute;
    top: 77.5%;
    right: 11.5%; }
    #main .app_02_border_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_02_next {
  display: block;
  width: 90%;
  position: absolute;
  height: 8%;
  background: none;
  top: 44.7%;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
  z-index: 101; }
  #main .app_02_next_02 {
    width: 42%;
    position: absolute;
    top: 54%;
    height: 8%;
    right: 7.5%;
    z-index: 101;
    text-indent: -9999px; }
    #main .app_02_next_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_02_next_04 {
    width: 23%;
    height: 10%;
    z-index: 101;
    position: absolute;
    text-indent: -9999px;
    top: 77.5%;
    right: 11.5%; }
    #main .app_02_next_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_02_touch {
  width: 8%;
  position: absolute;
  top: 51%;
  right: 40%;
  z-index: 100; }
  #main .app_02_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_02_touch_02 {
    width: 8%;
    position: absolute;
    top: 60%;
    right: 20%;
    z-index: 11; }
    #main .app_02_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_02_touch_04 {
    width: 8%;
    position: absolute;
    top: 84%;
    right: 12%;
    z-index: 11; }
    #main .app_02_touch_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_03_ttle {
  position: relative;
  line-height: 1; }
  #main .app_03_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_03_baloon {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_03_baloon_02 {
    position: absolute;
    top: 12.1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_03_baloon_03 {
    top: 12.5%; }
  #main .app_03_baloon_04 {
    top: 12.5%; }
  #main .app_03_baloon_05 {
    top: 12.5%; }
  #main .app_03_baloon_06 {
    top: 12.5%; }
#main .app_03_border {
  width: 53.2%;
  position: absolute;
  bottom: 0.2%;
  left: 50%;
  transform: translateX(-50%); }
  #main .app_03_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_03_border_02 {
    width: 17.2%;
    position: absolute;
    top: 74.63%;
    right: 5.9%; }
    #main .app_03_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_03_border_03 {
    width: 17.2%;
    position: absolute;
    top: 74.63%;
    right: 5.9%; }
    #main .app_03_border_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_03_touch {
  width: 8%;
  position: absolute;
  top: 95%;
  right: 33%;
  z-index: 100; }
  #main .app_03_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_03_touch_02 {
    width: 8%;
    position: absolute;
    top: 84.6%;
    right: 3.4%;
    z-index: 11; }
    #main .app_03_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_03_touch_03 {
    width: 8%;
    position: absolute;
    top: 84.6%;
    right: 3.4%;
    z-index: 11; }
    #main .app_03_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_03_next {
  display: block;
  width: 53.2%;
  position: absolute;
  top: 86%;
  right: 50%;
  position: absolute;
  transform: translateX(50%);
  height: 12%;
  text-indent: -9999px;
  z-index: 101;
  position: absolute; }
  #main .app_03_next_02 {
    display: block;
    background: transparent;
    text-indent: -9999px;
    height: 100px;
    width: 17.2%;
    position: absolute;
    top: 72.43%;
    right: 5.9%;
    z-index: 101; }
  #main .app_03_next_03 {
    display: block;
    background: transparent;
    text-indent: -9999px;
    height: 100px;
    width: 17.2%;
    position: absolute;
    top: 72.43%;
    right: 5.9%;
    z-index: 101; }
#main .app_04_ttle {
  position: relative;
  line-height: 1; }
  #main .app_04_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_04_baloon {
  position: absolute;
  top: 10.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_04_baloon_02 {
    top: 4.4%; }
  #main .app_04_baloon_03 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: 11.2%;
    white-space: nowrap; }
#main .app_04_border {
  width: 25.9%;
  top: 60.8%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  #main .app_04_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_04_border_02 {
    width: 10.3%;
    position: absolute;
    top: 1%;
    left: 0.2%; }
    #main .app_04_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_04_border_03 {
    width: 10.3%;
    position: absolute;
    top: 1%;
    left: 0.2%; }
    #main .app_04_border_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_04_touch {
  width: 8%;
  position: absolute;
  top: 67.6%;
  right: 40.6%;
  z-index: 11; }
  #main .app_04_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_04_touch_02 {
    width: 8%;
    position: absolute;
    top: 3.5%;
    left: 4.3%;
    z-index: 11; }
    #main .app_04_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_04_touch_03 {
    width: 8%;
    position: absolute;
    top: 5.5%;
    right: 85%;
    z-index: 11; }
    #main .app_04_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_04_next {
  display: block;
  width: 25.9%;
  height: 10%;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  text-indent: -9999px;
  z-index: 101; }
  #main .app_04_next_02 {
    display: block;
    width: 10.3%;
    position: absolute;
    top: 1%;
    right: 0.2%;
    position: absolute;
    height: 73px;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 100; }
  #main .app_04_next_03 {
    width: 10.3%;
    position: absolute;
    top: 1%;
    z-index: 101;
    height: 5.7%;
    left: 0.2%;
    z-index: 101;
    text-indent: -9999px; }
    #main .app_04_next_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_05_ttle {
  position: relative;
  line-height: 1; }
  #main .app_05_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_05_baloon {
  position: absolute;
  top: 27.8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_05_baloon_02 {
    top: 6.4%; }
  #main .app_05_baloon_04 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%); }
#main .app_05_border {
  width: 10%;
  top: 36.4%;
  position: absolute;
  right: 0.2%; }
  #main .app_05_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_05_border_02 {
    width: 17%;
    position: absolute;
    top: 35.2%;
    right: 0.2%; }
    #main .app_05_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_05_border_03 {
    width: 96.8%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_05_border_03 img {
      width: 100%;
      display: block;
      margin: 0 auto;
      height: auto;
      vertical-align: bottom; }
  #main .app_05_border_04 {
    width: 93.6%;
    position: absolute;
    top: 58.9%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_05_border_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_05_touch {
  width: 8%;
  position: absolute;
  top: 41.7%;
  right: 6.5%;
  z-index: 11; }
  #main .app_05_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_05_touch_02 {
    width: 8%;
    position: absolute;
    top: 40.6%;
    right: 8.5%;
    z-index: 11; }
    #main .app_05_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_05_touch_03 {
    width: 8%;
    position: absolute;
    top: 82.3%;
    right: 35.6%;
    z-index: 11; }
    #main .app_05_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_05_touch_04 {
    width: 8%;
    position: absolute;
    top: 67.2%;
    right: 38.4%;
    z-index: 11; }
    #main .app_05_touch_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_05_next {
  display: block;
  width: 10%;
  position: absolute;
  top: 36.4%;
  right: 0%;
  position: absolute;
  height: 62px;
  background: transparent;
  text-indent: -9999px;
  z-index: 100; }
  #main .app_05_next_02 {
    display: block;
    width: 100%;
    position: absolute;
    top: 35.2%;
    right: 0.2%;
    position: absolute;
    height: 6%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_05_next_03 {
    width: 95%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    transform: translateX(-50%);
    height: 8%;
    z-index: 100;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_05_next_04 {
    width: 93.6%;
    position: absolute;
    top: 58.9%;
    left: 50%;
    height: 9.5%;
    z-index: 101;
    text-indent: -9999px;
    transform: translateX(-50%); }
    #main .app_05_next_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_06_ttle {
  position: relative;
  font-size: 21px;
  line-height: 1; }
  #main .app_06_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_06_baloon {
  position: absolute;
  top: 1.8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_06_baloon_02 {
    position: absolute;
    top: 35.1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_06_baloon_03 {
    position: absolute;
    top: 8.8%;
    left: 58%;
    transform: translateX(-50%);
    z-index: 10; }
    #main .app_06_baloon_03 .baloon_inner:after {
      position: absolute;
      left: auto;
      right: 5%;
      top: 70%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6.25vw 14.0625vw 0;
      transform: rotate(-40deg);
      border-color: transparent #007b86 transparent transparent; }
      @media (min-width: 641px) {
        #main .app_06_baloon_03 .baloon_inner:after {
          border-width: 0 30px 80px 0; } }
  #main .app_06_baloon_04 {
    position: absolute;
    top: 62.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_06_baloon_05 {
    position: absolute;
    left: 50%;
    top: 65.5%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_06_baloon_06 {
    position: absolute;
    top: 5.8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    #main .app_06_baloon_06 .baloon_inner:after {
      position: absolute;
      left: auto;
      right: 5%;
      top: 80%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 25px 55px 0;
      transform: rotate(-45deg);
      border-color: transparent #007b86 transparent transparent; }
#main .app_06_border {
  width: 10%;
  top: 0.4%;
  position: absolute;
  right: 0.2%; }
  #main .app_06_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_06_border_02 {
    width: 93.6%;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_06_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_03 {
    width: 10%;
    top: 17.9%;
    position: absolute;
    right: 0.2%; }
    #main .app_06_border_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_04 {
    width: 10%;
    top: 25.6%;
    position: absolute;
    right: 0.2%; }
    #main .app_06_border_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_05 {
    width: 10%;
    top: 17.6%;
    position: absolute;
    right: 0.2%; }
    #main .app_06_border_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_06 {
    width: 18.8%;
    top: 17.3%;
    position: absolute;
    right: 2.5%; }
    #main .app_06_border_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_07 {
    width: 18.8%;
    top: 34.5%;
    position: absolute;
    right: 2.5%; }
    #main .app_06_border_07 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_08 {
    width: 23.8%;
    top: 60.1%;
    position: absolute;
    right: 2.3%; }
    #main .app_06_border_08 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_09 {
    width: 96.9%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_06_border_09 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_border_10 {
    width: 93.6%;
    position: absolute;
    top: 76.1%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_06_border_10 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_06_touch {
  width: 8%;
  position: absolute;
  top: 3.6%;
  right: 10%;
  z-index: 11; }
  #main .app_06_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_06_touch_02 {
    width: 8%;
    position: absolute;
    top: 55.4%;
    right: 40.4%;
    z-index: 11; }
    #main .app_06_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_03 {
    width: 8%;
    position: absolute;
    top: 24.2%;
    right: 8.5%;
    z-index: 11; }
    #main .app_06_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_04 {
    width: 8%;
    position: absolute;
    top: 30.9%;
    right: 6.5%;
    z-index: 11; }
    #main .app_06_touch_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_05 {
    width: 8%;
    position: absolute;
    top: 22.9%;
    right: 7%;
    z-index: 11; }
    #main .app_06_touch_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_06 {
    width: 8%;
    position: absolute;
    top: 23.6%;
    right: 11.3%;
    z-index: 11; }
    #main .app_06_touch_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_07 {
    width: 8%;
    position: absolute;
    top: 39.8%;
    right: 12.3%;
    z-index: 11; }
    #main .app_06_touch_07 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_08 {
    width: 8%;
    position: absolute;
    top: 66.4%;
    right: 13.9%;
    z-index: 11; }
    #main .app_06_touch_08 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_09 {
    width: 8%;
    position: absolute;
    top: 84.3%;
    right: 50.7%;
    z-index: 11; }
    #main .app_06_touch_09 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_06_touch_10 {
    width: 8%;
    position: absolute;
    top: 84.4%;
    right: 38.5%;
    z-index: 11; }
    #main .app_06_touch_10 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_06_next {
  width: 10%;
  top: 0.4%;
  position: absolute;
  right: 0.2%;
  height: 5%;
  text-indent: -9999px;
  z-index: 100; }
  #main .app_06_next_02 {
    width: 93.6%;
    position: absolute;
    top: 46.5%;
    height: 12%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 100; }
  #main .app_06_next_03 {
    width: 10%;
    top: 17.9%;
    height: 6%;
    position: absolute;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_06_next_04 {
    width: 10%;
    top: 25.6%;
    height: 6%;
    position: absolute;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_06_next_05 {
    width: 10%;
    height: 6%;
    top: 17.6%;
    position: absolute;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_06_next_06 {
    width: 18.8%;
    height: 7%;
    top: 17.3%;
    position: absolute;
    right: 2.5%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_06_next_07 {
    width: 18.8%;
    top: 34.5%;
    position: absolute;
    right: 2.5%;
    text-indent: -9999px;
    z-index: 100;
    height: 7%; }
  #main .app_06_next_08 {
    width: 23.8%;
    top: 60.1%;
    position: absolute;
    right: 2.3%;
    text-indent: -9999px;
    height: 7%;
    z-index: 100; }
  #main .app_06_next_09 {
    width: 96.9%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    height: 8%;
    z-index: 100; }
  #main .app_06_next_10 {
    width: 93.6%;
    position: absolute;
    top: 76.1%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    height: 10%;
    z-index: 101; }
#main .app_07_ttle {
  position: relative;
  line-height: 1; }
  #main .app_07_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_07_subttle {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: left; }
  #main .app_07_subttle_01 {
    background: #187fc3; }
  #main .app_07_subttle_02 {
    background: #009b73; }
  #main .app_07_subttle_03 {
    background: #7cc06d; }
  #main .app_07_subttle_04 {
    background: #7cc06d; }
#main .app_07_text {
  font-size: 14px;
  line-height: 1.43; }
#main .app_07_notice {
  margin-top: 10px;
  padding-top: 15px;
  border-top: solid 2px #d8d8d8; }
  #main .app_07_notice sub {
    position: relative;
    top: 3px; }
#main .app_07_baloon {
  position: absolute;
  top: 1.8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_07_baloon_02 {
    position: absolute;
    top: 35.1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_07_baloon_03 {
    position: absolute;
    top: 8.8%;
    left: 58%;
    transform: translateX(-50%);
    z-index: 10; }
    #main .app_07_baloon_03 .baloon_inner:after {
      position: absolute;
      left: auto;
      right: 5%;
      top: 70%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 4.6875vw 14.0625vw 0;
      transform: rotate(-40deg);
      border-color: transparent #007b86 transparent transparent; }
      @media (min-width: 641px) {
        #main .app_07_baloon_03 .baloon_inner:after {
          border-width: 0 30px 80px 0; } }
  #main .app_07_baloon_04 {
    position: absolute;
    top: 62.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_07_baloon_05 {
    position: absolute;
    top: 54.2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_07_baloon_06 {
    position: absolute;
    top: 22.6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_07_baloon_07 {
    position: absolute;
    top: 19.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_07_baloon_08 {
    position: absolute;
    top: 22.5%;
    left: 48%;
    transform: translateX(-50%);
    z-index: 10; }
#main .app_07_border {
  width: 10%;
  top: 0.4%;
  position: absolute;
  right: 0.2%; }
  #main .app_07_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_07_border_02 {
    width: 93.6%;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_07_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_03 {
    width: 10%;
    position: absolute;
    top: 25.7%;
    right: 0.2%; }
    #main .app_07_border_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_04 {
    width: 10%;
    position: absolute;
    top: 25.7%;
    right: 0.2%; }
    #main .app_07_border_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_05 {
    width: 18.8%;
    top: 17.3%;
    position: absolute;
    right: 2.5%; }
    #main .app_07_border_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_06 {
    width: 18.8%;
    top: 43.1%;
    position: absolute;
    right: 2.5%; }
    #main .app_07_border_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_07 {
    width: 23.8%;
    top: 51.6%;
    position: absolute;
    right: 2.5%; }
    #main .app_07_border_07 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_08 {
    width: 96.9%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_07_border_08 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_09 {
    width: 10.5%;
    position: absolute;
    top: 1%;
    left: 0.1%; }
    #main .app_07_border_09 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_10 {
    width: 10%;
    position: absolute;
    top: 33.5%;
    right: 1.1%; }
    #main .app_07_border_10 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_11 {
    width: 42.2%;
    position: absolute;
    top: 54.2%;
    right: 7.8%; }
    #main .app_07_border_11 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_12 {
    width: 93.6%;
    position: absolute;
    top: 33.2%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_07_border_12 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_border_13 {
    width: 93.6%;
    position: absolute;
    top: 33.2%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_07_border_13 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_07_touch {
  width: 8%;
  position: absolute;
  top: 4.6%;
  right: 6%;
  z-index: 11; }
  #main .app_07_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_07_touch_02 {
    width: 8%;
    position: absolute;
    top: 54.4%;
    right: 40.4%;
    z-index: 11; }
    #main .app_07_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_03 {
    width: 8%;
    position: absolute;
    top: 30%;
    right: 7.6%;
    z-index: 12; }
    #main .app_07_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_04 {
    width: 8%;
    position: absolute;
    top: 31%;
    right: 7.6%;
    z-index: 12; }
    #main .app_07_touch_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_05 {
    width: 8%;
    position: absolute;
    top: 22.6%;
    right: 16.3%;
    z-index: 11; }
    #main .app_07_touch_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_06 {
    width: 8%;
    position: absolute;
    top: 48.4%;
    right: 14.3%;
    z-index: 11; }
    #main .app_07_touch_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_07 {
    width: 8%;
    position: absolute;
    top: 56.9%;
    right: 15.3%;
    z-index: 11; }
    #main .app_07_touch_07 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_08 {
    width: 8%;
    position: absolute;
    top: 82.3%;
    right: 42.7%;
    z-index: 11; }
    #main .app_07_touch_08 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_09 {
    width: 8%;
    position: absolute;
    top: 6%;
    right: 85%;
    z-index: 11; }
    #main .app_07_touch_09 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_10 {
    width: 8%;
    position: absolute;
    top: 38.7%;
    right: 7.6%;
    z-index: 11; }
    #main .app_07_touch_10 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_11 {
    width: 8%;
    position: absolute;
    top: 62.5%;
    right: 18.5%;
    z-index: 11; }
    #main .app_07_touch_11 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_12 {
    width: 8%;
    position: absolute;
    top: 42.4%;
    right: 40.3%;
    z-index: 11; }
    #main .app_07_touch_12 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_07_touch_13 {
    width: 8%;
    position: absolute;
    top: 41.4%;
    right: 40.3%;
    z-index: 11; }
    #main .app_07_touch_13 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_07_next {
  width: 10%;
  top: 0.4%;
  position: absolute;
  right: 0.2%;
  text-indent: -9999px;
  z-index: 100;
  height: 6%; }
  #main .app_07_next_02 {
    width: 93.6%;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 100;
    height: 11%; }
  #main .app_07_next_03 {
    width: 10%;
    height: 6%;
    position: absolute;
    top: 25.7%;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_04 {
    width: 10%;
    position: absolute;
    top: 25.7%;
    height: 6%;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_05 {
    width: 18.8%;
    height: 7.5%;
    top: 17.3%;
    position: absolute;
    right: 2.5%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_06 {
    width: 18.8%;
    top: 43.1%;
    height: 7.5%;
    position: absolute;
    right: 2.5%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_07 {
    width: 23.8%;
    top: 51.6%;
    position: absolute;
    right: 2.5%;
    text-indent: -9999px;
    z-index: 100;
    height: 8%; }
  #main .app_07_next_08 {
    width: 96.9%;
    position: absolute;
    top: 76.3%;
    left: 50%;
    height: 8%;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_09 {
    width: 10.5%;
    position: absolute;
    top: 1%;
    left: 0.1%;
    text-indent: -9999px;
    height: 6%;
    z-index: 100; }
  #main .app_07_next_10 {
    width: 10%;
    position: absolute;
    top: 33.5%;
    right: 1.1%;
    text-indent: -9999px;
    z-index: 100;
    height: 6%; }
  #main .app_07_next_11 {
    position: absolute;
    width: 42%;
    top: 54.5%;
    right: 8.5%;
    height: 8%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_12 {
    width: 93.6%;
    position: absolute;
    top: 33.2%;
    left: 50%;
    transform: translateX(-50%);
    height: 10%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_07_next_13 {
    width: 93.6%;
    position: absolute;
    top: 33.2%;
    text-indent: -9999px;
    z-index: 101;
    height: 10%;
    left: 50%;
    transform: translateX(-50%); }
#main .app_08_ttle {
  position: relative;
  line-height: 1; }
  #main .app_08_ttle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/02/icon_book.png) no-repeat 0 0;
    background-size: 35px auto;
    margin: 0 auto;
    content: ""; }
#main .app_08_baloon {
  position: absolute;
  top: 1.8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  #main .app_08_baloon_02 {
    position: absolute;
    top: 35.1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_08_baloon_03 {
    position: absolute;
    top: 20.7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_08_baloon_04 {
    position: absolute;
    top: 56.6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
  #main .app_08_baloon_05 {
    position: absolute;
    top: 62.2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
#main .app_08_border {
  width: 11.4%;
  top: 0.4%;
  position: absolute;
  right: 0.2%; }
  #main .app_08_border img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_08_border_02 {
    width: 93.6%;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_08_border_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_border_03 {
    width: 10%;
    top: 25.7%;
    position: absolute;
    right: 0.2%; }
    #main .app_08_border_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_border_04 {
    width: 10%;
    top: 17.7%;
    position: absolute;
    right: 0.2%; }
    #main .app_08_border_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_border_05 {
    width: 93.6%;
    position: absolute;
    top: 67.5%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_08_border_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_border_06 {
    width: 93.6%;
    position: absolute;
    top: 67.2%;
    left: 50%;
    transform: translateX(-50%); }
    #main .app_08_border_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_08_touch {
  width: 8%;
  position: absolute;
  top: 3.6%;
  right: 8%;
  z-index: 11; }
  #main .app_08_touch img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #main .app_08_touch_02 {
    width: 8%;
    position: absolute;
    top: 54.4%;
    right: 40.4%;
    z-index: 11; }
    #main .app_08_touch_02 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_touch_03 {
    width: 8%;
    position: absolute;
    top: 30%;
    right: 8.5%;
    z-index: 11; }
    #main .app_08_touch_03 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_touch_04 {
    width: 8%;
    position: absolute;
    top: 22.2%;
    right: 8.5%;
    z-index: 11; }
    #main .app_08_touch_04 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_touch_05 {
    width: 8%;
    position: absolute;
    top: 74.8%;
    right: 39.4%;
    z-index: 11; }
    #main .app_08_touch_05 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  #main .app_08_touch_06 {
    width: 8%;
    position: absolute;
    top: 74.8%;
    right: 39.4%;
    z-index: 11; }
    #main .app_08_touch_06 img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
#main .app_08_next {
  position: absolute;
  width: 10%;
  top: 0.4%;
  right: 2%;
  z-index: 100;
  height: 6%;
  text-indent: -9999px; }
  #main .app_08_next_02 {
    width: 93.6%;
    height: 11%;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 100; }
  #main .app_08_next_03 {
    width: 10%;
    top: 25.7%;
    position: absolute;
    right: 1.2%;
    height: 6%;
    text-indent: -9999px;
    z-index: 100; }
  #main .app_08_next_04 {
    width: 10%;
    top: 17.7%;
    position: absolute;
    right: 0.2%;
    text-indent: -9999px;
    z-index: 100;
    height: 6%; }
  #main .app_08_next_05 {
    width: 93.6%;
    position: absolute;
    top: 67.5%;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
    z-index: 101;
    height: 10%; }
  #main .app_08_next_06 {
    position: absolute;
    width: 93.6%;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    height: 10%;
    z-index: 100;
    text-indent: -9999px; }
#main .baloon {
  width: auto; }
  #main .baloon_inner {
    background: #007b86;
    padding: 3.4375vw 4.6875vw;
    border-radius: 0.46875vw;
    box-shadow: 0px 0px 0.9375vw 0.01875vw rgba(0, 0, 0, 0.3);
    font-size: 3.125vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 1.5;
    white-space: nowrap; }
    #main .baloon_inner sub {
      color: #fff;
      position: relative;
      font-size: 3.125vw;
      margin: 0 0.625vw 0 0;
      top: 1.25vw; }
    #main .baloon_inner::before {
      display: block;
      position: absolute;
      top: -3.125vw;
      left: -3.125vw;
      width: 8.59375vw;
      height: 8.59375vw;
      background: url(/ldm/slim/newproducts/betsuoki/app/img/icon_baloon.png) no-repeat 0 0;
      background-size: 8.59375vw 8.59375vw;
      content: ""; }
      @media (min-width: 641px) {
        #main .baloon_inner::before {
          top: -15px;
          left: -10px;
          width: 55px;
          height: 55px;
          background-size: 55px 55px; } }
    #main .baloon_inner::after {
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.5625vw 0.859375vw 0 0.859375vw;
      border-color: #007b86 transparent transparent transparent;
      top: 100%;
      left: 50%;
      margin-left: -0.78125vw;
      content: ""; }
      @media (min-width: 641px) {
        #main .baloon_inner::after {
          border-width: 10px 5.5px 0 5.5px;
          margin-left: -5px; } }
    #main .baloon_inner.non_arrow:after {
      display: none; }
    @media (min-width: 641px) {
      #main .baloon_inner {
        padding: 22px 48px;
        border-radius: 3px;
        box-shadow: 0px 0px 6px 0.12 rgba(0, 0, 0, 0.3);
        font-size: 20px; }
        #main .baloon_inner sub {
          font-size: 20px;
          margin: 0 4px 0 0;
          top: 8px; } }

.js-hidden {
  display: none; }

.app_modal {
  background: #e9edf3;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box; }
  .app_modal_text {
    margin: -5px auto 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #0a3bb0; }
  .app_modal a {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 3px;
    padding: 20px;
    font-weight: 600;
    background: #0a3bb0;
    box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.3);
    position: relative;
    text-decoration: none; }
    .app_modal a.has_tag {
      display: block;
      color: #fff;
      font-size: 18px;
      line-height: 1.4;
      border-radius: 3px;
      padding: 20px;
      font-weight: 600;
      background: #0a3bb0;
      box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.3);
      position: relative;
      text-decoration: none; }
      .app_modal a.has_tag sub {
        position: relative;
        top: 4px; }
    .app_modal a:after {
      display: block;
      position: absolute;
      right: 20px;
      top: 50%;
      width: 0;
      transform: translateY(-50%);
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #fff;
      content: ""; }

.remodal-wrapper {
  padding: 0;
  text-align: left; }

.remodal {
  background: none;
  padding: 0;
  margin-bottom: 0;
  max-width: 100%; }

/* Close button */
.remodal-close {
  position: absolute;
  top: -15px;
  left: calc(100% - 25px);
  display: block;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  position: absolute;
  top: -15px;
  left: calc(100% - 25px);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: transparent url(../img/icon_menu_close.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  z-index: 1000; }
