<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;family=Noto+Sans+JP:wght@400;700&amp;display=swap");
@charset "UTF-8";

/* Mobile縺ｨPC縺ｮ繧ｵ繧､繧ｺ髢ｾ蛟､ */
/** media screen **/
/**** fixed media screen ****/
/**** /fixed media screen ****/
/** /media screen **/
/* Mobile縺ｨPC縺ｮ繧ｵ繧､繧ｺ髢ｾ蛟､ */
/* .information-list-item,
.convenience-list-item {
  *zoom: 1;
} */
.information-list-item:after,
.convenience-list-item:after {
  content: "";
  display: table;
  clear: both;
}

/**/
html {
  font-size: 62.5%;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  background-color: #f5f5f5;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

*:not(table):not(td):not(th) {
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bg-white {
  background-color: #ffffff;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* header */
header {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
header h2,
header p {
  color: #ffffff;
}

.menu-icon {
  float: left;
  text-align: right;
}
.menu-icon img {
  height: 45px;
  width: 44px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .menu-icon {
    margin: 40px;
    width: calc(100% - 40px * 2);
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    margin: 22px;
    width: calc(100% - 22px * 2);
  }
}

@media screen and (min-width: 768px) {
  header {
    height: calc(100vw / 1.8);
    background-image: url("/assets/fundpress_lp/header-bg-32648393.png");
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx) {
  header {
    background-image: url("/assets/fundpress_lp/header-bg@2x-1fb6376c.png");
  }
}

@media screen and (min-width: 768px) {
  header h1,
  header h2,
  header p {
    padding-left: calc(100vw * 75 / 1440);
    /* 蟷�1440px蝓ｺ貅悶〒75px讓ｪ縺ｫ縺ゅ￠繧� */
  }
  header h1 {
    padding-top: calc(100vw / 1.8 * 50 / 800);
    /* 鬮倥＆800px蝓ｺ貅悶〒50px縺ゅ￠繧� */
    height: calc(100vw / 1.8 * 202 / 800);
    /* 鬮倥＆800px蝓ｺ貅悶〒202px */
  }
  header h1 img {
    height: 100%;
  }
  header h2 {
    padding-top: calc(100vw / 1.8 * 146 / 800);
    /* 鬮倥＆800px蝓ｺ貅悶〒146px縺ゅ￠繧� */
    font-size: calc(100vw * 32 / 1440);
    /* 1440px譎� 32px */
    line-height: calc(100vw * 56 / 1440);
    /* 1440px譎� 56px */
    font-weight: bold;
  }
  header h2 span {
    font-size: calc(100vw * 48 / 1440);
    /* 1440px譎� 48px */
  }
  header p {
    padding-top: calc(100vw / 1.8 * 30 / 800);
    /* 鬮倥＆800px蝓ｺ貅悶〒30px縺ゅ￠繧� */
    font-size: calc(100vw * 14 / 1440);
    /* 1440px譎� 14px */
    line-height: calc(100vw * 31 / 1440);
    /* 1440px譎� 31px */
    font-weight: bold;
  }
  header p span {
    font-size: calc(100vw * 18 / 1440);
    /* 1440px譎� 18px */
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
  }
  header .header-link {
    position: absolute;
    text-align: right;
    width: calc(100% * 1390 / 1440);
    /* 蟷�1440px蝓ｺ貅悶〒縲∝承蛛ｴ縺ｫ50px縺ゅ￠繧� */
    top: calc(100vw / 1.8 * 593 / 800);
    /* 鬮倥＆800px蝓ｺ貅悶〒593px縺ｮ菴咲ｽｮ */
  }
  header .header-link img {
    width: calc(100vw * 156 / 1440);
    /* 蟷�1440px蝓ｺ貅悶〒156px */
  }
}

@media screen and (max-width: 767px) {
  header {
    height: calc(100vw / 0.56138);
    background-image: url("/assets/fundpress_lp/header-bg_sp-052ee8a9.png");
    /* 繝ｭ繧ｴ */
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 2dppx) {
  header {
    background-image: url("/assets/fundpress_lp/header-bg_sp@2x-91410295.png");
  }
}

@media screen and (max-width: 767px) {
  header h1,
  header h2,
  header p {
    width: calc(100vw * 300 / 375);
    margin: 0 auto;
  }
  header h1 {
    padding-top: calc(100vw / 0.56138 * 17 / 668);
    /* 鬮倥＆668px蝓ｺ貅悶〒17px */
  }
  header h1 img {
    width: 100%;
  }
  header h2 {
    padding-top: calc(100vw / 0.56138 * 127 / 668);
    /* 鬮倥＆668px蝓ｺ貅悶〒107px */
    font-size: calc(100vw * 16.85 / 375);
    /* 蟷�375px譎� 25.13px */
    line-height: calc(100vw * 36.65 / 390);
    /* 蟷�375px譎� 36.65px */
    font-weight: bold;
  }
  header h2 span {
    font-size: calc(100vw * 25.13 / 375);
    /* 蟷�375px譎� 25.13px */
  }
  header p {
    padding-top: calc(100vw / 0.56138 * 24 / 668);
    /* 鬮倥＆668px蝓ｺ貅悶〒44px縺ゅ￠繧� */
    font-size: calc(100vw * 11.27 / 375);
    /* 蟷�375px譎� 13px */
    line-height: calc(100vw * 25.27 / 375);
    /* 蟷�375px譎� 29px */
  }
  header p span {
    font-size: calc(100vw * 14.49 / 375);
    /* 蟷�390px譎� 16px */
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
    font-weight: bold;
  }
  header .header-link {
    position: absolute;
    text-align: left;
    left: calc(100% * 37.5 / 375);
    /* 蟷�375px蝓ｺ貅悶〒縲∝ｷｦ蛛ｴ縺ｫ37.5px縺ゅ￠繧� */
    top: calc(100vw / 0.56138 * 501 / 668);
    /* 鬮倥＆668px蝓ｺ貅悶〒501px縺ｮ菴咲ｽｮ */
  }
  header .header-link img {
    width: calc(100vw * 102 / 375);
    /* 蟷�390px蝓ｺ貅悶〒102px */
  }
}

/* /header */
main {
  width: 100%;
  margin: 0 auto 60px;
}

.contents-wrapper {
  width: calc(100% * 1280 / 1440);
  /* 蟷�1440px譎ゅ↓繧ｳ繝ｳ繝�Φ繝�お繝ｪ繧｢縺�1280px縺ｫ縺ｪ繧九し繧､繧ｺ */
  margin: 0 auto;
  padding-bottom: 90px;
  /* section2 縺�縺第ｨｪ蟷�＞縺｣縺ｱ縺�↓蜿悶ｋ */
}
@media screen and (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% * 370 / 390);
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* 蟷�390px譎ゅ↓繧ｳ繝ｳ繝�Φ繝�お繝ｪ繧｢縺�370px縺ｫ縺ｪ繧九し繧､繧ｺ */
  }
}
@media screen and (max-width: 767px) {
  .contents-wrapper#section2 {
    width: 100vw;
  }
}

h3 {
  padding-top: 75px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: bold;
  /* underline */
  position: relative;
}

h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*邱壹�荳贋ｸ倶ｽ咲ｽｮ*/
  display: inline-block;
  width: 50px;
  /*邱壹�髟ｷ縺�*/
  height: 3px;
  /*邱壹�螟ｪ縺�*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*菴咲ｽｮ隱ｿ謨ｴ*/
  background-color: #025787;
  /*邱壹�濶ｲ*/
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 32px;
  }
}

/* FUND PRESS 縺ｧ縺ｧ縺阪ｋ縺薙→ */
ul.function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
ul.function-list &gt; li {
  width: calc(31.25% + 10px);
  /* 400px / 1280px */
  margin-right: calc(3.125% - 10px);
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px rgba(2, 87, 135, 0.3);
  box-shadow: 10px 10px rgba(2, 87, 135, 0.3);
  padding-bottom: 32px;
}
ul.function-list &gt; li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  ul.function-list {
    display: block;
  }
  ul.function-list &gt; li {
    width: calc(100% - 10px);
    padding-top: 27px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.function-list-title {
  background-image: url("/assets/fundpress_lp/function-list-title-bg-bb6a4169.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 32px;
  width: calc(100% * 240 / 400);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .function-list-title {
    background-image: url("/assets/fundpress_lp/function-list-title-bg@2x-fd737ca0.png");
  }
}
@media screen and (max-width: 767px) {
  .function-list-title {
    height: 50px;
    line-height: 50px;
    font-size: 29px;
    margin-top: 0;
    width: calc(100% * 201 / 336);
  }
}

.function-list-catch,
.function-list-description,
.function-list-purpose-list {
  margin: 0 10%;
}

.function-list-icon {
  text-align: center;
  margin: 22px auto;
}

.function-list-catch {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #025787;
}
@media screen and (max-width: 767px) {
  .function-list-catch {
    font-size: 16px;
    line-height: 22px;
  }
}

.function-list-description {
  font-size: 14px;
  line-height: 22.6px;
  margin-top: 14px;
}

.function-list-purpose-list {
  margin-top: 14px;
}
.function-list-purpose-list &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 22.6px;
  border: 1px solid #000000;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .function-list-purpose-list &gt; li {
    font-size: 9px;
    line-height: 17px;
  }
}

.function-list-footer {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
}
.function-list-footer span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #f7f36b)
  );
  background: linear-gradient(transparent 70%, #f7f36b 0%);
}
.function-list-footer svg {
  display: block;
  width: calc(100vw * 82 / 1440);
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .function-list-footer {
    font-size: 22px;
    line-height: 40px;
  }
  .function-list-footer svg {
    width: calc(100vw * 42 / 390);
    margin-top: 23px;
  }
}

