.mitsumori-arrow-none {
  padding-top: 0 !important;
}

.mitsumori-arrow-none:before {
  display: none;
}

.mitsumori-arrow-none+div.arrowButton {
  margin-top: 0;
}

.mitsumori-button-wrap {
  max-width: 480px;
  margin: 60px auto 20px auto;
}

.mitsumori-h2-img {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -5px;
}

#form-contents .form-mitsumori2 {
  margin-bottom: 0;
}

#form-contents .form-mitsumori2 th,
#form-contents .form-mitsumori2 td {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  line-height: 1.4;
}

#form-contents .form-mitsumori2 th {
  /* border-left: 1px solid #afafaf; */
  background: #129d74;
  color: #ffffff;
  border-right: none;
}

#form-contents .form-mitsumori2 td {
  font-weight: bold;
  border-color: #051744 !important;
}

#form-contents .form-mitsumori2 td.relationship {
  font-size: 0;
}

#form-contents .form-mitsumori2 td input,
#form-contents .form-mitsumori2 td select {
  border-color: #979797;
}

#form-contents .form-mitsumori2 td>input {
  font-size: 27px;
  width: calc(100% - 45px);
  max-width: 160px;
}

#form-contents .form-mitsumori2 td input:not([type="radio"]),
#form-contents .form-mitsumori2 td select {
  border-radius: 5px;
}

#form-contents .form-mitsumori2 td input[type="radio"]:checked:after {
  margin: 0;
}

#form-contents .form-mitsumori2 td select {
  font-size: 25px;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 230px;
}

@media print,
screen and (min-width: 769px) {
  #form-contents .form-mitsumori2 td.relationship label.in_b:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media print,
screen and (min-width: 768px) {

  .form-wrap {
    border-collapse: separate;
    border-spacing: 0;
  }

  #form-contents .form-mitsumori2 th {
    font-size: 20px;
  }


  #form-contents .form-mitsumori2 tr:last-of-type th {
    border-bottom: 1px solid #afafaf;
  }

  #form-contents .form-mitsumori2 tr:last-of-type td {
    border-bottom: 1px solid #afafaf;
  }

  /*#form-contents .form-mitsumori2 td input[type="radio"]{
    width: 2.5rem;
    height: 2.5rem;
  }*/

  /*#form-contents .form-mitsumori2 td input[type="radio"]:checked:after{
    top: calc( 50% - 0.75rem );
    left: calc( 50% - 0.75rem );
    width: 1.5rem;
    height: 1.5rem;
  }*/

  #form-contents .form-mitsumori2 td label {
    font-size: 18px;
    margin-right: 10px;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  }
}

@media print,
screen and (max-width: 767px) {

  #form-contents .form-mitsumori2 th,
  #form-contents .form-mitsumori2 td {
    padding: 2rem 1rem;
  }

  #form-contents .form-mitsumori2 th {
    text-align: center;
  }

  #form-contents .form-mitsumori2 tr:not(:first-of-type) th {
    margin-top: 1rem;
  }

  #form-contents .form-mitsumori2 td {
    border-bottom: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
  }

  #form-contents .form-mitsumori2 td>input {
    font-size: 27px;
    width: calc(100% - 45px);
  }

  #form-contents .form-mitsumori2 td:not(.relationship) label.in_b:not(:last-of-type) {
    margin-right: 2rem;
  }

  #form-contents .form-mitsumori2 td label>p {
    font-size: 1.7rem;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 600px) {
  #form-contents .form-mitsumori2 th {
    font-size: 140%;
  }

  #form-contents .form-mitsumori2 td label {
    font-size: 24px;
  }

  #form-contents .form-mitsumori2 td>span,
  #form-contents .form-mitsumori2 td label>span {
    font-size: 22px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 350px) {
  #form-contents .form-mitsumori2 td input[type="radio"] {
    width: 3.2rem;
    height: 3.2rem;
  }

  #form-contents .form-mitsumori2 td input[type="radio"]:checked:after {
    top: calc(50%);
    left: calc(50%);
    width: calc(100vw / 640 * 20);
    height: calc(100vw / 640 * 20);
  }
}

@media print,
screen and (max-width: 599px) {
  #form-contents .form-mitsumori2 th {
    font-size: 22px;
  }

  #form-contents .form-mitsumori2 td.heritage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #form-contents .form-mitsumori2 td.heritage p {
    width: 100%;
  }

  #form-contents .form-mitsumori2 td label {
    font-size: 22px;
  }

  #form-contents .form-mitsumori2 td>span,
  #form-contents .form-mitsumori2 td label>span {
    font-size: 20px;
  }
}

@media print,
screen and (max-width: 499px) {
  #form-contents .form-mitsumori2 td label.in_b:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 1rem;
  }

  #form-contents .form-mitsumori2 td.relationship label.in_b:nth-of-type(even) {
    width: 40%;
  }
}

@media print,
screen and (max-width: 499px) and (min-width: 350px) {
  #form-contents .form-mitsumori2 td.relationship label.in_b:nth-of-type(odd) {
    margin-right: 2rem;
    width: calc(60% - 2rem);
  }
}

@media print,
screen and (max-width: 349px) {
  #form-contents .form-mitsumori2 td.relationship label.in_b:nth-of-type(odd) {
    margin-right: 1rem;
    width: calc(60% - 1rem);
  }

  #form-contents .form-mitsumori2 td input[type="radio"] {
    width: 2.8rem;
    height: 2.8rem;
  }

  #form-contents .form-mitsumori2 td input[type="radio"]:checked:after {
    top: calc(50% - 0.9rem);
    left: calc(50% - 0.9rem);
    width: 1.8rem;
    height: 1.8rem;
  }
}

/*mitsumori2*/

.mitsumori_new_table,
.mitsumori_new_table td,
.mitsumori_new_table th {
  border-collapse: collapse;
  border: 1px solid #c0c6c9;
  font-size: 14px;
}

.mitsumori_new_table {
  width: 100%;
}

.mitsumori_new_table th {
  background: #0b2e4e;
  color: #FFFFFF;
}

.mitsumori_new_table td {
  font-weight: bold;
}

.pt40 {
  padding-top: 40px !important;
}

.mitsumori2-arrow p {
  opacity: 0;
  animation-name: callSupportSignal;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: -10px;
  position: relative;
}

.mitsumori2-arrow>div>div p:first-of-type {
  animation-delay: -1.16s;
  margin-left: 0;
  z-index: 3;
}

/* 
.mitsumori2-arrow > div p:nth-of-type(2) {
	animation-delay: -1.08s;
	z-index: 2;
}
 */

.mitsumori2-arrow>div>div p:last-of-type {
  animation-delay: -1.00s;
  margin-left: 0;
  z-index: 1;
}


.place-help-link {
  margin-left: 10px;
  display: inline-grid;
  background-color: #ffffff;
  padding: 0 5px;
  text-align: center;
  color: #051744;
  font-weight: 600;
  /*border: 1px solid #cc3300;*/
  line-height: 1.67;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: -35px;
}

.mitsumori2-popup-list li {
  position: relative;
  padding-left: 14px;
}

.mitsumori2-popup-list li:before {
  content: "Ã£Æ’Â»";
  position: absolute;
  top: 0;
  left: 0;
}

@media print,
screen and (max-width: 767px) {
  .pt40 {
    padding-top: 10px !important;
  }

  .mitsumori2-arrow:first-of-type {
    margin: 0 auto;
  }

  .imgauto {
    display: block;
    margin: 0 auto;
  }
}

.textRF {
  text-align: right;
}

/* -------------------------------------------------------
2024/06/12
Ã£â€šÂ·Ã£Æ’Å¸Ã£Æ’Â¥Ã£Æ’Â¬Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã£Æ’â€¡Ã£â€šÂ¶Ã£â€šÂ¤Ã£Æ’Â³Ã¥Â¤â€°Ã¦â€ºÂ´
------------------------------------------------------- */

@media print,
screen and (min-width: 768px) {
  .br-smt {}
}

@media print,
screen and (max-width: 767px) {
  .br-smt {
    display: block;
  }
}

/* Ã¥â€¦Â±Ã©â‚¬Å¡ Ã£Ââ€œÃ£Ââ€œÃ£Ââ€¹Ã£â€šâ€° */
.down-arrow01 {
  position: relative;
}

.down-arrow01:before {
  content: '';
  border-top-color: #0b2e4e;
  border-top-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  position: absolute;
  left: calc(50% - 40px);
  border-top-color: var(--tax-navy) !important;
  top: -72px;
  display: block;
  width: 84px;
  height: 40px;
  border: none;
  background: url(https://www.souzoku-rescue.net/wp-content/themes/sankakuya_skelton/img/icon_arrow02.png);
  background-size: contain;
}

@media print,
screen and (min-width: 768px) {
  .down-arrow01:before {
    border-top-width: 20px;
  }

  .sum_estimate01.down-arrow01:before {
    top: calc(-3rem - 6px);
  }

  .sum_tax_box01.down-arrow01:before {
    top: calc(-2.5rem - 31px);
  }
}

@media print,
screen and (max-width: 767px) {
  .down-arrow01:before {
    border-top-width: 18px;
  }

  .sum_estimate01.down-arrow01:before {
    top: calc(calc(100vw / 640 * -67));
    left: calc(50% - calc(100vw / 640 * 205));
  }

  .sum_tax_box01.down-arrow01:before {
    top: calc(-3rem - 9px);
  }
}

/* Ã¥â€¦Â±Ã©â‚¬Å¡ Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */

/* Ã§Â¨Å½Ã§Ââ€ Ã¥Â£Â«Ã¥Â Â±Ã©â€¦Â¬ Ã£Ââ€œÃ£Ââ€œÃ£Ââ€¹Ã£â€šâ€° */
h2#mitsumorifee {
  background: #f6f0e6;
}

