@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#campaignHowto .section__container{
  padding: 0 12px 24px;
}
.howtoBox{
}
.howtoBox .heading--md{
  padding-bottom: 5px;
  padding-left: 5px;
  font-size:1.0rem;
  color:#0057B8;
  border-bottom: 2px solid;
}
.product-txt{
  font-weight: bold;
  font-family: 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
}
.product-txt .target__icon {
  display:inline-block;
  padding: 10px 0;
  padding-right: 50px;
  margin-right: 5px;
  position: relative
}
.product-txt .target__icon::after {
  content: "";
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.product-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product-list li{
  width: calc(97% / 2);
  background: #2488FF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 0.5em
}
.product-list li a{
  display: block;
  width: 100%;
  font-size:0.80rem;
  color: #FFF;
  text-align: center;
  padding: 7px;
  text-decoration: none;
}
.howtoBox--list{
  margin-bottom: 30px;
}
.howtoBox--list>li{
  margin-bottom: 5px;
  font-size:0.9rem;
  line-height: 1.4
}
.howtoBox--list .heading--ss{
  font-size: 1.0rem;
  font-weight: bold;
  padding-left: 1.0em;
  position: relative
}
.howtoBox--list .heading--ss::after{
  content: "â– ";
  position: absolute;
  top: 0;
  left: 0
}
.howtoBox--list>li+.heading--ss{
  margin-top: 10px;
}
.howto__notice{
  position: relative;
  padding-left: 1.0em;    
}
.howto__notice.red{
  color: #D7000F;
  font-weight: bold;
}
.howto__notice::before{
  content: "â€»";
  position: absolute;
  top: 0;
  left: 0
}
.howtoBox--list>li.tokyo{
  font-weight: bold;
  color: #D7000F;
  display: block
}
.howtoBox--list .caution-list{
  margin:10px auto;
}
.howtoBox--list .caution-list>li{
  font-size:0.85rem;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
  padding-left: 1.0em
}
.howtoBox--list .caution-list>li:not(.howto__notice)::before{
  content:"ãƒ»";
  position: absolute;
  top: 0;
  left: 0
}
.textBox p{
  font-size:0.9rem;  
}
.howto--ec{
  position: relative;
  padding-left: 1.0em
}
.howto--ec::before{
  content:"ãƒ»";
  position: absolute;
  top: 0;
  left: 0
}
.howto--ec__img{
  display: block;
  text-align: center;
  margin: 10px auto;
}
.howto--ec__img>span{
  display: block;
  text-align: left;
  margin: 5px auto
}
.howto--resist{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}
.howto--resist>li{
  width: calc(97% / 2);
  background:#4cb330;
  border-radius: 4px;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.howto--resist>li a{
  width: 100%;
  color:#FFF;
  padding: 7px;
  text-align: center;
  font-size:0.84rem;
  text-decoration: none
}
.howtoBox--list .info__txt{
  position: relative;
  padding-left: 1.0em;
  word-break: break-all
}
.howtoBox--list .info__txt::before{
  content:"ãƒ»";
  position: absolute;
  top: 0;
  left: 0
}
.howtoBox--list.info__txt .coupon-limit{
  padding-left: 0;
}
.howtoBox--list.info__txt .coupon-limit>ul>li{
  font-weight: bold;
}
.howtoBox--list.info__txt .coupon-limit>ul>li+li{
  margin-top: 0.5em;
}
.howtoBox--list.info__txt .coupon-limit>ul>li .coupon-limit__tag{
  width: 10em;
  display: block;
  background:#0057B8;
  padding: 5px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  margin-bottom:0.3em
}
.coupon-howto{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.coupon-howto>li{
  width: calc(94% / 2);
  background:#2488FF;
  border-radius: 6px;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.coupon-howto>li a{
  width: 100%;
  color:#FFF;
  padding: 7px;
  text-align: center;
  font-size:0.84rem;
  font-weight: bold;
  line-height: 40px;
}
  
/* ã‚·ãƒ¥ãƒŸãƒ¬ãƒ¼ã‚¿ãƒ¼èª¿æ•´ */
#simulator_goto {
  margin: 0 auto;
  padding: 5px 2px 0;
  width: 100%;
}
#simulator_goto .section__heading{
  font-size:1.7rem
}
#simulator_goto .section__heading .heading--subTitle{
  font-size:0.5em;
  color:#D7000F;
  line-height: 1.4;
  margin-top: 5px
}
#simulator_goto .discountBox--wrap {
  border: none;
  background-color: transparent;
}
form.needs-validation {
  margin: 0 0 10px;
  padding: 5px 5px 15px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
form.needs-validation {
  width: 100%;
}
form.needs-validation ul {
  margin: 10px 0 0;
  padding: 0;
  flex-direction: column;
  display: flex;
}
form.needs-validation ul>li {
  display: block;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  height: auto;
  padding: 4px 0;
  margin-bottom: 10px;
}
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: 90%;
  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 {
  margin-top: 4px;
  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: 0.9rem;
  color: #999;
  margin: 0 0 0;
}
.notice--text:first-of-type {
  margin: 20px 0 0;
}

/* CPNæ¦‚è¦ */
.summarybox{
  margin: 10px auto;
}
.summarybox .summary-img{
  margin-bottom: 2%
}
.summarybox .summary-list{
  padding: 15px;
  background: #FFF;
  border-radius: 6px;
}
.summary-list>li:not(.summary-list__title){
  font-size:1.09rem;
  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.0rem;
}
.discountBox .heading--sm {
  font-size: 1.2rem;
  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;
  display: block
}
.discountBox--price {
  font-size: 1.8rem;
  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: 10px;
  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: 100%;
  background-color: #FFF;
  color: #D7000F;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discountBox--leftBottom {
  width: 100%;
  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;
}
searchbox__select {
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.searchbox__select select {
    outline: 0;
    background: 0 0;
    width: 90%;
}
select {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    padding: 8px;
    background: #efece5;
    border: none;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

.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 {
    background: #ff4e00;
	color: #fff;
	font-weight: bold;
    border-radius: 1.0666666667vw;
    padding: 3.2vw 2.6666666667vw;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.6666666667vw;
}
.card__btns a {
    background: #0057b8!important;
}
.card__btns{
	margin-bottom: 10px!important;
}