/* 蜈�ｮ溘＠縺溽峡閾ｪ縺ｮ諠��ｱ繧ｳ繝ｳ繝�Φ繝� */
.information-list-item {
  color: #ffffff;
}
.information-list-item .information-list-text {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .information-list-item .information-list-text {
    width: calc(100vw * 1100 / 1440);
    height: calc(100vw * 1100 / 1440 * 335 / 1100);
  }
}
@media screen and (max-width: 767px) {
  .information-list-item .information-list-text {
    width: 100vw;
    height: calc(60vw * 335 / 289);
  }
}
@media screen and (min-width: 768px) {
  .information-list-item:nth-child(odd) .information-list-text {
    margin-left: calc(-1 * 100vw * 80 / 1440);
    background-image: url("/assets/fundpress_lp/information-bg-left-07e81fd0.png");
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .information-list-item:nth-child(odd) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-left@2x-ff395ee6.png");
  }
}
@media screen and (max-width: 767px) {
  .information-list-item:nth-child(odd) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-left_sp-67615c95.png");
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .information-list-item:nth-child(odd) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-left_sp@2x-f9d8ec68.png");
  }
}
@media screen and (min-width: 768px) {
  .information-list-item:nth-child(odd) .information-list-text-element {
    margin-left: 20%;
  }
  .information-list-item:nth-child(odd)
    .information-list-text-element:not(.information-list-title) {
    margin-right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .information-list-item:nth-child(even) .information-list-text {
    margin-left: calc(100vw * 260 / 1440);
    background-image: url("/assets/fundpress_lp/information-bg-right-1f30a0aa.png");
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .information-list-item:nth-child(even) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-right@2x-1387d7e6.png");
  }
}
@media screen and (max-width: 767px) {
  .information-list-item:nth-child(even) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-right_sp-37751876.png");
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .information-list-item:nth-child(even) .information-list-text {
    background-image: url("/assets/fundpress_lp/information-bg-right_sp@2x-5c0df3e8.png");
  }
}
@media screen and (min-width: 768px) {
  .information-list-item:nth-child(even) .information-list-text-element {
    margin-left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .information-list-text-element {
    width: calc(100vw * 317 / 390);
    margin-right: auto;
    margin-left: auto;
  }
}

.information-list-title {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .information-list-title {
    font-size: calc(100vw * 28 / 1440);
    /* 1440px譎� 28px */
    line-height: calc(100vw * 33.6 / 1440);
    /* 1440px譎� 33.6px */
    margin-right: 0;
    margin-bottom: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .information-list-title {
    font-size: 22px;
    line-height: 26.4px;
    margin-top: 28px;
    margin-bottom: 10px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .information-list-title.information-list-title-multi-line {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .information-list-description {
    font-size: calc(100vw * 14 / 1440);
    /* 1440px譎� 14px */
    line-height: calc(100vw * 22.6 / 1440);
    /* 1440px譎� 22.6px */
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 768px) {
  .information-list-description2 {
    font-size: calc(100vw * 14 / 1440);
    /* 1440px譎� 14px */
    line-height: calc(100vw * 22.6 / 1440);
    /* 1440px譎� 22.6px */
    margin-bottom: 1.5%;
  }
}

@media screen and (max-width: 767px) {
  .information-list-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .information-list-description2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .information-list-text-link img {
    width: calc(100vw * 256 / 1440);
  }
}

@media screen and (max-width: 767px) {
  .information-list-text-link img {
    width: 80%;
    display: none;
  }
}

.information-list-image {
  margin-bottom: 25px;
}
.information-list-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information-list-image {
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) {
  #information-list-image01 {
    width: calc(100vw * 384 / 1440);
    margin-top: calc(-1 * 100vw * 384 / 1440 * 389 / 384 * 0.8);
    margin-left: 60%;
  }
  #information-list-image02 {
    width: calc(100vw * 600 / 1440);
    margin-top: calc(-1 * 100vw * 600 / 1440 * 314 / 600 * 0.95);
    margin-left: 8%;
  }
  #information-list-image03 {
    width: calc(100vw * 600 / 1440);
    margin-top: calc(-1 * 100vw * 600 / 1440 * 245 / 600 * 1.2);
    margin-left: 53%;
    margin-bottom: 60px;
  }
  #information-list-image04 {
    width: calc(100vw * 600 / 1440);
    margin-top: calc(-1 * 100vw * 600 / 1440 * 257 / 600 * 1.15);
    margin-left: 8%;
    margin-bottom: 60px;
  }
  #information-list-image05 {
    width: calc(100vw * 600 / 1440);
    margin-top: calc(-1 * 100vw * 600 / 1440 * 334 / 600 * 0.9);
    margin-left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .information-list-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 莨壼藤逋ｻ骭ｲ縺ｧ繧ゅ▲縺ｨ萓ｿ蛻ｩ縺ｫ */
.convenience-list-item {
  padding-top: 26px;
}
.convenience-list-item:nth-child(odd) {
  background-color: rgba(2, 87, 135, 0.2);
}
@media screen and (min-width: 768px) {
  .convenience-list-item .convenience-list-text {
    width: 49%;
  }
  .convenience-list-item .convenience-list-image {
    width: 51%;
  }
  .convenience-list-item .convenience-list-image img {
    width: 80%;
  }
  .convenience-list-item .convenience-list-text-element {
    padding-left: 30%;
    padding-right: 5%;
  }
  .convenience-list-item:nth-child(even) .convenience-list-text-element {
    padding-left: 10%;
    padding-right: 15%;
  }
  .convenience-list-item .convenience-list-no {
    padding-top: 8%;
  }
  .convenience-list-item .convenience-list-no img {
    width: 25%;
  }
  .convenience-list-item .convenience-list-title {
    padding-top: 3%;
  }
  .convenience-list-item .convenience-list-description {
    padding-top: 3%;
  }
  .convenience-list-item:nth-child(odd) .convenience-list-text {
    float: left;
  }
  .convenience-list-item:nth-child(odd) .convenience-list-image {
    float: right;
  }
  .convenience-list-item:nth-child(even) .convenience-list-text {
    float: right;
  }
  .convenience-list-item:nth-child(even) .convenience-list-image {
    float: left;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .convenience-list-item {
    padding-top: 60px;
  }
  .convenience-list-item .convenience-list-text {
    margin: 10px calc(100% * 20 / 370);
  }
  .convenience-list-item .convenience-list-no {
    width: calc(100% * 116 / 330);
    max-width: 116px;
    margin-bottom: 20px;
  }
  .convenience-list-item .convenience-list-no img {
    width: 100%;
  }
  .convenience-list-item .convenience-list-title {
    margin-bottom: 20px;
  }
  .convenience-list-item .convenience-list-image {
    margin: 0 2%;
    width: 96%;
  }
  .convenience-list-item .convenience-list-image img {
    width: 100%;
  }
}

.convenience-list-title {
  color: #025787;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

.convenience-list-description {
  font-size: 18px;
  line-height: 30px;
}

/* FAQ */
.faq-list-item {
  background-color: #f5f5f5;
  width: calc(100% * 1060 / 1280);
  margin: 0 auto 25px;
  min-height: 211px;
  background-image: url("/assets/fundpress_lp/faq-question-8057304e.svg");
  background-repeat: no-repeat;
  background-position: 40px 30px;
}
@media screen and (max-width: 767px) {
  .faq-list-item {
    width: calc(100% * 350 / 370);
  }
}

.question,
.answer {
  margin: 0 calc(100% * 102 / 1060);
}

.question {
  color: #025787;
  font-size: 24px;
  padding-top: 65.6px;
  padding-bottom: 35.6px;
  line-height: 28.8px;
  font-weight: bold;
  /*
  line-height 100px 竊� 28.8px 71.2px繧恥adding縺ｫ蜑ｲ繧頑険繧�
  font-size 24px
  padding-top ? + 30px
  padding-bottom ?
   */
}

.answer {
  font-size: 18px;
  margin-top: 15px;
  line-height: 30px;
  padding-bottom: 30px;
}

.contents-footer-link {
  text-align: center;
  margin: 80px auto;
  width: calc(100vw * 592 / 1440);
}
.contents-footer-link img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-footer-link {
    width: calc(100% * 370 / 390);
    margin: 40px auto;
  }
  .contents-footer-link img {
    width: 90%;
  }
}

/* footer */
/*footer {
  background-color: #191A1A;
  color: #E5E6E6;
  padding-top: 50px;
  padding-bottom: 50px; }*/

.footer-link li,
.footer-sub-link li {
  display: inline-block;
  margin-right: 25px;
}

.footer-link a,
.footer-sub-link a {
  color: inherit;
  text-decoration: none;
}

.footer-link {
  font-size: 16px;
  line-height: 45.5px;
  margin-bottom: 25px;
}

.footer-sub-link {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
}

.footer-note {
  font-size: 12px;
  line-height: 16.8px;
  margin-bottom: 12px;
}

.footer-hr {
  border: 1px solid #404345;
  margin: 30px auto;
}

#newFooter.pc_footer {
  width: 100%;
  padding: 5px 0;
  margin-top: 40px;
}

#newFooter {
  background: #313131;
}

#newFooter,
#goTop {
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN",
    "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans", sans-serif;
}

#newFooter *,
#goTop * {
  box-sizing: border-box;
}

