@charset "UTF-8";
/* ============================================================
  Variable / Mixin
============================================================ */
/* ============================================================
  Font Family
============================================================ */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=fallback");
@import url("//fonts.googleapis.com/css?family=Roboto");
/* ============================================================
  Base Color
============================================================ */
/* ============================================================
  Margin & Padding
============================================================ */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ============================================================
  Width & Height
============================================================ */
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.w10per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
}

.w20per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
}

.w30per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}

.w40per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}

.w50per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.w60per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}

.w70per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}

.w80per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}

.w90per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
}

.w100per {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.h50 {
  height: 50px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.h400 {
  height: 400px;
}

.h450 {
  height: 450px;
}

.h500 {
  height: 500px;
}

.h550 {
  height: 550px;
}

.h600 {
  height: 600px;
}

.h650 {
  height: 650px;
}

.h700 {
  height: 700px;
}

.h750 {
  height: 750px;
}

.h800 {
  height: 800px;
}

.h850 {
  height: 850px;
}

.h900 {
  height: 900px;
}

.h950 {
  height: 950px;
}

.h1000 {
  height: 1000px;
}

/* ============================================================
  Break Point
============================================================ */
/* Breakpoints - 320 / 375 / 480 / 600 / 640 / 720 / 768 / 960 / 1024 / 1240 / 1280 */
/* ============================================================
  Responsive Style
============================================================ */
/* Breakpoints - 320 / 375 / 480 / 600 / 640 / 720 / 768 / 960 / 1024 / 1240 / 1280 */
@media only screen and (max-width: 320px) {
  .dn-320 {
    display: none !important;
  }
}

@media only screen and (max-width: 375px) {
  .dn-375 {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .dn-480 {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .dn-600 {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .dn-640 {
    display: none !important;
  }
}

@media only screen and (max-width: 720px) {
  .dn-720 {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .dn-768 {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .dn-960 {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dn-1024 {
    display: none !important;
  }
}

@media only screen and (max-width: 1240px) {
  .dn-1240 {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .dn-1280 {
    display: none !important;
  }
}

.db-320,
.db-375,
.db-480,
.db-600,
.db-640,
.db-720,
.db-768,
.db-960,
.db-1024,
.db-1240,
.db-1280 {
  display: none !important;
}

@media only screen and (max-width: 320px) {
  .db-320 {
    display: block !important;
  }
}

@media only screen and (max-width: 375px) {
  .db-375 {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .db-480 {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .db-600 {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .db-640 {
    display: block !important;
  }
}

@media only screen and (max-width: 720px) {
  .db-720 {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .db-768 {
    display: block !important;
  }
}

@media only screen and (max-width: 960px) {
  .db-960 {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .db-1024 {
    display: block !important;
  }
}

@media only screen and (max-width: 1240px) {
  .db-1240 {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) {
  .db-1280 {
    display: block !important;
  }
}

/* ============================================================
  Font Family
============================================================ */
/* font-familyは_variables.scssで設定 */
/* ============================================================
  Font Size
============================================================ */
@media screen and (max-width: 1024px) and (min-width: 801px) {
  body main {
    margin-top: -15px;
  }
}

@media screen and (min-width: 1025px) {
  body main {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}

.hide-pc {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hide-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  figure {
    text-align: center;
  }
}

figure a {
  display: block;
}

figure img {
  vertical-align: top;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  figure .hide-pc {
    display: inline-block !important;
  }
}

h2.ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  h2.ttl {
    font-size: 1.625rem;
  }
}

.link-arrow {
  background-image: url("../img/common/link-arrow.png");
  background-repeat: no-repeat;
  background-size: 5px 6px;
  background-position: 2px center;
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1014px) {
  .contentWrap,
  .formContents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.formContents {
  font-size: 0.75rem;
}

.formContents .checkBoxTxt {
  padding-left: 25px;
}

.formContents .selectWrap {
  width: 100%;
  margin-bottom: 0;
}

.formContents .selectWrap select {
  width: 100%;
  padding-right: 15px;
}

.formContents .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formContents .d-flex > span {
  padding: 0 5px;
}

.formContents .submitBtn {
  padding-top: 0;
}

.formContents .submitBtn input {
  background-position-x: 22px;
  min-width: 135px;
}

.formContents .search_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #716f6f;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 9px 15px 5px;
  margin-bottom: 6px;
}

.formContents .search_title img {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.formContents .checkList label {
  display: block;
  margin-bottom: 12px;
}

#mv {
  background: url("../img/investment/mv.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;	/* 30px→50pxにしないと正しく表示されない */
}

#mv .contentWrap > .d-flex {
  position: relative;
}

@media only screen and (max-width: 600px) {
  #mv .contentWrap > .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#mv .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mv .d-flex.hide-search-form {
  height: 400px;
}

@media only screen and (max-width: 700px) {
  #mv .d-flex.hide-search-form {
    height: calc(100vw / 750 * 360);
  }
}

/*
Search Area Hide Setting
#mv .d-flex.hide-search-form .formContents {
  display: none;
}
*/
#mv .d-flex.hide-search-form h1 {
  text-align: left;
}

#mv .formContents {
  background-color: #f9f9fa;
  z-index: 1;
  max-width: 245px;
  padding: 20px 25px 15px;
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  #mv .formContents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin-top: 30px;
  }
}

#mv .formContents .search_title {
  margin-bottom: 10px;
}

#mv .formContents > div > p {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents > div > p {
    font-size: 0.875rem;
  }
}

#mv .formContents > div > p img {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

#mv .formContents ul li {
  margin-bottom: 12px;
}

#mv .formContents ul li:not(:last-child) {
  margin-bottom: 19px;
}

#mv .formContents .submitBtn {
  margin-bottom: 20px;
}

#mv .formContents .submitBtn input {
  background-position-x: 15px;
  font-size: 0.75rem;
  min-width: 95px;
  padding: 7px 16px 5px 30px;
}

#mv .formContents .ext-click {
  cursor: pointer;
  display: block;
  position: relative;
  width: 96px;
  padding-right: 12px;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext-click {
    width: 110px;
  }
}

#mv .formContents .ext-click.open {
  width: 85px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext-click.open {
    width: 100px;
  }
}

#mv .formContents .ext-click.open::before {
  content: attr(data-open);
}

#mv .formContents .ext-click.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 600px) {
  #mv .formContents .ext-click.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

#mv .formContents .ext-click::before {
  content: attr(data-close);
}

