@charset "UTF-8";

.m-stockholder-news__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  color: inherit !important;
  font-weight: 400;
}

.m-stockholder-news__item + .m-stockholder-news__item {
  border-top: none;
}

.m-stockholder-news__head {
  display: flex;
  justify-content: space-between;
}

.m-stockholder-news__company {
  margin: 0;
}

.m-stockholder-news__code {
  margin-right: 1em;
}

.m-stockholder-news__title {
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-stockholder-news__title:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
          transform: rotate(45deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-stockholder-news__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-stockholder-news__list li {
  margin-right: 1em;
}

.m-stockholder-news__category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5px;
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}

.m-stockholder-news__category li {
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 1px 15px;
  border-radius: 50px;
  background-color: #daecf2;
}

.m-stockholder-news__category li.is-color01 {
  background-color: #daecf2;
}

.m-stockholder-news__category li.is-color02 {
  background-color: #f1f0d7;
}

.m-stockholder-news__category li.is-color03 {
  background-color: #cbddf0;
}

.m-stockholder-news__detail {
  flex-grow: 1;
}

.m-stockholder-news__image {
  flex-shrink: 0;
  width: 110px;
  margin-left: 30px;
  border: 1px solid #dde0e5;
}

.m-genre {
  margin: 30px 0 0;
  padding: 30px;
  background-color: #f8f6e8;
}

.m-genre__title {
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}

.m-genre__card-wrap {
  display: flex;
  justify-content: space-between;
}

.m-genre__card__image {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-genre__card__title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.m-genre__card__title:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
          transform: rotate(45deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-vesting-layout {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.m-vesting-layout__desc {
  width: 30.7%;
}

.m-vesting-layout__calendar {
  width: 65.78%;
}

.m-vesting-section + .m-vesting-section {
  margin-top: 25px;
}

.m-vesting-box {
  padding: 10px;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
}

.m-vesting-box.is-blue {
  background-color: #daecf2;
}

.m-vesting-box.is-green {
  background-color: #e8f2e6;
}

.m-vesting-box.is-red {
  background-color: #f9e6e9;
}

.m-vesting-box__label {
  margin: 0;
  font-weight: normal;
}

.m-vesting-box__date {
  margin: 0;
  font-size: 2.4rem;
}

.m-vesting-box__text {
  margin: 0.7em 0 0;
  font-weight: 400;
  text-align: center;
}

.m-vesting-result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  padding: 35px;
  border: 1px solid #dde0e5;
  border-radius: 3px;
}

.m-vesting-result__title {
  margin: 0 40px 0 0;
  font-size: 2rem;
  font-weight: 400;
}

.m-vesting-result__text {
  display: flex;
  align-items: center;
  margin: 0;
}

.m-vesting-result__text dt {
  margin: 0 25px 0 0;
  font-size: 1.6rem;
}

.m-vesting-result__text dd {
  margin: 0;
  color: #cc0000;
  font-size: 2.4rem;
  font-weight: 400;
}

.m-product {
  position: relative;
  min-height: 228px;
  padding-left: 200px;
}

.m-product__headline {
  margin: 0 0 20px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.m-product__image {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
}

.m-product__detail {
  flex-grow: 1;
}

.m-product__detail > :first-child {
  margin-top: 0;
}

.m-product__detail .m-fund-cv {
  margin-top: 20px;
}

.m-fund-control {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.m-fund-control__grid .m-list-wrap {
  margin-top: 0;
}

.m-fund-control__return a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}

.m-fund-control__return a:before {
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  position: absolute;
  top: 0.45em;
  left: 3px;
  width: 10px;
  height: 10px;
          transform: rotate(-135deg);
  border-top: 1px solid #9da4ab;
  border-right: 1px solid #9da4ab;
  vertical-align: middle;
  content: "";
}

.m-fund-control__return a:hover {
  text-decoration: underline;
}

.m-fund-iframe iframe {
  width: 100%;
  overflow-y: auto;
  border: none;
}

.m-economic-control__today {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 25px;
}

.m-economic-control__today__button {
  display: block;
  position: relative;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.m-economic-control__today__button:after {
  -webkit-transform: rotate(135deg);
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
          transform: rotate(135deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-economic-control__header {
  position: relative;
  margin: 0 0 25px;
  padding: 0 40px;
  border-bottom: 1px solid #dde0e5;
}

.m-economic-control__header .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  overflow: hidden;
  border: none;
  border-radius: 5px 5px 0 0;
  outline: none;
  background-color: #465059;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
}

.m-economic-control__header .slick-arrow:after {
  -webkit-transform: rotate(45deg);
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  margin-left: 3px;
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.m-economic-control__header .slick-arrow.slick-prev {
  left: 0;
}

.m-economic-control__header .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(225deg);
  margin-left: 8px;
          transform: rotate(225deg);
}

.m-economic-control__header .slick-arrow.slick-next {
  right: 0;
}

.m-economic-control__header .slick-arrow.slick-disabled {
  background-color: #dce3e9;
  cursor: default;
}

.m-economic-control__header .m-economic-control__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  overflow: hidden;
  border: none;
  border-radius: 5px 5px 0 0;
  outline: none;
  background-color: #465059;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
}

.m-economic-control__header .m-economic-control__link:after {
  -webkit-transform: rotate(45deg);
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  margin-left: 3px;
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.m-economic-control__header .m-economic-control__link.is-prev {
  left: 0;
}

.m-economic-control__header .m-economic-control__link.is-prev:after {
  -webkit-transform: rotate(225deg);
  margin-left: 8px;
          transform: rotate(225deg);
}

.m-economic-control__header .m-economic-control__link.is-next {
  right: 0;
}

.m-economic-control__tab__list__item {
  flex-shrink: 0;
  width: 281px;
  padding: 0 5px;
}

.slick-initialized .m-economic-control__tab__list__item:nth-child(n+2) {
  display: block;
}

.m-economic-control__tab__list__item.is-current {
  border-bottom: 0;
}

.m-economic-control__tab__list__item.is-current .m-economic-control__tab__button {
  background-color: #fff;
}

.m-economic-control__tab__list__item.is-current .m-economic-control__tab__button:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.m-economic-control__tab__list__item.is-current span {
  color: #024f95;
}

.m-economic-control__tab__list__item.is-current .m-economic-control__tab__button {
  border-bottom: none;
}

.m-economic-control__tab__list__item.is-current .m-economic-control__tab__button:after {
  opacity: 1;
}

.m-economic-control__tab__button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #dde0e5;
  border-radius: 5px 5px 0 0;
  background-color: #f4f9fb;
  color: #313942;
  line-height: 1.4;
  text-align: center;
  transition: none !important;
}

.m-economic-control__tab__button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background-color: #024f95;
  content: "";
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-economic-control__box {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  border-radius: 3px;
  background-color: #f4f9fb;
}

.m-economic-control__group {
  display: flex;
  align-items: center;
  width: 48%;
}

.m-economic-control__label {
  width: 75px;
  font-weight: bold;
}

.m-economic-control__select {
  width: 345px;
}

.m-economic-control__select .m-economic-country {
  width: 22px;
}

.m-economic-control__select .m-economic-star {
  margin: 0;
}

.m-economic-control__select__ui {
  position: relative;
}

.m-economic-control__select__ui__current {
  display: flex;
  position: relative;
  align-items: center;
  height: 40px;
  padding: 0 50px 0 20px;
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.m-economic-control__select__ui__current:hover:after {
  background-color: #eaf4f8;
}

.m-economic-control__select__ui__current > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.m-economic-control__select__ui__current:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #465059;
  content: "";
}

.m-economic-control__select__ui__current:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #dce3e9;
  background-color: #f3f4f6;
  content: "";
}

.m-economic-control__select__ui__list {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #dce3e9;
}

.m-economic-control__select__ui__list a {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
}

.m-economic-control__select__ui__list a.is-current, .m-economic-control__select__ui__list a:hover {
  background-color: #3297fd;
  color: #fff;
}

.m-economic-calendar {
  display: flex;
  border: 1px solid #dce3e9;
}

.m-economic-calendar + .m-economic-calendar {
  border-top: none;
}

.m-economic-calendar__time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9%;
  border-right: 1px solid #dce3e9;
  background-color: #f4f9fb;
  font-weight: 400;
}

.m-economic-calendar__detail {
  display: flex;
  width: 91%;
  padding: 10px;
}

.m-economic-calendar__name {
  width: 46.38%;
}

.m-economic-calendar__name.is-full {
  width: 100%;
}

.m-economic-star {
  display: block;
  position: relative;
  width: 92px;
  height: 16px;
  margin: 8px 0 0;
}

.m-economic-star:before, .m-economic-star:after {
  display: block;
  width: 100%;
  height: 100%;
  background: 0 0 no-repeat;
  background-size: auto 100%;
  content: "";
}

.m-economic-star:before {
  background-image: url(/corp/guide/fxneo/cal/img/index_ic01.png);
}

.m-economic-star:after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/corp/guide/fxneo/cal/img/index_ic02.png);
}

.m-economic-star[data-rating="1"]:after {
  width: 15%;
}

.m-economic-star[data-rating="2"]:after {
  width: 38%;
}

.m-economic-star[data-rating="3"]:after {
  width: 58%;
}

.m-economic-star[data-rating="4"]:after {
  width: 78%;
}

.m-economic-star[data-rating="5"]:after {
  width: 100%;
}

.m-economic-country {
  position: relative;
  top: -1px;
  margin-right: 10px;
  vertical-align: middle;
}

.m-economic-calendar__cell {
  font-weight: 400;
  text-align: center;
}

.m-economic-calendar__label {
  display: inline-block;
  margin: 0 0 5px;
  padding: 1px 10px;
  border-radius: 50px;
  background-color: #f3f4f6;
  font-size: 1.4rem;
  line-height: 1.4;
}

.m-economic-calendar__text {
  font-size: 1.8rem;
}

.m-toolcard-wrap {
  display: flex;
  justify-content: space-between;
}

.m-toolcard {
  display: block;
  width: 48.02632%;
  padding: 20px;
  border: 1px solid #dde0e5;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px rgba(162, 173, 183, 0.2), 0px 0px 0px 1px #dde0e5 inset;
}

.m-toolcard-flex {
  display: flex;
  justify-content: space-between;
}

.m-toolcard__image {
  min-width: 80px;
  margin-right: 25px;
  text-align: center;
}

.m-toolcard__detail {
  flex-grow: 1;
}

.m-toolcard__title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-toolcard__title sup {
  font-size: 50%;
}

.m-toolcard__title:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
          transform: rotate(45deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-toolcard__icon {
  display: inline-block;
  min-width: 84px;
  margin: 8px 0 0;
  padding: 2px 15px;
  border-radius: 50px;
  background-color: #465059;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.m-toolcard__text {
  margin: 15px 0 0;
  clear: both;
}

.m-inquiry-v3 {
  margin-top: 60px;
  border-radius: 3px;
  background-color: #f4f9fb;
  box-shadow: 0px 0px 0px 1px #dde0e5 inset;
}

.m-inquiry-v3__box {
  padding: 30px;
}

.m-inquiry-v3__detail {
  display: flex;
  justify-content: space-between;
}

.m-inquiry-v3__text {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}

.m-inquiry-v3__grid {
  width: 48%;
}

.m-inquiry-button-v2__type {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #313942;
  line-height: 1.4;
  text-align: center;
}

.m-stockholder-search-switch-wrap {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 60px;
}

.m-stockholder-search-switch {
  position: relative;
  width: 49.3%;
  padding: 10px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.m-stockholder-search-switch.is-current {
  height: 60px;
  border-top: 4px solid #024f95;
  border-radius: 5px 5px 0 0;
  border-bottom-color: #fff;
  color: #024f95 !important;
}

.m-stockholder-search-switch.is-current:after {
  display: none;
}

.m-stockholder-search-switch:before, .m-stockholder-search-switch:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 1px);
  right: 18px;
  width: 15px;
  height: 1px;
  background-color: #9da4ab;
  content: "";
}

.m-stockholder-search-switch:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-stockholder-search-control__box {
  display: none;
  margin-top: -1px;
  padding: 20px 20px;
  border: 1px solid #dde0e5;
  border-radius: 0 3px 3px 3px;
  background-color: #f4f9fb;
}

.m-stockholder-search-control__box > :first-child {
  margin-top: 0 !important;
}

.m-stockholder-search-note {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}

.m-stockholder-search-note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.m-stockholder-search-box {
  margin: 2.4em 0 0 0;
  border-radius: 3px;
  background-color: #f4f9fb;
  box-shadow: 0px 0px 0px 1px #dde0e5 inset;
}
.m-stockholder-search-box .m-stockholder-search-box__body {
  padding: 1.6em 1.8em;
}
.m-stockholder-search-box .m-stockholder-search-box__body > *:first-child {
  margin-top: 0!important;
}
.m-stockholder-search-box .m-stockholder-search-box__body > *:last-child {
  margin-bottom: 0!important;
}
.m-stockholder-search__result {
  margin: 25px 0 15px;
  font-weight: bold;
}

.m-stockholder-search__result + .m-stockholder-search__pager {
  margin-top: 0 !important;
}

.m-stockholder-search__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 30px;
}

