@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
.p-finance-top .finance-list-container .finance-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .finance-list {
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-list {
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-finance-top .finance-list-container .finance-item {
  display: none;
  border-bottom: #B1B3EA 1px solid;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-item {
    padding-bottom: 5.3333333333vw;
    border-bottom: #B1B3EA 2px solid;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .finance-item.check {
    display: flex;
    gap: 35px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-item.check {
    display: block;
  }
}
.p-finance-top .finance-list-container .date {
  font-weight: bold;
  color: #9397A5;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .date {
    font-size: 4vw;
  }
}
.p-finance-top .finance-list-container .finance-ite-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .finance-ite-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-ite-title {
    margin-top: 2.4vw;
    font-size: 3.4666666667vw;
  }
}
.p-finance-top .finance-list-container .finance-item-pdf-box {
  background-color: #F0F1F4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .finance-item-pdf-box {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-item-pdf-box {
    margin-top: 3.2vw;
    padding-top: 4.8vw;
    padding-bottom: 5.6vw;
    padding-left: 6.1333333333vw;
    padding-right: 6.1333333333vw;
  }
}
.p-finance-top .finance-list-container .finance-item-pdf-text {
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-list-container .finance-item-pdf-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .finance-item-pdf-text {
    font-size: 3.4666666667vw;
  }
}
.p-finance-top .finance-list-container .pdf-icon {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  margin-left: 8px;
  background-color: #9397A5;
  border-radius: 2px;
  width: 35px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-list-container .pdf-icon {
    width: 7.4666666667vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 2.6666666667vw;
  }
}
.p-finance-top .finance-support {
  background-color: var(--bg-gray);
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support {
    margin-top: 13.3333333333vw;
  }
}
.p-finance-top .finance-banner {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-banner {
    padding: 80px 0 0 0;
  }
  .p-finance-top .finance-banner:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.3333333333vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-wrap {
    padding-top: 78px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-wrap {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-finance-top .finance-support-lead {
  text-align: center;
  position: relative;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-lead {
    font-size: 18px;
    width: 462px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-lead {
    font-weight: 400;
    font-size: 3.7333333333vw;
  }
}
.p-finance-top .finance-support-lead::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #9397A5;
  width: 20px;
  height: 1px;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-lead::after {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-lead::after {
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: -5.3333333333vw;
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.p-finance-top .finance-support-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  background-color: #9397A5;
  width: 20px;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-lead::before {
    display: none;
  }
}
.p-finance-top .finance-support-block {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block {
    gap: 50px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block {
    flex-direction: column;
    margin-top: 12vw;
    width: 89.3333333333vw;
    gap: 6.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-support-content {
    width: 510px;
  }
}
.p-finance-top .finance-support-block .finance-support-sub-title {
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.p-finance-top .finance-support-block .finance-support-sub-title.blue {
  background-color: #059FF0;
}
.p-finance-top .finance-support-block .finance-support-sub-title.orange {
  background-color: #F27902;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-support-sub-title {
    padding-top: 21px;
    padding-bottom: 19px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-support-sub-title {
    padding-top: 2.6666666667vw;
    padding-bottom: 3.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-finance-top .finance-support-block .finance-support-inside {
  background-color: white;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-support-inside-inner {
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-support-inside-inner {
    padding-top: 4.8vw;
    padding-bottom: 10.1333333333vw;
    width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-finance-top .finance-support-block .inside-title-box {
  text-align: center;
  border-bottom: #BFC4DD solid 1px;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .inside-title-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .inside-title-box {
    padding-bottom: 5.3333333333vw;
  }
}
.p-finance-top .finance-support-block .inside-title-top {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .inside-title-top {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .inside-title-top {
    font-size: 3.7333333333vw;
  }
}
.p-finance-top .finance-support-block .inside-title {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .inside-title {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .inside-title {
    font-size: 6.6666666667vw;
    margin-top: 0.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-finance-top .finance-support-block .inside-title-bottom {
  color: #606477;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .inside-title-bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .inside-title-bottom {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav {
    margin-top: 4vw;
  }
}
.p-finance-top .finance-support-block .useage-nav .usage-name {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav .usage-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav .usage-name {
    font-size: 3.7333333333vw;
  }
}
.p-finance-top .finance-support-block .useage-nav .usage-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav .usage-list {
    gap: 5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav .usage-list {
    margin-top: 1.6vw;
    gap: 0.6666666667vw;
  }
}
.p-finance-top .finance-support-block .useage-nav .usage-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav .usage-item {
    gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav .usage-item {
    margin-top: 1.6vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav .check-img {
    width: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav .check-img {
    width: 4.2666666667vw;
  }
}
.p-finance-top .finance-support-block .useage-nav .check-img img {
  width: 100%;
}
.p-finance-top .finance-support-block .useage-nav .item-text {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .useage-nav .item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .useage-nav .item-text {
    font-size: 3.4666666667vw;
  }
}
.p-finance-top .finance-support-block .finance-panel1 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-panel1 {
    margin-top: 56px;
    height: 130px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-panel1 {
    margin-top: 5.3333333333vw;
  }
}
.p-finance-top .finance-support-block .finance-panel2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-panel2 {
    gap: 20px;
    margin-top: 35px;
    height: 180px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-panel2 {
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
}
.p-finance-top .finance-support-block .finance-panel-link {
  width: 315px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 24px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-panel-link {
    width: 100%;
    height: 16vw;
    padding-left: 3.7333333333vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .finance-panel-link {
    width: 434px;
  }
}
.p-finance-top .finance-support-block .finance-panel-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-panel-icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-finance-top .finance-support-block .finance-panel-icon i {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .finance-panel-icon i {
    font-size: 2.8vw;
  }
}
.p-finance-top .finance-support-block .pdf-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .pdf-box {
    gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .pdf-box {
    align-items: end;
  }
}
.p-finance-top .finance-support-block .pdf-box p {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-support-block .pdf-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .pdf-box p {
    font-size: 3.4666666667vw;
  }
}
.p-finance-top .finance-support-block .pdf-box .pdf-icon {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background-color: #9397A5;
  border-radius: 2px;
  width: 35px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-support-block .pdf-box .pdf-icon {
    width: 7.4666666667vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 2.6666666667vw;
  }
}
.p-finance-top .finance-btn {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.p-finance-top .finance-btn.right {
  text-align: right;
}
.p-finance-top .finance-btn.right.open img {
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-btn {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.p-finance-top .finance-btn p .under-icon {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .p-finance-top .finance-btn p .under-icon {
    width: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-finance-top .finance-btn p .under-icon {
    width: 4vw;
    margin-left: 2vw;
  }
}

.p-finance {
  /*float*/
  /* IE6 */
  /* IE7 */
  /*text-align*/
  /*vertical-align*/
  /*link*/
  /*header*/
  /*mainmenu*/
  /*contents*/
  /*mainimg*/
  /*footer*/
  /*pagetop*/
  /*width*/
  /* IE7 */
  /*margin*/
  /*fontsize*/
  /*fontweight*/
  /*color*/
  /*border*/
  /*background*/
  /*icon*/
  /*btn*/
  /*li*/
  /*h*/
  /*table*/
  /*flex*/
  /*hide*/
  /* Media Queries
  ==========================================================================*/
  /*bottom*/
  /*index_contents*/
  /*index_bn*/
  /*index_news*/
  /* Media Queries
  ==========================================================================*/
  /*management*/
  /*mainimg*/
  /*index_contents*/
  /*jyutaku*/
  /*finance*/
  /*finance_index*/
  /*finance_bottom*/
  /*about*/
  /*faq*/
  /*voice*/
  /*download*/
  /* Media Queries
  ==========================================================================*/
}
.p-finance * {
  margin: 0px;
  padding: 0px;
  box-sizing: unset;
}
.p-finance header, .p-finance footer, .p-finance nav, .p-finance section, .p-finance article {
  display: block;
}
.p-finance html {
  font-size: 100%;
  overflow-y: scroll;
}
.p-finance body {
  font-size: 0.875em;
  color: #333333;
  background: #ffffff;
  font-family: "Helvetica", "Helvetica Neue", "Avenir", "Arial", "メイリオ", sans-serif;
}
.p-finance ul li {
  /*list-style-type: none;*/
  list-style-position: outside;
}
.p-finance ol li {
  list-style-position: outside;
  margin: 0px 0px 5px 2em;
}
.p-finance p, .p-finance figcaption {
  line-height: 200%;
}
.p-finance figcaption {
  padding-top: 1em;
}
.p-finance h1, .p-finance h2, .p-finance h3, .p-finance h4, .p-finance h5, .p-finance h6 {
  font-size: 1em;
  font-weight: normal;
}
.p-finance .alignleft {
  float: left;
}
.p-finance .alignright {
  float: right;
}
.p-finance .cl {
  clear: both;
}
.p-finance .clearfix {
  overflow: hidden;
}
.p-finance * html .clearfix {
  zoom: 1;
}
.p-finance *:first-child + html .clearfix {
  zoom: 1;
}
.p-finance img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-finance img.alignright {
  /*	padding: 4px;
  	margin: 0 0 2px 7px;*/
  display: inline;
}
.p-finance img.alignleft {
  /*	padding: 4px;
  	margin: 0 7px 2px 0;*/
  display: inline;
}
.p-finance img.alignnone {
  /*	padding: 4px;
  	margin: 7px;*/
  display: inline;
}
.p-finance .txt_alignleft {
  text-align: left !important;
}
.p-finance .txt_alignright {
  text-align: right !important;
}
.p-finance .txt_aligncenter {
  text-align: center !important;
}
.p-finance .txt_aligntop {
  vertical-align: top !important;
}
.p-finance .txt_alignmiddle {
  vertical-align: middle !important;
}
.p-finance .txt_alignbottom {
  vertical-align: bottom !important;
}
.p-finance a img {
  border-style: none;
}
.p-finance a:link {
  color: #333399;
  text-decoration: none;
}
.p-finance a:active {
  text-decoration: underline;
}
.p-finance a:visited {
  color: #333399;
}
.p-finance a:hover {
  text-decoration: underline;
}
.p-finance a img:hover {
  opacity: 0.8;
}
.p-finance header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}
.p-finance header h1 a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 280px;
  height: 47px;
  margin: 15px;
  background: url("../img/logo.png") center center no-repeat;
  background-size: cover;
}
.p-finance .shoulder_wrap {
  display: flex;
  padding-right: 80px;
}
.p-finance header a.shoulder_btn {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.p-finance header a.shoulder_btn.home {
  background: #333399;
  color: #ffffff;
}
.p-finance header a.shoulder_btn.recruit {
  background: #d1d4df;
  color: #333399;
}
.p-finance header a.shoulder_btn:hover {
  opacity: 0.8;
}
.p-finance .mainmenu_btn {
  display: block;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff url("../img/mainmenu_btn_off.png") no-repeat;
}
.p-finance .mainmenu_btn.active {
  background: #999999 url("../img/mainmenu_btn_on.png") no-repeat;
}
.p-finance #mainmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
.p-finance #mainmenu .is-open {
  display: block;
}
.p-finance #mainmenu ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: 160px auto 0;
}
.p-finance #mainmenu ul li.icon {
  width: 358px;
  height: 98px;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  background: #d1d4df; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1d4df 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1d4df", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.p-finance #mainmenu ul li.icon a {
  display: block;
  width: calc(100% - 100px);
  height: 100%;
  line-height: 98px;
  padding-left: 100px;
  font-size: 1.428em;
  position: relative;
  color: #333399;
}
.p-finance #mainmenu ul li.icon.mainmenu_05 a::after, .p-finance #mainmenu ul li.icon.mainmenu_06 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url("../img/icon_newwin_blue.png") right top no-repeat;
}
.p-finance #mainmenu ul li.icon.mainmenu_01 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_01.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.icon.mainmenu_02 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_02.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.icon.mainmenu_03 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_03.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.icon.mainmenu_04 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_04.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.icon.mainmenu_05 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_05.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.icon.mainmenu_06 a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ffffff url("../img/icon_mainmenu_06.png") center center no-repeat;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance #mainmenu ul li.sub a {
  display: block;
  width: 320px;
  height: 45px;
  padding: 0 20px;
  background: #333399;
  color: #ffffff;
  line-height: 45px;
  position: relative;
}
.p-finance #mainmenu ul li.sub a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.p-finance #mainmenu ul li.icon a:hover, .p-finance #mainmenu ul li.sub a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-finance #mainmenu ul li.icon:hover {
  opacity: 0.8;
}
.p-finance div.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.p-finance #mainimg {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-finance #mainimg img.icon_scroll {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 41.5px);
  display: block;
}
.p-finance #mainimg_bottom {
  width: 100%;
  height: 380px;
  padding-top: 100px;
}
.p-finance #mainimg_bottom div.inner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-finance .pkmenu_wrap {
  padding: 20px 0;
  border-bottom: 4px solid #333399;
  line-height: 1;
  font-size: 0.857em;
}
.p-finance footer {
  width: 100%;
  border-top: 4px solid #333399;
  padding: 50px 0 20px;
  text-align: center;
}
.p-finance #footermenu {
  margin-bottom: 50px;
}
.p-finance #footermenu ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.p-finance #footermenu ul li {
  border-left: 1px solid #cccccc;
  padding: 5px 20px;
  line-height: 1;
}
.p-finance #footermenu ul li:last-child {
  border-right: 1px solid #cccccc;
}
.p-finance #btn_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1001;
}
.p-finance #btn_pagetop a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url("../img/btn_pagetop.png") center center no-repeat;
}
.p-finance #btn_pagetop a:hover {
  opacity: 0.8;
}
.p-finance .quattro {
  width: 25%;
}
.p-finance .half {
  width: calc(50% - 10px);
}
.p-finance *:first-child + html .half {
  width: 49%;
}
.p-finance .full {
  width: 100%;
}
.p-finance .w1000 {
  width: 1000px;
}
.p-finance .mgt1em {
  margin-top: 1em !important;
}
.p-finance .mgt10 {
  margin-top: 10px;
}
.p-finance .mgt20 {
  margin-top: 20px;
}
.p-finance .mgt30 {
  margin-top: 30px;
}
.p-finance .mgt35 {
  margin-top: 30px;
}
.p-finance .mgt40 {
  margin-top: 40px;
}
.p-finance .mgt50 {
  margin-top: 50px;
}
.p-finance .mgt55 {
  margin-top: 55px;
}
.p-finance .mgt60 {
  margin-top: 60px;
}
.p-finance .mgt70 {
  margin-top: 70px;
}
.p-finance .mgt80 {
  margin-top: 80px;
}
.p-finance .mgb20 {
  margin-bottom: 20px;
}
.p-finance .mgl20 {
  margin-left: 20px;
}
.p-finance .mgl50 {
  margin-left: 50px;
}
.p-finance .mgr20 {
  margin-right: 20px;
}
.p-finance .txt_reset {
  font-size: 1em;
}
.p-finance .txt_12 {
  font-size: 0.857em;
}
.p-finance .txt_16 {
  font-size: 1.142em;
}
.p-finance .txt_18 {
  font-size: 1.285em;
}
.p-finance .txt_20 {
  font-size: 1.428em;
}
.p-finance .txt_24 {
  font-size: 1.714em;
}
.p-finance .txt_30 {
  font-size: 2.142em;
}
.p-finance .txt_32 {
  font-size: 2.285em;
}
.p-finance .txt_36 {
  font-size: 2.571em;
}
.p-finance .txt_40 {
  font-size: 2.857em;
}
.p-finance .txt_50 {
  font-size: 3.571em;
}
.p-finance .txt_bold {
  font-weight: bold;
}
.p-finance .txt_normal {
  font-weight: normal;
}
.p-finance .col_bb0000 {
  color: #bb0000;
}
.p-finance .col_666666 {
  color: #666666;
}
.p-finance .bdb_cccccc {
  border-bottom: 1px solid #cccccc;
}
.p-finance .bd_cccccc {
  border: 1px solid #cccccc;
  padding: 50px;
}
.p-finance .bg_d1d4df {
  background: #d1d4df;
  padding: 50px;
}
.p-finance .icon_newwin_blue {
  padding: 0 20px 0 0;
  background: url("../img/icon_newwin_blue.png") right 1px top no-repeat;
}
.p-finance .icon_pdf_blue {
  display: inline-block;
  min-height: 32px;
  padding: 0px 19px 0 0;
  background: url("../img/icon_pdf_blue.png") right top 5px no-repeat;
}
.p-finance .icon_pdf {
  display: inline-block;
  min-height: 32px;
  padding: 5px 0 0 40px;
  background: url("../img/icon_pdf.png") left top no-repeat;
}
.p-finance img.img_icon {
  vertical-align: middle;
  margin-left: 5px;
}
.p-finance a.btn_333399_arrow {
  display: block;
  padding: 0 20px;
  background: #333399;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.p-finance a.btn_333399_arrow::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.p-finance a.btn_333399_arrow:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-finance a.btn_cnt {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: #979cb1;
  position: relative;
}
.p-finance a.btn_cnt::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  transform: rotate(-45deg);
}
.p-finance li.none {
  list-style-type: none;
  line-height: 2;
  margin-bottom: 0.5em;
}
.p-finance li.disc {
  list-style-type: disc;
  margin: 0px 0px 5px 1.5em;
}
.p-finance li.square {
  list-style-type: none;
  margin: 0px 0px 5px 0;
  padding-left: 20px;
  position: relative;
}
.p-finance li.square::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #333333;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-finance li.circle {
  list-style-type: none;
  margin: 0px 0px 5px 0;
  padding-left: 25px;
  position: relative;
}
.p-finance li.circle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333399;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-finance li.icon_link {
  position: relative;
  padding-left: 20px;
}
.p-finance li.icon_link::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.p-finance ol.wrap {
  list-style-type: none;
  margin-left: 0em;
}
.p-finance ol.wrap li {
  counter-increment: cnt;
  line-height: 2;
  margin-bottom: 0.5em;
}
.p-finance ol.wrap li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.p-finance ol.wrap li > ul > li {
  counter-increment: none;
}
.p-finance ol.wrap li > ul > li:before {
  display: none;
}
.p-finance table.tbl_01 {
  width: 100%;
  border-spacing: 0px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p-finance table.tbl_01 th, .p-finance table.tbl_01 td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 20px 10px;
  line-height: 180%;
  text-align: left;
}
.p-finance table.tbl_01 th.bg_d1d4df {
  background: #d1d4df;
}
.p-finance table.tbl_02 {
  width: 100%;
  border-spacing: 0px;
  border-top: 1px solid #cccccc;
}
.p-finance table.tbl_02 th, .p-finance table.tbl_02 td {
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
}
.p-finance table.tbl_02 .no_bdb {
  border-bottom: none;
  padding: 20px 10px 0;
}
.p-finance .flex {
  -js-display: flex;
  display: flex;
}
.p-finance .align_items_start {
  align-items: start;
}
.p-finance .align_items_center {
  align-items: center;
}
.p-finance .justify_content_space_between {
  justify-content: space-between;
}
.p-finance .justify_content_start {
  justify-content: flex-start;
}
.p-finance .justify_content_end {
  justify-content: flex-end;
}
.p-finance .justify_content_center {
  justify-content: center;
}
.p-finance .flex_wrap {
  flex-wrap: wrap;
}
.p-finance .sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .p-finance html {
    -webkit-text-size-adjust: none;
  }
  .p-finance img {
    max-width: 100%;
    height: auto;
  }
  .p-finance #mainmenu ul {
    width: calc(100% - 40px);
  }
  .p-finance #mainmenu ul li.icon {
    width: calc(33.3333333333% - 10px);
  }
  .p-finance #mainmenu ul li.sub {
    width: calc(33.3333333333% - 10px);
  }
  .p-finance #mainmenu ul li.sub a {
    width: calc(100% - 40px);
  }
  .p-finance div.inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 999px) {
  .p-finance {
    /*mainimg*/
    /*footer*/
    /*pagetop*/
    /*hide*/
    /*font-size*/
    /*margin*/
    /*background*/
    /*li*/
    /*btn*/
    /*h*/
    /*table*/
  }
  .p-finance body {
    overflow-x: hidden;
    font-size: 0.75em;
  }
  .p-finance figcaption {
    padding-top: 0.5em;
  }
  .p-finance div.inner {
    width: calc(100% - 20px);
  }
  .p-finance .flex {
    display: block;
  }
  .p-finance .flex.spflex {
    display: flex;
  }
  .p-finance header {
    position: fixed;
    height: 40px;
  }
  .p-finance header h1 a {
    width: 156px;
    height: 26px;
    margin: 7px;
    background-size: 156px 26px;
  }
  .p-finance .shoulder_wrap {
    padding-right: 40px;
  }
  .p-finance header a.shoulder_btn {
    width: 40px;
    height: 40px;
    line-height: 1.2;
    font-size: 0.583em;
  }
  .p-finance .mainmenu_btn, .p-finance .mainmenu_btn.active {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .p-finance #mainmenu ul {
    display: block;
    width: calc(100% - 20px);
    margin: 50px auto 0;
  }
  .p-finance #mainmenu ul li.icon {
    width: calc(100% - 2px);
    height: 48px;
    margin-bottom: 5px;
  }
  .p-finance #mainmenu ul li.icon a {
    width: calc(100% - 50px);
    line-height: 48px;
    padding-left: 50px;
    font-size: 1.666em;
  }
  .p-finance #mainmenu ul li.icon.mainmenu_01 a::before,