#newFooter.pc_footer .type_area {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}

#newFooter a {
  color: #fff;
  text-decoration: none;
}

#newFooter a:hover {
  text-decoration: underline;
}

#newFooter .notice {
  padding: 0 5px;
  font-size: 11px;
  color: #999;
  /* line-height: 1.5; */
  margin-bottom: 10px;
}

#newFooter .footer_links {
  margin-bottom: 5px;
  font-size: 14px;
}

#newFooter .footer_links &gt; ul &gt; li + li {
  margin-left: 5px;
}

#newFooter .copy_right {
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #4c4c4c;
  padding: 5px 0 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#newFooter .copy_right .footer_logo_box {
  height: 100%;
}

#newFooter .copy_right .footer_logo_box img {
  display: inline-block;
  height: 100%;
}

#newFooter .float_list &gt; li {
  display: inline;
  font-size: 12px;
}

#newFooter.sp_footer .copy_right {
  padding: 2% 5px;
  height: auto;
  text-align: center;
}

#newFooter.sp_footer .copy_right .footer_logo_box img {
  width: 40%;
  height: auto;
}

#newFooter .bottom_breadcrumb {
  margin-bottom: 0;
  color: #fff;
}

#newFooter .bottom_breadcrumb &gt; ul &gt; li {
  float: left;
  height: 22px;
  vertical-align: bottom;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 160px;
  display: inline-block;
}