#mv .formContents .ext-click::after {
  content: "";
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #111 transparent transparent transparent;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (max-width: 600px) {
  #mv .formContents .ext-click::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

#mv .formContents .ext {
  background: #f9f9fa;
  display: none;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: -30px;
  width: calc(100% - 265px);
  height: 113%;
  padding: 20px 70px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #mv .formContents .ext {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

#mv .formContents .ext.open {
  display: block;
}

#mv .formContents .ext .search_title {
  background-color: #ddd;
  color: #000;
  font-size: 0.8125rem;
}

#mv .formContents .ext > p {
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#mv .formContents .ext > label {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext > label {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #mv .formContents .ext > label {
    display: none;
  }
}

#mv .formContents .ext .checkList.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mv .formContents .ext .submitBtn input {
  background-color: #3e3937;
  background-position-x: 25px;
  padding-left: 24px;
}

#mv .formContents .ext > div {
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  #mv .formContents .ext > div {
    max-width: 100%;
  }
}

#mv .formContents .ext > div ul {
  margin-left: -21px;
  margin-right: -21px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext > div ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 640px) {
  #mv .formContents .ext > div ul {
    margin-left: 0;
    margin-right: 0;
  }
}

#mv .formContents .ext > div ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 21px;
  padding-right: 21px;
}

@media only screen and (max-width: 768px) {
  #mv .formContents .ext > div ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #mv .formContents .ext > div ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  #mv .formContents .ext > div ul .form_construction .checkList.d-flex {
    display: block !important;
    text-align: left;
  }
}

#mv h1 {
  color: #fff;
  font-size: 50px;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  pointer-events: none;
  padding-left: 5px;
}

@media only screen and (max-width: 960px) {
  #mv h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 768px) {
  #mv h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  #mv h1 {
    text-align: center;
  }
}

#mv h1 small {
  display: block;
  font-size: 1.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Sans-Serif;
  letter-spacing: normal;
  margin-top: 25px;
}

@media only screen and (max-width: 960px) {
  #mv h1 small {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 375px) {
  #mv h1 small {
    margin-top: 10px;
  }
}

