@charset "UTF-8";
strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
a:link,
a:visited {
  color: #413f3c;
  text-decoration: none;
}

.bg_primary {
  background: #f7f5ed;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_75 {
  margin-left: 75px;
}

.font_small {
  font-size: 12px;
}

.text_center {
  text-align: center;
}

.sec_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 32px;
  font-weight: bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3.6px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 20px;
  }
}
.sec_ttl span {
  display: block;
  width: 100%;
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_ttl span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.sec_inner_ttl {
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: left;
  color: #d0c7c2;
}
@media screen and (max-width: 768px) {
  .sec_inner_ttl {
    top: -19px;
    left: 5px;
    font-size: 7.5vw;
  }
}

.sec_subttl {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 2.4px;
  margin-top: 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_subttl {
    font-size: 18px;
    margin-top: 60px;
  }
}

.page_ttl {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 3.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_ttl {
    font-size: 24px;
  }
}
.page_ttl span {
  display: block;
  font-size: 18px;
  font-family: Raleway;
  margin-bottom: 23px;
  margin-top: 20px;
}
.law_ttl {
  color: #ff5e64;
  font-size: 22px;
  font-weight: 700;
  margin: 50px 0 30px;
}

.law_subttl {
  color: #ff5e64;
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 30px;
}

.submit_btn {
  text-align: center;
  margin: 40px auto;
}

.more_btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .more_btn {
    margin-top: 50px;
  }
}

.btn {
  display: inline-block;
  width: 380px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: solid 2px #ff5e64;
  border-radius: 25px;
  font-size: 16px;
  color: #ff5e64 !important;
  -webkit-box-shadow: 0 3px 6px 0 #d8e5f2;
          box-shadow: 0 3px 6px 0 #d8e5f2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 90%;
    font-size: 16px;
  }
}
.btn:hover {
  background: #ff5e64;
  color: #fff !important;
}

.btn_area {
  text-align: center;
}

