@charset "utf-8";

select {
  -webkit-appearance: none;
  appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    -webkit-appearance: none;
}
input, textarea {
  /* 最小値、推奨値、最大値の順に指定 */
  font-size: clamp(17px, 0.882rem, 24px) !important;
}

/* land-investment detail */
/*============================
	detail_slide
============================*/
.detail_slide_main_swiper,
.detail_slide_thumb_swiper {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.detail_slide_main_swiper.swiper-initialized,
.detail_slide_thumb_swiper.swiper-initialized {
    visibility: visible;
    opacity: 1;
}

/* SP */
@media screen and (max-width: 767px) {
  .detail_ttl {
    padding: 20px;
    background: #525254;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }

  .detail_slide_main_swiper .swiper-wrapper {
    height: fit-content;
  }

  .detail_slide {
    margin-top: 15px;
  }

  .detail_slide_main .swiper-slide {
    padding: 0 20px;
  }

  .detail_slide_main .swiper-slide img {
    aspect-ratio: 760 / 570;
    width: 100%;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 8px;
  }

  .swiper-button-next, .swiper-button-prev {
    background: #DE1F4B;
    width: 38px;
    height: 61px;
  }

  .swiper-button-next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }

  .swiper-button-prev {
    left: 0;
    border-radius: 0 8px 8px 0;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: calc(50% - 7px);
  }

  .swiper-button-next:after {
    transform: rotate(-45deg);
    right: 14px;
  }

  .swiper-button-prev:after {
    transform: rotate(135deg);
    left: 14px;
  }

  .detail_slide_thumb {
    display: none;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .detail_ttl {
    margin: 46px 0 20px;
    padding: 32px 0;
    border-radius: 8px 8px 0 0;
    background: #525254;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

	.detail_slide {
    display: grid;
    grid-template-columns: 760px 1fr;
    gap: 0 20px;
    height: 570px;
    overflow: hidden;
	}

  .detail_slide_main {
    border-radius: 8px;
    overflow: hidden;
    height: 570px;
    background: #f5f5f5;
  }

  .detail_slide_main .swiper-slide {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detail_slide_main .swiper-slide img {
    display: inline;
    max-width: 760px;
    max-height: 570px;
    width: auto;
    height: auto;
  }

  .detail_slide_thumb,
  .detail_slide_thumb_swiper {
    height: 590px;
  }

  .detail_slide_thumb .swiper-slide {
    width: calc(50% - 40px);
    height: calc(25% - 20px);
    position: relative;
  }
  
  .detail_slide_thumb .swiper-slide:nth-child(even) {
    text-align: right;
  }

  .detail_slide_thumb .swiper-slide-thumb-active::after {
    content: '';
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    top: 0;
    border: 4px solid #DE1F4B;
    border-radius: 8px;
  }

  .detail_slide_thumb  .swiper-slide:nth-child(odd).swiper-slide-thumb-active::after {
    left: 0;
  }

  .detail_slide_thumb  .swiper-slide:nth-child(even).swiper-slide-thumb-active::after {
    right: 0;
  }

  .detail_slide_thumb .swiper-slide img {
    width: calc(100% - 10px);
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
  }

  .swiper-button-next, .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 64px;
  }

  .swiper-button-next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }

  .swiper-button-prev {
    left: 0;
    border-radius: 0 8px 8px 0;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #DE1F4B;
    border-bottom: 2px solid #DE1F4B;
    position: absolute;
    top: calc(50% - 7px);
  }

  .swiper-button-next:after {
    transform: rotate(-45deg);
    right: 14px;
  }

  .swiper-button-prev:after {
    transform: rotate(135deg);
    left: 14px;
  }
}

/* hover */
@media (hover: hover) {
    .detail_slide_thumb .swiper-slide img:hover {
      opacity: 0.7;
    }
}


/*============================
	outline
============================*/
.outline_table {
  border: 3px solid #9f9f9f;
  border-collapse: collapse;
  table-layout: fixed;
}

.outline_table_cell {
  padding: 0;
}

.outline_table_small {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.outline_table_small_head {
  background: #f4f3e8;
  border-right: 1px solid #9f9f9f;
}
p.annotation {
  margin: 0.7em 0 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
}

/* SP */
@media screen and (max-width: 767px) {
  .outline {
    margin: 30px 20px 0;
  }

  .outline_table {
    border-top: 2px solid #9f9f9f;
  }
  .outline_table_cell {
    display: block;
    border-top: 1px solid #9f9f9f;
  }

  .outline_table_small_head {
    padding: 8px 12px;
    width: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }

  .outline_table_small_cell {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.3;
  }

  .outline_table_small_cell.-price,
  .outline_table_small_cell.-emphasis {
    font-size: 20px;
    font-weight: 700;
  }
  p.annotation {
    margin: 0.7em 1.5em 0;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .outline {
    margin: 42px 0 0;
  }

  .outline_table {
    height: fit-content;
  }

  .outline_table td,
  .outline_table tbody,
  .outline_table tr {
    height: 100%;
  }

  .outline_table_cell {
    border: 1px solid #9f9f9f;
  }

  .outline_table_small_head {
    padding: 12px 20px;
    width: 210px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }

  .outline_table_small_cell {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.3;
  }

  .outline_table_small_cell.-price,
  .outline_table_small_cell.-emphasis {
    height: 200px;
    font-size: 28px;
    font-weight: 700;
  }
}


/*============================
	detail_map
============================*/
.map_notes_txt {
  padding-left: 1em;
  text-indent: -1em;
}

/* SP */
@media screen and (max-width: 767px) {
  .detail_map_wrap {
    margin: 52px 0 0;
  }

  .detail_map {
    width: 100%;
    aspect-ratio: 43 / 35;
  }

  .map_link {
    margin: 10px 20px;
    text-align: right;
  }

  .map_link_btn:link {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: #51b7ff;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }

  .map_notes {
    margin: 0 20px;
  }

  .map_notes_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .detail_map_wrap {
    margin: 120px auto 0;
    width: fit-content;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #9f9f9f;
    background: #fff;
  }

  .detail_map {
    width: 720px;
    height: 536px;
  }

  .map_link {
    display: none;
  }

  .map_notes {
    margin: 14px auto 0;
    width: 752px;
  }

  .map_notes_txt {
    font-size: 12px;
    line-height: 1.5;
  }
}


/*============================
	form_link
============================*/
.form_link_btn:link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #DE1F4B;
  overflow: hidden;
  font-weight: 700;
}

.form_link_btn:link,
.form_link_btn:visited {
  color: #fff;
}

.form_link_btn:link::before,
.form_link_btn:link::after {
  position: absolute;
  content: '';
  display: block;
}

.form_link_btn:link::before {
  height: 100%;
  background: #2A2F58;
  top: 0;
  left: 0;
}

.form_link_btn:link::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
}

/* SP */
@media screen and (max-width: 767px) {
  .form_link {
    margin: 50px 20px 60px;
    text-align: center;
  }

  .form_link_btn:link {
    border-radius: 4px;
    width: 100%;
    height: 70px;
    font-size: 18px;
    line-height: 1.38;
  }

  .form_link_btn:link::before {
    width: 20px;
  }

  .form_link_btn:link::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .form_link {
    margin: 90px 0 170px;
    text-align: center;
  }

  .form_link_btn:link {
    border-radius: 8px;
    width: 480px;
    height: 100px;
    font-size: 22px;
    line-height: 1.45;
    z-index: 1;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  }

  .form_link_btn:link::before {
    width: 100%;
    transform: translateX(-455px);
    transition: transform .2s ease;
    z-index: -1 ;
  }

  .form_link_btn:link::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 25px;
  }
}

/* hover */
@media (hover: hover) {
  .form_link_btn:hover::before {
    transform: translateX(0);
  }
}

/* ------------------------------------------
.unloggined_sim
------------------------------------------ */
.unloggined_sim::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.unloggined_sim dl.loggin_btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.unloggined_sim dl.loggin_btns dt {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.unloggined_sim dl.loggin_btns dt img {
}
.unloggined_sim dl.loggin_btns dd {
  position: relative;
    text-align: center;
}
.unloggined_sim dl.loggin_btns dd a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
}
.unloggined_sim dl.loggin_btns dd a.registration {
  background: #DE1F4B;
}
.unloggined_sim dl.loggin_btns dd a.registration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: #11365A;
  z-index: -1;
}
.unloggined_sim dl.loggin_btns dd a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  transform: rotate(45deg);
  pointer-events: none;
}
.unloggined_sim dl.loggin_btns dd a.loggin {
  border: 1px solid #fff;
  transition: background 0.3s ease;
}

