/*
*  point
*/
.pointMainVisual {
  background-color: #fafafa;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  text-align: center;
}

.recommended {
  margin-top: 53px;
  margin-bottom: 130px;
  text-align: center;
  line-height: 1.5;
}

.recommendedTitle {
  margin-bottom: 33px;
  color: #ff7c00;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.recommendedList {
  font-size: 0px;
  font-size: 0rem;
}

.recommendedListItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 98px;
  margin: 0 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.recommendedListItemLink {
  display: block;
}

.save {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
}

.saveInner {
  position: relative;
  left: 0;
  width: 800px;
  padding: 90px 0 40px;
  margin: 0 auto;
  background-image: url(/images/point/img_click_kateneko.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.saveTitle {
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  text-align: center;
}

.saveTitle:after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ff7c00;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.saveLead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.saveLead.mod-emphasis {
  font-weight: bold;
}

.saveLeadCatch {
  color: #ff7c00;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.saveBtn {
  padding: 30px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  font-size: 1.8rem;
}

.shopping {
  padding: 20px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  background-color: #fff;
}

.shoppingInner {
  background-color: #fffded;
  *zoom: 1;
}
.shoppingInner:after {
  content: "";
  display: table;
  clear: both;
}

.shop {
  float: left;
  width: 100%;
  max-width: 760px;
  padding-right: 20px;
  background-color: #fff;
}

.shopTitle {
  position: relative;
  left: 0;
  margin: 15px 0 10px;
  color: #ff7c00;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.42858;
}

.shopTitle:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background-color: #ff7c00;
}

.shopTitleEn {
  margin-bottom: 30px;
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}

.shopInner {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.shopLogo {
  float: left;
  width: 100%;
  max-width: 180px;
}

.shopLogoLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shopPoint {
  position: relative;
  left: 0;
  float: right;
  width: 560px;
}

.shopPointTitle {
  margin-bottom: 15px;
  color: #005437;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.shopPointAttention {
  color: #005437;
}

.mod-attention {
  font-size: 12px;
  font-size: 1.2rem;
}

.shopPointReward {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border: 3px solid #ff7c00;
}

.rewardTitle {
  margin-bottom: 5px;
  color: #ff7c00;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.rewardContents {
  font-weight: bold;
}

.rewardPoint {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.0;
}

.rewardValue {
  padding: 0 5px;
  color: #d32c25;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.shopGoods {
  float: right;
  width: 560px;
}

.mod-subtitle {
  padding-top: 3px;
  margin-bottom: 13px;
  color: #888;
  text-indent: -7px;
}

.shopGoodsList {
  margin: 0px -4px;
  font-size: 0px;
  font-size: 0rem;
}

.shopGoodsListItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px 10px;
  background-color: #fff;
}

.shopGoodsListItemlink {
  display: block;
  padding: 3px 8px;
  border: 1px solid #1cb3a3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
}

.shopGoodsListItemlink:hover {
  background-color: #1cb3a3;
  color: #fff;
  text-decoration: none;
}

.shopGoodsText {
  color: #888;
}

.shopGoodsBtn {
  padding: 15px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-size: 1.2rem;
}

.shopGoodsBtnEmphasis {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.shopCautionTitle {
  margin-bottom: 20px;
}

.shopCautionContents {
  overflow: hidden;
}

.shopCautionContentsItem.mod-col-6 {
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contentsItemLink {
  margin-left: 15px;
}

.hot {
  float: right;
  width: 340px;
  padding: 30px 20px;
  background-color: #fffded;
}

.hotTitle {
  margin-bottom: 15px;
  color: #005437;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.hotTitle:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 10px auto 0;
  background-color: #005437;
}

.hotLead {
  margin-bottom: 40px;
  color: #005437;
  line-height: 1.8;
  text-align: center;
}

.mod-unit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.hotItem {
  overflow: hidden;
}

.hotItemImage {
  float: left;
  width: 160px;
}

.hotItemImageLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.hotBtn {
  width: 100%;
  min-width: auto;
  min-width: initial;
  padding: 15px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-size: 1.2rem;
}

.hotItemContents {
  float: right;
  width: 160px;
}

.hotItemContentsTitle {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.hotItemContentsPrice {
  margin-bottom: 15px;
}

.hotItemContentsText {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.imgLink {
  border: 1px solid #dddddd;
}

.imgLink:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 768px) {
  .recommended {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .recommendedTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .recommendedListItem {
    width: auto;
    max-width: 16.4%;
    margin: 0 1.5% 15px;
  }

  .saveInner {
    width: 100%;
    padding: 0;
    background-size: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .saveTitle {
    position: static;
    margin-bottom: 20px;
  }

  .saveTitle:after {
    display: none;
  }

  .saveTitleImage {
    width: 100%;
  }

  .saveLead {
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }

  .saveLeadCatch {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .saveBtn {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .shopping {
    padding: 10px 5px 20px;
  }

  .shop {
    float: none;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .shopTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .shopTitle:before {
    left: -10px;
    width: 4px;
  }

  .shopTitleEn {
    margin-bottom: 20px;
    font-size: 10px;
    font-size: 1rem;
  }

  .shopInner {
    margin-bottom: 20px;
  }

  .shopCaution {
    padding-bottom: 30px;
  }

  .shopLogo {
    width: 30%;
    max-width: initial;
    text-align: center;
  }

  .shopPoint {
    width: 65%;
  }

  .shopPointTitle {
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .mod-attention {
    font-size: 10px;
    font-size: 1rem;
  }

  .mod-attention .link {
    font-size: 10px;
    font-size: 1rem;
  }

  .shopPointReward {
    position: static;
    max-width: 200px;
    padding: 5px;
    text-align: center;
  }

  .rewardContents {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .shopGoods {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 20px;
  }

  .mod-subtitle {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .mod-text {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .shopGoodsListItemlink {
    padding: 3px 4px;
  }

  .shopGoodsText {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .shopGoodsBtn {
    padding: 15px 20px;
    font-size: 10px;
    font-size: 1rem;
  }

  .shopGoodsBtnEmphasis {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .shopCautionTitle {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .shopCautionContentsItem {
    margin-bottom: 18px;
  }

  .shopCautionContentsItem.mod-col-6 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .contentsItemLink {
    display: block;
    margin-left: 0;
  }

  .hot {
    float: none;
    width: 100%;
    padding: 20px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hotTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .hotTitle:after {
    width: 50px;
    height: 2px;
  }

  .hotLead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .mod-unit {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .hotItem {
    margin-top: 30px;
  }

  .hotItem:first-child {
    margin-top: 0;
  }

  .hotItemImage {
    width: 35.33333%;
    margin-right: 3.33333%;
  }

  .hotBtn {
    max-width: 160px;
    padding: 10px;
  }

  .hotItemContents {
    width: 61.33333%;
  }

  .hotItemContentsTitle {
    margin-bottom: 5px;
  }

  .hotItemContentsPrice {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
*  point--about
*/
.flow {
  margin-bottom: 94px;
}

.flowTitle {
  padding-left: 15px;
  border-left: 7px solid #ff7c00;
  margin: 40px 0 60px;
  color: #ff7c00;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.42858;
}

.flowList {
  padding-top: 40px;
  margin: 0 17px;
  font-size: 0px;
  font-size: 0rem;
  background-image: url(/images/point/flow_step.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.flowListItem {
  position: relative;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25%;
  max-width: 188px;
  height: 94px;
  padding: 40px 0 0;
  margin: 0 0 5px 22px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

.flowListItem:first-child {
  max-width: 191px;
  margin-left: 0;
}

.flowListItem .itemAlign {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flowListImage {
  display: none;
}

.flowStep {
  padding: 0 20px;
}

.flowStepTitle {
  position: relative;
  left: 0;
  padding: 21px 0 21px 278px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05);
  background-color: #005437;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.flowStepTitleIcon {
  position: absolute;
  bottom: 0;
  left: 0;
}

.flowStepTitleNum {
  position: absolute;
  top: 50%;
  left: 128px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
}

.flowStepContents {
  min-height: 245px;
  padding: 40px 14px 0;
  border: solid 1px #f0f0f0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  color: #333;
  font-size: 0px;
  font-size: 0rem;
}

.flowStepContentsBox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.flowStepContentsBox.imageBox {
  padding: 0 0 0 5px;
}

.contentsBoxTitle {
  margin: 10px 0 21px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.contentsBoxListItem {
  color: #ff7c00;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.flowRegistration {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05);
}

.cardTitle.flowRegistrationTitle {
  padding: 22px 19px;
  background-color: #fff;
  text-align: center;
}

.flowRegistrationBody {
  background: url("/images/point/step_resistration_kateneko.png") no-repeat right bottom;
}

.flowResistrationBtn {
  padding: 14px 15px;
}

.flowBtn {
  padding: 20px 30px;
  font-size: 20px;
  font-size: 2rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 12px 19px;
    margin-bottom: 120px;
  }

  .flowTitle {
    padding-left: 10px;
    margin: 10px 0 30px;
    border-left-width: 4px;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .flowList {
    display: none;
  }

  .flowListImage {
    display: block;
    text-align: center;
  }

  .flowStepTitle {
    padding: 10px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .flowStepTitleIcon {
    bottom: 100%;
  }

  .flowStepTitleNum {
    position: static;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .flowStep {
    padding: 0 1%;
  }

  .flowStepContents {
    min-height: auto;
    min-height: initial;
    padding: 20px 2% 0;
  }

  .flowStepContentsBox {
    display: block;
    width: 100%;
    padding: 0 2%;
  }

  .flowStepContentsBox.imageBox {
    padding-left: 0;
    text-align: center;
  }

  .contentsBoxImage {
    text-align: center;
  }

  .cardTitle.flowRegistrationTitle {
    padding: 10px;
  }

  .flowBtn {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    white-space: normal;
  }
}