#base_simulation {
  position: relative;
}

#base_simulation>div,
.table_contents,
.table_contents>div {
  display: flex;
}

#base_simulation>div {
  border: 1px solid #051744;
  width: 100%;
}

.option_salary {
  position: relative;
}

.option_salary:before,
.option_salary:after {
  content: '';
  background: #051744;
  position: absolute;
}

.table_th {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #051744;
  color: #ffffff;
  line-height: 1;
  padding: 1.5rem 24px;
  text-align: center;
  position: relative;
}

.table_contents {
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  width: 744px;
  background: #F7F7FA;
}

.table_contents>div {
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
}

.table_contents>div:not(:first-of-type) {
  border-top: 1px solid #051744;
}

.table_contents>div>p:first-of-type {
  color: #051744;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 18px;
}

.table_contents>div>p.amount>span:first-of-type {
  color: #9b001a;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  margin-right: 9px;
}

.table_contents>div>p.amount>span:not(:first-of-type) {
  color: #051744;
  letter-spacing: 0;
  font-family: 'Hiragino Kaku Gothic W3 JIS2004';
}

.filling {
  position: relative;
}

.filling:after {
  content: '';
  position: absolute;
}

.filling select {
  background-position: right 1rem center;
  border: 2px solid #051744;
  border-radius: 6px;
  padding-right: 30px;
  text-align: center;
  text-align: center;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #051744 50%), linear-gradient(135deg, #051744 50%, transparent 50%);
  background-position: right 24px center, right 17px center;
  background-size: 8px 9px, 8px 9px;
  background-repeat: no-repeat;
  font-size: 17px;
  text-align: left;
  padding-left: 12px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004' !important;
  color: #051744;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}

.filling span {
  color: #051744;
}

@media print,
screen and (min-width: 768px) {
  .tax_smt {
    display: none;
  }

  .option_salary {
    margin-top: 4.6rem;
  }

  .option_salary:before {
    width: 26px;
    height: 4px;
    top: calc(-2.3rem - 1.5px);
    left: calc(50% - 12px);
  }

  .option_salary:after {
    width: 4px;
    height: 26px;
    top: calc(-2.3rem - 13px);
    left: calc(50% - 1.5px);
  }

  .table_th span:not(.notclass) {
    font-size: 15px;
  }

  .table_contents>div>p {
    line-height: 1.2;
  }

  .table_contents>div>p.amount {
    text-align: right;
  }

  .filling {
    padding: 0 35px 0 50px;
  }

  .filling:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 12px;
    width: 20px;
    height: 4px;
    display: block;
    width: 27px;
    height: 5px;
    border: none;
    background: url(https://www.souzoku-rescue.net/wp-content/themes/sankakuya_skelton/img/icon_dot02.png);
    background-size: contain;
  }

  .filling:after {
    border-top: 3px solid #051744;
    border-bottom: 3px solid #051744;
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    width: 15px;
    height: 8px;
  }

  .b-extra .filling:after {
    display: none;
  }

}

@media print,
screen and (min-width: 769px) {
  .table_th {
    font-size: 24px;
    width: 35%;
    max-width: 256px;
  }

  .page_basic .page_inner .table_th>p {
    margin-bottom: 0;
    position: relative;
  }

  .table_contents>div>p {
    font-size: 23.4px;
  }

  .table_contents>div>p:first-of-type {
    width: calc(100% - 470px);
    max-width: 130px;
  }

  .table_contents>div>p.amount {
    width: 260px;
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: 18px;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: 28px;
  }

  .table_contents>div>p.amount>span:not(:first-of-type) {
    font-size: 15px;
  }

  .filling {
    width: 310px;
  }

  .b-extra .filling {
    width: 100%;
  }

  .base_salary .filling select {
    font-size: 18px;
    width: 170px;
  }

  .option_salary .filling select {
    font-size: 27px;
    width: 160px;
  }
}

@media print,
screen and (max-width: 999px) and (min-width: 768px) {
  .table_th {
    font-size: 130%;
    width: 15%;
    max-width: 160px;
  }

  .table_contents>div>p {
    font-size: 130%;
  }

  .table_contents>div>p:first-of-type {
    width: calc(100% - 505px);
    max-width: 180px;
  }

  .table_contents>div>p.amount {
    width: 220px;
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: 17px;
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: 130%;
  }

  .table_contents>div>p.amount>span:not(:first-of-type) {
    font-size: 80%;
  }

  .filling {
    width: 280px;
  }

  .base_salary .filling select {
    font-size: 120%;
    width: 170px;
  }

  .option_salary .filling select {
    font-size: 150%;
    width: 120px;
  }
}

@media print,
screen and (max-width: 767px) {
  .smt_none {
    display: none;
  }

  .tax_smt {
    display: inline-block;
    font-size: 17px;
  }

  #base_simulation>div,
  .table_contents,
  .table_contents>div {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .option_salary {
    margin-top: calc(100vw / 640 * 93);
  }

  .option_salary:before {
    width: calc(100vw / 640 * 33);
    height: calc(100vw / 640 * 4);
    top: calc(-2rem - 1px);
    left: calc(50% - 10px);
  }

  .option_salary:after {
    width: calc(100vw / 640 * 4);
    height: calc(100vw / 640 * 33);
    top: calc(-2rem - 10px);
    left: calc(50% - 1px);
  }

  .table_th {
    width: 100%;
  }

  .table_th span:not(.notclass) {
    font-size: calc(100vw / 640 * 27);
  }

  .table_contents>div {
    line-height: 1.4;
  }

  .table_contents>div>p:first-of-type {
    width: 100%;
  }

  .table_contents>div>p.amount>span:not(:first-of-type) {
    font-size: 17px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 660px) {
  .table_contents>div>p.amount {
    text-align: right;
    width: calc(100% - 343px);
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: 44px;
  }

  .filling {
    padding: 0 43px 0 0;
    width: 343px;
  }

  .filling:after {
    border-top: 3px solid #404040;
    border-bottom: 3px solid #404040;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    width: 32px;
    height: 6px;
  }

  .base_salary .filling select {
    width: 240px;
  }

  .option_salary .filling select {
    width: 180px;
  }
}

@media print,
screen and (max-width: 659px) {
  .table_contents>div {
    flex-direction: column;
  }

  .table_contents>div>p:first-of-type {
    margin-bottom: 1rem;
  }

  .table_contents>div>p.amount {
    text-align: center;
    width: 100%;
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: 38px;
  }

  .filling {
    padding: 0 0 calc(100vw / 640 * 25) 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .filling:after {
    border-top: 4px solid #051744;
    border-bottom: 4px solid #051744;
    left: calc(50% - calc(100vw / 640 * 130));
    bottom: calc(100vw / 640 * -27);
    width: calc(100vw / 640 * 25);
    height: calc(100vw / 640 * 17);
  }

  .filling label {
    display: block;
    width: 100%;
  }

  div:not(.base_salary) .filling>select {
    width: 90%;
  }

  .base_salary .filling select {
    width: 100%;
    max-width: 87%;
    text-align: center;
  }

  .option_salary .filling select {
    max-width: none;
    text-align: center;
  }

  .filling>span {
    display: inline-block;
    margin-left: 5px;
    text-align: left;
    width: 60px
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 600px) {
  .table_th {
    font-size: 32px;
  }

  .table_contents>div>p {
    font-size: 30px;
  }

  .filling select {
    font-size: 27px;
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: 23.6px;
  }
}

@media print,
screen and (max-width: 599px) {
  .table_th {
    font-size: 26px;
  }

  .table_contents>div>p {
    font-size: 22px;
  }

  .filling select {
    font-size: 24px;
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: 18px;
  }
}

@media print,
screen and (max-width: 370px) {
  .filling {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Ã§Â¨Å½Ã§Ââ€ Ã¥Â£Â«Ã¥Â Â±Ã©â€¦Â¬ Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */

/* Ã¨Â¦â€¹Ã§Â©ÂÃ©Â¡ÂÃ¥ÂË†Ã¨Â¨Ë† Ã£Ââ€œÃ£Ââ€œÃ£Ââ€¹Ã£â€šâ€° */

.sum_estimate_frame {
  align-items: center;
}

.sum_estimate01 .sum_estimate_box01 {
  border: 1px solid #051744;
}

.sum_estimate01 .sum_estimate_box01>p {
  background: #051744;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 1rem;
}

.sum_estimate01 .sum_estimate_box01>div {
  padding: 1rem;
}

.sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
  color: #404040;
}

.sum_estimate01 #price_box {
  color: #9b001a;
}

.sum_estimate01_com>p {
  padding-left: 1.2em;
  position: relative;
}

.sum_estimate01_com>p:before {
  content: 'Ã¢â‚¬Â»';
  position: absolute;
  top: 0;
  left: 0;
}

.arrowButton {
  max-width: 550px;
}

.arrowButton>p>a {
  border-bottom: 1px solid #134674;
  text-decoration: none;
}

.arrowButton>p:hover>a {
  border-bottom: none;
}

.sum_estimate_frame+p {
  border-top: 1px solid #404040;
  margin-top: 2rem;
}

@media print,
screen and (min-width: 768px) {
  .sum_estimate_frame {
    justify-content: space-between;
    margin: 6rem 0 3rem 0;
  }

  .sum_estimate_frame>div {
    width: calc(50% - 0.5rem);
  }

  .sum_estimate01 {
    max-width: 430px;
  }

  .sum_estimate01 #price_box {
    font-size: 342%;
  }

  .sum_estimate01 .sum_estimate_box01>p {
    line-height: 1.4;
  }

  .sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
    font-size: 24px;
  }

}

@media print,
screen and (min-width: 1000px) {
  .sum_estimate01 .sum_estimate_box01>p {
    font-size: 160%;
  }

  .sum_estimate01 .sum_estimate_box01>p>span {
    font-size: 16px;
  }
}

@media print,
screen and (max-width: 999px) and (min-width: 768px) {
  .sum_estimate01 .sum_estimate_box01>p {
    font-size: 25px;
  }

  .sum_estimate01 .sum_estimate_box01>p>span {
    font-size: 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .sum_estimate_frame {
    flex-direction: column;
    margin: 8rem auto 6rem;
    width: 100%;
    max-width: 570px;
  }

  .sum_estimate_frame>div {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
    padding: calc(100vw / 640 * 22) calc(100vw / 640 * 29) calc(100vw / 640 * 29);
  }

  .sum_estimate01 {
    margin-bottom: 4rem;
    margin-bottom: calc(100vw / 640 * 24);
  }

  .sum_estimate01_com>p {
    line-height: 1.6;
  }

  .sum_estimate01 .sum_estimate_box01>p {
    font-size: 28px;
  }

  .sum_estimate01 .sum_estimate_box01>p>span {
    font-size: 22px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 370px) {
  .sum_estimate01 #price_box {
    font-size: 48px;
  }

  .sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
    font-size: 24px;
  }
}

@media print,
screen and (max-width: 369px) {
  .sum_estimate01 #price_box {
    font-size: 44px;
  }

  .sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
    font-size: 20px;
  }
}

/* Ã¨Â¦â€¹Ã§Â©ÂÃ©Â¡ÂÃ¥ÂË†Ã¨Â¨Ë† Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */

/* Ã§â€ºÂ¸Ã§Â¶Å¡Ã§Â¨Å½Ã¥ÂË†Ã¨Â¨Ë† Ã£Ââ€œÃ£Ââ€œÃ£Ââ€¹Ã£â€šâ€° */

.sum_tax_frame {
  margin: 5rem 0 0;
}

.sum_tax_frame>div:not(.mitsumori2-arrow) {
  /* border: 4px solid #051744; */
  flex: 1;
  text-align: center;
}

.sum_tax_box01_in>p {
  line-height: 1.2;
}

.sum_tax_box01_in>p:first-of-type {
  color: #051744;
}

.sum_tax_box01_in>p:nth-of-type(2) {
  color: #404040;
}

.exception_box01 {
  line-height: 1.4;
}

.exception_box01>p {
  background: #051744;
  color: #ffffff;
}

.exception_box01>p>span:first-of-type {
  text-decoration: auto;
}

.exception_box01>div {
  line-height: 1.2;
}

.exception_box01>div span:not(.yen) {
  color: #9b001a;
}

.exception_box01>div span.yen {
  color: #404040;
}

@media print,
screen and (min-width: 768px) {
  .sum_tax_frame {
    align-items: flex-end;
    justify-content: space-between;
    margin: 5rem 0 0;
    height: 160px;
  }

  .sum_tax_frame>div:not(.mitsumori2-arrow) {
    width: calc(50% - 26px);
  }

  .sum_tax_box01,
  .exception_box01 {
    max-width: 430px;
  }

  .exception_box01 {
    align-self: flex-end;
  }

  .sum_tax_box01_in {
    padding: 2rem 1rem;
  }

  .sum_tax_box01_in>p:first-of-type {
    font-size: 22px;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
    letter-spacing: 0;
  }

  .sum_tax_box01_in>p:nth-of-type(2)>span#result {
    font-size: 52px;
  }

  .sum_tax_frame>div span.yen {
    font-size: 24px;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  }

  .mitsumori2-arrow {
    align-self: center;
    margin: 0;
    width: 32px;
  }

  .mitsumori2-arrow>div>div.veiw-smt {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }

  .sum_tax_frame .mitsumori2-arrow>div>div>p {
    margin-left: 0;
  }

  .exception_box01>p {
    font-size: 20px;
    padding: 1rem 0.5rem;
  }

  .exception_box01>p>span:first-of-type {
    font-size: 24px;
  }

  .exception_box01>p>span:nth-of-type(2) {
    font-size: 18px;
  }

  .exception_box01>div {
    padding: 1rem 0.5rem;
  }

  .exception_box01>div span:not(.yen) {
    font-size: 58px
  }
}

