@charset "UTF-8";
/*
 * foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

ref: http://html5doctor.com/html-5-reset-stylesheet/ 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -追加- 全要素にbox-sizing border-boxを入れる */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -追加- ulのlist-style-typeを消す */
ul {
  list-style-type: none;
}

ul, li, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  border: 0;
}

input[type="submit"]:focus {
  outline-color: transparent;
}

/**
 * 全体共通スタイル
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 100%;
  vertical-align: baseline;
}

*:focus-visible {
  outline-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  position: relative;
  display: block;
  min-width: 100%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
}

p,
li,
dt,
dd,
aside,
a,
small,
ins,
th,
td,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/**
 * 変数
 */
/*
 * layout
 */
/**
 * フッター共通
 */
.l-footer {
  position: relative;
}

.l-footer-simple {
  position: fixed;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-footer-simple {
    position: relative;
    bottom: unset;
  }
}

/**
 * ヘッダ共通
 */
.l-header {
  position: fixed;
  top: 0;
  height: 86px;
  width: 100%;
  z-index: 170;
}

.l-header-right {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .l-header-right {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 18px 0 16px;
    height: 70px;
  }
}

/**
 * メインコンテンツ
 */
.l-main-container {
  position: relative;
  margin: 86px auto 30px;
}

.l-main-container section {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .l-main-container section {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-main-container {
    margin-top: 70px;
  }
}

.l-main-container.home section, .l-main-container.fund_list section, .l-main-container.fund_summary section {
  width: 1136px;
}

@media screen and (max-width: 767px) {
  .l-main-container.home section, .l-main-container.fund_list section, .l-main-container.fund_summary section {
    width: 100%;
  }
}

.l-main-container.mypage .main_contents .inner_area, .l-main-container.company .main_contents .inner_area, .l-main-container.news .main_contents .inner_area, .l-main-container.inquiry .main_contents .inner_area, .l-main-container.help .main_contents .inner_area, .l-main-container.legal .main_contents .inner_area {
  width: 944px;
  height: auto;
  margin: 0 auto 150px auto;
}

.l-main-container.mypage .main_contents .inner_area .content_attached_sidemenu, .l-main-container.company .main_contents .inner_area .content_attached_sidemenu, .l-main-container.news .main_contents .inner_area .content_attached_sidemenu, .l-main-container.inquiry .main_contents .inner_area .content_attached_sidemenu, .l-main-container.help .main_contents .inner_area .content_attached_sidemenu, .l-main-container.legal .main_contents .inner_area .content_attached_sidemenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 17px;
}

.l-main-container.mypage .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.company .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.news .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.inquiry .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.help .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.legal .main_contents .inner_area .content_attached_sidemenu .content_block {
  width: 752px;
}

@media screen and (max-width: 767px) {
  .l-main-container.mypage .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.company .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.news .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.inquiry .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.help .main_contents .inner_area .content_attached_sidemenu .content_block, .l-main-container.legal .main_contents .inner_area .content_attached_sidemenu .content_block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-main-container.mypage .main_contents .inner_area .content_attached_sidemenu, .l-main-container.company .main_contents .inner_area .content_attached_sidemenu, .l-main-container.news .main_contents .inner_area .content_attached_sidemenu, .l-main-container.inquiry .main_contents .inner_area .content_attached_sidemenu, .l-main-container.help .main_contents .inner_area .content_attached_sidemenu, .l-main-container.legal .main_contents .inner_area .content_attached_sidemenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .l-main-container.mypage .main_contents .inner_area, .l-main-container.company .main_contents .inner_area, .l-main-container.news .main_contents .inner_area, .l-main-container.inquiry .main_contents .inner_area, .l-main-container.help .main_contents .inner_area, .l-main-container.legal .main_contents .inner_area {
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 0 16px;
  }
}

.l-step-container {
  width: 100%;
  overflow: hidden;
  min-height: calc(100% - 41px);
}

@media screen and (max-width: 767px) {
  .l-step-container {
    height: calc(100% + 206px);
  }
}

#phase_2 {
  display: none;
}

/**
 * メニュー共通
 */
/*
 * object
 */
.c-amount-bar {
  text-align: center;
  font-weight: 600;
  overflow: hidden;
}

.c-amount-bar > .amount-bar {
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 6px;
  border: 1px solid #39CBB7;
}

.c-amount-bar > .amount-bar > .fund-collect-rate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-in-out 0.9s;
  transition: ease-in-out 0.9s;
  display: block;
  height: 100%;
  z-index: -5;
  background: -webkit-gradient(linear, left top, right top, from(#8ED66E), to(#6ED4D6));
  background: linear-gradient(to right, #8ED66E, #6ED4D6);
}

.c-attention-message {
  display: block;
  width: 650px;
  height: auto;
  margin: 25px auto;
  padding: 25px 30px;
  background-color: #fff0f0;
  color: #ff0000;
  border: 1px solid #ff0000;
}

@media screen and (max-width: 767px) {
  .c-attention-message {
    width: 100%;
  }
}

.c-bread-crumb {
  width: 1136px;
  margin: 0 auto;
}

.c-bread-crumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 8px 0;
}

.c-bread-crumb ul > li + li::before {
  display: inline-block;
  width: 12px;
  height: 13px;
  content: '';
  margin: 0 12px;
  background-image: url(../img/ico/ico_arrow_gray.svg?v=2);
}

@media screen and (max-width: 767px) {
  .c-bread-crumb {
    display: none;
    width: 100%;
    margin: 0;
  }
}

section.c-bread-crumb {
  margin-bottom: 0;
}

.c-button {
  position: relative;
  height: 37px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}

.c-button:hover {
  color: #fff;
  background-color: #333;
}

.c-button:disabled {
  background-color: #c4c4c4;
}

.c-button.next {
  width: 300px;
  border-radius: 22px;
  border: 1px solid #3e3934;
}

.c-button.next::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 9px;
  height: 18px;
  width: 12px;
  background-image: url(../img/ico/ico_next.svg?v=2);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button.bright {
  color: #fff;
  background-color: #fabe00;
}

.c-button.bright:hover {
  background-color: rgba(250, 161, 0, 0.8);
}

.c-button.lead {
  color: #fff;
  background-color: #ff8f1a;
}

.c-button.lead:hover {
  background-color: rgba(250, 161, 0, 0.8);
}

.c-button.lead:disabled {
  background-color: #c4c4c4;
}

.c-button.attention {
  color: #fff;
  background-color: #ff0000;
}

.c-button.attention:hover {
  background-color: #ff4747;
}

.c-button.attention:disabled {
  background-color: #c4c4c4;
}

.c-checkbox {
  cursor: pointer;
}

.c-checkbox input[type="checkbox"] {
  display: none;
}

.c-checkbox input[type="checkbox"]:checked + .checkbox_text::before {
  background-image: url(../img/ico/ico_check.svg?v=2);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: auto;
  background-color: #ff8f1a;
}

.c-checkbox input[type="checkbox"]:disabled + .checkbox_text::before {
  background-color: #c4c4c4;
}

.c-checkbox .checkbox_text::before {
  vertical-align: -6px;
}

.c-checkbox .checkbox_text {
  display: inline-block;
  margin-left: 39px;
  text-align: left;
  vertical-align: middle;
}

.c-checkbox .checkbox_text::before {
  display: inline-block;
  content: '';
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #8c5f04;
  border-radius: 3px;
  background-color: #fff;
  margin-left: -39px;
  margin-right: 9px;
}

.c-combo-menu {
  margin-bottom: 40px;
}

.c-combo-menu ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1px;
  border: 2px solid #ff8f1a;
  background-color: #ff8f1a;
  border-radius: 10px;
  overflow: hidden;
}

.c-combo-menu ul li {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-combo-menu ul li:hover {
  background-color: rgba(250, 161, 0, 0.8);
}

.c-combo-menu ul li:hover > .button {
  color: #fff;
}

.c-combo-menu ul li.active {
  background-color: #ff8f1a;
}

.c-combo-menu ul li.active > .button {
  color: #fff;
}

.c-combo-menu ul li > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  line-height: 16px;
}

.c-combo-menu ul li > .button {
  text-align: center;
  font-weight: bold;
}

.c-combo-menu ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-combo-menu ul li {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .c-combo-menu ul {
    width: 325px;
  }
}

.c-confetti {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.c-confetti .confetti {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-confetti .confetti span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 1.5vw;
  height: 1vw;
  background: #fff;
  border-radius: 2px;
  /* add animation */
  /* side position */
  /* colors */
  /* animation-duration */
  /* animation-delay */
}

.c-confetti .confetti span:nth-child(2n+1) {
  -webkit-animation: confetti-anim-1 10s 0s linear infinite;
          animation: confetti-anim-1 10s 0s linear infinite;
}

.c-confetti .confetti span:nth-child(2n+2) {
  -webkit-animation: confetti-anim-2 10s 0s linear infinite;
          animation: confetti-anim-2 10s 0s linear infinite;
}

.c-confetti .confetti span:nth-child(1) {
  left: 0%;
}

.c-confetti .confetti span:nth-child(2) {
  left: 2%;
}

.c-confetti .confetti span:nth-child(3) {
  left: 4%;
}

.c-confetti .confetti span:nth-child(4) {
  left: 6%;
}

.c-confetti .confetti span:nth-child(5) {
  left: 8%;
}

.c-confetti .confetti span:nth-child(6) {
  left: 10%;
}

.c-confetti .confetti span:nth-child(7) {
  left: 12%;
}

.c-confetti .confetti span:nth-child(8) {
  left: 14%;
}

.c-confetti .confetti span:nth-child(9) {
  left: 16%;
}

.c-confetti .confetti span:nth-child(10) {
  left: 18%;
}

.c-confetti .confetti span:nth-child(11) {
  left: 20%;
}

.c-confetti .confetti span:nth-child(12) {
  left: 22%;
}

.c-confetti .confetti span:nth-child(13) {
  left: 24%;
}

.c-confetti .confetti span:nth-child(14) {
  left: 26%;
}

.c-confetti .confetti span:nth-child(15) {
  left: 28%;
}

.c-confetti .confetti span:nth-child(16) {
  left: 30%;
}

.c-confetti .confetti span:nth-child(17) {
  left: 32%;
}

.c-confetti .confetti span:nth-child(18) {
  left: 34%;
}

.c-confetti .confetti span:nth-child(19) {
  left: 36%;
}

.c-confetti .confetti span:nth-child(20) {
  left: 38%;
}

.c-confetti .confetti span:nth-child(21) {
  left: 40%;
}

.c-confetti .confetti span:nth-child(22) {
  left: 42%;
}

.c-confetti .confetti span:nth-child(23) {
  left: 44%;
}

.c-confetti .confetti span:nth-child(24) {
  left: 46%;
}

.c-confetti .confetti span:nth-child(25) {
  left: 48%;
}

.c-confetti .confetti span:nth-child(26) {
  left: 50%;
}

.c-confetti .confetti span:nth-child(27) {
  left: 52%;
}

.c-confetti .confetti span:nth-child(28) {
  left: 54%;
}

.c-confetti .confetti span:nth-child(29) {
  left: 56%;
}

.c-confetti .confetti span:nth-child(30) {
  left: 58%;
}

.c-confetti .confetti span:nth-child(31) {
  left: 60%;
}

.c-confetti .confetti span:nth-child(32) {
  left: 62%;
}

.c-confetti .confetti span:nth-child(33) {
  left: 64%;
}

.c-confetti .confetti span:nth-child(34) {
  left: 66%;
}

.c-confetti .confetti span:nth-child(35) {
  left: 68%;
}

.c-confetti .confetti span:nth-child(36) {
  left: 70%;
}

.c-confetti .confetti span:nth-child(37) {
  left: 72%;
}

.c-confetti .confetti span:nth-child(38) {
  left: 74%;
}

.c-confetti .confetti span:nth-child(39) {
  left: 76%;
}

.c-confetti .confetti span:nth-child(40) {
  left: 78%;
}

.c-confetti .confetti span:nth-child(41) {
  left: 80%;
}

.c-confetti .confetti span:nth-child(42) {
  left: 82%;
}

.c-confetti .confetti span:nth-child(43) {
  left: 84%;
}

.c-confetti .confetti span:nth-child(44) {
  left: 86%;
}

.c-confetti .confetti span:nth-child(45) {
  left: 88%;
}

.c-confetti .confetti span:nth-child(46) {
  left: 90%;
}

.c-confetti .confetti span:nth-child(47) {
  left: 92%;
}

.c-confetti .confetti span:nth-child(48) {
  left: 94%;
}

.c-confetti .confetti span:nth-child(49) {
  left: 96%;
}

.c-confetti .confetti span:nth-child(5n+1) {
  background-color: #fabe00;
}

.c-confetti .confetti span:nth-child(5n+2) {
  background-color: #ffffff;
}

.c-confetti .confetti span:nth-child(5n+3) {
  background-color: #fdfb73;
}

.c-confetti .confetti span:nth-child(5n+4) {
  background-color: #9fffaf;
}

.c-confetti .confetti span:nth-child(5n+5) {
  background-color: #ffbbff;
}

.c-confetti .confetti span:nth-child(4n+1) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.c-confetti .confetti span:nth-child(4n+2) {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.c-confetti .confetti span:nth-child(4n+3) {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.c-confetti .confetti span:nth-child(4n+4) {
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.c-confetti .confetti span:nth-child(13n+1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.c-confetti .confetti span:nth-child(13n+2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.c-confetti .confetti span:nth-child(13n+3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-confetti .confetti span:nth-child(13n+4) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.c-confetti .confetti span:nth-child(13n+5) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.c-confetti .confetti span:nth-child(13n+6) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.c-confetti .confetti span:nth-child(13n+7) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.c-confetti .confetti span:nth-child(13n+8) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.c-confetti .confetti span:nth-child(13n+9) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.c-confetti .confetti span:nth-child(13n+10) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.c-confetti .confetti span:nth-child(13n+11) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.c-confetti .confetti span:nth-child(13n+12) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.c-confetti .confetti span:nth-child(13n+13) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}

@media screen and (max-width: 767px) {
  .c-confetti .confetti span {
    width: 4.5vw;
    height: 3vw;
  }
}

/* animation */
@-webkit-keyframes confetti-anim-1 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateY(0);
            transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
            transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}
@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateY(0);
            transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
            transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}

@-webkit-keyframes confetti-anim-2 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateY(0);
            transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
            transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}

@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateY(0);
            transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
            transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}

.c-content-footer > .logo img {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.c-content-footer > p {
  font-size: 1em;
  text-align: center;
  margin-bottom: 30px;
}

.c-content-footer .contact > span {
  display: inline-block;
}

.c-content-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-content-footer .button .c-link-button {
  width: 330px;
  margin-bottom: 5px;
}

.c-customer-link {
  position: relative;
  width: 320px;
  margin: 0 auto 30px;
}

.c-customer-link > a > img {
  max-width: 100%;
  border: 1px solid #999;
}

.c-customer-link .pr-mark {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #acacac;
  border: #acacac solid 1px;
  border-bottom-left-radius: 3px;
  padding: 2px;
  content: "PR";
}

.c-data-table {
  margin-bottom: 60px;
  width: 100%;
  border: 1px solid #333;
  border-left: none;
  border-right: none;
}

.c-data-table tr {
  border-bottom: 1px solid #e2e3e5;
}

.c-data-table tr:last-child {
  border-bottom: none;
}

.c-data-table tr > th {
  width: 200px;
  padding: 15px 24px 15px 40px;
  background-color: #F8F5EA;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-data-table tr > th {
    width: 160px;
    padding: 15px 12px 15px 20px;
  }
}

.c-data-table tr > td {
  width: calc(100% - 200px);
  padding: 15px 24px 15px 24px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #8c5f04;
}

.c-data-table tr > td.numeric {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-data-table tr > td {
    width: calc(100% - 160px);
    padding: 15px 12px 15px 12px;
  }
}

.c-document-files {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}

.c-document-files > li {
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
}

.c-document-files > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0 12px 30px;
}

.c-document-files > li > a > .status {
  display: inline-block;
  padding: 3px 6px 2px;
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  margin-right: 24px;
  white-space: nowrap;
}

.c-document-files > li > a.done > .status {
  background-color: #f1f1f1;
  color: #999;
}

.c-document-upload .document-text {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 60px;
}

.c-document-upload .document-text > h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.c-document-upload .document-text > h5.attention {
  color: #ff0000;
}

.c-document-upload .document-text > p {
  max-width: 100%;
  font-size: 15px;
}

.c-document-upload .document-text > p.attention {
  font-weight: 500;
  color: #ff0000;
}

.c-document-upload .document-text.sup-mb {
  margin-bottom: 0;
}

.c-document-upload .document-text .insurance_image {
  width: 275px;
  display: block;
}

.c-document-upload .upload-select {
  margin-top: 34px;
  margin-left: 24px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.c-document-upload .document-block {
  padding: 0 15px 30px;
}

.c-document-upload .document-block > h5 {
  text-align: center;
  padding: 11px 0;
  background-color: #ff8f1a;
  color: #fff;
  margin: 0 -15px 40px;
  font-size: 18px;
  font-weight: bold;
}

.c-document-upload .document-block .document_lead {
  padding: 25px 20px;
  font-size: 15px;
  margin-bottom: 49px;
  border: 1px solid #999;
  border-radius: 5px;
}

.c-document-upload .upload-documents {
  padding: 0 30px 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 5px;
}

.c-document-upload .upload-documents > h5 {
  margin: 0 -30px;
  padding: 19px 20px 17px;
  font-size: 18px;
  background-color: #e9b611;
  color: #fff;
  margin-bottom: 30px;
}

.c-document-upload .upload-documents .document-list {
  margin-bottom: 30px;
}

.c-document-upload .upload-documents .document-list > h4 {
  font-size: 20px;
  color: #8c5f04;
  margin-bottom: 30px;
}

.c-document-upload .upload-documents .document-list .lead {
  font-size: 16px;
  margin: 20px auto 20px;
}

.c-document-upload .upload-documents .document-list .document-group {
  padding: 28px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  background-color: #fff3cd;
}

.c-document-upload .upload-documents .document-list .document-group > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 48%;
}

.c-document-upload .upload-documents .document-list .document-group > ul > li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  font-weight: bold;
}