/* SP */
@media screen and (max-width: 767px) {
  .unloggined_sim {
    position: relative;
    width: 90.7%;
    height: 90.7vw;
    margin: 16.5vw auto 0;
  }
  .unloggined_sim > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .unloggined_sim dl.loggin_btns dt {
    margin-bottom: 5.58vw;
    text-align: center;
    font-size: 4.65vw;
    line-height: 1.6;
    box-sizing: border-box;
  }
  .unloggined_sim dl.loggin_btns dt img {
    display: block;
    width: 12vw;
    margin: 0 auto 4vw;
  }
  .unloggined_sim dl.loggin_btns dd:first-of-type {
    margin-bottom: 4vw;
  }
  .unloggined_sim dl.loggin_btns dd a {
    width: 83vw;
    height: 3.2em;
    font-size: 1rem;
    border-radius: 1.86vw;
    box-shadow: 0.93vw 0.93vw 2.3vw 0 rgba(0,0,0,0.2);
  }
  .unloggined_sim dl.loggin_btns dd a::after {
    right: 3.72vw;
    width: 2.56vw;
    height: 2.56vw;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .unloggined_sim {
    position: relative;
    margin-top: 100px;
  }
  .unloggined_sim dl.loggin_btns dt {
    margin-bottom: 25px;
    text-align: center;
    font-size: 26px;
    line-height: 1.84;
    box-sizing: border-box;
  }
  .unloggined_sim dl.loggin_btns dt img {
    display: block;
    width: 50px;
    margin: 0 auto 20px;
  }
  .unloggined_sim dl.loggin_btns dd:first-of-type {
    margin-bottom: 20px;
  }
  .unloggined_sim dl.loggin_btns dd a {
    width: 480px;
    height: 72px;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
  }
  .unloggined_sim dl.loggin_btns dd a.registration::before {
    transition: width 0.3s ease;
  }
  .unloggined_sim dl.loggin_btns dd a::after {
    right: 27px;
    width: 14px;
    height: 14px;
  }
}
/* hover */
@media (hover: hover) {
  .unloggined_sim dl.loggin_btns dd a.registration:hover::before {
    width: 100%;
  }
  .unloggined_sim dl.loggin_btns dd a.loggin:hover {
    background: rgba(255,255,255,0.2);
  }
}

/* ------------------------------------------
.easy_sim
------------------------------------------ */
.easy_sim {
}
.easy_sim button.condition_btn {
  position: relative;
  display: block;
  background: #2A2F58;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.easy_sim button.condition_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  transform: rotate(-45deg) scale(-1, -1);
  transform-origin: 70% 40%;
  pointer-events: none;
  transition: transform 0.2s ease;
}
.easy_sim button.condition_btn.active::after {
  transform: rotate(-45deg);
}
.easy_sim .for_calculation {
  margin-right: 0.5em;
  text-align: right;
}
.easy_sim .for_calculation a {
  color: #0b47e0;
}
.easy_sim .for_calculation i {
  margin-left: 0.6em;
  color: #888;
}
/* SP */
@media screen and (max-width: 767px) {
  .easy_sim {
    position: relative;
    margin: 8vw auto 0;
  }
  .easy_sim > h2 {
    font-size: 1.176rem;
    font-weight: 700;
    text-align: center;
  }
  .easy_sim .sim_wrap {
    padding: 0 0 3vw;
  }
  /* 固定時のスタイル */
  .sim_wrap.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 50; /* 最前面に表示 */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 浮いている感を出す影 */
    width: 100%;
  }
  .easy_sim .graph_wrap {
    width: 100%;
    overflow-x: scroll;
    padding: 0 0 4.4vw;
  }
  .easy_sim .graph_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }
  .easy_sim button.condition_btn {
    width: 74vw;
    height: 12vw;
    margin: 3vw auto 0;
    border-radius: 1.86vw;
    font-size: 1rem;
    box-shadow: 0.5vw 0.5vw 1.1vw 0 rgba(0,0,0,0.2);
  }
  .easy_sim button.condition_btn::after {
    top: 0.4em;
    right: 3.26vw;
    width: 2.32vw;
    height: 2.32vw;
    /*border-top: 1px solid #fff;
    border-right: 1px solid #fff;*/
  }
  .easy_sim .sim_wrap.fixed button.condition_btn.active.hide {
    display: none;
  }
  .easy_sim .for_calculation {
    margin: 1em 6vw 0;
    font-size: 0.88rem;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  .easy_sim {
    position: relative;
    margin: 80px -100px 0;
  }
  .easy_sim > h2 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
  }
  .easy_sim button.condition_btn {
    width: 480px;
    height: 72px;
    margin: 0px auto 42px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2);
  }
  .easy_sim button.condition_btn::after {
    right: 27px;
    width: 14px;
    height: 14px;
  }
  .easy_sim .for_calculation {
    max-width: 1000px;
    margin: 0 auto;
    font-size:15px;
  }
}
/* hover */
@media (hover: hover) {
  .easy_sim button.condition_btn:hover {
    opacity: 0.8;
  }
}