.btn_more {
  width: 630px;
}
@media screen and (max-width: 768px) {
  .btn_more {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn_primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff642f), to(#ff5a8f));
  background: linear-gradient(to bottom, #ff642f, #ff5a8f);
  color: #fff !important;
}
.btn_primary:hover {
  background: #fff !important;
  color: #ff5e64 !important;
}

.btn_kv {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff642f), to(#ff5a8f));
  background: linear-gradient(to bottom, #ff642f, #ff5a8f);
  color: #fff !important;
  border-radius: 38px;
  font-size: 21px;
  font-weight: bold;
  padding: 14px 28px;
}
@media screen and (max-width: 768px) {
  .btn_kv {
    width: 100%;
    font-size: 16px;
  }
}
.btn_kv:hover {
  background: #fff;
  color: #ff5e64 !important;
  text-shadow: none;
}

.btn_document {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  height: 83px;
  line-height: 83px;
  border: solid 3px #ffffff;
  color: #fff !important;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_document:hover {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btn_document {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn_document div {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .btn_document div {
    font-size: 20px;
  }
}
.btn_document div span {
  font-family: Oswald;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn_document div span {
    font-size: 12px;
  }
}
.btn_document:after {
  position: absolute;
  content: "";
  bottom: 4px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.company tr {
  border-bottom: 1px solid #d0c7c2;
}
table.company tr th {
  padding: 15px 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.company tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
table.company tr td {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  table.company tr td {
    display: block;
    width: 100%;
    padding: 5px 0 15px 0;
  }
}
table.law tr {
  border-bottom: 1px solid #d0c7c2;
}
table.law tr th {
  width: 360px;
  padding: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.law tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
table.law tr td {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  table.law tr td {
    display: block;
    width: 100%;
    padding: 5px 0 15px 0;
  }
}
table.overview th {
  width: 160px;
  background: #fc9b9f;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  table.overview th {
    display: block;
    width: 100%;
  }
}
table.overview td {
  padding: 5px 23px;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  table.overview td {
    display: block;
    width: 100%;
  }
}
table.form th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 260px;
  padding: 10px;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  table.form th {
    width: 100%;
    padding: 10px 10px 5px 10px;
  }
}
table.form td {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  table.form td {
    display: block;
    width: 100%;
    padding: 5px 10px 10px 10px;
  }
}
table.privacy {
  border: 1px solid #413f3c;
  font-size: 14px;
  margin-bottom: 20px;
}
table.privacy th {
  width: 30%;
  background: #f7f5ed;
  border: 1px solid #bbbbbb;
  padding: 10px;
  font-weight: normal;
}
table.privacy td {
  border: 1px solid #bbbbbb;
  padding: 10px;
}

.slider {
  position: relative;
}

.slider_main {
  padding-left: 0 !important;
}
.slider_main li {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  list-style: none;
  background-color: #f7f5ed;
}
.slider_main li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_main .slick-prev {
  left: 10px;
  z-index: 10;
}
.slider_main .slick-prev:before {
  content: url(../images/arrow_left.svg);
}
.slider_main .slick-next {
  right: 10px;
  z-index: 10;
}
.slider_main .slick-next:before {
  content: url(../images/arrow_right.svg);
}

.slider_thumb {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .slider_thumb {
    display: none !important;
  }
}
.slider_thumb li {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  list-style: none;
  background-color: #fff;
}
.slider_thumb li img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_thumb li img:hover {
  opacity: 0.7 !important;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.simulation_block {
  width: 100%;
}
.simulation_block .sim_ttl {
  background: #fc9b9f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
}
.simulation_block .input_field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  color: #ff5e64;
  background: #f7f5ed;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #DED1A0;
  border-left: 1px solid #DED1A0;
}
@media screen and (max-width: 768px) {
  .simulation_block .input_field {
    font-size: 14px;
  }
}
.simulation_block .input_field:after {
  position: absolute;
  bottom: 4px;
  left: 40px;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #fc9b9f transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .simulation_block .input_field:after {
    left: 35px;
  }
}
.simulation_block .input_field input {
  width: 210px;
  margin: 0 10px;
  padding: 5xp;
  border: 1px solid #fc9b9f;
  border-radius: 4px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .simulation_block .input_field input {
    width: 100px;
  }
}
.simulation_block table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .simulation_block table {
    font-size: 12px;
  }
}
.simulation_block table th {
  padding: 5px;
  border: 1px solid #fc9b9f;
}
.simulation_block table td {
  padding: 5px;
  border: 1px solid #fc9b9f;
  text-align: right;
}
.simulation_block .notice {
  font-size: 10px;
  margin-top: 15px;
}
.simulation_block.sp {
  margin-top: 50px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.require {
  background: #ff5e64;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 10px;
}

.form_note {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.mw_wp_form_confirm .require,
.mw_wp_form_confirm .privacy_agree,
.mw_wp_form_confirm .attention {
  display: none;
}

.privacy_agreement_box {
  font-size: 14px;
  margin-top: 30px;
}
.privacy_agreement_box a {
  text-decoration: underline;
  color: #ff5e64;
}

.breadcrumbs {
  background: #e5f2ff;
  padding: 5px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
}
.breadcrumbs ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.breadcrumbs ul li:last-child:after {
  content: none;
}

.tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_area .tab {
  cursor: pointer;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #ff5e64;
  height: 64px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 #d8e5f2;
          box-shadow: 0 3px 6px 0 #d8e5f2;
  border: 1px solid #ff5e64;
}
@media screen and (max-width: 768px) {
  .tab_area .tab {
    font-size: 14px;
    height: 40px;
  }
}
.tab_area .tab.active {
  color: #fff;
  background: #fc9b9f;
  border: none;
}

.content_area a {
  text-decoration: underline;
}
.content_area a[target=_blank] {
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  background: url(../images/common/icon_link.svg) no-repeat right center;
  background-size: 15px;
}
.content_area .content {
  display: none;
}
.content_area .content.show {
  margin-top: 50px;
  display: block;
}

.sec_contact {
  padding: 50px 0;
  border-top: 1px solid #e7e5dd;
}
.sec_contact .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_contact .split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_contact .split .cont {
  width: 57%;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .sec_contact .split .cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.sec_contact .split .cont h2 {
  font-size: 18px;
}
.sec_contact .split .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.sec_contact .split .body .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_contact .split .body .tel figure {
  margin-bottom: 0;
  margin-right: 10px;
}
.sec_contact .split .body .tel figure img {
  width: 70px;
  height: auto;
}
.sec_contact .split .body .tel h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.sec_contact .split .body .tel p {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contact .btn {
    width: 100%;
  }
}

.password_wrap {
  position: relative;
}
.password_wrap .field-icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 13px 7px 0;
  color: #ff5e64;
}

.modal-footer .btn {
  width: auto;
  padding-inline: 20px;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #413f3c;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  height: 100%;
  line-height: 1.7;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

.inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 16px 88px 0 47.5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(216, 229, 242, 0.3);
          box-shadow: 0 3px 4px 0 rgba(216, 229, 242, 0.3);
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1411px) {
  #header {
    height: 60px;
  }
}
#header .head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1411px) {
  #header .head_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 5px;
  }
}
@media screen and (max-width: 1411px) {
  #header .header_logo {
    position: absolute;
    top: 8px;
    left: 10px;
  }
}
#header .header_logo img {
  width: 151px;
  height: auto;
}
@media screen and (max-width: 1411px) {
  #header .header_logo img {
    width: 140px;
  }
}
#header .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 1411px) {
  #header .head_nav {
    display: block;
    width: 250px;
    height: 100%;
    padding: 60px 10px 0 10px;
    background-color: #ff5e64;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(250px);
        -ms-transform: translate(250px);
            transform: translate(250px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0;
  }
  #header .head_nav.open {
    overflow: scroll;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 300px;
  }
}
#header .global_nav {
  margin-left: auto;
  z-index: 100;
}
@media screen and (max-width: 1411px) {
  #header .global_nav {
    display: none;
    margin-left: 0;
  }
}
#header .global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
#header .global_nav ul li {
  list-style: none;
  padding: 0 20px;
}
@media screen and (max-width: 1411px) {
  #header .global_nav ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#header .global_nav ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #413f3c;
}
@media screen and (max-width: 1411px) {
  #header .global_nav ul li a {
    font-weight: normal;
  }
}
#header .global_nav ul li.login img {
  margin-right: 5px;
  vertical-align: middle;
}
#header .head_mypage_nav {
  z-index: 100;
}
@media screen and (max-width: 1411px) {
  #header .head_mypage_nav {
    display: none;
  }
}
#header .head_mypage_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#header .head_mypage_nav ul li {
  list-style: none;
  margin-left: 20px;
}
#header .head_mypage_nav ul li:first-child {
  margin-left: 0;
}
#header .head_mypage_nav .btn_primary,
#header .head_mypage_nav .btn_secondary {
  width: 150px;
}
#header .sp_nav {
  display: none;
}
@media screen and (max-width: 1411px) {
  #header .sp_nav {
    display: block;
  }
  #header .sp_nav ul {
    padding-left: 0;
  }
  #header .sp_nav ul li {
    list-style: none;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header .sp_nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1em;
  }
  #header .sp_nav ul.member {
    border: none;
  }
  #header .sp_nav ul.member a {
    display: block;
    background: #fff;
    color: #ff5e64;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  #header .sp_nav ul.law {
    margin-top: 30px;
  }
  #header .sp_nav ul.law li {
    border: none;
  }
  #header .sp_nav ul.law li a {
    font-size: 12px;
  }
  #header .sp_nav ul.law li.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .sp_nav ul.law li.sns span:last-child {
    width: 100%;
    text-align: center;
  }
  #header .sp_nav ul.law li.sns svg {
    width: 30px;
    height: auto;
    margin: 20px 10px 20px 10px;
  }
  #header .sp_nav ul.law li.sns img {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 1411px) {
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .overlay.open {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 14px;
    z-index: 100;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #ff5e64;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span {
    background: #fff;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}
#footer {
  background: #ff5e64;
  padding: 50px 0 10px 0;
  color: #fff;
  font-size: 13px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #footer {
    position: inherit;
    padding: 30px 15px 0;
  }
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .inner h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
#footer .inner p {
  margin-bottom: 1em;
}
#footer .inner a {
  color: #fff;
  text-decoration: none;
}
#footer .inner .about {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #footer .inner .about {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .inner .about svg {
  width: 15px;
  height: auto;
}
#footer .inner .sitemap {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #footer .inner .sitemap {
    width: 100%;
  }
}
#footer .inner .sitemap .foot_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .inner .sitemap .foot_col ul {
  width: 50%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #footer .inner .sitemap .foot_col ul {
    width: 100%;
  }
}
#footer .inner .sitemap .foot_col ul li {
  list-style: none;
}
#footer .inner .sitemap .foot_col ul li.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer .inner .sitemap .foot_col ul li.sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .inner .sitemap .foot_col ul li.sns a {
  margin-right: 2em;
}
#footer .inner .sitemap .foot_col ul li.sns a svg {
  width: 25px;
  height: auto;
}
#footer .inner .sitemap .foot_col ul li.sns a:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer .inner .sitemap .foot_col ul li.sns a:last-child {
    text-align: center;
  }
}
#footer .inner .sitemap .foot_col ul li.sns a:last-child img {
  width: 70px;
  height: auto;
}
#footer #copy {
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
  font-size: 12px;
}