.c-document-upload .upload-documents .document-list .document-group > ul > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff8f1a;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.c-document-upload .upload-documents .document-selection h4 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #8c5f04;
  text-align: center;
  margin-bottom: 30px;
}

.c-document-upload .upload-documents .document-selection .document-check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}

.c-document-upload .upload-documents .document-selection .document-check-area.two-columns {
  height: 215px;
}

@media screen and (max-width: 767px) {
  .c-document-upload .upload-documents .document-selection .document-check-area.two-columns {
    height: auto;
  }
}

.c-document-upload .upload-documents .document-selection .document-check-area.three-columns {
  height: 330px;
}

@media screen and (max-width: 767px) {
  .c-document-upload .upload-documents .document-selection .document-check-area.three-columns {
    height: auto;
  }
}

.c-document-upload .upload-documents .document-selection .document-check-area.four-columns {
  height: 445px;
}

@media screen and (max-width: 767px) {
  .c-document-upload .upload-documents .document-selection .document-check-area.four-columns {
    height: auto;
  }
}

.c-document-upload .upload-documents .document-selection .document-check-area .document-item input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  margin: 0;
}

.c-document-upload .upload-documents .document-selection .document-check-area .document-item .item-card {
  width: 330px;
  height: 100px;
  padding: 15px 35px 18px 19px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
          box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.c-document-upload .upload-documents .document-selection .document-check-area .document-item .item-card > h6 {
  font-size: 15px;
}

.c-document-upload .upload-documents .document-selection .document-check-area .document-item .item-card > p {
  font-size: 13px;
}

.c-document-upload .upload-documents .document-selection .document-check-area .document-item .document-check:checked + .item-card {
  background-color: #ff8f1a;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .c-document-upload .upload-documents .document-selection {
    width: 330px;
    margin-left: -15px;
  }
}

.c-document-upload .upload-documents .document_file_list .document-gourp {
  display: none;
}

.c-document-upload .upload-documents .document_help {
  text-align: center;
  font-weight: bold;
  color: #8c5f04;
  margin-bottom: 15px;
}

.c-document-upload .checkbox-container {
  padding: 20px 15px;
  margin-bottom: 60px;
  border-radius: 5px;
}

.c-document-upload .heading {
  font-size: 18px;
  margin-bottom: 20px;
}

.c-document-upload .document-gourp {
  margin-bottom: 60px;
}

.c-document-upload .document-gourp > h5 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}

.c-document-upload #group_02 {
  display: none;
}

.c-dropdown-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-dropdown-button::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 18px;
  right: 16px;
  border-width: 12px 7px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fabe00;
  pointer-events: none;
}

.c-error-ico-text {
  padding: 2px 5px;
  font-size: 11px;
}

.c-error-ico-text.red {
  color: #ff0000;
}

.c-error-ico-text .ico {
  vertical-align: -4px;
}

.c-footer_links_header {
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.c-footer_links_header > * {
  border-bottom: 2px solid #fff;
}

.c-form-control, .c-select, .c-textbox, .c-textarea {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 11px 17px 12px 17px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background-clip: padding-box;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.c-form-control:focus, .c-select:focus, .c-textbox:focus, .c-textarea:focus {
  margin: 0;
  border: 3px solid #fabe00;
}

.c-form-control.short, .short.c-select, .short.c-textbox, .short.c-textarea {
  width: 8em;
}

.c-form-control.medium, .medium.c-select, .medium.c-textbox, .medium.c-textarea {
  width: 12em;
}

.c-form-control.large, .large.c-select, .large.c-textbox, .large.c-textarea {
  width: 24em;
}

.c-fund-badge-container {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-fund-badge-container .fund-badge {
  display: inline-block;
  width: 72px;
}

.c-fund-invest {
  position: relative;
  width: 1136px;
  margin: 0 auto 60px;
}

.c-fund-invest .invest_container {
  margin: 0 auto;
}

.c-fund-invest .invest_container .title {
  margin-bottom: 38px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.c-fund-invest .invest_container .explain {
  text-align: left;
  width: 585px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .c-fund-invest .invest_container .explain {
    width: 100%;
  }
}

.c-fund-invest .invest_container .invest_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  gap: 7px;
}

.c-fund-invest .invest_container .invest_wrapper h6 {
  font-size: 14px;
  font-style: normal;
}

.c-fund-invest .invest_container .invest_wrapper .invest_input input {
  width: 94px;
  font-size: 23px;
  text-align: center;
}

.c-fund-invest .invest_container .invest_wrapper .invest_input .invest_amount_text,
.c-fund-invest .invest_container .invest_wrapper .invest_input .invest_result {
  display: inline-block;
  width: 94px;
  padding: 6px 0;
  font-size: 23px;
  text-align: center;
}

.c-fund-invest .invest_container .invest_wrapper .invest_input .invest_digit {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  margin: 0 6px 0 3px;
}

.c-fund-invest .invest_container .invest_wrapper .invest_input .invest_operator {
  font-size: 30px;
  line-height: 30px;
  vertical-align: -3px;
  color: #8c5f04;
}

.c-fund-invest .invest_container .invest_wrapper .invest_amount input {
  color: #8c5f04;
  border: 1px solid #8c5f04;
  border-radius: 5px;
}

.c-fund-invest .invest_container .invest_wrapper .invest_amount_text {
  color: #fff;
  background-color: #fabe00;
  border: 1px solid #8c5f04;
  border-radius: 5px;
}

.c-fund-invest .invest_container .invest_wrapper .invest_yield input,
.c-fund-invest .invest_container .invest_wrapper .invest_already input,
.c-fund-invest .invest_container .invest_wrapper .invest_total_amount input {
  color: #999;
  background-color: #f1f1f1;
  border: 1px solid #999;
}

.c-fund-invest .invest_container .invest_wrapper .invest_dividend input {
  color: #fff;
  background-color: #fabe00;
  border: 1px solid #8c5f04;
}

.c-fund-invest .invest_container .invest_wrapper .invest_result {
  color: #8c5f04;
  background-color: #fff;
  border: 1px solid #8c5f04;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-fund-invest {
    width: 100%;
  }
}

.c-fund-situaltion {
  display: inline-block;
  padding: 4px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 3px;
  background-color: #136337;
  opacity: 0.8;
}

.c-fund-situaltion.winfull {
  background-color: #D94E00;
}

.c-fund-situaltion.recruit {
  background-color: #00D361;
}

.c-fund-situaltion.recruit-in-priority {
  color: #181818;
  background-color: #e8f9d1;
}

.c-fund-situaltion.recruit-not-in-advance {
  background-color: #ab95ae;
}

.c-fund-situaltion.lost {
  background-color: #797979;
}

.c-fund-situaltion.cancel {
  background-color: #000000;
}

.c-fund-situaltion.pre {
  background-color: #00C2FF;
}

.c-fund-thumbnail {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-fund-thumbnail .text_content01 figure {
  position: relative;
  height: auto;
  margin-bottom: 28px;
  border-radius: 5px;
}

.c-fund-thumbnail .text_content01 figure > div {
  width: 100%;
}

.c-fund-thumbnail .text_content01 figure img {
  width: inherit;
  height: 270px;
}

.c-fund-thumbnail .text_content01 ul {
  padding: 0 10px;
  list-style-type: none;
}

.c-fund-thumbnail .text_content01 ul > li {
  font-size: 14px;
  font-style: normal;
}

.c-fund-thumbnail .text_content01 ul > li > dl > dt {
  width: 150px;
  display: inline-block;
  font-size: 12px;
  vertical-align: 0.5em;
  color: #999;
}

.c-fund-thumbnail .text_content01 ul > li > dl > dd {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  vertical-align: baseline;
  color: #000;
}

.c-fund-thumbnail .text_content01 ul > li > dl > dd > span {
  font-size: 2.5em;
  font-weight: bold;
  color: #2a58a1;
}

.c-fund-thumbnail .text_content01 ul > li > dl > dd.date {
  text-align: center;
}

.c-fund-thumbnail .text_content01 .fund-title {
  height: 3em;
  margin: 0 10px 12px;
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.c-fund-thumbnail .text_content01 .fund-overview {
  margin-bottom: 16px;
  height: 4.5em;
  font-size: 0.875em;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

.c-fund-thumbnail .text_content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-fund-thumbnail .text_content02 > .fund-desc > ul {
  padding: 0 10px;
  list-style-type: none;
}

.c-fund-thumbnail .text_content02 > .fund-desc > ul > li {
  font-size: 14px;
  font-style: normal;
}

.c-fund-thumbnail .text_content02 > .fund-desc > ul > li > dl > dt {
  width: 150px;
  display: inline-block;
  font-size: 13px;
  vertical-align: 0.5em;
  color: #999;
}

.c-fund-thumbnail .text_content02 > .fund-desc > ul > li > dl > dd {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  vertical-align: baseline;
  color: #000;
}

.c-fund-thumbnail .text_content02 > .fund-desc > .c-amount-bar {
  margin: 0 10px 30px;
}

.c-fund-thumbnail .text_content02 .c-link-button {
  display: block;
  margin: 10px auto;
  width: 92%;
}

.c-header-navi-item {
  margin: 0 15px;
  padding-bottom: 1px;
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
}

.c-header-navi-item:hover {
  color: #fabe00;
  border-bottom: 2px solid #fabe00;
}

.c-input-link {
  font-weight: bold;
  color: #8c5f04;
}

.c-input-link input[type="file"] {
  display: none;
}

.c-input-link span:hover {
  text-decoration: underline;
}

.c-kyc-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}

.c-kyc-checkbox-list > li > label {
  display: block;
  position: relative;
  cursor: pointer;
}

.c-kyc-checkbox-list > li > label > input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  margin: 0;
}

.c-kyc-checkbox-list > li > label > input[type="checkbox"]:checked + .item-text {
  background-color: #ff8f1a;
  color: #fff;
}

.c-kyc-checkbox-list > li > label > input[type="checkbox"]:checked + .item-text::after {
  background-image: url(../img/ico/ico_check.svg?v=2);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: auto;
  background-color: #ff8f1a;
  border-color: #ffffff;
}

.c-kyc-checkbox-list > li > label > .item-text {
  width: 100%;
  height: auto;
  padding: 19px 55px 21px 21px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  color: #2a58a1;
}

.c-kyc-checkbox-list > li > label > .item-text::after {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-label-button {
  display: inline-block;
  padding: 10px 24px 6px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3e3934;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-label-button + input[type="button"],
.c-label-button + input[type="submit"],
.c-label-button + button {
  display: none;
}

.c-label-button input[type="button"],
.c-label-button input[type="submit"],
.c-label-button button {
  background-color: #fff;
}

.c-label-button:hover {
  background-color: #333;
  color: #fff;
}

.c-label-button.save {
  border: none;
}

.c-label-button.save:hover {
  background-color: inherit;
  color: inherit;
}

.c-label-button.save:hover * {
  text-shadow: 0 0 5px #fabe00, 0 0 5px #fabe00;
}

.c-link-button {
  display: inline-block;
  padding: 8px 24px 8px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3e3934;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-link-button:hover {
  background-color: #333;
  color: #fff;
}

.c-link-button.disabled {
  background-color: #c4c4c4;
}

.c-link-button.disabled:hover {
  color: #000;
}

.c-link-button.next {
  position: relative;
  width: 300px;
}

.c-link-button.next::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 9px;
  height: 18px;
  width: 12px;
  background-image: url(../img/ico/ico_next.svg?v=2);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-link-button.back {
  position: relative;
  width: 200px;
}

.c-link-button.back::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  height: 18px;
  width: 12px;
  background-image: url(../img/ico/ico_back.svg?v=2);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-link-button.lead {
  font-weight: bold;
  color: #fff;
  background-color: #ff8f1a;
  border: none;
}

.c-link-button.lead:hover {
  background-color: rgba(250, 161, 0, 0.8);
}

.c-link-button > span {
  display: inline-block;
}

.c-link-img-button {
  display: inline-block;
  padding: 8px 8px 8px 32px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}

.c-link-img-button.attention {
  color: #ec687d;
  border: 1px solid #ec687d;
}

.c-link-img-button.attention img {
  position: absolute;
  margin-left: -24px;
}

.c-link-img-button.attention:hover {
  background-color: #292422;
}

.c-message-list {
  text-align: center;
}

.c-message-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 7px;
  margin-bottom: 40px;
}

.c-message-list > ul > li {
  width: 100%;
  text-align: left;
}

.c-message-list > ul > li > .message-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 24px;
  color: #8c5f04;
  background-color: #fff3cd;
  border: 1px solid #fabe00;
  border-radius: 5px;
}

.c-message-list > ul > li > .message-link > .status {
  position: relative;
  width: 80px;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #55cf8d;
  border-radius: 3px;
  color: #fff;
}

.c-message-list > ul > li > .message-link > .status.sup {
  background-color: transparent;
}

.c-message-list > ul > li > .message-link > .date {
  width: 96px;
}

.c-message-list > ul > li > .message-link > .title {
  width: calc(100% - 196px);
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-message-list > ul > li > .message-link > .title {
    width: 100%;
  }
}

.c-message-list > ul > li.important > .message-link {
  background-color: #fff0f0;
  border-color: #ff0000;
}

.c-message-list > ul > li.important > .message-link > .status {
  background-color: #ff0000;
  padding-left: 12px;
}

.c-message-list > ul > li.important > .message-link > .status::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ico/ico_exclamation_triangle.svg?v=2);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
}

.c-message-list > ul > li.done > .message-link {
  background-color: #f1f1f1;
  border: 1px solid #999;
}

.c-modal, .p-modal-operation-detail {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.c-modal .modal_bg, .p-modal-operation-detail .modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal .modal_content, .p-modal-operation-detail .modal_content {
  background-color: #fff;
  left: 50%;
  padding: 48px 64px 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 90%;
}

.c-modal .modal_category, .p-modal-operation-detail .modal_category {
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}

.c-modal .modal_title, .p-modal-operation-detail .modal_title {
  margin: 55px auto 57px;
}

.c-modal .modal_text, .p-modal-operation-detail .modal_text {
  font-size: 15px;
  margin-bottom: 86px;
  line-height: 150%;
}

.c-modal .modal_close_ico, .p-modal-operation-detail .modal_close_ico {
  display: inline-block;
  position: absolute;
  right: 29px;
  top: 27px;
}

.c-modal .btn_modal_close, .p-modal-operation-detail .btn_modal_close {
  display: inline-block;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff8f1a;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-modal .modal_content, .p-modal-operation-detail .modal_content {
    padding: 38px 16px 63px;
    width: 90%;
    height: 90%;
    overflow-y: auto;
  }
  .c-modal .modal_title, .p-modal-operation-detail .modal_title {
    margin: 50px auto 44px;
  }
  .c-modal .modal_text, .p-modal-operation-detail .modal_text {
    font-size: 13px;
    margin-bottom: 82px;
  }
}

.c-multi-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}

.c-multi-check input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  margin: 0;
}

.c-multi-check input[type="checkbox"]:checked + label {
  background-color: #ff8f1a;
  color: #fff;
}

.c-multi-check input[type="checkbox"]:checked + label::before {
  background-image: url(../img/ico/ico_multiple_check_on.svg?v=2);
}

.c-multi-check label {
  color: #000;
  font-size: 14px;
  padding: 13px 13px 14px 40px;
  display: block;
  position: relative;
}

.c-multi-check label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ico/ico_multiple_check_off.svg?v=2);
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -7.5px;
}

.c-mypage-base, .c-mypage-fund-list, .p-application-fund-list, .p-operation-fund-list, .p-company, .p-deposit-withdraw, .p-inquiry, .p-message-detail, .p-message-list, .p-mypage-account-status, .p-mypage-message-list, .p-news, .p-policy, .p-transaction, .p-user-info-account {
  min-width: 600px;
}

.c-mypage-base .content_header, .c-mypage-fund-list .content_header, .p-application-fund-list .content_header, .p-operation-fund-list .content_header, .p-company .content_header, .p-deposit-withdraw .content_header, .p-inquiry .content_header, .p-message-detail .content_header, .p-message-list .content_header, .p-mypage-account-status .content_header, .p-mypage-message-list .content_header, .p-news .content_header, .p-policy .content_header, .p-transaction .content_header, .p-user-info-account .content_header {
  padding: 15px 15px 12px;
  font-size: 23px;
  font-weight: bold;
  border-top: 3px solid #8c5f04;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .c-mypage-base .content_header, .c-mypage-fund-list .content_header, .p-application-fund-list .content_header, .p-operation-fund-list .content_header, .p-company .content_header, .p-deposit-withdraw .content_header, .p-inquiry .content_header, .p-message-detail .content_header, .p-message-list .content_header, .p-mypage-account-status .content_header, .p-mypage-message-list .content_header, .p-news .content_header, .p-policy .content_header, .p-transaction .content_header, .p-user-info-account .content_header {
    margin-left: calc(50% - 50vw + 5px);
    margin-right: calc(50% - 50vw + 5px);
  }
}

.c-mypage-base .content_body, .c-mypage-fund-list .content_body, .p-application-fund-list .content_body, .p-operation-fund-list .content_body, .p-company .content_body, .p-deposit-withdraw .content_body, .p-inquiry .content_body, .p-message-detail .content_body, .p-message-list .content_body, .p-mypage-account-status .content_body, .p-mypage-message-list .content_body, .p-news .content_body, .p-policy .content_body, .p-transaction .content_body, .p-user-info-account .content_body {
  margin-bottom: 40px;
}