/*============================
#sim_table
============================*/
#sim_table {
  position: relative; /* モーダルの配置基準にします */
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.4s ease;
}
#sim_table > section h2 {
  background: #11365A;
  color: #fff;
}
#sim_table div.ques {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin: 0 0 0 0.2em;
}
#sim_table div.ques i {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.15;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
#sim_table div.ques dl {
  display: none !important;
}
#sim_table > section section b {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
}
#sim_table input[type="text"],
#sim_table input[type="number"],
#sim_table select {
  border: 1px solid #BBB;
  background: #FFF;
}
#sim_table input[type="text"][disabled],
#sim_table input[type="number"][disabled] {
  border-color: #BBBA;
  background: #fff4;
  color: #3850BA;
  font-weight: 700;
}
#sim_table .select_wrap {
  position: relative;
}
#sim_table .select_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
  pointer-events: none;
}
#sim_table select {
  width: 100%;
  text-align: left;
}
#sim_table section var {
  display: inline-block;
  width: 3.3em;
  margin-right: 0.5em;
  color: #3850BA;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
#sim_table > section > section span.plus {
}
#sim_table section dl {
  display: flex;
}
/* モーダルのスタイル */
#ques_modal {
  display: none; 
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* showクラスがついた時に表示 */
#ques_modal.show {
  display: flex;
}