#newFooter .bottom_breadcrumb &gt; ul &gt; li &gt; i {
  margin: 0 10px;
  position: relative;
  top: 2px;
  color: #999;
}

#newFooter .bottom_breadcrumb li &gt; span {
  font-size: 12px;
}

#newFooter .bottom_breadcrumb a {
  font-size: 12px;
}

#newFooter .bottom_breadcrumb a:hover {
  text-decoration: underline;
}

#newFooter .bottom_breadcrumb .crumbs_box .float_list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newFooter .bottom_breadcrumb .crumbs_box .float_list &gt; li {
  display: inline;
  font-size: 12px;
  color: #fff;
}

#newFooter .bottom_breadcrumb .crumbs_box .float_list &gt; li a {
  font-size: inherit;
  color: inherit;
}

#newFooter .bottom_breadcrumb .crumbs_box .float_list &gt; li span.fa {
  font-size: 14px;
  margin: 0 4px;
}

#newFooter .bottom_breadcrumb .crumbs_box .float_list &gt; li strong {
  font-weight: normal;
}

#goTop {
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 4;
  text-align: center;
  width: 120px;
  height: 45px;
  cursor: pointer;
  transition: all 0.5s ease-in;
}

#goTop a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-align: center;
  background: #191919;
  background-image: -moz-linear-gradient(
    135deg,
    #191919 30%,
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.2) 50%,
    #191919 50%,
    #191919 80%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.2)
  );
  background-image: -webkit-linear-gradient(
    135deg,
    #191919 30%,
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.2) 50%,
    #191919 50%,
    #191919 80%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.2)
  );
  background-image: linear-gradient(
    -45deg,
    #191919 30%,
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.2) 50%,
    #191919 50%,
    #191919 80%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.2)
  );
  background-size: 4px 4px;
  border-radius: 2px 2px 0 0;
}

