@charset "UTF-8";
/* CSS Document 
------------------*/
/*simu*/
/*break point*/
#simulation_main {
  padding: 2rem 0;
}

.simulation_top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----toppage css style origin----*/
#simulationWrap {
  width: 100%;
  padding: 0.25rem;
}

.simu_h2,
.result_h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bolder;
  text-align: center;
  background: #ea638c;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}

.labelg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.attentionBox {
  margin-bottom: 1rem;
  padding: 0.25rem;
}

.attention_box_sp,
.contact_link {
  line-height: 1.5rem;
}

.attention_box_pc {
  display: none;
}

.contact_link a {
  color: #3ACE76;
  font-weight: bolder;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.thumbnail {
  margin-bottom: 0;
  border: none;
}

.f_kenshin_hyo {
  max-height: 120px;
}

.nav:hover {
  background-color: #ffffff;
}

.img-fluid {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /*--------bootstrap reset--------*/
  .container {
    width: auto !important;
    padding: 0;
    margin: 0 auto;
  }
  /**/
  #simulationWrap {
    width: 570px;
    margin: 0 auto;
  }
  .attention_box_sp {
    display: none;
  }
  .attention_box_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ea638c;
  }
  .attention_box_pc .left {
    width: 50%;
  }
  .attention_box_pc .thumbnail {
    width: 200px;
  }
  .contact_link {
    text-align: center;
  }
}
/*min-width:576px*/
@media only screen and (min-width: 768px) {
  #simulationWrap {
    width: 760px;
    margin: 0 auto;
  }
  #agreement_type_message {
    font-size: 1rem;
  }
}
/*min-width:768px*/
@media only screen and (min-width: 992px) {
  #simulationWrap {
    width: 100%;
    margin: 0 auto;
  }
  #agreement_type {
    position: relative;
  }
  #agreement_type_message {
    position: absolute;
    top: 65px;
    right: 145px;
  }
}
.simulationBox {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(49.6%, #ffffff), color-stop(49.7%, #3ACE76), color-stop(50.5%, #3ACE76), color-stop(50.6%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 49.6%, #3ACE76 49.7%, #3ACE76 50.5%, #ffffff 50.6%, #ffffff 100%);
  position: relative;
  text-align: center;
  padding-bottom: 0rem;
}
.simulationBox img.numbers {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.simulationBox label {
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  background: rgba(58, 206, 118, 0.7);
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0 1rem 1rem 0;
  position: relative;
}
.simulationBox .form-group {
  background: #FFF;
  text-align: left;
}
.simulationBox .form-group .att {
  display: block;
  margin: 0 0 0.25rem 0;
}
.simulationBox select {
  width: 96%;
  margin: 0 2%;
}

@media screen and (min-width: 992px) {
  .simulationBox {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 45px, #3ACE76 45px, #3ACE76 48px, #ffffff 48px, #ffffff 100%);
    text-align: left;
    padding: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .simulationBox .simuBoxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-bottom: 1rem;
  }
  .simulationBox .simuBoxs:last-child {
    margin-bottom: 0;
    position: relative;
  }
  .simulationBox .simuBoxs:last-child .att {
    position: absolute;
    top: 60px;
    left: 90px;
  }
  .simulationBox label {
    width: 350px;
    margin: 0 1rem 0 0.5rem;
    height: 35px;
    background: rgba(58, 206, 118, 0.2);
    color: #333;
  }
  .simulationBox select {
    width: 50%;
    margin: 0;
  }
  .simulationBox img.numbers {
    display: block;
    width: 100%;
    /*88px;*/
    padding-bottom: 1rem;
  }
  .simulationBox img.numbers.no4 {
    padding-bottom: 0;
  }
  .simulationBox .form-group {
    -ms-flex-preferred-size: 890px;
        flex-basis: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
  .simulationBox .form-group .att {
    margin-left: 1rem;
  }
}
.checkKenshin {
  display: inline-block;
  text-align: left;
  background: #6cc4c7;
  border-radius: 999999px;
  padding: 0 0.5rem;
  margin: 0.5rem 0 0.25rem 0.5rem;
  font-size: 0.8rem;
}
.checkKenshin a {
  color: #fff;
  font-weight: normal;
}
.checkKenshin a[aria-expanded=false]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: bold;
  margin-right: 0.25rem;
}
.checkKenshin a[aria-expanded=true]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: bold;
  margin-right: 0.25rem;
}
@media screen and (min-width: 992px) {
  .checkKenshin {
    display: none;
  }
}

.kenshinImg {
  border: solid 1px #f7931e;
}
@media screen and (min-width: 992px) {
  .kenshinImg .img-fluid {
    display: none;
  }
}

.amount_used,
.agreement_capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .amount_used,
  .agreement_capacity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.amount_used select,
.amount_used input {
  width: 50%;
  margin: 0 0.2rem 0.5rem 0.5rem;
}

#f_doryoku {
  margin: 0 0.2rem 0 0.4rem;
}