.ques_content {
  position: relative; /* 動的にtopを制御します */
  background: #333;
  box-sizing: border-box;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
}

.ques_inner_content {
  color: #fff;
}
.ques_inner_content dt {
  text-align: center;
  font-weight: 600;
}
.ques_inner_content dd {
  margin: 0;
  line-height: 1.6;
}
#sim_table > section.purchase_conditions .conditions_wrap .tax:first-child b:first-child {
  position: relative;
  display: inline-block;
  padding-bottom: 0.9em;
}
#sim_table > section.purchase_conditions .conditions_wrap .tax .select_wrap {
  width: 5.2em;
}
#sim_table > section.purchase_conditions .conditions_wrap .tax a.about_link {
  position: absolute;
  bottom: 0;
  left: 2.2em;
  color: #0040FF;
  font-size: 11px;
  font-weight: 700;
}
@media (hover: hover) {
  #sim_table > section.purchase_conditions .conditions_wrap .tax a.about_link:hover {
    opacity: 0.7;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #sim_table {
    width: 90.7%;
  }
  #sim_table > section:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  #sim_table section {
    font-size: 3.02vw;
  }
  #sim_table section h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4em;
    background: #11365A;
    font-size: 4.19vw;
    font-weight: 700;
  }
  #sim_table > section > section,
  #sim_table .conditions_wrap > section,
  #sim_table > section .expend_bottom section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 3.02vw;
  }
  #sim_table > section > section:not(:last-child) {
    margin-bottom: 4.19vw;
  }
  #sim_table > section section h3 {
    position: relative;
    width: 100%;
    padding: 0.55em 1.25em;
    margin-bottom: 1.86vw;
    font-size: 3.26vw;
    font-weight: 700;
    line-height: 1.5;
    background: #EAEDEE;
  }
  #sim_table input[type="text"],
  #sim_table input[type="number"] {
    width: 25%;
    padding: 0.5em;
    margin: 0 0.6em 0 0;
    font-size: 3.72vw;
    text-align: center;
    border-radius: 1.16vw;
    line-height: 1;
  }
  #sim_table .expend_bottom input[type="text"],
  #sim_table .expend_bottom input[type="number"] {
    margin: 0 0.25em;
  }
  #sim_table input[type="text"][disabled],
  #sim_table input[type="number"][disabled] {
    background: #EEE9;
  }
  #sim_table .plus {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.6em;
    padding: 0 0 0.4em 0.75em;
    font-size: 3.26vw;
  }
  #sim_table section dl {
    position: relative;
    display: inline-flex;
    width: 45.5vw;
    margin-left: auto;
    border: 1px solid #9F9F9F;
    border-radius: 1.16vw;
    font-size: 3.26vw;
    overflow: hidden;
  }
  #sim_table section dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.1em;
    height: 2.85em;
    background: #EAEDEE;
    border-right: 1px solid #9F9F9F;
    font-weight: 500;
    line-height: 1.2;
  }
  #sim_table section dl dd {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0 0.3em;
    font-size: 2.79vw;
  }
  #sim_table section dl dd b {
    line-height: 1.5;
  }
  #sim_table section dl dd var {
    font-size: 3.26vw;
    margin-right: 0.25em;
  }
  #sim_table div.ques {
    position: absolute;
    top: 0;
    right: 0.7em;
    bottom: 0;
    width: 1.5em;
    height: 1.9em;
    margin: auto 0;
    font-size: 2.09vw;
  }
  #sim_table div.ques i {
  }
  #sim_table hr.vertical {
    display: none;
    border: none;
  }
  #sim_table .conditions_wrap .sublease hr.vertical {
    position: relative;
    display: block;
    height: 3em;
    margin: 0;
    border-left: 2px dotted #BBB;
  }
  #sim_table > section section {
    margin-bottom: 5.12vw;
  }
  #sim_table > section .expend_top {
    display: flex;
    justify-content: space-between;
    padding: 2.56vw 0 4.19vw;
    font-size: 2.33vw;
  }
  #sim_table > section .expend_top dl {
    width: 44.2vw;
    margin: 0;
  }
  #sim_table > section .expend_middle section {
    font-size: 3.02vw;
  }
  #sim_table .content_center {
    width: 69%;
    margin: 0 auto;
    text-align: right;
  }
  /*#sim_table > section .expend_middle section:nth-of-type(5) .content_center {
    width: 100%;
    text-align: center;
  }*/
  #sim_table > section .expend_middle section:nth-of-type(1) .content_center,
  #sim_table > section .expend_middle section:nth-of-type(2) .content_center,
  #sim_table > section .expend_middle section:nth-of-type(5) .content_center {
    padding-right: 1em;
  }
  #sim_table > section .expend_middle section:nth-of-type(1) input[type="text"] {
    margin-left: 0.6em;
  }
  /*#sim_table > section .expend_middle section:nth-of-type(2) input[type="text"],
  #sim_table > section .expend_middle section:nth-of-type(3) input[type="text"] {
    margin: 0 0.8em;
  }*/
  #sim_table > section .expend_middle input[type="number"] {
    width: 10vw;
    padding: 0.64em 0;
    margin: 0 0.8em;
  }
  #sim_table > section .expend_bottom > dl,
  #sim_table > section .sale_wrap dl {
    display: flex;
    width: 80vw;
    margin: 0 auto 4.19vw;
  }
  #sim_table > section .expend_bottom > dl dt,
  #sim_table > section .sale_wrap dl dt {
    width: 15.2em;
  }
  #sim_table > section .expend_bottom > dl dd,
  #sim_table > section .sale_wrap dl dd {
    padding-left: 1.7em;
  }
  #sim_table hr.horizontal {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background: #BBB;
    margin: 0 0 5.12vw;
  }
  #sim_table .select_wrap {
    width: 6.7em;
    margin: 0 0.8em;
  }
  #sim_table select {
    padding: 2.5vw 1em;
    border-radius: 1.16vw;
  }
  #sim_table .select_wrap::after {
    width: 1.163vw;
    height: 1.163vw;
  }
  #sim_table .sublease {
    display: flex;
    justify-content: space-between;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 1.7em;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax a.about_link {
    left: 1em;
    font-size: 0.6rem;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax .select_wrap {
    margin: 0 0.4em;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax .select_wrap select {
    font-size: 2.79vw;
    color: #000;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax input[type="text"] {
    width: 3.5em;
    margin: 0 0.4em;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax b {
    position: relative;
    /*padding-right: 1.9em;*/
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax div.ques {
    position: relative;
    margin: 0 0.2em 0 1em;
  }
  #sim_table > section .sale_wrap {
    margin-top: 15px;
    /*display: flex;
    align-items: center;
    flex-wrap: wrap;*/
  }
  #sim_table > section .sale_wrap .yield {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.49vw 2em 3.49vw 0;
  }
  #sim_table > section .sale_wrap .yield input[type="text"] {
    margin-left: 2em;
  }
  #sim_table > section .sale_wrap .yield b {
    display: inline-block;
    line-height: 1.3;
  }
  .ques_content {
    width: 90%;
    padding: 3.49vw 5.58vw;
  }
  .ques_content .ques_inner_content {
    
  }
  .ques_content .ques_inner_content dt {
    margin-bottom: 0.4em;
    font-size: 3.49vw;
  }
  .ques_content .ques_inner_content dd {
    font-size: 2.79vw
  }
  .close {
    top: 0.93vw;
    right: 0.93vw;
    display: flex;
    width: 3.25vw;
    height: 3.25vw;
    justify-content: center;
    align-items: center;
    font-size: 2.3vw;
    line-height: 1;
    background: #d9d9d9;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  #sim_table {
    width: 97%;
    max-width: 1200px;
  }
  #sim_table > section {
    display: flex;
    background: #EAEDEE;
  }
  #sim_table > section:not(:last-child) {
    margin-bottom: 5px;
  }
  #sim_table section {
    font-size: 18px;
  }
  #sim_table section h2 {
    display: flex;
    align-items: center;
    width: 11.5%;
    max-width: 160px;
    padding: 20px 0 20px 30px;
    background: #de1f4b;
    font-size: 18px;
    font-weight: 700;
  }
  #sim_table > section > section,
  #sim_table .conditions_wrap > section {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 18px;
  }
  #sim_table > section > section:first-of-type {
    padding-left: 23px;
  }
  #sim_table > section section h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  #sim_table input[type="text"] {
    width: 5.44em;
    padding: 10px;
    margin: 0 10px;
    text-align: center;
    border-radius: 5px;
  }
  #sim_table input[type="number"] {
    width: 5.44em;
    padding: 10px 0 10px 12px;
    margin: 0 10px;
    text-align: center;
    border-radius: 5px;
  }
  #sim_table input[type="text"].narrow,
  #sim_table input[type="number"].narrow {
    width: 3em;
  }
  #sim_table .select_wrap {
    width: 7.5em;
    margin: 0 10px;
  }
  #sim_table .select_wrap::after {
    width: 10px;
    height: 10px;
  }
  #sim_table select {
    padding: 10px 1em;
    border-radius: 5px;
  }
  #sim_table hr.vertical {
    display: inline-block;
    width: 0;
    height: 42px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 2px dotted #BBB;
    margin: auto 18px;
  }
  #sim_table hr.horizontal {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background: #BBB;
    margin: 0;
  }
  #sim_table > section section span.plus {
    display: inline-block;
    margin-left: 0.6em;
  }
  #sim_table section dl dt {
    font-weight: 500;
  }
  #sim_table section dl dd b {
    line-height: 1.5;
  }
  #sim_table > section.purchase_conditions .conditions_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 183px);
    margin-left: 23px;
  }
  #sim_table > section.purchase_conditions .conditions_wrap .tax {
    display: flex;
    align-items: center;
    padding: 20px 0 20px;
  }
  #sim_table .sublease {
    display: flex;
  }
  #sim_table > section.expenditure .expend_wrap {
    width: calc(100% - 183px);
    margin-left: 23px;
  }
  #sim_table > section .expend_top {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
  }
  #sim_table > section .expend_top dl dt {
    margin-right: 1.8em;
  }
  #sim_table > section .expend_middle {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 140px;
  }
  #sim_table > section .expend_middle section {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 18px;
  }
  #sim_table > section .expend_middle section.fixed_asset h3 .ques {
    position: relative;
    top: -1em;
  }
  #sim_table > section .f_small {
    display: inline-block;
    font-size: 15px;
  }
  #sim_table > section .expend_middle .f_small {
    margin-left: 0.6em;
  }
  #sim_table > section .expend_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px 0 0;
    font-size: 18px;
  }
  #sim_table > section .expend_bottom section {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 18px;
  }
  #sim_table > section .expend_bottom dl {
    width: 285px;
  }
  #sim_table > section .expend_bottom dl.loan {
    align-items: center;
  }
  #sim_table > section .expend_bottom dl dt {
    width: 135px;
    margin: 0;
  }
  #sim_table > section .expend_bottom dl.loan dt .ques {
    position: relative;
    top: -1em;
  }
  #sim_table > section .sale_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 183px);
    margin-left: 23px;
  }
  #sim_table > section .sale_wrap .yield {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  #sim_table > section .sale_wrap .yield b {
    display: inline-block;
    line-height: 1.3;
  }
  #sim_table > section .sale_wrap dl {
    align-items: center;
    padding: 20px 0;
  }
  #sim_table > section .sale_wrap .ques {
    position: relative;
    top: -0.8em;
  }
  #sim_table div.ques i {
    font-size: 10px;
  }
  .ques_content {
    padding: 25px 40px 25px;
  }

  .close {
    top: 8px;
    right: 8px;
    display: none;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    background: #d9d9d9;
  }

  .ques_inner_content {
    display: flex;
    flex-direction: column;
    max-width: 740px;
    font-size: 17px;
  }
  .ques_inner_content dt {
    margin-bottom: 1em;
  }
  .ques_inner_content dd {
    font-size: 15px;
  }
  .ques_inner_content dd p {
    margin-bottom: 1em;
  }
}

