@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#simulator_goto{
  width: 992px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px!important;
}
#simulator_goto .section__heading{
  font-size:1.8rem
}
#simulator_goto .section__heading .heading--subTitle{
  font-size:60%;
  color:#D7000F;
  line-height: 1.4;
  margin-top: 5px
}
#simulator_goto .discountBox--wrap {
  border: none;
  background-color: transparent;
  padding: 12px;
}
form.needs-validation {
  margin: 0 0 10px;
  padding: 0 0 30px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
form.needs-validation {
  width: 100%;
}
form.needs-validation ul {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
form.needs-validation ul>li {
  display: block;
  width: 100%;
  align-items: flex-start;
  height: 60px;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: left;
}
form.needs-validation ul>li label {
  color: #333;
}
form.needs-validation .form-control {
  padding: .375rem .75rem;
  font-size: 1.5rem;
}
button.btn.btn-primary.btn-lg.btn-block {
  width: 60%;
  margin: 0 auto;
}
button.btn.btn-primary.btn-lg.btn-block a {
  color: #FFF;
  text-decoration: none;
}
form.needs-validation ul>li span {
  position: relative;
  width: 30%;
  text-align: center;
  padding: 2px 0;
  font-size: 1rem;
  color: #282828;
}
.submit {
  text-align: center;
}
.submit button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  width: auto;
  font-size: 20px;
  padding: 10px 90px 8px;
  margin: 10px auto 0;
  color: #fff;
  background: no-repeat right center #F90;
  -webkit-background-size: auto 106px;
  background-size: auto 106px;
  border: none;
  cursor: pointer;
  transition: all 0.25s linear;
  border-radius: 2px;
  border-radius: 50px;
}
.submit button:hover {
  opacity: 0.8;
}
.notice--text {
  text-align: left;
  font-size: 1.2rem;
  color: #999;
  margin: 0 0 0;
}
.notice--text:first-of-type {
  margin: 20px 0 0;
}


/* CPNæ¦‚è¦ */
.summarybox{
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.summarybox .summary-img{
  width: 38%;
  margin-right: 2%
}
.summarybox .summary-list{
  flex: 1;
  padding: 15px;
  background: #FFF;
  border-radius: 6px;
}
.summary-list>li:not(.summary-list__title){
  font-size:1.2rem;
  margin-bottom: 10px;
  padding-left: 2.5em;
  position: relative
}
.summary-list>li.summary-list__title{
  font-size:1.43rem;
  font-weight: bold;
  color: #0057B8;
  border-left: 6px solid;
  padding-left: 10px;
  margin-bottom: 10px;
}
.summary-list>li:not(.summary-list__title)::before{
  position: absolute;
  top: 0;
  left: 0
}
.summary-list>li.num1::before{
  content:"ï¼ˆ1ï¼‰"
}
.summary-list>li.num2::before{
  content:"ï¼ˆ2ï¼‰"
}
.summary-list>li.num3::before{
  content:"ï¼ˆ3ï¼‰"
}
.summary-list>li.num4::before{
  content:"ï¼ˆ4ï¼‰"
}
.summary-list>li.num5::before{
  content:"ï¼ˆ5ï¼‰"
}
.summary-list>li .textBox__em{
  font-weight: bold
}
/* å‰²å¼•ä¾‹ */
.discountBox {
  margin-bottom: 10px;
}
.discountBox>.section__heading{
  margin-bottom: 0;
  font-size: 1.8rem;
}
.discountBox .heading--sm {
  font-size: 1.4rem;
  font-weight: normal;
  color: #0057b8;
  margin-bottom: 10px;
  text-align: center;
}
.discountBox:last-child {
  margin-bottom: 0;
}
.discountBox--wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
  background-color: #FFF;
}
.discountBox--subtext {
  font-size: 0.8rem;
  font-weight: normal;
}
.discountBox--price {
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 1%;
  line-height: 1;
}
.discountBox--notice-red {
  font-size: 1rem;
  color: red;
  margin-top: 5px;
  text-align: left;
  line-height: 1.4;
}
.discountBox--header {
  width: 100%;
  margin-bottom: 2%;
  background-color: #d7b43a;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
}
.discountBox--left {
  width: 49%;
  margin-right: 1%;
  background-color: #0d235b;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.discountBox--leftTop {
  margin-bottom: 2%;
  width: 100%;
  font-size: 1.2rem;
}
.discountBox--leftTop .discountBox--subtext {
  font-weight: bold;
  color: yellow;
}
.discountBox--leftMiddle {
  width: 49%;
  background-color: #FFF;
  color: #D7000F;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discountBox--leftBottom {
  width: 49%;
  background-color: #2488FF;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discountBox--right {
  width: 49%;
  margin-left: 1%;
  background-color: #0057b8;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discountBox--footer {
  width: 100%;
  margin-top: 2%;
  background-color: #FFF;
  border: 3px solid #0057b8;
  border-radius: 6px;
  text-align: left;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
.discountBox--footer p:first-child {
  width: 10%;
  min-width: 110px;
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding-left: 25px;
  position: relative;
}
.discountBox--footer p:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon_info.svg") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 1px;
  left: 0;
}
.discountBox--footer p:last-child {
  width: 90%;
  margin-bottom: 0
}
.discountBox--footer p:last-child span {
  font-weight: bold;
  color: #0057b8;
}
.discountBox--leftMiddle p,
.discountBox--leftBottom p,
.discountBox--right p {
  width: 90%;
  font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
small {
    font-size: 80%;
    font-weight: 400;
}

.gotomax{
	color:crimson;
	font-size: 2.0em;
	font-weight: 400;
}

.text-center {
    text-align: center !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mx-auto{
  margin: 0 auto; 
}

.card__area--ttl {
    border-radius: 6px;
    padding: 12px 10px;
    margin-bottom: 8px;
}

.card__area--ttl {
    background: #ff4e00;
	color: #fff;
	font-weight: bold;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.card__btns a {
    background: #0057b8!important;
}

.card__btns{
	margin-bottom: 10px!important;
}
