@charset "UTF-8";
/* line 3, ../sass/sell_us.scss */
#Sell_us {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 5, ../sass/sell_us.scss */
#Sell_us h2 {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  font-family: Helvetica;
  border: 1px dashed #FF0163;
  font-weight: normal;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}
/* line 15, ../sass/sell_us.scss */
#Sell_us h2 span {
  color: #FF0163;
}
/* line 20, ../sass/sell_us.scss */
#Sell_us h3 {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #9d9d9d;
  padding: 6px 8px;
  margin: 0;
}
@media (max-width: 639px) {
  /* line 20, ../sass/sell_us.scss */
  #Sell_us h3 {
    font-size: 19px;
  }
  /* line 32, ../sass/sell_us.scss */
  #Sell_us h3:hover {
    cursor: pointer;
  }
}
/* line 38, ../sass/sell_us.scss */
#Sell_us section {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 4px 0;
}
/* line 44, ../sass/sell_us.scss */
#Sell_us section.sell_to .subTtl {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #000000;
  padding: 10px 0;
}
/* line 52, ../sass/sell_us.scss */
#Sell_us section.sell_to article {
  display: inline-block;
  width: calc(100% / 4);
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px;
}
@media (max-width: 1023px) {
  /* line 52, ../sass/sell_us.scss */
  #Sell_us section.sell_to article {
    width: calc(100% / 2);
    padding-bottom: 15px;
  }
  /* line 59, ../sass/sell_us.scss */
  #Sell_us section.sell_to article:nth-of-type(even) {
    padding-left: 5px;
  }
  /* line 62, ../sass/sell_us.scss */
  #Sell_us section.sell_to article:nth-of-type(odd) {
    padding-right: 5px;
  }
}
@media (max-width: 639px) {
  /* line 52, ../sass/sell_us.scss */
  #Sell_us section.sell_to article {
    width: 100%;
    padding: 5px 5px 15px 5px;
  }
}
/* line 71, ../sass/sell_us.scss */
#Sell_us section.sell_to article span {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
}
/* line 72, ../sass/sell_us.scss */
#Sell_us section.sell_to article span.imgSp {
  display: block;
  width: 100%;
  height: 150px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #BDBDBD;
  content: " ";
}
/* line 84, ../sass/sell_us.scss */
#Sell_us section.sell_to article h4 {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 0;
  font-size: 14px;
  color: #FF0163;
  text-transform: uppercase;
  padding: 4px 0;
}
/* line 98, ../sass/sell_us.scss */
#Sell_us section.can_send article {
  display: inline-block;
  width: calc(100% / 2);
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 98, ../sass/sell_us.scss */
  #Sell_us section.can_send article {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 108, ../sass/sell_us.scss */