.sec {
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 50px 0;
  }
}

.topsec {
  padding: 110px 0 100px;
}
@media screen and (max-width: 768px) {
  .topsec {
    padding: 50px 0;
  }
}

.sec_law {
  margin-bottom: 50px;
}

.sec_contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sec_contact .inner .cont {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner .cont {
    width: 100%;
  }
}
.sec_contact .inner .cont .sec_ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner .cont .sec_ttl {
    text-align: center;
  }
}
.sec_contact .inner .action {
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner .action {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_contact .inner .action .btn {
  width: 420px;
  font-size: 24px;
  color: #fff !important;
  border: solid 3px #ffffff;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner .action .btn {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.sec_contact .inner .action .btn span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec_contact .inner .action .btn span {
    font-size: 10px;
  }
}
.sec_contact .inner .action .btn.service {
  background: #ff5e64;
}
.sec_contact .inner .action .btn.document {
  background: #fc9b9f;
}

.lfp_container_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.lfp_container_2col .col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lfp_container_2col .col {
    width: 100%;
  }
  .lfp_container_2col .col:first-child {
    width: 100% !important;
  }
  .lfp_container_2col .col:nth-child(2) {
    width: 100% !important;
  }
}
.lfp_container_2col .col h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.lfp_container_2col .col img {
  width: 100%;
  height: auto;
}
.lfp_container_2col .col img.sns {
  width: 200px;
  margin-right: 20px;
}
.lfp_container_2col .col p {
  margin-bottom: 1em;
}

.image_3col h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff5e64;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .image_3col h3 {
    font-size: 18px;
  }
}
.image_3col img {
  width: 100%;
  height: auto;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .image_3col img {
    margin: 15px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .image_3col .col-md-4 {
    margin-bottom: 20px;
  }
}

.image_4col img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .image_4col img {
    margin: 15px 0 10px;
  }
}
.image_4col .date {
  font-family: "Noto Sans JP";
  color: #ff5e64;
  margin-bottom: 10px;
}
.image_4col h3 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .image_4col .col-md-3 {
    margin-bottom: 20px;
  }
}

.sec_blog {
  margin-bottom: 50px;
}
.sec_blog .blog_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_blog .blog_col_wrap:before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .sec_blog .blog_col_wrap:before {
    width: 48%;
  }
}
.sec_blog .blog_col_wrap:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .sec_blog .blog_col_wrap:after {
    width: 48%;
  }
}
.sec_blog .blog_col_wrap .blog_col {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_blog .blog_col_wrap .blog_col {
    width: 48%;
  }
}
.sec_blog .blog_col_wrap .blog_col .img_box {
  margin-bottom: 5px;
}
.sec_blog .blog_col_wrap .blog_col .img_box img {
  width: 100%;
  height: auto;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_blog .blog_col_wrap .blog_col h3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_blog .blog_col_wrap .blog_col h3 {
    font-size: 18px;
  }
}
.sec_blog .blog_col_wrap .blog_col div {
  line-height: 1.8;
}
.sec_blog .blog_col_wrap .blog_col .date {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  color: #ff5e64;
  margin-bottom: 5px;
}
.sec_blog .ttl_area {
  border-bottom: 0.5px solid #413f3c;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.sec_blog .ttl_area .blog_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec_blog .ttl_area .blog_ttl {
    font-size: 18px;
  }
}
.sec_blog .ttl_area .date {
  font-size: 10px;
}
.sec_blog .body a {
  text-decoration: underline;
}
.sec_blog .body a[target=_blank] {
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  background: url(../images/common/icon_link.svg) no-repeat right center;
  background-size: 15px;
}

