/* ================================================== *
 *
 *    reset
 *
 * ================================================== */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #666666;
}

img {
  vertical-align: top;
  border: 0;
  line-height: 0;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        marginTop
 * ------------------------------------------------- */

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt150 {
  margin-top: 150px !important;
}

/* ------------------------------------------------- *
 *        marginLeft
 * ------------------------------------------------- */

.ml0 {
  margin-top: 0px !important;
}

.ml5 {
  margin-top: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/* ------------------------------------------------- *
 *        marginRight
 * ------------------------------------------------- */

.mr0 {
  margin-top: 0px !important;
}

.mr5 {
  margin-top: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

/* ------------------------------------------------- *
 *        marginBottom
 * ------------------------------------------------- */

.mb0 {
  margin-top: 0px !important;
}

.mb5 {
  margin-top: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/* ------------------------------------------------- *
 *        visible
 * ------------------------------------------------- */

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/* ------------------------------------------------- *
 *        align
 * ------------------------------------------------- */

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

/* ------------------------------------------------- *
 *        fontStyle
 * ------------------------------------------------- */

.bold {
  font-weight: bold !important;
}

/* ------------------------------------------------- *
 *        fontSize
 * ------------------------------------------------- */

#mainContents {
  font-size: 12px;
}

.fs11 {
  font-size: 11px !important;
  line-height: 1.27 !important;
}

.fs16 {
  font-size: 16px !important;
}

/* ------------------------------------------------- *
 *        fontColor
 * ------------------------------------------------- */

.fsColor1 {
  color: #C71444 !important;
}

/* ================================================== *
 *
 *    layout
 *
 * ================================================== */

html, body {
  /*height: 100%;*/
  overflow-x: hidden;
}

#main {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 50px;
}

#leftCol {
  width: 202px;
  position: absolute;
  left: 22px;
  top: 0;
}

#rightCol {
  width: 720px;
  float: right;
  line-height: 1.33;
  color: #343434;
}

/* ------------------------------------------------- *
 *        row
 * ------------------------------------------------- */

.row {
  overflow: hidden;
}

.row .row__left {
  float: left;
}

.row .row__right {
  float: right;
}

.row .is--w270 {
  width: 270px !important;
}

.row .is--w430 {
  width: 430px !important;
}

.row .is--w460 {
  width: 460px !important;
}

/* ================================================== *
 *
 *    modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        breadcrumb
 * ------------------------------------------------- */

#breadcrumb {
  display: block;
  font-size: 88%;
  line-height: 1.4;
  padding: 26px 20px 12px 41px;
}

#breadcrumb a {
  color: #666666;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #C71444;
  text-decoration: underline;
}

#breadcrumb span.current {
  color: #C71444;
}

/* ------------------------------------------------- *
 *        sideNav
 * ------------------------------------------------- */

.sideNav .sideNav__li {
  margin-bottom: -1px;
}

.sideNav .sideNav__li a {
  display: block;
  font-size: 16px;
  padding: 15px 0 15px 10px;
  text-decoration: none;
  line-height: 1.25;
  border: 1px solid #C1C1C1;
  color: #343434;
}

.sideNav .sideNav__li a:hover {
  color: #fff;
  background: #C90C41;
}

.sideNav .sideNav__li br {
  display: block;
}

.sideNav .sideNav__li.is--1line a {
  padding: 25px 7px;
}

body.is--sp .sideNav .sideNav__li a, body.is--tb .sideNav .sideNav__li a {
  font-size: 14px;
}

/* ------------------------------------------------- *
 *        bnrArea
 * ------------------------------------------------- */

.bnrArea {
  margin-top: 20px;
}

.bnrArea .bnrArea__li {
  margin-top: 5px;
}

/* ------------------------------------------------- *
 *        title1
 * ------------------------------------------------- */

.title1 {
  position: relative;
  background: #B1DAF8;
}

.title1 .title1__inner {
  display: table;
}