.c-mypage-base .content_body .attention, .c-mypage-fund-list .content_body .attention, .p-application-fund-list .content_body .attention, .p-operation-fund-list .content_body .attention, .p-company .content_body .attention, .p-deposit-withdraw .content_body .attention, .p-inquiry .content_body .attention, .p-message-detail .content_body .attention, .p-message-list .content_body .attention, .p-mypage-account-status .content_body .attention, .p-mypage-message-list .content_body .attention, .p-news .content_body .attention, .p-policy .content_body .attention, .p-transaction .content_body .attention, .p-user-info-account .content_body .attention {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .c-mypage-base, .c-mypage-fund-list, .p-application-fund-list, .p-operation-fund-list, .p-company, .p-deposit-withdraw, .p-inquiry, .p-message-detail, .p-message-list, .p-mypage-account-status, .p-mypage-message-list, .p-news, .p-policy, .p-transaction, .p-user-info-account {
    min-width: unset;
  }
}

.c-mypage-base .action-area, .c-mypage-fund-list .action-area, .p-application-fund-list .action-area, .p-operation-fund-list .action-area, .p-company .action-area, .p-deposit-withdraw .action-area, .p-inquiry .action-area, .p-message-detail .action-area, .p-message-list .action-area, .p-mypage-account-status .action-area, .p-mypage-message-list .action-area, .p-news .action-area, .p-policy .action-area, .p-transaction .action-area, .p-user-info-account .action-area {
  text-align: center;
}

.c-mypage-base .action-area > *, .c-mypage-fund-list .action-area > *, .p-application-fund-list .action-area > *, .p-operation-fund-list .action-area > *, .p-company .action-area > *, .p-deposit-withdraw .action-area > *, .p-inquiry .action-area > *, .p-message-detail .action-area > *, .p-message-list .action-area > *, .p-mypage-account-status .action-area > *, .p-mypage-message-list .action-area > *, .p-news .action-area > *, .p-policy .action-area > *, .p-transaction .action-area > *, .p-user-info-account .action-area > * {
  margin-bottom: 15px;
}

.c-myapge-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.c-myapge-condition > p {
  font-weight: bold;
}

.c-myapge-condition .switch-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.c-mypage-doc-list > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  height: 60px;
  padding: 19px 21px 19px 24px;
  border-radius: 5px;
}

.c-mypage-doc-list > ul > li > a > .item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-mypage-doc-list > ul > li > a > .item_text > .item_title {
  font-size: 15px;
  font-weight: bold;
}

.c-mypage-doc-list > ul > li > a > .item_text > .item_date {
  color: #999;
}

@media screen and (max-width: 767px) {
  .c-mypage-doc-list > ul > li > a > .item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-mypage-doc-list .list_title {
  font-size: 16px;
  font-weight: bold;
  color: #8c5f04;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

.c-mypage-fund-list > .container .heading, .p-application-fund-list > .container .heading, .p-operation-fund-list > .container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}

.c-mypage-fund-list > .container .heading > *, .p-application-fund-list > .container .heading > *, .p-operation-fund-list > .container .heading > * {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .heading, .p-application-fund-list > .container .heading, .p-operation-fund-list > .container .heading {
    display: none;
  }
}

.c-mypage-fund-list > .container .items > ul, .p-application-fund-list > .container .items > ul, .p-operation-fund-list > .container .items > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-mypage-fund-list > .container .items > ul > li, .p-application-fund-list > .container .items > ul > li, .p-operation-fund-list > .container .items > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e2e3e5;
}

.c-mypage-fund-list > .container .items > ul > li:last-child, .p-application-fund-list > .container .items > ul > li:last-child, .p-operation-fund-list > .container .items > ul > li:last-child {
  border-bottom: 1px solid #333;
}

.c-mypage-fund-list > .container .items > ul > li > .title, .p-application-fund-list > .container .items > ul > li > .title, .p-operation-fund-list > .container .items > ul > li > .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
}

.c-mypage-fund-list > .container .items > ul > li > .title .title-image, .p-application-fund-list > .container .items > ul > li > .title .title-image, .p-operation-fund-list > .container .items > ul > li > .title .title-image {
  display: block;
  margin: 8px 0;
  min-height: 60px;
  overflow: hidden;
  border-radius: 3px;
}

.c-mypage-fund-list > .container .items > ul > li > .title .title-image > img, .p-application-fund-list > .container .items > ul > li > .title .title-image > img, .p-operation-fund-list > .container .items > ul > li > .title .title-image > img {
  width: 80px;
}

.c-mypage-fund-list > .container .items > ul > li > .title > .title-block, .p-application-fund-list > .container .items > ul > li > .title > .title-block, .p-operation-fund-list > .container .items > ul > li > .title > .title-block {
  max-width: 205px;
}

.c-mypage-fund-list > .container .items > ul > li > .title > .title-block > .id, .p-application-fund-list > .container .items > ul > li > .title > .title-block > .id, .p-operation-fund-list > .container .items > ul > li > .title > .title-block > .id {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .items > ul > li > .title > .title-block > .id, .p-application-fund-list > .container .items > ul > li > .title > .title-block > .id, .p-operation-fund-list > .container .items > ul > li > .title > .title-block > .id {
    display: block;
  }
}

.c-mypage-fund-list > .container .items > ul > li > .title > .title-block .title-text, .p-application-fund-list > .container .items > ul > li > .title > .title-block .title-text, .p-operation-fund-list > .container .items > ul > li > .title > .title-block .title-text {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .items > ul > li > .title, .p-application-fund-list > .container .items > ul > li > .title, .p-operation-fund-list > .container .items > ul > li > .title {
    border-bottom: 1px solid #333;
    width: 100%;
  }
}

.c-mypage-fund-list > .container .items > ul > li .info, .p-application-fund-list > .container .items > ul > li .info, .p-operation-fund-list > .container .items > ul > li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
}

.c-mypage-fund-list > .container .items > ul > li .info > .sp_title, .p-application-fund-list > .container .items > ul > li .info > .sp_title, .p-operation-fund-list > .container .items > ul > li .info > .sp_title {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .items > ul > li .info > .sp_title, .p-application-fund-list > .container .items > ul > li .info > .sp_title, .p-operation-fund-list > .container .items > ul > li .info > .sp_title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .items > ul > li .info, .p-application-fund-list > .container .items > ul > li .info, .p-operation-fund-list > .container .items > ul > li .info {
    width: 100%;
    border-bottom: 1px solid #e2e3e5;
  }
  .c-mypage-fund-list > .container .items > ul > li .info:last-child, .p-application-fund-list > .container .items > ul > li .info:last-child, .p-operation-fund-list > .container .items > ul > li .info:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .c-mypage-fund-list > .container .items > ul > li, .p-application-fund-list > .container .items > ul > li, .p-operation-fund-list > .container .items > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
  }
}

.c-mypage-fund-list > .container .title, .p-application-fund-list > .container .title, .p-operation-fund-list > .container .title {
  width: 290px;
}

.c-mypage-header {
  text-align: center;
  background-color: #fff3cd;
}

.c-mypage-header > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}

.c-mypage-header > .block > .category {
  margin-bottom: 28px;
  line-height: normal;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 15px;
  color: #fff;
  background-color: #ff8f1a;
  margin: 0 auto 15px;
}

.c-mypage-header > .block > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 30px;
}

.c-mypage-header .fundlist_link {
  display: none;
  margin-top: -45px;
  padding-bottom: 22px;
  text-align: center;
}

.c-mypage-header .fundlist_link > a {
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-mypage-header .fundlist_link {
    display: block;
  }
}

.c-mypage-menu {
  margin-bottom: 40px;
}

.c-mypage-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.c-mypage-menu > ul > li {
  position: relative;
  display: block;
  width: 148px;
  padding: 15px 0;
  text-align: center;
  background-color: #f1f1f1;
}

.c-mypage-menu > ul > li > a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  overflow-wrap: normal;
  white-space: normal;
  line-height: 13px;
}

.c-mypage-menu > ul > li > a > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul > li > a {
    height: 92px;
    margin: 0 auto;
    font-size: 11px;
    color: #999;
    text-align: center;
    padding-top: 64px;
    font-weight: bold;
  }
}

.c-mypage-menu > ul > li.active {
  background-color: #ff8f1a;
}

.c-mypage-menu > ul > li.active > a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul > li.active > a {
    color: #8c5f04;
    border-bottom: 3px solid #8c5f04;
  }
}

.c-mypage-menu > ul > li.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #ff8f1a transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul > li.active::before {
    display: none;
    content: none;
  }
}

.c-mypage-menu > ul > li:hover {
  background-color: rgba(250, 161, 0, 0.8);
}

.c-mypage-menu > ul > li:hover > a {
  color: #fff;
}

.c-mypage-menu > ul > li:hover::before {
  border-color: rgba(250, 161, 0, 0.8) transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul > li:hover {
    background-color: #f1f1f1;
  }
  .c-mypage-menu > ul > li:hover > a {
    color: #8c5f04;
  }
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul > li {
    width: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center 24px;
  }
  .c-mypage-menu > ul > li.active {
    background-color: #f1f1f1;
  }
  .c-mypage-menu > ul > li:nth-child(1) {
    background-image: url(../img/ico/ico_mypage_top.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(1).active {
    background-image: url(../img/ico/ico_mypage_top_active.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(2) {
    background-image: url(../img/ico/ico_mypage_loans.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(2).active {
    background-image: url(../img/ico/ico_mypage_loans_active.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(3) {
    background-image: url(../img/ico/ico_mypage_document.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(3).active {
    background-image: url(../img/ico/ico_mypage_document_active.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(4) {
    background-image: url(../img/ico/ico_mypage_deposits.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(4).active {
    background-image: url(../img/ico/ico_mypage_deposits_active.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(5) {
    background-image: url(../img/ico/ico_mypage_transaction.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(5).active {
    background-image: url(../img/ico/ico_mypage_transaction_active.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(6) {
    background-image: url(../img/ico/ico_mypage_instruct.svg?v=2);
  }
  .c-mypage-menu > ul > li:nth-child(6).active {
    background-image: url(../img/ico/ico_mypage_instruct_active.svg?v=2);
  }
}

@media screen and (max-width: 767px) {
  .c-mypage-menu > ul {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-mypage-menu {
    margin: 0 calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  color: #000;
  border-bottom: 1px solid #333;
}

.c-news-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 7px;
  padding: 15px 30px;
  width: 100%;
  border-bottom: 1px solid #e2e3e5;
}

.c-news-list .list-item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
}

.c-news-list .list-item .data {
  word-break: normal;
}

.c-news-list .list-item .date {
  width: 8.5em;
}

.c-news-list .list-item .news_category {
  width: 9em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .c-news-list .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7px 15px;
  }
}

.c-operation-status {
  position: relative;
  text-align: center;
}

.c-operation-status .status-label {
  position: relative;
  display: inline-block;
  padding: 7px 18px 6px;
  min-width: 100px;
  background-color: #ff0000;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.c-operation-status .status-label > .tool-tips {
  display: none;
  width: 230px;
  padding: 13px 23px 16px 22px;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(188, 188, 188, 0.5));
          filter: drop-shadow(0px 4px 4px rgba(188, 188, 188, 0.5));
}

.c-operation-status .status-label > .tool-tips::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-operation-status .status-label:hover .tool-tips {
  display: block;
}

.c-operation-status .status-label.done {
  background-color: #f1f1f1;
  color: #999;
}

.c-operation-status .status-label.cancel {
  background-color: #55cf8d;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-operation-status .status-label {
    padding: 3px 0;
    margin-top: -5px;
  }
}

.c-page-header {
  text-align: center;
}

.c-page-header > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

.c-page-header > .block > .category {
  font-size: 2.25em;
}

.c-page-header > .block > .text {
  font-size: 1.5em;
}

.c-page-number {
  margin-bottom: 40px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  gap: 34px;
}

.pagination .page-item {
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  display: block;
  font-size: 0;
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
}

.pagination .page-item:first-child .page-link {
  background-image: url(../img/ico/ico_pager_arrow_left.svg?v=2);
}

.pagination .page-item:last-child .page-link {
  background-image: url(../img/ico/ico_pager_arrow_right.svg?v=2);
}

.pagination .page-item.active {
  background-color: #fabe00;
  border-radius: 10px;
}

.c-qa-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.c-qa-list > ul > li {
  border-radius: 5px;
  overflow: hidden;
}

.c-qa-list .question {
  padding: 24px 89px 18px 57px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.c-qa-list .question .question_title {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.c-qa-list .question .question_title::before {
  content: "";
  width: 21px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -34px;
  background-image: url(../img/ico/ico_fund_question.svg?v=2);
  background-repeat: no-repeat;
  margin-top: -10px;
}

.c-qa-list .question .question_title::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: -60px;
  background-image: url(../img/ico/ico_fund_question_plus.svg?v=2);
  background-repeat: no-repeat;
  margin-top: -10px;
}

.c-qa-list .answer {
  display: none;
  padding: 34px 57px 40px;
  background-color: #fff3cd;
  position: relative;
}

.c-qa-list .answer::before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background-image: url(../img/ico/ico_fund_answer.svg?v=2);
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 16px;
}

.c-qa-list .answer a {
  padding: 0 3px;
  font-weight: bold;
  text-decoration: underline;
}

.c-qa-list .answer ul {
  margin-bottom: 20px;
}

.c-qa-list .answer ul > li {
  padding-left: 1.5em;
  margin-bottom: 6px;
  position: relative;
}

.c-qa-list .answer ul > li .ico {
  position: absolute;
  left: 0;
  top: 0;
}

.c-qa-list .answer ul img {
  border: 1px solid #999;
  margin-bottom: 8px;
}

.c-qa-list .answer .answer_text {
  margin-bottom: 12px;
  line-height: 2em;
}

.c-qa-list .answer .table.table_gray {
  width: 100%;
  border: 1px solid #999;
}

.c-qa-list .answer .table.table_gray th,
.c-qa-list .answer .table.table_gray td {
  padding: 16px 18px 18px;
  font-weight: normal;
  color: #2a58a1;
  font-size: 15px;
}

.c-qa-list .answer .table.table_gray th {
  background-color: #F8F5EA;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
}

.c-qa-list .answer .table.table_gray td {
  border: 1px solid #999;
  background-color: #fff;
}

.c-qa-list li:hover .question,
.c-qa-list li.active .question {
  background-color: #fabe00;
}

.c-qa-list li:hover .question .question_title,
.c-qa-list li.active .question .question_title {
  color: #fff;
}

.c-qa-list li:hover .question .question_title::before,
.c-qa-list li.active .question .question_title::before {
  content: "";
  background-image: url(../img/ico/ico_question_active.svg?v=2);
}

.c-qa-list li:hover .question .question_title::after,
.c-qa-list li.active .question .question_title::after {
  content: "";
  background-image: url(../img/ico/ico_fund_question_minus.svg?v=2);
}

.c-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
}

.c-radio-group > input[type="radio"] {
  display: none;
}

.c-radio-group > input[type="radio"]:checked + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8f1a;
  border-radius: 50%;
  top: 50%;
  left: -21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-radio-group > label {
  position: relative;
  font-size: 14px;
  margin-left: 30px;
}

.c-radio-group > label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #999;
  background-color: #fff;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-regist_smart_header {
  margin-bottom: 30px;
}

.c-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-service-content {
  text-align: center;
}

.c-service-content > h1 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 7px;
  border-bottom: 1px solid #333;
  color: #e69138;
}

.c-service-content > h1 > span {
  display: inline-block;
  margin-right: 0;
}

.c-service-content > h1 > span.number {
  font-size: 0.75em;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-service-content > h1 {
    font-size: 1.5em;
  }
}

.c-service-content > h4 {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .c-service-content > h4 {
    font-size: 1em;
  }
}

.c-service-content > p {
  font-size: 1em;
  line-height: 3em;
}

.c-service-content > p > span {
  display: inline-block;
}

.c-service-content > p.small {
  font-size: 0.8em;
  line-height: 1.5em;
}

.c-service-content > .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.c-service-content > .img-container > img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .c-service-content > .img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-service-content .next-page > * {
  text-underline-offset: 3px;
  text-align: center;
}

section.c-service-content {
  margin-bottom: 80px;
}

.c-service-lead {
  font-weight: 700;
  text-align: center;
}

.c-service-lead > img {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

.c-service-lead > h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
}

.c-service-lead > h1 > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-service-lead > h1 {
    font-size: 1.4em;
  }
}

.c-service-lead > p {
  font-size: 1.3em;
  line-height: 2em;
  margin-bottom: 15px;
}

.c-service-lead > p > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-service-lead > p {
    font-size: 0.9em;
  }
}

.c-sidemenu {
  width: 176px;
  height: auto;
}

.c-sidemenu.help {
  width: 206px;
}

@media screen and (max-width: 767px) {
  .c-sidemenu.help {
    width: inherit;
  }
}

.c-sidemenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sidemenu > ul > li {
  display: block;
  width: 100%;
}

.c-sidemenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  padding: 10px 7px;
}

.c-sidemenu > ul > li > a:hover {
  background-color: rgba(255, 243, 205, 0.8);
}

.c-sidemenu > ul > li > adisabled {
  color: #999;
}

.c-sidemenu > ul > li.active a {
  border-left: 3px solid #8c5f04;
  background-color: #fff3cd;
  color: #8c5f04;
}

@media screen and (max-width: 767px) {
  .c-sidemenu {
    width: 100vw;
    margin: -24px calc(50% - 50vw) 0;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
  }
  .c-sidemenu > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    padding: 15px 20px 13px 16px;
    width: 100%;
  }
  .c-sidemenu > ul > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-sidemenu > ul > li a:hover {
    background-color: unset;
  }
  .c-sidemenu > ul > li.active a {
    border-left: 0;
    border-bottom: 3px solid #8c5f04;
    background-color: unset;
  }
}

.c-step-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding: 15px;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
}

.c-step-list > .step-item {
  width: 220px;
  text-align: center;
}

.c-step-list > .step-item img {
  width: 160px;
}

.c-step-list > .step-item.arrow {
  width: 300px;
}

.c-step-list > .step-item.arrow img {
  padding-top: 38px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-step-list > .step-item.arrow img {
    -webkit-transform: rotate(90deg) scale(0.5);
            transform: rotate(90deg) scale(0.5);
  }
}

.c-step-main, .p-doc-main, .p-guide-main, .p-invest-main, .p-invest-commit, .p-login-main, .p-regist-main, .p-regist-term {
  width: calc(100%-300px);
  margin-left: 300px;
  min-width: 1136px;
  min-height: calc(100vh - 41px);
  background-color: #fff3cd;
}

.c-step-main .main_content, .p-doc-main .main_content, .p-guide-main .main_content, .p-invest-main .main_content, .p-invest-commit .main_content, .p-login-main .main_content, .p-regist-main .main_content, .p-regist-term .main_content {
  position: relative;
  margin: 0 auto;
  padding: 120px 0 140px;
}

.c-step-main .main_content h2, .p-doc-main .main_content h2, .p-guide-main .main_content h2, .p-invest-main .main_content h2, .p-invest-commit .main_content h2, .p-login-main .main_content h2, .p-regist-main .main_content h2, .p-regist-term .main_content h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.c-step-main .main_content h3, .p-doc-main .main_content h3, .p-guide-main .main_content h3, .p-invest-main .main_content h3, .p-invest-commit .main_content h3, .p-login-main .main_content h3, .p-regist-main .main_content h3, .p-regist-term .main_content h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 7px;
}

.c-step-main .main_content img, .p-doc-main .main_content img, .p-guide-main .main_content img, .p-invest-main .main_content img, .p-invest-commit .main_content img, .p-login-main .main_content img, .p-regist-main .main_content img, .p-regist-term .main_content img {
  margin-bottom: 15px;
}

.c-step-main .main_content p, .p-doc-main .main_content p, .p-guide-main .main_content p, .p-invest-main .main_content p, .p-invest-commit .main_content p, .p-login-main .main_content p, .p-regist-main .main_content p, .p-regist-term .main_content p {
  display: block;
  max-width: 340px;
  margin: 0 auto 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-step-main .main_content, .p-doc-main .main_content, .p-guide-main .main_content, .p-invest-main .main_content, .p-invest-commit .main_content, .p-login-main .main_content, .p-regist-main .main_content, .p-regist-term .main_content {
    padding: 37px 15px 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-step-main, .p-doc-main, .p-guide-main, .p-invest-main, .p-invest-commit, .p-login-main, .p-regist-main, .p-regist-term {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin-left: 0;
  }
}

.c-step-menu {
  position: fixed;
  width: 300px;
  height: 100vh;
  z-index: 5;
  background-color: #fff;
}

.c-step-menu .step-logo {
  margin: 60px auto 0;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-step-menu .step-logo {
    margin: 0;
    width: 125px;
    height: auto;
  }
}

.c-step-menu .step-list {
  width: 100%;
  margin: 277px auto 0;
}

.c-step-menu .step-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-step-menu .step-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
  width: 100%;
}

.c-step-menu .step-list ul li span {
  display: block;
  color: #999;
}

.c-step-menu .step-list ul li .step-number {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  border: 2px solid #999;
  border-radius: 9px;
}

.c-step-menu .step-list ul li .step-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.c-step-menu .step-list ul li.active .step-number {
  border-color: #8c5f04;
  background-color: #fabe00;
  color: #8c5f04;
}

.c-step-menu .step-list ul li.active .step-heading {
  color: #8c5f04;
}

.c-step-menu .step-list ul li + li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -30px;
  left: 45%;
  border-width: 12px 7px 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fabe00;
}

@media screen and (max-width: 767px) {
  .c-step-menu .step-list {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-step-menu {
    width: 100%;
    height: auto;
    padding: 14px 0 13px 16px;
    position: static;
  }
}

.c-textarea {
  max-width: 100%;
}

.c-textbox, .c-textarea {
  margin: 1px;
  border: 1px solid #999;
  border-radius: 5px;
}

.c-textbox:hover, .c-textarea:hover {
  border-color: #cececc;
}

.c-text-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  color: #8c5f04;
}

.c-text-link:hover {
  text-decoration: none;
}

.c-top-title {
  margin-bottom: 75px;
  text-align: center;
  border-bottom: 1px solid #333;
}

.c-top-title > h3 {
  font-size: 2em;
}

.c-top-title > h3 > span {
  display: inline-block;
}

.c-top-title > p {
  font-size: 1em;
}

.c-upload-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-upload-list .upload-block {
  width: 294px;
  padding: 12px 12px 17px;
  border: 1px solid #8c5f04;
  border-radius: 5px;
  background-color: #fff3cd;
}

.c-upload-list .upload-block > .drag-area {
  width: 100%;
  margin-bottom: 11px;
  border: 1px dashed #8c5f04;
  border-radius: 5px;
  padding: 57px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.c-upload-list .upload-block > .drag-area > .upload-text {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  display: inline-block;
}

.c-upload-list .upload-block > .drag-area > .upload_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: auto;
}

.c-upload-list .upload-block > .drag-area > .upload_img > img {
  display: block;
  max-width: 264px;
  max-height: 137px;
}

.c-upload-list .upload-block > .upload-file {
  text-align: center;
}

.c-upload-list .upload-block > .upload-file .input-file-text {
  font-size: 11px;
}

.c-user-info {
  margin-bottom: 60px;
}

.c-user-info .user-info-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.c-user-info .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  margin-bottom: 15px;
}

.c-user-info .user-info-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
}

.c-user-info .user-info-list > li > .heading {
  width: 150px;
  font-weight: bold;
  font-size: 14px;
}

.c-user-info .user-info-list > li > .heading span {
  display: inline-block;
}

.c-user-info .user-info-list > li > .input {
  position: relative;
  width: calc(100% - 185px);
  margin-left: 35px;
}

.c-user-info .user-info-list > li > .input .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.c-user-info .user-info-list > li > .input .input-group .edit-year {
  width: 100px;
}

.c-user-info .user-info-list > li > .input .input-group .edit-month,
.c-user-info .user-info-list > li > .input .input-group .edit-day {
  width: 80px;
}

.c-user-info .user-info-list > li > .input span,
.c-user-info .user-info-list > li > .input small {
  display: block;
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .c-user-info .user-info-list > li > .input {
    width: 100%;
    margin-left: 0;
  }
}

.c-user-info .user-info-list > li.hide {
  display: none;
}

.c-user-info .user-info-list > li.hide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-user-info .edit_title {
  margin-bottom: 60px;
  font-size: 20px;
  padding-bottom: 16px;
  color: #000;
  border-bottom: 1px solid #999;
}

.c-user-info.confirm .user-info-title {
  border-bottom: 1px solid #333;
}

.c-user-info.confirm .user-info-list li {
  border-bottom: 1px solid #e2e3e5;
}

.c-user-info .regist_fixed {
  margin-bottom: 30px;
}

.c-user-info .regist_fixed > .c-link-button {
  width: 300px;
}

/* 銀行検索IU */
.ui-menu {
  position: relative;
  border-radius: 5px;
  width: 300px;
  overflow: hidden;
}

.ui-menu .ui-menu-item.ui-state-focus {
  border: 0;
  background: rgba(250, 161, 0, 0.8) !important;
  color: #fff;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 14px 19px 13px;
}

@media screen and (max-width: 767px) {
  .ui-menu {
    width: calc(100% - 64px);
  }
}

/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #999 !important;
  background: #fff !important;
  color: #000 !important;
}

/* リスト hover 時のカラー */
.ui-state-active {
  background: #ff8f1a !important;
  font-weight: bold !important;
  color: #fff;
}

.ui-helper-hidden-accessible {
  display: none;
}

.p-application-fund-list > .container .items > ul > li > .title > .title-block .title-text {
  font-size: 15px;
}

.p-application-fund-list > .container .items > ul > li .info {
  padding: 0;
}

.p-application-fund-list > .container .items > ul > li .deadline {
  font-weight: bold;
  text-align: center;
}

.p-application-fund-list > .container .items > ul > li .application_amount,
.p-application-fund-list > .container .items > ul > li .application_date {
  position: relative;
  text-align: center;
}

.p-application-fund-list > .container .application_amount {
  width: 120px;
}

.p-application-fund-list > .container .application_date {
  width: 120px;
}

.p-application-fund-list > .container .deadline {
  width: 70px;
}

.p-application-fund-list > .container .status {
  width: 100px;
}

.p-copyright {
  padding-top: 10px;
  height: 50px;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #333;
}

.p-company .data-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}

.p-company .data-area > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 18px 8px;
  border-bottom: 1px solid #e2e3e5;
}

.p-company .data-area > .item > .heading {
  font-size: 16px;
  font-weight: bold;
  color: #8c5f04;
  width: 180px;
}

.p-company .data-area > .item > .data {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: calc(100% - 200px);
}

.p-company .data-area > .item.h-large > .heading {
  width: 250px;
}

.p-company .data-area > .item.h-large > .data {
  width: calc(100% - 270px);
}

@media screen and (max-width: 767px) {
  .p-company .data-area > .item.h-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0;
  }
  .p-company .data-area > .item.h-large > .heading {
    width: 100%;
  }
  .p-company .data-area > .item.h-large > .data {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-company .data-area > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0;
  }
  .p-company .data-area > .item > .heading {
    width: 100%;
  }
  .p-company .data-area > .item > .data {
    width: 100%;
  }
}

.p-company .data-area + .data-area {
  margin-top: 60px;
  border-top: 1px solid #333;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-company .data-area {
    gap: 50px;
  }
}