.p-finance #mainmenu ul li.icon.mainmenu_02 a::before,
.p-finance #mainmenu ul li.icon.mainmenu_03 a::before,
.p-finance #mainmenu ul li.icon.mainmenu_04 a::before,
.p-finance #mainmenu ul li.icon.mainmenu_05 a::before,
.p-finance #mainmenu ul li.icon.mainmenu_06 a::before {
    top: 4.9px;
    left: 4.9px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 40px 40px;
    filter: drop-shadow(0 2px 2px rgba(51, 51, 153, 0.35));
  }
  .p-finance #mainmenu ul li.sub {
    width: 100%;
    margin-bottom: 5px;
  }
  .p-finance #mainmenu ul li.sub a {
    width: calc(100% - 20px);
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
  }
  .p-finance #mainmenu ul li.sub a::after {
    top: 10px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .p-finance #mainimg {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .p-finance #mainimg img.icon_scroll {
    bottom: 40px;
    left: calc(50% - 21px);
    width: 42px;
    height: 40px;
    display: block;
  }
  .p-finance #mainimg_bottom {
    height: 190px;
    padding-top: 50px;
  }
  .p-finance #mainimg_bottom div.inner {
    height: 150px;
  }
  .p-finance .pkmenu_wrap {
    padding: 10px 0;
    border-bottom: 2px solid #333399;
    font-size: 0.833em;
  }
  .p-finance footer {
    border-top: 2px solid #333399;
    padding: 10px 0;
  }
  .p-finance #footermenu {
    display: none;
  }
  .p-finance #btn_pagetop {
    position: fixed;
    bottom: 5px;
    right: 0;
    display: none;
    z-index: 1001;
  }
  .p-finance #btn_pagetop a {
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
  }
  .p-finance .pc {
    display: none;
  }
  .p-finance .sp {
    display: block !important;
  }
  .p-finance .txt_20 {
    font-size: 1.25em;
  }
  .p-finance .txt_30 {
    font-size: 1.666em;
  }
  .p-finance .txt_50 {
    font-size: 2.5em;
  }
  .p-finance .mgt30 {
    margin-top: 10px;
  }
  .p-finance .mgt40, .p-finance .mgt50 {
    margin-top: 15px;
  }
  .p-finance .mgt80 {
    margin-top: 25px;
  }
  .p-finance .bd_cccccc {
    border: 1px solid #cccccc;
    padding: 20px;
  }
  .p-finance .bg_d1d4df {
    padding: 10px;
  }
  .p-finance li.circle {
    padding-left: 15px;
  }
  .p-finance a.btn_333399_arrow {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .p-finance a.btn_333399_arrow::after {
    top: 11px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .p-finance a.btn_inner_pgtop {
    display: block;
    width: 30px;
    height: 30px;
    background: #979cb1;
    position: relative;
  }
  .p-finance a.btn_cnt::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    transform: rotate(135deg);
  }
  .p-finance a.btn_cnt.active::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    transform: rotate(-45deg);
  }
  .p-finance table.tbl_01 th, .p-finance table.tbl_01 td, .p-finance table.tbl_02 th, .p-finance table.tbl_02 td {
    padding: 10px;
  }
  .p-finance table.tbl_sp tr {
    display: block;
  }
  .p-finance table.tbl_sp th, .p-finance table.tbl_sp td {
    display: list-item;
    list-style-type: none;
    width: auto;
    word-break: break-all;
  }
  .p-finance img.aligncenter, .p-finance img.alignright, .p-finance img.alignleft, .p-finance img.alignnone {
    margin: 5px 0;
  }
}
.p-finance p.lead {
  text-align: center;
  font-size: 2.142em;
}
.p-finance #mainimg h2.index_h2 {
  position: absolute;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-finance #mainimg_bottom h2.bottom_h2 {
  display: block;
  width: calc(100% - 40px);
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 2.142em;
  font-weight: normal;
  text-align: center;
  background: #333399;
  margin: 0 auto;
}
.p-finance #mainimg_bottom h3.bottom_txt50 {
  color: #333399;
  font-size: 3.571em;
  font-weight: normal;
  text-align: center;
}
.p-finance .bar_333399 {
  border-left: 10px solid #333399;
  background: #d1d4df;
  min-height: 18px;
  padding: 11px 8px;
  font-size: 1.428em;
  display: flex;
  align-items: center;
}
.p-finance .box_cccccc {
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
.p-finance #index_contents {
  padding: 50px 0 40px;
  background: #333399;
}
.p-finance .index_contents_item {
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  background: #d1d4df; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1d4df 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1d4df", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.p-finance .index_contents_item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 2.142em;
  color: #333399;
  text-align: left;
  text-decoration: none;
  padding: 0 10px 0 60px;
}
.p-finance .index_contents_item:hover {
  opacity: 0.8;
}
.p-finance .index_contents_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  filter: drop-shadow(0 3px 3px rgba(51, 51, 153, 0.35));
}
.p-finance .index_contents_item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333399;
  border-right: 2px solid #333399;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.p-finance #index_bn {
  padding: 50px 0 40px;
  background: #d1d4df;
}
.p-finance #index_bn .index_bn_item_white {
  width: 500px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  display: flex;
}
.p-finance #index_bn .index_bn_item_white img.img_thumbnail {
  width: 120px;
  height: 120px;
}
.p-finance #index_bn .index_bn_item_white .item_txt {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.p-finance #index_bn .index_bn_item_white a.icon_newwin_blue {
  background-position: right top 5px;
}
.p-finance #index_news {
  padding: 50px 0;
}
.p-finance #index_news table.tbl_news {
  width: 100%;
  margin: 20px 0 0;
  border-spacing: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.p-finance #index_news table.tbl_news th, .p-finance #index_news table.tbl_news td {
  padding: 10px 0;
  line-height: 180%;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
}
.p-finance #index_news table.tbl_news th {
  font-weight: normal;
  width: 90px;
}
.p-finance #index_news a.btn_333399_arrow {
  width: 550px;
  margin: 20px auto;
}
@media screen and (max-width: 1025px) {
  .p-finance .index_contents_item {
    width: calc(33.3333333333% - 10px);
  }
  .p-finance #index_bn .index_bn_item_white {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 999px) {
  .p-finance {
    /*index_contents*/
    /*index_news*/
    /*index_bn*/
    /*toggle*/
  }
  .p-finance p.lead {
    text-align: left;
    font-size: 1.666em;
  }
  .p-finance #mainimg_bottom h2.bottom_h2 {
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    font-size: 1.666em;
  }
  .p-finance #mainimg_bottom h3.bottom_txt50 {
    font-size: 2.5em;
  }
  .p-finance .bar_333399 {
    border-left: 5px solid #333399;
    min-height: 26px;
    padding: 2px 35px 2px 4px;
    font-size: 1.25em;
  }
  .p-finance .box_cccccc {
    padding: 2.5px 5px;
  }
  .p-finance #index_contents {
    padding: 10px 0 5px;
  }
  .p-finance .index_contents_item {
    margin-bottom: 5px;
  }
  .p-finance .index_contents_item a {
    font-size: 1.666em;
    text-align: left;
  }
  .p-finance .index_contents_item a::before {
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    filter: drop-shadow(0 2px 2px rgba(51, 51, 153, 0.35));
  }
  .p-finance .index_contents_item a::after {
    top: calc(50% - 3px);
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333399;
    border-right: 1px solid #333399;
  }
  .p-finance #index_news {
    padding: 20px 0;
  }
  .p-finance #index_news .tab {
    flex-wrap: wrap;
  }
  .p-finance #index_news .tab li:nth-child(odd) {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: 1px solid #cccccc;
    border-right: none;
    width: calc(50% - 1px);
  }
  .p-finance #index_news .tab li:nth-child(even) {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: calc(50% - 2px);
  }
  .p-finance #index_news .tab li:nth-child(n+5) {
    border-bottom: 1px solid #cccccc;
  }
  .p-finance #index_news table.tbl_news th, .p-finance #index_news table.tbl_news td {
    display: block;
  }
  .p-finance #index_news table.tbl_news th {
    width: calc(100% - 20px);
    border-bottom: none;
    padding: 10px 0 0;
    font-weight: bold;
  }
  .p-finance #index_news table.tbl_news td {
    padding: 0 0 10px;
  }
  .p-finance #index_news a.btn_333399_arrow {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .p-finance #index_bn {
    padding: 20px 0 10px;
  }
  .p-finance #index_bn .index_bn_item_white {
    width: calc(100% - 20px);
    padding: 10px;
    background: #ffffff;
    display: flex;
    margin-bottom: 5px;
  }
  .p-finance #index_bn .index_bn_item_white img.img_thumbnail {
    width: 60px;
    height: 60px;
  }
  .p-finance #index_bn .index_bn_item_white .item_txt {
    width: calc(100% - 70px);
    margin-left: 10px;
  }
  .p-finance #index_bn .index_bn_item_white .item_txt p.mgt10 {
    margin-top: 0;
  }
  .p-finance .toggle_item_wrap {
    position: relative;
  }
  .p-finance .toggle_item {
    display: none;
  }
}
.p-finance #mainimg {
  background: url("/assets/img/management/finance/img_mainimg_pc.jpg") center center no-repeat;
  background-size: cover;
}
.p-finance #mainimg h2.index_h2 {
  width: 307px;
  height: 96px;
  background: url("/assets/img/management/finance/h2_management.png") center center no-repeat;
}
.p-finance #mainimg_bottom {
  background: url("/assets/img/management/finance/img_mainimg_pc.jpg") center center no-repeat;
  background-size: cover;
}
.p-finance #mainimg_bottom.finance {
  background: url("/assets/img/management/finance/img_mainimg_finance_pc.jpg") center center no-repeat;
  background-size: cover;
}
.p-finance .index_contents_item {
  width: 358px;
  height: 128px;
}
.p-finance .index_contents_item a {
  width: calc(100% - 70px);
  height: 100%;
}
.p-finance #jyutaku_01, .p-finance #jyutaku_02 {
  padding: 50px 0;
}
.p-finance #jyutaku_01 th.bg_d1d4df {
  width: 180px;
}
.p-finance #jyutaku_02 .library_db {
  width: calc(100% - 40px);
  padding: 20px;
  background: #d1d4df url("../../imgs/about/img_library_db.png") left 87px center no-repeat;
  text-align: center;
}
.p-finance #jyutaku_02 .library_db a.btn_333399_arrow {
  width: 550px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 10px;
}
.p-finance #jyutaku_02 .library_db a.btn_333399_arrow::after {
  top: 22px;
}
.p-finance .col_999999 {
  color: #999999;
}
.p-finance .bg_333399 {
  background: #333399;
  color: #ffffff;
  padding: 40px;
  border-radius: 4px;
}
.p-finance .bg_e0ebf5 {
  background: #e0ebf5;
}
.p-finance .bg_fcece3 {
  background: #fcece3;
}
.p-finance .bg_ef9e75 {
  background: #ef9e75;
  color: #ffffff;
}
.p-finance .pkmenu_wrap.finance {
  margin-top: 80px;
}
.p-finance a.btn_666666_arrow {
  display: block;
  padding: 0 20px;
  background: #666666;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.p-finance a.btn_666666_arrow::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.p-finance a.finance_link_pdf {
  display: block;
  border: 1px solid #333399;
  border-radius: 4px;
  background: #ffffff;
  color: #333399;
  padding: 14px 0;
  margin-bottom: 10px;
  text-align: center;
}
.p-finance a.finance_link_pdf.vls_form {
  display: inline-block;
  padding: 14px;
  float: right;
}
.p-finance a.finance_link_pdf.bold {
  border: 2px solid #333399;
}
.p-finance a.finance_link_pdf:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-finance .subheader_menu_btn, .p-finance .subheader_sp_menu_wrap {
  display: none;
}
.p-finance #finance_index {
  padding: 0 0 100px;
}
.p-finance #finance_index h4.info {
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-finance #finance_index h4.info span.txt_30 {
  display: inline-block;
  border-right: 1px solid #000000;
  margin-right: 20px;
  padding-right: 20px;
}
.p-finance #finance_index p.info_warp {
  margin-top: 20px;
  padding: 20px;
  line-height: 1;
  background: #ffffff;
}
.p-finance #finance_index p.info_warp .icon_newwin_blue {
  background-position: right 1px center;
}
.p-finance #finance_index .finance_index_item_wrap {
  width: calc(50% - 25px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-finance #finance_index .finance_index_item_wrap.primecontractor {
  border: 1px solid #6699cc;
}
.p-finance #finance_index .finance_index_item_wrap.subcontract {
  border: 1px solid #ef9e75;
}
.p-finance #finance_index .finance_index_item_wrap .inner {
  width: calc(100% - 48px);
  padding: 0 24px;
  margim: 0 auto;
}
.p-finance #finance_index .finance_index_item_wrap .finance_index_tit {
  height: 270px;
}
.p-finance #finance_index .finance_index_item_wrap .bg_e0ebf5, .p-finance #finance_index .finance_index_item_wrap .bg_fcece3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  height: calc(100% - 235px);
}
.p-finance #finance_index .finance_index_item_wrap .txt_for {
  width: calc(100% - 40px);
  padding: 20px;
  margin-top: 20px;
  font-size: 1.714em;
  color: #ffffff;
  border-radius: 4px;
  line-height: 135%;
}
.p-finance #finance_index .finance_index_item_wrap.primecontractor .txt_for {
  background: #6699cc;
}
.p-finance #finance_index .finance_index_item_wrap.subcontract .txt_for {
  background: #ef9e75;
}
.p-finance #finance_index ul.finance_index_list {
  margin: 20px 0;
}
.p-finance #finance_index ul.finance_index_list li {
  list-style-type: none;
  min-height: 19px;
  margin-bottom: 9px;
  padding: 3px 0 3px 35px;
  background: url("/assets/img/management/finance/icon_finance_index_list.svg") top left no-repeat;
  background-size: 25px 25px;
  text-align: left;
  font-size: 1.142em;
  font-weight: bold;
}
.p-finance #finance_index ul.finance_index_list li:last-child {
  margin-bottom: 0;
}
.p-finance #finance_index a.btn_primecontractor {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background: #6699cc url("/assets/img/management/finance/icon_finance_arrow_white.svg") center right 10px no-repeat;
  background-size: 9px 15px;
  padding: 14px 0;
}
.p-finance #finance_index a.btn_subcontract {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background: #ef9e75 url("/assets/img/management/finance/icon_finance_arrow_white.svg") center right 10px no-repeat;
  background-size: 9px 15px;
  padding: 14px 0;
}
.p-finance #finance_index a.btn_primecontractor:hover, .p-finance #finance_index a.btn_subcontract:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-finance #finance_bottom .subheader_wrap {
  background: #ffffff;
  border-bottom: 1px solid #333399;
}
.p-finance #finance_bottom .subheader_wrap.fixed {
  border-top: 4px solid #333399;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.p-finance #finance_bottom .subheader_belt {
  background: #d1d4df;
  padding: 10px 0;
}
.p-finance #finance_bottom .subheader_belt p.name_vls {
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #6699cc;
  padding: 0 10px;
  font-size: 1.142em;
}
.p-finance #finance_bottom .subheader_belt p.name_vls {
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #6699cc;
  padding: 0 10px;
  font-size: 1.142em;
}
.p-finance #finance_bottom .subheader_belt p.name_slm {
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #ef9e75;
  padding: 0 10px;
  font-size: 1.142em;
}
.p-finance #finance_bottom .subheader_belt a.btn_333399_arrow {
  width: 200px;
}
.p-finance #finance_bottom .subheader_left, .p-finance #finance_bottom .subheader_right {
  width: calc(50% - 10px);
  padding: 20px 0;
}
.p-finance #finance_bottom .subheader_left p.txt_12 {
  margin-left: 20px;
}
.p-finance #finance_bottom .subheader_left .subheader_menu {
  -js-display: flex;
  display: flex;
  border-left: 1px solid #333399;
  list-style-type: none;
}
.p-finance #finance_bottom .subheader_left .subheader_menu li {
  border-right: 1px solid #333399;
}
.p-finance #finance_bottom .subheader_left .subheader_menu li a, .p-finance #finance_bottom .subheader_left .subheader_menu li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}
.p-finance #finance_bottom .subheader_left .subheader_menu li span {
  color: #adadd0;
}
.p-finance #finance_bottom .subheader_left .subheader_menu li a {
  color: #333399;
  text-decoration: none;
}
.p-finance #finance_bottom .subheader_left .subheader_menu li a:hover {
  color: #adadd0;
  text-decoration: none;
}
.p-finance #finance_bottom .tit_wrap {
  padding: 25px 0;
  margin-bottom: 40px;
}
.p-finance #finance_bottom .tit_wrap.vls {
  background: #b2cce5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b2cce5 0%, #d8e5f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b2cce5", endColorstr="#d8e5f2",GradientType=0 ); /* IE6-9 */
}
.p-finance #finance_bottom .tit_wrap.slm {
  background: #f7ceba; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7ceba 0%, #fbe6dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7ceba", endColorstr="#fbe6dc",GradientType=0 ); /* IE6-9 */
}
.p-finance #finance_bottom .tit_wrap.neither {
  border-top: 1px solid #ffffff;
  background: #cccccc; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, #f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#f0f0f0",GradientType=0 ); /* IE6-9 */
}
.p-finance #finance_bottom .tit_wrap h1 {
  width: 1100px;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-finance #finance_bottom .tit_wrap h1 .tit_bd {
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 2.142em;
}
.p-finance #finance_bottom .bg_d1d4df.wrap_pdf {
  padding: 50px 0;
}
.p-finance #finance_bottom #about {
  padding-bottom: 100px;
}
.p-finance #finance_bottom #animation_container {
  margin-top: 50px;
  width: 100%;
}
.p-finance #finance_bottom #animation_container.vls {
  height: 600px;
}
.p-finance #finance_bottom #animation_container.slm {
  height: 440px;
}
.p-finance #finance_bottom #animation_container.slm #canvas, .p-finance #finance_bottom #animation_container.slm #dom_overlay_container {
  left: 50%;
  transform: translateX(-50%);
}
.p-finance #finance_bottom .about_item {
  width: calc((100% - 30px) / 3 - 50px);
  padding: 20px;
  border: 5px solid #ff0000;
  position: relative;
}
.p-finance #finance_bottom .about_item span.point {
  position: absolute;
  display: block;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.142em;
  font-weight: bold;
  color: #ff0000;
  background: #ffffff;
  padding: 0 10px;
}
.p-finance #finance_bottom .about_item h2 {
  text-align: center;
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff0000;
}
.p-finance #finance_bottom .about_item h2 span.txt_normal {
  font-size: 0.636em;
}
.p-finance #finance_bottom .about_item_2 {
  width: calc((100% - 30px) / 3 - 50px);
  padding: 20px;
  border: 5px solid #a04940;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.p-finance #finance_bottom .about_item_2 .point {
  position: absolute;
  display: block;
  top: -33px;
  left: -5px;
  width: calc(100% + 10px);
  height: 33px;
  border-radius: 10px 10px 0 0;
  background: #a04940;
  text-decoration: none;
  text-indent: -9999px;
}
.p-finance #finance_bottom .about_item_2 .point::after {
  content: "";
  position: absolute;
  display: block;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 34px;
}
.p-finance #finance_bottom .about_item_2 .point.one::after {
  background: url("/assets/img/management/finance/tit_point_one.png") center top no-repeat;
  background-size: 125px 34px;
}
.p-finance #finance_bottom .about_item_2 .point.two::after {
  background: url("/assets/img/management/finance/tit_point_two.png") center top no-repeat;
  background-size: 125px 34px;
}
.p-finance #finance_bottom .about_item_2 .point.three::after {
  background: url("/assets/img/management/finance/tit_point_three.png") center top no-repeat;
  background-size: 125px 34px;
}
.p-finance #finance_bottom .about_item_2 h2 {
  text-align: center;
  font-size: 1.714em;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.p-finance #finance_bottom .about_item_2.vls h2 {
  background-color: #e0ebf5;
}
.p-finance #finance_bottom .about_item_2.slm h2 {
  background-color: #fcece3;
}
.p-finance #finance_bottom .about_item_2 h2 span.txt_normal {
  font-size: 0.636em;
}
.p-finance #finance_bottom .about_flow_item {
  border: 1px solid #cccccc;
  width: 54.54%;
  margin: 20px auto;
  padding: 20px 0;
  font-size: 1.428em;
  text-align: center;
}
.p-finance #finance_bottom .about_flow_item:last-child {
  margin: 20px auto 0;
}
.p-finance #finance_bottom .about_flow_item span.txt_reset {
  font-size: 0.7em;
}
.p-finance #finance_bottom .about_flow_arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #cccccc transparent transparent transparent;
}
.p-finance #finance_bottom img.chart_finance_slm_about {
  display: block;
  width: 900px;
  height: auto;
  margin: 50px auto 20px;
}
.p-finance #finance_bottom #faq {
  padding-bottom: 100px;
}
.p-finance #finance_bottom .faq_item_wrap {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
.p-finance #finance_bottom .faq_item_wrap:last-child {
  margin-bottom: 0;
}
.p-finance #finance_bottom .faq_item_wrap h2.faq_toggle {
  display: block;
  font-size: 1.428em;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding-right: 50px;
  background: url("/assets/img/management/finance/icon_toggle_off.svg") center right no-repeat;
  background-size: 15px 9px;
}
.p-finance #finance_bottom .faq_item_wrap h2.faq_toggle.active {
  background: url("/assets/img/management/finance/icon_toggle_on.svg") center right no-repeat;
  background-size: 15px 9px;
}
.p-finance #finance_bottom .faq_item_wrap h2.faq_toggle span.num {
  font-size: 1.5em;
  margin-right: 20px;
}
.p-finance #finance_bottom .faq_item_wrap .faq_answer {
  border-top: 4px solid #333399;
  margin-top: 20px;
  padding: 50px;
  display: none;
}
.p-finance #finance_bottom .faq_item_wrap .faq_answer .bg_d1d4df {
  padding: 20px;
}
.p-finance #finance_bottom .faq_item_wrap table.tbl_01 th, .p-finance #finance_bottom .faq_item_wrap table.tbl_01 td {
  padding: 20px;
}
.p-finance #finance_bottom .faq_item_wrap table.tbl_01 td img {
  display: block;
  width: 100%;
  height: auto;
}
.p-finance #finance_bottom .faq_item_wrap li.none {
  text-indent: -1em;
  margin-left: 2em;
}
.p-finance #finance_bottom .faq_item_wrap li.none span.num {
  display: inline-block;
  width: 1em;
}
.p-finance #finance_bottom #voice {
  padding-bottom: 100px;
}
.p-finance #finance_bottom .voice_item_wrap {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
.p-finance #finance_bottom .voice_item_wrap:last-child {
  margin-bottom: 0;
}
.p-finance #finance_bottom .voice_item_wrap h2.voice_toggle {
  display: block;
  font-size: 1.428em;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding-right: 50px;
  background: url("/assets/img/management/finance/icon_toggle_off.svg") center right no-repeat;
  background-size: 15px 9px;
}
.p-finance #finance_bottom .voice_item_wrap h2.voice_toggle.active {
  background: url("/assets/img/management/finance/icon_toggle_on.svg") center right no-repeat;
  background-size: 15px 9px;
}
.p-finance #finance_bottom .voice_item_wrap .voice_answer {
  border-top: 4px solid #333399;
  margin-top: 20px;
  padding: 50px;
  display: none;
}
.p-finance #finance_bottom .voice_item_wrap .voice_answer .h3_wrap {
  width: 210px;
}
.p-finance #finance_bottom .voice_item_wrap .voice_answer h3 {
  width: 210px;
  height: 120px;
  padding: 0 0 0 140px;
  background: url("/assets/img/management/finance/icon_voice.png") center left no-repeat;
  background-size: 120px 120px;
  -js-display: flex;
  display: flex;
  align-items: center;
  font-size: 1.428em;
}
.p-finance #finance_bottom .voice_item_wrap .voice_answer h3.h3_slm .psname {
  width: 100%;
  margin-top: 120px;
}
.p-finance #finance_bottom .voice_item_wrap .voice_answer .voice_answer_txt {
  width: calc(100% - 350px);
}
.p-finance #finance_bottom #download {
  padding-bottom: 100px;
}
.p-finance #finance_bottom #download h2 {
  font-size: 2.571em;
  margin: 100px 0 40px;
}
.p-finance #finance_bottom #download h2:first-of-type {
  margin-top: 0;
}
.p-finance #finance_bottom #download p {
  line-height: 1;
  margin-bottom: 20px;
}
.p-finance #finance_bottom #download p:last-of-type {
  margin-bottom: 0;
}
.p-finance #finance_bottom #download a[href$=".pdf"] {
  display: block;
  border: 1px solid #333399;
  border-radius: 4px;
  background: #ffffff;
  color: #333399;
  padding: 14px 0;
  text-align: center;
}
.p-finance #finance_bottom #download a[href$=".pdf"]:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1025px) {
  .p-finance .index_contents_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 999px) {
  .p-finance {
    /*index_contents*/
    /*jyutaku*/
    /*finance*/
    /*finance_index*/
    /*finance_bottom*/
    /*about*/
    /*faq*/
    /*voice*/
    /*download*/
  }
  .p-finance #mainimg {
    background: url("/assets/img/management/finance/img_mainimg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-finance #mainimg_bottom {
    background: url("/assets/img/management/finance/img_mainimg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-finance #mainimg_bottom.finance {
    background: url("/assets/img/management/finance/img_mainimg_finance_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-finance #mainimg h2.index_h2 {
    height: 48px;
    background-size: 154px 48px;
  }
  .p-finance #index_contents {
    padding: 10px 0 5px;
  }
  .p-finance .index_contents_item {
    width: calc(100% - 2px);
    height: auto;
  }
  .p-finance .index_contents_item a {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    padding: 10px 5px 10px 35px;
  }
  .p-finance #jyutaku_01, .p-finance #jyutaku_02 {
    padding: 25px 0;
  }
  .p-finance #jyutaku_01 th.bg_d1d4df {
    width: calc(100% - 21px);
    border-bottom: none;
    padding: 5px 10px;
  }
  .p-finance #jyutaku_02 .library_db {
    width: calc(100% - 20px);
    padding: 70px 10px 10px;
    background-position: center top 10px;
    background-size: 50px 50px;
    text-align: left;
  }
  .p-finance #jyutaku_02 .library_db a.btn_333399_arrow {
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    margin: 0 auto 5px;
  }
  .p-finance #jyutaku_02 .library_db a.btn_333399_arrow::after {
    top: 11px;
  }
  .p-finance .subheader_menu_btn {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: #ffffff url("../img/mainmenu_btn_off.png") no-repeat;
    background-size: 40px 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
  }
  .p-finance .subheader_menu_btn.active {
    background: #ffffff url("../img/mainmenu_btn_on.png") no-repeat;
    background-size: 40px 40px;
  }
  .p-finance header h1 a, .p-finance header .sp .shoulder_wrap a.shoulder_btn.home {
    position: relative;
    z-index: 1001;
  }
  .p-finance .subheader_sp_menu_wrap {
    display: none;
    padding: 50px 10px;
    width: calc(100% - 20px);
    height: calc(100vh - 90px);
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-y: scroll;
    z_index: 1000;
  }
  .p-finance #subheader_sp_menu h4 {
    font-size: 1.285em;
    color: #ffffff;
    padding: 10px;
  }
  .p-finance #subheader_sp_menu h4 span.txt_12 {
    font-size: 0.666em;
  }
  .p-finance #subheader_sp_menu .vls h4 {
    background: #6699cc;
  }
  .p-finance #subheader_sp_menu .slm h4 {
    background: #ef9e75;
  }
  .p-finance #subheader_sp_menu ul {
    list-style-type: none;
  }
  .p-finance #subheader_sp_menu .vls ul li {
    border-bottom: 1px solid #6699cc;
  }
  .p-finance #subheader_sp_menu .slm ul li {
    border-bottom: 1px solid #ef9e75;
  }
  .p-finance #subheader_sp_menu ul li a {
    display: block;
    padding: 10px;
  }
  .p-finance #subheader_sp_menu ul li a.contents {
    position: relative;
  }
  .p-finance #subheader_sp_menu ul li a span.small {
    font-size: 0.666em;
  }
  .p-finance #subheader_sp_menu .vls ul li a {
    background: #e0ebf5;
  }
  .p-finance #subheader_sp_menu .slm ul li a {
    background: #fcece3;
  }
  .p-finance #subheader_sp_menu .vls ul li a.contents::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #6699cc;
    border-right: 1px solid #6699cc;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
  }
  .p-finance #subheader_sp_menu .slm ul li a.contents::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ef9e75;
    border-right: 1px solid #ef9e75;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
  }
  .p-finance #subheader_sp_menu a.btn_top {
    display: block;
    padding: 0 10px;
    background: #333399;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
  }
  .p-finance #subheader_sp_menu a.btn_top::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
  }
  .p-finance .pkmenu_wrap.finance {
    margin-top: 40px;
  }
  .p-finance .subheader_belt {
    display: none;
  }
  .p-finance #finance_index {
    padding: 0 0 25px;
  }
  .p-finance #finance_index .bg_d1d4df {
    padding: 10px 0;
  }
  .p-finance #finance_index p.readcopy.txt_aligncenter {
    text-align: left !important;
    line-height: 1.5;
  }
  .p-finance #finance_index h4.info {
    flex-flow: column;
    line-height: 1.3;
    text-align: center;
  }
  .p-finance #finance_index h4.info span.txt_30 {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .p-finance #finance_index p.info_warp {
    margin-top: 5px;
    padding: 10px;
    line-height: 1.3;
  }
  .p-finance #finance_index .bg_333399 {
    padding: 10px;
  }
  .p-finance #finance_index .bg_333399 a:link {
    color: #ffffff;
  }
  .p-finance #finance_index .finance_index_item_wrap .txt_for {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 10px;
  }
  .p-finance #finance_index .finance_index_item_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-finance #finance_index .finance_index_item_wrap .inner {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .p-finance #finance_index .finance_index_item_wrap .finance_index_tit {
    height: auto;
  }
  .p-finance #finance_index .finance_index_item_wrap .bg_e0ebf5, .p-finance #finance_index .finance_index_item_wrap .bg_fcece3 {
    height: auto;
    margin-top: 10px;
  }
  .p-finance #finance_index .finance_index_item_wrap .mgt20 {
    margin-top: 10px;
  }
  .p-finance #finance_index a.btn_primecontractor {
    width: calc(100% - 20px);
  }
  .p-finance #finance_index a.btn_subcontract {
    width: calc(100% - 20px);
  }
  .p-finance #finance_bottom .subheader {
    display: none;
  }
  .p-finance #finance_bottom .subheader_wrap {
    border-bottom: none;
  }
  .p-finance #finance_bottom .subheader_wrap.fixed {
    border-top: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
  }
  .p-finance #finance_bottom .subheader_belt {
    background: #ffffff;
    padding: 0;
    height: 40px;
    width: 100%;
  }
  .p-finance #finance_bottom .subheader_belt .inner {
    width: 100%;
  }
  .p-finance #finance_bottom .subheader_belt p.name_vls, .p-finance #finance_bottom .subheader_belt p.name_slm {
    display: none;
  }
  .p-finance #finance_bottom .subheader_belt a.btn_333399_arrow {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    padding: 0 20px 0 0;
    background: none;
    color: #333399;
  }
  .p-finance #finance_bottom .subheader_belt a.btn_333399_arrow::after {
    border-top: 1px solid #333399;
    border-right: 1px solid #333399;
  }
  .p-finance #finance_bottom .tit_wrap {
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-finance #finance_bottom .tit_wrap h1 {
    width: 100%;
  }
  .p-finance #finance_bottom .tit_wrap h1 span.txt_50 {
    display: block;
    font-size: 1.428em;
  }
  .p-finance #finance_bottom .tit_wrap h1 .tit_bd {
    display: inline-block;
    padding: 2px 5px;
    font-size: 1.285em;
  }
  .p-finance #finance_bottom .bg_d1d4df.wrap_pdf {
    padding: 20px 0 10px;
  }
  .p-finance #finance_bottom #about {
    padding-bottom: 40px;
  }
  .p-finance #finance_bottom #about .mgt60 {
    margin-top: 30px;
  }
  .p-finance #finance_bottom .about_item {
    width: calc(100% - 24px);
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid #ff0000;
  }
  .p-finance #finance_bottom .about_item span.point {
    position: absolute;
    display: block;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.142em;
    font-weight: bold;
    color: #ff0000;
    background: #ffffff;
    padding: 0 10px;
  }
  .p-finance #finance_bottom .about_item h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .p-finance #finance_bottom .about_item_2 {
    width: calc(100% - 24px);
    padding: 10px;
    margin-bottom: 40px;
    border: 2px solid #a04940;
  }
  .p-finance #finance_bottom .about_item_2 .point {
    top: -20px;
    left: -2px;
    width: calc(100% + 4px);
    height: 20px;
  }
  .p-finance #finance_bottom .about_item_2 .point::after {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 22px;
  }
  .p-finance #finance_bottom .about_item_2 .point.one::after {
    background-size: 80px 22px;
  }
  .p-finance #finance_bottom .about_item_2 .point.two::after {
    background-size: 80px 22px;
  }
  .p-finance #finance_bottom .about_item_2 .point.three::after {
    background-size: 80px 22px;
  }
  .p-finance #finance_bottom .about_item_2 h2 {
    margin-bottom: 10px;
    padding: 10px;
  }
  .p-finance #finance_bottom .about_flow_item {
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 1.142em;
  }
  .p-finance #finance_bottom .about_flow_item:last-child {
    margin: 10px auto 0;
  }
  .p-finance #finance_bottom .about_flow_arrow {
    border-width: 12px 6px 0 6px;
  }
  .p-finance #finance_bottom #animation_container.vls {
    margin: 20px auto 0;
    width: calc(100vw - 20px) !important;
    height: calc(54.5454vw - 20px) !important;
  }
  .p-finance #finance_bottom #animation_container.vls #canvas, .p-finance #finance_bottom #animation_container.vls #dom_overlay_container {
    width: calc(100vw - 20px) !important;
    height: calc(54.5454vw - 20px) !important;
  }
  .p-finance #finance_bottom #animation_container.slm {
    margin: 20px auto 0;
    width: calc(100vw - 20px) !important;
    height: calc(55.5555vw - 20px) !important;
  }
  .p-finance #finance_bottom #animation_container.slm #canvas, .p-finance #finance_bottom #animation_container.slm #dom_overlay_container {
    width: calc(100vw - 20px) !important;
    height: calc(55.5555vw - 20px) !important;
  }
  .p-finance #finance_bottom img.chart_finance_slm_about {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
  }
  .p-finance #finance_bottom #faq {
    padding-bottom: 40px;
  }
  .p-finance #finance_bottom .faq_item_wrap {
    padding: 10px;
    margin-bottom: 10px;
  }
  .p-finance #finance_bottom .faq_item_wrap h2.faq_toggle {
    font-size: 1.142em;
  }
  .p-finance #finance_bottom .faq_item_wrap h2.faq_toggle span.num {
    font-size: 1.142em;
    margin-right: 10px;
  }
  .p-finance #finance_bottom .faq_item_wrap .faq_answer {
    border-top: 2px solid #333399;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  .p-finance #finance_bottom .faq_item_wrap .faq_answer .bg_d1d4df {
    padding: 10px;
  }
  .p-finance #finance_bottom .faq_item_wrap table.tbl_01 th, .p-finance #finance_bottom .faq_item_wrap table.tbl_01 td {
    padding: 10px;
  }
  .p-finance #finance_bottom .faq_item_wrap table.tbl_01 th.spw {
    width: 5em;
  }
  .p-finance #finance_bottom #voice {
    padding-bottom: 40px;
  }
  .p-finance #finance_bottom .voice_item_wrap {
    padding: 10px;
    margin-bottom: 10px;
  }
  .p-finance #finance_bottom .voice_item_wrap h2.voice_toggle {
    font-size: 1.142em;
  }
  .p-finance #finance_bottom .voice_item_wrap .voice_answer {
    border-top: 2px solid #333399;
    margin-top: 10px;
    padding: 10px;
  }
  .p-finance #finance_bottom .voice_item_wrap .voice_answer .h3_wrap {
    margin: 0 auto 20px;
  }
  .p-finance #finance_bottom .voice_item_wrap .voice_answer h3 {
    margin: 0 auto 20px;
  }
  .p-finance #finance_bottom .voice_item_wrap .voice_answer .voice_answer_txt {
    width: 100%;
  }
  .p-finance #finance_bottom #download {
    padding-bottom: 40px;
  }
  .p-finance #finance_bottom #download h2 {
    font-size: 1.666em;
    margin: 50px 0 20px;
  }
  .p-finance #finance_bottom #download p {
    margin-bottom: 10px;
  }
}