/* マウスホバーが可能な端末向けの調整 */
@media (hover: hover) {
  #ques_modal {
      pointer-events: none;
  }
  .ques_content {
      pointer-events: auto;
  }
}

/*============================
#calculation_sect
============================*/
section#calculation_sect h2 {
  font-weight: 500;
  text-align: center;
}
/* SP */
@media screen and (max-width: 767px) {
  section#calculation_sect {
    width: 90.7%;
    margin: 8.37vw auto 0;
    padding-top: 8.37vw;
    border-top: 1px solid #bbb;
  }
  section#calculation_sect h2 {
    margin-bottom: 3.72vw;
    font-size: 4.65vw;
  }
  section#calculation_sect table,
  section#calculation_sect table tbody,
  section#calculation_sect table tr {
    display: block;
  }
  section#calculation_sect table tbody tr th {
    display: block;
    padding: 0.53em 0;
    background: #2A2F58;
    color: #fff;
    font-size: 3.72vw;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  section#calculation_sect table tbody tr th span {
    font-size: 2.79vw;
    font-weight: 700;
  }
  section#calculation_sect table tbody tr td {
    display: block;
    padding: 2.79vw 0 4.19vw;
    font-size: 3.49vw;
    text-align: center;
  }
  section#calculation_sect table tbody tr td sup {
    top: -1.4em;
    left: -1em;
    margin-right: -1em;
  }
  section#calculation_sect ol.kome_list {
    width: 94%;
    margin: 1.5em auto 0;
    font-size: 3.02vw;
    line-height: 1.75;
  }
  section#calculation_sect ol.kome_list li {
    padding-left: 2.6em;
    text-indent: -2.6em;
  }
  section#calculation_sect ol.kome_list li:not(:last-child) {
    margin-bottom: 0.9em;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#calculation_sect {
    width: 1000px;
    margin: 25px auto 50px;
  }
  section#calculation_sect h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  section#calculation_sect table {
    width: 100%;
    border: 2px solid #2A2F58;
    border-collapse: separate;
    border-spacing: 0;
  }
  section#calculation_sect table tbody tr th {
    width: 200px;
    padding: 10px 0 10px 30px;
    vertical-align: middle;
    background: #2A2F58;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }
  section#calculation_sect table tbody tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
  section#calculation_sect table tbody tr th span {
    font-size: 14px;
    font-weight: 700;
  }
  section#calculation_sect table tbody tr td {
    padding: 10px 30px;
    vertical-align: middle;
    line-height: 1.6;
  }
  section#calculation_sect table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
  }
  section#calculation_sect table tbody tr td sup {
    top: 0;
    font-size: 100%;
  }
  section#calculation_sect table tbody tr td sup::before {
    content: "（";
  }
  section#calculation_sect table tbody tr td sup::after {
    content: "）";
  }
  section#calculation_sect ol.kome_list {
    width: 64em;
    margin: 1.5em 0.3em 0;
    font-size: 14px;
    line-height: 1.4;
  }
  section#calculation_sect ol.kome_list li {
    padding-left: 2.6em;
    text-indent: -2.6em;
  }
  section#calculation_sect ol.kome_list li:not(:last-child) {
    margin-bottom: 0.4em;
  }
}

/*============================
#caution_sect
============================*/
section#caution_sect h2::before,
section#caution_sect h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 3px;
  margin: auto 0;
  background: #DE1F4B;
}
section#caution_sect h2::before {
  left: 0;
}
section#caution_sect h2::after {
  right: 0;
}
/* SP */
@media screen and (max-width: 767px) {
  section#caution_sect {
    width: 90.7%;
    margin: 9.3vw auto 0;
    padding: 3.49vw 3.72vw;
    border: 2px solid #DE1F4B;
    color: #DE1F4B;
  }
  section#caution_sect h2 {
    position: relative;
    width: 5em;
    margin: 0 auto 2.33vw;
    font-size: 3.95vw;
    font-weight: 500;
    text-align: center;
  }
  section#caution_sect p {
    font-size: 3.49vw;
    line-height: 1.6;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#caution_sect {
    width: 1000px;
    margin: 50px auto 0;
    padding: 20px 30px;
    border: 2px solid #DE1F4B;
    color: #DE1F4B;
  }
  section#caution_sect h2 {
    position: relative;
    width: 5em;
    margin: 0 auto 14px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  section#caution_sect p {
    font-size: 16px;
    line-height: 1.8;
  }
}