.p-doc-main .main_content {
  width: 994px;
  overflow: hidden;
}

.p-doc-main .main_content .title {
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
}

.p-doc-main .main_content .title.center {
  text-align: center;
}

.p-doc-main .main_content .body {
  text-align: left;
  margin-bottom: 60px;
}

.p-doc-main .main_content .body.narrow {
  width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .p-doc-main .main_content .body.narrow {
    width: 100%;
  }
}

.p-doc-main .main_content .body > .subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.p-doc-main .main_content .body > p {
  max-width: 100%;
  margin-bottom: 20px;
}

.p-doc-main .main_content .body > p.attention {
  color: #ff0000;
  padding: 15px;
  background-color: #fff0f0;
}

.p-doc-main .main_content .body > .doc_list {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-doc-main .main_content .body > .doc_list > .doc_item {
  display: block;
}

.p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col1 {
  width: 24%;
}

.p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col2 {
  width: 35%;
}

.p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col3 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col1, .p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col2, .p-doc-main .main_content .body > .doc_list > .doc_item.doc_item_col3 {
    width: 100%;
  }
}

.p-doc-main .main_content .body span {
  color: #ff0000;
}

.p-doc-main .main_content .body .center {
  text-align: center;
}

.p-doc-main .main_content .body > .center-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.p-doc-main .main_content .body > .center-figure > img {
  height: 160px;
}

.p-doc-main .main_content .qr-code-container {
  padding: 15px;
  min-height: 490px;
  margin: 0 auto 60px;
  background-color: #fff;
}

.p-doc-main .main_content .qr-code-container > p {
  max-width: 100%;
  margin-bottom: 20px;
}

.p-doc-main .main_content .qr-code-container > .qr_code {
  padding: 10%;
  margin-bottom: 15px;
  text-align: center;
}

.p-doc-main .main_content .action-area {
  text-align: center;
  margin-bottom: 60px;
}

.p-doc-main .main_content .result-image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-doc-main .main_content {
    width: 100%;
  }
}

.p-deposit-withdraw .heading,
.p-deposit-withdraw .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.p-deposit-withdraw .heading {
  border-bottom: 1px solid #333;
}

.p-deposit-withdraw .heading .deposits_date,
.p-deposit-withdraw .heading .deposits_fund_name,
.p-deposit-withdraw .heading .deposits_type,
.p-deposit-withdraw .heading .deposits_amount {
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
}

.p-deposit-withdraw .heading .deposits_amount {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-deposit-withdraw .heading {
    display: none;
  }
}

.p-deposit-withdraw .list {
  border-bottom: 1px solid #333;
  padding-top: 15px;
}

.p-deposit-withdraw .list .item {
  height: 57px;
  border-bottom: 1px solid #e2e3e5;
}

.p-deposit-withdraw .list .item > .deposits_date,
.p-deposit-withdraw .list .item > .deposits_fund_name,
.p-deposit-withdraw .list .item > .deposits_type,
.p-deposit-withdraw .list .item > .deposits_amount {
  padding: 12px;
  font-size: 15px;
}

.p-deposit-withdraw .list .item .deposits_fund_name > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-deposit-withdraw .list .item .deposits_type,
.p-deposit-withdraw .list .item .deposits_amount {
  font-weight: bold;
}

.p-deposit-withdraw .list .item > .deposits_amount {
  text-align: right;
}

.p-deposit-withdraw .list .item > .deposits_data {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-deposit-withdraw .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
    margin-bottom: 15px;
  }
  .p-deposit-withdraw .list .item:last-child {
    border-bottom: none;
  }
  .p-deposit-withdraw .list .item > .deposits_date {
    padding: 0;
    margin-bottom: 4px;
  }
  .p-deposit-withdraw .list .item > .deposits_fund_name,
  .p-deposit-withdraw .list .item > .deposits_type,
  .p-deposit-withdraw .list .item > .deposits_amount {
    display: none;
  }
  .p-deposit-withdraw .list .item > .deposits_data {
    display: block;
  }
  .p-deposit-withdraw .list .item > .deposits_data > .deposits_data_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-deposit-withdraw .list {
    border-top: 1px solid #333;
  }
}

.p-deposit-withdraw .deposits_date {
  width: 164px;
}

.p-deposit-withdraw .deposits_fund_name {
  width: 308px;
}

.p-deposit-withdraw .deposits_type {
  width: 127px;
}

.p-deposit-withdraw .deposits_amount {
  width: 153px;
}

.p-errors {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}

