@charset "utf-8";
/* Reset */
#main .mainvisual p,
#main .lp_contents p {
  margin-top: 0;
}

/* Width 100% (Main Visual & Contents) */
.mainvisual.max_width {
  margin-top: -20px;
}
.mainvisual.max_width,
.lp_contents.max_width {
  width: 100%;
}
.mainvisual.max_width .mainvisual_inner,
.lp_contents.max_width .lp_contents_inner {
  margin: 0 auto;
  width: 970px;
}

/* Width 850px (Main Visual & Contents) */
.mainvisual.simple,
.lp_contents.simple {
  margin: 0 auto;
  width: 850px;
}

/* CV Btn Width */
.lp_btn.w250 {
  min-width: 250px;
}
.lp_btn.w280 {
  min-width: 280px;
}
.lp_btn.w350 {
  min-width: 350px;
}
.lp_btn.w10p {
  min-width: 10%;
}
.lp_btn.w20p {
  min-width: 20%;
}
.lp_btn.w30p {
  min-width: 30%;
}
.lp_btn.w40p {
  min-width: 40%;
}
.lp_btn.w50p {
  min-width: 50%;
}
.lp_btn.w60p {
  min-width: 60%;
}
.lp_btn.w70p {
  min-width: 70%;
}
.lp_btn.w80p {
  min-width: 80%;
}
.lp_btn.w90p {
  min-width: 90%;
}
.lp_btn.w100p {
  min-width: 100%;
}

/* CV Btn type01 */
.lp_btn.type01 {
  padding: 24px 17px 16px 18px;
  border: 3px solid #fff;
  border-radius: 5px;
  background: #db3429;
  background: linear-gradient(to bottom, rgba(244,166,156,1) 0%,rgba(241,81,67,1) 50%,rgba(193,39,5,1) 51%,rgba(246,66,78,1) 100%);
  box-shadow: 0 0 2px #777;
  line-height: 1.4em;
}
.lp_btn.type01 .txt {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 6px #962626;
  font-weight: bold;
  font-size: 20px;
}

/* CV Btn type02 */
.lp_btn.type02 {
  padding: 13px 14px 5px 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #db3429;
  background: linear-gradient(to bottom, rgba(244,166,156,1) 0%,rgba(241,81,67,1) 50%,rgba(193,39,5,1) 51%,rgba(246,66,78,1) 100%);
  box-shadow: 0 0 2px #777;
  line-height: 1.4em;
}
.lp_btn.type02.icon01.pabsolute {
  padding: 6px 18px 5px 16px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #db3429;
  background: linear-gradient(to bottom, rgba(244,166,156,1) 0%,rgba(241,81,67,1) 50%,rgba(193,39,5,1) 51%,rgba(246,66,78,1) 100%);
  line-height: 1.4em;
}
.lp_btn.type02 .txt {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 6px #962626;
  font-weight: bold;
  font-size: 18px;
}
.lp_btn.type02.icon01 .txt {
  padding-bottom: 0;
}