.sec_form .row {
  background: #f7f5ed;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .sec_form .row {
    padding: 10px;
  }
}
.sec_form .privacy_agree {
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
}
.sec_form .privacy_agree p {
  margin-bottom: 5px;
}
.sec_form .privacy_agree a {
  color: #ff5e64;
  text-decoration: underline;
}
.sec_form .btn_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.sec_form .btn_area .btn {
  width: 400px;
}
.sec_form .btn_area .btn {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec_form .btn_area .btn {
    margin: 0 0 20px 0;
    width: 80%;
  }
}
.sec_form .btn_area .btn_primary {
  background: #ff5e64;
  width: 320px;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .sec_form .btn_area .btn_primary {
    width: 80%;
  }
}
.sec_form .btn_area .btn_secondary {
  background: #ccc;
  color: #fff !important;
  border: none;
}

.sec_complete h2 {
  color: #ff5e64;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_complete h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec_complete p {
    text-align: left;
  }
}
.sec_complete .btn {
  display: block;
  width: 380px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .sec_complete .btn {
    width: 80%;
  }
}
.sec_complete .pdf_download {
  width: 50%;
  margin: 20px auto;
  border: 1px solid #e99b21;
}
@media screen and (max-width: 768px) {
  .sec_complete .pdf_download {
    width: 100%;
  }
  .sec_complete .pdf_download .btn {
    font-size: 14px;
  }
}

.wp-block-image img {
  height: auto !important;
}

.wrap-pagenavi {
  text-align: center;
  margin-top: 50px;
}

#mypage {
  font-size: 14px;
}
#mypage .sec_page_ttl {
  background: #f7f5ed;
}

.mypage_alert .alert-info {
  border-color: none;
}

#privacy_frame,
#antisocial_frame,
#electronic_doc_frame {
  padding: 20px;
}

.application_infomation {
  margin-top: 20px;
  border: 1px solid #f7f5ed;
  padding: 10px;
  font-size: 12px;
  color: #413f3c;
}
.application_infomation h4 {
  font-size: 13px;
  font-weight: bold;
}
.application_infomation p {
  margin: auto;
  padding: 0;
}

.application_block {
  background: #f7f5ed;
  padding: 15px 20px;
  margin: 20px 0;
}
.application_block .alert-info {
  color: #413f3c;
  background-color: #fff;
  border: none;
  text-align: center;
}
.application_block .alert-info::after {
  content: "";
  clear: both;
  display: block;
}
.application_block .alert-info .float-right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .application_block {
    padding: 15px;
  }
  .application_block .alert-info {
    padding: 12px;
    font-size: 13px;
  }
  .application_block .alert-info .btn {
    margin-top: 5px;
  }
}
.application_block .request_field {
  margin-bottom: 20px;
}
.application_block .request_field .input_field {
  width: auto;
  margin-bottom: 10px;
  text-align: center;
}
.application_block .request_field .input_field span {
  font-weight: bold;
  margin: 0 2em 0 0;
  font-size: 16px;
}
.application_block .request_field .input_field input {
  width: 100px;
  padding: 5px 10px;
  margin-right: 0.5em;
  border: 1px solid #ccc;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.application_block .request_field .btn_area {
  width: 100%;
}
.application_block .request_field .btn_area.login {
  width: auto;
}
.application_block .request_field .btn_area .btn {
  width: 100%;
}
.application_block .note {
  color: red;
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
}
.application_block .num_input_field {
  text-align: center;
  margin: 20px auto;
}
.application_block .num_input_field .num_of_fund {
  color: #ff5e64;
  margin-bottom: 10px;
}
.application_block .num_input_field .input_field {
  font-weight: bold;
  color: #ff5e64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application_block .num_input_field .input_field span {
  display: inline-block;
  margin: auto 10px;
}
.application_block .num_input_field .input_field .unit-number {
  text-align: right;
  min-width: 80px;
  border: 1px solid #ff5e64;
  border-radius: 6px;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
}
.application_block .law_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
.application_block .law_field div {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .application_block .law_field div {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.application_block .law_field span img {
  display: inline-block;
  width: 14px;
  height: auto;
}
.application_block .law_field svg {
  width: 14px;
  height: auto;
}
.application_block .text_danger {
  color: red;
  margin-bottom: 1em;
}

.main_kv {
  position: relative;
  background: url(../images/top/main_back.png) no-repeat;
  height: 810px;
  background-size: cover;
  background-position: 100% 100%;
}
@media screen and (max-width: 768px) {
  .main_kv {
    height: 680px;
    background-position: 86% 0%;
  }
}
.main_kv #header {
  width: 90%;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: none;
}
.main_kv #header.fixed {
  width: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .main_kv #header {
    width: 100%;
    top: 0;
  }
}
.main_kv .catch_inner {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 80px;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(97, 122, 147, 0.5);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main_kv .catch_inner {
    left: 20px;
    bottom: 60px;
    text-shadow: 4px 4px 9px rgb(14, 35, 18);
  }
}
.main_kv .catch_inner .site_catch {
  font-family: Raleway;
  font-size: 52px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_kv .catch_inner .site_catch {
    font-size: 7vw;
  }
}
.main_kv .catch_inner .site_sub_catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  margin: 34px 0 46px 0;
}
@media screen and (max-width: 768px) {
  .main_kv .catch_inner .site_sub_catch {
    font-size: 4.5vw;
  }
}
.main_kv .catch_inner .site_info {
  width: 540px;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .main_kv .catch_inner .site_info {
    width: 100%;
  }
}

