html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", Arial, sans-serif; }

ol, ul span {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto; }

body {
  overflow-x: hidden; }

a {
  cursor: pointer; }

.nou_content {
  min-width: 360px; }

.nou_visual_block {
  width: 100%;
  height: 501px;
  position: relative;
  background-image: url("../images/visual_bk_02.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff; }
  @media all and (max-width: 992px) {
    .nou_visual_block {
      height: 450px; } }
  @media all and (max-width: 768px) {
    .nou_visual_block {
      display: none; } }

.nou_visual_main {
  width: 100%;
  max-width: 1200px;
  height: 501px;
  position: relative;
  margin: 0 auto; }
  @media all and (max-width: 992px) {
    .nou_visual_main {
      height: 450px; } }

.nou_visual_pic01 {
  width: 47.083%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5; }
  @media screen and (max-width: 1100px) {
    .nou_visual_pic01 {
      width: 54%;
      left: -3%; } }
  @media all and (max-width: 992px) {
    .nou_visual_pic01 {
      width: 54%;
      left: -2%; } }
  @media screen and (max-width: 890px) {
    .nou_visual_pic01 {
      width: 56%;
      left: -4.5%; } }
  @media screen and (max-width: 800px) {
    .nou_visual_pic01 {
      width: 61%;
      left: -8%; } }
  @media all and (max-width: 768px) {
    .nou_visual_pic01 {
      width: 100%;
      max-width: 560px;
      left: 0;
      position: relative;
      margin: 0 auto; } }

.nou_visual_text_block {
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1100px) {
    .nou_visual_text_block {
      right: 3.5%; } }
  @media all and (max-width: 992px) {
    .nou_visual_text_block {
      width: 55%;
      right: 1%; } }

.nou_visual_logo {
  max-width: 469px;
  width: 85.273%;
  margin: 0 auto 8% auto; }
  @media all and (max-width: 768px) {
    .nou_visual_logo {
      width: 82%;
      margin: 0 auto 3.221% auto; } }

.nou_visual_title {
  color: #000;
  font-size: 51px;
  line-height: 53px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 4% auto;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 1146px) {
    .nou_visual_title {
      font-size: 46px;
      line-height: 48px; } }
  @media all and (max-width: 992px) {
    .nou_visual_title {
      font-size: 38px;
      line-height: 40px; } }
  @media all and (max-width: 768px) {
    .nou_visual_title {
      width: 98%;
      font-size: 50px;
      line-height: 52px;
      margin: 0 auto 2.5% auto; } }
  @media all and (max-width: 460px) {
    .nou_visual_title {
      font-size: 45px;
      line-height: 47px; } }
  @media all and (max-width: 400px) {
    .nou_visual_title {
      font-size: 38px;
      line-height: 40px; } }

.nou_visual_text {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 4% auto; }
  @media screen and (max-width: 1100px) {
    .nou_visual_text {
      font-size: 15px;
      line-height: 22px; } }
  @media all and (max-width: 768px) {
    .nou_visual_text {
      width: 94%;
      font-size: 16px;
      line-height: 23px;
      margin: 0 auto 3% auto; } }
  @media all and (max-width: 460px) {
    .nou_visual_text {
      font-size: 15px;
      line-height: 22px; } }
  @media all and (max-width: 400px) {
    .nou_visual_text {
      font-size: 12px;
      line-height: 20px; } }

.nou_visual_btn_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 25px auto; }
  @media all and (max-width: 992px) {
    .nou_visual_btn_block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media all and (max-width: 768px) {
    .nou_visual_btn_block {
      width: 94%;
      max-width: 560px; } }
  @media all and (max-width: 460px) {
    .nou_visual_btn_block {
      margin: 0 auto 20px auto; } }

.nou_visual_btn01 {
  width: 220px;
  height: 22px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nou_visual_btn01 a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 22px;
    color: #61953f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nou_visual_btn01 a:hover {
      color: #5db307; }
      .nou_visual_btn01 a:hover .nou_visual_btn_arrow::before {
        background-color: #5db307; }
      .nou_visual_btn01 a:hover .nou_visual_btn_arrow::after {
        background-color: #5db307; }

.nou_visual_btn_arrow {
  width: 16px;
  height: 22px;
  position: relative;
  margin: 0 0 0 6px; }
  .nou_visual_btn_arrow::before {
    content: "";
    display: block;
    width: 3px;
    height: 13px;
    background-color: #61953f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px 2px 0 0;
    position: absolute;
    top: 0;
    left: 5px; }
  .nou_visual_btn_arrow::after {
    content: "";
    display: block;
    width: 3px;
    height: 14px;
    background-color: #61953f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 0 2px 2px;
    position: absolute;
    top: 8px;
    left: 5px; }

.ph_nou_visual_main {
  width: 100%;
  position: relative;
  display: none; }
  @media all and (max-width: 768px) {
    .ph_nou_visual_main {
      display: block;
      background-image: url("../images/ph/visual_bk_02.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 41px 0 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media all and (max-width: 460px) {
    .ph_nou_visual_main {
      padding: 36px 0 0 0; } }

.block01 {
  width: 100%;
  background-color: #303132; }

.block01_main {
  width: 96%;
  max-width: 1100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 50px 0; }
  @media screen and (max-width: 1100px) {
    .block01_main {
      font-size: 15px; } }
  @media all and (max-width: 768px) {
    .block01_main {
      display: none; } }

.ph_block01_main {
  display: none; }
  @media all and (max-width: 768px) {
    .ph_block01_main {
      display: block; } }

.ph_block01_main_list {
  width: 100%;
  position: relative; }

.block01_step_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #393b3c;
  overflow: hidden;
  border-radius: 15px;
  padding: 30px 20px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }
  @media all and (max-width: 992px) {
    .block01_step_box {
      padding: 30px 20px 30px 0; } }
  @media all and (max-width: 400px) {
    .block01_step_box {
      padding: 12px; } }

.block01_step_box_left {
  width: 280px;
  margin: 0 5% 0 0;
  border-right: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1000px) {
    .block01_step_box_left {
      margin: 0 3% 0 0; } }
  @media all and (max-width: 992px) {
    .block01_step_box_left {
      width: 260px; } }

.block01_step_box_right {
  width: 280px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media all and (max-width: 992px) {
    .block01_step_box_right {
      width: 100%; } }

.block01_step_arrow {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto; }
  @media all and (max-width: 768px) {
    .block01_step_arrow {
      width: 54px;
      height: 54px;
      margin: 8px auto; } }

.block01_step_title {
  width: 100%;
  color: #ffc045;
  font-size: 27px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nou_block01_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 36px 0;
  font-size: 19px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 992px) {
    .nou_block01_btn_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 413px) {
    .nou_block01_btn_list {
      font-size: 20px;
      display: block; } }

.nou_block01_btn01 {
  width: 200px;
  height: 46px;
  margin: 0 0 0 11px; }
  @media all and (max-width: 768px) {
    .nou_block01_btn01 {
      height: 56px; } }
  @media all and (max-width: 460px) {
    .nou_block01_btn01 {
      height: 54px; } }
  @media screen and (max-width: 413px) {
    .nou_block01_btn01 {
      width: 260px;
      margin: 10px auto 0 auto; } }
  .nou_block01_btn01 a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 26px;
    background-color: #ef7c00;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400; }
    @media all and (max-width: 768px) {
      .nou_block01_btn01 a {
        line-height: 56px;
        font-size: 28px;
        border-radius: 30px; } }
    @media all and (max-width: 460px) {
      .nou_block01_btn01 a {
        font-size: 25px;
        line-height: 54px; } }
    .nou_block01_btn01 a:hover {
      background-color: #ef8b00; }

.nou_block01_notice {
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 5px 5px 5px 36px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #303132;
  border-radius: 5px; }
  .nou_block01_notice span {
    height: 26px;
    line-height: 26px;
    color: #000;
    background-color: #fff600;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 6px;
    margin: 0 6px; }

.nou_block01_notice_icon {
  float: left;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: bolder;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 7px 0 0;
  position: absolute;
  top: 7px;
  left: 8px; }

.nou_block01_btn02 {
  width: 200px;
  height: 46px;
  margin: 0 0 0 11px; }
  @media all and (max-width: 768px) {
    .nou_block01_btn02 {
      height: 56px; } }
  @media all and (max-width: 460px) {
    .nou_block01_btn02 {
      height: 54px; } }
  @media screen and (max-width: 413px) {
    .nou_block01_btn02 {
      width: 260px;
      margin: 10px auto 0 auto; } }
  .nou_block01_btn02 a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 26px;
    background-color: #19a93a;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 400; }
    @media all and (max-width: 768px) {
      .nou_block01_btn02 a {
        line-height: 56px;
        font-size: 28px;
        border-radius: 30px; } }
    @media all and (max-width: 460px) {
      .nou_block01_btn02 a {
        font-size: 25px;
        line-height: 54px; } }
    .nou_block01_btn02 a:hover {
      background-color: #1eb52f; }

.nou_block01_btn03 {
  width: 200px;
  height: 46px;
  margin: 0 0 0 11px; }
  @media all and (max-width: 768px) {
    .nou_block01_btn03 {
      height: 56px; } }
  @media all and (max-width: 460px) {
    .nou_block01_btn03 {
      height: 54px; } }
  @media screen and (max-width: 413px) {
    .nou_block01_btn03 {
      width: 260px;
      margin: 10px auto 0 auto; } }
  .nou_block01_btn03 a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 26px;
    background-color: #007fca;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 400; }
    @media all and (max-width: 768px) {
      .nou_block01_btn03 a {
        line-height: 56px;
        font-size: 28px;
        border-radius: 30px; } }
    @media all and (max-width: 460px) {
      .nou_block01_btn03 a {
        font-size: 25px;
        line-height: 54px; } }
    .nou_block01_btn03 a:hover {
      background-color: #0088d7; }

.block01_step1_pic {
  width: 127px;
  height: 127px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block01_step2_pic {
  width: 133px;
  height: 115px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block01_step3_pic {
  width: 119px;
  height: 115px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block01_step_text_block {
  width: 100%;
  margin: 0 0 20px 0; }

.block01_step_right_title {
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 12px 0; }

.block01_step_text_list {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin: 0 0 7px 0; }
  .block01_step_text_list:last-child {
    margin: 0; }
  .block01_step_text_list .item {
    font-weight: bold; }
  .block01_step_text_list .heightline1 {
    height: 100%;
    line-height: 30px;
    color: #000;
    background-color: #fff600;
    border-radius: 5px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600; }
  .block01_step_text_list .heightline2 {
    height: 100%;
    line-height: 30px;
    color: #000;
    background-color: #fff600;
    border-radius: 5px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    margin: 0 8px; }

.nou_block01_event_text {
  width: 96%;
  max-width: 410px;
  color: #ffffff;
  background-color: #ef5a9a;
  padding: 3px 16px 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 29px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  word-wrap: break-word;
  word-break: break-all;
  border-radius: 5px;
  margin: 0 auto 17px auto; }
  @media all and (max-width: 992px) {
    .nou_block01_event_text {
      padding: 3px 0 8px 12px; } }
  @media all and (max-width: 768px) {
    .nou_block01_event_text {
      width: 94%;
      font-size: 16px;
      padding: 3px 12px 8px 12px;
      text-align: center; } }
  @media all and (max-width: 576px) {
    .nou_block01_event_text {
      font-size: 15px; } }
  @media all and (max-width: 400px) {
    .nou_block01_event_text {
      font-size: 13px; } }
  .nou_block01_event_text a {
    color: #ffffff; }
  .nou_block01_event_text span {
    font-size: 18px;
    font-weight: 600; }
    @media all and (max-width: 992px) {
      .nou_block01_event_text span {
        font-size: 16px; } }
    @media all and (max-width: 768px) {
      .nou_block01_event_text span {
        font-size: 18px; } }
    @media all and (max-width: 576px) {
      .nou_block01_event_text span {
        font-size: 16px; } }
  .nou_block01_event_text .list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 992px) {
      .nou_block01_event_text .list02 {
        display: block; } }

.nou_block01_event_btn {
  width: 110px;
  border: 1px solid #fff;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  border-radius: 18px;
  margin: 0 0 0 5px; }
  @media all and (max-width: 992px) {
    .nou_block01_event_btn {
      margin: 5px 0 0 0; } }
  @media all and (max-width: 768px) {
    .nou_block01_event_btn {
      margin: 5px auto 0 auto; } }

.block02_bk {
  width: 100%;
  background-color: #f3f3f3; }

.qa_block {
  width: 100%;
  padding: 46px 10px 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 576px) {
    .qa_block {
      padding: 20px 10px 30px 10px; } }

.qa_title {
  max-width: 990px;
  font-size: 31px;
  font-weight: bold;
  margin: 0 auto 50px auto;
  text-align: center; }
  @media all and (max-width: 576px) {
    .qa_title {
      margin: 0 auto 20px auto; } }

.qa_list {
  max-width: 990px;
  margin: 0 auto 12px auto;
  border-radius: 9px;
  overflow: hidden; }

.q_list {
  min-height: 50px;
  line-height: 23px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #484848;
  border-radius: 9px 9px 0 0;
  padding: 14px 60px 10px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer; }
  @media all and (max-width: 768px) {
    .q_list {
      padding: 14px 55px 10px 20px; } }
  .q_list .arrow {
    width: 28px;
    height: 28px;
    background-image: url(../images/qa_icon_close.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: absolute;
    right: 28px;
    top: 11px; }
    @media all and (max-width: 768px) {
      .q_list .arrow {
        right: 20px; } }

.q_list.active {
  min-height: 50px;
  line-height: 23px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #484848;
  border-radius: 9px 9px 0 0;
  padding: 14px 60px 10px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media all and (max-width: 768px) {
    .q_list.active {
      padding: 14px 55px 10px 20px; } }
  .q_list.active .arrow {
    width: 28px;
    height: 28px;
    background-image: url(../images/qa_icon_open.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: absolute;
    right: 28px;
    top: 11px; }
    @media all and (max-width: 768px) {
      .q_list.active .arrow {
        right: 20px; } }

.a_list {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
  overflow: hidden;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  padding: 10px 70px;
  display: none; }
  @media all and (max-width: 768px) {
    .a_list {
      padding: 10px 20px; } }
  .a_list a {
    color: #61953f; }
    .a_list a:hover {
      color: #5db307; }

.a_list p {
  color: #484848;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold; }

.block03_bk {
  background-color: #e4e4e4; }

.block03_main {
  width: 85%;
  max-width: 990px;
  margin: 0 auto;
  padding: 50px 0 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 992px) {
    .block03_main {
      width: 90%;
      padding: 30px 0 60px 0; } }

.block03_title {
  width: 100%;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0; }

.block03_text_block {
  width: 100%;
  overflow: hidden;
  margin: 0 0 46px 0; }
  @media all and (max-width: 768px) {
    .block03_text_block {
      margin: 0 0 36px 0; } }

.block03_text_list {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 7px 0; }

.block03_app_title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px 0; }

.block03_app_download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block03_app_ios {
  width: 160px;
  margin: 0 10px; }
  @media all and (max-width: 400px) {
    .block03_app_ios {
      width: 140px;
      margin: 0 5px; } }

.block03_app_android {
  width: 160px;
  margin: 0 10px; }
  @media all and (max-width: 400px) {
    .block03_app_android {
      width: 140px;
      margin: 0 5px; } }

.ph_block01_btn01 {
  width: 46.875%;
  position: absolute;
  top: 0;
  left: 39.065%;
  z-index: 20; }

.ph_block01_btn02 {
  width: 46.875%;
  position: absolute;
  top: 0;
  left: 36.25%;
  z-index: 20; }

.ph_block01_btn03 {
  width: 46.875%;
  position: absolute;
  top: 0;
  left: 39.065%;
  z-index: 20; }