.inputatt {
  font-size: 0.8rem;
  color: #999;
  white-space: nowrap;
}

.res {
  font-size: 0.8rem;
  color: red;
  position: relative;
  top: 0;
  left: 0px;
}
@media screen and (min-width: 992px) {
  .res {
    position: absolute;
    top: 40px;
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  .amount_used select,
  .amount_used input,
  #f_doryoku input {
    margin: 0 0.2rem 0 0;
  }
  .amount_used select {
    width: 100px;
  }
  #f_dento select {
    width: 445px;
  }
}
.amount_used > div,
#f_doryoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .amount_used > div,
  #f_doryoku {
    margin: 0 0.5rem 0 0;
  }
}

/*任意*/
/*必須*/
.notRequired::after,
.required::after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 0.75rem;
  margin: 0 0.2rem 0.2rem 0rem;
  padding: 0.2rem 0.5rem;
  color: #d63;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: normal;
}

/*任意*/
.notRequired::after {
  content: "任意";
  background: #fff;
}

/*必須*/
.required::after {
  content: "必須";
  background: #fff;
}

/*各種ボタン*/
.btn_calc,
.btn_apply,
.btn_contact,
.btn_reset {
  width: 80%;
  height: 70px;
  font-size: 1.2rem;
  font-weight: bolder;
  padding: 0.5rem auto;
  background: #fff;
  margin: 0.75rem 10%;
}

.btn_calc {
  color: #ea638c;
  border: solid 2px #ea638c;
  -webkit-box-shadow: 0 0 10px #ea638c;
          box-shadow: 0 0 10px #ea638c;
}

.btn_apply {
  color: #ec7453;
  border: solid 2px #ec7453;
  -webkit-box-shadow: 0 0 10px #ec7453;
          box-shadow: 0 0 10px #ec7453;
}

.btn_contact {
  color: #3ACE76;
  border: solid 2px #3ACE76;
  -webkit-box-shadow: 0 0 10px #3ACE76;
          box-shadow: 0 0 10px #3ACE76;
}

.btn_reset {
  color: #999;
  border: solid 2px #999;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
}

.btn_calc:hover {
  color: #ea638c;
  background: #dbf8f3;
}

.btn_apply:hover {
  color: #ec7453;
  background: rgba(236, 116, 83, 0.2);
}

.btn_contact:hover {
  color: #3ACE76;
  background: rgba(58, 206, 118, 0.2);
}

.btn_reset:hover {
  color: #999;
  background: #eee;
}