#description {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  #description {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#description p {
  font-size: 1.5rem;
  line-height: 42px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #description p {
    font-size: 1.125rem;
    line-height: 36px;
  }
}

#new-investment {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  #new-investment {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}

#new-investment ul.row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 480px) {
  #new-investment ul.row {
    margin-left: 0;
    margin-right: 0;
  }
}

#new-investment ul.row li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #new-investment ul.row li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #new-investment ul.row li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#new-investment ul.row li .myListBtn {
  background-image: url("../img/build_list/ico_star_off.png");
  background-repeat: no-repeat;
  background-size: 19px 20px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 16px;
  top: 68px;
  width: 20px;
  height: 20px;
}

#new-investment ul.row li .myListBtn.on {
  background-image: url("../img/build_list/ico_star_on.png");
}

#new-investment ul.row li a {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  height: 100%;
  padding: 10px;
}

#new-investment ul.row li a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.8;
}

#new-investment ul.row .new-investment_list-top {
  margin-bottom: 3px;
}

#new-investment ul.row .new-investment_list-top span {
  border: 1px solid #bbb;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.625rem;
  padding: 3px 8px;
  margin-bottom: 3px;
}

#new-investment ul.row .new-investment_list-top h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 24px;
}

#new-investment ul.row .new-investment_list-mid {
  margin-left: -10px;
  margin-right: -10px;
}

#new-investment ul.row .new-investment_list-mid div {
  background-color: #4f4c4c;
  color: #fff;
  font-size: 0.6875rem;
  padding: 15px 10px;
}

#new-investment ul.row .new-investment_list-mid div large {
  font-size: 1.125rem;
}

#new-investment ul.row .new-investment_list-mid div span {
  display: block;
  margin-top: 6px;
}

#new-investment ul.row .new-investment_list-mid figure img {
  width: 100%;
}

#new-investment ul.row .new-investment_list-bottom > p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5edf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

#new-investment ul.row .new-investment_list-bottom > p span {
  background-color: #4979a2;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  text-align: center;
  width: 80px;
  padding: 2px 4px;
  margin-right: 15px;
}

#new-investment ul.row .new-investment_list-bottom > p b {
  font-size: 0.6875rem;
  margin-left: 3px;
}

#new-investment ul.row .new-investment_list-bottom > p large {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0;
  margin-top: 4px;
}

#new-investment ul.row .new-investment_list-bottom div {
  padding-top: 13px;
  padding-bottom: 19px;
}

#new-investment ul.row .new-investment_list-bottom div p {
  border-bottom: #ddd 1px solid;
  font-size: 0.75rem;
  padding-top: 4px;
}

#new-investment .link-arrow {
  font-size: 1rem;
  float: right;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #new-investment .link-arrow {
    font-size: 0.875rem;
  }
}

#why {
  background-color: #e8eeee;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #why {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

#why .contentWrap {
  max-width: 918px;
}

#why h2.ttl {
  margin-bottom: 40px;
}

#why ul {
  margin-left: -23px;
  margin-right: -23px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #why ul {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  #why ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#why ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #why ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #why ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#why ul li figure {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #why ul li figure {
    text-align: center;
  }
  #why ul li figure img {
    max-width: 140px;
  }
}

#why ul li h3 {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #why ul li h3 {
    font-size: 0.875rem;
  }
}

#why p {
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #why p {
    font-size: 1.125rem;
    line-height: 36px;
  }
}

#interested {
  padding-top: 70px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  #interested {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

#interested figure {
  text-align: center;
}

#interested p {
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
  #interested p {
    font-size: 1.125rem;
    line-height: 36px;
  }
}

#who {
  padding-bottom: 51px;
}

@media only screen and (max-width: 768px) {
  #who {
    padding-bottom: 30px;
  }
}

#who h2.ttl {
  background: url("../img/investment/who_01.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 10px 40px;
  margin-bottom: 40px;
}

#who .who_menu {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  #who .who_menu {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

#who .who_menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #who .who_menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#who .who_menu li a {
  border: 1px solid #ea5404;
  display: block;
  position: relative;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 27px;
}

#who .who_menu li a:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.8;
}

#who .who_menu li a::after {
  content: "";
  background-image: url("../img/common/link-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 11px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  width: 11px;
  height: 15px;
}