.sec_about {
  width: 1410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_about {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sec_about .cont {
  width: 630px;
}
@media screen and (max-width: 768px) {
  .sec_about .cont {
    width: 100%;
  }
}
.sec_about .sec_ttl {
  text-align: left;
  font-size: 42px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec_about .sec_ttl {
    font-size: 7vw;
  }
}
.sec_about .btn {
  width: 100%;
}
.sec_about figure {
  background: #f7f5ed;
  padding: 40px 73px 40px 72px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(216, 229, 242, 0.7);
          box-shadow: 0 2px 6px 0 rgba(216, 229, 242, 0.7);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_about figure {
    margin-top: 50px;
  }
}
.sec_about figure img {
  width: 445px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec_about figure img {
    width: 100%;
  }
}

.sec_page_ttl {
  margin: 60px 0 66px;
  padding: 0 30px;
}

.sec_page_kv img {
  width: 100%;
  height: auto;
}

.sec_wp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec_wp dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_wp dl dt {
  width: 170px;
  font-weight: normal;
  color: #ff5e64;
}
@media screen and (max-width: 768px) {
  .sec_wp dl dt {
    width: 100%;
  }
}
.sec_wp dl dd {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec_wp dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec_information {
    margin-bottom: 50px;
  }
}
.sec_information .img_box span {
  display: block;
  position: relative;
}
.sec_information .img_box span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_information .img_box span img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rate_table {
  width: 100%;
  padding: 0;
}
.rate_table.pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .rate_table.pc {
    display: none;
  }
}
.rate_table.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .rate_table.sp {
    display: inline-block;
  }
}
.rate_table tr {
  padding: 0;
}
.rate_table th,
.rate_table td {
  padding: 14px 10px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .rate_table th,
  .rate_table td {
    padding: 5px;
  }
}
.rate_table th {
  background-color: #f8faed;
  text-align: center;
  font-size: 16px;
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .rate_table th {
    font-size: 14px;
  }
}
.rate_table th.null {
  background: #f7f5ed;
  border: none;
  width: auto;
}
.rate_table th.shitamachi {
  background-color: #38824c;
  color: #fff;
}
.rate_table th.rimawari {
  background-color: #fffde5;
  width: auto;
}
.rate_table th.tokuchou {
  background-color: #d9f0fc;
  width: auto;
}
.rate_table td {
  background-color: #f4f4f4;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  vertical-align: tio;
}
@media screen and (max-width: 768px) {
  .rate_table td {
    font-size: 10px;
  }
}
.rate_table td.rimawari {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .rate_table td.rimawari {
    width: 38%;
  }
}
.rate_table td.shitamachi {
  color: #d87e00;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rate_table td.shitamachi {
    width: 38%;
    font-size: 16px;
  }
}
.rate_table td strong {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .rate_table td strong {
    font-size: 14px;
  }
}
.rate_table td strong span {
  font-size: 32px;
  font-family: "Ropa Sans", sans-serif;
  display: inline-block;
  -webkit-transform: scaleX(0.8);
      -ms-transform: scaleX(0.8);
          transform: scaleX(0.8);
}
@media screen and (max-width: 768px) {
  .rate_table td strong span {
    font-size: 16px;
  }
}

.sec_feature {
  position: relative;
}
.sec_feature .col-12 {
  padding: 0 35px 35px 35px;
}
@media screen and (max-width: 768px) {
  .sec_feature .col-12 {
    padding: 0 15px 15px 15px;
  }
}
.sec_feature .text-center {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec_feature .text-center {
    text-align: left !important;
    font-size: 16px;
  }
}
.sec_feature .image_4col {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_4col {
    margin: 30px 0;
  }
}
.sec_feature .image_4col .circle {
  padding: 40px;
  height: 275px;
  background-size: 90% !important;
  background-position: 50% !important;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_4col .circle {
    height: 45vw;
    padding: 4vw 0 0 0;
    background-size: 95% !important;
  }
}
.sec_feature .image_4col .circle p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_4col .circle p {
    font-size: 10px;
  }
}
.sec_feature .image_4col .circle h3 {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_4col .circle h3 {
    font-size: 14px;
  }
}
.sec_feature .image_4col .circle img {
  width: auto;
  height: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_4col .circle img {
    height: 16vw;
    margin-bottom: 10px;
  }
}
.sec_feature .image_4col .circle.circle01 {
  background: url(../images/top/circle01.svg) no-repeat;
}
.sec_feature .image_4col .circle.circle02 {
  background: url(../images/top/circle02.svg) no-repeat;
}
.sec_feature .image_4col .circle.circle03 {
  background: url(../images/top/circle03.svg) no-repeat;
}
.sec_feature .image_4col .circle.circle04 {
  background: url(../images/top/circle04.svg) no-repeat;
}
.sec_feature .catch_ph img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}
.sec_feature .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .sec_feature .split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_feature .split .cont {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec_feature .split .cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec_feature .split figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec_feature .split figure {
    width: 100%;
  }
}
.sec_feature .split figure img {
  margin: 0 0;
}
.sec_feature .split h4 {
  font-size: 18px;
}
.sec_feature .image_3col {
  margin-bottom: 30px;
}
.sec_feature .image_3col div {
  text-align: center;
  margin-bottom: 25px;
}
.sec_feature .image_3col img {
  width: 100%;
  height: auto;
}
.sec_feature .image_3col h3 {
  font-size: 18px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #413f3c;
}
@media screen and (max-width: 768px) {
  .sec_feature .image_3col h3 {
    font-size: 16px;
  }
}
.sec_feature .image_3col p {
  text-align: left;
}