@media print,
screen and (max-width: 767px) {
  .sum_tax_frame {
    align-items: center;
    flex-direction: column;
    margin: calc(100vw / 640 * 75) 0 0;
    width: 100%;
  }

  .sum_tax_frame>div:not(.mitsumori2-arrow) {
    margin: 0 auto;
    width: 100%;
  }

  .sum_tax_frame>div.sum_tax_box01 {
    padding: 0;
    max-width: 565px;
  }

  .mitsumori2-arrow {
    margin: 10px 0;
    width: 60px;
  }

  .mitsumori2-arrow>div>div.veiw-pc {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }

  .exception_box01 {
    max-width: 670px;
  }

  .exception_box01>p {
    padding: 1rem 0.5rem;
  }

  .exception_box01>div {
    padding: 1rem 0.5rem;
  }

  .exception_box01>div span:not(.yen) {
    letter-spacing: -1px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 350px) {
  .sum_tax_box01_in>p:first-of-type {
    font-size: 28px;
    margin-bottom: 0.5rem;
  }

  .sum_tax_box01_in>p:nth-of-type(2)>span#result {
    font-size: 48px;
  }

  .sum_tax_frame>div span.yen {
    font-size: 24px;
  }

  .exception_box01>p {
    font-size: 22px;
  }

  .exception_box01>p>span:first-of-type {
    font-size: 28px;
  }

  .exception_box01>div span:not(.yen) {
    font-size: 48px;
  }
}

@media print,
screen and (max-width: 349px) {
  .sum_tax_box01_in>p:first-of-type {
    font-size: 24px;
  }

  .sum_tax_box01_in>p:nth-of-type(2)>span#result {
    font-size: 44px;
  }

  .sum_tax_frame>div span.yen {
    font-size: 22px;
  }

  .exception_box01>p {
    font-size: 20px;
  }

  .exception_box01>p>span:first-of-type {
    font-size: 26px;
  }

  .exception_box01>div span:not(.yen) {
    font-size: 54px;
  }
}

/* Ã§â€ºÂ¸Ã§Â¶Å¡Ã§Â¨Å½Ã¥ÂË†Ã¨Â¨Ë† Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */

/* Ã¥â€¦Â¨Ã¥ÂË†Ã¨Â¨Ë† Ã£Ââ€œÃ£Ââ€œÃ£Ââ€¹Ã£â€šâ€° */
.sum_approximation_text {
  background: #0b2e4e;
  line-height: 1.4;
  padding: 1rem;
  width: 90%;
}

.mitsumori2-three {
  border: 4px solid #0b2e4e;
}

.mitsumori2-three>div {
  margin: 0 auto;
  width: 100%;
}

.mitsumori2-three>div>div.pseudo_plus01,
.mitsumori2-three>div>div>div.pseudo_eq01 {
  position: relative;
}

.mitsumori2-three>div>div.pseudo_plus01:before,
.mitsumori2-three>div>div.pseudo_plus01:after,
.mitsumori2-three>div>div>div.pseudo_eq01:after {
  content: '';
  position: absolute;
}

.mitsumori2-three>div>div.pseudo_plus01:before,
.mitsumori2-three>div>div.pseudo_plus01:after {
  background: #0b2e4e;
}

.mitsumori2-three>div>div>div.pseudo_eq01:after {
  border-style: solid none;
  border-color: #0b2e4e transparent;
}

.mitsumori2-three>div>div:not(.pseudo_plus01):not(.approximation_result_box) {
  flex: 1;
}

.mitsumori2-three>div>div.approximation_result_box {
  align-items: center;
  display: flex;
}

.mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}

.mitsumori2-three>div>div.approximation_tax_box>p:first-of-type {
  background: #051744;
}

.mitsumori2-three>div>div.approximation_estimate_box>p:first-of-type {
  background: #237581;
}

.mitsumori2-three .calculator-result-box01 {
  border: none;
  color: #404040;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.mitsumori2-three .calculator-result-box02 {
  color: #960000;
  font-weight: bold;
  text-align: right;
}

