@charset "UTF-8";

/*secRatePlan*/
.big {
    font-size: 4.8rem;
}
.flex {
    display: flex;
    justify-content: space-around;
	}
.riyou{
    padding-right: 2em;
  }
.ratePlanImg {
    width: 800px;
    margin: 3rem auto;
}

.ratePlanPoint, .ratePlanPayment {
    position: relative;
	z-index: 1;
    width: 80%;
    border-radius: 5px;
    margin: 2rem auto 5rem;
    padding: 4rem 4rem 2rem;
}
.ratePlanPoint {
    border: double 4px #eb5505;
    background-color: #fff;
}
.ratePlanPayment {
    border: solid 1px #eb5505;
}
.ratePlanPoint h3, .ratePlanPayment h3 {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 2.6rem;
    margin: auto;
}
.ratePlanPoint h3 {
    width: 70%;
    top: -2.6rem;
    color: #fff;
    background-color: #eb5505;
    border-radius: 5px;
    padding: .6rem;
	text-align: center;
}
.ratePlanPayment h3 {
    top: -2rem;
    color: #eb5505;
}
.ratePlanPayment h3 span {
    background-color: #ebebeb;
    padding: 0 1rem;
}
.ratePlanPoint ol li {
    position: relative;
    text-align: left;
    font-size: 2.2rem;
    padding: 1rem 0 1rem 10rem;
    counter-increment: li;
}
.ratePlanPoint ol li:before {
    content: 'POINT ' counter(li);
    position: absolute;
    top: 1.4rem;
    left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    background-color: #ebd705;
    border-radius: 2rem;
    padding: 0 1rem;
}

.ratePlanPoint ul li
{
	list-style: disc;
	margin: 0 2em;
}

.ratePlanPoint ul{
	margin-bottom: 2em
}

.ratePlanPayment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.ratePlanPayment ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 6rem) / 3);
    background-color: #fff;
    border: solid 1px #eb5505;
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem;
}
.ratePlanPayment ul li img {
    width: auto;
    height: 3rem;
    margin-right: .6rem;
}
.ratePlanPaymentTxt {
    text-align: center;
    margin: auto auto;
}
.ratePlanPaymentTxt p {
    line-height: 1;
}
.ratePlanPayment ul li:nth-of-type(7) .ratePlanPaymentTxt p {
    font-size: 1.4rem;
}
.ratePlanNotes {
    width: 90%;
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto;
}

.planReqBtn, .simplePlanBtn, .affiliateBtn,  .sumapureBtn{
    font-size: 1.4rem;
    margin: 6rem 0 0;
}
.planReqBtn a, .simplePlanBtn a, .affiliateBtn a,.sumapureBtn a {
    display: inline-block;
    background-color: #ffc1cf;
    border-radius: 5px;
    padding: 1rem 3rem; 
}

/*rateList table*/
.rateList table, .rateSimplePlan table, .rateAffiliate table {
    width: 100%;
}
.rateList td,
.rateSimplePlan td, 
.rateAffiliate td {
    border: solid 1px #000;
}

.rateList th, 
.rateSimplePlan th, 
.rateAffiliate th {
    border: solid 1px #fff;
}

.rateList th, .rateSimplePlan th, .rateAffiliate th {
    color: #fff;
    background-color: #333;
    padding: 1em 0;
    /* border-right: solid 2px #333; */
    /* border-left: solid 2px #333; */
}
.rateList tbody, .rateAffiliate tbody {
    /* border: #000; */
    /* background-color: #ffffff; */
}
.rateSimplePlan tbody {
    background-color: #ebebeb;
}
.rateList .even, .rateAffiliate .even {
    border: solid 3px #eb5405;
    background-color: #ffffff !important;
}
.rateSimplePlan .even {
    background-color: #dbdbdb !important;
}
.rateList tbody td, .rateSimplePlan tbody td, .rateAffiliate tbody td {
    padding: 1rem 1.4rem;
	text-align: left;
}
.rateListCate, rateAffiliateCate {
    font-size: 1.2rem !important; 
    text-align: left;
    vertical-align: top;
}
.rateListNotes {
    font-size: 1.2rem;
    text-align: left;
    margin: 3rem auto;
    padding: 0 1.4rem;
}

.EX{
　height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:#eb5505;
  color: #fff;
	font-weight: bold;
  font-size:20px;
  margin-right:20px;
	padding: 0.6rem
	
}