.p-errors .rect {
  background: -webkit-gradient(linear, left top, right bottom, from(#fabe00), to(#fff3cd));
  background: linear-gradient(to right bottom, #fabe00, #fff3cd);
  -webkit-box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
          box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
}

.p-errors .back-rect1 {
  position: absolute;
  top: -10px;
  left: 0px;
  height: 600px;
  width: 600px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-animation: err-rect-clockwize 17s linear infinite;
          animation: err-rect-clockwize 17s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-errors .back-rect1 {
    left: -510px;
  }
}

.p-errors .back-rect2 {
  position: absolute;
  top: -120px;
  left: 800px;
  height: 1100px;
  width: 1100px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -2;
  -webkit-animation: err-rect-counter-clockwize 31s linear infinite;
          animation: err-rect-counter-clockwize 31s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-errors .back-rect2 {
    left: 340px;
  }
}

.p-errors .error-content .c-regist_smart_header {
  margin: 10px;
}

.p-errors .error-content .error-info-bg {
  margin: 120px auto 160px;
  padding: 30px 0 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fff3cd), to(transparent));
  background: linear-gradient(to right, #fff3cd, transparent);
  text-align: center;
}

.p-errors .error-content .error-info-bg .error-info {
  width: 1136px;
  margin: 0 auto;
}

.p-errors .error-content .error-info-bg .error-info * {
  font-size: 18px;
}

.p-errors .error-content .error-info-bg .error-info h1 {
  font-size: 44px;
  margin: 30px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-errors .error-content .error-info-bg .error-info {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .p-errors .error-content .error-info-bg .error-info h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-errors .error-content .error-info-bg {
    margin: 30px auto;
  }
}

.p-errors .error-content .errors-btn-area {
  width: 100%;
  text-align: center;
}

.p-errors .error-content .errors-btn-area .c-link-button {
  width: 300px;
}

@-webkit-keyframes err-rect-clockwize {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes err-rect-clockwize {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes err-rect-counter-clockwize {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes err-rect-counter-clockwize {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-footer-contact {
  margin: 20px 0 30px 0;
}

.p-footer-contact > p {
  margin-bottom: 5px;
}

.p-footer-contact .contact-desc {
  margin-bottom: ８px;
  font-weight: bold;
}

.p-footer-contact .contact-desc.add-margin {
  margin-bottom: 75px;
}

.p-footer-contact .contact-company p {
  font-size: 11px;
}

.p-footer-contact .contact-company-desc img {
  height: 46px;
}

.p-footer-contact .contact-company-desc p {
  font-size: 18px;
  font-weight: bold;
}

.p-footer-contact .contact-tel * {
  font-size: 18px;
  font-weight: bold;
}

.p-footer-container {
  width: 1136px;
  margin: 0 auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-footer-container {
    width: 100%;
  }
}

.p-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 20px 0;
  color: #fff;
}

.p-footer-links ul {
  margin-bottom: 12px;
}

.p-footer-links li {
  display: block;
}

.p-footer-links li * {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .p-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-lower {
  background-color: #e9b611;
}

.p-footer-pagetop {
  position: absolute;
  top: auto;
  right: 50px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-footer-simple {
  width: 100vw;
  z-index: 10;
  color: #000;
  background-color: #e9b611;
}

.p-footer-simple .footer_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1136px;
  margin: 0 auto;
}

.p-footer-simple .footer_container > * {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.p-footer-simple .footer_container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-footer-simple .footer_container > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 15px 0;
  }
}

.p-footer-simple .footer_container > .p-footer-links {
  font-weight: bold;
}

.p-footer-simple .footer_container > .p-copyright {
  border: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .p-footer-simple .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-footer-trade-name {
  margin: 20px 0 30px 0;
  width: 500px;
}

.p-footer-trade-name p {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 1em;
  font-weight: 700;
  border-bottom: 1px solid #333;
}

.p-footer-trade-name p > span {
  display: inline-block;
}

.p-footer-trade-name .company_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-bottom: 0.5em;
}

.p-footer-trade-name .company_data dt {
  width: 100px;
}

.p-footer-trade-name .company_data dd {
  width: 380px;
  margin-bottom: 0.5em;
}

.p-footer-trade-name .certification li {
  margin-bottom: 0.5em;
}

.p-footer-upper {
  background-color: #fff3cd;
}

.p-fund-agreements {
  background-color: #e9b611;
  margin-bottom: 60px;
  padding: 0 15px;
}

.p-fund-agreements .container {
  position: relative;
  width: 1136px;
  margin: 0 auto;
  padding: 38px 0;
  text-align: center;
}

.p-fund-agreements .container .title {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: bold;
}

.p-fund-agreements .container .sub-title {
  font-size: 18px;
  font-weight: bold;
}

.p-fund-agreements .container .explain {
  margin: 20px auto;
  padding-left: 1em;
  text-indent: -1em;
}

.p-fund-agreements .container .fund_agreements_list {
  margin: 36px auto 50px;
}

.p-fund-agreements .container .fund_agreements_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.p-fund-agreements .container .fund_agreements_list ul li {
  width: 433px;
}

.p-fund-agreements .container .fund_agreements_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.p-fund-agreements .container .fund_agreements_list ul li a .document_title {
  width: calc(100% - 85px);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.p-fund-agreements .container .fund_agreements_list ul li a .label {
  padding: 5px 9px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #e9b611;
  color: #fff;
  border-radius: 3px;
}

.p-fund-agreements .container .fund_agreements_list ul li.done a {
  background-color: #f1f1f1;
}

.p-fund-agreements .container .fund_agreements_list ul li.done a .label {
  background-color: #c4c4c4;
}

.p-fund-agreements .container .fund_summary_btn .btn_agreements {
  height: 50px;
  padding: 0 90px;
  color: #8c5f04;
  border-radius: 25px;
}

.p-fund-agreements .container .fund_summary_btn .btn_agreements.disabled {
  background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .p-fund-agreements .container {
    width: 100%;
  }
}

.p-fund-agreements .fund_invest .modal_content {
  position: fixed;
  top: calc(100vh - 175px);
  bottom: 0;
  width: 100vw;
  height: 380px;
  padding: 30px 0 0;
  z-index: 100;
  background-color: #fff;
}

.p-fund-agreements .fund_invest .modal_content .js-modal-close {
  position: absolute;
  top: 32px;
  right: 39px;
  cursor: pointer;
}

.p-fund-agreements .fund_invest .modal_content .c-link-button {
  margin-bottom: 30px;
  width: 300px;
}

.p-fund-close-modal .modal2 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-fund-close-modal .modal_bg2 {
  background: #3A3A3A;
  opacity: 0.7;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.p-fund-close-modal .modal_content2 {
  background: #fff;
  left: 50%;
  padding: 54px 0 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 783px;
  text-align: center;
  border-radius: 5px;
}

.p-fund-close-modal .modal_content2 .modal_title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 29px;
}

.p-fund-close-modal .modal_content2 .fund_close_apple {
  margin-bottom: 33px;
}

.p-fund-close-modal .modal_content2 .modal_text {
  margin-bottom: 56px;
}

.p-fund-close-modal .modal_content2 .modal_text p {
  font-size: 15px;
}

.p-fund-close-modal .modal_content2 .modal_text p + p {
  margin-top: 1em;
}

.p-fund-close-modal .modal_content2 .js_modal_close2 {
  font-size: 16px;
  padding: 10px 50px;
}

.p-fund-detail {
  position: relative;
  width: 1136px;
  margin: 0 auto 60px;
  padding: 0 15px;
}

.p-fund-detail .fund-about {
  margin-bottom: 60px;
  line-height: 1.5em;
}

.p-fund-detail .fund-about h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.p-fund-detail .fund-about img {
  width: 100% !important;
}

.p-fund-detail .fund-data {
  position: relative;
  margin-bottom: 60px;
}

.p-fund-detail .fund-data .fund_data_sammary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fund-detail .fund-data .fund_data_sammary > div {
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-fund-detail .fund-data .fund_data_sammary > div {
    width: 100%;
  }
}

.p-fund-detail .fund-data .fund_data_sammary ul {
  border-bottom: 1px solid #333;
}

.p-fund-detail .fund-data .fund_data_sammary ul li + li {
  border-top: 1px solid #e2e3e5;
}

.p-fund-detail .fund-data .fund_data_sammary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
  padding-top: 7px;
}

.p-fund-detail .fund-data .fund_data_sammary ul li .title {
  display: block;
  width: 126px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.p-fund-detail .fund-data .fund_data_sammary ul li .text {
  display: block;
  width: 272px;
  font-size: 14px;
  color: #000;
}

.p-fund-detail .fund-data .fund_data_story {
  position: relative;
}

.p-fund-detail .fund_inquiry {
  position: relative;
  margin-bottom: 60px;
}

.p-fund-detail .section-title {
  padding-bottom: 17px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .p-fund-detail {
    width: 100%;
  }
}

.p-fund-detail-attention {
  position: relative;
  width: 1136px;
  margin: 0 auto 60px;
  padding: 0 15px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .p-fund-detail-attention {
    width: 100%;
  }
}

.p-fund-list .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 2px solid #fabe00;
  font-weight: bold;
  text-align: center;
}

.p-fund-list .heading .title {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-fund-list .heading .title {
    display: none;
  }
}

.p-fund-list .heading .right-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 767px) {
  .p-fund-list .heading .right-content {
    display: none;
  }
}

.p-fund-list .items {
  margin-bottom: 30px;
}

.p-fund-list .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.p-fund-list .items ul li {
  position: relative;
  border-bottom: 1px solid #fabe00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fund-list .items ul li > .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fund-list .items ul li > .title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fund-list .items ul li > .title .title-image {
  display: block;
  margin: 8px 0;
  min-height: 75px;
  overflow: hidden;
  border-radius: 3px;
}

.p-fund-list .items ul li > .title .title-image > img {
  width: 100px;
}

.p-fund-list .items ul li > .title .new-ico {
  position: absolute;
  top: 2px;
  left: 8px;
}

.p-fund-list .items ul li > .title .title-text {
  display: block;
  width: 270px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.3em;
  font-weight: bold;
}

.p-fund-list .items ul li .right-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center;
}

.p-fund-list .items ul li .right-content .c-fund-situaltion {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  font-size: 1em;
  line-height: 1.5em;
  overflow: hidden;
}

.p-fund-list .items ul li .right-content .c-fund-situaltion.recruit, .p-fund-list .items ul li .right-content .c-fund-situaltion.recruit-in-priority {
  background-color: transparent;
}

.p-fund-list .items ul li .right-content .c-fund-situaltion .c-amount-bar {
  margin-top: -4px;
  margin-left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 8px);
  color: #000;
}

.p-fund-list .items ul li .right-content .c-fund-situaltion .c-amount-bar > .amount-bar {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-fund-list .items ul li .right-content .c-fund-situaltion {
    width: 85px;
    padding: 6px 2px 4px;
  }
}

.p-fund-list .items ul li .right-content .items_subtitle {
  display: none;
  margin: 1px auto 7px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .items ul li .right-content .items_subtitle {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-fund-list .items ul li .right-content {
    font-size: 11px;
  }
}

.p-fund-list .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
  font-size: 0.875em;
}

.p-fund-list .right-content .small {
  font-size: 0.8em;
  letter-spacing: -1px;
}

.p-fund-list .title {
  width: 378px;
}

.p-fund-list .yield {
  width: 58px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .yield {
    width: 66px;
  }
}

.p-fund-list .offering_amount {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .offering_amount {
    width: 80px;
  }
}

.p-fund-list .operation_period {
  width: 75px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .operation_period {
    width: 60px;
  }
}

.p-fund-list .investment {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .investment {
    display: none;
  }
}

.p-fund-list .balance {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .balance {
    display: none;
  }
}

.p-fund-list .collect_method {
  width: 58px;
}

@media screen and (max-width: 767px) {
  .p-fund-list .collect_method {
    width: 52px;
  }
}

.p-fund-other-list {
  position: relative;
  width: 1136px;
  margin: 0 auto 60px;
}

.p-fund-other-list .section-title {
  margin-bottom: 60px;
  line-height: 1.5em;
  border-bottom: 1px solid #333;
}

.p-fund-other-list .section-title h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.p-fund-other-list .swiper-container2 {
  width: 1073px;
  left: 30px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.p-fund-other-list .swiper-container2 .swiper-slide .otherfund_image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-fund-other-list .swiper-container2 {
    width: 100%;
    left: 0;
  }
}

.p-fund-other-list .swiper-button-prev {
  left: -45;
}

@media screen and (max-width: 767px) {
  .p-fund-other-list {
    width: 100%;
  }
}

.p-fund-simulation {
  border-bottom: 1px solid #333;
}

.p-fund-summary {
  position: relative;
  width: 1136px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #333;
}

.p-fund-summary .fund-title {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.p-fund-summary .fund-title > * {
  font-size: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-fund-summary .fund-title > * {
    font-size: 1.8em;
  }
}

.p-fund-summary .fund-visual {
  width: 100%;
  max-width: calc(100% - 500px);
  padding: 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-fund-summary .fund-visual .swiper1 {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-fund-summary .fund-visual .swiper1 {
    height: 270px;
  }
}

.p-fund-summary .fund-visual .swiper2 {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 35px auto 0;
  padding: 0 40px;
  overflow: hidden;
}

.p-fund-summary .fund-visual .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-fund-summary .fund-visual .swiper-container .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-fund-summary .fund-visual .swiper-container .swiper2-image {
  max-width: 100px;
}

.p-fund-summary .fund-visual .swiper-container .swiper2-image .img {
  opacity: 0.3;
}

.p-fund-summary .fund-visual .swiper-container .swiper2-image.swiper-slide-thumb-active img {
  opacity: 1.0;
}

@media screen and (max-width: 767px) {
  .p-fund-summary .fund-visual {
    max-width: 100%;
    padding: 0;
  }
}

.p-fund-summary .fund-overview .collect-method {
  padding: 5px 0;
  background-color: #ff8f1a;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-fund-summary .fund-overview .collect-method {
    width: 100%;
    margin-left: -7px;
  }
}

.p-fund-summary .fund-overview .overview-container {
  position: relative;
  width: 470px;
  padding: 28px 15px 36px;
}

.p-fund-summary .fund-overview .overview-container .overview-data {
  text-align: center;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 320px;
  margin: 0 auto;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-width: 350px;
  padding-bottom: 5px;
  margin-bottom: 12px;
  line-height: normal;
  border-bottom: 1px solid #e2e3e5;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > .data-title {
  display: block;
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #999;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > .data-detail {
  display: block;
  width: 200px;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > .data-detail .large {
  font-size: 44px;
  font-weight: 500;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > .data-detail.period {
  font-size: 15px;
  text-align: center;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li > .data-detail.period .rotation {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li .c-amount-bar {
  width: 100%;
}

.p-fund-summary .fund-overview .overview-container .overview-data > ul > li .button > .c-link-button {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .p-fund-summary .fund-overview .overview-container {
    width: 100%;
    margin-left: -7px;
  }
}

@media screen and (max-width: 767px) {
  .p-fund-summary {
    width: 100%;
  }
}

.p-fund-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 54px 27px;
  width: 100%;
  margin: 0 auto 60px;
}

.p-fund-thumbnails .c-fund-thumbnail {
  width: 360px;
}

.p-glossary > .glossary_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.p-glossary > .glossary_list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  height: 42px;
  cursor: pointer;
}

.p-glossary > .glossary_list > ul > li > p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
  color: #000;
}

.p-glossary > .glossary_list > ul > li > p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  margin-top: 0;
  background-image: url(../img/ico/ico_arrow_circle_inactive_right.svg);
  background-repeat: no-repeat;
}

.p-glossary > .glossary_list > ul > li > p.active {
  font-weight: bold;
  color: #8c5f04;
}

.p-glossary > .glossary_list > ul > li > p.active:before {
  background-image: url(../img/ico/ico_arrow_circle_active_down.svg);
}

@media screen and (max-width: 767px) {
  .p-glossary > .glossary_list > ul > li {
    width: 48%;
  }
}

.p-glossary > .glossary_item {
  display: none;
}

.p-glossary > .glossary_item.active {
  display: block;
}

.p-glossary > .glossary_item > .heading {
  padding-left: 16px;
  font-size: 23px;
  font-weight: bold;
  border-left: 3px solid #8c5f04;
}

.p-glossary > .glossary_item > .glossary_yomi {
  margin-top: 38px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-glossary > .glossary_item > .glossary_yomi > .glossary_yomi_heading,
.p-glossary > .glossary_item > .glossary_yomi > .glossary_kana {
  padding: 23px 21px;
  font-weight: bold;
  color: #2a58a1;
}

.p-glossary > .glossary_item > .glossary_yomi > .glossary_yomi_heading {
  width: 86px;
  background-color: #F8F5EA;
  font-size: 14px;
}

.p-glossary > .glossary_item > .glossary_yomi > .glossary_kana {
  width: calc(100% - 86px);
  background-color: #fff3cd;
  font-size: 15px;
}

.p-glossary > .glossary_item > .glossary_item_mean {
  font-size: 14px;
  font-weight: bold;
}

.p-guide-main .main_content {
  width: 600px;
  overflow: hidden;
}

.p-guide-main .main_content p {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: left;
  margin-bottom: 60px;
}

.p-guide-main .main_content .guide_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}

.p-guide-main .main_content .guide_items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  padding: 15px 20px 14px;
  font-weight: bold;
  border: 1px solid #3e3934;
  border-radius: 5px;
  background-color: #fff3cd;
  color: #000;
  -webkit-box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
          box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
}

.p-guide-main .main_content .guide_items li span {
  display: block;
}

.p-guide-main .main_content .guide_items li .regist_number {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #3e3934;
  border-radius: 15px;
}

.p-guide-main .main_content .guide_items li.active {
  background-color: #ff8f1a;
  color: #fff;
  border: 3px solid #ffffff;
}

.p-guide-main .main_content .guide_items li.active .regist_number {
  border: 1px solid #ffffff;
}

.p-guide-main .main_content .guide_items li.done {
  background-color: #f1f1f1;
  color: #999;
  border: 1px solid #999;
}

.p-guide-main .main_content .guide_items li.done .regist_number {
  border: 1px solid #999;
}

.p-guide-main .main_content .btn_wrap_horizontal {
  margin: 14px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-guide-main .main_content .btn_wrap_horizontal .c-button {
  margin: 0 auto;
  padding: 9px 6px;
  width: 320px;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-guide-main .main_content {
    width: 100%;
  }
}

.p-header {
  background-color: rgba(111, 111, 111, 0.9);
}

.p-header-container {
  width: 1136px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-header-container {
    width: 100%;
  }
}

.p-header-login-container {
  position: relative;
  display: inline-block;
}

.p-header-login-container .header_user_icon {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: -12px;
}

.p-header-login-container .header_user_icon .header_new_message_number {
  position: absolute;
  min-width: 20px;
  height: 20px;
  top: -7px;
  left: 50%;
  margin-left: -36px;
  padding: 0 3px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  border-radius: 10px;
}

.p-header-login-container .header_user_icon .header_user_name {
  display: block;
  margin: -1px 0 0 0;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.0;
  color: #fff;
}

.p-header-login-container .header_user_icon .header_new_message {
  position: absolute;
  display: block;
  padding: 0 5px;
  top: -8px;
  left: 50%;
  width: 190px;
  margin-left: -240px;
  background-color: #fff3cd;
  border-radius: 12px;
  font-size: 0.9em;
}

.p-header-login-container .header_user_icon .header_new_message::after {
  position: absolute;
  margin-top: -5px;
  left: 98%;
  top: 50%;
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff3cd;
  border-width: 5px 10px;
}

@media screen and (max-width: 767px) {
  .p-header-login-container .header_user_icon .header_new_message {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header-login-container .header_user_icon {
    margin-top: -10px;
  }
}

.p-header-login-container .header_newcommer > input[type="email"] {
  height: 37px;
  width: 175px;
}

.p-header-login-container .header_login_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-header-login-container {
    top: 7px;
    left: -34px;
  }
  .p-header-login-container .header_newcommer {
    display: none;
  }
  .p-header-login-container .header_login_sp {
    display: block;
  }
}

.p-header-logo {
  margin-left: -100px;
}

@media screen and (max-width: 767px) {
  .p-header-logo {
    margin: 0;
  }
  .p-header-logo img {
    height: 70px;
  }
}

.p-header-navi {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-header-navi {
    display: none;
  }
}

.p-header-sns {
  display: inline-block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #fff;
  vertical-align: -12px;
}

@media screen and (max-width: 767px) {
  .p-header-sns {
    display: none;
  }
}

.p-inquiry > .inquiry-step {
  margin-bottom: 40px;
}

.p-inquiry > .inquiry-step > img {
  margin: 0 auto;
}

.p-inquiry > .lead-text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}

.p-inquiry .input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin-bottom: 40px;
}

.p-inquiry .input-area > .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-inquiry .input-area > .item > .heading {
  width: 180px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

.p-inquiry .input-area > .item > .input {
  width: calc(100% - 200px);
}

.p-inquiry .input-area > .item > .input .inquiry-text {
  height: 185px;
}

.p-inquiry .input-area > .item > .input > .data-value {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p-inquiry .input-area > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    margin-bottom: 8px;
  }
  .p-inquiry .input-area > .item > .input {
    width: 100%;
  }
}

.p-inquiry .input-area.confirm {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-inquiry .input-area.confirm > .item {
  border-bottom: 1px solid #e2e3e5;
}

.p-inquiry .input-area.confirm > .item:last-child {
  border-bottom: none;
}

.p-inquiry .inquiry-check {
  margin-bottom: 30px;
  text-align: center;
}

.p-inquiry .inquiry-confirm {
  margin-bottom: 30px;
}

.p-inquiry .action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-inquiry .action-area .submit {
  height: 50px;
  width: 270px;
}

.p-inquiry .personal-agree {
  overflow-y: auto;
  height: 10em;
  margin-bottom: 2em;
  border: #000 solid 1px;
  padding: 0.5em;
}

.p-inquiry .commit-title {
  margin-bottom: 60px;
  font-size: 23px;
  font-weight: bold;
}

.p-inquiry .apply-commit {
  padding: 35px 22px;
  margin-bottom: 60px;
  text-align: center;
  background-color: #fff3cd;
}

.p-inquiry .apply-commit > img {
  margin-bottom: 20px;
}

.p-inquiry .apply-commit > p {
  margin-bottom: 30px;
}

.p-inquiry .apply-commit > small {
  font-size: 12px;
  font-weight: bold;
}

.p-invest-commit .main_content .invest_commit_heading {
  margin-bottom: 12px;
  text-align: center;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .p-invest-commit .main_content .invest_commit .img_responsive {
    width: 60%;
  }
}

.p-invest-main .main_content .invest-status, .p-invest-commit .main_content .invest-status {
  margin: 39px auto 11px;
  text-align: center;
}

.p-invest-main .main_content .invest-text, .p-invest-commit .main_content .invest-text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.p-invest-main .main_content .invest_agreement, .p-invest-commit .main_content .invest_agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 16px;
  width: 683px;
  margin: 0 auto 40px;
  background-color: #fff;
}

.p-invest-main .main_content .invest_agreementli, .p-invest-commit .main_content .invest_agreementli {
  font-size: 12px;
  color: #2a58a1;
}

@media screen and (max-width: 767px) {
  .p-invest-main .main_content .invest_agreement, .p-invest-commit .main_content .invest_agreement {
    width: 100%;
  }
}

.p-invest-main .main_content .invest_agreement_check, .p-invest-commit .main_content .invest_agreement_check {
  text-align: center;
  margin-bottom: 40px;
}

.p-invest-main .main_content .btn_invest_area, .p-invest-commit .main_content .btn_invest_area {
  text-align: center;
}

.p-investment-manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 15px;
}

.p-investment-manual > * {
  margin-right: 10px;
}

.p-investment-manual > *:last-child {
  margin-right: 0;
}

.p-login-main {
  width: 100%;
  margin-left: 0;
  text-align: center;
  background-color: #fff;
}

.p-login-main .main_content.short_width {
  width: 367px;
  padding: 93px 0 140px;
}

.p-login-main .regist_fluid_block {
  padding: 30px 0 120px;
  background-color: #fff3cd;
}

.p-login-main .regist_fluid_block .login-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-bottom: 60px;
}