.mitsumori2-three .calculator-result-box02 span.yen {
  color: #404040;
}

@media print,
screen and (min-width: 768px) {
  .sum_approximation_text {
    font-size: 24px;
    margin: 6rem auto 1rem;
    max-width: 250px;
  }

  .mitsumori2-three>div {
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 1rem;
  }

  .mitsumori2-three>div>div.pseudo_plus01,
  .mitsumori2-three>div>div>div.pseudo_eq01 {
    width: 24px;
  }

  .mitsumori2-three>div>div.pseudo_plus01 {
    margin: 0 1rem;
    height: 24px;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01 {
    margin: 0 1rem;
    height: 9px;
  }

  .mitsumori2-three>div>div.pseudo_plus01:before {
    top: calc(50% - -2px);
    left: -2px;
    width: 33px;
    height: 4px;
  }

  .mitsumori2-three>div>div.pseudo_plus01:after {
    top: 0;
    right: 11px;
    width: 4px;
    height: 33px;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01:after {
    border-width: 4px 0;
    width: 33px;
    height: 14px;
  }

  .mitsumori2-three>div>div.approximation_result_box {
    justify-content: space-between;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    max-width: 200px;
  }

  .mitsumori2-three .calculator-result-box02 {
    line-height: 1;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    display: inline-block;
  }
}

@media print,
screen and (min-width: 1000px) {
  .mitsumori2-three>div>div.approximation_result_box {
    width: 30px;
  }

  .mitsumori2-three>div>div:not(.pseudo_plus01):not(.pseudo_eq01):not(.approximation_result_box) {
    width: 262px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: 18px;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
    position: absolute;
    top: -20px;
    left: 45px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: 19px;
  }

  .mitsumori2-three .calculator-result-box01 {
    font-size: 45px;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: 24px;
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: 68px;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 24px;
  }

  /* safari */
  ::-webkit-full-page-media,
  :future,
  :root .mitsumori2-three .calculator-result-box02 {
    font-size: 56px;
  }

  ::-webkit-full-page-media,
  :future,
  :root .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 26px;
  }
}

@media print,
screen and (max-width: 999px) and (min-width: 768px) {
  .mitsumori2-three>div>div.approximation_result_box {}

  .mitsumori2-three>div>div:not(.pseudo_plus01):not(.pseudo_eq01):not(.approximation_result_box) {
    width: calc(100vw / 1000 * 262);
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: 20px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: 16px;
  }

  .mitsumori2-three .calculator-result-box01 {
    font-size: 34px;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: 22px;
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: 52px;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 22px;
  }
}


@media print,
screen and (max-width: 767px) {
  .sum_approximation_text {
    margin: 8rem auto 2rem;
    max-width: 670px;
  }

  .mitsumori2-three>div {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.5rem 1rem;
    max-width: 930px;
  }

  .mitsumori2-three>div>div.pseudo_plus01:before {
    top: calc(50% - 1.5px);
    width: 100%;
    height: 3px;
  }

  .mitsumori2-three>div>div.pseudo_plus01:after {
    top: 0;
    right: calc(50% - 1.5px);
    width: 3px;
    height: 100%;
  }

  .mitsumori2-three>div>div.approximation_result_box {
    width: 100%;
    justify-content: space-between;
    padding-left: 24px;
  }

  .approximation_result_box {
    justify-content: flex-end;
    width: 100%;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    max-width: 260px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 600px) {
  .sum_approximation_text {
    font-size: 36px;
  }

  .mitsumori2-three>div>div.pseudo_plus01 {
    margin: 0 1rem;
    width: 34px;
    height: 34px;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01 {
    margin: 0 1rem;
    width: 29px;
    height: 12px;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01:after {
    border-width: 3px 0;
    width: 29px;
    height: 6px;
  }

  .mitsumori2-three .calculator-result-box01 {
    font-size: 54px;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: 24px;
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: 88px;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 40px;
  }
}

@media print,
screen and (max-width: 767px) and (min-width: 350px) {
  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: 24px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: 19px;
  }
}

@media print,
screen and (max-width: 599px) {
  .sum_approximation_text {
    font-size: 24px;
  }

  .mitsumori2-three>div {
    flex-direction: column;
  }

  .mitsumori2-three>div>div:not(.pseudo_plus01):not(.pseudo_eq01):not(.approximation_result_box) {
    width: calc(100vw / 640 * 320);
  }

  .mitsumori2-three>div>div.pseudo_plus01 {
    margin: 2rem 0;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01 {
    margin: 0 0.5rem;
    width: 20px;
    height: 10px;
  }

  .mitsumori2-three>div>div>div.pseudo_eq01:after {
    border-width: calc(100vw / 640 * 4) 0;
    width: 17px;
    height: 8px;
  }

  .mitsumori2-three>div>div.approximation_estimate_box {
    margin-bottom: 1rem;
  }
}

@media print,
screen and (max-width: 599px) and (min-width: 350px) {
  .mitsumori2-three>div>div.pseudo_plus01 {
    width: 24px;
    height: 24px;
  }

  .mitsumori2-three .calculator-result-box01 {
    font-size: 40px;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: 20px;
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: 48px;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 20px;
  }

}

@media print,
screen and (max-width: 349px) {
  .mitsumori2-three>div>div.pseudo_plus01 {
    width: 20px;
    height: 20px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: 20px;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: 16px;
  }

  .mitsumori2-three .calculator-result-box01 {
    font-size: 28px;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: 18px;
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: 36px;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: 18px;
  }
}

:root {
  --navy: #051744;
  --gold: #A28005;
  --ink: #2e2e2e;
  --line: #cfd6da;
  --muted: #6b7280;
  --surface: #ffffff;
  --soft: #eef2f6;
}

/* ãƒ†ãƒ¼ãƒ–ãƒ«å…¨ä½“ã®ã‚«ãƒ¼ãƒ‰æ„Ÿã¨ç½«ç·š */
#form-contents .form-mitsumori2 {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

#form-contents .form-mitsumori2 th,
#form-contents .form-mitsumori2 td {
  border-color: var(--line);
  vertical-align: middle;
  padding: 30px 29px;
}

#form-contents .form-mitsumori2 th {
  border-color: #FFFFFF;
}

/* å·¦å´ãƒ˜ãƒƒãƒ€ã‚»ãƒ«ï¼ˆæ¿ƒç´ºãƒ»ç™½æ–‡å­—ãƒ»è¡Œç•ªå·ï¼‰ */
#form-contents .form-mitsumori2 th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  width: 37%;
  position: relative;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  border-bottom: 1px solid;
  border-top: none;
  text-align: left;
  text-indent: -.7em;
  padding-left: 1em;
  padding-left: 60px;
}

#form-contents .form-mitsumori2 th p.fs-text {
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic W3 JIS2004';
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}

/* ä¸¸æ•°å­—ï¼š1ã€œ5ã‚’è‡ªå‹•ã§ */
#form-contents .form-mitsumori2 tr:nth-of-type(1) th::before {
  content: "❶";
}

#form-contents .form-mitsumori2 tr:nth-of-type(2) th::before {
  content: "❷";
}

#form-contents .form-mitsumori2 tr:nth-of-type(3) th::before {
  content: "❸";
}

#form-contents .form-mitsumori2 tr:nth-of-type(4) th::before {
  content: "❹";
}

#form-contents .form-mitsumori2 tr:nth-of-type(5) th::before {
  content: "❺";
}

#form-contents .form-mitsumori2 th::before {
  display: inline-block;
  margin-right: 8px;
  font-weight: 800;
  border-radius: 50%;
}

/* å³å´ã‚»ãƒ«ï¼ˆç™½èƒŒæ™¯ãƒ»èª¬æ˜Žæ–‡ã¯ã‚°ãƒ¬ãƒ¼ï¼‰ */
#form-contents .form-mitsumori2 td {
  background: #F7F7FA;
  color: #051744;
  font-weight: 700;
  /* padding: 30px 29px 23px; */
}

#form-contents .form-mitsumori2 td .fs85,
#form-contents .form-mitsumori2 td .fs90,
#form-contents .form-mitsumori2 td .normal {
  color: #000000;
  font-size: 15px;
}

/* å…¥åŠ›UIï¼šç™½ã„ãƒ”ãƒ«åž‹ãƒ»ä¸­å¤®å¯„ã› */
#form-contents .form-mitsumori2 td input:not([type="radio"]),
#form-contents .form-mitsumori2 td select {
  height: 50px;
  border: 2px solid #051744;
  border-radius: 6px;
  background: #fff;
  padding: 0 19px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03);
  font-size: 17px;
  font-family: 'Hiragino Kaku Gothic W3 JIS2004' !important;
  text-align: end;
}

#form-contents .form-mitsumori2 td>input {
  max-width: 200px;
}

#form-contents .form-mitsumori2 td select {
  max-width: 200px;
  text-align: center;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #051744 50%), linear-gradient(135deg, #051744 50%, transparent 50%);
  background-position: right 24px center, right 17px center;
  background-size: 8px 9px, 8px 9px;
  background-repeat: no-repeat;
  font-size: 17px;
  text-align: left;
  padding-left: 30px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004' !important;
  color: #051744;
}