.affiriyouEX{
	font-size: 2rem;
    font-weight: bold;
    background-color: #ebebeb;
    border-radius: 5px;
	margin: 4rem 0;
    padding: 1rem 2rem;
}
.affiriyou{
	margin: 4rem 0;
}
/*modal*/
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modalInner {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform:translate(-50%,0%);
    transform:translate(-50%,0%);
    width: 96%;
    max-width: 1040px;
    background-color: #fff;
    border-radius: 5px;
    height : 80%;
    overflow : auto;
}
.affiliateCont {
    width: 90%;
    margin: 3rem auto;
}
.affiliateCont img {
    width: 100%;
    margin: 3rem auto;
}
.affiliateBg {
    background: #ffe5d9;
    border-radius: 5px;
    padding: 2rem 2rem;
    margin: 1rem 0;
}
.affiliateBg ol {
    counter-reset: my-counter;
}
.affiliateBg ol li {
    position: relative;
    padding-left:  3rem;
}
.affiliateBg ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background: #eb5505;
    color: #fff;
    display: block;
    float: left;
    line-height: 2.2rem;
    margin-left: -3rem;
    text-align: center;
    align-items: center;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
}
.affiliateBg ol li span {
    font-size: 2rem;
    font-weight: bold;
    color: #eb5505;
}
.affiliateNotes {
    font-size: 1.2rem;
    text-align: left;
    margin: 1rem auto;
}
.rateAffiliate p {
    font-size: 2rem;
    font-weight: bold;
}
.rateAffiliate{
	margin-bottom: 2rem;
}
/*secComparison*/
.grayLine {
    border-bottom: none;
    margin-top: 4rem;
    padding: 6rem 0 0;
}
.grayLine span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ebebeb));
    background: linear-gradient(transparent 50%, #ebebeb 0%);
    border-bottom: none;
    padding: 0;
}
.comparisonList {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
}
.comparisonList i {
    margin-right: .6rem;
}
.comparisonImg {
    padding: 6rem 6rem 0 6rem;
}
.comparisonTxt {
    font-size: 1.2rem;
    padding: 2rem 6rem 4rem;
} 


/*secSimulation*/
.simInput {
    font-size: 2rem;
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 4rem 0;
    position: relative;
}
.simInput:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4rem;
    border: 4rem solid transparent;
    border-top: solid 3rem #ebebeb;
}
.simInput table {
    width: 90%;
    margin: 0 auto;
    border-top: dashed 1px #333;
}
.simInput th {
    width: 50%;
    text-align: left;
    font-weight: bold;
    padding: 1.4rem 1rem;
    border-bottom: dashed 1px #333;
}
.simInput td {
    width: 50%;
    text-align: right;
    font-weight: bold;
    padding: 1.4rem 1rem;
    border-bottom: dashed 1px #333;
}
#cate, #sales, #postage {
    font-size: 1.6rem;
    padding: .8rem 1rem;
}
#sales, #postage {
    text-align: right;
    width: 30%;
}
#salesErrorMessage, #postageErrorMessage {
    font-size: 1.2rem;
    font-weight: normal;
    color: #eb5505;
    padding: .4rem;
}

.simResult table {
    width: 90%;
    margin: 8rem auto 0;
    border-top: solid 1px #eb5505;
}
.simResult th {
    width: 40%;
    text-align: left;
    font-weight: bold;
    padding: 1.4rem 1rem;
    border-bottom: dashed 1px #eb5505;
}
.simResult td {
    text-align: right;
    padding: 1.4rem 1rem;
    border-bottom: dashed 1px #eb5505;
}
.simResult .result {
    font-size: 2rem;
    font-weight: bold;
    border-top: solid 2px #eb5505;
    border-bottom: solid 2px #eb5505;
}
.simResult .result .right {
    text-align: right;
}
.simResultNotes {
    width: 90%;
    text-align: right;
    margin: 0 auto;
}




/*tab*/
@media screen and (max-width: 960px) {
    /*secRatePlan*/
    .ratePlanPoint, .ratePlanPayment {
        width: 100%;
    }
    .ratePlanPoint h4 {
        width: 100%;
    }
    .ratePlanPayment ul li {
        width: calc((100% - 4rem) / 2);
    }
    
    
    /*secComparison*/
    .comparisonImg {
        padding: 3rem;
    }

    
    /*secSimulation*/
    .simInput th {
        display: block;
        width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .simInput td {
        display: block;
        width: 100%;
        text-align: left;
    }
    #cate, #sales, #postage {
        width: 100%;
    }
    #sales, #postage {
        width: 86%;
    }
    #salesErrorMessage, #postageErrorMessage {
        vertical-align: top;
        padding: 0;
    }
}




/*sp*/
@media screen and (max-width: 600px) {
    /*plan.html*/
    #secRatePlan h2, #secComparison h2, 
    #secSimulation h2, #secOption h2 {
        font-size: 2.6rem;
    }
    .flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.sp{
		display: none;
	}
	.riyou{
    padding: 0;
  }
    /*secRatePlan*/
    .big {
        font-size: 2.8rem;
    }
    
    .ratePlanPoint, .ratePlanPayment {
        padding: 4rem 2.4rem 2rem;
    }
    .ratePlanPoint h4, .ratePlanPayment h4 {
        font-size: 2rem;
    }
    .ratePlanPoint ol li {
        font-size: 2rem;
        padding: 5rem 0 1rem;
    }
    .ratePlanPoint ol li:before {
        top: 2rem;
        left: 0;
        font-size: 1.6rem;
    }
    .ratePlanPayment ul li {
        width: 100%;
    }
    
    .planReqBtn a, .simplePlanBtn a {
        display: block;
    }
    
    
    /*secComparison*/
    .comparisonList {
        font-size: 2rem;
    }
    
    
    /*secSimulation*/
    .simInput {
        font-size: 1.6rem;
    }
    #sales, #postage {
        width: 78%;
    }
    .simResult th {
        width: auto;
        display: block;
    }
    .simResult td {
        display: block;
        border-bottom: solid 1px #eb5505;
    }
    .checkRate, .checkCommission,
    .checkPostageRate, .checkPostage,
    .checkPointRate, .checkPoint {
        display: inline-block;
    }
    .checkRate, .checkPostageRate, .checkPointRate {
        padding-right: 4rem;
    }
    .simResult .result {
        font-size: 1.8rem;
    }
    .simResult .result .right {
        text-align: left;
    }
}