.m-stockholder-search__pager a {
  padding: 0 4px;
  text-decoration: underline;
}

.m-stockholder-search__pager a:hover {
  color: #0067c3;
  text-decoration: none;
}

.m-stockholder-search__pager__next a,
.m-stockholder-search__pager__prev a {
  display: block;
  position: relative;
  width: 18px;
  height: 16px;
}

.m-stockholder-search__pager__next a:after,
.m-stockholder-search__pager__prev a:after {
  -webkit-transform: rotate(45deg);
  display: block;
  z-index: 2;
  position: relative;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
          transform: rotate(45deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-stockholder-search__pager__first {
  margin-right: 12px;
}

.m-stockholder-search__pager__prev a:after {
  -webkit-transform: rotate(225deg);
  left: 2px;
          transform: rotate(225deg);
}

.m-stockholder-search__pager__next a:after {
  right: 2px;
}

.m-stockholder-search__pager__end {
  margin-left: 12px;
}

.m-stockholder-search__pager__list {
  display: flex;
  align-items: center;
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.m-stockholder-search__pager__list li {
  margin: 0 4px;
  font-weight: 400;
}

.m-stockholder-search__pager__list li:nth-child(n+6) {
  display: none;
}

.m-stockholder-search__pager__list li span {
  padding: 0 4px;
  font-weight: bold;
}

.m-stockholder-search-control__row {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.m-stockholder-search-control__row .m-stockholder-search-control__title {
  flex-shrink: 0;
}

.m-stockholder-search-control__col {
  margin-top: 30px;
}

.m-stockholder-search-control__col .m-stockholder-search-control__title {
  margin-bottom: 15px;
}

.m-stockholder-search-control__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.m-stockholder-search-control__price__grid {
  display: flex;
  align-items: center;
  width: 48%;
}

.m-stockholder-search-control__price__grid span {
  flex-shrink: 0;
  margin-left: 10px;
}

.m-stockholder-search-control__price__grid .m-input {
  width: 140px;
}

.m-stockholder-search-action {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.m-stockholder-search-action__submit,
.m-stockholder-search-action__clear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-stockholder-search-action__submit {
  width: 300px;
  border-color: #465059;
  background-color: #465059;
  color: #fff;
}

.m-stockholder-search-action__clear {
  width: 120px;
  background-color: #fff;
  color: #313942;
}

.m-stockholder-search-control__title {
  margin: 0;
  font-weight: bold;
}

.m-stockholder-search-control__title small {
  font-size: 1.4rem;
  font-weight: 400;
}

.m-stockholder-search-control__detail {
  display: flex;
  flex-grow: 1;
}

.m-stockholder-search-control__detail--col {
  display: block;
}

.m-stockholder-search-control__detail--col .m-select {
  margin-top: 10px;
}

.m-stockholder-noitem {
  margin-top: 25px;
  font-weight: 400;
  text-align: center;
}

.m-fund-point {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 3px;
}

.m-fund-point__head {
  position: relative;
  margin: 0;
  padding: 8px 10px;
  background-color: #3d6b99;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.m-fund-point__head:after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -16px;
  left: 50%;
  border: 8px solid transparent;
  border-top-color: #3d6b99;
  content: "";
}

.m-fund-point__body {
  padding: 12px 20px;
  background-color: #e4ecf5;
}

.m-fund-point__list {
  display: flex;
  justify-content: space-between;
}

.m-fund-point__list__item {
  display: flex;
  align-items: center;
}

.m-fund-point__list__icon {
  flex-shrink: 0;
  width: 56px;
  margin-right: 10px;
}

.m-fund-point__list__text {
  color: #3d6b99;
  font-size: 1.9rem;
  font-weight: 700;
}

.m-fund-point__list__text .is-size180 {
  font-size: 180%;
}

.m-fund-point__list__text .is-size150 {
  font-size: 150%;
}

.m-fund-point__list__text .is-size130 {
  font-size: 130%;
}

.m-control-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.m-radio,
.m-checkbox {
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-radio a {
  display: block;
  width: 100%;
}

.m-radio a > span {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 6px 10px 6px 40px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.625;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-radio label,
.m-checkbox label {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 6px 10px 6px 40px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.625;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  padding: 6px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
}

.m-input--solid {
  border-radius: 0;
}

.m-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.m-radio a > span:before,.m-radio a > span:after,
.m-radio input[type="radio"] + label:before, .m-radio input[type="radio"] + label:after {
  display: inline-block;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  content: '';
  cursor: pointer;
}

.m-radio a > span:before,
.m-radio input[type="radio"] + label:before {
  top: calc(50% - 9px);
  left: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #dde0e5;
}

.m-radio a > span:after,
.m-radio input[type="radio"] + label:after {
  z-index: 3;
  top: calc(50% - 5px);
  left: 16px;
  width: 10px;
  height: 10px;
}

.m-radio a > span.is-checked,
.m-radio input[type="radio"]:checked + label {
  border-color: #daecf2;
  background-color: #daecf2;
}

.m-radio a > span.is-checked:after,
.m-radio input[type="radio"]:checked + label:after,
.m-radio input[type="radio"]:focus + label:after {
  background-color: #024f95;
}

.m-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.m-checkbox input[type="checkbox"] + label:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 9px);
  left: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #dde0e5;
  background: #fff;
  content: '';
}

.m-checkbox input[type="checkbox"] + label:after {
  -webkit-transform: rotate(40deg);
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 7px);
  left: 18px;
  width: 6px;
  height: 12px;
          transform: rotate(40deg);
  border-right: 3px solid #0c4684;
  border-bottom: 3px solid #0c4684;
  content: "";
  opacity: 0;
}

.m-checkbox input[type="checkbox"]:checked + label {
  border-color: #daecf2;
  background-color: #daecf2;
}

.m-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.m-select {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dde0e5;
  border-radius: 5px;
}

.m-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 7px 40px 7px 15px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.m-select select::-ms-expand {
  display: none;
}

.m-select:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #465059;
  content: "";
  pointer-events: none;
}

.m-select:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #dce3e9;
  background-color: #f3f4f6;
  content: "";
  pointer-events: none;
}

.m-stockholder-step-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.m-stockholder-step {
  position: relative;
}

.m-stockholder-step .m-fund-count {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.m-stockholder-step .m-fund-count--flex .m-fund-count__button:nth-child(1) {
  border-radius: 0;
}

.m-stockholder-step .m-fund-count__button {
  height: 100%;
}

.m-stockholder-step__hr {
  margin: 0;
}

.m-fund-box {
  padding: 20px;
  background-color: #f4f9fb;
}

.m-fund-box > :first-child {
  margin-top: 0 !important;
}

.m-fund-layout__grid > :first-child {
  margin-top: 0;
}

.m-fund-tab {
  margin: 2em 0 0 0;
}

.m-fund-tab__head {
  overflow: hidden;
}

.m-fund-tab__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0px -1px 0px 0px #dde0e5 inset;
}

.m-fund-tab__list > li {
  width: 100%;
  list-style: none;
}

.m-fund-tab__list > li.is-current {
  border-bottom: 0;
}

.m-fund-tab__list > li.is-current .m-fund-tab__button {
  background-color: #fff;
}

.m-fund-tab__list > li.is-current .m-fund-tab__button:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.m-fund-tab__list > li.is-current .m-fund-tab__label {
  color: #024f95;
}

.m-fund-tab__list > li.is-current .m-fund-tab__button:after {
  opacity: 1;
}

.m-fund-tab__button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #f4f9fb;
  box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  color: #313942;
  line-height: 1.4;
  text-align: center;
}

.m-fund-tab__button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background-color: #024f95;
  content: "";
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-fund-tab__detail > :first-child {
  margin-top: 0 !important;
}

.m-fund-table__header__childtable {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.m-fund-table__header__childtable__top {
  flex-grow: 1;
  width: 100%;
  padding: 10px;
}

.m-fund-table__header__childtable__bottom {
  display: flex;
  width: 100%;
}

.m-fund-table__header__childtable__item {
  width: 16.66%;
  padding: 8px;
  border-top: 1px solid #dde0e5;
}

.m-fund-table__header__childtable__item:nth-child(4) {
  width: 16.86%;
}

.m-fund-table__header__childtable__item:nth-child(5) {
  width: 16.66%;
}

.m-fund-table__header__childtable__item:nth-child(6) {
  width: 16.26%;
}

.m-fund-table__header__childtable__item:not(:last-child) {
  border-right: 1px solid #dde0e5;
}

.m-fund-table__header__childtable__item .m-fund-count {
  margin-top: 5px;
}

.m-fund-table__header__label {
  font-weight: normal;
}

.m-fund-table__header__label em {
  font-style: normal;
  font-weight: bold;
}

.m-fund-table__body {
  font-weight: 400;
}

.m-fund-table__body__tr {
  display: flex;
}

.m-fund-table__body__tr .m-fund-table__item {
  padding: 15px 10px;
}

.m-fund-table__plus {
  color: #cc0000;
}

.m-fund-table__minus {
  color: #0067c3;
}

.m-fund-table__data {
  width: 100%;
  margin: 0;
  padding: 0;
}

.m-fund-table__data--number {
  text-align: right;
}

.m-fund-table__data dt {
  display: none;
  margin: 0;
  padding: 0;
}

.m-fund-table__data dd {
  margin: 0;
  padding: 0;
}

.m-fund-table__category {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-fund-table__category li {
  padding: 3px 10px 1px 10px;
  border-radius: 50px;
  background-color: #339c8f;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.m-fund-table__category li.is-color01 {
  background-color: #3f84b3;
}

.m-fund-table__category li.is-color02 {
  background-color: #339c8f;
}

.m-fund-table__category li.is-color03 {
  background-color: #d87159;
}

.m-fund-table__category li.is-color04 {
  background-color: #bb891d;
}

.m-fund-table__title {
  width: 100%;
}

.m-fund-table__title__name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.m-fund-table__title__name a {
  display: inline-block;
}

.m-fund-table__title__name a:hover {
  text-decoration: underline;
}

.m-fund-table__title__name a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
          transform: rotate(45deg);
  border-top: 1px solid #adb5bb;
  border-right: 1px solid #adb5bb;
  content: "";
}

.m-fund-table__title__company {
  margin: 0.5em 0 0;
  color: #666666;
  font-size: 1.4rem;
}

.m-fund-table__title__return {
  margin-top: 15px;
}

.m-fund-table__header--sp {
  position: relative;
  overflow: hidden;
  border: 1px solid #dde0e5;
  border-radius: 5px;
}

.m-fund-table__header--sp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: none;
  outline: none;
  font-size: 1.6rem;
}

.m-fund-table__header--sp:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #465059;
  content: "";
}

.m-fund-table__header--sp:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #dce3e9;
  background-color: #f3f4f6;
  content: "";
}

.m-fund-count {
  display: flex;
  justify-content: center;
}

.m-fund-count--flex .m-fund-count__button:nth-child(1) {
  border-radius: 5px 0 0 5px;
}

.m-fund-count--flex .m-fund-count__button:nth-child(2) {
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}

.m-fund-count__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-fund-count__button:not(.is-current):hover {
  background-color: #eaf4f8;
}

.m-fund-count__button.is-current {
  background-color: #c7e5ef;
}

.m-fund-count__button:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 5px);
  border: 5px solid transparent;
  content: "";
}

.m-fund-count__button.is-countdown:before {
  top: calc(50% - 2px);
  border-top-color: #465059;
}

.m-fund-count__button.is-countup:before {
  top: calc(50% - 7px);
  border-bottom-color: #465059;
}