.title1 .title1__number {
  display: table-cell;
  vertical-align: middle;
  background: #0088CE;
  color: #fff;
  font-size: 30px;
  padding: 0 15px;
}

.title1 .title1__label {
  display: table-cell;
  font-size: 28px;
  padding: 22px 15px;
}

.title1 .title1__labels {
  font-size: 28px;
  padding: 14px 15px;
}

.title1 .title1__subLabel {
  font-size: 17px;
  display: block;
}

.title1 .title1__mainLabel {
  font-size: 24px;
  display: block;
  margin-top: 3px;
}

.title1 .title1__balloon {
  position: absolute;
  right: 0;
  top: -41px;
}

.title1 .title1__text {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 18px;
  color: #C71444;
}

.title1 .title1__icon {
  position: absolute;
  right: 12px;
  top: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  line-height: 1.2;
}

body.is--sp .title1__text, body.is--tb .title1__text {
  top: 13px;
  font-size: 17px;
}

/* ------------------------------------------------- *
 *        title2
 * ------------------------------------------------- */

.title2 {
  position: relative;
  background: #ccc;
}

.title2 .title2__labels {
  font-size: 28px;
  padding: 14px 15px 14px 110px;
}

.title2 .title2__subLabel {
  font-size: 17px;
  display: block;
}

.title2 .title2__mainLabel {
  font-size: 24px;
  display: block;
  margin-top: 3px;
}

.title2 .title2__icon {
  position: absolute;
  left: 12px;
  top: -25px;
}

/* ------------------------------------------------- *
 *        list1
 * ------------------------------------------------- */

.list1 .list1__list {
  margin-top: 5px;
}

.list1 dt, .list1 li {
  color: #C71444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.list1 dt {
  margin-top: 8px;
}

.list1 dd {
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: -0.05em;
}

/* ------------------------------------------------- *
 *        table1
 * ------------------------------------------------- */

.table1 {
  display: table;
  width: 100%;
}

.table1 .table1__title {
  display: table-cell;
  vertical-align: middle;
  background: #0088CE;
  text-align: center;
  width: 43px;
  border-right: 5px solid #fff;
}

.table1 .table1__body {
  display: table-cell;
}

.table1 .table1__unit {
  display: table;
  width: 100%;
  margin-top: 5px;
}

.table1 .table1__unit:first-child {
  margin-top: 0;
}

.table1 .table1__unitNumber {
  display: table-cell;
  vertical-align: middle;
  background: #0088CE;
  text-align: center;
  width: 43px;
}

.table1 .table1__unitBody {
  background: #B1DAF8;
  padding: 20px;
}

.table1 .table1__unitBodyInner {
  position: relative;
}

.table1 .table1__unitBodyTitle {
  font-size: 24px;
}

.table1 .table1__unitBodyBtn {
  position: absolute;
  right: 0;
  top: 0;
}

.table1 .table1__unitBodyUnit {
  overflow: hidden;
  margin-top: 20px;
}

.table1 .table1__unitBodyUnitBody {
  width: 325px;
  float: left;
}

.table1 .table1__unitBodyUnitBodyTitle {
  font-size: 20px;
}

.table1 .table1__unitBodyUnitBodyText {
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.28;
}

.table1 .table1__unitBodyUnitBodyText sup {
  font-size: 10px;
}

.table1 .table1__unitBodyUnitBodyPrice {
  font-size: 13px;
  background: #fff;
  margin-top: 7px;
  padding: 5px 8px;
  font-weight: bold;
}

.table1 .table1__unitBodyUnitImg {
  float: right;
  margin-top: 28px;
}

.table1 .table1__unitBodyUnit.is--type2 .table1__unitBodyUnitBodyTitle {
  color: #C71444;
}

.table1 .table1__unitBodyUnit.is--type2 .table1__unitBodyUnitBody {
  position: relative;
  width: 245px;
  padding-left: 80px;
}

