@charset "UTF-8";
/**
 * MIXINS
 * PC
 */
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
.m-accordion__body {
  display: none;
  padding: 10px;
}

.m-accordion__body.is-active {
  display: block;
}

.m-accordion__body--withBorder {
  border: 1px solid #ea3f4a;
  border-top: none;
}

.m-accordionBtn {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block;
  padding: 7px 0 7px 43px;
  border: 1px solid #ea3f4a;
  width: 100%;
  background-color: #fff;
  text-align: left;
  color: #ea3f4a;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.m-accordionBtn:focus {
  outline: none;
}

.m-accordionBtn.is-active {
  background-color: #ea3f4a;
  color: #fff;
}

.m-accordionBtn.is-active .m-accordionBtn__ico::after {
  content: none;
}

.m-accordionBtn:not(.is-active):hover {
  background-color: #ea3f4a;
  color: #fff;
}

.m-accordionBtn:not(.is-active):hover .m-accordionBtn__ico {
  background-color: #fff;
}

.m-accordionBtn:not(.is-active):hover .m-accordionBtn__ico::before, .m-accordionBtn:not(.is-active):hover .m-accordionBtn__ico::after {
  background-color: #ea3f4a;
}

.m-accordionBtn__ico {
  position: absolute;
  left: 8px;
  top: 7px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ea3f4a;
}

.m-accordionBtn__ico::before {
  position: absolute;
  left: 3px;
  top: 10px;
  width: 18px;
  height: 4px;
  background-color: #fff;
  content: "";
}

.m-accordionBtn__ico::after {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 4px;
  height: 18px;
  background-color: #fff;
  content: "";
}

.m-accordionBtn__ico--right {
  left: auto;
  right: 8px;
}

.m-actBtn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 9px 0;
  background-color: #427ad3;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.m-actBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border: 4px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-actBtn--largeArrow::after {
  width: 13px;
  height: 13px;
  margin-top: -9px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}

.m-actBtn--fs20 {
  font-size: 20px;
}

.m-actBtn--fontBold {
  font-weight: bold;
}

a.m-actBtn {
  color: #fff;
}

.m-optionBadge {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}

.m-optionBadge::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 41px;
  margin: -20px 0 0 -20px;
  background-color: #ffcf52;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  z-index: 0;
}

.m-optionBadge--none {
  background: none;
}

.m-optionBadge__txt {
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.m-optionBadge__catch {
  position: relative;
  margin: 0;
  font-size: 14px;
}

.m-optionBadge--large {
  height: inherit;
}

.m-optionBadge--large::before {
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
}

.m-optionBadge--large .m-optionBadge__catch {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.m-optionBadgePrice {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}

.m-optionBadgeFree {
  font-size: 20px;
  font-weight: bold;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
.is-modal {
  position: fixed;
  width: 100%;
}

.m-modalWrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  -webkit-animation: fadein .3s ease 0s 1 normal;
  animation: fadein .3s ease 0s 1 normal;
}

.m-modalWrapper__content {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #06279f;
}

.m-modalWrapper__content--complete {
  width: 340px;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.m-modalWrapper__content--complete p {
  margin: 0;
  padding: 0;
}

.m-modalHeadline {
  margin: 0;
  padding: 5px 30px;
  background-color: #06279f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.m-modalContent {
  padding: 30px 50px;
}

.m-modalContent--padding30 {
  padding: 30px;
}

.m-modalContent--complete {
  padding: 38px 0 20px;
}

.m-modalContent__txt {
  margin: 0 0 30px;
  font-size: 20px;
}

.m-modalContent__main {
  width: 680px;
}

.m-modalContent__main--widthAuto {
  width: auto;
}

.m-modalContent__table {
  max-width: 696px;
}

.m-modalContent__table.is-overHeight {
  overflow-y: scroll;
  border-bottom: 1px solid #ccc;
}

.m-modalContent__prev {
  padding-top: 20px;
  font-size: 14px;
}

.m-modalContent__message {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #231815;
}

.m-modalContent__message::after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 24px;
  height: 14px;
  border-left: 2px solid #06279f;
  border-bottom: 2px solid #06279f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-modalCloseIcon {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  cursor: pointer;
}

.m-modalCloseIcon::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #06279f;
  transform: rotate(-45deg);
}

.m-modalCloseIcon::before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 4px;
  height: 20px;
  background: #06279f;
  transform: rotate(45deg);
}