#who .who_menu li figure {
  text-align: center;
  margin-bottom: 10px;
}

#who .who_menu li h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 48px;
}

@media only screen and (max-width: 768px) {
  #who .who_menu li h3 {
    height: auto;
  }
}

#who .who_list {
  margin-bottom: 52px;
}

@media only screen and (max-width: 768px) {
  #who .who_list {
    margin-bottom: 25px;
  }
}

#who .who_list > li:not(:last-child) {
  margin-bottom: 55px;
}

#who .who_list > li#who_list-02 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

#who .who_list > li#who_list-02 ul li {
  background-color: #fff;
  width: calc((100% / 2) - 12px);
  padding: 25px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li#who_list-02 ul li {
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #who .who_list > li#who_list-02 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

#who .who_list > li#who_list-02 ul li:nth-of-type(1) > div h4 {
  background-image: url("../img/investment/who_08.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  color: #444;
  padding-left: 30px;
}

#who .who_list > li#who_list-02 ul li:nth-of-type(2) > div h4 {
  background-image: url("../img/investment/who_09.png");
  background-repeat: no-repeat;
  background-size: 18px 15px;
  padding-left: 30px;
}

#who .who_list > li#who_list-02 ul li > div:not(:last-child) {
  margin-bottom: 43px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li#who_list-02 ul li > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

#who .who_list > li#who_list-02 ul li > div h4 {
  border-bottom: 1px solid #bbb;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li#who_list-02 ul li > div h4 {
    font-size: 1rem;
  }
}

#who .who_list > li#who_list-02 ul li > div p {
  font-size: 1rem;
  line-height: 29px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li#who_list-02 ul li > div p {
    font-size: 0.875rem;
  }
}

#who .who_list > li > div {
  background-color: #f5f5f5;
  padding: 40px 45px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li > div {
    padding: 15px;
  }
}

#who .who_list > li > div > p {
  font-size: 1rem;
  line-height: 29px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li > div > p {
    font-size: 0.875rem;
  }
}

#who .who_list > li > div > p small {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li > div > p small {
    font-size: 0.75rem;
  }
}

#who .who_list > li .who_list-bg {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 60px 55px 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li .who_list-bg {
    padding: 60px 20px 30px;
  }
}

#who .who_list > li .who_list-bg > span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 157px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li .who_list-bg > span {
    font-size: 0.875rem;
  }
}

#who .who_list > li .who_list-bg > span:before {
  content: "";
  background-color: #666;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -25px;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  width: calc(100% + 25px);
  height: 100%;
}

#who .who_list > li .who_list-bg h4 {
  border: 1px solid #ec5e13;
  color: #ec5e13;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 22px 12px 18px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li .who_list-bg h4 {
    font-size: 1rem;
    text-align: left;
  }
}

#who .who_list > li .who_list-bg h4:after {
  content: "";
  border: 1px solid #ec5e13;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}

#who .who_list > li .who_list-bg p {
  font-size: 1rem;
  line-height: 30px;
  position: relative;
  padding-left: 45px;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li .who_list-bg p {
    font-size: 0.875rem;
    padding-left: 0;
  }
}

#who .who_list > li .who_list-bg p::before {
  content: "（例）";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #who .who_list > li .who_list-bg p::before {
    position: static;
    display: block;
  }
}

#who .who_list > li .who_list-bg p span {
  color: #ec5e13;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 1;
  position: relative;
  padding: 0 3px;
}

#who .who_list > li .who_list-bg p span::after {
  content: "";
  background-color: #fff000;
  display: inline-block;
  z-index: -1;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 11px;
  width: 100%;
}

#who .who_list h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #687986;
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 5px 17px;
}

@media only screen and (max-width: 480px) {
  #who .who_list h3 {
    font-size: 1.125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 12px 5px 5px;
  }
}

#who .who_list h3 img {
  position: relative;
  top: -3px;
  margin-right: 23px;
}

@media only screen and (max-width: 480px) {
  #who .who_list h3 img {
    top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#group {
  background: url("../img/investment/group_01.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #group {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

#group h2.ttl {
  color: #fff;
  margin-bottom: 54px;
}

@media only screen and (max-width: 768px) {
  #group h2.ttl {
    margin-bottom: 25px;
  }
}