.sec_faq .cat_ttl {
  margin: 30px auto 15px;
}
.sec_faq .faq_box {
  border-radius: 8px;
  -webkit-box-shadow: 8px 3px 6px 0 #d8e5f2;
          box-shadow: 8px 3px 6px 0 #d8e5f2;
  background-color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_faq .faq_box {
    width: calc(100% - 30px);
  }
}
.sec_faq .faq_box .col-12 {
  padding: 0;
}
.sec_faq .faq_box .question {
  position: relative;
  cursor: pointer;
  color: #ff5e64;
  background: #f7f5ed;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 50px 20px 54px;
  border-radius: 8px 8px 8px 8px;
  line-height: 1.5;
}
.sec_faq .faq_box .question.active {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .sec_faq .faq_box .question {
    font-size: 16px;
  }
}
.sec_faq .faq_box .question:before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "Q.";
  margin-right: 10px;
  font-family: "Oswald";
  margin-top: -0.8em;
}
.sec_faq .faq_box .question:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 4px #ff5e64;
  border-right: solid 4px #ff5e64;
  -webkit-transform: translate(0, -50%) rotate(135deg);
      -ms-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec_faq .faq_box .question.active {
  border-radius: 8px 8px 0 0;
}
.sec_faq .faq_box .question.active:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.sec_faq .faq_box .answer {
  position: relative;
  display: none;
  padding: 20px 20px 20px 54px;
  line-height: 1.5;
}
.sec_faq .faq_box .answer span {
  display: block;
  color: #ff5e64;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec_faq .faq_box .answer a {
  text-decoration: underline;
}
.sec_faq .faq_box .answer:before {
  position: absolute;
  content: "A.";
  top: 50%;
  left: 20px;
  color: #ff5e64;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
  font-family: "Oswald";
  margin-top: -0.8em;
}
@media screen and (max-width: 768px) {
  .sec_faq .faq_box .answer:before {
    font-size: 18px;
  }
}

.sec_flow .col-12 {
  padding: 0 35px 35px 35px;
}
@media screen and (max-width: 768px) {
  .sec_flow .col-12 {
    padding: 0 15px 15px 15px;
  }
}
.sec_flow.fees .col-12 {
  padding: 35px 35px 0 35px;
}
@media screen and (max-width: 768px) {
  .sec_flow.fees .col-12 {
    padding: 15px 15px 0 15px;
  }
}
.sec_flow .sec_subttl {
  margin-bottom: 15px;
}
.sec_flow .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_flow .split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_flow .split .target {
  background: #fc9b9f;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  padding: 20px 5px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .sec_flow .split .target {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-combine-upright: all;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 20px;
  }
}
.sec_flow .split .fees {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-right: 30px;
  text-align: center;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .sec_flow .split .fees {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sec_flow .split .fees p {
  font-size: 20px;
  font-weight: bold;
}
.sec_flow .split .fees p span {
  font-size: 40px;
}
.sec_flow .split .cont strong {
  display: block;
  margin-bottom: 1em;
}
.sec_flow .split .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.sec_flow .split .cont ul li {
  width: 50%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .sec_flow .split .cont ul li {
    width: 100%;
  }
}
.sec_flow .split .cont ul.single li {
  width: 100%;
}
div .sec_flow.first {
  padding: 50px 0 0 0;
}
.sec_flow:last-child {
  margin-bottom: 100px;
}
.sec_flow .inner {
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner {
    margin-bottom: 20px;
  }
}
.sec_flow .inner .flow_step {
  font-family: "Oswald";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: -3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .flow_step {
    font-size: 14px;
    left: 0;
  }
}
.sec_flow .inner .flow_step span {
  width: 100%;
  font-size: 30px;
  margin-top: -13px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .flow_step span {
    font-size: 20px;
    margin-top: -10px;
  }
}
.sec_flow .inner .flow_cont {
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .flow_cont {
    padding-left: 70px;
  }
}
.sec_flow .inner .flow_cont .flow_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #ff5e64;
  margin-bottom: 25px;
}
.sec_flow .inner .flow_cont .flow_ttl.no_step {
  color: #666;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .flow_cont .flow_ttl {
    font-size: 18px;
  }
}
.sec_flow .inner .flow_cont p {
  margin-bottom: 1em;
}
.sec_flow .inner .flow_cont h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 24px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .flow_cont h4 {
    font-size: 16px;
  }
}
.sec_flow .inner:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: -15px;
  left: 0;
  width: 50px;
  background: #fc9b9f;
  content: "";
}
@media screen and (max-width: 768px) {
  .sec_flow .inner:before {
    width: 50px;
    bottom: 0;
  }
}
.sec_flow .inner .arrow {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fc9b9f transparent transparent transparent;
  border-width: 30px 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .arrow {
    bottom: -20px;
    border-width: 20px 25px 0 25px;
  }
}
.sec_flow .inner .arrow.no_step {
  border-color: #DED1A0 transparent transparent transparent;
}
.sec_flow .inner.no_step:before {
  background: #DED1A0;
}
.sec_flow .inner .documents {
  margin: 20px 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .documents {
    padding: 10px;
  }
}
.sec_flow .inner .documents h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .documents h5 {
    font-size: 14px;
  }
}
.sec_flow .inner .documents.personal {
  background: #f7f5ed;
}
.sec_flow .inner .documents.personal h5 {
  color: #ff5e64;
}
.sec_flow .inner .documents.corporation {
  background: #f7f5ed;
}
.sec_flow .inner .documents.corporation h5 {
  color: #ff5e64;
}
.sec_flow .inner .documents .or {
  text-align: center;
  margin: 15px 0;
}
.sec_flow .inner .documents .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_flow .inner .documents .cont .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff5e64;
  color: #fff;
  width: 120px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .documents .cont .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    padding: 5px 0;
  }
}
.sec_flow .inner .documents .cont .ttl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.sec_flow .inner .documents .cont .ttl div span {
  font-size: 14px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .documents .cont .ttl div span {
    margin-left: 10px;
  }
}
.sec_flow .inner .documents .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 120px);
  padding: 25px;
  margin-bottom: 0;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_flow .inner .documents .cont ul {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
}
.sec_flow .inner .documents .cont ul li {
  width: 100%;
  list-style: none;
  padding-left: 1.2em;
  position: relative;
}
.sec_flow .inner .documents .cont ul li:before {
  content: "●";
  display: inline-block;
  color: #ff5e64;
  font-size: 5px;
  margin-right: 5px;
  position: absolute;
  top: 1.2em;
  left: 0;
}
.sec_flow .inner .documents .cont ul li.list_title {
  padding-left: 0;
  color: #ff5e64;
  font-weight: bold;
}
.sec_flow .inner .documents .cont ul li.list_title::before {
  content: "〜";
  display: inline;
  position: static;
  font-weight: bold;
  font-size: 16px;
  margin-right: 0;
}
.sec_flow .inner .documents .cont ul li.list_title::after {
  content: "〜";
  font-weight: bold;
  color: #ff5e64;
}
.sec_company .col-12 {
  padding: 0 35px 35px 35px;
}
@media screen and (max-width: 768px) {
  .sec_company .col-12 {
    padding: 0 15px 15px 15px;
  }
}
.sec_company .sec_subttl {
  font-size: 24px;
}
.sec_company .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_company .split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_company .split .president {
  width: 280px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .sec_company .split .president {
    width: 100%;
    margin-left: 0;
  }
}
.sec_company .split .president img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.sec_company .split .cont {
  width: calc(100% - 335px);
}
@media screen and (max-width: 768px) {
  .sec_company .split .cont {
    width: 100%;
    margin-top: 30px;
  }
}
.sec_company .split .cont p {
  margin-bottom: 3em;
}
.sec_company .split .cont p strong {
  display: block;
}
.sec_company .split .cont p a {
  text-decoration: underline;
}

