@charset "utf-8";
/**--------------------------------------------------------
 *CSS information
 *
 * file name	: invite.css
 * author		: satoru shimono
 * style info	: アセットナビについてCSS
 -----------------------------------------------------------*/

 .left_box {
   float: left;
 }
 .right_box {
  float: left;
 }
 #aside {
   display: none;
 }

 #contents {
   width: 100%;
 }
 #contents_header {
   margin-bottom: 0;
 }
 #contents_inner {
   padding-bottom: 0;
 }
 #contents .inner.pages_about {
   width: 100%;
 }

#main_panel {
  background: #edc30c;
  position: relative;
}
.main_panel_inner {
  width: 1000px;
  margin: 0 auto;
}

.gift {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -96px;
}
.gift li {
  width: 464px;
  background-color: #fcfcfa;
  border: 2px solid #000;
  outline: 10px solid #fcfcfa;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 10px;
  position: relative;
  box-shadow: 0px 0px 30px 0px #000000;
}
.gift li.quo_card {
  float: left;
  font-size: 30px;
  line-height: 1.2;
}
.gift li.quo_card:after {
  content: "";
  display: block;
  width: 147px;
  height: 112px;
  position: absolute;
  top: -22px;
  right: -45px;
  background: url(/img/front/invite/amazon_gift.png) no-repeat;
}
.gift li.half_off {
  float: right;
  font-size: 40px;
  line-height: 1.8;
  background-image: url(/img/front/invite/fifty_percent_off.png);
  background-repeat: no-repeat;
  background-position: right;
}
.gift li .label {
  color: #FFF;
  font-size: 20px;
  background-color: #d82f2f;
  width: 200px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin: 0 auto 5px;
}
.gift li strong {
  color: #d82f2f;
  position: relative;
  z-index: 2;
}
.gift li.half_off strong:after {
  content: "";
  display: block;
  width: 96px;
  height: 20px;
  position: absolute;
  bottom: -12px;
  right: -10px;
  background: url(/img/front/invite/underline.png) no-repeat;
  z-index: 1;
}

.section.num02 {
  padding: 188px 0 0;
  background: url(/img/front/invite/bg_section.png);
}
.step_area {
  position: relative;
  margin-top: -122px;
  margin-bottom: -17px;
  height: 545px;
  top: 0;
  z-index: 2;
}
.step_area li {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 170px;
}
.step_area li.step1 {
  width: 270px;
  height: 253px;
  top: 146px;
  left: 0;
  background: url(/img/front/invite/step_01.png) no-repeat;
}
.step_area li.step2 {
  width: 329px;
  height: 253px;
  top: 146px;
  left: 300px;
  background: url(/img/front/invite/step_02.png) no-repeat;
  padding-left: 60px;
}
.step_area li.step3-a {
  width: 337px;
  height: 251px;
  top: 0;
  right: 0;
  background: url(/img/front/invite/step_03a_240229.png) no-repeat;
  padding-left: 75px;
  white-space: nowrap;
}
.step_area li.step3-b {
  width: 337px;
  height: 252px;
  bottom: 0;
  right: 0;
  background: url(/img/front/invite/step_03b.png) no-repeat;
  padding-top: 152px;
  padding-left: 64px;
}
.step_area li small {
  display: block;
  font-size: 14px;
}

.section.num03 {
  background: #FFF;
  position: relative;
  padding: 48px 0 75px;
}
.section.num03:before {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  position: absolute;
  top: -185px;
  background: url(/img/front/invite/whitecity.png) center;
  z-index: 1;
}
.section.num03 .section_title {
  font-size: 26px;
  padding-left: 40px;
  width: 224px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  position: relative;
  background: url(/img/front/invite/icon_head_caution.png) no-repeat left;
}
.section.num03 .section_title:before,
.section.num03 .section_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  background: url(/img/front/invite/head_wave.png) center;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section.num03 .section_title:before {
  left: -70px;
}
.section.num03 .section_title:after {
  right: -70px;
}
.section.num03 .cautions {
  margin-bottom: 50px;
}
.section.num03 .introducer {
  background: #fff2d6;
  width: 480px;
  height: 396px;
  box-sizing: border-box;
  padding: 45px 40px;
  float: left;
  text-align: center;
}
.section.num03 .introducer:first-child {
  margin-right: 40px;
}
.section.num03 .introducer .head {
  color: #d82f2f;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 2px dashed #333333;
}
.section.num03 .introducer li {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  background: url(/img/front/invite/icon_list.png) left top 7px no-repeat;
  padding-left: 20px;
  margin-bottom: 15px;
}
.section.num03 .introducer li small {
  font-size: 13px;
}
.section.num03 .tac a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  width: 400px;
  background-color: #2b2b2b;
  background-image: url(/img/front/invite/icon_seach.png);
  background-repeat: no-repeat;
  background-position: left 107px top 30px;
  box-sizing: border-box;
  padding-left: 20px;
}