/* CV Btn type03 */
.lp_btn.type03 {
  padding: 27px 36px 18px 30px;
  border-radius: 5px;
  background: #de001f;
  box-shadow: 3px 3px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type03 .txt {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

/* CV Btn type04 */
.lp_btn.type04 {
  padding: 32px 50px 21px 70px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type04 .txt {
  display: inline-block;
  padding-right: 25px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 26px;
}
.lp_btn.type04 .img {
  padding-left: 0;
}

/* CV Btn type05 */
.lp_btn.type05 {
  padding: 23px 23px 16px 32px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type05 .txt {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 22px;
}
.lp_btn.type05 .img {
  padding-left: 0;
  /*! max-width: 110px; */
}

/* CV Btn type06 */
.lp_btn.type06 {
  padding: 22px 5px 16px 15px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type06 .txt {
  display: inline-block;
  padding-right: 3px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
}
.lp_btn.type06 .img {
  padding-left: 0;
}
.lp_btn.type06 .img img {
  width: 59px;
}

/* CV Btn type07 */
.lp_btn.type07 {
  position: relative;
  display: inline-block;
  padding: 29px 95px 24px 30px;
  border-radius: 60px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type07 .txt {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
}
.lp_btn.type07 .img {
  position: absolute;
  right: 30px;
  bottom: 18px;
  padding: 0;
  padding-left: 0;
}

/* CV Btn type08 */
.lp_btn.type08 {
  position: relative;
  display: inline-block;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  vertical-align: top;
  font-size: 0;
}
.lp_btn.type08 > .img {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 5;
  display: table;
  padding: 0;
  width: 78px;
  height: 78px;
}
.lp_btn.type08 > .img .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lp_btn.type08 > .img img {
  max-width: 78px;
  max-height: 78px;
  border: 1px solid #ccc;
}
.lp_btn.type08 > .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 15px 48px 14px;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.lp_btn.type08 > .img + .txt:after {
  display: inline-block;
  width: 40px;
  content: "";
}

/* CV Btn type09 */
.lp_btn.type09 {
  position: relative;
  display: inline-block;
  background: -moz-linear-gradient(top, #e48100 0%,#cd5e00 100%);
  background: -webkit-linear-gradient(top, #e48100 0%,#cd5e00 100%);
  background: linear-gradient(to bottom, #e48100 0%,#cd5e00 100%);
  vertical-align: top;
  font-size: 0;
}
.lp_btn.type09 > .img {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 5;
  display: table;
  padding: 0;
  width: 78px;
  height: 78px;
}
.lp_btn.type09 > .img .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lp_btn.type09 > .img .inner img {
  max-width: 78px;
  max-height: 78px;
  border: none;
}
.lp_btn.type09 > .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 15px 48px 14px;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.lp_btn.type09 > .img + .txt:after {
  display: inline-block;
  width: 40px;
  content: "";
}

/* CV Btn type10 */
.lp_btn.type10 {
  position: relative;
  display: inline-block;
  background: -moz-linear-gradient(top, #00745c 0%, #005a43 100%);
  background: -webkit-linear-gradient(top, #00745c 0%,#005a43 100%);
  background: linear-gradient(to bottom, #00745c 0%,#005a43 100%);
  vertical-align: top;
  font-size: 0;
}
.lp_btn.type10 > .img {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 5;
  display: table;
  padding: 0;
  width: 78px;
  height: 78px;
}
.lp_btn.type10 > .img .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lp_btn.type10 > .img img {
  max-width: 78px;
  max-height: 78px;
}
.lp_btn.type10 > .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 15px 48px 14px;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.lp_btn.type10 > .img + .txt:after {
  display: inline-block;
  width: 40px;
  content: "";
}
/* CV Btn type_sp01 */
.lp_btn.type_sp01 {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 13px 0 11px 65px;
  padding: 2.5vw 0 2vw 17vw;
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
}
.lp_btn.type_sp01::before {
  position: absolute;
  top: 0;
  left: 4vw;
  display: block;
  width: 24px;
  width: 6.4vw;
  height: 100%;
  background: url("/img/landing_page/common/icon04.png") no-repeat center;
  background-size: 100% auto;
  content: "";
}
.lp_btn.type_sp01 .txt {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  font-size: 5.8vw;
  line-height: 1.4em;
}
.lp_btn.type_sp01 .img {
  position: absolute;
  top: -7px;
  top: -1.8vw;
  right: 15px;
  right: 4vw;
  width: 48px;
  width: 14vw;
}

/* Thumbnail */
.lp_btn .img,
.lp_btn .img02 {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 13px;
  vertical-align: middle;
}
.lp_btn .img img {
  border: 1px solid #ccc;
  max-width: 110px;
}
.lp_btn .img02 img {
  width: 110px;
  border: 1px solid #ccc;
}

/* Icon01 */
.lp_btn.icon01 .txt {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 33px;
  background: url("/img/landing_page/common/icon01.png") no-repeat left center;
}

/* Icon02 */
.lp_btn.icon02 .txt {
  padding-top: 16px;
  padding-bottom: 11px;
  padding-left: 52px;
  background: url("/img/landing_page/common/icon02.png") no-repeat left center;
}

/* Icon03 */
.lp_btn.icon03 .txt {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 38px;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
}

/* Icon04 */
.lp_btn.icon04 .txt {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 27px;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  background-size: 15px auto;
}

/* Icon05 */
.lp_btn.icon05 .txt {
  position: relative;
  padding-left: 20px;
}
.lp_btn.icon05 .txt:before,
.lp_btn.icon05 .txt:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  content: "";
}
.lp_btn.icon05 .txt:before {
  margin-top: -7px;
  transform: rotate(45deg);
}
.lp_btn.icon05 .txt:after {
  margin-top: 2px;
  transform: rotate(-45deg);
}

/* Icon06 */
.lp_btn.icon06 .txt:before {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -5px;
  border: 5px solid rgba(0,0,0,0);
  border-left: 7px solid #fff;
  content: "";
}

/* Icon07 */
.lp_btn.icon07 .txt {
  background: url("/img/landing_page/common/icon03.png") no-repeat 15px center;
  background-size: 20px auto;
}

/* lp_contents_btn_area */
.lp_contents_btn_area.type01 {
  padding: 40px 0;
  text-align: center;
  text-align: center;
  font-size: 0;
}
.lp_contents_btn_area.type01 > p {
  display: block;
  margin: 0 0 50px;
  text-align: center;
  font-size: 28px;
}
.lp_contents_btn_area.type01 > .lp_btn {
  margin-right: 18px;
  width: 310px;
}
.lp_contents_btn_area.type01 > .lp_btn:last-child {
  margin-right: 0;
  width: 310px;
}

/* Drop Down Arrow */
.drop_down_arrow {
  position: relative;
  text-align: center;
}
.drop_down_arrow:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  margin-left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 50px;
  border-right-width: 60px;
  border-left-width: 60px;
  content: "";
}
/* Drop Down Arrow Small */
.drop_down_arrow.small:after {
  bottom: -30px;
  margin-left: -40px;
  border-top-width: 30px;
  border-right-width: 40px;
  border-left-width: 40px;
}

/* Drop Down Arrow type01 */
.drop_down_arrow.type01 {
  background: #969da1;
}
.drop_down_arrow.type01:after {
  border-top-color: #969da1;
}

/* Drop Down Arrow type02 */
.drop_down_arrow.type02 {
  background: #d40718;
}
.drop_down_arrow.type02:after {
  border-top-color: #d40718;
}

/* Drop Down Arrow type03 */
.drop_down_arrow.type03 {
  background: #000;
}
.drop_down_arrow.type03:after {
  border-top-color: #000;
}

/* Bottom Thumbnail */
.lp_bottom_thum {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0;
  width: 970px;
  text-align: center;
}
.lp_bottom_thum .img {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.lp_bottom_thum .txt {
  display: inline-block;
  margin-left: 62px;
  vertical-align: middle;
  text-align: left;
  font-size: 28px;
  line-height: 1.4em;
}
.lp_bottom_thum.no_image .txt {
  margin-left: 0;
}

/* Bottom Thumbnail type02 */
.lp_bottom_thum.type02 .img:first-child {
  margin-right: 20px;
}

/* Bottom Thumbnail type03 */
.lp_bottom_thum.type03 .img {
  margin-left: 10px;
}
.lp_bottom_thum.type03 .img:first-child {
  margin-left: 0;
}
.lp_bottom_thum.type03 .txt {
  margin-left: 20px;
}

/* Bottom Thumbnail type04 */
.lp_bottom_thum.type04 .txt_wrap {
  display: inline-block;
  margin-left: 62px;
  vertical-align: middle;
  text-align: center;
}
.lp_bottom_thum.type04 .txt_wrap .txt {
  margin-left: 0;
}
.lp_bottom_thum.type04 .txt_wrap .img {
  border: none;
}
.lp_bottom_thum.type04 .txt_wrap .btn_wrap {
  display: inline-block;
  padding-top: 30px;
}


/* Bottom Thumbnail type_sp01 */
.lp_bottom_thum.type_sp01sp {
  padding: 0;
  width: 100%;
  text-align: center;
}
.lp_bottom_thum.type_sp01sp .img {
  display: inline-block;
  max-width: 141px;
  width: 26vw;
}
.lp_bottom_thum.type_sp01sp .txt {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 3.7vw;
}

/* Side Bnr */
.f-bnr_side {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 10;
  display: block;
  margin-top: 0;
  margin-left: 517px;
}
.f-bnr_side p {
  margin-bottom: 15px;
}

/* New Release Icon */
.new_release {
  display: inline-block;
  padding: 13px 19px 11px;
  background: #d40001;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 26px;
}
.new_release_date {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 19px;
}
.new_release_date.color-white {
  color: #fff;
}
.new_release_date.color-keyred {
  color: #d40001;
}
/* Page Title */
.page_title {
  margin: 0 auto 30px;
  padding: 10px;
  width: 970px;
  font-size: 0;
  line-height: 1.5;
}
.page_title .txt {
  display: inline-block;
  vertical-align: middle;
}
.page_title.type01 {
  background: #338138;
}
.page_title.type01 .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.page_title.type02 {
  padding-top: 8px;
  background: rgb(56,56,56);
  background: linear-gradient(to bottom, rgba(56,56,56,1) 0%,rgba(29,29,29,1) 100%);
}
.page_title.type02 .txt {
  padding-top: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.page_title.type03 {
  background: #001b6a;
}
.page_title.type03 .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.page_title.type04 {
  background: #7b7b7b;
}
.page_title.type04 .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/* Page Title Icon */
.page_title.icon01:before {
  display: inline-block;
  margin: 0 14px 0 0;
  width: 33px;
  height: 24px;
  background: url("/img/landing_page/common/icon_mail_001.png") no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
}
.page_title.icon02:before {
  display: inline-block;
  margin: 0 14px 0 5px;
  width: 16px;
  height: 19px;
  background: url("/img/landing_page/common/icon_download_001.png") no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
}
.page_title.icon03:before {
  display: inline-block;
  margin: 0 14px 0 0;
  width: 25px;
  height: 25px;
  background: url("/img/landing_page/common/icon_contact_001.png") no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
}

/* Entry Bar */
#entry_bar.type_sp {
  position: relative;
  margin: 30px 0;
  margin: 4vw 0;
  padding: 25px 0 20px;
  padding: 3vw 0 2.5vw;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 4.5vw;
}
#entry_bar.type_sp::before,
#entry_bar.type_sp::after {
  position: absolute;
  top: 0;
  display: block;
  display: block;
  width: 18px;
  width: 4.8vw;
  height: 100%;
  background: url("/img/landing_page/common/icon_entry.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
#entry_bar.type_sp::before {
  left: 7px;
  left: 2vw;
}
#entry_bar.type_sp::after {
  right: 7px;
  right: 2vw;
}

/* common freedial */
.landingcommon_freedial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto 0;
  padding: 20px 0 47px;
  width: 970px;
}
.landingcommon_freedial .txt {
  margin-right: 30px;
  font-weight: 600;
  font-size: 22px;
}
.landingcommon_freedial .tel {
  padding: 10px 0 15px 70px;
  background: url(/img/landing_page/common/icon06.gif) no-repeat left center;
  background-size: 65px auto;
}
.landingcommon_freedial .tel span {
  font-weight: bold;
  font-size: 44px;
}
.landingcommon_freedial .time {
  font-weight: 600;
  font-size: 18px;
}

/* TelBox */
#main .lp_tel_area {
  margin: 0 auto;
  padding-bottom: 5px;
  max-width: 800px;
  border-radius: 3px;
  background: url("/img/landing_page/common/bg_pattern_001.png");
  text-align: center;
}
#main .lp_tel_area .lp_tel_area_lead_wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 11px 0 11px 81px;
  color: #fff;
  font-size: 20px;
}
#main .lp_tel_area .lp_tel_area_lead_wrap::before {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
  width: 51px;
  height: 68px;
  background: url("/img/landing_page/common/icon_07.jpg") no-repeat center top;
  content: "";
}
#main .lp_tel_area .lp_tel_area_lead_wrap .lp_tel_area_lead {
  text-align: left;
  line-height: 1.4;
}
#main .lp_tel_area .lp_tel_area_number_wrap {
  margin: 0 5px;
  padding-bottom: 15px;
  background: #fff;
  color: #333;
  text-align: center;
}
#main .lp_tel_area .lp_tel_area_number_wrap .lp_tel_area_number {
  display: inline-block;
  margin: 20px 0;
  padding-left: 72px;
  background: url("/img/landing_page/common/icon06.gif") no-repeat left center;
  background-size: 64px auto;
  font-weight: bold;
  font-size: 44px;
  line-height: 1em;
}
#main .lp_tel_area .lp_tel_area_number_wrap .lp_tel_area_coment {
  font-size: 16px;
}

/* Commons */
.ofh {
  overflow: hidden;
}
.clb {
  clear: both;
}

/* Position */
.prelative {
  position: relative;
}
.pabsolute {
  position: absolute;
  white-space: nowrap;
}
.pabsolute.b0 {
  bottom: 0;
}
.pabsolute.r0 {
  right: 0;
}
.pabsolute.r30p {
  right: 30px;
}
.pabsolute.t0 {
  top: 0;
}
.pabsolute.t5 {
  top: 5%;
}
.pabsolute.t8 {
  top: 8%;
}
.pabsolute.t10 {
  top: 10%;
}
.pabsolute.t12 {
  top: 12%;
}
.pabsolute.t15 {
  top: 15%;
}
.pabsolute.t18 {
  top: 18%;
}
.pabsolute.t20 {
  top: 20%;
}
.pabsolute.t22 {
  top: 22%;
}
.pabsolute.t25 {
  top: 25%;
}
.pabsolute.t28 {
  top: 28%;
}
.pabsolute.t30 {
  top: 30%;
}
.pabsolute.t32 {
  top: 32%;
}
.pabsolute.t35 {
  top: 35%;
}
.pabsolute.t38 {
  top: 38%;
}
.pabsolute.t40 {
  top: 40%;
}
.pabsolute.t42 {
  top: 42%;
}
.pabsolute.t45 {
  top: 45%;
}
.pabsolute.t48 {
  top: 48%;
}
.pabsolute.t50 {
  top: 50%;
}
.pabsolute.t55 {
  top: 55%;
}
.pabsolute.t60 {
  top: 60%;
}
.pabsolute.t65 {
  top: 65%;
}
.pabsolute.t70 {
  top: 70%;
}
.pabsolute.t75 {
  top: 75%;
}
.pabsolute.t80 {
  top: 80%;
}
.pabsolute.t85 {
  top: 85%;
}
.pabsolute.t90 {
  top: 90%;
}
.pabsolute.t95 {
  top: 95%;
}
.pabsolute.l0 {
  left: 0;
}
.pabsolute.l5 {
  left: 5%;
}
.pabsolute.l10 {
  left: 10%;
}
.pabsolute.l15 {
  left: 15%;
}
.pabsolute.l20 {
  left: 20%;
}
.pabsolute.l25 {
  left: 25%;
}
.pabsolute.l30 {
  left: 30%;
}
.pabsolute.l35 {
  left: 35%;
}
.pabsolute.l40 {
  left: 40%;
}
.pabsolute.l45 {
  left: 45%;
}
.pabsolute.l50 {
  left: 50%;
}
.pabsolute.l55 {
  left: 55%;
}
.pabsolute.l60 {
  left: 60%;
}
.pabsolute.l65 {
  left: 65%;
}
.pabsolute.l70 {
  left: 70%;
}
.pabsolute.l75 {
  left: 75%;
}
.pabsolute.l80 {
  left: 80%;
}
.pabsolute.l85 {
  left: 85%;
}
.pabsolute.l90 {
  left: 90%;
}
.pabsolute.l95 {
  left: 95%;
}
.pabsolute.l5p {
  left: 5px;
}
.pabsolute.l10p {
  left: 10px;
}
.pabsolute.l15p {
  left: 15px;
}
.pabsolute.l20p {
  left: 20px;
}
.pabsolute.l25p {
  left: 25px;
}
.pabsolute.l30p {
  left: 30px;
}
.pabsolute.l35p {
  left: 35px;
}
.pabsolute.l40p {
  left: 40px;
}
.pabsolute.l45p {
  left: 45px;
}
.pabsolute.l50p {
  left: 50px;
}