.cv_btn {
  margin-top: 60px;
}

.status {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}
.status span {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 12px;
  background: #ccc;
  color: #fff;
  border-radius: 6px 0 0 0;
}
.status span.step01 {
  background: #fc9b9f;
}
.status span.step02 {
  background: #DED1A0;
}
.sec_fund .fund_box {
  background: #fff;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0px 6px 0 #d8e5f2;
          box-shadow: 0 0px 6px 0 #d8e5f2;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sec_fund .fund_box {
    width: calc(100% - 30px);
    margin: 0 15px 60px;
  }
}
.sec_fund .fund_box:hover {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-box-shadow: 0 0px 16px 0 #b6c3d0;
          box-shadow: 0 0px 16px 0 #b6c3d0;
}
.sec_fund .fund_box .fund_img_wrap {
  position: relative;
  overflow: hidden;
  background-color: #f7f5ed;
}
.sec_fund .fund_box .fund_img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  /* 比率 */
  margin-bottom: 0;
}
.sec_fund .fund_box .fund_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 768px) {
  .sec_fund .fund_box .fund_img img {
    border-radius: 8px 8px 0 0;
  }
}
.sec_fund .fund_box .col-md-4 {
  padding: 0;
}
.sec_fund .fund_box .col-md-8 {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .sec_fund .fund_box .col-md-8 {
    padding: 0 10px;
  }
}
.sec_fund .fund_box.coming_soon {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.sec_fund .fund_box.coming_soon a {
  position: relative;
  display: block;
  z-index: 1;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.sec_fund .fund_box.coming_soon a .fund_img {
  background: #aaa;
}
.sec_fund .fund_box.coming_soon a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff5e64;
  z-index: 2;
  opacity: 0.7;
}
.sec_fund .fund_box.coming_soon .coming_text {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 3;
  font-size: 18px;
}
.sec_fund .fund_box.coming_soon .coming_text b {
  font-size: 40px;
  display: block;
}
.sec_fund .fund_name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_fund .fund_name {
    font-size: 20px;
    margin-top: 15px;
  }
}
.sec_fund .amount,
.sec_fund .rate,
.sec_fund .rec,
.sec_fund .time,
.sec_fund .cycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d0c7c2;
}
@media screen and (max-width: 768px) {
  .sec_fund .amount,
  .sec_fund .rate,
  .sec_fund .rec,
  .sec_fund .time,
  .sec_fund .cycle {
    display: block;
    border: none;
  }
  .sec_fund .amount .ttl,
  .sec_fund .rate .ttl,
  .sec_fund .rec .ttl,
  .sec_fund .time .ttl,
  .sec_fund .cycle .ttl {
    border-bottom: solid 1px #d0c7c2;
    padding-bottom: 3px;
  }
}
.sec_fund .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #ff5e64;
}
@media screen and (max-width: 768px) {
  .sec_fund .ttl {
    font-size: 13px;
  }
}
.sec_fund .cont {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_fund .cont {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.sec_fund .cont span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec_fund .cont span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec_fund .cont span span {
    display: block;
    margin-top: 10px;
  }
}
.sec_fund .split_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_fund .split_wrap .split {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sec_fund .split_wrap .split {
    width: 100%;
  }
}
.sec_fund progress {
  width: 100%;
}
.sec_fund .order-1 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
@media screen and (max-width: 991px) {
  .sec_fund .order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .sec_fund .order-1 {
    margin-top: 20px;
  }
}
.sec_fund .order-2 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
@media screen and (max-width: 991px) {
  .sec_fund .order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.sec_fund.list {
  padding-top: 0;
}
.sec_fund.detail {
  padding-top: 0;
}
.sec_fund.detail .status span {
  border-radius: 0;
}
.sec_fund.detail .ttl {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 2.8px;
  text-align: left;
  color: #ff5e64;
}
.sec_fund.detail .amount {
  display: block;
  border: none;
}
.sec_fund.detail .amount .ttl {
  border-bottom: 1px solid #d0c7c2;
  padding-bottom: 5px;
}
.sec_fund.detail .total {
  margin-bottom: 20px;
}
.sec_fund.detail .total .ttl {
  border-bottom: 1px solid #d0c7c2;
  padding-bottom: 5px;
}
.sec_fund.detail .rate,
.sec_fund.detail .rec,
.sec_fund.detail .cycle,
.sec_fund.detail .time {
  display: block;
  border: none;
  margin-bottom: 20px;
}
.sec_fund.detail .rate .ttl,
.sec_fund.detail .rec .ttl,
.sec_fund.detail .cycle .ttl,
.sec_fund.detail .time .ttl {
  border-bottom: 1px solid #d0c7c2;
  padding-bottom: 5px;
}

.sec_overview {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_overview {
    padding-bottom: 20px;
  }
}
.sec_overview figure img {
  width: 100%;
  height: auto;
}
.sec_overview h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.21;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .sec_overview h3 {
    font-size: 18px;
  }
}
.sec_overview .noimage h3 {
  text-align: center;
}
.sec_overview .lfp_container_1col .premium {
  margin-bottom: 100px;
}
.sec_overview .lfp_container_1col .premium img {
  width: 100%;
  height: auto;
}
.sec_overview .lfp_container_1col.plan img {
  width: 100%;
  height: auto;
}

.progress_bar {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  margin: 10px auto 25px;
  background-color: #fc9b9f;
}
.progress_bar p.bar {
  position: relative;
  background: #ff5e64;
  border-radius: 10px;
  margin: 0;
  height: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 0 25px;
}
.progress_bar p.bar span {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  background: #ff5e64;
  padding: 0;
  width: 50px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
}

@-webkit-keyframes fund_progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fund_progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.list_counter {
  list-style: none;
  counter-reset: number_h2;
  padding-left: 0;
}
.list_counter li {
  margin: 10px auto;
}
.list_counter h2,
.list_counter h2.sec_ttl {
  text-align: left;
  margin: 40px auto 20px;
  position: relative;
  padding-left: 2em;
}
.list_counter h2::before,
.list_counter h2.sec_ttl::before {
  counter-increment: number_h2;
  content: counter(number_h2) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.list_counter p {
  padding-left: 2em;
}
.list_counter ol {
  list-style: none;
  padding-left: 2em;
  counter-reset: number_ol;
}
.list_counter ol li {
  position: relative;
  padding-left: 3.4em;
}
.list_counter ol li::before {
  counter-increment: number_ol;
  content: "（" counter(number_ol) "）";
  position: absolute;
  left: 0;
  top: 0;
}

.text_right {
  text-align: right;
}

.usr_login {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.usr_login .notice_wide {
  text-align: center;
}
.usr_login .login_form {
  max-width: 400px;
  margin: 20px auto;
}
.usr_login .login_form label {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 16px;
}
.usr_login .login_form ::-webkit-input-placeholder {
  color: #aaa;
}
.usr_login .login_form ::-moz-placeholder {
  color: #aaa;
}
.usr_login .login_form :-ms-input-placeholder {
  color: #aaa;
}
.usr_login .login_form ::-ms-input-placeholder {
  color: #aaa;
}
.usr_login .login_form ::placeholder {
  color: #aaa;
}
.usr_login .login_form .alert-warning {
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.3em;
}
.usr_login .btn_area {
  margin: 40px auto;
}
.usr_login .other_action {
  font-size: 14px;
  margin: 40px auto auto;
  text-align: center;
}
.usr_login .other_action.door {
  border: 1px solid #f7f5ed;
  padding: 19px;
}
.usr_login .other_action a {
  color: #ff5e64;
}
.usr_login .other_action ul {
  list-style: disc;
  text-align: left;
  padding-left: 1.5em;
  margin: auto;
}
.usr_login .other_action ul li {
  margin-bottom: 10px;
}
.usr_login .other_action ul li:last-child {
  margin-bottom: auto;
}

.ftc_pagination_wrap .ftc_pagination_nav .ftc_pagination_ul .ftc_pagination_item.current .link {
  background: #ff5e64;
  border: 1px solid #ff5e64;
}
.ftc_pagination_wrap .ftc_pagination_nav .ftc_pagination_ul .ftc_pagination_item.arrow .link::before {
  border-color: #ccc;
}
.ftc_pagination_wrap .ftc_pagination_nav .ftc_pagination_ul .ftc_pagination_item .link {
  border: 1px solid #ccc;
}

.ftc_fund_campaign_badge .ftc_fund_cb_inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff642f), to(#ff5a8f));
  background: linear-gradient(to bottom, #ff642f, #ff5a8f);
}

.ftc_fund_detail_law_field .ftc_fund_detail_law_document a.is-read::before {
  color: #ff5e64;
}

.ftc_tab_area {
  margin-top: 8rem;
  background: #f7f5ed;
}
@media screen and (max-width: 768px) {
  .ftc_tab_area {
    margin-top: 5rem;
  }
}
.ftc_tab_area .ftc_tab_wrap .ftc_tab {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #ff5e64;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 #d8e5f2;
          box-shadow: 0 3px 6px 0 #d8e5f2;
  border: 1px solid #ff5e64;
}
@media screen and (max-width: 768px) {
  .ftc_tab_area .ftc_tab_wrap .ftc_tab {
    font-size: 14px;
    padding: 0.75rem 0.5rem;
  }
}
.ftc_tab_area .ftc_tab_wrap .ftc_tab.active {
  color: #fff;
  background: #fc9b9f;
  border: none;
}

.ftc_content_area {
  background: #f7f5ed;
}
.ftc_content_area .ftc_content_parts_photo a {
  text-decoration: underline;
}
.ftc_content_area .ftc_content_parts_photo a[target=_blank] {
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  background: url(../images/common/icon_link.svg) no-repeat right center;
  background-size: 15px;
}

.ftc_p-register_mark {
  border: 1px solid #ccc;
}
.ftc_p-register_mark a {
  color: #ff5e64;
}/*# sourceMappingURL=user_style.css.map */