.m-fund-keyword {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.m-fund-keyword__control {
  position: relative;
  margin-right: 35px;
}

.m-fund-keyword__control__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: unset;
  border: none;
  border-radius: 0 5px 5px 0;
  outline: none;
  background: #465059 url(/corp/guide/fund/search/index_ic05.svg) 50% 50% no-repeat;
  background-size: 22px auto;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.m-fund-keyword__control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 438px;
  padding: 11px 78px 11px 18px;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 0 2px 5px #d3d7dc;
  font-size: 1.6rem;
}

.m-fund-accordion {
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #dde0e5 inset;
}

.m-fund-accordion__head {
  display: block;
  box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  color: #313942;
}

.m-fund-accordion__title {
  display: block;
  position: relative;
  padding-right: 2.6em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-fund-accordion__title:before {
  -webkit-transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 14px;
  height: 14px;
  margin-top: -0.5em;
  transform: rotate(135deg);
  border-top: 1px solid #9da4ab;
  border-right: 1px solid #9da4ab;
  border-color: #9da4ab;
  vertical-align: middle;
  content: "";
}

.is-active .m-fund-accordion__title:before {
  margin-top: -0.25em;
}

.is-active .m-fund-accordion__title:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-fund-accordion__body {
  position: relative;
}

/* m-rate-table */
.m-rate-table__cell--left-top, .m-rate-table__cell--lv1--left-top, .m-rate-table__cell--lv2--left-top {
  text-align: left !important;
  vertical-align: top !important;
}

.m-rate-table__cell--left-middle, .m-rate-table__cell--lv1--left-middle, .m-rate-table__cell--lv2--left-middle {
  text-align: left !important;
  vertical-align: middle !important;
}

.m-rate-table__cell--left-bottom, .m-rate-table__cell--lv1--left-bottom, .m-rate-table__cell--lv2--left-bottom {
  text-align: left !important;
  vertical-align: bottom !important;
}

.m-rate-table__cell--center-top, .m-rate-table__cell--lv1--center-top, .m-rate-table__cell--lv2--center-top {
  text-align: center !important;
  vertical-align: top !important;
}

.m-rate-table__cell--center-middle, .m-rate-table__cell--lv1--center-middle, .m-rate-table__cell--lv2--center-middle {
  text-align: center !important;
  vertical-align: middle !important;
}

.m-rate-table__cell--center-bottom, .m-rate-table__cell--lv1--center-bottom, .m-rate-table__cell--lv2--center-bottom {
  text-align: center !important;
  vertical-align: bottom !important;
}

.m-rate-table__cell--right-top, .m-rate-table__cell--lv1--right-top, .m-rate-table__cell--lv2--right-top {
  text-align: right !important;
  vertical-align: top !important;
}

.m-rate-table__cell--right-middle, .m-rate-table__cell--lv1--right-middle, .m-rate-table__cell--lv2--right-middle {
  text-align: right !important;
  vertical-align: middle !important;
}

.m-rate-table__cell--right-bottom, .m-rate-table__cell--lv1--right-bottom, .m-rate-table__cell--lv2--right-bottom {
  text-align: right !important;
  vertical-align: bottom !important;
}

.m-rate-table [class*="__cell"] {
  text-align: left;
  vertical-align: top;
}

.m-rate-table__matrix {
  width: 100%;
  border: 1px solid #dde0e5;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.m-rate-table__matrix thead > tr {
  border-bottom: 1px solid #dde0e5;
}
.m-rate-table__matrix tbody > tr:nth-child(odd) {
  background-color: rgba(220, 220, 220, 0.2);
}
.m-rate-table__matrix tbody > tr:nth-child(even) {
  background-color: transparent;
}
.m-rate-table__matrix > caption > *:first-child,
.m-rate-table__matrix > caption > section:first-child > *:first-child,
.m-rate-table__matrix > caption > [class^="m-list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.m-rate-table__matrix > caption > *:last-child {
  margin-bottom: 0 !important;
}
.m-rate-table [class*="__cell"] > *:first-child,
.m-rate-table [class*="__cell"] > section:first-child > *:first-child,
.m-rate-table [class*="__cell"] > [class^="m-list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.m-rate-table [class*="__cell"] > *:last-child {
  margin-bottom: 0 !important;
}

.m-rate-table [class*="__cell--lv1"] {
  background-color: rgba(200,222,232, 0.2);
}

.m-rate-table [class*="__cell--lv2"] {
  background-color: rgba(220, 220, 220, 0.2);
}

.m-corp-guide__description {
  margin: 1.0em 0 0 0;
}

.m-corp-guide__description__office {
  margin: 0;
  line-height: 1.4;
}

.m-corp-guide__description__tel {
  margin: 0;
  line-height: 1.4;
}

.m-corp-guide__note-list {
  padding: 0;
}

.m-corp-guide__note-list > li {
  position: relative;
  padding-left: 1.4em;
  list-style: none;
}

.m-corp-guide__note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}

.m-month-indicator__select select::-ms-expand {
  display: none;
}

/* m-corp-guide-form-button */
.m-corp-guide-form-button {
  display: block;
  position: relative;
  border: 1px solid #dde0e5;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* m-corp-guide-form__control */
.m-corp-guide-form__control {
  display: flex;
  justify-content: space-between;
}

/* m-swappoint-control__select */
.m-swappoint-control__select {
  width: 345px;
}

.m-swappoint-control__select .m-corp-guide-country {
  width: 31px;
  margin-right: 4px;
}

.m-swappoint-control__select .m-corp-guide-country:last-child {
  margin-right: 9px;
}

.m-swappoint-control__select .m-corp-guide-star {
  margin: 0;
}

.m-swappoint-control__select__ui {
  position: relative;
}

.m-swappoint-control__select__ui__current {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 20px;
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.m-swappoint-control__select__ui__current:hover:after {
  background-color: #eaf4f8;
}

.m-swappoint-control__select__ui__current > span {
  display: block;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
}

.m-swappoint-control__select__ui__current:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #465059;
  content: "";
}

.m-swappoint-control__select__ui__current:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #dce3e9;
  background-color: #f3f4f6;
  content: "";
}

.m-swappoint-control__select__ui__list {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #dce3e9;
}

.m-swappoint-control__select__ui__list a {
  display: flex;
  align-items: center;
  min-height: 35px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
}