.btn_calc img,
.btn_apply img {
  height: 50px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .btn_calc {
    width: 30%;
    margin: 0.75rem 35%;
  }
}
.triangle {
  text-align: center;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.trianglearrow {
  width: 0;
  height: 0;
  border-top: 50px solid #ea638c;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.trianglearrow_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(0, 169, 157, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(0, 169, 157, 0) 100%);
  width: 140px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*シミュレーション結果*/
/* #f_result_area{
  display: none;
  &.active{
    display: block;
  }
} */
.result_box {
  margin-bottom: 60px;
}

.area01 {
  width: 70%;
  text-shadow: 0 0 3px #3ACE76;
  color: #fff;
  background: #3ACE76;
  padding: 0.25rem;
  margin: 0.5rem auto;
  border-radius: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .area01 {
    width: 30%;
    padding: 0.5rem 0;
    border-radius: 1rem;
    font-size: 1.2rem;
  }
}

.result_mainarea {
  text-align: center;
}
.result_mainarea .about_high_load_rate {
  width: 90%;
  vertical-align: middle;
}

.resultGaiasn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resultGaiasn p {
  font-size: 2rem;
  font-weight: bolder;
  color: red;
}
.resultGaiasn p span {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .resultGaiasn {
    margin: 1.5rem;
  }
  .resultGaiasn p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .detailArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.detail_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail_result a {
  color: #fff;
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  width: 4rem;
  height: 4rem;
  background: tomato;
  border-radius: 50%;
  padding: 0 1rem;
}
.detail_result a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .detail_result a {
    top: 0.5rem;
    right: 0.5rem;
    width: auto;
    padding-top: 0;
    height: auto;
    border-radius: 9999px;
  }
  .detail_result a span {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
    padding-top: 0;
  }
  .detail_result a br {
    display: none;
  }
}

.detail_current,
.detail_result {
  position: relative;
  margin-bottom: 1rem;
}
.detail_current h3,
.detail_result h3 {
  text-align: left;
  color: #fff;
  font-size: 1rem;
  font-weight: bolder;
  padding: 0.5rem;
  margin-bottom: 0rem;
  border-radius: 0 1rem 1rem 0;
  position: relative;
  width: 100%;
  background: #3ACE76;
}
.detail_current h3 span,
.detail_result h3 span {
  font-size: 0.8rem;
}
@media screen and (min-width: 992px) {
  .detail_current,
  .detail_result {
    width: 49%;
  }
  .detail_current h3,
  .detail_result h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  .detail_current h3 span,
  .detail_result h3 span {
    font-size: 1rem;
  }
}

.detail_current {
  position: relative;
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(3.9%, #ffffff), color-stop(4%, #ddd), to(#ddd));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 3.9%, #ddd 4%, #ddd 100%);
}
.detail_current h3 {
  background: #999;
  width: 50%;
}

.detail_current_content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .detail_current_content {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.detail_new,
.detail_saiene {
  padding-bottom: 1rem;
  position: relative;
  border-radius: 0 1.2rem 0 0;
}
.detail_new.select_mark,
.detail_saiene.select_mark {
  -webkit-box-shadow: 1px 1px 5px #ec7453, -1px -1px 5px #ec7453;
          box-shadow: 1px 1px 5px #ec7453, -1px -1px 5px #ec7453;
}
.detail_new.plan_selected,
.detail_saiene.plan_selected {
  -webkit-box-shadow: 1px 1px 5px #ec7453, -1px -1px 5px #ec7453;
          box-shadow: 1px 1px 5px #ec7453, -1px -1px 5px #ec7453;
}
.detail_new.plan_selected::after,
.detail_saiene.plan_selected::after {
  content: "選択中";
  width: 100%;
  height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background: #ec7453;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.detail_new {
  background: rgba(58, 206, 118, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(9.9%, #ffffff), color-stop(10%, rgba(58, 206, 118, 0.2)), to(rgba(58, 206, 118, 0.2)));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 9.9%, rgba(58, 206, 118, 0.2) 10%, rgba(58, 206, 118, 0.2) 100%);
}
.detail_new._lions {
  margin-bottom: 0;
}

.detail_saiene {
  background: rgba(234, 99, 140, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(9.9%, #ffffff), color-stop(10%, rgba(234, 99, 140, 0.2)), to(rgba(234, 99, 140, 0.2)));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 9.9%, rgba(234, 99, 140, 0.2) 10%, rgba(234, 99, 140, 0.2) 100%);
}
.detail_saiene h3 {
  background: #ea638c;
}

.detailArea div[class^=box] {
  font-size: 1.3rem;
  font-weight: bolder;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .detailArea div[class^=box] {
    font-size: 1.6rem;
  }
}

.detail_current .box01.yearly {
  background: #999;
}
.detail_current .box01.monthly {
  background: #666;
}

.detail_new .box01.yearly {
  background: #3ACE76;
}
.detail_new .box01.monthly {
  background: rgb(42.4268292683, 170.5731707317, 94.3780487805);
}

.detail_saiene .box01.yearly {
  background: #ea638c;
}
.detail_saiene .box01.monthly {
  background: rgb(227.9491525424, 54.0508474576, 106.8644067797);
}

@media screen and (min-width: 992px) {
  .result_mainarea_pc {
    border: solid 2px #3ACE76;
    border-radius: 1rem;
    padding: 1rem 0;
  }
  .result_mainarea_pc strong {
    font-size: 1.2rem;
  }
}

.resultPrice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0.5rem;
}
.resultPrice .box01 {
  padding: 1rem 0.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .resultPrice {
    margin-bottom: 0.5rem;
  }
}

.resulttext {
  width: 45%;
  text-align: center;
  line-height: 1.3rem;
}

.result_at {
  margin: 0 0.5rem 2rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
}

.resultBtnset {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .resultBtnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resultBtnset a {
    width: 40%;
  }
}

#plan_result {
  width: 100%;
}
#plan_result h2 {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #2f82d4;
}
#plan_result h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #2f82d4;
  background: rgba(47, 130, 212, 0.3);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 992px) {
  #plan_result {
    width: 90%;
    margin: 0 5%;
  }
}

.result_title {
  text-align: center !important;
  margin: 3rem 0;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .plans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div[class^=plan_] {
  border: solid 1px #ccc;
  padding: 1rem;
  width: 100%;
  margin: 0.5rem 0;
}
div[class^=plan_] h4 {
  margin-bottom: 1rem;
  border-bottom: solid 2px rgba(47, 130, 212, 0.5);
  position: relative;
}
div[class^=plan_] h4::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #2f82d4;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
div[class^=plan_] dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.25rem 0;
}
div[class^=plan_] dl dt {
  width: 7rem;
  background: #aaa;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  margin: 0 0.5rem 0.5rem 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  div[class^=plan_] {
    width: 48%;
    margin: 0.5rem 1%;
  }
}

div.plan_selected dl dt {
  background: #3ACE76;
}

.common_table thead tr th:nth-child(2) {
  color: #fff;
  background: #d63;
}
.common_table thead tr th:nth-child(3) {
  color: #fff;
  background: #999;
}
.common_table thead tr th:nth-child(4) {
  color: #fff;
  background: rgb(42.4268292683, 170.5731707317, 94.3780487805);
}
.common_table thead tr th:nth-child(5) {
  color: #fff;
  background: #ea638c;
}
.common_table tbody tr th {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.common_table tbody tr td {
  text-align: right;
  padding-right: 1rem;
}
.common_table tbody tr td:nth-child(2) {
  color: #d63;
}
.common_table tbody tr td:nth-child(3) {
  color: #333;
}
.common_table tbody tr td:nth-child(4) {
  color: rgb(42.4268292683, 170.5731707317, 94.3780487805);
  background: rgba(58, 206, 118, 0.1);
}
.common_table tbody tr td:nth-child(5) {
  color: #ea638c;
}
.common_table tbody tr.total {
  font-size: 1.2rem;
  font-weight: bolder;
}

.simu_plan_result {
  background: rgba(47, 130, 212, 0.2);
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .simu_plan_result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.simu_plan_result_selected {
  background: #3ACE76;
  border-radius: 50%;
  text-align: center;
  padding: 1rem;
  margin: 0 0rem 4rem 0;
  color: #fff;
  width: 150px;
  height: 150px;
  position: relative;
}
.simu_plan_result_selected p {
  text-align: center;
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: bolder;
}
.simu_plan_result_selected p span {
  position: relative;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin: 0 0 0.5rem 0;
  padding: 0.25rem;
  top: -5px;
}
.simu_plan_result_selected:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 206, 118, 0.5)), to(#3ace76));
  background: linear-gradient(to bottom, rgba(58, 206, 118, 0.5), #3ace76);
  width: 50px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .simu_plan_result_selected {
    width: 215px;
    margin: 0 4rem 0 0;
  }
  .simu_plan_result_selected:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(58, 206, 118, 0.5)), to(#3ace76));
    background: linear-gradient(to right, rgba(58, 206, 118, 0.5), #3ace76);
    width: 30px;
    height: 50px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}

.simu_plan_result_price {
  text-align: center;
  font-size: 1.2rem;
}
.simu_plan_result_price span {
  font-size: 1.5rem;
}
.simu_plan_result_price span.price {
  color: #393;
  font-weight: bolder;
  font-size: 2rem;
}
.simu_plan_result_price span.price.yen {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .simu_plan_result_price {
    text-align: left;
  }
}

.redline {
  font-weight: bold;
  color: red;
  border-bottom: solid red 1px;
}

#footer {
  height: auto;
  min-height: 8rem;
}