#form-contents .form-mitsumori2 td select option:first-child {
  color: #0000004D;
}

#form-contents .form-mitsumori2 td>span,
#form-contents .form-mitsumori2 td label>span {
  margin-left: .35em;
  color: #051744;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 18px;
}

/* ===== radio: æœªé¸æŠž=ç™½ä¸¸ã€é¸æŠžæ™‚=ä¸­ã«é’ä¸¸ã€‚ã‚¢ãƒ‹ãƒ¡ãªã— ===== */
#form-contents .form-mitsumori2 td input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #051744;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
  margin-right: .35em;
  position: relative;
  box-shadow: none;
  margin: 0 12px 4px 0;
}

#form-contents .form-mitsumori2 td input[type="radio"]:checked {
  background-color: #fff !important;
}

#form-contents .form-mitsumori2 td input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: var(--navy);
  /* ãƒã‚¤ãƒ“ãƒ¼ã§ä¸­å¤®ã®ç‚¹ã ã‘ */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}

#form-contents .form-mitsumori2 td input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.b-extra .filling input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #051744;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
  margin-right: .35em;
  position: relative;
  box-shadow: none;
  margin: 0 12px 4px 0;
}

.b-extra .filling input[type="radio"]:checked {
  background-color: #fff !important;
}

.b-extra .filling input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: var(--navy);
  /* ãƒã‚¤ãƒ“ãƒ¼ã§ä¸­å¤®ã®ç‚¹ã ã‘ */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.b-extra .filling input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.b-extra .filling label {
  padding-right: 30px;
}

/* ã‚­ãƒ¼ãƒœãƒ¼ãƒ‰æ“ä½œã®è¦–èªæ€§ */
#form-contents .form-mitsumori2 td input[type="radio"]:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

/* iOS/Safariã®ã‚ºãƒ¬æŠ‘æ­¢ï¼ˆå¿µã®ãŸã‚ï¼‰ */
@supports (-webkit-touch-callout: none) {
  #form-contents .form-mitsumori2 td input[type="radio"] {
    border-width: 2px;
  }
}

/* è¡Œå¢ƒç•Œç·šã‚’ç´°ã & 1åˆ—ç›®ã¨ã®ã‚³ãƒ³ãƒˆãƒ©ã‚¹ãƒˆã‚’å¼·ã‚ã‚‹ */
#form-contents .form-mitsumori2 tr+tr th {
  border-top-color: rgba(255, 255, 255, .15);
}

#form-contents .form-mitsumori2 tr+tr td {
  border-top-color: var(--line);
}

/* å³ã‚»ãƒ«ã®å†…å®¹å¹…ãƒ»æ•´åˆ—ï¼ˆç›®æ¨™ã®â€œä¸­å¤®ã®ãã‚Œã„ãªåˆ—â€ã«æƒãˆã‚‹ï¼‰ */
@media (min-width: 769px) {
  #form-contents .form-mitsumori2 td {
    /* padding: 18px 24px; */
  }

  #form-contents .form-mitsumori2 td.heritage {
    display: block;
  }

  #form-contents .form-mitsumori2 td .fs85-pc {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

/* ã‚¹ãƒžãƒ›å¾®èª¿æ•´ï¼ˆå…¥åŠ›é«˜ã•ãƒ»ä¸¸æ•°å­—ã¨ä½™ç™½ï¼‰ */
@media (max-width: 767.98px) {

  #form-contents .form-mitsumori2 th,
  #form-contents .form-mitsumori2 td {
    padding: 16px 14px;
  }

  #form-contents .form-mitsumori2 td input:not([type="radio"]),
  #form-contents .form-mitsumori2 td select {
    height: 44px;
    font-size: 20px;
  }

  #form-contents .form-mitsumori2 th::before {
    display: inline-block;
    margin: 0 0 .25em;
    margin-right: calc(100vw / 640 * 8);
  }
}

/* è§’ä¸¸çµ‚ç«¯ã®èª¿æ•´ï¼ˆãƒ†ãƒ¼ãƒ–ãƒ«å³ç«¯ï¼‰ */
#form-contents .form-mitsumori2 tr:first-of-type td {
  border-top-right-radius: 0;
  border-top: 1px solid;
}

#form-contents .form-mitsumori2 tr:last-of-type td {
  border-bottom-right-radius: 0;
}

/* ä¾‹æ–‡ã®å…¥åŠ›ä¾‹(placeholder)ã‚’ã‚°ãƒ¬ãƒ¼ã« */
#form-contents .form-mitsumori2 input::placeholder {
  color: #a3acb5;
}


/* =========================================
   ç›¸ç¶šç¨Žé¡ åˆè¨ˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ï¼ˆãƒ‡ã‚¶ã‚¤ãƒ³å¯„ã›ï¼‰
   å·¦ï¼šãƒã‚¤ãƒ“ãƒ¼ / å³ï¼šã‚´ãƒ¼ãƒ«ãƒ‰ / ä¸­å¤®ã«çŸ¢å°
========================================= */
:root {
  --tax-navy: #051744;
  --tax-gold: #A28005;
  --tax-line: #051744;
  /* è–„ã„æž è‰²(é€æ˜Žåº¦ã‚ã‚Š) */
  --tax-text: #051744;
  --tax-muted: #051744;
}

/* ã‚³ãƒ³ãƒ†ãƒŠã®ä¸¦ã³ãƒ»é–“éš” */
.sum_tax_frame {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 100px;
  display: flex;
}

/* çŸ¢å°ï¼ˆã€Œno-showã€ã§éš ã‚Œã¦ã„ã¦ã‚‚è¡¨ç¤ºã•ã›ã‚‹ï¼‰ */
.sum_tax_frame .mitsumori2-arrow-wrap.no-show {
  display: block;
}

.mitsumori2-arrow {
  width: 60px;
  height: 62px;
}

@media (max-width: 767.98px) {
  .sum_tax_frame {
    flex-direction: row;
    gap: calc(100vw / 640 * 5);
    margin-top: calc(100vw / 640 * 75);
  }

  .mitsumori2-arrow {
    width: calc(100vw / 640 * 43);
    height: calc(100vw / 640 * 50);
  }
}

/* å…±é€šã‚«ãƒ¼ãƒ‰ */
.sum_tax_frame>div:not(.mitsumori2-arrow) {
  background: #fff;
  overflow: visible;
  text-align: left;
  box-shadow: 0 8px 20px rgba(11, 46, 78, .06);
}

/* å·¦ï¼šç›¸ç¶šç¨Žé¡åˆè¨ˆï¼ˆãƒã‚¤ãƒ“ãƒ¼æž /å¸¯ï¼‰ */
.sum_tax_box01 {
  border: 4px solid var(--tax-navy);
  max-width: 450px;
}

.sum_tax_box01_in {
  padding: 0;
}

.sum_tax_box01_in>p:first-of-type {
  background: var(--tax-navy);
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  padding: 2px 12px;
  letter-spacing: .03em;
}

.sum_tax_box01_in>p:nth-of-type(2) {
  margin: 0;
  padding: 22px 18px 26px;
  text-align: center;
  color: var(--tax-text) !important;
}

.sum_tax_box01_in #result {
  display: inline-block;
  font-size: 45px !important;
  font-weight: 600;
  color: var(--tax-navy) !important;
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
}

.sum_tax_frame span.yen {
  margin-left: .25em;
  color: var(--tax-muted) !important;
  font-weight: 500;
}