#Sell_us section.can_send article:first-of-type {
  padding-right: 7px;
}
@media (max-width: 1023px) {
  /* line 108, ../sass/sell_us.scss */
  #Sell_us section.can_send article:first-of-type {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 115, ../sass/sell_us.scss */
#Sell_us section.can_send article:first-of-type h4 {
  color: #03ac0f;
}
/* line 120, ../sass/sell_us.scss */
#Sell_us section.can_send article:last-of-type {
  padding-left: 10px;
  border-left: 1px solid #777777;
}
@media (max-width: 1023px) {
  /* line 120, ../sass/sell_us.scss */
  #Sell_us section.can_send article:last-of-type {
    border-left: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 130, ../sass/sell_us.scss */
#Sell_us section.can_send article:last-of-type h4 {
  color: #f30404;
}
/* line 136, ../sass/sell_us.scss */
#Sell_us section.can_send article:last-of-type p span:before {
  color: #f30404;
}
/* line 143, ../sass/sell_us.scss */
#Sell_us section.can_send article h4 {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}
/* line 150, ../sass/sell_us.scss */
#Sell_us section.can_send article h4 i {
  font-size: 28px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  padding-left: 12px;
}
/* line 159, ../sass/sell_us.scss */
#Sell_us section.can_send article p {
  margin: 0;
  font-size: 11px;
  font-family: Helvetica, sans-serif;
  padding-top: 13px;
  color: #000000;
}
/* line 165, ../sass/sell_us.scss */
#Sell_us section.can_send article p:first-of-type {
  padding-top: 0;
}
/* line 168, ../sass/sell_us.scss */
#Sell_us section.can_send article p span {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 1023px) {
  /* line 174, ../sass/sell_us.scss */
  #Sell_us section.can_send article p span:before {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    font-family: FontAwesome;
    color: #03ac0f;
    padding: 0 5px;
  }
}
/* line 183, ../sass/sell_us.scss */
#Sell_us section.can_send article p a {
  color: #FF0163;
  text-decoration: underline !important;
  font-weight: bold;
}
@media (min-width: 1024px) {
  /* line 183, ../sass/sell_us.scss */
  #Sell_us section.can_send article p a {
    -webkit-transition: color 0.5s ease !important;
    -moz-transition: color 0.5s ease !important;
    -ms-transition: color 0.5s ease !important;
    -o-transition: color 0.5s ease !important;
    transition: color 0.5s ease !important;
  }
}
/* line 188, ../sass/sell_us.scss */
#Sell_us section.can_send article p a:hover {
  color: #b40045;
}
/* line 198, ../sass/sell_us.scss */
#Sell_us section.why_patatam article {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
/* line 201, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div {
  display: block;
  width: 100%;
  height: 40px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
}
@media (max-width: 639px) {
  /* line 201, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div {
    line-height: 60px;
    height: 60px;
  }
}
/* line 208, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div.hd_lgn {
  font-size: 15px;
}
/* line 210, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div.hd_lgn span {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal;
                            /*@media (min-width : 1024px){
                                line-height : 40px;
                            }

                            @media (max-width : 1023px){
                                padding-top : 10px !important;
                                &.dblLine{
                                    padding-top : 2px !important;
                                }
                            }*/
}
/* line 226, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div.hd_lgn span:first-of-type {
  line-height: 40px;
  content: "&nbsp;";
}
@media (max-width: 639px) {
  /* line 226, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div.hd_lgn span:first-of-type {
    line-height: 60px;
  }
}
/* line 234, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div.hd_lgn span:nth-of-type(2) {
  border-top: 1px solid #FF0163;
  font-weight: bold;
  height: 100%;
  line-height: 40px;
}
@media (max-width: 639px) {
  /* line 234, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div.hd_lgn span:nth-of-type(2) {
    line-height: 60px;
  }
}
/* line 248, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div:last-of-type span:nth-of-type(2) {
  border-bottom: 1px solid #FF0163;
}
/* line 253, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div:nth-of-type(even) {
  background-color: #dddddd;
}
/* line 257, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal;
}
/* line 261, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span:nth-of-type(1) {
  padding-left: 10px;
  width: 350px;
  padding-right: 5%;
}
@media (max-width: 1023px) {
  /* line 261, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div > span:nth-of-type(1) {
    padding-right: 10px;
    width: 250px;
  }
}
@media (max-width: 639px) {
  /* line 261, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div > span:nth-of-type(1) {
    width: 160px;
  }
}
/* line 275, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span:nth-of-type(2), #Sell_us section.why_patatam article div > span:nth-of-type(3), #Sell_us section.why_patatam article div > span:nth-of-type(4), #Sell_us section.why_patatam article div > span:nth-of-type(5) {
  width: calc((100% - 350px) / 4);
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 275, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div > span:nth-of-type(2), #Sell_us section.why_patatam article div > span:nth-of-type(3), #Sell_us section.why_patatam article div > span:nth-of-type(4), #Sell_us section.why_patatam article div > span:nth-of-type(5) {
    width: calc((100% - 250px) / 4);
    padding: 0 3px;
  }
}
@media (max-width: 639px) {
  /* line 275, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div > span:nth-of-type(2), #Sell_us section.why_patatam article div > span:nth-of-type(3), #Sell_us section.why_patatam article div > span:nth-of-type(4), #Sell_us section.why_patatam article div > span:nth-of-type(5) {
    width: calc((100% - 160px) / 4);
  }
}
/* line 288, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span:nth-of-type(2) {
  border-left: 1px solid #FF0163;
  border-right: 1px solid #FF0163;
}
/* line 293, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span i {
  font-size: 25px;
  color: #03ac0f;
  line-height: 40px;
}
/* line 297, ../sass/sell_us.scss */
#Sell_us section.why_patatam article div > span i.fa-times-circle {
  color: #9d9d9d;
}
@media (max-width: 639px) {
  /* line 293, ../sass/sell_us.scss */
  #Sell_us section.why_patatam article div > span i {
    line-height: 60px;
  }
}
/* line 310, ../sass/sell_us.scss */
#Sell_us section.estimate {
  display: inline-block;
  width: calc(100% / 3 * 2);
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  /* line 310, ../sass/sell_us.scss */
  #Sell_us section.estimate {
    width: 100%;
    padding-right: 0;
  }
}
/* line 317, ../sass/sell_us.scss */
#Sell_us section.estimate article {
  display: inline-block;
  width: 50%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  padding-bottom: 25px;
}
/* line 321, ../sass/sell_us.scss */
#Sell_us section.estimate article:first-of-type {
  border-right: 1px solid #FF0163;
}
@media (max-width: 639px) {
  /* line 317, ../sass/sell_us.scss */
  #Sell_us section.estimate article {
    width: 100%;
  }
  /* line 327, ../sass/sell_us.scss */
  #Sell_us section.estimate article:first-of-type {
    border-right: none;
  }
}
/* line 331, ../sass/sell_us.scss */
#Sell_us section.estimate article h4 {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding: 13px 0;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #FF0163;
}
@media (max-width: 1023px) {
  /* line 331, ../sass/sell_us.scss */
  #Sell_us section.estimate article h4 {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  /* line 331, ../sass/sell_us.scss */
  #Sell_us section.estimate article h4 {
    font-size: 19px;
  }
}
/* line 348, ../sass/sell_us.scss */
#Sell_us section.estimate article h4 span {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
}
/* line 354, ../sass/sell_us.scss */
#Sell_us section.estimate article .ttlCol span {
  display: inline-block;
  width: 50%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12%;
  text-align: center;
  font-size: 11px;
  font-family: Helvetica, sans-serif;
}
/* line 366, ../sass/sell_us.scss */
#Sell_us section.estimate .explSee {
  text-align: right;
  padding: 40px 0 0 0;
}
/* line 369, ../sass/sell_us.scss */
#Sell_us section.estimate .explSee span {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FF0163;
  color: #FFFFFF;
}
/* line 377, ../sass/sell_us.scss */
#Sell_us section.estimate .explSee span:hover {
  cursor: pointer;
}
/* line 384, ../sass/sell_us.scss */
#Sell_us section.quality {
  display: inline-block;
  width: calc(100% / 3);
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  /* line 384, ../sass/sell_us.scss */
  #Sell_us section.quality {
    width: 100%;
  }
}
/* line 389, ../sass/sell_us.scss */
#Sell_us section.quality div {
  font-size: 11px;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  padding-top: 10px;
}