.p-login-main .newcommer .newcommer-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-bottom: 60px;
}

.p-login-main .regist_contents {
  position: relative;
  margin-bottom: 15px;
}

.p-login-main .regist_contents > input {
  width: 320px;
}

.p-login-main .regist_contents.login_email {
  margin-bottom: 0px;
}

.p-login-main .regist_contents .border_green {
  width: 340px;
  height: auto;
  margin: 0 auto;
  padding: 13px 10px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #f1fcf7;
  border: 1px solid #55cf8d;
  border-radius: 4px;
}

.p-login-main .regist_contents .border_green .regist_account_check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  color: #2a58a1;
}

.p-login-main .regist_contents .border_green .regist_account_check_list li {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.p-login-main .regist_contents .border_green .regist_account_check_list li.active {
  background-color: #fff;
  color: #8c5f04;
}

.p-login-main .regist_contents .regist_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  max-width: 340px;
  margin: 0 auto 60px;
}

.p-login-main .regist_contents .regist_terms .c-checkbox {
  width: 100%;
}

.p-login-main .regist_contents .regist_terms .c-checkbox .checkbox_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: calc(-39px + 100%);
}

.p-login-main .regist_btn_area {
  margin: 14px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.p-login-main .regist_btn_area .c-label-button,
.p-login-main .regist_btn_area .c-link-button,
.p-login-main .regist_btn_area .c-button {
  width: 320px;
  margin: 0 auto;
}

.p-login-main .regist_btn_area .c-button {
  padding: 9px 6px;
  height: auto;
}

.p-login-main .recaptcha-area {
  width: 300px;
  margin: 20px auto;
}

.p-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 86px;
  width: 86px;
  padding: 3px;
  cursor: pointer;
  background-color: #fabe00;
}

@media screen and (max-width: 767px) {
  .p-menu-button {
    height: 70px;
    width: 70px;
    background-color: transparent;
  }
  .p-menu-button.menu_close {
    background-color: rgba(111, 111, 111, 0.9);
  }
}

.p-message-detail .c-link-button {
  margin-bottom: 30px;
}

.p-message-detail .detail_data {
  margin-bottom: 8px;
}

.p-message-detail .detail_data .status {
  position: relative;
  width: 80px;
  padding: 3px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #55cf8d;
  border-radius: 3px;
  color: #fff;
}

.p-message-detail .detail_data .status.important {
  background-color: #ff0000;
  padding-left: 12px;
}

.p-message-detail .detail_data .status.important::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ico/ico_exclamation_triangle.svg?v=2);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
}

.p-message-detail .detail_data .detail_date {
  font-size: 14px;
  margin-bottom: 7px;
}

.p-message-detail .detail_title {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}

.p-message-detail .detail_text {
  padding: 15px;
  margin-bottom: 60px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}

.p-message-list .message_counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
}

.p-modal-operation-detail .modal_header {
  text-align: center;
}

.p-modal-operation-detail .modal_header .category {
  display: inline-block;
  padding: 4px 20px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  color: #fff;
  background-color: #ff8f1a;
}

.p-modal-operation-detail .modal_header .modal_title {
  margin: 40px auto 60px;
  font-size: 20px;
  font-weight: bold;
}

