@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
}
.simulation {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .simulation {
    margin-bottom: 80px;
  }
}
.simulation .page_top_ttl {
  margin-top: 12px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_ttl {
    width: calc(100% + 20px);
    margin-top: 13px;
    margin-left: -10px;
    padding-bottom: 17px;
  }
}
.simulation .page_top_ttl::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #F36231 50%, #000 50%);
}
.simulation .page_top_ttl .jp {
  display: block;
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_ttl .jp {
    font-size: 24px;
  }
}
.simulation .page_top_ttl .eng {
  margin-top: 15px;
  display: block;
  color: #707070;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_ttl .eng {
    margin-top: 9px;
    font-size: 16px;
  }
}
.simulation .page_top_box {
  margin-top: 32px;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_box {
    margin-top: 24px;
    padding: 0 9px;
    display: block;
  }
}
.simulation .page_top_left {
  width: 44%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_left {
    width: 100%;
  }
}
.simulation .page_top_name {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_name {
    margin-top: 0;
    font-size: 14px;
  }
}
.simulation .page_top_right {
  flex: 1;
}
.simulation .page_top_txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_txt {
    margin-top: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
  }
}
.simulation .page_top_note {
  margin-top: 17px;
  color: #FF0000;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_note {
    margin-top: 2px;
  }
}
.simulation .page_top_list {
  margin-top: 30px;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_list {
    margin-top: 26px;
    padding: 0 20px;
    display: block;
  }
}
.simulation .page_top_item {
  padding: 15px 20px 23px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item {
    border-radius: 10px;
    padding: 14px 20px 16px 18px;
  }
  .simulation .page_top_item + .page_top_item {
    margin-top: 18px;
  }
}
.simulation .page_top_item:nth-child(1) {
  background-color: #FDC851;
}
@media print, screen and (min-width: 768px) {
  .simulation .page_top_item:nth-child(1) {
    border-radius: 10px 0 0 10px;
  }
}
.simulation .page_top_item:nth-child(1)::after {
  content: "";
  width: 20px;
  height: 30px;
  border-left: 20px solid #FDC851;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 99%;
  translate: 0 -50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item:nth-child(1)::after {
    rotate: 90deg;
    top: calc(100% - 6px);
    left: 50%;
    translate: -50% 0;
  }
}
.simulation .page_top_item:nth-child(1) .page_top_item_number {
  color: #FDC851;
}
.simulation .page_top_item:nth-child(2) {
  background-color: #F8BA64;
}
.simulation .page_top_item:nth-child(2)::after {
  content: "";
  width: 20px;
  height: 30px;
  border-left: 20px solid #F8BA64;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 99%;
  translate: 0 -50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item:nth-child(2)::after {
    rotate: 90deg;
    top: calc(100% - 6px);
    left: 50%;
    translate: -50% 0;
  }
}
.simulation .page_top_item:nth-child(2) .page_top_item_number {
  color: #F8BA64;
}
.simulation .page_top_item:nth-child(3) {
  background-color: #FFA338;
}
@media print, screen and (min-width: 768px) {
  .simulation .page_top_item:nth-child(3) {
    border-radius: 0 10px 10px 0;
  }
}
.simulation .page_top_item:nth-child(3) .page_top_item_number {
  color: #FFA338;
}
.simulation .page_top_item_ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item_ttl {
    font-size: 20px;
  }
}
.simulation .page_top_item_number {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item_number {
    width: 40px;
    height: 40px;
    margin-right: 26px;
    font-size: 10px;
  }
}
.simulation .page_top_item_number .number {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item_number .number {
    font-size: 18px;
  }
}
.simulation .page_top_item_txt {
  margin-top: 10px;
  margin-left: 6px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .simulation .page_top_item_txt {
    font-size: 14px;
  }
}
.simulation .sec + .sec {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .simulation .sec + .sec {
    margin-top: 33px;
  }
}
.simulation .sec_ttl {
  margin-top: 32px;
  margin-bottom: 0;
  padding: 10px 0 14px 8.1%;
  padding-left: 80px;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4375;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .simulation .sec_ttl {
    padding: 6px 0 6px 67px;
    margin-top: 28px;
    font-size: 20px;
  }
}
.simulation .sec_ttl::before {
  content: "";
  width: 8.1%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .simulation .sec_ttl::before {
    width: 67px;
  }
}
.simulation .sec_ttl .dib {
  color: inherit;
  font: inherit;
  display: inline-block;
}
.simulation .sec_wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .simulation .sec_wrap {
    width: 94%;
  }
}
.simulation .sec .ttl_type2 {
  margin-top: 44px;
  padding-left: 19px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulation .sec .ttl_type2 {
    margin: 26px 10px 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.simulation .sec .ttl_type2::before {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: linear-gradient(to bottom, #000 48%, transparent 48%, transparent 52%, #F36231 52%);
}
@media screen and (max-width: 767px) {
  .simulation .sec .ttl_type2::before {
    height: 24px;
    top: 0px;
    translate: 0 0;
    background: linear-gradient(to bottom, #000 50%, #F36231 50%);
  }
}
.simulation .sec_txt {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .simulation .sec_txt {
    margin: 14px 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.simulation .sec_tsubo {
  margin-top: 35px;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFF5CC;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo {
    margin-top: 11px;
    padding: 22px 0 15px;
    justify-content: center;
    gap: 13px 0;
  }
}
.simulation .sec_tsubo .required {
  margin-left: 38px;
  margin-right: 30px;
  color: #FF0000;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo .required {
    margin-left: 0;
    margin-right: 11px;
    color: #F36231;
    font-size: 16px;
  }
}
.simulation .sec_tsubo_label {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo_label {
    margin-right: 26px;
    font-size: 24px;
  }
}
.simulation .sec_tsubo input {
  width: 205px;
  height: 64px;
  margin-right: 14px;
  border: 1px solid #707070;
  border-radius: 14px;
  padding: 0 10px;
  font-size: 30px;
  text-align: right;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo input {
    max-width: 182px;
    width: 49vw;
    height: 40px;
    border-radius: 8px;
    font-size: 24px;
  }
}
.simulation .sec_tsubo_note {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo_note {
    width: 100%;
    order: 5;
    font-size: 14px;
    text-align: center;
  }
}
.simulation .sec_tsubo #simulation_tsubo-error {
  margin-top: 10px;
  margin-left: 17%;
  color: #f00;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .sec_tsubo #simulation_tsubo-error {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
}
.simulation .sec .ttl_type2 + .sec_radio {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .simulation .sec .ttl_type2 + .sec_radio {
    margin-top: 8px;
  }
}
.simulation .sec_radio {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 4%;
}
@media screen and (max-width: 767px) {
  .simulation .sec_radio {
    margin-top: 7px;
    gap: 16px 4%;
  }
}
.simulation .sec_radio_btn {
  cursor: pointer;
  width: 48%;
  height: 100px;
  border: 2px solid #E8830D;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  transition: box-shadow 0.3s, translate 0.3s;
  box-sizing: border-box;
  background: linear-gradient(#FFBA00 0%, #FCE5B5 17%, #F3BF31 67%, #EB851E 100%);
  box-shadow: 0 4px 0 #D64413;
}
@media screen and (max-width: 767px) {
  .simulation .sec_radio_btn {
    height: 80px;
    gap: 7px;
  }
}
.simulation .sec_radio_btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.simulation .sec_radio_btn:hover {
  translate: 0 2px;
  box-shadow: 0 2px 0 #D64413;
}
.simulation .sec_radio_btn.is-checked {
  pointer-events: none;
  translate: 0 2px;
  box-shadow: 0 2px 0 #D64413;
  background: #ffa07a;
}
.simulation .sec_radio_txt {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulation .sec_radio_txt {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }
}
.simulation .sec_radio_txt2 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .simulation .sec_radio_txt2 {
    font-size: 14px;
  }
}
.simulation .sec_radio .error {
  width: 100%;
  color: #f00;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .sec_radio .error {
    font-size: 12px;
  }
}
.simulation .sec_list {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .simulation .sec_list {
    margin-top: 28px;
    padding: 0 10px;
  }
}
.simulation .sec_list_box {
  margin-top: -1px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .simulation .sec_list_box {
    display: block;
  }
}
.simulation .sec_name, .simulation .sec_item {
  border: 1px solid #B0B0B0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .simulation .sec_name, .simulation .sec_item {
    min-height: 54px;
    padding-left: 23px;
    padding-right: 20px;
  }
}
.simulation .sec_name {
  width: 32%;
  font-size: 20px;
  background-color: #FDF2EE;
}
@media print, screen and (min-width: 768px) {
  .simulation .sec_name {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .simulation .sec_name {
    width: 100%;
    padding: 3px 4px 2px 12px;
    font-size: 16px;
  }
}
.simulation .sec_name .required {
  border-radius: 4px;
  padding: 8px 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #ff0000;
}
@media screen and (max-width: 767px) {
  .simulation .sec_name .required {
    font-size: 14px;
    padding: 5px 13px;
    background-color: #F11C44;
  }
}
.simulation .sec_item {
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation .sec_item {
    margin-top: -1px;
    padding: 9px 11px;
  }
}
.simulation .sec_item input {
  max-width: 400px;
  width: 100%;
  height: 32px;
  border: 1px solid #CBC9C9;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .simulation .sec_item input {
    height: 24px;
  }
}
.simulation .sec_item .error {
  width: 100%;
  margin-top: 5px;
  color: #f00;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation .sec_item .error {
    font-size: 12px;
  }
}
.simulation .sec_btn {
  width: 400px;
  height: 64px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .simulation .sec_btn {
    max-width: 320px;
    width: 90%;
    height: 56px;
    margin-top: 22px;
  }
}
.simulation .sec_btn button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  padding: 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.3s, translate 0.3s;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  box-shadow: 0 4px 0 #B03318;
  background: repeating-linear-gradient(135deg, #FF4114, #FF4114 2px, rgba(255, 65, 20, 0.8) 2px, rgba(255, 65, 20, 0.8) 4px);
}
.simulation .sec_btn button:hover {
  translate: 0 2px;
  box-shadow: 0 2px 0 #D64413;
}
.simulation .sec_btn button .arrow {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}
.simulation .result {
  width: 94%;
  margin: 77px auto 0;
  border-radius: 10px;
  padding: 40px 9px 62px;
  box-shadow: 0 3px 6px rgba(62, 59, 59, 0.16);
  background-color: #FFFFF4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .simulation .result {
    width: 100%;
    margin-top: 50px;
    padding-top: 17px;
    padding-bottom: 45px;
  }
}
.simulation .result_wrap {
  max-width: 720px;
  margin: 0 auto;
}
.simulation .result .ttl_type2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .simulation .result .ttl_type2 {
    margin: 0;
  }
}
.simulation .result table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation .result table {
    font-size: 16px;
  }
}
.simulation .result table th, .simulation .result table td {
  border: 1px solid #A3A3A3;
}
.simulation .result .info {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .simulation .result .info {
    margin-top: 25px;
  }
}
.simulation .result .info th {
  width: 37%;
  border-right-color: #707070;
  padding: 17px 36px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .simulation .result .info th {
    padding: 11px 14px;
  }
}
.simulation .result .info td {
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .simulation .result .info td {
    padding: 11px 15px;
  }
}
.simulation .result .output {
  margin-top: 32px;
}
.simulation .result .output .top th {
  padding: 13px 0;
  font-weight: 500;
  text-align: center;
  background-color: #E9E9E9;
}
@media screen and (max-width: 767px) {
  .simulation .result .output .top th {
    padding: 7px 0;
  }
}
.simulation .result .output th, .simulation .result .output td {
  padding: 17px 26px 17px 38px;
}
@media screen and (max-width: 767px) {
  .simulation .result .output th, .simulation .result .output td {
    padding: 11px 12px 11px 15px;
  }
}
.simulation .result .output th {
  width: 63%;
  text-align: left;
  background-color: #E9F2FF;
}
.simulation .result .output td {
  text-align: right;
}
.simulation .result .total {
  margin-top: -1px;
}
.simulation .result .total .top th {
  border-right-color: #A3A3A3;
  padding: 13px 0;
  font-weight: 500;
  text-align: center;
  background-color: #FDE9EE;
}
@media screen and (max-width: 767px) {
  .simulation .result .total .top th {
    padding: 7px 0;
  }
}
.simulation .result .total th, .simulation .result .total td {
  padding: 17px 26px 17px 36px;
}
@media screen and (max-width: 767px) {
  .simulation .result .total th, .simulation .result .total td {
    padding: 11px 12px 11px 15px;
  }
}
.simulation .result .total th {
  width: 63%;
  border-right-color: #707070;
  text-align: left;
}
.simulation .result .total td {
  text-align: right;
}
.simulation .result .total .all {
  color: #F11C44;
}
.simulation .result .total .all th {
  font-weight: 500;
}
.simulation .result .total .all td {
  font-weight: bold;
}
.simulation .result_txt {
  margin-top: 15px;
  color: #F11C44;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .simulation .result_txt {
    font-size: 12px;
  }
}
.simulation .result_btn {
  width: 441px;
  height: 64px;
  margin: 68px auto 0;
}
@media screen and (max-width: 767px) {
  .simulation .result_btn {
    max-width: 320px;
    width: 96%;
    height: 56px;
    margin-top: 39px;
  }
}
.simulation .result_btn a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.3s, translate 0.3s;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 0 #B03318;
  background: repeating-linear-gradient(135deg, #FF4114, #FF4114 2px, rgba(255, 65, 20, 0.8) 2px, rgba(255, 65, 20, 0.8) 4px);
}
@media screen and (max-width: 767px) {
  .simulation .result_btn a {
    font-size: 18px;
  }
}
.simulation .result_btn a:hover {
  opacity: 1;
  translate: 0 2px;
  box-shadow: 0 2px 0 #D64413;
}
.simulation .result_btn a .arrow {
	width: 24px;
	height: 24px;
	line-height: 1;
}
.simulation .result_btn a .arrow img{
	vertical-align: baseline;
}