.m-modalCloseBtn {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 110px;
  line-height: 27px;
  border-radius: 5px;
  border: 1px solid #676767;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}

.m-modalCloseBtn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
  width: 1px;
  height: 8px;
  background: #676767;
  transform: rotate(-45deg);
}

.m-modalCloseBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 1px;
  height: 8px;
  background: #676767;
  transform: rotate(45deg);
}

/*------------------------------
 アイテム
 *------------------------------*/
.m-breadcrumb--feeIndex {
  padding: 22px 0 17px;
}

.m-ttl {
  display: block;
  color: #231815;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.m-feeTxt--description {
  padding-bottom: 20px;
  font-size: 14px;
  margin-top: 15px;
}

.m-feeTxtLarge {
  font-size: 16px;
}

.m-feeTxtSmall {
  font-size: 12px;
}

.m-feeTxtSmall--option {
  padding-left: 3px;
}

.m-feeTxtSmall--2line {
  display: block;
}

.m-feeTxtNumber {
  color: #ea3f4a;
  font-size: 28px;
}

.m-feeTxtAmount {
  font-size: 28px;
  font-weight: normal;
  padding: 0 5px 0 0;
  font-family: 'Oswald', sans-serif;
}

.m-feePoint {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
}

.m-feeBtn {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  background-color: #ffcf52;
  color: #231815 !important;
  padding: 27px 0;
}

.m-feeBtn::before {
  content: '';
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 120px;
  background-color: #fff;
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/ico_file.png);
  background-repeat: no-repeat;
  background-position: center;
}

.m-feeBtn::after {
  content: "";
  display: inline-block;
  border: 4px solid;
  border-color: #ea3f4a;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 13px;
  width: 13px;
  position: absolute;
  top: 36px;
  right: 149px;
}

.m-feeBtn--capacity::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/ico_graph.png);
}

.m-feeAttentionList__item {
  font-size: 12px;
  color: #676767;
  margin-top: 5px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 2em;
}

.m-feeAttentionList__item--dot {
  padding: 0 0 0 1.5em;
}

.m-feeAttentionList__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.m-feeAttentionList--lowplan .m-feeAttentionList__item {
  padding: 0 0 0 1em;
}

.m-feeLinkBlank {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding-right: 14px;
}

.m-feeLinkBlank::before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  margin-top: -3px;
  border-bottom: 1px solid #06279f;
  border-left: 1px solid #06279f;
  width: 9px;
  height: 7px;
  content: "";
}

.m-feeLinkBlank::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -5px;
  border: 1px solid #06279f;
  border-top-width: 2px;
  width: 8px;
  height: 5px;
  content: "";
}

/*------------------------------
 コンテンツ
 *------------------------------*/
.m-feeContents {
  margin-bottom: 20px;
  margin-top: -120px;
  padding-top: 120px;
}

.m-feeContents--course {
  margin-bottom: 40px;
}

.m-feeContents__ttl {
  box-sizing: border-box;
  color: #fff;
  border-bottom: 36px solid #06279f;
  border-right: 36px solid transparent;
  width: 274px;
  height: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 20px;
  display: inline-block;
}

.m-feeContents__item {
  border-top: 4px solid #06279f;
  color: #231815;
  padding-top: 20px;
}

.m-feeContents__item--course {
  padding-top: 30px;
}

.m-feeContents__btn {
  margin: 20px 0 40px;
}

.m-feeContents__bnr {
  margin: -10px 0 40px;
}

.m-feeContents__attention {
  margin: 20px 0 40px;
}

.m-feeCourse {
  font-size: 0;
  margin-left: -20px;
}