.p-modal-operation-detail .modal_header .modal_title .id {
  margin-bottom: 5px;
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.p-modal-operation-detail .modal_inner {
  margin-bottom: 60px;
}

.p-modal-operation-detail .modal_inner .content_header {
  padding: 15px 18px 14px;
  margin-bottom: 23px;
  font-size: 23px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border-top: 3px solid #8c5f04;
}

.p-modal-operation-detail .modal_inner .modal_line_block {
  border: 1px solid #999;
  background-color: #fff;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule {
  width: 752px;
  padding: 95px 73px 68px 74px;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .recluit_image,
.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .operate_image {
  width: 240px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.85em;
  border-radius: 2px;
  padding: 11px 0 12px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .recluit_image,
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .operate_image {
    width: 38px;
    padding: 38px 12px 30px 13px;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .recluit_image {
  background-color: #fff3cd;
  color: #8c5f04;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .operate_image {
  background-color: #ff8f1a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .schedule_text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 16px;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 11px;
  background-image: url(../img/pic/pic_fund_schedule_bubble.svg?v=2);
  background-repeat: no-repeat;
  background-size: cover;
  width: 138px;
  height: 88px;
  padding-top: 20px;
  position: absolute;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.start, .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.end {
  top: -84px;
  color: #8c5f04;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.start {
  left: -66px;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.start {
    left: 26px;
    top: -29px;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.end {
  right: -67px;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items.end {
    right: auto;
    top: auto;
    bottom: -32px;
    left: 26px;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items .title,
.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items .date_text {
  text-align: center;
  font-size: 11px;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items .title {
  font-weight: bold;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items .date_text {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .fund_schedule_items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url(../img/sp/pic/pic_fund_schedule_bubble.svg?v=2);
    padding-top: 0;
    width: 220px;
    height: 63px;
    padding-left: 33px;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration {
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration::before, .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration::after {
  width: 64px;
  height: 15px;
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration::before {
  background-image: url(../img/ico/ico_duration_left.svg?v=2);
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration::after {
  background-image: url(../img/ico/ico_duration_right.svg?v=2);
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration .large_text {
  font-size: 34px;
  color: #8c5f04;
  margin: 0 4px;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .duration {
    bottom: auto;
    left: 50px;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 150px;
    text-align: left;
  }
}

.p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img .schedule_arrow {
  margin: 0 12px;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule .fund_schedule_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .modal_fund_schedule {
    width: 100%;
    padding: 49px 0 58px 8%;
  }
}

.p-modal-operation-detail .modal_inner .distribution_info {
  padding: 47px 51px 42px 37px;
  margin-bottom: 32px;
}

.p-modal-operation-detail .modal_inner .distribution_info .table {
  width: 100%;
  border-collapse: separate;
  border-radius: 3px;
  border-spacing: 0;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr th {
  height: 55px;
  background-color: #ff8f1a;
  color: #fff;
  vertical-align: middle;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr th:first-child {
  border-top-left-radius: 3px;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr th:last-child {
  border-top-right-radius: 3px;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr th + th {
  border-left: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .distribution_info .table tr th {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    text-align: left;
    padding-left: 5px;
  }
  .p-modal-operation-detail .modal_inner .distribution_info .table tr th:last-child {
    border-top-right-radius: none;
    border-bottom-left-radius: 3px;
  }
  .p-modal-operation-detail .modal_inner .distribution_info .table tr th + th {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr td {
  padding: 16px 8px 14px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ff8f1a;
  background-color: #fff;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr td:first-child {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #ff8f1a;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr td:last-child {
  border-bottom-right-radius: 3px;
  border-right: 1px solid #ff8f1a;
}

.p-modal-operation-detail .modal_inner .distribution_info .table tr td + td {
  border-left: 1px solid #ff8f1a;
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .distribution_info .table tr td {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    text-align: left;
    border-bottom: none;
    border-right: 1px solid #ff8f1a;
  }
  .p-modal-operation-detail .modal_inner .distribution_info .table tr td:first-child {
    border-bottom-left-radius: none;
    border-left: none;
    border-top-right-radius: 3px;
    border-top: 1px solid #ff8f1a;
  }
  .p-modal-operation-detail .modal_inner .distribution_info .table tr td:last-child {
    border-bottom: 1px solid #ff8f1a;
  }
  .p-modal-operation-detail .modal_inner .distribution_info .table tr td + td {
    border-top: 1px solid #ff8f1a;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .distribution_info .table {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner .distribution_info {
    padding: 30px 5px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-operation-detail .modal_inner {
    padding: 30px 16px 27px;
    overflow-y: auto;
  }
}

.p-modal-operation-detail .modal_inner .apply_info {
  font-size: 13px;
}

.p-mynumber {
  padding: 0;
}

.p-mynumber .step-image {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-mynumber .step-image {
    margin-bottom: 0;
  }
}

.p-mynumber .document-block {
  padding: 0 31px;
  margin-bottom: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.p-mynumber .document-block > h5 {
  text-align: center;
  padding: 11px 0;
  background-color: #ff8f1a;
  color: #fff;
  margin: 0 -31px 49px;
  font-size: 18px;
}

.p-mynumber .document-block > .document-lead {
  padding: 25px 20px;
  font-size: 15px;
  margin-bottom: 49px;
  border: 1px solid #999;
  border-radius: 5px;
}

.p-mynumber .document-block > .document-lead.mynumber-documents {
  padding: 25px 30px;
}

.p-mynumber .document-block > .document-lead.mynumber-documents > p {
  margin-bottom: 30px;
}

.p-mynumber .document-block > .document-lead.mynumber-documents .circle-numbering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0 auto 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
}

.p-mynumber .document-block > .document-lead.mynumber-documents .circle-numbering > .item {
  position: relative;
  padding-left: 33px;
  font-size: 15px;
  font-weight: bold;
}

.p-mynumber .document-block > .document-lead.mynumber-documents .circle-numbering > .item > .number {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 23px;
  height: 23px;
  display: block;
  background-color: #ff8f1a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-mynumber .attention {
  margin: 0 auto 60px;
}

.p-mynumber .attention > .title {
  color: #ff0000;
}

.p-mynumber .attention > .attention-block {
  padding: 25px 30px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #fff0f0;
}

.p-mynumber .attention > .attention-block > p {
  margin-bottom: 40px;
}

.p-mynumber .attention > .attention-block > ul {
  padding: 0 23px 0 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-mynumber .attention > .attention-block > ul > li {
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.p-mynumber .attention > .attention-block > ul > li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ico/ico_exclamation_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -33px;
}

.p-mynumber .example {
  margin: 0 auto;
}

.p-mynumber .example > figure {
  margin-bottom: 60px;
}

.p-mynumber .example > ul {
  width: 550px;
  margin: 0 auto;
  padding: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}

.p-mynumber .example > ul > li {
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mynumber .example > ul {
    width: 100%;
  }
}

.p-mynumber .upload-block {
  width: 550px;
  border: 1px solid #55cf8d;
  background-color: #fff;
  border-radius: 5px;
  padding: 34px 0 30px;
  margin: 0 auto 60px;
  text-align: center;
}

.p-mynumber .upload-block > h6 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-mynumber .upload-block {
    width: 100%;
    padding: 15px 0;
  }
}

.p-mynumber .policy-block {
  margin: 0 auto 60px;
}

.p-mynumber .policy-block > .mynumber-policy > dt {
  font-weight: bold;
  margin-bottom: 21px;
}

.p-mynumber .policy-block > .mynumber-policy > dd {
  font-size: 14px;
  color: #999;
}

.p-mynumber .review > h3 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
}

.p-mynumber .review > p {
  max-width: 360px;
  margin: 0 auto 60px;
}

.p-mynumber .result > .result-image {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-mynumber .result > .result-image {
    margin-bottom: 40px;
  }
}

.p-mynumber .result > .result-title {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mynumber .result > .result-title > span {
  display: block;
}

.p-mynumber .result > .result-title.red {
  color: #ff0000;
}

.p-mynumber .result > .result-sub-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.p-mynumber .result > .apply-text {
  max-width: 360px;
  margin: 0 auto 60px;
}

.p-mynumber .result > .failed-reason {
  padding: 20px 8px 27px;
  margin-bottom: 30px;
  border: 1px solid #ff0000;
  background-color: #fff0f0;
  border-radius: 5px;
}

.p-mynumber .result > .failed-reason > h5 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}

.p-mynumber .result > .failed-reason > p {
  text-align: center;
}

.p-mynumber .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mynumber .title > span {
  display: block;
}

.p-mynumber .action-area {
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.p-mynumber {
    width: 100vw;
    margin-left: -15px;
  }
}

.p-mypage-account-status .regist-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
  gap: 24px;
}

.p-mypage-account-status .regist-steps .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 220px;
  padding: 25px 0 21px;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 10px;
  position: relative;
}

.p-mypage-account-status .regist-steps .step-item.done {
  background-color: #f1fcf7;
  border-color: #55cf8d;
}

.p-mypage-account-status .regist-steps .step-item.done > h6 {
  color: #2a58a1;
}

.p-mypage-account-status .regist-steps .step-item > img {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-mypage-account-status .regist-steps .step-item > h6 {
  font-size: 14px;
  color: #ff0000;
  width: 100%;
}

.p-mypage-account-status .regist-steps .step-item + .step-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-mypage-account-status .regist-steps .step-item + .step-item::before {
    width: 2px;
    height: 24px;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-mypage-account-status .regist-steps .step-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-mypage-account-status .regist-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mypage-account-status .c-step-list {
  width: 790px;
  margin-left: calc(100% - 790px);
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .p-mypage-account-status .c-step-list {
    width: 100%;
    margin-left: 0;
  }
}

.p-mypage-agreement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
}

.p-mypage-agreement-list > li {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.p-mypage-agreement-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 12px 30px;
  border: 1px solid #999;
  border-radius: 5px;
}

.p-mypage-agreement-list > li > a.done {
  background-color: #f1f1f1;
  border: none;
}

.p-mypage-agreement-list > li > a.done > .status {
  background-color: #c4c4c4;
}

.p-mypage-agreement-list > li > a.done > .agreement_title {
  color: #999;
}

.p-mypage-agreement-list > li > a > .status {
  display: inline-block;
  padding: 3px 6px 2px;
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  margin-right: 24px;
  white-space: nowrap;
}

.p-mypage-agreement-list > li > a > .agreement_title {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 13px;
}

.p-mypage-agreement-list > li > .btn_confrimed {
  position: absolute;
  top: 11px;
  right: 15px;
  padding: 4px 5px;
  border: none;
}

.p-mypage-agreement-list > li > .btn_confrimed.done {
  background-color: #c4c4c4;
}

.p-news .c-myapge-condition {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-news .c-myapge-condition .switch-buttons > .c-button {
  width: 48px;
}

.p-news .c-myapge-condition .switch-buttons.all {
  width: 100%;
}

.p-news .c-news-list {
  border-top: 1px solid #333;
}

.p-news .action-area {
  text-align: left;
  margin-bottom: 40px;
}

.p-news .detail .heading {
  margin-bottom: 30px;
}

.p-news .detail .heading > .news_category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}

.p-news .detail .heading > .title {
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  border-left: 3px solid #8c5f04;
}

.p-news .detail > .detail-text {
  margin-bottom: 60px;
}

.p-news .detail > .detail-text * {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  vertical-align: baseline;
}

.p-operation-fund-list > .container .items > ul > li > .title > .title-block .title-text {
  font-size: 15px;
}

.p-operation-fund-list > .container .items > ul > li .info {
  padding: 0;
}

.p-operation-fund-list > .container .items > ul > li .deadline {
  font-weight: bold;
  text-align: center;
}

.p-operation-fund-list > .container .items > ul > li .application_amount,
.p-operation-fund-list > .container .items > ul > li .application_date,
.p-operation-fund-list > .container .items > ul > li .status {
  position: relative;
  text-align: center;
}

.p-operation-fund-list > .container .items > ul > li .status {
  position: relative;
  text-align: center;
}

.p-operation-fund-list > .container .items > ul > li .status .status-label {
  display: inline-block;
  padding: 7px 0 6px;
  width: 100%;
  background-color: #ff0000;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.p-operation-fund-list > .container .items > ul > li .status .status-label > .tool-tips {
  display: none;
  width: 230px;
  padding: 13px 23px 16px 22px;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(188, 188, 188, 0.5));
          filter: drop-shadow(0px 4px 4px rgba(188, 188, 188, 0.5));
}

.p-operation-fund-list > .container .items > ul > li .status .status-label > .tool-tips::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-operation-fund-list > .container .items > ul > li .status .status-label:hover .tool-tips {
  display: block;
}

.p-operation-fund-list > .container .items > ul > li .status .status-label.done {
  background-color: #f1f1f1;
  color: #999;
}

.p-operation-fund-list > .container .operation_period {
  width: 60px;
}

.p-operation-fund-list > .container .operation_start_end {
  width: 105px;
}

.p-operation-fund-list > .container .operation_amount {
  width: 100px;
}

.p-operation-fund-list > .container .distribution {
  width: 120px;
}

.p-operation-fund-list > .container .distribution > * {
  margin: 0 auto;
}

.p-operation-list > .mypage-operation {
  margin-bottom: 30px;
}

.p-operation-list > .mypage-operation > .list {
  margin-bottom: 60px;
}

.p-operation-list > .mypage-operation > .list > .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  margin-bottom: 30px;
}

.p-operation-list > .mypage-operation > .list > .title .title-image {
  display: block;
  margin: 8px 0;
  min-height: 60px;
  overflow: hidden;
  border-radius: 3px;
}

.p-operation-list > .mypage-operation > .list > .title .title-image > img {
  width: 80px;
}

.p-operation-list > .mypage-operation > .list > .title > .title-block {
  width: calc(100% - 80px);
}

.p-operation-list > .mypage-operation > .list > .title > .title-block > .id {
  display: block;
}

.p-operation-list > .mypage-operation > .list > .title > .title-block > .title-text {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-operation-list > .mypage-operation > .list > .title {
    border-bottom: 1px solid #fabe00;
    width: 100%;
  }
}

.p-operation-list > .mypage-operation > .list > .data {
  padding-left: 80px;
}

.p-operation-list > .mypage-operation > .list > .data > .c-data-table {
  margin-bottom: 40px;
}

.p-operation-list > .mypage-operation > .list > .data > .c-data-table tr th {
  font-size: 14px;
  padding: 13px 0 13px 10px;
}

.p-operation-list > .mypage-operation > .list > .data > .c-data-table tr td {
  font-size: 14px;
  padding: 13px 8px 13px 30px;
}

@media screen and (max-width: 767px) {
  .p-operation-list > .mypage-operation > .list > .data {
    padding-left: 0;
  }
}

.p-operation-list > .mypage-operation .action-area {
  text-align: center;
  margin-bottom: 20px;
}

.p-policy .policy_lead,
.p-policy .heading,
.p-policy dl,
.p-policy .president_name,
.p-policy h6,
.p-policy ul {
  margin-bottom: 30px;
}

.p-policy h2 {
  font-size: 2em;
  margin-bottom: 40px;
  padding-left: 12px;
  border-left: 3px solid #8c5f04;
  border-bottom: 1px solid #8c5f04;
}

.p-policy h6,
.p-policy p,
.p-policy li,
.p-policy dl dt,
.p-policy dl dd {
  font-weight: bold;
  line-height: 2em;
}

.p-policy h6 {
  font-size: 15px;
  color: #8c5f04;
}

.p-policy ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 15px;
}

.p-policy ul li ul {
  padding-left: 1em;
  margin: 15px 0;
}

.p-policy ol {
  padding-left: 2em;
  margin-bottom: 30px;
}

.p-policy p {
  margin-bottom: 15px;
}

.p-policy p.hilight {
  color: #8c5f04;
}

.p-policy p.text-right {
  text-align: right;
}

.p-policy p.no-margin {
  margin-bottom: 0;
}

.p-policy small {
  font-size: 0.9em;
}

.p-policy .content-block {
  margin-bottom: 60px;
}

.p-policy .underline_link {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.p-policy .text-right {
  text-align: right;
}

.p-policy .heading {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  padding-left: 15px;
  position: relative;
  border-left: 3px solid #8c5f04;
}

.p-policy .indent {
  padding-left: 1.5em;
}

.p-policy .download-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
}

.p-pre-fund-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
  width: 100%;
  margin: 0 auto 60px;
}

.p-pre-fund-list .c-fund-thumbnail {
  width: 360px;
}

.p-pre-fund-list .c-fund-thumbnail .text_content02 .c-amount-bar {
  display: none;
}

.p-regist-main {
  width: 100%;
  margin-left: 0;
  text-align: center;
  background-color: #fff;
}

.p-regist-main .main_content {
  width: 600px;
  margin: 0 auto;
  padding: 0 0 140px;
  position: relative;
}

.p-regist-main .main_content > h2 {
  margin-bottom: 40px;
}

.p-regist-main .main_content .regist_contents > p {
  max-width: 100%;
}

.p-regist-main .main_content .action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.p-regist-main .main_content .save_and_close {
  position: relative;
  margin-top: 36px;
  text-align: right;
}

.p-regist-main .main_content .save_and_close > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -234px;
  font-size: 15px;
}

.p-regist-main .main_content .save_and_close > label * {
  font-weight: bold;
  color: #8c5f04;
  background-color: #fff;
}

.p-regist-main .main_content .save_and_close > label:hover * {
  text-shadow: 0 0 5px #fabe00, 0 0 5px #fabe00;
}

@media screen and (max-width: 767px) {
  .p-regist-main .main_content {
    min-height: auto;
    height: auto;
    margin: auto;
    padding: 0 15px;
    width: 100%;
  }
}

.p-regist-term {
  background-color: #fff;
}

.p-regist-term .main_content > h2 span {
  display: inline-block;
}

.p-regist-term .main_content h3 {
  text-align: left;
}

.p-regist-term .main_content p {
  max-width: 100%;
}

.p-regist-term .regist_fluid_block {
  padding: 30px 0 120px;
  background-color: #fff3cd;
}

.p-regist-term .content_block {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-regist-term .content_block {
    width: 100%;
    padding: 0 5px;
  }
}

.p-service-points .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.p-service-points .point-list > .point-description {
  position: relative;
  padding: 28px;
  width: 540px;
}

.p-service-points .point-list > .point-description.round-bg {
  background-color: #FFF3CD;
  border: 2px solid #000;
  border-radius: 30px;
}

.p-service-points .point-list > .point-description h2 {
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  text-align: left;
  color: #e69138;
  margin-bottom: 20px;
  z-index: 10;
}

.p-service-points .point-list > .point-description h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #f4d106;
  border-radius: 70%;
  margin-top: -12px;
  z-index: -1;
}

.p-service-points .point-list > .point-description > img {
  margin-bottom: 20px;
}

.p-service-points .point-list > .point-description > p {
  font-size: 0.8em;
  text-align: left;
  line-height: 2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-service-points .point-list > .point-description {
    width: 100%;
  }
}

.p-service-points > h1 {
  margin-bottom: 30px;
  font-size: 2em;
}

.p-service-points > h1 > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-service-points > h1 {
    font-size: 1.5em;
  }
}

.p-service-points .scheme-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.p-service-points .scheme-list > .scheme-description {
  width: 100%;
  padding: 20px;
}

.p-service-points .scheme-list > .scheme-description > h2 {
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 10px;
}

.p-service-points .scheme-list > .scheme-description > img {
  margin-bottom: 20px;
  width: 100%;
}

.p-service-points .scheme-list > .scheme-description > p {
  text-align: left;
  margin-bottom: 20px;
}

.p-service-points .scheme-list > .scheme-description > ul {
  text-align: left;
}

.p-service-points .scheme-list > .scheme-description > ul > li {
  font-size: 0.9em;
}

.p-service-start-steps > .step-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8%;
  margin-bottom: 120px;
}

.p-service-start-steps > .step-description > h2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5em;
  border-bottom: 1px solid #333;
  color: #e69138;
}

.p-service-start-steps > .step-description > h2 > span {
  display: inline-block;
  margin-right: 0.5em;
}

.p-service-start-steps > .step-description > h2 > span.number {
  font-size: 0.75em;
}

.p-service-start-steps > .step-description .title {
  margin: 0 auto 75px;
  width: 400px;
}

.p-service-start-steps > .step-description .image {
  margin: 0 auto 30px;
  width: 60%;
}

.p-service-start-steps > .step-description p {
  line-height: 2em;
  margin: 0 auto;
}

.p-service-start-steps > .step-description p > span {
  display: inline-block;
}

.p-service-start-steps > .step-summary {
  margin-bottom: 60px;
}

.p-service-start-steps > .step-summary > h3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 2em;
  color: #8c5f04;
  z-index: 10;
}

.p-service-start-steps > .step-summary > h3 > span {
  position: relative;
  display: inline-block;
  line-height: 64px;
}

.p-service-start-steps > .step-summary > h3 > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .p-service-start-steps > .step-summary > h3 > span::after {
    background: repeating-linear-gradient(-45deg, #f4d106, #f4d106 7px, #fff 0, #fff 14px);
  }
}

.p-service-start-steps > .step-summary > h3 .under-decorate {
  margin-top: -25px;
  background: repeating-linear-gradient(-45deg, #f4d106, #f4d106 7px, #fff 0, #fff 14px);
  width: 100%;
  height: 20px;
}

.p-service-start-steps > .step-summary p {
  font-size: 1.5em;
  margin-bottom: 40px;
}

.p-service-start-steps > .step-summary p > span {
  display: inline-block;
}

.p-service-start-steps > .step-summary > img {
  width: 500px;
}

.p-service-start-steps > .step-summary .c-button {
  height: 48px;
}

.p-service-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 1136px;
  margin: 0 auto;
  padding-top: 15px;
}

.p-service-tabs .tab-item {
  display: inline-block;
  padding: 8px 12px;
  width: 300px;
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  background-color: #fabe00;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-service-tabs .tab-item:first-of-type {
  margin-left: 118px;
}

@media screen and (max-width: 767px) {
  .p-service-tabs .tab-item:first-of-type {
    margin-left: unset;
  }
}

.p-service-tabs .tab-item:hover {
  opacity: 0.75;
}

.p-service-tabs input[name="tab-item"] {
  display: none;
}

.p-service-tabs input[name="tab-item"]:checked + .tab-item {
  background-color: #ff8f1a;
}

.p-service-tabs .tab-content {
  display: none;
  margin: 5px;
}

.p-service-tabs .tab-content #page1:checked ~ #page1_content,
.p-service-tabs .tab-content #page2:checked ~ #page2_content,
.p-service-tabs .tab-content #page3:checked ~ #page3_content {
  display: block;
}

.p-service-tabs #page1:checked ~ #page1_content,
.p-service-tabs #page2:checked ~ #page2_content,
.p-service-tabs #page3:checked ~ #page3_content {
  display: block;
}

.p-service-tabs #page3_content .c-content-footer .service-name {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-service-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-sidebar {
  position: fixed;
  top: 0;
  right: -450px;
  width: 432px;
  height: 100vh;
  z-index: 210;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-sidebar.nav-open {
  right: 0;
}

.p-sidebar .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  background-color: #fff3cd;
}

.p-sidebar .logo-container > a {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .p-sidebar .logo-container {
    height: 70px;
  }
  .p-sidebar .logo-container img {
    height: 70px;
  }
}

.p-sidebar .menu-container {
  padding: 36px 44px 230px 35px;
}

.p-sidebar .menu-container ul {
  margin-bottom: 30px;
}

.p-sidebar .menu-container ul li {
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-sidebar .menu-container ul li .menu-title {
  color: #8c5f04;
  font-size: 1.25em;
}

.p-sidebar .menu-container .newopen > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 12px 45px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #fabe00;
  color: #fff;
}

.p-sidebar .menu-container .newopen > p {
  font-size: 0.8em;
  color: #8c5f04;
}

.p-sidebar .menu-container .new_message_count_circle {
  min-width: 20px;
  height: 20px;
  padding: 0 3px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #ff0000;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-sidebar {
    max-width: 100%;
  }
}

.p-side-deco {
  position: absolute;
  display: block;
  min-height: 100%;
  width: 100%;
  z-index: -10;
}

.p-side-deco * {
  position: absolute;
  height: 100%;
  width: 120px;
  background-repeat: repeat-y;
}

@media screen and (max-width: 767px) {
  .p-side-deco * {
    background-repeat: no-repeat;
  }
}

.p-side-deco .left {
  left: 0;
  background-image: url(../img/pic/side-deco-left.png?v=2);
}

.p-side-deco .right {
  right: 0;
  background-image: url(../img/pic/side-deco-right.png?v=2);
}

@media screen and (max-width: 767px) {
  .p-side-deco {
    display: none;
  }
}

.p-top-about .about-lead {
  position: relative;
  padding: 0 10px 60px;
  margin-bottom: 30px;
  text-align: center;
}

.p-top-about .about-lead > h3 {
  font-size: 1.7em;
  line-height: 2em;
  margin-bottom: 15px;
}

.p-top-about .about-lead > h3 > span {
  display: inline-block;
}

.p-top-about .about-lead > h3 > span a {
  font-size: inherit;
  color: #8c5f04;
}

.p-top-about .about-lead > p > span {
  display: inline-block;
  font-size: 15px;
}

.p-top-about .about-detail-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}

.p-top-about .about-detail-container .about-detail {
  position: relative;
  width: 360px;
  height: 460px;
}

.p-top-about .about-detail-container .about-detail > div {
  margin: 10px;
  padding-top: 25px;
  text-align: center;
}

.p-top-about .about-detail-container .about-detail > div.no-padding {
  padding-top: 0;
}

.p-top-about .about-detail-container .about-detail > div > h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.p-top-about .about-detail-container .about-detail > div > p {
  font-size: 1em;
}

.p-top-about .about-detail-container .about-detail > div > p.notice {
  font-size: 0.8em;
}

.p-top-about .about-detail-container .about-detail > div .text-red {
  color: #cc0000;
}

.p-top-about .about-detail-container .about-detail > div.ajust-margin-4 {
  margin-top: -4px;
}

.p-top-about .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-about .button .c-link-button {
  width: 330px;
  margin-bottom: 5px;
}

.p-top-bg {
  position: absolute;
  display: block;
  margin: auto;
  width: calc(100% + 8px);
  height: 900px;
  z-index: -20;
}

.p-top-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: top-bg-animation 30s infinite;
          animation: top-bg-animation 30s infinite;
}

.p-top-bg .bg-img.src1 {
  background-color: #fff;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-top-bg .bg-img.src2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1db), to(rgba(255, 243, 220, 0))), -webkit-gradient(linear, left top, left bottom, from(#ffd54b), to(rgba(255, 213, 75, 0)));
  background: linear-gradient(180deg, #fff1db, rgba(255, 243, 220, 0)), linear-gradient(180deg, #ffd54b, rgba(255, 213, 75, 0));
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.p-top-bg .bg-img.src3 {
  background: url(../img/pic/top-bg3.jpg?v=2);
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

@-webkit-keyframes top-bg-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes top-bg-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.p-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-button > .c-link-button {
  width: 330px;
}

.p-top-fund-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px 27px;
  width: 100%;
  margin: 0 auto 60px;
}

.p-top-fund-list .c-fund-thumbnail {
  width: 360px;
}

.p-top-fund-list > .c-link-button {
  width: 330px;
}

.p-top-lead {
  margin: 5px;
  font-weight: 500;
  text-align: center;
}

.p-top-lead > img {
  display: block;
  width: 500px;
  margin: 0 auto 30px;
  padding: 30px 0;
}

.p-top-lead > h1 {
  margin-bottom: 40px;
  font-size: 3em;
}

.p-top-lead > h1 > span {
  display: inline-block;
}

.p-top-lead > h1 .text-small {
  font-size: 0.75em;
}

.p-top-lead > h1 .text-long {
  display: inline-block;
}

.p-top-lead > h1 .text-long.left {
  -webkit-transform: translateY(-10px) rotate(-10deg) scaleX(0.9);
          transform: translateY(-10px) rotate(-10deg) scaleX(0.9);
}

.p-top-lead > h1 .text-long.right {
  -webkit-transform: translateY(-10px) rotate(10deg) scaleX(0.9);
          transform: translateY(-10px) rotate(10deg) scaleX(0.9);
}

.p-top-lead > h1 .text-pack {
  margin-left: -10px;
}

.p-top-lead > h1 .sp-ajust-center {
  margin-left: -18px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .p-top-lead > h1 .sp-ajust-center {
    padding-left: 62px;
  }
}

.p-top-lead > p {
  font-size: 1.3em;
  line-height: 3em;
  margin-bottom: 30px;
}

.p-top-lead > p > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-top-lead > p {
    line-height: 2em;
  }
}

.p-top-lead > form {
  width: 360px;
  margin: 0 auto;
}

.p-top-lead .notice {
  margin-bottom: 12px;
  text-align: left;
}

.p-top-lead input[type="email"] {
  height: 37px;
  width: 250px;
}

.p-transaction .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-transaction .list .item {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 5px;
  gap: 12px;
}

.p-transaction .list .item > .item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}

.p-transaction .list .item > .item-data > .year {
  font-size: 16px;
  font-weight: bold;
}

.p-transaction .list .item > .item-data > .title {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-transaction .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-transaction .list .item > .item-data {
    gap: 12px;
  }
}

.p-user-info-account .description {
  margin-bottom: 30px;
}

.p-user-info-account .attention {
  color: #ff0000;
}

.p-user-info-account .account-data {
  margin-bottom: 40px;
}

.p-user-info-account .account-data .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-user-info-account .account-data .data-table {
  width: 100%;
  border: 1px solid #999;
}

.p-user-info-account .account-data .data-table tr {
  border-bottom: 1px solid #999;
}

.p-user-info-account .account-data .data-table tr th,
.p-user-info-account .account-data .data-table tr td {
  padding: 16px 18px 18px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

.p-user-info-account .account-data .data-table tr th {
  width: 290px;
  text-align: left;
  background-color: #fff3cd;
}

@media screen and (max-width: 767px) {
  .p-user-info-account .account-data .data-table tr th {
    width: 135px;
  }
}

.p-user-info-account .account-data .data-table tr td {
  border-left: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .p-user-info-account .account-data .data-table tr td {
    word-break: break-all;
  }
}

.p-user-info-account .action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-user-info-account .action-area .c-button {
  width: 200px;
}

.p-user-info-account .apply-commit {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 60px;
  background-color: #fff3cd;
}

.p-user-info-account .apply-commit > * {
  margin-bottom: 15px;
}

.p-user-info-account .apply-commit .attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.p-user-info-account .apply-commit .attention > p {
  padding-left: 1em;
  text-indent: -1em;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .p-user-info-account.upload .c-combo-menu > ul > li:last-child {
    width: 321px;
  }
}

.p-user-info-account.upload .document-pattern-select {
  position: relative;
  padding: 40px 47px;
  background-color: #fff3cd;
  border-radius: 5px;
  position: relative;
  margin: 50px auto 140px;
}

.p-user-info-account.upload .document-pattern-select::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: calc(50% - 60px);
  margin-top: -100px;
  border-width: 60px 52px 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fabe00;
}

.p-user-info-account.upload .document-pattern-select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: calc(50% - 60px);
  margin-top: 250px;
  border-width: 60px 52px 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fabe00;
}

.p-user-info-account.upload .document-pattern-select > h5 {
  font-size: 18px;
  font-style: bold;
  text-align: center;
  color: #8c5f04;
  margin-bottom: 40px;
}

.p-user-info-account.upload .document-pattern-select > .document-pattern-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.p-user-info-account.upload .document-pattern-select > .document-pattern-switch > .btn-switch {
  display: block;
  width: 192px;
  background-color: #fff3cd;
  color: #8c5f04;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid rgba(250, 161, 0, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
          box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
  padding: 19px 0;
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.p-user-info-account.upload .document-pattern-select > .document-pattern-switch > .btn-switch.select {
  background-color: #ff8f1a;
  color: #fff;
  border: 3px solid #ffffff;
}

@media screen and (max-width: 767px) {
  section.p-user-info-account {
    width: 100vw;
    margin-left: -15px;
  }
}

/**
 * display
 */
.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .u-dn-sp {
    display: none !important;
  }
  .u-db-sp {
    display: block !important;
  }
  .u-dib-sp {
    display: inline-block !important;
  }
  .u-df-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* 要素ごとのPC/SP表示の切り替え */
.pcN {
  display: none !important;
}

.spN {
  display: block !important;
}

.pcNI {
  display: none !important;
}

.spNI {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .pcN {
    display: block !important;
  }
  .spN {
    display: none !important;
  }
  .pcNI {
    display: inline !important;
  }
  .spNI {
    display: none !important;
  }
}

/* 背景固定用 */
.scroll_prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal > .modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal > .modal_content {
  background-color: #fff;
  left: 50%;
  padding: 48px 64px 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow-y: auto;
  max-height: 90%;
}

.modal > .modal_content > .modal_title {
  margin: 55px auto 57px;
  font-size: 20px;
}

.modal > .modal_content > .modal_title.red {
  color: #ff0000;
}

.modal > .modal_content > .modal_text {
  font-size: 15px;
  margin-bottom: 86px;
  line-height: 150%;
}

.modal > .modal_content > .modal_text > p {
  margin-bottom: 20px;
}

.modal > .modal_content > .modal_text > img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
}

.modal > .modal_content > .modal_text figure {
  text-align: center;
}

.modal > .modal_content > .modal_btn {
  text-align: center;
}

.modal > .modal_content > .modal_btn > .btn_modal_close {
  width: 300px;
}

.modal > .modal_content > .modal_close_ico {
  display: inline-block;
  position: absolute;
  right: 29px;
  top: 27px;
}

/* バックオフィスからの参照 */
.visibility_hidden {
  visibility: hidden;
}

/**
 * 一定間隔の margin, padding を生成する
 * 間隔は _valiable で定義
 */
.u-mxa {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m0 {
  margin: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px;
  padding-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-p8 {
  padding: 8px !important;
}

.u-px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py8 {
  padding-top: 8px;
  padding-bottom: 8px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-m16 {
  margin: 16px !important;
}

.u-mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-p16 {
  padding: 16px !important;
}

.u-px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py16 {
  padding-top: 16px;
  padding-bottom: 16px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-m24 {
  margin: 24px !important;
}

.u-mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-p24 {
  padding: 24px !important;
}

.u-px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py24 {
  padding-top: 24px;
  padding-bottom: 24px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-p32 {
  padding: 32px !important;
}

.u-px32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py32 {
  padding-top: 32px;
  padding-bottom: 32px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px;
  padding-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-mx48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-p48 {
  padding: 48px !important;
}

.u-px48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-py48 {
  padding-top: 48px;
  padding-bottom: 48px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-m56 {
  margin: 56px !important;
}

.u-mx56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.u-my56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-p56 {
  padding: 56px !important;
}

.u-px56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.u-py56 {
  padding-top: 56px;
  padding-bottom: 56px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-m64 {
  margin: 64px !important;
}

.u-mx64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-p64 {
  padding: 64px !important;
}

.u-px64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-py64 {
  padding-top: 64px;
  padding-bottom: 64px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-m72 {
  margin: 72px !important;
}

.u-mx72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.u-my72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-p72 {
  padding: 72px !important;
}

.u-px72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.u-py72 {
  padding-top: 72px;
  padding-bottom: 72px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px;
  padding-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-mxa-sp {
    margin-left: auto;
    margin-right: auto;
  }
  .u-m0-sp {
    margin: 0px !important;
  }
  .u-mx0-sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-p0-sp {
    padding: 0px !important;
  }
  .u-px0-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0-sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
  .u-m8-sp {
    margin: 8px !important;
  }
  .u-mx8-sp {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my8-sp {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-mt8-sp {
    margin-top: 8px !important;
  }
  .u-mb8-sp {
    margin-bottom: 8px !important;
  }
  .u-ml8-sp {
    margin-left: 8px !important;
  }
  .u-mr8-sp {
    margin-right: 8px !important;
  }
  .u-p8-sp {
    padding: 8px !important;
  }
  .u-px8-sp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py8-sp {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-pt8-sp {
    padding-top: 8px !important;
  }
  .u-pb8-sp {
    padding-bottom: 8px !important;
  }
  .u-pl8-sp {
    padding-left: 8px !important;
  }
  .u-pr8-sp {
    padding-right: 8px !important;
  }
  .u-m16-sp {
    margin: 16px !important;
  }
  .u-mx16-sp {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my16-sp {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-mt16-sp {
    margin-top: 16px !important;
  }
  .u-mb16-sp {
    margin-bottom: 16px !important;
  }
  .u-ml16-sp {
    margin-left: 16px !important;
  }
  .u-mr16-sp {
    margin-right: 16px !important;
  }
  .u-p16-sp {
    padding: 16px !important;
  }
  .u-px16-sp {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py16-sp {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-pt16-sp {
    padding-top: 16px !important;
  }
  .u-pb16-sp {
    padding-bottom: 16px !important;
  }
  .u-pl16-sp {
    padding-left: 16px !important;
  }
  .u-pr16-sp {
    padding-right: 16px !important;
  }
  .u-m24-sp {
    margin: 24px !important;
  }
  .u-mx24-sp {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my24-sp {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-mt24-sp {
    margin-top: 24px !important;
  }
  .u-mb24-sp {
    margin-bottom: 24px !important;
  }
  .u-ml24-sp {
    margin-left: 24px !important;
  }
  .u-mr24-sp {
    margin-right: 24px !important;
  }
  .u-p24-sp {
    padding: 24px !important;
  }
  .u-px24-sp {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py24-sp {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-pt24-sp {
    padding-top: 24px !important;
  }
  .u-pb24-sp {
    padding-bottom: 24px !important;
  }
  .u-pl24-sp {
    padding-left: 24px !important;
  }
  .u-pr24-sp {
    padding-right: 24px !important;
  }
  .u-m32-sp {
    margin: 32px !important;
  }
  .u-mx32-sp {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my32-sp {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-mt32-sp {
    margin-top: 32px !important;
  }
  .u-mb32-sp {
    margin-bottom: 32px !important;
  }
  .u-ml32-sp {
    margin-left: 32px !important;
  }
  .u-mr32-sp {
    margin-right: 32px !important;
  }
  .u-p32-sp {
    padding: 32px !important;
  }
  .u-px32-sp {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py32-sp {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-pt32-sp {
    padding-top: 32px !important;
  }
  .u-pb32-sp {
    padding-bottom: 32px !important;
  }
  .u-pl32-sp {
    padding-left: 32px !important;
  }
  .u-pr32-sp {
    padding-right: 32px !important;
  }
  .u-m40-sp {
    margin: 40px !important;
  }
  .u-mx40-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-p40-sp {
    padding: 40px !important;
  }
  .u-px40-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pt40-sp {
    padding-top: 40px !important;
  }
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl40-sp {
    padding-left: 40px !important;
  }
  .u-pr40-sp {
    padding-right: 40px !important;
  }
  .u-m48-sp {
    margin: 48px !important;
  }
  .u-mx48-sp {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-my48-sp {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-mt48-sp {
    margin-top: 48px !important;
  }
  .u-mb48-sp {
    margin-bottom: 48px !important;
  }
  .u-ml48-sp {
    margin-left: 48px !important;
  }
  .u-mr48-sp {
    margin-right: 48px !important;
  }
  .u-p48-sp {
    padding: 48px !important;
  }
  .u-px48-sp {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .u-py48-sp {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-pt48-sp {
    padding-top: 48px !important;
  }
  .u-pb48-sp {
    padding-bottom: 48px !important;
  }
  .u-pl48-sp {
    padding-left: 48px !important;
  }
  .u-pr48-sp {
    padding-right: 48px !important;
  }
  .u-m56-sp {
    margin: 56px !important;
  }
  .u-mx56-sp {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .u-my56-sp {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .u-mt56-sp {
    margin-top: 56px !important;
  }
  .u-mb56-sp {
    margin-bottom: 56px !important;
  }
  .u-ml56-sp {
    margin-left: 56px !important;
  }
  .u-mr56-sp {
    margin-right: 56px !important;
  }
  .u-p56-sp {
    padding: 56px !important;
  }
  .u-px56-sp {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .u-py56-sp {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .u-pt56-sp {
    padding-top: 56px !important;
  }
  .u-pb56-sp {
    padding-bottom: 56px !important;
  }
  .u-pl56-sp {
    padding-left: 56px !important;
  }
  .u-pr56-sp {
    padding-right: 56px !important;
  }
  .u-m64-sp {
    margin: 64px !important;
  }
  .u-mx64-sp {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-my64-sp {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .u-mt64-sp {
    margin-top: 64px !important;
  }
  .u-mb64-sp {
    margin-bottom: 64px !important;
  }
  .u-ml64-sp {
    margin-left: 64px !important;
  }
  .u-mr64-sp {
    margin-right: 64px !important;
  }
  .u-p64-sp {
    padding: 64px !important;
  }
  .u-px64-sp {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .u-py64-sp {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .u-pt64-sp {
    padding-top: 64px !important;
  }
  .u-pb64-sp {
    padding-bottom: 64px !important;
  }
  .u-pl64-sp {
    padding-left: 64px !important;
  }
  .u-pr64-sp {
    padding-right: 64px !important;
  }
  .u-m72-sp {
    margin: 72px !important;
  }
  .u-mx72-sp {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .u-my72-sp {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .u-mt72-sp {
    margin-top: 72px !important;
  }
  .u-mb72-sp {
    margin-bottom: 72px !important;
  }
  .u-ml72-sp {
    margin-left: 72px !important;
  }
  .u-mr72-sp {
    margin-right: 72px !important;
  }
  .u-p72-sp {
    padding: 72px !important;
  }
  .u-px72-sp {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .u-py72-sp {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .u-pt72-sp {
    padding-top: 72px !important;
  }
  .u-pb72-sp {
    padding-bottom: 72px !important;
  }
  .u-pl72-sp {
    padding-left: 72px !important;
  }
  .u-pr72-sp {
    padding-right: 72px !important;
  }
  .u-m80-sp {
    margin: 80px !important;
  }
  .u-mx80-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
  .u-p80-sp {
    padding: 80px !important;
  }
  .u-px80-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pt80-sp {
    padding-top: 80px !important;
  }
  .u-pb80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl80-sp {
    padding-left: 80px !important;
  }
  .u-pr80-sp {
    padding-right: 80px !important;
  }
}

.u-fwn {
  font-weight: normal !important;
}

.u-fwb {
  font-weight: bold !important;
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-text-truncate,
.u-text-clip {
  overflow: hidden !important;
  white-space: nowrap !important;
}

.u-text-truncate {
  text-overflow: ellipsis !important;
}

.u-text-clip {
  text-overflow: clip !important;
}

.u-clamp1,
.u-clamp2,
.u-clamp3,
.u-clamp4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.u-clamp1 {
  -webkit-line-clamp: 1 !important;
}

.u-clamp2 {
  -webkit-line-clamp: 2 !important;
}

.u-clamp3 {
  -webkit-line-clamp: 3 !important;
}

.u-clamp4 {
  -webkit-line-clamp: 4 !important;
}

.u-fs10 {
  font-size: 1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 767px) {
  .u-fs-sp-10 {
    font-size: 1rem !important;
  }
  .u-fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .u-fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .u-fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .u-fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .u-fs-sp-20 {
    font-size: 2rem !important;
  }
  .u-fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .u-fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .u-fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .u-fs-sp-28 {
    font-size: 2.8rem !important;
  }
}

.text-red {
  color: #ff0000;
}

/* アイコン */
.ico {
  display: inline-block;
  vertical-align: -3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.ico.ico_question {
  width: 17px;
  height: 17px;
  background-image: url(../img/ico/ico_question.svg?v=2);
}

.ico.ico_question.green {
  background-image: url(../img/ico/ico_question_green.svg?v=2);
}

.ico.ico_question.black {
  background-image: url(../img/ico/ico_question_black.svg?v=2);
}

.ico.ico_questionico_question.white {
  background-image: url(../img/ico/ico_question_white.svg?v=2);
}

.ico.ico_exlamation_red {
  width: 16px;
  height: 16px;
  background-image: url(../img/ico/ico_exclamation_red.svg?v=2);
}

.ico.ico_exclamation_triangle {
  width: 12px;
  height: 11px;
  background-image: url(../img/ico/ico_exclamation_triangle.svg?v=2);
}

.ico.ico_download {
  background-image: url(../img/ico/ico_download_white.svg?v=2);
  width: 21px;
  height: 21px;
}

.ico.ico_close {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ico/ico_close.svg?v=2);
}

/* アイコン付き見出し */
.ico_title {
  padding-left: 77px;
  position: relative;
}

.ico_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ico_title.ico_regist::before, .ico_title.ico_login::before {
  width: 60px;
  height: 60px;
}

.ico_title.ico_regist::before {
  background-image: url(../img/ico/ico_regist.svg?v=2);
}

.ico_title.ico_login::before {
  background-image: url(../img/ico/ico_login.svg?v=2);
}

.ico_title .small_text {
  display: block;
  font-size: 14px;
  color: #818181;
}

/* 吹き出し表示 */
.balloon_item {
  display: inline-block;
  padding: 13px 20px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(188, 188, 188, 0.5));
          filter: drop-shadow(0px 4px 15px rgba(188, 188, 188, 0.5));
}

.balloon_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
}

.balloon_item.upper {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
}

.balloon_item.upper::before {
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
  top: -14px;
}

.balloon_item.down {
  position: absolute;
  top: -57px;
  left: 0;
}

.balloon_item.down::before {
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -14px;
}

.balloon_item.red {
  color: #ff0000;
}

/* お知らせ等のラベルの色 */
.icon-yellow {
  background-color: #FF9900;
}

.icon-palegreen {
  background-color: #55cf8d;
}

.icon-red {
  background-color: #FF0101;
}

.icon-green {
  background-color: #C1E336;
}

.icon-blue {
  background-color: #3498DB;
}

.icon-navy {
  background-color: #0029FF;
}

.icon-aqua {
  background-color: #00C2FF;
}

.icon-orange {
  background-color: #FF5C00;
}

.icon-gray {
  background-color: #818181;
}

.icon-gold {
  background-color: #EEB03E;
}

.icon-black {
  background-color: #3a3a3a;
}

.icon-lightgreen {
  background-color: #90EE90;
  color: #3a3a3a;
}

.icon-purple {
  background-color: #9B59B6;
}

.icon-teal {
  background-color: #1F7245;
}

.icon-maroon {
  background-color: #EC687D;
}

.u-card-shadow {
  -webkit-box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
          box-shadow: 0px 4px 15px rgba(188, 188, 188, 0.5);
  border-radius: 5px;
}

/* その場でフェードイン */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からフェードイン */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 上からフェードイン */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOutAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnime {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* カタカタ */
.katakata {
  -webkit-animation: katakataAnime 6s infinite ease-in-out alternate;
          animation: katakataAnime 6s infinite ease-in-out alternate;
}

@-webkit-keyframes katakataAnime {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
            transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes katakataAnime {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
            transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

/* ドスン */
.dodonn {
  -webkit-animation-name: dodonnAnime;
          animation-name: dodonnAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes dodonnAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0px);
            transform: scale(0.5) translateY(0px);
  }
  65% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(-40px);
            transform: scale(1) translateY(-40px);
  }
  70% {
    opacity: 0.8;
    -webkit-transform: scale(1.2) translateY(5px);
            transform: scale(1.2) translateY(5px);
  }
  75% {
    opacity: 0.3;
    -webkit-transform: scale(0.8) translateY(-10px);
            transform: scale(0.8) translateY(-10px);
  }
  90% {
    opacity: 0.8;
    -webkit-transform: scale(1.2) translateY(5px);
            transform: scale(1.2) translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes dodonnAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0px);
            transform: scale(0.5) translateY(0px);
  }
  65% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(-40px);
            transform: scale(1) translateY(-40px);
  }
  70% {
    opacity: 0.8;
    -webkit-transform: scale(1.2) translateY(5px);
            transform: scale(1.2) translateY(5px);
  }
  75% {
    opacity: 0.3;
    -webkit-transform: scale(0.8) translateY(-10px);
            transform: scale(0.8) translateY(-10px);
  }
  90% {
    opacity: 0.8;
    -webkit-transform: scale(1.2) translateY(5px);
            transform: scale(1.2) translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