.m-swappoint-control__select__ui__list a.is-current, .m-swappoint-control__select__ui__list a:hover {
  background-color: #3297fd;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-stockholder-news__item {
    border: 1px solid #dde0e5;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-stockholder-news__item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .m-stockholder-news__item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .m-stockholder-news__item:hover {
    background-color: #eaf4f8;
  }
  .m-stockholder-news__item:hover .m-stockholder-news__title {
    color: #0067c3;
  }
  .m-genre__card {
    display: block;
    width: calc(33.3333% - 10px);
  }
  .m-genre__card:hover {
    text-decoration: underline;
  }
  .m-genre__card:hover .m-genre__card__image {
    opacity: 0.7;
  }
  .m-vesting-layout__calendar > .m-calendar {
    margin-top: 0;
  }
  .m-product__detail .m-list-wrap {
    margin: 0 0 -20px;
  }
  .m-product__detail .m-link-list {
    display: flex;
  }
  .m-product__detail .m-link-list > li {
    margin: 0 40px 20px 0;
  }
  .m-fund-detail-layout .m-description-list-v2 > dt {
    -webkit-font-feature-settings: "palt";
    width: 17%;
            font-feature-settings: "palt";
  }
  .m-economic-control__today__button {
    width: 200px;
    padding: 11px 50px 11px 30px;
  }
  .m-economic-control__today__button:hover {
    color: #0067c3;
    text-decoration: underline;
  }
  .m-economic-control__tab__list {
    margin: 0 -5px -1px;
  }
  .m-economic-control__tab__list {
    margin: 0 -5px -1px;
  }
  .m-economic-control__tab__list--sp {
    display: none;
  }
  .m-economic-control__tab__list__item:nth-child(n+2) {
    display: none;
  }
  .m-economic-control__tab__button {
    padding: 1em 1.2em;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .m-economic-calendar__cell {
    width: 18.07%;
    border-left: 1px solid #dce3e9;
  }
  .m-toolcard:hover {
    background-color: #eaf4f8;
    color: inherit;
  }
  .m-toolcard:hover .m-toolcard__title {
    color: #0067c3;
  }
  .m-inquiry-button-v2__type {
    padding: 0.8636em 1.4em;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .m-inquiry-button-v2__type:hover {
    border-color: #0067c3;
    background-color: #0067c3;
    color: #fff;
  }
  .m-stockholder-search-control__row .m-stockholder-search-control__title {
    width: 170px;
    padding-top: 8px;
  }
  .m-stockholder-search-control__col-grid {
    display: flex;
    justify-content: space-between;
  }
  .m-stockholder-search-control__col-grid .m-stockholder-search-control__col:nth-child(1) {
    width: 370px;
  }
  .m-stockholder-search-control__col-grid .m-stockholder-search-control__col:nth-child(2) {
    width: 480px;
  }
  .m-stockholder-search-action__submit,
  .m-stockholder-search-action__clear {
    margin: 0 10px;
  }
  .m-stockholder-search-action__submit:hover,
  .m-stockholder-search-action__clear:hover {
    border-color: #0067c3;
    background-color: #0067c3;
    color: #fff;
  }
  .m-stockholder-news--search .m-stockholder-news__item {
    padding: 20px 20px 20px 30px;
  }
  .m-stockholder-news--search .m-stockholder-news__list li {
    margin-right: 2em;
  }
  .m-control-wrap.is-col2--pc > * {
    width: calc(50% - 5px);
  }
  .m-control-wrap.is-col2--pc > *:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
  .m-control-wrap.is-col2--pc > *:nth-child(n+3) {
    margin-top: 10px;
  }

  .m-control-wrap.is-col3--pc > * {
    width: calc(33.3333% - 8px);
  }
  .m-control-wrap.is-col3--pc > *:not(:nth-child(3n+1)) {
    margin-left: 12px;
  }
  .m-control-wrap.is-col3--pc > *:nth-child(n+4) {
    margin-top: 10px;
  }
  .m-control-wrap.is-col4--pc > * {
    width: calc(25% - 9px);
  }
  .m-control-wrap.is-col4--pc > *:not(:nth-child(4n+1)) {
    margin-left: 12px;
  }
  .m-control-wrap.is-col4--pc > *:nth-child(n+5) {
    margin-top: 10px;
  }
  .m-control-wrap.is-col5--pc > * {
    width: calc(20% - 8px);
  }
  .m-control-wrap.is-col5--pc > *:not(:nth-child(5n+1)) {
    margin-left: 10px;
  }
  .m-control-wrap.is-col5--pc > *:nth-child(n+6) {
    margin-top: 10px;
  }
  .m-control-wrap.is-col6--pc > * {
    width: calc(16.66% - 9px);
  }
  .m-control-wrap.is-col6--pc > *:not(:nth-child(6n+1)) {
    margin-left: 10px;
  }
  .m-control-wrap.is-col6--pc > *:nth-child(n+7) {
    margin-top: 10px;
  }
  .m-radio a:hover > span,
  .m-radio label:hover,
  .m-checkbox label:hover {
    background-color: #eaf4f8;
    color: #0067c3;
  }
  .m-fund-box {
    margin: 0 0 45px;
  }
  .m-fund-layout {
    display: flex;
    justify-content: space-between;
  }
  .m-fund-layout .m-stockholder-step {
    width: 120px;
  }
  .m-fund-layout__grid:nth-child(1) {
    width: 420px;
  }
  .m-fund-layout__grid:nth-child(1) .m-stockholder-search-control__row .m-stockholder-search-control__title {
    width: 140px;
  }
  .m-fund-layout__grid:nth-child(2) {
    width: 390px;
  }
  .m-fund-layout__grid:nth-child(2) .m-stockholder-search-control__row .m-stockholder-search-control__title {
    width: 115px;
  }
  .m-fund-tab__list {
    margin: 0 -5px;
  }
  .m-fund-tab__list > li {
    padding: 0 5px;
  }
  .m-fund-tab__button {
    padding: 1.1em 1.2em;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .m-fund-tab__body {
    padding: 35px 0 0;
  }
  .m-fund-table {
    border-top: 1px solid #dde0e5;
    border-left: 1px solid #dde0e5;
  }
  .m-fund-table__header {
    display: flex;
  }
  .m-fund-table__header .m-fund-table__item {
    background-color: #f4f9fb;
    text-align: center;
  }
  .m-fund-table__header .m-fund-table__header__label {
    flex-grow: 1;
  }
  .m-fund-table__header .m-fund-count {
    margin-top: 8px;
  }
  .is-type02 .m-fund-table__header .m-fund-table__item:nth-child(2) {
    width: 54%;
  }
  .is-type02 .m-fund-table__header .m-fund-table__item:nth-child(3) {
    width: 12%;
  }
  .m-fund-table__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-right: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
  }
  .m-fund-table__item--has-child {
    padding: 0;
  }
  .is-type01 .m-fund-table__item:nth-child(1) {
    width: 35%;
  }
  .is-type01 .m-fund-table__item:nth-child(2) {
    width: 11%;
  }
  .is-type01 .m-fund-table__item:nth-child(3) {
    width: 11%;
  }
  .is-type01 .m-fund-table__item:nth-child(4) {
    width: 11%;
  }
  .is-type01 .m-fund-table__item:nth-child(5) {
    width: 15%;
  }
  .is-type01 .m-fund-table__item:nth-child(6) {
    width: 17%;
  }
  .is-type02 .m-fund-table__item:nth-child(1) {
    width: 34%;
  }
  .is-type02 .m-fund-table__item:nth-child(2) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(3) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(4) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(5) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(6) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(7) {
    width: 9%;
  }
  .is-type02 .m-fund-table__item:nth-child(8) {
    width: 12%;
  }
  .m-fund-table__header__label.is-normalize01 {
    padding-top: 1.3em;
  }
  .m-fund-table__body__tr .m-fund-table__item {
    font-size: 1.8rem;
  }
  .is-type02 .m-fund-table__body__tr .m-fund-table__item:nth-child(n+2) {
    padding: 6px;
  }
  .m-fund-table__label {
    font-size: 1.6rem;
  }
  .m-fund-table__category li:nth-child(n+2) {
    margin-top: 10px;
  }
  .m-fund-keyword__control__submit:hover {
    background-color: #0067c3;
  }
  .m-fund-accordion__head {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-accordion__head:hover {
    background-color: #eaf4f8;
    color: #0067c3;
  }
  .m-fund-accordion__body {
    padding: 20px 20px 30px;
  }
  .m-simulation {
    padding: 20px;
    background-color: #f4f9fb;
  }
  .m-simulation-setting {
    display: flex;
    align-items: flex-end;
  }
  .m-simulation-setting__column {
    display: flex;
    flex-grow: 1;
  }
  .m-simulation-setting__item + .m-simulation-setting__item {
    margin-left: 12px;
  }
  .m-simulation-setting__text {
    font-size: 1.4rem;
  }
  .m-simulation-setting__input {
    display: flex;
    align-items: flex-end;
  }
  .m-simulation-setting__input > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 6px;
    border: 1px solid #dde0e5;
    outline: none;
    background-color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
  }
  .m-simulation-setting__input--ammount1 {
    width: 104px;
  }
  .m-simulation-setting__input--interestRate1 {
    width: 77px;
  }
  .m-simulation-setting__input--year1 {
    width: 57px;
  }
  .m-simulation-setting__input--year2 {
    width: 57px;
  }
  .m-simulation-setting__input--interestRate2 {
    width: 77px;
  }
  .m-simulation-setting__input--ammount2 {
    width: 97px;
  }
  .m-simulation-setting__input--ammount3 {
    width: 104px;
  }
  .m-simulation-setting__input--interestRate3 {
    width: 77px;
  }
  .m-simulation-setting__input--totalAmmount3 {
    width: 97px;
  }
  .m-simulation-setting__input--ammount4 {
    width: 104px;
  }
  .m-simulation-setting__input--year4 {
    width: 57px;
  }
  .m-simulation-setting__input--totalAmmount4 {
    width: 97px;
  }
  .m-simulation-setting__input__label {
    margin-left: 8px;
    padding-bottom: 3px;
    font-weight: bold;
  }
  .m-simulation-setting__result {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
  }
  .m-simulation-setting__result__detail {
    margin-left: 10px;
  }
  .m-simulation-setting__result__label {
    font-weight: bold;
    line-height: 1.4;
  }
  .m-simulation-setting__result__text {
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 8px 20px 8px 10px;
    border: 1px solid #dde0e5;
    background-color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
  }
  .m-simulation-setting__result__unit {
    font-size: 2.0rem;
  }
  .m-simulation-setting__result--ans1 {
    width: 177px;
  }
  .m-simulation-setting__result--eachammount {
    width: 177px;
  }
  .m-simulation-setting__result--calcterm {
    width: 198px;
  }
  .m-simulation-setting__result--ans4 {
    width: 177px;
  }
  .m-simulation-button__type {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0.9em 1.3em;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #465059;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-simulation-button__type:hover {
    background-color: #0067c3;
  }
  .m-simulation-button__label {
    display: inline-block;
    font-weight: bold;
  }
  .m-simulation-graph {
    margin-top: 20px;
    padding: 15px 20px 20px;
    background-color: #fff;
  }
  .m-simulation-graph__usage {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .m-simulation-graph__usage > li {
    font-size: 1.2rem;
  }
  .m-simulation-graph__usage > li + li {
    margin-left: 12px;
  }
  .m-simulation-graph__usage .m-simulation-graph__usage__leader {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .m-simulation-graph__usage__icon--01 {
    display: inline-block;
    width: 22px;
    height: 10px;
    margin-right: 12px;
    background-color: #d0e6f6;
  }
  .m-simulation-graph__usage__icon--02 {
    display: inline-block;
    width: 22px;
    height: 10px;
    margin-right: 12px;
    background-color: #facccc;
  }
  .m-simulation-graph__chart {
    margin-top: 10px;
  }
  .m-simulation-graph__chart__inner {
    position: relative;
  }
  [class^=m-simulation-graph__chart__balloon__item] {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 8px 11px 11px 10px;
    width: 231px;
    height: 102px;
    background: url(/corp/guide/fund/simulation/img/index_bg01.png) no-repeat top 0 left 0/100%;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li {
    font-size: 1.5rem;
    text-align: right;
    line-height: 1.4;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li:nth-child(2) {
    margin-top: 2px;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li:nth-child(3) {
    margin-top: 10px;
  }
  .m-simulation-graph__chart__balloon__item--01 {
    top: 124px;
    left: 52px;
  }
  .m-simulation-graph__chart__balloon__item--02 {
    top: 47px;
    left: 345px;
  }
  .m-simulation-graph__chart__balloon__item--03 {
    top: -33px;
    left: 597px;
  }
  .m-simulation-graph + .m-list-wrap {
    margin-top: 1em;
  }
  .m-simulation-description-list-v2 {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 2em 0 0 0;
    padding: 0;
    padding-bottom: .8em;
    box-shadow: 0px -1px 0px 0px #dde0e5 inset;
  }
  .m-simulation-description-list-v2 + .m-simulation-description-list-v2 {
    margin-top: .8em;
  }
  .m-simulation-description-list-v2 > dt {
    flex-shrink: 0;
    width: 20%;
    margin: 0;
    margin-right: 2.5em;
    font-weight: 700;
  }
  .m-simulation-description-list-v2 > dd {
    margin: 0;
  }
  /* m-rate-table */
  .m-rate-table__caption, .m-rate-table__caption--center, .m-rate-table__caption--right {
    margin: .9em 0 0 0;
    font-size: 1.4rem;
  }
  .m-rate-table [class*="__cell"] {
    padding: .44em .8em;
  }
  .m-rate-table thead [class*="__cell"] {
    padding: .44em .5em;
  }
  .m-rate-table__head {
    margin: 0 0 .8em;
  }
  .m-rate-table__foot {
    margin: .8em 0 0;
  }
  .m-rate-table__title {
    margin: 0 0 .5em;
    font-size: 2.0rem;
    font-weight: 700;
  }
  .m-rate-table__note {
    font-size: 1.4rem;
  }
  .m-rate-table__matrix > caption {
    margin: 0 0 .8em;
  }
  .m-rate-table [class*="__cell--lv1"] {
    font-weight: 700;
  }
  .m-rate-table [class*="__cell--lv2"] {
    font-weight: 400;
  }
  .m-rate-table__w--currency-pairs {
    width: 18%;
  }
  .m-rate-table__w--currency-single {
    width: 21%;
  }
  .m-rate-table__w--rate-bid {
    width: 14%;
  }
  .m-rate-table__w--rate-bid-v2 {
    width: 14%;
  }
  .m-rate-table__w--rate-ask {
    width: 14%;
  }
  .m-rate-table__w--rate-ask-v2 {
    width: 14%;
  }
  .m-rate-table__w--rate-arrow {
    width: 5%;
  }
  .m-rate-table__w--rate-arrow-v2 {
    width: 5%;
  }
  .m-rate-table__w--rate-spread {
    width: 13%;
  }
  .m-rate-table__w--rate-spread-v2 {
    width: 12%;
  }
  .m-rate-table__w--rate-previous {
    width: 10%;
  }
  .m-rate-table__w--rate-previous-v2 {
    width: 10%;
  }
  .m-rate-table__w--rate-sw-shell {
    width: 13%;
  }
  .m-rate-table__w--rate-sw-buy {
    width: 13%;
  }
  .m-rate-table__w--rate-bid-high {
    width: 12%;
  }
  .m-rate-table__w--rate-bid-low {
    width: 12%;
  }
  /* m-rate other */
  .m-rate-currency-pairs {
    display: flex;
  }
  .m-rate-currency-pairs__img-list {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .m-rate-currency-pairs__img {
    width: 18px;
  }
  .m-rate-currency-pairs__img + .m-rate-currency-pairs__img {
    margin-left: 2px;
  }
  .m-rate-currency-single {
    display: flex;
  }
  .m-rate-currency-single__img-list {
    display: flex;
    align-items: center;
    margin-right: 14px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .m-rate-currency-single__img {
    display: flex;
    justify-content: center;
    width: 20px;
    max-height: 28px;
    font-size: 14px;
  }
  .m-rate-bid,
  .m-rate-ask {
    display: inline-block;
    padding: 3px 7px 2px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .m-rate-bid.is-up-text,
  .m-rate-ask.is-up-text {
    color: #cc0000;
  }
  .m-rate-bid.is-up-change-text,
  .m-rate-ask.is-up-change-text {
    min-width: 80px;
    background-color: #cc0000;
    color: #fff;
  }
  .m-rate-bid.is-down-text,
  .m-rate-ask.is-down-text {
    color: #0067c3;
  }
  .m-rate-bid.is-down-change-text,
  .m-rate-ask.is-down-change-text {
    min-width: 80px;
    background-color: #0067c3;
    color: #fff;
  }
  .m-rate-arrow {
    font-size: 1.2rem;
    line-height: 1;
  }
  .m-rate-spread,
  .m-rate-previous,
  .m-rate-sw-shell,
  .m-rate-sw-buy,
  .m-rate-bid-high,
  .m-rate-bid-low {
    font-size: 1.6rem;
  }
  .m-corp-guide__description {
    display: flex;
    align-items: baseline;
  }
  .m-corp-guide__description__office {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .m-corp-guide__description__office + * {
    margin-left: 1.0em !important;
  }
  .m-corp-guide__description__tel {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .m-corp-guide__note-list {
    margin: 1.2em 0 0 0;
  }
  
  /* ----- m-fuop-visual ----- */
  .m-fuop-visual {
    position: relative;
    height: 294px;
  }
  .m-fuop-visual .m-fuop-visual__detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 100%;
    background-color: #e65d8b;
    z-index: 2;
  }
  .m-fuop-visual .m-fuop-visual__detail::after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 294px 140px 0 0;
    border-color: #e65d8b transparent transparent transparent;
    content: "";
  }
  .m-fuop-visual .m-fuop-visual__lead {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 37px;
    width: calc(100% + 140px - (37px * 2));
    font-size: 4.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    transform: translateY(-50%);
  }
  .m-fuop-visual .m-fuop-visual__image {
    text-align: right;
  }
  
}

@media only screen and (max-width: 767.98px) {
  .m-stockholder-news__item {
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
  }
  .m-stockholder-news__head {
    display: block;
  }
  .m-stockholder-news__title {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  .m-stockholder-news__title:after {
    width: 8px;
    height: 8px;
  }
  .m-stockholder-news__list {
    display: block;
  }
  .m-stockholder-news__list li {
    margin: 0;
  }
  .m-stockholder-news__category {
    margin: 10px 0 -5px;
    font-size: 1.2rem;
  }
  .m-stockholder-news__category li {
    padding: 1px 10px;
  }
  .m-stockholder-news__image {
    width: 26.66vw;
    margin-left: 15px;
  }
  .m-genre {
    margin: 20px 0 0;
    padding: 20px 15px;
  }
  .m-genre__title {
    margin: 0 0 15px;
    font-size: 2rem;
  }
  .m-genre__card-wrap {
    display: block;
  }
  .m-genre__card {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  .m-genre__card__image {
    width: 46.03%;
  }
  .m-genre__card__title {
    margin: 0 0 0 6.34%;
    font-size: 1.5rem;
  }
  .m-genre__card__title:after {
    width: 8px;
    height: 8px;
  }
  .m-vesting-layout {
    display: block;
    margin: 30px 0 0;
  }
  .m-vesting-layout__desc {
    width: auto;
  }
  .m-vesting-layout__calendar {
    width: auto;
  }
  .m-vesting-section + .m-vesting-section {
    margin-top: 20px;
  }
  .m-vesting-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-vesting-box__date {
    margin: 0 0 0 1em;
    font-size: 1.8rem;
    line-height: 1;
  }
  .m-vesting-result {
    display: block;
    margin: 20px 0 0;
    padding: 20px 30px;
  }
  .m-vesting-result__title {
    margin: 0 0 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .m-vesting-result__text {
    justify-content: center;
  }
  .m-vesting-result__text dt {
    margin: 0 25px 0 0;
    font-size: 1.4rem;
  }
  .m-vesting-result__text dd {
    font-size: 1.8rem;
  }
  .m-product {
    padding: 0;
    min-height: inherit;
  }
  .m-product__block {
    display: flex;
  }
  .m-product__headline {
    margin: 0 0 20px;
    font-size: 2.6rem;
  }
  .m-product__image {
    position: static;
    width: 115px;
    margin-right: 20px;
  }
  .m-product__detail .m-fund-cv {
    margin-top: 15px;
  }
  .m-fund-control {
    display: block;
  }
  .m-fund-control__grid:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dde0e5;
  }
  .m-fund-control__return a:before {
    width: 8px;
    height: 8px;
  }
  .m-economic-control__today {
    margin: 0 0 20px;
  }
  .m-economic-control__today__button {
    width: 165px;
    padding: 11px 30px 11px 20px;
  }
  .m-economic-control__today__button:after {
    width: 8px;
    height: 8px;
  }
  .m-economic-control__header .slick-arrow:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    margin-left: 3px;
  }
  .m-economic-control__header .slick-arrow.slick-prev:after {
    left: 0;
    margin-left: 12px;
  }
  .m-economic-control__header .slick-arrow.slick-next:after {
    right: 0;
    margin-right: 12px;
  }
  .m-economic-control__tab__list {
    display: none;
  }
  .m-economic-control__tab__list {
    display: none;
  }
  .m-economic-control__tab__list--sp {
    display: block;
  }
  .m-economic-control__header .m-economic-control__link:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    margin-left: 3px;
  }
  .m-economic-control__header .m-economic-control__link.is-prev:after {
    left: 0;
    margin-left: 12px;
  }
  .m-economic-control__header .m-economic-control__link.is-next:after {
    right: 0;
    margin-right: 12px;
  }
  .m-economic-control__tab__list__item {
    width: 100%;
  }
  .m-economic-control__tab__list__item.is-current {
    width: 100%;
  }
  .m-economic-control__tab__button {
    padding: 1em 1.2em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .m-economic-control__box {
    display: block;
    padding: 20px 15px;
  }
  .m-economic-control__group {
    width: auto;
  }
  .m-economic-control__group:nth-child(2) {
    margin-top: 10px;
  }
  .m-economic-control__label {
    width: 80px;
  }
  .m-economic-control__select {
    flex-grow: 1;
    width: auto;
  }
  .m-economic-calendar__time {
    width: 15.94%;
  }
  .m-economic-calendar__detail {
    flex-wrap: wrap;
    width: 82.6%;
  }
  .m-economic-calendar__name {
    width: 100%;
  }
  .m-economic-star {
    width: 80px;
    height: 13px;
  }
  .m-economic-calendar__cell {
    position: relative;
    width: 33.3333%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dce3e9;
  }
  .m-economic-calendar__cell:not(:last-child):after {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #dde0e5;
    content: "";
  }
  .m-economic-calendar__label {
    font-size: 1.2rem;
  }
  .m-economic-calendar__text {
    font-size: 1.6rem;
  }
  .m-toolcard-wrap {
    display: block;
  }
  .m-toolcard {
    width: auto;
    padding: 15px;
  }
  .m-toolcard:nth-child(n+2) {
    margin-top: 15px;
  }
  .m-toolcard__image {
    width: 45px;
    min-width: 0;
    margin-right: 15px;
  }
  .m-toolcard__image.is-size02 img {
    width: 23px;
  }
  .m-toolcard__title {
    font-size: 1.5rem;
  }
  .m-toolcard__title:after {
    width: 8px;
    height: 8px;
  }
  .m-toolcard__icon {
    min-width: 90px;
    margin: 8px 0 0;
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .m-inquiry-v3 {
    margin-top: 30px;
  }
  .m-inquiry-v3__box {
    padding: 20px;
  }
  .m-inquiry-v3__detail {
    display: block;
  }
  .m-inquiry-v3__text {
    font-size: 1.4rem;
  }
  .m-inquiry-v3__grid {
    width: auto;
  }
  .m-inquiry-v3__grid:nth-child(2) {
    margin-top: 30px;
  }
  .m-inquiry-button-v2__type {
    padding: 0.8947em 1.026em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .m-stockholder-search-switch-wrap {
    min-height: 55px;
  }
  .m-stockholder-search-switch {
    width: 47.82%;
    font-size: 1.4rem;
  }
  .m-stockholder-search-switch.is-current {
    height: 55px;
  }
  .m-stockholder-search-switch:before, .m-stockholder-search-switch:after {
    top: 19px;
  }
  .m-stockholder-search-control__box {
    padding: 15px 15px;
  }
  .m-stockholder-search-note {
    color: #666666;
    font-size: 1.2rem;
  }
  .m-stockholder-search-box {
    margin: 1.4em 0 0 0;
    border-radius: 3px;
    background-color: #f4f9fb;
    box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-stockholder-search-box .m-stockholder-search-box__body {
    padding: 1.2em 1.4em 1em;
  }
  .m-stockholder-search-box .m-stockholder-search-box__body > *:first-child {
    margin-top: 0!important;
  }
  .m-stockholder-search-box .m-stockholder-search-box__body > *:last-child {
    margin-bottom: 0!important;
  }
  .m-stockholder-search__result {
    margin: 25px 0 15px;
  }
  .m-stockholder-search__pager {
    margin: 20px 0 25px;
  }
  .m-stockholder-search__pager__next a:after,
  .m-stockholder-search__pager__prev a:after {
    width: 8px;
    height: 8px;
  }
  .m-stockholder-search-control__row {
    display: block;
  }
  .m-stockholder-search-control__col {
    margin-top: 20px;
  }
  .m-stockholder-search-control__col .m-stockholder-search-control__title {
    margin-bottom: 10px;
  }
  .m-stockholder-search-control__price__grid .m-input {
    flex-grow: 1;
  }
  .m-stockholder-search-action {
    justify-content: space-between;
  }
  .m-stockholder-search-action__submit,
  .m-stockholder-search-action__clear {
    padding: 10px;
    font-size: 1.4rem;
  }
  .m-stockholder-search-action__submit {
    width: 66.666%;
  }
  .m-stockholder-search-action__clear {
    width: 28.57%;
  }
  .m-stockholder-search-control__title {
    width: auto;
    margin: 0 0 10px;
  }
  .m-stockholder-search-control__title small {
    font-size: 1.2rem;
  }
  .m-stockholder-news--search .m-stockholder-news__category li {
    margin-right: 5px;
  }
  .m-control-wrap.is-col2--sp {
    display: flex;
    flex-wrap: wrap;
  }
  .m-control-wrap.is-col2--sp > * {
    width: calc(50% - 8px);
  }
  .m-control-wrap.is-col2--sp > *:not(:nth-child(2n+1)) {
    margin-left: 16px;
  }
  .m-control-wrap.is-col2--sp > *:nth-child(n+3) {
    margin-top: 15px;
  }
  .m-control-wrap.is-col3--sp {
    display: flex;
    flex-wrap: wrap;
  }
  .m-control-wrap.is-col3--sp > * {
    width: calc(33.3333% - 10px);
  }
  .m-control-wrap.is-col3--sp > *:not(:nth-child(3n+1)) {
    margin-left: 15px;
  }
  .m-control-wrap.is-col3--sp > *:nth-child(n+4) {
    margin-top: 15px;
  }
  .m-radio a > span,
  .m-radio label,
  .m-checkbox label {
    padding: 8px 10px 4px 35px;
  }
  .m-fund-box {
    padding: 20px 15px;
  }
  .m-fund-layout .m-stockholder-step {
    width: 43.85%;
  }
  .m-fund-layout__grid:nth-child(2) {
    margin-top: 20px;
  }
  .m-fund-tab__list {
    margin: 0 -3px;
  }
  .m-fund-tab__list > li {
    padding: 0 3px;
  }
  .m-fund-tab__button {
    padding: 0.7em 0.6em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .m-fund-tab__body {
    padding: 25px 0 0;
  }
  .m-fund-table__body__tr {
    display: block;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dde0e5;
  }
  .m-fund-table__body__tr:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-fund-table__body__tr .m-fund-table__item {
    display: block;
    padding: 0;
  }
  .m-fund-table__body__tr .m-fund-table__item:nth-child(n+2):not(.m-fund-table__item--nobd) {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dotted #dde0e5;
  }
  .m-fund-table__body__tr .m-fund-table__item.m-fund-table__item--nobd {
    margin-top: -6px;
  }
  .m-fund-table__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-fund-table__data:nth-child(n+2) {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dotted #dde0e5;
  }
  .m-fund-table__data dt {
    display: block;
  }
  .m-fund-table__data dt span {
    font-weight: bold;
  }
  .m-fund-table__data dd {
    font-size: 1.6rem;
  }
  .m-fund-table__category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .m-fund-table__category li {
    min-width: 75px;
    margin: 0 10px 5px 0;
    font-size: 1.2rem;
  }
  .m-fund-table__title__name {
    font-size: 1.5rem;
  }
  .m-fund-table__title__name a:after {
    width: 8px;
    height: 8px;
  }
  .m-fund-table__title__company {
    font-size: 1.2rem;
  }
  .m-fund-keyword {
    display: block;
    margin: 0 0 20px;
  }
  .m-fund-keyword__control {
    margin: 0;
  }
  .m-fund-keyword__control__submit {
    width: 45px;
  }
  .m-fund-keyword__control__input {
    width: 100%;
    padding: 9px 78px 9px 18px;
  }
  .m-fund-keyword__example {
    margin: 1em 0 0;
    font-size: 1.2rem;
  }
  .m-fund-accordion {
    margin: 25px 0 0;
  }
  .m-fund-accordion__head {
    padding: 11px 20px;
  }
  .m-fund-accordion__title {
    font-size: 1.5rem;
  }
  .m-fund-accordion__title:before {
    width: 12px;
    height: 12px;
    margin-top: -0.6em;
  }
  .m-fund-accordion__body {
    padding: 15px 15px 20px;
  }
  .m-simulation {
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
    background-color: #f4f9fb;
  }
  .m-simulation-setting__column {
    display: flex;
    flex-grow: 1;
  }
  .m-simulation-setting__item {
    width: calc((100% - 30px) / 3);
  }
  .m-simulation-setting__item + .m-simulation-setting__item {
    margin-left: 15px;
  }
  .m-simulation-setting__text {
    font-weight: bold;
  }
  .m-simulation-setting__input {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .m-simulation-setting__input > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 6px;
    border: 1px solid #dde0e5;
    outline: none;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
  }
  .m-simulation-setting__input__label {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .m-simulation-setting__result {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
  }
  .m-simulation-setting__result__detail {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .m-simulation-setting__result__label {
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: bold;
  }
  .m-simulation-setting__result__text {
    min-width: 150px;
    max-width: 100%;
    min-height: 0;
    padding: 5px 20px 5px 10px;
    border: 1px solid #dde0e5;
    background-color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  .m-simulation-setting__result__unit {
    font-size: 1.4rem;
  }
  .m-simulation-button__type {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    padding: 0.9em 1.3em;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #465059;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-simulation-button__type:hover {
    background-color: #0067c3;
  }
  .m-simulation-button__label {
    display: inline-block;
    font-weight: bold;
  }
  .m-simulation-graph {
    margin-top: 20px;
    padding: 11px 15px 20px;
    background-color: #fff;
  }
  .m-simulation-graph__usage {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .m-simulation-graph__usage > li {
    font-size: 1.2rem;
  }
  .m-simulation-graph__usage > li + li {
    margin-left: 12px;
  }
  .m-simulation-graph__usage .m-simulation-graph__usage__leader {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .m-simulation-graph__usage__icon--01 {
    display: inline-block;
    width: 22px;
    height: 10px;
    margin-right: 12px;
    background-color: #d0e6f6;
  }
  .m-simulation-graph__usage__icon--02 {
    display: inline-block;
    width: 22px;
    height: 10px;
    margin-right: 12px;
    background-color: #facccc;
  }
  .m-simulation-graph__chart {
    margin-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .m-simulation-graph__chart::-webkit-scrollbar {
    height: 9px;
  }
  .m-simulation-graph__chart::-webkit-scrollbar-track {
    border-radius: 9px;
    background-color: #dfdfdf;
  }
  .m-simulation-graph__chart::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #666;
  }
  .m-simulation-graph__chart__inner {
    position: relative;
    width: 640px;
    padding-top: 50px;
  }
  [class^=m-simulation-graph__chart__balloon__item] {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 11px 11px 11px 10px;
    width: 186px;
    height: 98px;
    background: url(/corp/guide/fund/simulation/img/index_bg01_sp.png) no-repeat top 0 left 0/100%;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li {
    font-size: 1.3rem;
    text-align: right;
    line-height: 1.4;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li:nth-child(2) {
    margin-top: 2px;
  }
  [class^=m-simulation-graph__chart__balloon__item] > li:nth-child(3) {
    margin-top: 10px;
  }
  .m-simulation-graph__chart__balloon__item--01 {
    top: 122px;
    left: 30px;
  }
  .m-simulation-graph__chart__balloon__item--02 {
    top: 62px;
    left: 256px;
  }
  .m-simulation-graph__chart__balloon__item--03 {
    top: 0;
    left: 450px;
  }
  .m-simulation-graph + .m-list-wrap {
    margin-top: 1em;
  }
  .m-simulation-description-list-v2 {
    width: 100%;
    margin: 2em 0 0 0;
    padding: 0;
    padding-bottom: 1.0em;
    box-shadow: 0px -1px 0px 0px #dde0e5 inset;
  }
  .m-simulation-description-list-v2 + .m-simulation-description-list-v2 {
    margin-top: 1.0em;
  }
  .m-simulation-description-list-v2 > dt {
    margin: 0 0 .8em 0;
    font-weight: 700;
  }
  .m-simulation-description-list-v2 > dd {
    margin: 0;
  }
  /* m-rate-table */
  .m-rate-table__caption, .m-rate-table__caption--center, .m-rate-table__caption--right {
    margin: 1em 0 0 0;
    font-size: 1.2rem;
  }
  .m-rate-table [class*="__cell"] {
    padding: .5em .7em;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .m-rate-table__head {
    margin: 0 0 .6em;
  }
  .m-rate-table__foot {
    margin: .6em 0 0;
  }
  .m-rate-table__title {
    margin: 0 0 .9em;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .m-rate-table__note {
    font-size: 1.2rem;
  }
  .m-rate-table__matrix > caption {
    margin: 0 0 .6em;
  }
  .m-rate-table [class*="__cell--lv1"] {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .m-rate-table [class*="__cell--lv2"] {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .m-rate-table thead [class*="__cell"] {
    padding: .4em .5em;
  }
  .m-rate-table[data-table-sp="scroll"] .m-rate-table__body {
    padding-bottom: 6px;
    overflow-x: auto;
    background: radial-gradient(ellipse at left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 75%) left bottom, radial-gradient(ellipse at right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 75%) right bottom;
    background-size: 15px 150%;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .m-rate-table[data-table-sp="scroll"] .m-rate-table__body::-webkit-scrollbar {
    height: 9px;
  }
  .m-rate-table[data-table-sp="scroll"] .m-rate-table__body::-webkit-scrollbar-track {
    border-radius: 9px;
    background-color: #dfdfdf;
  }
  .m-rate-table[data-table-sp="scroll"] .m-rate-table__body::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #666;
  }
  .m-rate-table[data-table-sp="scroll"] .m-rate-table__matrix {
    min-width: 612px !important;
    background: radial-gradient(ellipse at left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%) left center, radial-gradient(ellipse at right, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%) right center;
    background-size: 30px 200%;
    background-attachment: local;
    background-repeat: no-repeat;
  }
  .m-rate-table[data-table-sp="vertical"] col,
  .m-rate-table[data-table-sp="vertical"] tbody,
  .m-rate-table[data-table-sp="vertical"] tr,
  .m-rate-table[data-table-sp="vertical"] th,
  .m-rate-table[data-table-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  .m-rate-table__w--currency-pairs {
    width: 18%;
  }
  .m-rate-table__w--currency-single {
    width: 21%;
  }
  .m-rate-table__w--rate-bid {
    width: 14%;
  }
  .m-rate-table__w--rate-bid-v2 {
    width: 14%;
  }
  .m-rate-table__w--rate-ask {
    width: 14%;
  }
  .m-rate-table__w--rate-ask-v2 {
    width: 14%;
  }
  .m-rate-table__w--rate-arrow {
    width: 5%;
  }
  .m-rate-table__w--rate-arrow-v2 {
    width: 5%;
  }
  .m-rate-table__w--rate-spread {
    width: 13%;
  }
  .m-rate-table__w--rate-spread-v2 {
    width: 12%;
  }
  .m-rate-table__w--rate-previous {
    width: 10%;
  }
  .m-rate-table__w--rate-previous-v2 {
    width: 10%;
  }
  .m-rate-table__w--rate-sw-shell {
    width: 13%;
  }
  .m-rate-table__w--rate-sw-buy {
    width: 13%;
  }
  .m-rate-table__w--rate-bid-high {
    width: 12%;
  }
  .m-rate-table__w--rate-bid-low {
    width: 12%;
  }
  /* m-rate other */
  .m-rate-currency-pairs {
    display: flex;
  }
  .m-rate-currency-pairs__img-list {
    display: flex;
    align-items: center;
    margin-right: 4px;
    font-size: 1rem;
    line-height: 1;
  }
  .m-rate-currency-pairs__img {
    width: 12px;
  }
  .m-rate-currency-pairs__img + .m-rate-currency-pairs__img {
    margin-left: 2px;
  }
  .m-rate-currency-single {
    display: flex;
  }
  .m-rate-currency-single__img-list {
    display: flex;
    align-items: center;
    margin-right: 4px;
    font-size: 1rem;
    line-height: 1;
  }
  .m-rate-currency-single__img {
    display: flex;
    justify-content: center;
    width: 26px;
    max-height: 20px;
    font-size: 14px;
  }
  .m-rate-bid,
  .m-rate-ask {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.4rem;
  }
  .m-rate-bid.is-up-text,
  .m-rate-ask.is-up-text {
    color: #cc0000;
  }
  .m-rate-bid.is-up-change-text,
  .m-rate-ask.is-up-change-text {
    min-width: 61px;
    background-color: #cc0000;
    color: #fff;
  }
  .m-rate-bid.is-down-text,
  .m-rate-ask.is-down-text {
    color: #0067c3;
  }
  .m-rate-bid.is-down-change-text,
  .m-rate-ask.is-down-change-text {
    min-width: 61px;
    background-color: #0067c3;
    color: #fff;
  }
  .m-rate-arrow {
    font-size: 1.2rem;
    line-height: 1;
  }
  .m-rate-spread,
  .m-rate-previous,
  .m-rate-sw-shell,
  .m-rate-sw-buy,
  .m-rate-bid-high,
  .m-rate-bid-low {
    font-size: 1.2rem;
  }
  .m-corp-guide__description__office {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .m-corp-guide__description__office + * {
    margin-top: 0.4em !important;
  }
  .m-corp-guide__description__tel {
    font-size: 1.7rem;
    font-weight: 700;
  }
  .m-corp-guide__note-list {
    margin: .6em 0 0;
  }
  /* .m-feature__item--gembutsu */
  .m-feature__item--gembutsu .m-feature__item__icon {
    text-align: center;
  }
  .m-feature__item--gembutsu + .m-feature__item--gembutsu .m-feature__item__inner,
  .m-feature__item--fuop + .m-feature__item--fuop .m-feature__item__inner {
    border-top: none;
  }
  /* m-corp-guide-form-button */
  .m-corp-guide-form-button {
    width: 165px;
    padding: 11px 20px 11px 20px;
  }
  /* m-corp-guide-form */
  .m-corp-guide-form__head {
    background-color: #f4f9fb;
  }
  .m-corp-guide-form__head__inner {
    padding: 20px 15px;
  }
  .m-corp-guide-form__head__inner > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-form__control + .m-corp-guide-form__control {
    margin-top: 10px;
  }
  .m-corp-guide-form__control__label {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 70px;
    margin: 0 10px 0 0;
    font-weight: bold;
  }
  .m-swappoint-control__select {
    flex-grow: 1;
    width: calc(100% - 80px);
  }
  /* m-corp-guide-block */
  .m-corp-guide-block-list,
  .m-corp-guide-block-list-v2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2.2em 0 0;
    padding: 0;
    border-top: 1px solid #dde0e5;
    list-style: none;
  }
  .m-corp-guide-block-list > li,
  .m-corp-guide-block-list-v2 > li {
    width: 100%;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-block {
    display: flex;
    height: 100%;
    padding: 14px 0;
    background-color: #fff;
  }
  .m-corp-guide-block__image {
    flex-shrink: 0;
    width: 51px;
    margin-right: 13px;
  }
  .m-corp-guide-block__title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .m-corp-guide-block__title:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -1px;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  .m-corp-guide-block__text {
    margin: 5px 0 0;
    font-size: 1.4rem;
  }
  .m-corp-guide-block-v2-list {
    margin: 2em 0 0;
    padding: 0;
    border-top: 1px solid #dde0e5;
    border-left: 1px solid #dde0e5;
    list-style: none;
  }
  .m-corp-guide-block-v2-list > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-block-v2 {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
  }
  .m-corp-guide-block-v2__image {
    width: 62px;
    margin-right: 15px;
    text-align: center;
  }
  .m-corp-guide-block-v2__image--stock_lending img {
    height: 50px;
  }
  .m-corp-guide-block-v2__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-corp-guide-block-v2__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .m-corp-guide-block-v2__title:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  .m-corp-guide-block-v2__text {
    margin: 0.2em 0 0;
    font-size: 1.2rem;
  }
  /* m-corp-guide-heading */
  .m-corp-guide-heading1 {
    margin-right: 0;
    margin-left: 0;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgba(6, 0, 1, 0.1);
  }
  .m-corp-guide-heading1__inner {
    padding: 1.2em 15px;
  }
  .m-corp-guide-heading1__title {
    margin: 0;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .m-corp-guide-heading1__subtitle,
  .m-corp-guide-heading1__subtitle--fuop,
  .m-corp-guide-heading1__subtitle--kabu {
    margin: 0.2em 0 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .m-corp-guide-heading1__subtitle--fuop {
    color: #e65d8b;
  }
  .m-corp-guide-heading1__subtitle--kabu {
    color: #024f95;
  }
  .m-corp-guide-heading {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .m-corp-guide-heading + * {
    margin-top: 15px !important;
  }
  .m-corp-guide-heading__inner {
    display: flex;
    align-items: center;
  }
  .m-corp-guide-heading__icon {
    flex-shrink: 0;
    width: 23px;
    margin-right: 9px;
  }
  .m-corp-guide-heading__title {
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .m-corp-guide-heading-v2 {
    display: flex;
    align-items: center;
    margin: 2.4em 0 0;
  }
  .m-corp-guide-heading-v2 + * {
    margin-top: 1.214em !important;
  }
  .m-corp-guide-heading-v2__inner {
    display: flex;
    align-items: center;
  }
  .m-corp-guide-heading-v2__title {
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
  }
  .m-corp-guide-heading-v2__note {
    display: inline-block;
    position: relative;
    margin: 0 0 0 16px;
    padding-left: 1.4em;
    color: #666666;
    font-size: 1.2rem;
  }
  .m-corp-guide-heading-v2__note__mark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-corp-guide-heading-v3 {
    display: flex;
    align-items: center;
    margin: 2.4em 0 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-heading-v3__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-corp-guide-heading-v3__prefix--gembutsu,
  .m-corp-guide-heading-v3__prefix--fuop {
    display: inline-block;
    position: relative;
    top: 0.4em;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    padding: 2px 11px 3px;
    border-radius: 20px;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
  }
  .m-corp-guide-heading-v3__prefix--gembutsu {
    background-color: #528fcc;
  }
  .m-corp-guide-heading-v3__prefix--fuop {
    background-color: #e65d8b;
  }
  .m-corp-guide-heading-v3__title {
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .m-corp-guide-heading-v4 {
    display: flex;
    align-items: center;
    margin: 1.6em 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-heading-v4 + * {
    margin-top: 20px !important;
  }
  .m-corp-guide-heading-v4__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-corp-guide-heading-v4__badge {
    display: inline-block;
    position: relative;
    top: 0.2em;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    padding: 3px 12px 2px;
    background-color: #024f95;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .m-corp-guide-heading-v4__title {
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
  }
  /* m-corp-guide-box */
  .m-corp-guide-box {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #f8f6e8;
  }
  .m-corp-guide-box > :first-child,
  .m-corp-guide-box__head > :first-child,
  .m-corp-guide-box__body > :first-child,
  .m-corp-guide-box__bottom > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-box__bottom > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-box__body {
    margin-top: 10px;
  }
  .m-corp-guide-box__bottom {
    margin-top: 10px;
  }
  .m-corp-guide-box-v2 {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #fefbf2;
  }
  .m-corp-guide-box-v2 > :first-child,
  .m-corp-guide-box-v2__head > :first-child,
  .m-corp-guide-box-v2__body > :first-child,
  .m-corp-guide-box-v2__bottom > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-box-v2__bottom > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-box-v2__body {
    width: 186px;
    margin: 10px auto 0;
  }
  .m-corp-guide-box-v2__bottom {
    margin-top: 10px;
    padding: 0 32px;
  }
  .m-corp-guide-box-v3,
  .m-corp-guide-box-v3--gembutsu,
  .m-corp-guide-box-v3--fuop {
    margin-top: 42px;
    padding: 20px 15px;
    background-color: #f4f9fb;
  }
  .m-corp-guide-box-v3__title {
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .m-corp-guide-box-v3__body {
    margin-top: 15px;
  }
  .m-corp-guide-box-v3__body > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-box-v3,
  .m-corp-guide-box-v3--gembutsu,
  .m-corp-guide-box-v3--fuop {
    margin-top: 29px;
    padding: 20px 15px;
  }
  .m-corp-guide-box-v3--gembutsu {
    background-color: #f4f9fb;
  }
  .m-corp-guide-box-v3--fuop {
    background-color: #fff3f7;
  }
  .m-corp-guide-box-v3--gembutsu .m-feature__item__label > span,
  .m-corp-guide-box-v3--fuop .m-feature__item__label > span {
    min-width: 28px;
    font-size: 1rem;
    text-align: center;
  }
  .m-corp-guide-box-v3--fuop .m-feature__item__label > span {
    background-color: #e65d8b;
  }
  /* m-corp-guide-description-list */
  .m-corp-guide-description-list-wrap {
    margin-top: 1.5em;
    padding-top: 12px;
    border-top: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list {
    margin: 12px 0 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list-wrap > .m-corp-guide-description-list:first-child {
    margin-top: 0;
  }
  .m-corp-guide-description-list:first-child {
    margin-top: 0;
  }
  .m-corp-guide-description-list > dt {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .m-corp-guide-description-list > dd,
  .m-corp-guide-description-list-v2 > dd {
    margin: 1em 0 0;
  }
  [class*="m-corp-guide-description-list__type"],
  [class*="m-corp-guide-description-list-v2__type"] {
    display: flex;
    align-items: center;
  }
  [class*="m-corp-guide-description-list__type"]:hover,
  [class*="m-corp-guide-description-list-v2__type"]:hover {
    text-decoration: underline;
  }
  .m-corp-guide-description-list__type .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -1px;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  .m-corp-guide-description-list__type--blank .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--blank:after,
  .m-corp-guide-description-list__type--pdf .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--pdf:after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
  }
  .m-corp-guide-description-list__type--blank .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--blank:after {
    width: 12px;
    height: 12px;
    background-image: url("/app-files/img/sprite/icon.svg#blank-usage");
  }
  .m-corp-guide-description-list__type--pdf .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--pdf:after {
    width: 12px;
    height: 14px;
    background-image: url("/app-files/img/sprite/icon.svg#pdf-usage");
  }
  .m-corp-guide-description-list__type__icon {
    flex-shrink: 0;
    width: 34px;
    margin-right: 7px;
  }
  .m-corp-guide-description-list-v2-wrap {
    margin-top: 1.8em;
  }
  .m-corp-guide-description-list-v2 {
    margin: 1em 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list-v2 > dt {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .m-corp-guide-description-list-v2 > dd {
    margin-top: 0.6em;
  }
  /* m-corp-guide-circle-list */
  .m-corp-guide-circle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 235px;
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
  }
  .m-corp-guide-circle-list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 15px 15px 0 0;
    padding: 5px;
    border-radius: 110px;
    background-color: #f4f9fb;
    color: #313942;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .m-corp-guide-circle-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .m-corp-guide-circle-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  /* m-corp-guide-badge */
  .m-corp-guide-badge {
    display: inline-block;
    min-width: 280px;
    margin: 1em 0 0;
    padding: 8px 10px;
    border-radius: 40px;
    background-color: #f4f4f4;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  /* m-corp-guide-value__text */
  .m-corp-guide-value__text {
    margin: 0.3em 0 0;
    color: #528fcc;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .m-corp-guide-value__text__highlight {
    font-size: 6rem;
  }
  .m-corp-guide-value-v2__text {
    margin: 0.2em 0 0;
    color: #e65d8b;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .m-corp-guide-value-v2__text__highlight {
    font-size: 6rem;
  }
  /* m-corp-guide-column */
  .m-corp-guide-column {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: 1.3em 0 0;
    text-align: center;
  }
  .m-corp-guide-column__item {
    width: 100%;
  }
  .m-corp-guide-column__item + .m-corp-guide-column__item {
    margin-top: 30px;
  }
  .m-corp-guide-column__item > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-column-v2 {
    margin: 2em 0 0;
  }
  .m-corp-guide-column-v2__item {
    width: 100%;
  }
  .m-corp-guide-column-v2__item + .m-corp-guide-column-v2__item {
    margin-top: 37px;
  }
  .m-corp-guide-column-v2__item > :first-child {
    margin-top: 0;
  }
  /* m-corp-guide-media */
  .m-corp-guide-media {
    display: flex;
    margin: 2em 0 0;
  }
  .m-corp-guide-media__head {
    flex-shrink: 0;
    width: 105px;
  }
  .m-corp-guide-media__body {
    width: calc(100% - 120px);
    margin-left: 15px;
  }
  .m-corp-guide-media__head > :first-child,
  .m-corp-guide-media__body > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-media__head > :last-child,
  .m-corp-guide-media__body > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-media__image {
    display: block;
    margin: 0;
  }
  .m-figure-wrap.m-figure-wrap--corp-guide {
    width: 117px;
  }
  
  /* ----- m-fuop-visual ----- */
  .m-fuop-visual {
    position: relative;
    height: 111px;
  }
  .m-fuop-visual .m-fuop-visual__detail {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 193px);
    min-width: 152px;
    height: 100%;
    background-color: #e65d8b;
    z-index: 2;
  }
  .m-fuop-visual .m-fuop-visual__detail::after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 111px 53px 0 0;
    border-color: #e65d8b transparent transparent transparent;
    content: "";
  }
  .m-fuop-visual .m-fuop-visual__lead {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    width: calc(100% + 140px - (37px * 2));
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    transform: translateY(-50%);
  }
  .m-fuop-visual .m-fuop-visual__image {
    text-align: right;
    height: 100%;
  }
  .m-fuop-visual .m-fuop-visual__image > img {
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-economic-control__header .slick-arrow:after {
    margin-left: 0;
  }
  .m-economic-control__header .slick-arrow.slick-prev:after {
    margin-left: 6px;
  }
  .m-economic-control__header .m-economic-control__link:after {
    margin-left: 0;
  }
  .m-economic-control__header .m-economic-control__link.is-prev:after {
    margin-left: 6px;
  }
  .m-input {
    padding: 10px;
  }
}

@media print, only screen and (min-width: 768px) {
  .m-feature__item--gembutsu,
  .m-feature__item--fuop {
    width: 33.333%;
  }
  .m-feature__item--gembutsu .m-feature__item__icon {
    text-align: center;
  }
  .m-feature__item--gembutsu + .m-feature__item--gembutsu .m-feature__item__inner,
  .m-feature__item--fuop + .m-feature__item--fuop .m-feature__item__inner {
    border-left: none;
  }
  /* m-corp-guide-form-button */
  .m-corp-guide-form-button {
    width: 200px;
    padding: 11px 30px 11px 30px;
  }
  .m-corp-guide-form-button:hover {
    color: #0067c3;
    text-decoration: underline;
  }
  /* m-corp-guide-form */
  .m-corp-guide-form__head {
    background-color: #f4f9fb;
  }
  .m-corp-guide-form__head__inner {
    padding: 23px 20px;
  }
  .m-corp-guide-form__head__inner > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-form__section-lv1 + .m-corp-guide-form__section-lv1 {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #dde0e5;
  }
  .m-corp-guide-form__section-lv2 {
    margin-top: 20px;
  }
  .m-corp-guide-form__section-lv1 > :first-child,
  .m-corp-guide-form__section-lv2 > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-form__head__title {
    margin: 1em 0 0;
    font-weight: bold;
  }
  .m-corp-guide-form__body {
    margin-top: 34px;
  }
  .m-corp-guide-form__body > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-form__list,
  .m-corp-guide-form__list-v2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .m-corp-guide-form__list > .m-corp-guide-form__list__item,
  .m-corp-guide-form__list-v2 > .m-corp-guide-form__list__item {
    margin-top: 10px;
    margin-left: 8px;
  }
  .m-corp-guide-form__list > .m-corp-guide-form__list__item {
    width: calc((100% - 32px ) / 5);
  }
  .m-corp-guide-form__list-v2 > .m-corp-guide-form__list__item {
    width: calc((100% - 32px ) / 4);
  }
  .m-corp-guide-form__list > .m-corp-guide-form__list__item:nth-child(5n+1),
  .m-corp-guide-form__list-v2 > .m-corp-guide-form__list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .m-corp-guide-form__list > .m-corp-guide-form__list__item:nth-child(-n+5),
  .m-corp-guide-form__list-v2 > .m-corp-guide-form__list__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .m-corp-guide-form__list__item {
    position: relative;
  }
  .m-corp-guide-form__list__type {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 9px 5px 9px 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.2;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .m-corp-guide-form__list__type:hover {
    background-color: #eaf4f8;
    color: #0067c3;
  }
  .m-corp-guide-form__list__type:before,
  .m-corp-guide-form__list__type:after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
            transform: translateY(-50%);
    background-color: #fff;
    content: "";
  }
  .m-corp-guide-form__list__type:before {
    left: 13px;
    width: 18px;
    height: 18px;
    border: 1px solid #dde0e5;
    border-radius: 9px;
  }
  .m-corp-guide-form__list__type:after {
    z-index: 1;
    left: 17px;
    width: 10px;
    height: 10px;
    border: 1px solid #030000;
    border-radius: 10px;
    background-color: #004787;
    opacity: 0;
  }
  .m-corp-guide-form__list__type.is-current {
    border-color: #c7e5ef;
    background-color: #c7e5ef;
    color: #313942 !important;
  }
  .m-corp-guide-form__list__type.is-current::after {
    opacity: 1;
  }
  .m-corp-guide-form__list__img {
    height: 18px;
    margin-right: 7px;
  }
  .m-corp-guide-form__list__img img {
    width: 27px;
    height: 18px;
  }
  .m-corp-guide-form__list__img img + img {
    margin-left: 5px;
  }
  /* m-corp-guide-block */
  .m-corp-guide-block-list,
  .m-corp-guide-block-list-v2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 1.75em 0 0;
    padding: 0;
    border-top: 1px solid #dde0e5;
    border-left: 1px solid #dde0e5;
    list-style: none;
  }
  .m-corp-guide-block-list > li,
  .m-corp-guide-block-list-v2 > li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-block-list > li {
    width: 33.333%;
  }
  .m-corp-guide-block-list-v2 > li {
    width: 50%;
  }
  .m-corp-guide-block {
    display: flex;
    height: 100%;
    padding: 22px 23px;
    background-color: #fff;
  }
  a.m-corp-guide-block:hover {
    background-color: #eaf4f8;
    color: #313942;
  }
  .m-corp-guide-block__image {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 18px;
  }
  .m-corp-guide-block__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-corp-guide-block__title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-corp-guide-block__title:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -2px;
    width: 9px;
    height: 9px;
    margin-left: 11px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  a.m-corp-guide-block:hover .m-corp-guide-block__title {
    color: #0067c3;
  }
  .m-corp-guide-block__text {
    margin: 0;
    font-size: 1.6rem;
  }
  .m-corp-guide-block-v2-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dde0e5;
    border-radius: 3px;
    box-shadow: 0px 1px 0px 0px rgba(162, 173, 183, 0.2);
    list-style: none;
  }
  .m-corp-guide-block-v2-list > li {
    width: 33.333%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #dde0e5;
  }
  .m-corp-guide-block-v2-list > li:last-child {
    border-right: none;
  }
  .m-corp-guide-block-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 30px 30px 20px;
    background-color: #fff;
  }
  a.m-corp-guide-block-v2:hover {
    background-color: #eaf4f8;
    color: #313942;
  }
  .m-corp-guide-block-v2__image {
    display: flex;
    align-items: center;
    height: 73px;
  }
  .m-corp-guide-block-v2__detail {
    text-align: center;
  }
  .m-corp-guide-block-v2__title {
    margin: 1em 0 0;
    font-size: 2rem;
    font-weight: bold;
  }
  .m-corp-guide-block-v2__title:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -2px;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  a.m-corp-guide-block-v2:hover .m-corp-guide-block-v2__title {
    color: #0067c3;
  }
  .m-corp-guide-block-v2__text {
    margin: 0.2em 0 0;
  }
  /* m-corp-guide-heading */
  .m-corp-guide-heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 1.6em 0;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgba(6, 0, 1, 0.1);
  }
  .m-corp-guide-heading1__inner {
    width: 100%;
    max-width: calc(1200px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  .m-corp-guide-heading1__title {
    margin: 0;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-corp-guide-heading1__subtitle,
  .m-corp-guide-heading1__subtitle--fuop,
  .m-corp-guide-heading1__subtitle--kabu {
    margin: 0.2em 0 0;
    font-size: 2rem;
    font-weight: 700;
  }
  .m-corp-guide-heading1__subtitle--fuop {
    color: #e65d8b;
  }
  .m-corp-guide-heading1__subtitle--kabu {
    color: #024f95;
  }
  .m-corp-guide-heading {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .m-corp-guide-heading + * {
    margin-top: 20px !important;
  }
  .m-corp-guide-heading__inner {
    display: flex;
    align-items: center;
  }
  .m-corp-guide-heading__icon {
    flex-shrink: 0;
    width: 31px;
    margin-right: 15px;
  }
  .m-corp-guide-heading__title {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-corp-guide-heading-v2 {
    display: flex;
    align-items: center;
    margin: 2.4em 0 0;
  }
  .m-corp-guide-heading-v2 + * {
    margin-top: 1.625em !important;
  }
  .m-corp-guide-heading-v2__inner {
    display: flex;
    align-items: center;
  }
  .m-corp-guide-heading-v2__title {
    margin: 0;
    font-size: 3rem;
    font-weight: normal;
  }
  .m-corp-guide-heading-v2__note {
    position: relative;
    margin: 0 0 0 28px;
    padding-left: 1.4em;
    color: #666666;
    font-size: 1.4rem;
  }
  .m-corp-guide-heading-v2__note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-corp-guide-heading-v3 {
    display: flex;
    align-items: center;
    margin: 3.6em 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-heading-v3__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-corp-guide-heading-v3__prefix--gembutsu,
  .m-corp-guide-heading-v3__prefix--fuop {
    display: inline-block;
    position: relative;
    top: 0.6em;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    padding: 5px 20px 6px;
    border-radius: 30px;
    background-color: #528fcc;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
  }
  .m-corp-guide-heading-v3__prefix--gembutsu {
    background-color: #528fcc;
  }
  .m-corp-guide-heading-v3__prefix--fuop {
    background-color: #e65d8b;
  }
  .m-corp-guide-heading-v3__title {
    margin: 0;
    font-size: 3rem;
    font-weight: normal;
  }
  .m-corp-guide-heading-v4 {
    display: flex;
    align-items: center;
    margin: 1.6em 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-heading-v4__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-corp-guide-heading-v4__badge {
    display: inline-block;
    position: relative;
    top: 0.2em;
    flex-shrink: 0;
    margin: 0 0 0 15px;
    padding: 6px 20px 5px;
    background-color: #024f95;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .m-corp-guide-heading-v4__title {
    margin: 0;
    font-size: 3rem;
    font-weight: normal;
  }
  /* m-corp-guide-box */
  .m-corp-guide-box {
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f6e8;
  }
  .m-corp-guide-box > :first-child,
  .m-corp-guide-box__head > :first-child,
  .m-corp-guide-box__body > :first-child,
  .m-corp-guide-box__bottom > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-box__bottom > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-box__head,
  .m-corp-guide-box__bottom {
    float: left;
  }
  .m-corp-guide-box__head {
    width: calc(100% - 320px);
  }
  .m-corp-guide-box__body {
    width: 290px;
    margin-left: 30px;
    float: right;
  }
  .m-corp-guide-box__bottom {
    width: 240px;
    margin-top: 22px;
  }
  .m-corp-guide-box:after {
    display: block;
    clear: both;
    content: '';
  }
  .m-corp-guide-box-v2 {
    margin-top: 40px;
    padding: 30px;
    background-color: #fefbf2;
  }
  .m-corp-guide-box-v2 > :first-child,
  .m-corp-guide-box-v2__head > :first-child,
  .m-corp-guide-box-v2__body > :first-child,
  .m-corp-guide-box-v2__bottom > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-box-v2__bottom > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-box-v2__head,
  .m-corp-guide-box-v2__bottom {
    float: left;
  }
  .m-corp-guide-box-v2__head {
    width: calc(100% - 402px);
  }
  .m-corp-guide-box-v2__body {
    width: 372px;
    margin-left: 30px;
    float: right;
  }
  .m-corp-guide-box-v2__bottom {
    width: 280px;
    margin-top: 22px;
  }
  .m-corp-guide-box-v2:after {
    display: block;
    clear: both;
    content: '';
  }
  .m-corp-guide-box-v3,
  .m-corp-guide-box-v3--gembutsu,
  .m-corp-guide-box-v3--fuop {
    margin-top: 29px;
    padding: 20px 30px 64px;
  }
  .m-corp-guide-box-v3--gembutsu {
    padding-bottom: 34px;
    background-color: #f4f9fb;
  }
  .m-corp-guide-box-v3--gembutsu .m-feature__item__inner:hover {
    background-color: #eaf4f8;
    color: #313942;
  }
  .m-feature__item--gembutsu .m-feature__item__inner:hover .m-feature__item__text {
    color: #313942;
  }
  .m-corp-guide-box-v3--fuop {
    background-color: #fff3f7;
  }
  .m-corp-guide-box-v3--fuop .m-feature__item__label > span {
    background-color: #e65d8b;
  }
  .m-corp-guide-box-v3--fuop .m-feature__item__inner:hover {
    background-color: #fff3f7;
    color: #313942;
  }
  .m-feature__item--fuop .m-feature__item__inner:hover .m-feature__item__text {
    color: #313942;
  }
  .m-corp-guide-box-v3__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .m-corp-guide-box-v3__body {
    margin-top: 23px;
  }
  .m-corp-guide-box-v3__body > :first-child {
    margin-top: 0;
  }
  /* m-corp-guide-description-list */
  .m-corp-guide-description-list-wrap {
    margin-top: 1.5em;
  }
  .m-corp-guide-description-list {
    margin: 1em 0 0;
    padding: 24px 0;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list-wrap > .m-corp-guide-description-list:nth-child(-n+2) {
    border-top: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list + .m-corp-guide-description-list {
    margin-top: 0;
  }
  .m-corp-guide-description-list > dt {
    font-size: 2rem;
    font-weight: bold;
  }
  .m-corp-guide-description-list > dd,
  .m-corp-guide-description-list-v2 > dd {
    margin: 0.7em 0 0;
  }
  [class*="m-corp-guide-description-list__type"],
  [class*="m-corp-guide-description-list-v2__type"] {
    display: flex;
    align-items: center;
  }
  [class*="m-corp-guide-description-list__type"]:hover,
  [class*="m-corp-guide-description-list-v2__type"]:hover {
    text-decoration: underline;
  }
  .m-corp-guide-description-list__type .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
  }
  .m-corp-guide-description-list__type--blank .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--blank:after,
  .m-corp-guide-description-list__type--pdf .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--pdf:after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
  }
  .m-corp-guide-description-list__type--blank .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--blank:after {
    width: 12px;
    height: 12px;
    background-image: url("/app-files/img/sprite/icon.svg#blank-usage");
  }
  .m-corp-guide-description-list__type--pdf .m-corp-guide-description-list__title:after,
  .m-corp-guide-description-list-v2__type--pdf:after {
    width: 12px;
    height: 14px;
    background-image: url("/app-files/img/sprite/icon.svg#pdf-usage");
  }
  .m-corp-guide-description-list__type__icon {
    flex-shrink: 0;
    width: 37px;
    margin-right: 15px;
  }
  .m-corp-guide-description-list-v2-wrap {
    margin-top: 3.75em;
  }
  .m-corp-guide-description-list-v2 {
    margin: 1em 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dde0e5;
  }
  .m-corp-guide-description-list-v2-wrap > .m-corp-guide-description-list-v2 {
    margin-top: 0.8em;
  }
  .m-corp-guide-description-list-v2 > dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  /* m-corp-guide-circle-list */
  .m-corp-guide-circle-list {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .m-corp-guide-circle-list + * {
    margin-top: 32px;
  }
  .m-corp-guide-circle-list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 163px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 163px;
    background-color: #f4f9fb;
    color: #313942;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  /* m-corp-guide-badge */
  .m-corp-guide-badge {
    display: inline-block;
    min-width: 220px;
    margin: 0.7em 0 0;
    padding: 4px 10px;
    border-radius: 40px;
    background-color: #f4f4f4;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  /* m-corp-guide-value__text */
  .m-corp-guide-value__text {
    margin: 1em 0 0;
    color: #528fcc;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .m-corp-guide-value__text__highlight {
    font-size: 7rem;
  }
  .m-corp-guide-value-v2__text {
    margin: 1em 0 0;
    color: #e65d8b;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .m-corp-guide-value-v2__text__highlight {
    font-size: 7rem;
  }
  /* m-corp-guide-column */
  .m-corp-guide-column {
    display: flex;
    margin: 1.625em 0 0;
  }
  .m-corp-guide-column__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .m-corp-guide-column__item + .m-corp-guide-column__item {
    border-left: 1px solid #dde0e5;
  }
  .m-corp-guide-column__item > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-column-v2 {
    display: flex;
    flex-wrap: wrap;
    margin: 1.625em 0 0;
  }
  .m-corp-guide-column-v2__item > :first-child {
    margin-top: 0;
  }
  /* m-corp-guide-media */
  .m-corp-guide-media {
    display: flex;
    margin: 2em 0 0;
  }
  .m-corp-guide-media__head,
  .m-corp-guide-media__body {
    width: calc(50% - 18px);
  }
  .m-corp-guide-media__body {
    margin-left: 36px;
  }
  .m-corp-guide-media__head > :first-child,
  .m-corp-guide-media__body > :first-child {
    margin-top: 0;
  }
  .m-corp-guide-media__head > :last-child,
  .m-corp-guide-media__body > :last-child {
    margin-bottom: 0;
  }
  .m-corp-guide-media__image {
    display: block;
    margin: 0;
  }
  .m-button-wrap.m-button-wrap--corp-guide {
    width: 280px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  /* m-corp-guide-heading */
  .m-corp-guide-heading1 {
    width: calc(1200px + 30px * 2);
    margin-left: 0;
  }
}