/* ä¸‹å‘ãä¸‰è§’ï¼ˆã‚«ãƒ¼ãƒ‰ã®ä¸‹è¾ºä¸­å¤®ï¼‰ */
.sum_tax_box01.down-arrow01:before {
  border-top-color: var(--tax-navy) !important;
  top: -72px;
  /* æ—¢å­˜ä½ç½®èª¿æ•´ */
  display: block;
  width: 84px;
  height: 40px;
  border: none;
  background: url(https://www.souzoku-rescue.net/wp-content/themes/sankakuya_skelton/img/icon_arrow02.png);
  background-size: contain;
}

/* å³ï¼šé…å¶è€…ã®æŽ§é™¤ç‰¹ä¾‹ãƒœãƒƒã‚¯ã‚¹ï¼ˆã‚´ãƒ¼ãƒ«ãƒ‰æž /å¸¯ï¼‰ */
.exception_box01 {
  border: 4px solid var(--tax-gold);
  max-width: 450px;
  line-height: 1.4;
  border-color: var(--tax-gold)!important;
}

.exception_box01>p {
  margin: 0;
  background: var(--tax-gold) !important;
  color: #fff !important;
  text-align: center;
  font-weight: 700;
  padding: 0px 12px;
  text-decoration: none;
  /* æ—¢å­˜ã®ä¸‹ç·šãƒªã‚»ãƒƒãƒˆ */
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
}

.exception_box01>div {
  padding: 10px 18px 28px;
  padding: 22px 18px 26px;
  text-align: center;
  background: #fff;
}

.exception_box01>div span:not(.yen) {
  color: #960000 !important;
  font-weight: 600;
  font-size: 45px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
}

.exception_box01>div .yen {
  color: var(--tax-muted);
  font-weight: 700;
}

/* ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆï¼ˆPCæ¨ªä¸¦ã³/ã‚¹ãƒžãƒ›ç¸¦ç©ã¿ï¼‰ */
@media (min-width: 768px) {
  .sum_tax_frame {
    height: auto;
    /* å›ºå®šé«˜ã•ã‚’è§£é™¤ã—ã¦æ½°ã‚Œã‚’é˜²æ­¢ */
  }

  .sum_tax_frame>div.sum_tax_box01,
  .sum_tax_frame>div.exception_box01 {
    width: calc(50% - 40px);
  }
}

@media (max-width: 767.98px) {

  .sum_tax_frame>div.sum_tax_box01,
  .sum_tax_frame>div.exception_box01 {
    width: 100%;
    max-width: 640px;
    border: calc(100vw / 640 * 4) solid var(--tax-navy);
  }
}

/* ä½™è¨ˆãªç·‘ç³»ã®æ—¢å­˜è‰²ã‚’æ‰“ã¡æ¶ˆã—ï¼ˆä¸Šæ›¸ãï¼‰ */
.sum_tax_box01_in>p:first-of-type {
  color: #fff !important;
}

.sum_tax_box01_in>p:first-of-type,
.exception_box01>p {
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.sum_tax_box01_in>p:nth-of-type(2),
.exception_box01>div {
  color: var(--tax-text);
}


/* ================================
  è¦‹ç©é¡åˆè¨ˆï¼ˆå·¦ã‚«ãƒ¼ãƒ‰ï¼‰ï¼‹ å³CTA
================================ */
:root {
  --cta-navy: #051744;
  --cta-gold: #A28005;
  --cta-red: #960000;
  --cta-gray: #F7F7FA;
}

/* è¦‹ç©é¡åˆè¨ˆãƒœãƒƒã‚¯ã‚¹ï¼ˆå¸¯ãƒã‚¤ãƒ“ãƒ¼ã€ç™½ãƒœãƒ‡ã‚£ã€å½±ï¼‰ */
.sum_estimate01 {
  max-width: 592px;
  margin-top: 70px;
  width: 592px !important;
}

.sum_estimate01 .sum_estimate_box01 {
  border: 4px solid var(--cta-navy) !important;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(11, 46, 78, .08);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sum_estimate01 .sum_estimate_box01>p {
  background: inherit !important;
  color: #051744;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 14px 10px 54px !important;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 24px;
}

.sum_estimate01 .sum_estimate_box01>div {
  padding: 16px 48px 16px 0 !important;
  text-align: right;
}

.sum_estimate01 .sum_estimate_box01>div .lh1 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 24px;
  color: #051744;
}

.sum_estimate01 #price_box {
  color: var(--cta-red) !important;
  font-weight: 600;
  font-size: 45px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  line-height: 2;
}

.sum_estimate01 .sum_estimate_box01>div span:not(#price_box) {
  color: #051744 !important;
  font-weight: 500;
  margin-left: .25em;
}

/* å‚™è€ƒã®æ–‡å­—è‰²/ä¸¦ã³ */
.sum_estimate01_com>p {
  color: #000000;
  font-family: 'Hiragino Kaku Gothic W3 JIS2004';
  margin: .6rem 0 0;
  font-size: 15px !important;
}

.sum_estimate01_com>p:before {
  content: '※';
}

/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³å…¨ä½“ã®ä¸¦ã³ï¼ˆå·¦ã‚«ãƒ¼ãƒ‰ï¼‹å³CTAï¼‰ */
.sum_estimate_frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin: 46px 0 46px;
}

@media (max-width: 767.98px) {
  .sum_estimate_frame {
    flex-direction: column;
    gap: 0;
    margin: calc(100vw / 640 * 100) auto calc(100vw / 640 * 30);
  }
}

/* å³CTAï¼ˆæ—¢å­˜ã®ãƒªãƒ³ã‚¯ã‚’ãƒœã‚¿ãƒ³åŒ–ï¼‰ */
.arrowButton {
  width: 100%;
  max-width: 420px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.arrowButton a.btn-type-mail {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  padding: 16px 18px;
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(0deg, #b61616, #e33a2f);
  /* èµ¤é›»è©±é¢¨ */
  box-shadow: 0 8px 18px rgba(179, 37, 32, .28), inset 0 -3px 0 rgba(0, 0, 0, .15);
}

.arrowButton .btn-type-mail:hover {
  filter: brightness(.97);
}

/* ä¸‹ã®ãƒ†ã‚­ã‚¹ãƒˆãƒªãƒ³ã‚¯ã‚‚ãƒœã‚¿ãƒ³é¢¨ã« */
.arrowButton>p>a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(0deg, #243a63, #4a6aa0);
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(11, 46, 78, .18), inset 0 -3px 0 rgba(0, 0, 0, .12);
  border-bottom: none !important;
}

.arrowButton>p {
  margin: 0;
  text-align: left;
}

/* ================================
  æ¦‚ç®—åˆè¨ˆï¼ˆä¸‰åˆ†å‰²ã®è¡Œï¼‰
================================ */
.sum_approximation_text {
  margin: 46px 0 0 !important;
  max-width: unset;
  width: 100%;
  background: var(--cta-navy) !important;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 2px;
}

/* è¡Œå…¨ä½“ */
.mitsumori2-three {
  border: 4px solid #051744;
  box-shadow: 0 10px 24px rgba(11, 46, 78, .08);
  border-top: none;
}

.mitsumori2-three>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 28px 36px 16px 16px !important;
}

/* å·¦ï¼šç›¸ç¶šç¨Žé¡(æŽ§é™¤å¾Œ)ã®å°ã‚«ãƒ¼ãƒ‰ï¼ˆç·‘æž ï¼‰ */
.mitsumori2-three .approximation_tax_box {
  border: 1px solid #4B8284;
  padding: 10px 14px;
  background: #fff;
  flex: 1 1 0;
  position: relative;
}

.mitsumori2-three .approximation_tax_box>p:first-of-type {
  background: #fff !important;
  color: #4B8284 !important;
}

.mitsumori2-three .approximation_tax_box .calculator-result-box01 {
  font-size: 40px;
  line-height: 1.6;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  color: #000;
}

/* å³ï¼šç¨Žç†å£«å ±é…¬é¡ï¼ˆã‚´ãƒ¼ãƒ«ãƒ‰æž ï¼‰ */
.mitsumori2-three .approximation_estimate_box {
  border: 1px solid var(--cta-gold);
  padding: 10px 14px;
  background: #fff;
  flex: 1 1 0;
  position: relative;
}

.mitsumori2-three .approximation_estimate_box>p:first-of-type {
  background: #fff !important;
  color: #A28005 !important;
}

.mitsumori2-three .approximation_estimate_box .calculator-result-box01 {
  font-size: 40px;
  line-height: 1.6;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  color: #000;
}

/* è¨˜å·ï¼ˆï¼‹ï¼ï¼ï¼‰ã‚’å¤ªã */
.mitsumori2-three .pseudo_plus01,
.mitsumori2-three .pseudo_eq01 {
  width: 28px !important;
}

.mitsumori2-three .pseudo_plus01:before,
.mitsumori2-three .pseudo_plus01:after {
  background: #051744 !important;
}

.mitsumori2-three .pseudo_eq01:after {
  border-color: #051744 transparent !important;
}

/* åˆè¨ˆï¼ˆèµ¤ãƒ»å¤§ããï¼‰ */
.mitsumori2-three .approximation_result_box {
  padding-left: 6px;
  flex: 1 0 auto;
}

.mitsumori2-three .calculator-result-box02 {
  color: #960000 !important;
  font-weight: 900;
  font-size: 50px !important;
  line-height: 1.6 !important;
  text-align: right;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
}

.mitsumori2-three .calculator-result-box02 .yen {
  color: #051744 !important;
  font-weight: 700;
  margin-left: .25em;
}

/* ã‚¹ãƒžãƒ›ç©ã¿ */
@media (max-width: 767.98px) {
  .mitsumori2-three>div {
    flex-wrap: wrap;
    padding: calc(100vw / 640 * 40) calc(100vw / 640 * 33)!important;
    align-items: end;
  }

  .mitsumori2-three .approximation_result_box {
    width: 100%;
  }
}

select#sougaku-mitsumori1 option {
  color: black;
}

select#sougaku-mitsumori1 option:first-child {
  color: #bbb;
}

select#haiguuper option {
  color: black;
}

select#haiguuper option:first-child {
  color: #bbb;
}

select#ninnzuu option {
  color: black;
}

select#ninnzuu option:first-child {
  color: #bbb;
}

#sougaku-mitsumori1:invalid {
  color: #bbb;
}

#haiguuper:invalid {
  color: #bbb;
}

#ninnzuu:invalid {
  color: #bbb;
}

.page_basic .page_inner p {
  margin-bottom: 0;
}

.flow_contact_tel_bnr {
  width: 378px !important;
  background: #F7F7FA;
  padding: 23px 29px;
  text-align: center;
}

.hover-section {
  position: absolute;
  top: -135px;
  right: -36px;
  width: 300px;
  height: 155px;
  color: #051744;
  background: #fff;
  border-radius: 10px;
  padding: 15px 22px;
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic W3 JIS2004';
  line-height: 1.67;
  border: 2px solid #051744;
}

