@charset "UTF-8";
.text-red {
  color: #CC0000; }

/*                   */
/*     component     */
/*                   */
.c-title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px; }
  .c-title span {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 1px; }

.c-btn {
  border: solid 1px #3FACFD;
  width: 100%;
  min-width: 250px; }
  @media screen and (min-width: 600px) {
    .c-btn {
      width: 300px; } }
  .c-btn:hover {
    text-decoration: none;
    opacity: 1;
    background: #212126; }
  .c-btn-main {
    background: #0464E1;
    background: -moz-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -webkit-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -o-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: linear-gradient(to top right, #3FACFD 0%, #0F71E6 65%, #0464E1 100%); }
  .c-btn-skeleton {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 1.4rem;
    margin-top: 6rem;
    width: 300px; }
    .c-btn-skeleton:hover {
      color: #fff; }

/* contactform7 フォーム基本セット*/
.c-contactTable {
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  padding: 2.4rem;
  /*　既存スタイル消し */ }
  @media screen and (min-width: 1000px) {
    .c-contactTable {
      padding: 2.4rem 4rem; } }
  @media screen and (max-width: 768.98px) {
    .c-contactTable td, .c-contactTable th {
      display: block;
      width: 100% !important;
      padding: 1rem; } }
  @media screen and (min-width: 1000px) {
    .c-contactTable td, .c-contactTable th {
      padding-bottom: 3rem; } }
  .c-contactTable tr th {
    min-width: 200px;
    vertical-align: top; }
    @media screen and (max-width: 768.98px) {
      .c-contactTable tr th {
        background: #E9F5FF; } }
  @media screen and (max-width: 768.98px) {
    .c-contactTable tr td {
      padding: 2rem .5rem 2.5rem; } }
  @media screen and (min-width: 769px) {
    .c-contactTable tr td {
      padding: 0 .5rem 2.5rem 3rem; } }
  .c-contactTable .c-required {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-left: .5rem;
    font-size: 1.3rem;
    color: #fff;
    background: #0464E1;
    background: -moz-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -webkit-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -o-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: linear-gradient(to top right, #3FACFD 0%, #0F71E6 65%, #0464E1 100%); }
  .c-contactTable br {
    display: block;
    content: "";
    padding: .2em; }
  .c-contactTable .wpcf7-radio {
    display: block;
    margin-left: -1rem; }
  .c-contactTable input[type="text"],
  .c-contactTable input[type="number"],
  .c-contactTable input[type="email"],
  .c-contactTable input[type="date"],
  .c-contactTable input[type="tel"],
  .c-contactTable .wpcf7-textarea {
    border: 2px solid #f5f5f5;
    width: 100%;
    background: #F5F5F5; }
    .c-contactTable input[type="text"]:focus,
    .c-contactTable input[type="number"]:focus,
    .c-contactTable input[type="email"]:focus,
    .c-contactTable input[type="date"]:focus,
    .c-contactTable input[type="tel"]:focus,
    .c-contactTable .wpcf7-textarea:focus {
      outline: none;
      border-radius: 2px;
      border-width: 2px;
      border-style: solid;
      border-color: #0077FF; }
  .c-contactTable input[name="yourproperty-income01"],
  .c-contactTable input[name="yourproperty-income02"],
  .c-contactTable input[name="yourproperty-price"],
  .c-contactTable input[name="yourproperty-area01"],
  .c-contactTable input[name="yourproperty-area02"],
  .c-contactTable input[name="yourproperty-units01"],
  .c-contactTable input[name="yourproperty-units02"],
  .c-contactTable input[name="yourproperty-floor"],
  .c-contactTable input[name="your-realestate01-num"],
  .c-contactTable input[name="your-realestate02-num"],
  .c-contactTable input[name="your-realestate03-num"],
  .c-contactTable input[name="your-realestate04-text"] {
    width: 40%;
    margin: 0 .5rem; }
  .c-contactTable .wpcf7-select {
    padding: .2rem .5rem;
    border-color: #bbb; }
    .c-contactTable .wpcf7-select:focus {
      outline: none;
      border-radius: 2px;
      border-width: 2px;
      border-style: solid;
      border-color: #0077FF; }

.wpcf7-submit {
  display: block;
  width: 300px;
  cursor: pointer;
  padding: 1rem 0;
  margin: 4rem auto 0; }

/* 物件情報リスト*/
.c-investment-lists .c-investment-list {
  background: #fff;
  margin-bottom: 3rem;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); }
  .c-investment-lists .c-investment-list > a {
    color: inherit;
    position: relative;
    transition: .3s; }
    .c-investment-lists .c-investment-list > a:hover {
      text-decoration: none;
      opacity: 1;
      transition: .3s; }
      .c-investment-lists .c-investment-list > a:hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 4px solid #1458E4; }
  .c-investment-lists .c-investment-list figure {
    max-height: 270px;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .c-investment-lists .c-investment-list figure {
        max-height: 168px; } }
    .c-investment-lists .c-investment-list figure img {
      width: 100%;
      max-height: 270px;
      object-position: 50% 50%; }
      @media screen and (min-width: 769px) {
        .c-investment-lists .c-investment-list figure img {
          max-height: 168px; } }

.c-term {
  background: #0077FF;
  font-size: 1.4rem;
  padding: 0.5rem 0; }

/* タイトル */
.c-page-title {
  padding: 10rem 0;
  font-size: 3.2rem;
  letter-spacing: .15em;
  font-weight: bold;
  text-shadow: 0px 3px 3px #0F006E; }

.c-page-subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  color: #212126; }
  .c-page-subtitle span {
    display: block;
    font-size: 1.4rem;
    color: #1458E4; }

.c-page-bordertitle {
  position: relative;
  font-size: 2.6rem;
  padding-bottom: .5rem; }
  .c-page-bordertitle::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #B9DAFF; }
  .c-page-bordertitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    border-bottom: 3px solid #0077FF; }

.c-page-gradienttitle {
  position: relative; }
  .c-page-gradienttitle::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #0464E1;
    background: -moz-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -webkit-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: -o-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    background: linear-gradient(to top right, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
    position: absolute;
    left: 0;
    bottom: 0; }

.c-pagenation {
  margin: 60px auto 0; }
  .c-pagenation ul {
    justify-content: center; }
    .c-pagenation ul li {
      width: 40px;
      height: 41px;
      background: #fff;
      border-radius: 50%;
      margin-right: 5px;
      border: 2px solid #CCCCCC;
      text-align: center;
      line-height: 36px; }
      .c-pagenation ul li.active {
        background: #0077FF;
        color: #fff;
        border-color: #0077FF; }
      .c-pagenation ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #212126; }
        .c-pagenation ul li a:hover {
          text-decoration: none; }

/*                   */
/*     utility       */
/*                   */
.u-section {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }
  .u-section-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }

.u-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px; }

.u-has-aside {
  max-width: calc(1140px + 20%);
  margin-right: auto;
  margin-left: auto; }

.u-mb-05 {
  margin-bottom: .5rem; }

.u-mb-1 {
  margin-bottom: 1rem; }

.u-mb-2 {
  margin-bottom: 2rem; }

.u-mb-3 {
  margin-bottom: 3rem; }

.u-mb-4 {
  margin-bottom: 4rem; }

.u-mb-5 {
  margin-bottom: 5rem; }

.u-mb-6 {
  margin-bottom: 6rem; }

.u-mb-7 {
  margin-bottom: 7rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-mt-6 {
  margin-top: 6rem; }

.u-my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.u-sp-column {
  flex-direction: row-reverse; }
  @media screen and (max-width: 999.98px) {
    .u-sp-column {
      flex-direction: column; } }
  .u-sp-column > main {
    width: 79%; }
    @media screen and (max-width: 999.98px) {
      .u-sp-column > main {
        width: 100%; } }
  .u-sp-column > aside {
    background: #fff;
    width: 20%; }
    @media screen and (max-width: 999.98px) {
      .u-sp-column > aside {
        width: 95%; } }

.u-md-row {
  flex-direction: column; }
  @media screen and (max-width: 768.98px) {
    .u-md-row {
      flex-direction: row; } }

.u-md-column {
  flex-direction: row; }
  @media screen and (max-width: 768.98px) {
    .u-md-column {
      flex-direction: column; } }

@media screen and (min-width: 600px) {
  .u-forSM {
    display: none; } }

@media screen and (max-width: 599.98px) {
  .u-forSM-up {
    display: none; } }

.assessment {
  background: #fafafa; }
  .assessment .t-mv {
    background: url(../images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover; }

.company {
  background: #fafafa; }
  .company .t-mv {
    background: url(../images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover; }
  @media screen and (max-width: 999.98px) {
    .company .section__ourservices-inner figure {
      grid-column: 1/3; } }
  @media screen and (max-width: 999.98px) {
    .company .section__ourservices-inner > div {
      grid-column: 1/3;
      grid-row: 3/3;
      padding: 0;
      margin-top: 5%; } }
  .company .section__company-table {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); }
    .company .section__company-table table {
      border-collapse: separate;
      padding: 2.4rem 4rem; }
      @media screen and (max-width: 599.98px) {
        .company .section__company-table table {
          padding: 2.4rem; } }
      .company .section__company-table table td {
        padding: 2rem 0;
        border-bottom: 1px solid #BAB8CC; }
        .company .section__company-table table td > br {
          display: block;
          content: "";
          padding: .1em; }
        .company .section__company-table table td > a {
          text-decoration: underline; }
        .company .section__company-table table td:first-of-type {
          min-width: 150px; }
        @media screen and (max-width: 599.98px) {
          .company .section__company-table table td {
            display: block;
            width: 100%;
            text-align: center;
            border: 0; }
            .company .section__company-table table td:first-of-type {
              background: #E9F5FF; } }

.contact {
  background: #fafafa; }
  .contact .t-mv {
    background: url(../images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover; }

.post-type-archive-investment,
.tax-investment_cat,
.tax-preference,
.tax-investment_type {
  background: #fafafa; }
  .post-type-archive-investment .t-mv,
  .tax-investment_cat .t-mv,
  .tax-preference .t-mv,
  .tax-investment_type .t-mv {
    background: url(../images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover; }
  .post-type-archive-investment .c-investment-list h3,
  .tax-investment_cat .c-investment-list h3,
  .tax-preference .c-investment-list h3,
  .tax-investment_type .c-investment-list h3 {
    background: #f2f2f2;
    padding: 1rem 2rem 1.3rem;
    position: relative;
    font-size: 2.2rem; }
    .post-type-archive-investment .c-investment-list h3::after,
    .tax-investment_cat .c-investment-list h3::after,
    .tax-preference .c-investment-list h3::after,
    .tax-investment_type .c-investment-list h3::after {
      content: "";
      width: 100%;
      height: 3px;
      background: #0464E1;
      background: -moz-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
      background: -webkit-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
      background: -o-linear-gradient(bottom left, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
      background: linear-gradient(to top right, #3FACFD 0%, #0F71E6 65%, #0464E1 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
  .post-type-archive-investment .c-investment-list .wrapper-bottom,
  .tax-investment_cat .c-investment-list .wrapper-bottom,
  .tax-preference .c-investment-list .wrapper-bottom,
  .tax-investment_type .c-investment-list .wrapper-bottom {
    padding: 2rem; }
    @media screen and (min-width: 769px) {
      .post-type-archive-investment .c-investment-list .wrapper-bottom,
      .tax-investment_cat .c-investment-list .wrapper-bottom,
      .tax-preference .c-investment-list .wrapper-bottom,
      .tax-investment_type .c-investment-list .wrapper-bottom {
        padding: 1rem 2rem; } }
    .post-type-archive-investment .c-investment-list .wrapper-bottom-left,
    .tax-investment_cat .c-investment-list .wrapper-bottom-left,
    .tax-preference .c-investment-list .wrapper-bottom-left,
    .tax-investment_type .c-investment-list .wrapper-bottom-left {
      width: 100%;
      margin-bottom: 1rem; }
      @media screen and (min-width: 769px) {
        .post-type-archive-investment .c-investment-list .wrapper-bottom-left,
        .tax-investment_cat .c-investment-list .wrapper-bottom-left,
        .tax-preference .c-investment-list .wrapper-bottom-left,
        .tax-investment_type .c-investment-list .wrapper-bottom-left {
          width: 30%;
          margin-bottom: 0; } }
      .post-type-archive-investment .c-investment-list .wrapper-bottom-left .c-term,
      .tax-investment_cat .c-investment-list .wrapper-bottom-left .c-term,
      .tax-preference .c-investment-list .wrapper-bottom-left .c-term,
      .tax-investment_type .c-investment-list .wrapper-bottom-left .c-term {
        margin-bottom: 1.6rem; }
      @media screen and (min-width: 769px) {
        .post-type-archive-investment .c-investment-list .wrapper-bottom-left figure,
        .tax-investment_cat .c-investment-list .wrapper-bottom-left figure,
        .tax-preference .c-investment-list .wrapper-bottom-left figure,
        .tax-investment_type .c-investment-list .wrapper-bottom-left figure {
          max-height: 210px; } }
    .post-type-archive-investment .c-investment-list .wrapper-bottom-right,
    .tax-investment_cat .c-investment-list .wrapper-bottom-right,
    .tax-preference .c-investment-list .wrapper-bottom-right,
    .tax-investment_type .c-investment-list .wrapper-bottom-right {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .post-type-archive-investment .c-investment-list .wrapper-bottom-right,
        .tax-investment_cat .c-investment-list .wrapper-bottom-right,
        .tax-preference .c-investment-list .wrapper-bottom-right,
        .tax-investment_type .c-investment-list .wrapper-bottom-right {
          padding: 1rem 2rem; } }
      .post-type-archive-investment .c-investment-list .wrapper-bottom-right table,
      .tax-investment_cat .c-investment-list .wrapper-bottom-right table,
      .tax-preference .c-investment-list .wrapper-bottom-right table,
      .tax-investment_type .c-investment-list .wrapper-bottom-right table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 .5rem; }
        .post-type-archive-investment .c-investment-list .wrapper-bottom-right table th,
        .tax-investment_cat .c-investment-list .wrapper-bottom-right table th,
        .tax-preference .c-investment-list .wrapper-bottom-right table th,
        .tax-investment_type .c-investment-list .wrapper-bottom-right table th {
          background: #f2f2f2;
          text-align: center;
          padding: .5rem;
          font-weight: bold;
          width: 25%; }
        .post-type-archive-investment .c-investment-list .wrapper-bottom-right table td,
        .tax-investment_cat .c-investment-list .wrapper-bottom-right table td,
        .tax-preference .c-investment-list .wrapper-bottom-right table td,
        .tax-investment_type .c-investment-list .wrapper-bottom-right table td {
          padding-left: 1.5rem;
          width: 25%; }
        @media screen and (min-width: 769px) {
          .post-type-archive-investment .c-investment-list .wrapper-bottom-right table:nth-of-type(1),
          .tax-investment_cat .c-investment-list .wrapper-bottom-right table:nth-of-type(1),
          .tax-preference .c-investment-list .wrapper-bottom-right table:nth-of-type(1),
          .tax-investment_type .c-investment-list .wrapper-bottom-right table:nth-of-type(1) {
            margin-bottom: 1rem; } }
        .post-type-archive-investment .c-investment-list .wrapper-bottom-right table:nth-of-type(1) td,
        .tax-investment_cat .c-investment-list .wrapper-bottom-right table:nth-of-type(1) td,
        .tax-preference .c-investment-list .wrapper-bottom-right table:nth-of-type(1) td,
        .tax-investment_type .c-investment-list .wrapper-bottom-right table:nth-of-type(1) td {
          font-size: 2rem; }
        @media screen and (max-width: 768.98px) {
          .post-type-archive-investment .c-investment-list .wrapper-bottom-right table td, .post-type-archive-investment .c-investment-list .wrapper-bottom-right table th,
          .tax-investment_cat .c-investment-list .wrapper-bottom-right table td,
          .tax-investment_cat .c-investment-list .wrapper-bottom-right table th,
          .tax-preference .c-investment-list .wrapper-bottom-right table td,
          .tax-preference .c-investment-list .wrapper-bottom-right table th,
          .tax-investment_type .c-investment-list .wrapper-bottom-right table td,
          .tax-investment_type .c-investment-list .wrapper-bottom-right table th {
            display: block;
            width: 100% !important;
            padding: 1rem 2rem;
            text-align: left; } }
  .post-type-archive-investment .term-name span,
  .tax-investment_cat .term-name span,
  .tax-preference .term-name span,
  .tax-investment_type .term-name span {
    color: #1458E4;
    font-weight: bold;
    font-size: 130%; }
  .post-type-archive-investment .term-name .d-block,
  .tax-investment_cat .term-name .d-block,
  .tax-preference .term-name .d-block,
  .tax-investment_type .term-name .d-block {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: .5rem; }

.single-investment {
  background: #fafafa; }
  .single-investment .t-mv {
    background: url(../images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover; }
  .single-investment .sec01 .title {
    padding: 1.6rem;
    background: #F2F2F2; }
    .single-investment .sec01 .title .c-term {
      display: inline-block;
      padding: 0 .5rem; }
    .single-investment .sec01 .title > h2 {
      font-size: clamp(2rem, 3vw, 2.4rem);
      line-height: 1.3; }
    .single-investment .sec01 .title::after {
      height: 5px; }
  .single-investment .sec01__bottom {
    background: #fff;
    padding: 3rem 2rem 6rem; }
    .single-investment .sec01__bottom .price {
      font-size: clamp(1.8rem, 3vw, 2.2rem); }
      .single-investment .sec01__bottom .price span {
        font-size: 120%;
        margin-left: 1rem; }
    .single-investment .sec01__bottom .yield {
      font-size: clamp(1.6rem, 2vw, 2rem); }
      .single-investment .sec01__bottom .yield span {
        font-size: 120%;
        margin-left: 1rem; }
    .single-investment .sec01__bottom > table {
      width: 100%;
      border-collapse: separate; }
      @media screen and (max-width: 768.98px) {
        .single-investment .sec01__bottom > table tr {
          display: flex;
          flex-wrap: wrap; } }
      .single-investment .sec01__bottom > table th {
        background: #f2f2f2;
        text-align: center;
        padding: 0.5rem 2rem;
        font-weight: bold;
        width: 25%; }
      .single-investment .sec01__bottom > table td {
        padding-left: 2rem; }
        .single-investment .sec01__bottom > table td .map {
          font-size: 1.4rem;
          display: inline-block;
          color: #fff;
          padding: 0 1rem;
          margin-left: 1rem; }
          .single-investment .sec01__bottom > table td .map:hover {
            text-decoration: none; }
          .single-investment .sec01__bottom > table td .map::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f3c5";
            margin-right: .5rem; }
          @media screen and (max-width: 768.98px) {
            .single-investment .sec01__bottom > table td .map {
              display: block;
              margin-left: 0;
              margin-top: .5rem;
              width: 112px; } }
      .single-investment .sec01__bottom > table th, .single-investment .sec01__bottom > table td {
        border-bottom: 1px dotted #e5e5e5; }
        @media screen and (max-width: 768.98px) {
          .single-investment .sec01__bottom > table th, .single-investment .sec01__bottom > table td {
            display: block;
            width: 100% !important;
            padding: 1rem 2rem;
            text-align: left; } }
    .single-investment .sec01__bottom h3 {
      font-size: 2.6rem;
      padding-bottom: .8rem; }
    .single-investment .sec01__bottom .swiper-container {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .single-investment .sec01__bottom .swiper-container.slider {
        max-height: 55vh; }
        .single-investment .sec01__bottom .swiper-container.slider .swiper-slide {
          max-height: 200px;
          height: 100%; }
          @media screen and (min-width: 400px) {
            .single-investment .sec01__bottom .swiper-container.slider .swiper-slide {
              max-height: 250px; } }
          @media screen and (min-width: 600px) {
            .single-investment .sec01__bottom .swiper-container.slider .swiper-slide {
              max-height: 410px; } }
          @media screen and (min-width: 769px) {
            .single-investment .sec01__bottom .swiper-container.slider .swiper-slide {
              max-height: 460px; } }
          .single-investment .sec01__bottom .swiper-container.slider .swiper-slide img {
            width: 100%;
            height: 100%;
            max-width: inherit;
            max-height: 200px;
            object-fit: contain; }
            @media screen and (min-width: 400px) {
              .single-investment .sec01__bottom .swiper-container.slider .swiper-slide img {
                max-height: 250px; } }
            @media screen and (min-width: 600px) {
              .single-investment .sec01__bottom .swiper-container.slider .swiper-slide img {
                max-height: 410px; } }
            @media screen and (min-width: 769px) {
              .single-investment .sec01__bottom .swiper-container.slider .swiper-slide img {
                max-height: 460px; } }
        .single-investment .sec01__bottom .swiper-container.slider .swiper-slide-active img {
          margin-left: auto;
          margin-right: auto; }
      .single-investment .sec01__bottom .swiper-container.slider-thumbnail {
        height: 10vh; }
        .single-investment .sec01__bottom .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
          width: 25%;
          height: 100%;
          max-height: 65px;
          opacity: .5;
          overflow: hidden; }
          @media screen and (min-width: 600px) {
            .single-investment .sec01__bottom .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
              max-height: 150px; } }
          .single-investment .sec01__bottom .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
            opacity: 1; }
          .single-investment .sec01__bottom .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 100%;
            max-height: 65px; }
            @media screen and (min-width: 600px) {
              .single-investment .sec01__bottom .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
                max-height: 150px; } }
  .single-investment .sec02 h2 {
    padding-bottom: .8rem; }

.post-type-archive-news {
  background: #fafafa; }
  .post-type-archive-news .t-mv {
    background: url(../images/page/bg_news.png) no-repeat center;
    background-size: cover; }
  .post-type-archive-news .sec01 ul li {
    background: #fff;
    padding: 3rem;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 769px) {
      .post-type-archive-news .sec01 ul li > div {
        margin-left: 10%; } }
    @media screen and (max-width: 768.98px) {
      .post-type-archive-news .sec01 ul li > div {
        margin-top: 1%; } }
    .post-type-archive-news .sec01 ul li > div a {
      text-decoration: underline; }
    .post-type-archive-news .sec01 ul li .title {
      color: #0077FF; }
    .post-type-archive-news .sec01 ul li .date {
      color: #1458E4; }

aside {
  width: 200px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 20px; }
  @media screen and (max-width: 768.98px) {
    aside {
      margin-top: 0;
      width: 95%;
      margin-left: 20px;
      margin-right: 20px; } }
  aside p span {
    color: #1458E4;
    font-weight: bold;
    font-size: 120%; }
  aside ul li {
    padding-left: 2rem;
    margin-bottom: .5rem; }
    aside ul li a {
      color: #212126; }

/*# sourceMappingURL=page.css.map */