#group ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

#group ul li {
  background-color: #fff;
  position: relative;
  width: calc((100% / 3) - 17.3px);
  padding: 35px 20px 250px;
}

@media only screen and (max-width: 768px) {
  #group ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #group ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

#group ul li > figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 174px;
}

@media only screen and (max-width: 768px) {
  #group ul li > figure {
    height: auto;
  }
}

#group ul li h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  height: 52px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  #group ul li h3 {
    height: auto;
  }
}

#group ul li h3 small {
  font-size: 0.875rem;
}

#group ul li h3:after {
  content: "";
  background-color: #f36f3b;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
}

#group ul li > p {
  line-height: 23px;
}

#group ul li > div {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #group ul li > div {
    position: static;
    bottom: 0;
    padding: 0;
    margin-top: 20px;
  }
}

#group ul li > div:before {
  content: "取扱いエリア";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f4c4c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 23px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}

#group ul li > div p {
  border-bottom: 1px solid #b4b4b4;
  min-height: 55px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 41px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #group ul li > div p {
    min-height: 0;
    margin-bottom: 20px;
  }
}

#group ul li > div a {
  background-color: #e55404;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 260px;
  padding: 13px 25px 13px 13px;
  margin-left: auto;
  margin-right: auto;
}

#group ul li > div a::after {
  content: "";
  background: url("../img/common/link-arrow-white.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 8px;
}

#group ul li > div a:hover {
  opacity: 0.8;
}

#qa {
  padding-top: 65px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  #qa {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

#qa ul {
  margin-bottom: 40px;
}

#qa ul li {
  border-top: 1px solid #bcc0c4;
  padding-top: 36px;
}

#qa ul li:not(:first-child) {
  margin-top: 28px;
}

#qa ul li > div {
  font-size: 1rem;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
}

@media only screen and (max-width: 768px) {
  #qa ul li > div {
    font-size: 0.875rem;
  }
}

#qa ul li > div::before {
  content: "";
  background: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 46px;
  height: 44px;
}

#qa ul li > div:nth-of-type(1) {
  color: #555;
  cursor: pointer;
  font-weight: 700;
  padding-right: 50px;
}

#qa ul li > div:nth-of-type(1).open::after {
  background-image: url("../img/investment/qa_03.png");
}

#qa ul li > div:nth-of-type(1)::before {
  background-image: url("../img/investment/qa_01.png");
}

#qa ul li > div:nth-of-type(1)::after {
  content: "";
  background: url("../img/investment/qa_04.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 18px;
  width: 25px;
  height: 25px;
}

#qa ul li > div:nth-of-type(2) {
  display: none;
  padding-top: 37px;
}

@media only screen and (max-width: 768px) {
  #qa ul li > div:nth-of-type(2) {
    padding-top: 20px;
  }
}

#qa ul li > div:nth-of-type(2)::before {
  background-image: url("../img/investment/qa_02.png");
  top: 29px;
}

@media only screen and (max-width: 768px) {
  #qa ul li > div:nth-of-type(2)::before {
    top: 13px;
  }
}

#search {
  background-color: #f0f5f7;
  padding-top: 72px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #search {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

#search .formContents {
  background-color: #fff;
  padding: 47px 42px;
}

#search ul {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 768px) {
  #search ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 480px) {
  #search ul {
    margin-left: 0;
    margin-right: 0;
  }
}

#search ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 768px) {
  #search ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #search ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#search .ext > p {
  display: inline-block;
  font-size: 0.9375rem;
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
}

#search .ext > p::after {
  content: "";
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #111 transparent transparent transparent;
  z-index: 0;
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: auto 0;
}

#search .ext .search_title {
  background-color: #ddd;
  color: #000;
  font-size: 0.8125rem;
}

#search .ext .checkList.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  #search .ext .form_construction .checkList.d-flex {
    display: block !important;
  }
}

.investment {
  overflow-x: hidden;
}

.investment section:not([id]) {
  padding: 40px 0 57px;
}

@media only screen and (max-width: 768px) {
  .investment section:not([id]) {
    padding-top: 30px;
    padding-bottom: 0;
  }
}


/* add_20210324 */
#who_list-01 > div > p:nth-child(3) > small {
text-align: right;
}




/*# sourceMappingURL=investment.css.map */