.hover-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.page_basic .page_inner .hover-section .hover-section-text {
  font-size: 17px;
  margin-bottom: 10px;
}

.page_basic .page_inner .hover-section ul li {
  text-align: left;
}

.page_basic .page_inner .hover-section ul li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #051744;
  border-radius: 50%;
  margin-right: 3px;
}

.hover-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-top: 10px solid #051744;
}

.option_salary .hover-section {
  top: 25px;
}

.page_basic .page_inner .contact_tel_bnr_text {
  font-size: 22px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  color: #051744;
  margin-bottom: 10px;
}

.page_basic .page_inner .contact_tel_bnr_text span {
  font-size: 27px;
  color: #960000;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', sans-serif;
  font-weight: 600;
}

.contact_tel_bnr_flex img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}

#form-contents .form-mitsumori2 {
  width: 100%;
}

#form-contents .form-mitsumori2 .error-msg {
    color: #d90000;
    font-size: 0.8em;
    position: absolute;
    transform: translate(10px, -4px);
}

.quire-text {
    background: #efefef;
    padding: 20px;
    margin-top: 40px;
}

.quire-text p {
    color: #000000;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004';
    font-size: 15px !important;
}

.quire-text p strong {
    color: #000000;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
    font-size: 16px !important;
}


@media only screen and (max-width: 1500px) {

.quire-text {
    padding: calc(100vw / 1500 * 20);
    margin-top: calc(100vw / 1500 * 40);
}

.quire-text p {
    font-size: calc(100vw / 1500 * 15) !important;
}

.quire-text p strong {
    font-size: calc(100vw / 1500 * 16) !important;
}


  #form-contents .form-mitsumori2 th {
    font-size: calc(100vw / 1500 * 20);
  }

  #form-contents .form-mitsumori2 th,
  #form-contents .form-mitsumori2 td {
    padding: calc(100vw / 1500 * 30) calc(100vw / 1500 * 29);
  }

  #form-contents .form-mitsumori2 th {
    width: 37%;
    padding-left: calc(100vw / 1500 * 60);
  }

  #form-contents .form-mitsumori2 td .fs85,
  #form-contents .form-mitsumori2 td .fs90,
  #form-contents .form-mitsumori2 td .normal {
    font-size: calc(100vw / 1500 * 15);
  }

  #form-contents .form-mitsumori2 td label {
    font-size: calc(100vw / 1500 * 18);
  }

  #form-contents .form-mitsumori2 th p.fs-text {
    font-size: calc(100vw / 1500 * 15);
  }

  .sum_tax_box01_in>p:first-of-type {
    font-size: calc(100vw / 1500 * 22);
  }

  .sum_tax_box01_in #result {
    font-size: calc(100vw / 1500 * 45) !important;
  }

  .sum_tax_frame>div span.yen {
    font-size: calc(100vw / 1500 * 24);
  }

  .exception_box01>p>span:first-of-type {
    font-size: calc(100vw / 1500 * 24);
  }

  .exception_box01>p>span:nth-of-type(2) {
    font-size: calc(100vw / 1500 * 18);
  }

  .exception_box01>div span:not(.yen) {
    font-size: calc(100vw / 1500 * 45);
  }

  .table_contents>div>p:first-of-type {
    font-size: calc(100vw / 1500 * 18);
    width: calc(100vw / 1500 * 180);
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: calc(100vw / 1500 * 18);
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: calc(100vw / 1500 * 28);
  }

  .table_contents>div>p.amount>span:not(:first-of-type) {
    font-size: calc(100vw / 1500 * 15);
  }

  .down-arrow01:before {
    width: calc(100vw / 1500 * 84);
    height: calc(100vw / 1500 * 40);
  }

  .page_basic .page_inner .contact_tel_bnr_text {
    font-size: calc(100vw / 1500 * 22);
  }

  .page_basic .page_inner .contact_tel_bnr_text span {
    font-size: calc(100vw / 1500 * 27);
  }

  .sum_estimate01 #price_box {
    font-size: calc(100vw / 1500 * 45);
  }

  .table_contents>div {
    padding: calc(100vw / 1500 * 30);
  }

  .sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
    font-size: calc(100vw / 1500 * 24);
  }

  .sum_estimate01 .sum_estimate_box01>p {
    font-size: calc(100vw / 1500 * 24);
  }

  .sum_estimate01 .sum_estimate_box01>p>span {
    font-size: calc(100vw / 1500 * 16);
  }

  .sum_estimate01_com>p {
    font-size: calc(100vw / 1500 * 15) !important;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: calc(100vw / 1500 * 19);
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: calc(100vw / 1500 * 18);
    max-width: calc(100vw / 1500 * 200);
    top: calc(100vw / 1500 * -20);
    position: absolute;
    left: calc(100vw / 1500 * 45);
  }

  .mitsumori2-three .approximation_estimate_box .calculator-result-box01 {
    font-size: calc(100vw / 1500 * 40);
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: calc(100vw / 1500 * 24);
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: calc(100vw / 1500 * 50) !important;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: calc(100vw / 1500 * 24);
  }

  .hover-section {
    position: absolute;
    top: calc(100vw / 1500 * -135);
    right: calc(100vw / 1500 * 7);
    width: calc(100vw / 1500 * 305);
    height: calc(100vw / 1500 * 155);
    padding: calc(100vw / 1500 * 15) calc(100vw / 1500 * 15);
    font-size: calc(100vw / 1500 * 15);
  }

  .page_basic .page_inner .hover-section .hover-section-text {
    font-size: calc(100vw / 1500 * 17);
    margin-bottom: calc(100vw / 1500 * 10);
  }

  .sum_tax_box01.down-arrow01:before {
    display: block;
    width: calc(100vw / 1500 * 84);
    height: calc(100vw / 1500 * 40);
  }

  #form-contents .form-mitsumori2 td input:not([type="radio"]),
  #form-contents .form-mitsumori2 td select {
    height: calc(100vw / 1500 * 50);
    font-size: calc(100vw / 1500 * 17) !important;
  }

  .filling select {
    height: calc(100vw / 1500 * 50);
    font-size: calc(100vw / 1500 * 17) !important;
  }

  .option_salary .hover-section {
    top: calc(100vw / 1500 * 35);
  }

  .sum_tax_box01_in>p:nth-of-type(2) {
    padding: calc(100vw / 1500 * 22) calc(100vw / 1500 * 18) calc(100vw / 1500 * 26);
  }

  .exception_box01>div {
    padding: calc(100vw / 1500 * 22) calc(100vw / 1500 * 18) calc(100vw / 1500 * 26);
  }

  .table_contents>div>p.amount {
    width: calc(100vw / 1500 * 260);
  }

  .mitsumori2-three .approximation_tax_box .calculator-result-box01 {
    font-size: calc(100vw / 1500 * 40);
  }

  .table_th {
    width: 27% !important;
    max-width: none;
  }

  .table_contents {
    width: 73%;
  }

  .table_th {
    padding: 1.5rem calc(100vw / 1500 * 20);
  }

  .hover-section:before {
    display: none;
  }

  .hover-section:before {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  .page_basic .page_inner {
    max-width: calc(100vw / 1500 * 1200);
  }
}

@media only screen and (max-width: 1300px) {

  .page-template-default .page_basic h2,
  .page-template-page-localnav .page_basic h2 {
    margin-left: -3.4vw;
  }
}


@media screen and (max-width: 768px) {
.quire-text {
    padding: calc(100vw / 640 * 20);
    margin-top: calc(100vw / 640 * 40);
}

.quire-text p {
    font-size: calc(100vw / 640 * 26) !important;
        padding-left: calc(100vw / 640 * 26);
        text-indent: calc(100vw / 640 * -26);
}

.quire-text p strong {
    font-size: calc(100vw / 640 * 28) !important;
}
    .page_basic .page_inner {
        max-width: 100%;
    }
    .page-template-default .page_basic h2 {
        margin-top: calc(100vw / 640 * 0);
    }
    .page-template-default .page_basic h2:not(:first-of-type) {
        margin-top: calc(100vw / 640 * 60);
    }
    .page-template-default .page_basic h2, .page-template-page-localnav .page_basic h2 {
        margin-left: -3.125vw;
        width: calc(100%);
        margin-right: auto;
        margin-left: auto;
    }
#form-contents .form-mitsumori2 .error-msg {
    position: inherit;
    transform: translate(10px, 0px);
}
#form-contents .form-mitsumori2  {
          width: 100%;
}
#form-contents .form-mitsumori2 tr {
    display: flex;
    flex-direction: column;
}
    #form-contents .form-mitsumori2 th {
        width: 100%;
    }