.table1 .table1__unitBodyUnit.is--type2 .table1__unitBodyUnitBodyIcon {
  position: absolute;
  left: 0;
  top: 0;
}

.table1 .table1__unitBodyUnit.is--type2 .table1__unitBodyUnitImg {
  margin-top: 0;
}

.table1 .table1__unitBodyUnit.is--type3 .table1__unitBodyUnitBodyTitle {
  color: #C71444;
}

.table1 .table1__unitBodyUnit.is--type3 .table1__unitBodyUnitImg {
  margin-top: 0;
}

body.is--sp .table1__unitBodyUnitBodyText br, body.is--tb .table1__unitBodyUnitBodyText br {
  display: none;
}

/* ------------------------------------------------- *
 *        table2
 * ------------------------------------------------- */

.table2 .table2__table {
  width: 100%;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}

.table2 th, .table2 td {
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  vertical-align: middle;
}

.table2 thead th {
  background: #EEE;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 20%;
}

.table2 thead th:first-child {
  background: #FFF;
}

.table2 tbody th {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  background: #B1DAF8;
  padding: 15px 10px;
}

.table2 tbody th img {
  margin-top: 15px;
}

.table2 tbody td {
  padding: 10px 5px;
}

.table2 tbody td span {
  font-size: 16px;
  color: #C71444;
  font-weight: bold;
  display: inline-block;
}

body.is--sp tbody th, body.is--tb tbody th {
  white-space: nowrap;
}

/* ------------------------------------------------- *
 *        table3
 * ------------------------------------------------- */

.table3 {
  overflow: hidden;
}

.table3 .table3__table {
  width: 100%;
  height: 114px;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}

.table3 th, .table3 td {
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  vertical-align: middle;
}

.table3 th {
  background: #EEE;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 33.3%;
}

.table3 tbody td {
  padding: 10px 5px;
}

.table3 tbody td span {
  font-size: 16px;
  color: #C71444;
  font-weight: bold;
  display: inline-block;
}

/* ------------------------------------------------- *
 *        table4
 * ------------------------------------------------- */

.table4 {
  overflow: hidden;
}

.table4 .table4__table {
  width: 100%;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
  text-align: center;
}

.table4 th, .table4 td {
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}

.table4 th {
  background: #EEE;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
}

.table4 td {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
}

.table4 td span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

/* ------------------------------------------------- *
 *        block1
 * ------------------------------------------------- */

.block1 {
  position: relative;
  padding-bottom: 10px;
  background: url('../IMAGES/COMMON/bg_frame1_1.png') 0 bottom no-repeat;
}

.block1 .block1__title {
  padding-top: 15px;
}

.block1 .block1__text {
  font-size: 16px;
  margin-top: 20px;
}

.block1 .block1__label {
  margin-top: 10px;
}

.block1 .block1__features {
  position: relative;
  z-index: 10;
  width: 442px;
  background: #fff;
  padding: 0 15px 15px 0;
  margin-top: 20px;
}

.block1 .block1__feature {
  position: relative;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

.block1 .block1__feature:before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: '';
  width: 14px;
  height: 18px;
  background: url('../IMAGES/COMMON/ico_arrow1_right.png') 0 0 no-repeat;
}

.block1 .block1__featureInner {
  border-radius: 3px;
  display: table;
  width: 100%;
}

.block1 .block1__featureNumber {
  display: table-cell;
  vertical-align: middle;
  background: #C71444;
  text-align: center;
  padding: 20px;
  width: 40px;
}

.block1 .block1__featureBody {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}

.block1 .block1__featureMainLabel {
  font-size: 25px;
  color: #C71444;
  text-decoration: underline;
}