.m-feeCourse__item {
  vertical-align: top;
  margin-left: 20px;
  width: 340px;
  height: 250px;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.m-feeCourse__item__bnr {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 15px 0 0;
  height: 100%;
  background: url(https://p.dmm.com/p/general/mvno/public/fee/bg_course_single.png) no-repeat 50% 62px #80a6d8;
  color: #231815 !important;
}

.m-feeCourse__item__bnr--boxShare {
  background: url(https://p.dmm.com/p/general/mvno/public/fee/bg_course_share.png) no-repeat 50% 62px #f3835a;
}

.m-feeCourseTtl {
  font-size: 24px;
  font-weight: bold;
}

.m-feeCourseTxt {
  position: absolute;
  left: 157px;
  top: 142px;
  width: 128px;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #06279f;
}

.m-feeCourseDescription {
  margin: 152px 0 0;
  font-size: 18px;
  font-weight: bold;
}

.m-feePlan {
  margin-top: -120px;
  padding-top: 120px;
}

.m-feePlan__header {
  margin-bottom: 35px;
}

.m-feePlan__table {
  margin-top: 20px;
}

.m-feePlan__lowplan {
  margin-bottom: 20px;
}

.m-feePlan__attention {
  margin-bottom: 40px;
}

.m-feePlanHeader {
  background-color: #799ed5;
  padding: 11px 0 11px 40px;
  position: relative;
}

.m-feePlanHeader--share {
  background-color: #ef7a52;
}

.m-feePlanHeader__ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.m-feePlanHeader__badge {
  position: absolute;
  right: 10px;
  content: "";
  top: -1em;
}

.m-feeTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
  border: 1px solid #6e95cf;
  border-right: none;
  margin-bottom: 20px;
  text-align: center;
}

.m-feeTable--share {
  border-color: #f3845c;
}

.m-feeTable__head {
  border-bottom: 2px solid #a0a0a0;
}

.m-feeTable__ttl {
  font-size: 16px;
  font-weight: bold;
  vertical-align: bottom;
  width: 50%;
  padding-bottom: 10px;
  border-right: 1px solid #6e95cf;
  height: 100px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/ico_ballico.png);
  background-repeat: no-repeat;
  background-position: 149px 20px;
  background-color: #c8d6f1;
}

.m-feeTable__ttl--voiceBg {
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/ico_phoneico.png);
}

.m-feeTable__ttl--share {
  border-right-color: #f3845c;
  height: 112px;
  background-color: #fadacf;
  background-image: none;
  vertical-align: middle;
  font-size: 20px;
  padding: 10px 0;
  line-height: 1.2;
}

.m-feeTable__body tr:nth-child(2n+1) {
  background: #f0f0f0;
}

.m-feeTable__itemHead {
  text-align: center;
  padding: 8px 0;
  width: 25%;
}

.m-feeTable__itemHead__txt {
  width: 70px;
  display: inline-block;
  background-color: #06279f;
  font-size: 16px;
  padding: 3px;
  color: #fff;
  text-align: center;
}

.m-feeTable__itemHead__txt--low {
  background-color: #ea3e4a;
}

.m-feeTable__itemData {
  padding: 8px 86px 8px 0;
  border-right: 1px solid #6e95cf;
  width: 25%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
}

.m-feeTable__itemData--share {
  border-color: #f3845c;
}

.m-feeTable__itemData__small {
  font-size: 18px;
}

.m-feeTableAnnotationIco {
  position: relative;
}

.m-feeTableAnnotationIco__item {
  position: absolute;
  left: 130px;
  top: -24px;
}

.m-feeTableAnnotationIco__item--2line {
  top: -34px;
}

.m-feeTableBadge {
  position: relative;
}

.m-feeTableBadge__item {
  position: absolute;
  left: 98px;
  top: -40px;
}

.m-feeLowPlan {
  margin: 10px 18px;
}

.m-feeLowPlan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.m-feeLowPlan__item p {
  margin: 0;
  padding: 0;
}

.m-feeLowPlan__btn {
  text-align: center;
  padding-top: 20px;
}

.m-feeLowPlan__attention {
  padding-top: 20px;
}

.m-feeLowPlanPoint {
  position: relative;
  display: inline-block;
  width: 310px;
  padding-bottom: 5px;
  border: 1px solid #676767;
  vertical-align: top;
}

.m-feeLowPlanPoint::before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 1;
  width: 309px;
  height: 80px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  content: "";
}

.m-feeLowPlanPoint::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 310px;
  height: 80px;
  background-repeat: no-repeat;
  content: "";
}

.m-feeLowPlanPoint--price {
  padding-top: 90px;
}

.m-feeLowPlanPoint--price::after {
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/bg_low_plan01.png);
  background-size: auto 65px;
  background-position: center 3px;
}

.m-feeLowPlanPoint--share {
  padding-top: 88px;
}