#goTop.showTop {
  bottom: 0;
}

#goTop:hover {
  opacity: 0.8;
}

#goTop a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(25%, 50%) rotate(-45deg);
  -moz-transform: translate(25%, 50%) rotate(-45deg);
  -ms-transform: translate(25%, 50%) rotate(-45deg);
  -o-transform: translate(25%, 50%) rotate(-45deg);
  transform: translate(25%, 50%) rotate(-45deg);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo {
  width: 50%;
}

.copyright {
  width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 45.5px;
}

#menu {
  position: fixed;
  z-index: 999;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  #menu {
    width: 50vw;
  }
  #menu.hide {
    right: -50vw;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100vw;
  }
  #menu.hide {
    right: -100vw;
  }
  #newFooter.pc_footer {
    padding: 0;
  }
  #newFooter .notice,
  #newFooter .footer_links {
    display: none;
  }
  #newFooter .copy_right {
    height: auto;
    text-align: center;
    padding: 2% 5px;
    border-top: 1px solid #fff;
    display: block;
  }
  #newFooter .copy_right .footer_logo_box,
  #newFooter .copy_right .footer_des {
    float: none;
  }
  #newFooter .copy_right .footer_logo_box img {
    width: 40%;
  }
  #goTop.showTop {
    right: 5px;
    bottom: 65px;
  }
  #goTop {
    width: 50px;
    height: 50px;
  }
  #goTop a span.sp_return {
    display: none;
  }
}
#menu ul {
  margin-top: 20%;
  margin-bottom: 20%;
}
#menu ul li {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 27px;
  font-weight: bold;
  text-indent: -0.5em;
}
#menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
#menu ul li:before {
  content: "&gt;";
  position: relative;
  top: 1px;
  left: -0.5em;
  color: #ffffff;
}
#menu .logo {
  font-size: 20px;
  margin-left: calc(20% - 1em);
  margin-right: 20%;
}
#menu .logo img {
  width: 100%;
  max-width: 289px;
}
</pre></body></html>