.block1 .block1__featureSubLabel {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.block1 .block1__featureIcon {
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  padding: 5px 8px;
  background: #EFEFEF;
}

.block1 .block1__models {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 277px;
  height: 518px;
}

.block1 .block1__models.is--firstModel1 .is--model1 {
  display: block;
}

.block1 .block1__models.is--firstModel2 .is--model2 {
  display: block;
}

.block1 .block1__models.is--firstModel3 .is--model3 {
  display: block;
}

.block1 .block1__models.is--firstModel4 .is--model4 {
  display: block;
}

.block1 .block1__models.is--firstModel5 .is--model5 {
  display: block;
}

.block1 .block1__model {
  position: absolute;
  left: 0;
  bottom: 0;
}

.block1 .block1__model.is--model1 {
  display: none;
}

.block1 .block1__model.is--model1 .block1__modelText {
  top: 28px;
}

.block1 .block1__model.is--model2 {
  display: none;
}

.block1 .block1__model.is--model2 .block1__modelText {
  top: 38px;
}

.block1 .block1__model.is--model3 {
  display: none;
}

.block1 .block1__model.is--model3 .block1__modelText {
  top: 28px;
}

.block1 .block1__model.is--model4 {
  display: none;
}

.block1 .block1__model.is--model4 .block1__modelText {
  top: 48px;
}

.block1 .block1__model.is--model5 {
  display: none;
}

.block1 .block1__model.is--model5 .block1__modelText {
  top: 38px;
}

.block1 .block1__modelText {
  font-size: 18px;
  line-height: 1.3;
  color: #00989A;
  position: absolute;
  left: 36px;
  top: 0;
}

body.is--sp .block1__text, body.is--tb .block1__text {
  font-size: 15px;
}

body.is--sp .block1__modelText, body.is--tb .block1__modelText {
  font-size: 16px;
}

/* ------------------------------------------------- *
 *        block2
 * ------------------------------------------------- */

.block2 {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.block2 .block2__catchSub {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

.block2 .block2__catchMain {
  font-size: 40px;
  color: #fff;
  background: #C71444;
  margin-top: 10px;
  line-height: 1.5;
}

.block2 .block2__text {
  font-size: 20px;
  line-height: 1.4;
  margin: 50px 0 0 185px;
}

.block2 .block2__text2 {
  font-size: 20px;
  color: #C71444;
  text-align: center;
  margin: 185px 0 0 0;
}

.block2 .block2__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ------------------------------------------------- *
 *        block3
 * ------------------------------------------------- */

.block3 {
  position: relative;
  border: 1px solid #000;
  padding: 10px;
}

.block3:before {
  display: block;
  content: '';
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -29px;
  background: url('../IMAGES/COMMON/ico_plus1_1.png') 0 0 no-repeat;
}

.block3 .block3__iner {
  display: table;
  width: 100%;
}

.block3 .block3__title {
  font-size: 20px;
  display: table-cell;
  visibility: inherit;
  font-weight: bold;
}

.block3 .block3__list {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.block3 .block3__list span {
  color: #666;
}

/* ------------------------------------------------- *
 *        block4
 * ------------------------------------------------- */

.block4 {
  position: relative;
  padding: 20px 0 20px 110px;
  background: url('../IMAGES/COMMON/bg_frame2_1.png') 0 0 no-repeat;
}

.block4 .block4__body {
  width: 323px;
}

.block4 .block4__text {
  font-size: 18px;
  line-height: 1.22;
}

.block4 .block4__text2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
}

.block4 .block4__text3 {
  font-size: 14px;
  margin-top: 13px;
}

.block4 .block4__price {
  background: #fff;
  font-size: 13px;
  margin-top: 13px;
  padding: 5px 8px;
  font-weight: bold;
}

.block4 .block4__img {
  position: absolute;
  right: 20px;
  top: 60px;
}

.block4 .block4__icon {
  position: absolute;
  left: 12px;
  top: 18px;
}

.block4 .block4__btn {
  position: absolute;
  right: 20px;
  top: 14px;
}

/* ------------------------------------------------- *
 *        block5
 * ------------------------------------------------- */

.block5 {
  position: relative;
}

.block5 .block5__title {
  position: relative;
  background: #C71444;
  color: #fff;
  padding: 15px 10px 15px 85px;
}

.block5 .block5__titleSubLabel {
  font-size: 14px;
  display: block;
}

.block5 .block5__titleMainLabel {
  font-size: 24px;
  display: block;
  margin-top: 5px;
}

.block5 .block5__titleIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -30px;
}

.block5 .block5__body {
  padding: 25px;
  border: 1px solid #C71444;
}

.block5 .block5__bodyTitle {
  width: 540px;
  font-size: 20px;
  color: #C71444;
  font-weight: bold;
  margin-top: 10px;
}

.block5 .block5__bodyTitle:first-child {
  margin-top: 0;
}

.block5 .block5__bodyText {
  width: 540px;
  font-size: 14px;
  line-height: 1.28;
  margin-top: 5px;
}

.block5 .block5__baloon {
  position: absolute;
  right: 10px;
  bottom: 1px;
}

.block5 .block5__baloonText {
  font-size: 18px;
  color: #C71444;
  position: absolute;
  left: 15px;
  top: 15px;
}

body.is--sp .block5__bodyText br, body.is--tb .block5__bodyText br {
  display: none;
}

/* ------------------------------------------------- *
 *        block6
 * ------------------------------------------------- */

.block6 {
  margin: 0 25px;
}

.block6 .block6__title {
  font-size: 20px;
  margin-top: 20px;
}

.block6 .block6__title:first-child {
  margin-top: 0;
}

.block6 .block6__text {
  font-size: 14px;
  margin-top: 10px;
}

.block6 .block6__img {
  text-align: center;
  margin-top: 10px;
}

.block6 .block6__text2 {
  text-align: center;
  font-weight: bold;
  color: #C71444;
  font-size: 20px;
  margin-top: 10px;
}

/* ------------------------------------------------- *
 *        block7
 * ------------------------------------------------- */

.block7 #mainContent p {
  line-height: 18px;
}

.block7 .h_titleFirst {
  background-color: #B2B2B2;
  color: #FFF;
  width: 675px;
  height: 28px;
  margin: 10px 0;
}

.block7 .h_title {
  background-color: #B2B2B2;
  color: #FFF;
  width: 675px;
  height: 28px;
  margin: 26px 0 10px 0;
}

.block7 .h_title_l {
  margin: 7px 0 0 14px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  height: 21px;
  _margin-left: 7px;
}

.block7 .h_title_r {
  margin: 7px 13px 0 0;
  font-size: 10px;
  float: right;
  _margin-right: 6px;
}

.block7 .h_title_r a {
  color: #FFF;
  text-decoration: none;
}

.block7 .h_title_r a:hover {
  color: #FFF;
  text-decoration: underline;
}

.block7 .h_list {
  width: 651px;
  margin-left: 14px;
  line-height: 27px;
}

.block7 .h_list_li {
  width: 217px;
  float: left;
}

.block7 .h_list_li a {
  color: #666;
  text-decoration: none;
}

.block7 .h_list_li a:hover {
  color: #C71444;
  text-decoration: underline;
}

.block7 .h_h1 {
  width: 675px;
  margin-bottom: 10px;
  line-height: 15px;
}

.block7 .m_b_10 {
  margin-bottom: 10px;
}

/* ------------------------------------------------- *
 *        scroll-indicator
 * ------------------------------------------------- */

#scroll-indicator {
  display: none;
  bottom: 10px;
  opacity: 0;
  position: fixed;
  left: 50%;
  width: 75px;
  height: 35px;
  margin: 0 0 0 -37px;
  background: transparent url('../IMAGES/COMMON/scroll-arrow.png') no-repeat left top;
  z-index: 7000;
}

/* override */

body.is--sp .c_010B .search-form,
body.is--sp .c_010 .search-form {
  padding-right: 0 !important;
}