.m-feeLowPlanPoint--share::after {
  background-image: url(https://p.dmm.com/p/general/mvno/public/fee/bg_low_plan02.png);
  background-size: 158px auto;
  background-position: center;
}

.m-feeLowPlanPrice {
  text-align: center;
}

.m-feeLowPlanPrice__info {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}

.m-feeLowPlanPrice__date {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 24px;
  color: #ea3f4a;
}

.m-feeLowPlanShare {
  text-align: center;
}

.m-feeLowPlanShare__info {
  font-size: 14px;
  line-height: 1.2;
}

.m-feeLowPlanShare__point {
  font-size: 18px;
  color: #ea3f4a;
}

.m-feeLowPlanEm--fs16 {
  font-size: 16px;
}

.m-feeLowPlanEm--price {
  font-size: 33px;
  font-family: 'Oswald', sans-serif;
  color: #ea3f4a;
}

.m-feeLowPlanModalContent {
  padding: 30px 40px;
}

.m-planDataPostion {
  z-index: 1;
  height: 0px;
  position: absolute;
}

.m-planDataPostion__badgeData {
  position: absolute;
  left: 200px;
  top: -120px;
  width: 108px;
}

.m-planDataPostion__badgeVoice {
  position: absolute;
  left: 200px;
  top: -120px;
  width: 108px;
}

.m-feeBnr {
  overflow: hidden;
  margin-left: -20px;
}

.m-feeBnr__item {
  float: left;
  margin-left: 20px;
  width: 340px;
}

.m-feeOption {
  padding: 0 0 20px;
}

.m-feeOption__ttl {
  color: #07138d;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.m-feeOption__subTtl {
  margin: 28px 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.m-feeOption__subTtl--first {
  margin-top: 16px;
}

.m-feeOption__table {
  margin-bottom: 10px;
}

.m-feeOption__txt {
  position: relative;
  padding: 0 0 0 1.3em;
  color: #676767;
}

.m-feeOption__txt__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.m-feeOptionTable {
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.m-feeOptionTable__itemTtl {
  background-color: #f3f3f3;
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #e1e3e6;
  width: 50%;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

.m-feeOptionTable__itemTtl--sms {
  width: 160px;
  font-size: 14px;
}

.m-feeOptionTable__itemTtl--charge {
  padding: 10px;
  width: 25%;
  text-align: center;
  line-height: 20px;
}

.m-feeOptionTable__itemTtl--voice {
  width: 100px;
  padding: 10px 0 10px 30px;
}

.m-feeOptionTable__itemTtl--voiceSub {
  width: 116px;
  padding: 10px 0 10px 20px;
}

.m-feeOptionTable__itemTtl--voiceOther {
  width: auto;
}

.m-feeOptionTable__itemTtl--voiceSms {
  padding: 10px;
  width: 25%;
  text-align: center;
  line-height: 20px;
}

.m-feeOptionTable__itemTtl--short {
  width: 160px;
}

.m-feeOptionTable__itemTtl__sub {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.33;
}

.m-feeOptionTable__itemTtl__sub--charge {
  margin: 0;
  line-height: 14px;
}

.m-feeOptionTable__item {
  position: relative;
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #e1e3e6;
  font-size: 18px;
}

.m-feeOptionTable__item--center {
  padding: 10px;
  text-align: center;
}

.m-feeOptionTable__item--bgWhite {
  background-color: #fff;
}

.m-feeOptionTable__item--smsRecieve {
  font-size: 24px;
}

.m-feeOptionTable__item--voiceSms {
  padding: 20px 10px 10px;
  text-align: center;
  vertical-align: top;
  line-height: 1.1;
  background-color: #fff;
}

.m-feeOptionTable__colLine {
  border-right: 1px solid #e1e3e6;
}

.m-feeOptionTable__colColor {
  background-color: #f3f3f3;
}

.m-feeOptionBtn {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 4px;
  width: 140px;
  background-color: #6d94cf;
  text-align: center;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}

.m-feeOptionBtn::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 4px;
  width: 4px;
  position: absolute;
  top: 9px;
  right: 10px;
  vertical-align: middle;
}

.m-feeOptionBtn--ttl {
  top: -2px;
  margin: 0 0 0 40px;
}

.m-feeSideLink {
  margin-top: 36px;
  border-bottom: 1px solid #e1e3e6;
}

.m-feeSideLink__item {
  border: 1px solid #e1e3e6;
  border-bottom: none;
}

.m-feeSideLink__item > a {
  display: block;
  box-sizing: border-box;
  padding: 20px 30px 20px 24px;
  position: relative;
  color: #231815 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.m-feeSideLink__item > a::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
  position: absolute;
  top: 28px;
  right: 11px;
}