.page_basic .page_inner form {
  width: calc(100vw / 640 * 540);
        margin: 0 auto;
}
    #form-contents .form-mitsumori2 tr:not(:first-of-type) th {
        margin-top: 0;
    }

  #form-contents .form-mitsumori2 th {
    font-size: calc(100vw / 640 * 28);
  }

  #form-contents .form-mitsumori2 th,
  #form-contents .form-mitsumori2 td {
    padding: calc(100vw / 640 * 30) calc(100vw / 640 * 29);
  }

  #form-contents .form-mitsumori2 th {
    padding-left: calc(100vw / 640 * 60);
    padding: calc(100vw / 640 * 25) calc(100vw / 640 * 29) calc(100vw / 640 * 14);
    text-indent: calc(100vw / 640 * -20);
    padding-left: calc(100vw / 640 * 65);
  }

  #form-contents .form-mitsumori2 td .fs85,
  #form-contents .form-mitsumori2 td .fs90,
  #form-contents .form-mitsumori2 td .normal {
    font-size: calc(100vw / 640 * 26);
    margin-top: calc(100vw / 640 * 20);
  }

  #form-contents .form-mitsumori2 td label {
    font-size: calc(100vw / 640 * 26);
  }

  #form-contents .form-mitsumori2 th p.fs-text {
    font-size: calc(100vw / 640 * 25);
  }

  .sum_tax_box01_in>p:first-of-type {
    font-size: calc(100vw / 640 * 26);
    border: none;
    padding: calc(100vw / 640 * 20) 0;
  }

  .sum_tax_box01_in #result {
    font-size: calc(100vw / 640 * 42) !important;
  }

  .sum_tax_frame>div span.yen {
    font-size: calc(100vw / 640 * 22);
  }

  .exception_box01>p>span:first-of-type {
    font-size: calc(100vw / 640 * 25);
  }

  .exception_box01>p>span:nth-of-type(2) {
    font-size: calc(100vw / 640 * 20);
    line-height: 1;
  }

  .exception_box01>div span:not(.yen) {
    font-size: calc(100vw / 640 * 42);
  }

  .table_contents>div>p:first-of-type {
    font-size: calc(100vw / 640 * 28);
    width: 100%;
  }

  .table_contents div>p:not(.amount)>span:not(.notclass),
  .table_contents .filling span {
    font-size: calc(100vw / 640 * 26);
    width: auto;
    white-space: nowrap;
  }

  .table_contents>div>p.amount>span:first-of-type {
    font-size: calc(100vw / 640 * 35);
  }

  .table_contents>div>p.amount>span:not(:first-of-type) {
    font-size: calc(100vw / 640 * 26);
  }

  .down-arrow01:before {
    width: calc(100vw / 640 * 84);
    height: calc(100vw / 640 * 40);
  }

  .page_basic .page_inner .contact_tel_bnr_text {
    font-size: calc(100vw / 640 * 23);
    margin-bottom: calc(100vw / 640 * 25);
  }

  .page_basic .page_inner .contact_tel_bnr_text span {
    font-size: calc(100vw / 640 * 29);
  }

  .sum_estimate01 #price_box {
    font-size: calc(100vw / 640 * 50);
  }

  .table_contents>div {
    padding: calc(100vw / 640 * 23) calc(100vw / 640 * 30);
    text-align: left;
  }

  .sum_estimate01 .sum_estimate_box01>div>p>span:not(#price_box) {
    font-size: calc(100vw / 640 * 24);
  }

  .sum_estimate01 .sum_estimate_box01>p {
    font-size: calc(100vw / 640 * 26);
  }

  .sum_estimate01 .sum_estimate_box01>p>span {
    font-size: calc(100vw / 640 * 16);
  }

  .sum_estimate01_com>p {
    font-size: calc(100vw / 640 * 26) !important;
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type>span {
    font-size: calc(100vw / 640 * 19);
  }

  .mitsumori2-three>div>div:not(.approximation_result_box)>p:first-of-type {
    font-size: calc(100vw / 640 * 28);
    max-width: calc(100vw / 640 * 220);
    top: calc(100vw / 640 * 20);
    position: absolute;
    left: calc(100vw / 640 * -165);
  }

  .mitsumori2-three .approximation_estimate_box .calculator-result-box01 {
    font-size: calc(100vw / 640 * 40);
    text-align: end;
  }

  .mitsumori2-three .calculator-result-box01 span.yen {
    font-size: calc(100vw / 640 * 24);
  }

  .mitsumori2-three .calculator-result-box02 {
    font-size: calc(100vw / 640 * 50) !important;
  }

  .mitsumori2-three .calculator-result-box02 span.yen {
    font-size: calc(100vw / 640 * 24);
  }

  .hover-section {
        position: absolute;
        top: calc(100vw / 640 * -305);
        right: calc(100vw / 640 * 30);
        width: calc(100vw / 640 * 483);
        height: calc(100vw / 640 * 261);
        padding: calc(100vw / 640 * 25) calc(100vw / 640 * 40) calc(100vw / 640 * 40);
        font-size: calc(100vw / 640 * 24);
        line-height: 1.5;
        z-index: 2;
  }

  .page_basic .page_inner .hover-section .hover-section-text {
    font-size: calc(100vw / 640 * 27);
    margin-bottom: calc(100vw / 640 * 13);
  }

  .sum_tax_box01.down-arrow01:before {
    display: block;
    width: calc(100vw / 640 * 84);
    height: calc(100vw / 640 * 40);
    top: calc(100vw / 640 * -62);
    left: calc(50% - calc(100vw / 640 * -110));
  }

  #form-contents .form-mitsumori2 td input:not([type="radio"]),
  #form-contents .form-mitsumori2 td select {
    height: calc(100vw / 640 * 80);
    font-size: calc(100vw / 640 * 32) !important;
    width: calc(100vw / 640 * 430);
    max-width: inherit;
  }

  .filling select {
    height: calc(100vw / 640 * 80);
    font-size: calc(100vw / 640 * 32) !important;
  }

  .option_salary .hover-section {
    top: calc(100vw / 640 * -375);
  }

  .sum_tax_box01_in>p:nth-of-type(2) {
    padding: calc(100vw / 640 * 30) calc(100vw / 640 * 10) calc(100vw / 640 * 20);
  }

  .exception_box01>div {
    padding: calc(100vw / 640 * 30) calc(100vw / 640 * 18) calc(100vw / 640 * 20);
  }

  .table_contents>div>p.amount {
    width: calc(100vw / 640 * 380);
    text-align: end;
  }

  .mitsumori2-three .approximation_tax_box .calculator-result-box01 {
    font-size: calc(100vw / 640 * 40);
    text-align: end;
  }

  .table_th {
    width: 27% !important;
    max-width: none;
  }

  .table_contents {
    width: 100%;
  }

  .table_th {
    padding: calc(100vw / 640 * 15) calc(100vw / 640 * 29);
    width: 100%!important;
  }

  .hover-section:before {
    display: none;
  }

  .hover-section:before {
    display: none;
  }
  #form-contents .form-mitsumori2 td input[id="sougaku"] {
    width: calc(100vw / 640 * 400);
  }
  #form-contents .form-mitsumori2 td.relationship {
    display: flex;
    flex-wrap: wrap;
  }
  #form-contents .form-mitsumori2 td.relationship label.in_b:nth-of-type(odd) {
    width: 40%;
    margin-right: 0;
  }
  .page_basic .page_inner .add_content_ichiran .veiw-smt img {
    margin-top: calc(100vw / 640 * 10);
    width: 100%;
    transform: none;
  }
  .sum_tax_frame>div.exception_box01 > p {
    line-height: 1.1;
    padding: calc(100vw / 640 * 14) 0;
  }
  .b-extra .filling:after {
    display: none;
  }
  .sum_estimate01 {
    width: 100%!important;
    padding: 0!important;
  }
  .sum_estimate01.down-arrow01:before {
    left: calc(50% - calc(100vw / 640 * 40));
  }
  .page_basic .page_inner .add_content_ichiran .contact_tel_bnr_flex {
    display: flex;
    justify-content: space-between;
  }
  .page_basic .page_inner .add_content_ichiran .contact_tel_bnr_flex img {
    width: calc(100vw / 640 * 238);
    height: calc(100vw / 640 * 122);
    transform: none;
  }

.page_basic .page_inner .add_content_ichiran .table_contents img.sp {
  display: inline-block;
  width: calc(100vw / 640 * 27);
  height: calc(100vw / 640 * 5);
  position: relative;
  top: calc(100vw / 640 * -8);
  left: calc(100vw / 640 * 34);
}

.place-help-link {
    margin-left: 10px;
    display: inline-grid;
    background-color: #ffffff;
    padding: 0 calc(100vw / 640 * 9);
    text-align: center;
    color: #051744;
    font-weight: 600;
    /* border: 1px solid #cc3300; */
    line-height: 1.67;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004';
    border-radius: 50%;
    display: block;
    position: absolute;
    top: calc(100vw / 640 * -22);
    right: calc(100vw / 640 * 330);
    border: 1px solid #707070;
}
.hover-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 8px solid #ffffff;
}
.hover-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -19px;
    border: 12px solid transparent;
    border-top: 10px solid #051744;
}
.sum_estimate01 .sum_estimate_box01>p {
    padding: calc(100vw / 640 * 8) 0 calc(100vw / 640 * 8)  calc(100vw / 640 * 15) !important;
}
.sum_estimate01 .sum_estimate_box01>div {
    padding: calc(100vw / 640 * 8) calc(100vw / 640 * 15) calc(100vw / 640 * 8) 0 !important;
}
.mitsumori2-three>div>div.pseudo_plus01 {
  left: calc(100vw / 640 * -380);
        width: calc(100vw / 640 * 33)!important;
        height: calc(100vw / 640 * 33)!important;
}
}