@charset "utf-8";

/* ==================================================
device
================================================== */
.pc {
  display: none !important;
}


/* ==================================================
section
================================================== */
.sec__lv2 {
  background: #fff;
}
.sec__lv2:nth-child(even) {
  background: #f8f8f8;
}
.sec__lv2 .innerWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}


/* ==================================================
heading
================================================== */
.heading2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.heading3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.heading3 img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.heading4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.heading4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background: #383838;
}
.heading4 .txt__point {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 30px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #383838;
}
.heading4 .txt__main {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #383838;
}
.heading4.type_support:after {
  display: none;
}


/* ==================================================
List
================================================== */
li > ul {
  margin-top: 10px;
}

.cirLists {
  margin-bottom: 30px;
  padding-left: 0;
}
.cirList {
  position: relative;
  margin-bottom: 13px;
  padding-left: 1.2em;
}
.cirList:last-child {
  margin-bottom: 0;
}
.cirList:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: 1px solid #383838;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* dotlists */
.dotlists {
  margin-bottom: 20px;
  padding-left: 0;
}
.dotlist {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 10px;
}
.dotlist:last-child {
  margin-bottom: 0;
}
.dotlist:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  display: block;
  width: 5px;
  height: 5px;
  background: #88b83e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* sqrlists */
.sqrlists {
  margin-bottom: 30px;
  padding-left: 0;
}
.sqrlist {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 10px;
}
.sqrlist:last-child {
  margin-bottom: 0;
}
.sqrlist:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.4em;
  display: block;
  width: 8px;
  height: 8px;
  background: #40ace0;
}


/* numlists */
.numlists {
  margin-bottom: 20px;
  counter-reset:number;
  list-style:none;
  margin:0;
  padding:0;
}
.numlist {
  margin-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.numlist:last-child {
  margin-bottom: 0;
}
.numlist:before {
  counter-increment: numlist;
  content: counter(numlist)". ";
  font-weight: bold;
  color: #40ace0;
}

/* font-weight */
.numlists.fwN .numlist:before {
  font-weight: normal;
}

/* ナンバー黒 */
.numlists.color__black .numlist:before{
  color: #333;
}

/* (1)(2)... */
.numlists.type__bkt .numlist {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.numlists.type__bkt .numlist:before {
  content: "("counter(numlist)") ";
}



/* cirNumlists */
.cirNumlists {
  counter-reset: cirNumlist;
  list-style: none;
  padding: 0;
}
.cirNumlist {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.cirNumlist:before {
  content: counter(cirNumlist);
  counter-increment: cirNumlist;
  background-color: #40ace0;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


/* notelists */
.notelists {
  margin-bottom: 20px;
}
.notelist {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-size: 12px;
}
.notelist:last-child {
  margin-bottom: 0;
}
.notelist:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\203B";
  display: block;
}


/* asteriskNumlists */
ol.asteriskNumlists {
  counter-reset: number;
  list-style: none;
}
ol.asteriskNumlists li {
  margin-bottom: 10px;
  margin-left: 2em;
  text-indent: -2em;
  font-size: 12px;
}
ol.asteriskNumlists li:before {
  content: "\203B" counter(number) " ";
  counter-increment: number;
}

.nmlDlists dt {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.nmlDlists dd {
  float: left;
  margin-bottom: 10px;
}


/* ==================================================
Link
================================================== */
/* textLink */
.textLink {
  position: relative;
  text-decoration: underline;
}
.textLink.type__blank:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 5px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/link_blank_blue.png) no-repeat left center;
  background-size: 14px 14px;
}


/* arrowLink */
.arrowLink {
  position: relative;
  text-decoration: underline;
}
.arrowLink:before {
  content: ">";
  display: inline-block;
}
.arrowLink.type__blank:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 5px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/link_blank_blue.png) no-repeat left center;
  background-size: 14px 14px;
}

/* blank */
.link__blank {
  padding-right: 24px;
}
.link__blank:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/link_blank_l_gray.png) no-repeat right center;
}



/* ==================================================
listbox
================================================== */
.listbox {
  margin-bottom: 20px;
}
.listbox__list {
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
}
.listbox__list:nth-child(odd) {
}
.listbox__list:nth-child(even) {
}
.listbox__title {
  position: relative;
  display: table;
  width: 100%;
  height: 40px;
  padding-top: 3px;
  background: #40ace0;
}
.listbox__title:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -15px;
  display: block;
  width: 60px;
  height: 59px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 59px;
}
.listbox__title span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  vertical-align: middle;
}
.listbox__body {
  width: 100%;
  border: 1px solid #40ace0;
}
.listbox__text {
  padding: 10px;
}

/* type__num */
.type__num .listbox__title span {
  padding-left: 50px;
}
.type__num .listbox__list:nth-child(1) .listbox__title:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/numicon_01.png);
}
.type__num .listbox__list:nth-child(2) .listbox__title:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/numicon_02.png);
}
.type__num .listbox__list:nth-child(3) .listbox__title:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/numicon_03.png);
}
.type__num .listbox__list:nth-child(4) .listbox__title:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/numicon_04.png);
}
.type__num .listbox__list:nth-child(5) .listbox__title:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/numicon_05.png);
}

/* type__icon */
.listbox.type__icon .listbox__list {
  padding-top: 20px;
  background: transparent;
}
.listbox.type__icon .listbox__body {
  position: relative;
  padding-top: 40px;
  background: #fff;
}
.listbox__hicon {
  position: absolute;
  left: 50%;
  top: -27px;
  width: 55px;
  margin-left: -27px;
}

/* type__headIcon */
.listbox.type__headIcon {
}
.listbox.type__headIcon .listbox__list {
  position: relative;
  margin-bottom: 10px;
}
.listbox__icon {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  z-index: 2;
}
.listbox.type__headIcon .listbox__title span {
  padding-left: 40px;
}



/* ==================================================
Box
================================================== */
.importantBox {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #f29a01;
  text-align: center;
  border: 2px solid #f29a01;
  background: #fffad8;
}


.imgBox {
  width: 100%;
  margin-bottom: 60px;
  background: #fff;
}
.imgBox__left {
}
.imgBox__right {
  min-height: 130px;
  padding: 20px 20px;
  vertical-align: middle;
}
.imgBox__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.imgBox__text {
  text-align: center;
}


.imgBox2 {
  width: 280px;
  margin: auto;
}
.imgBox2__list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.imgBox2__img {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
.imgBox2__text {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
.imgBox2__textStrong {
  color: #40ace0;
  background: linear-gradient(transparent 60%, #eceb74 60%);
}
.imgBox2__textBig {
  font-size: 40px;
}



.imgBox3 {
  width: 270px;
  margin: auto;
}
.imgBox3__list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.imgBox3__img {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
.imgBox3__text {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
.imgBox3__textStrong {
  color: #40ace0;
  background: linear-gradient(transparent 60%, #eceb74 60%);
}
.imgBox3__textBig {
  font-size: 40px;
}


/* ==================================================
convBox
================================================== */
.convBox {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 8px solid #e4e7e7;
}
.convBox__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.convBox__lists {
  font-size: 0;
  text-align: center;
}
.convBox__list {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 70px;
  margin: 0 auto 10px;
}
.convBox__link {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 2px 0px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 4px 4px 2px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 4px 4px 2px 0px rgba(100, 100, 100, 0.2);
}
.convBox__link:before {
  content: "";
  display: table-cell;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
}
.type__account .convBox__link {
  background-color: #44aeea;
  border: 2px solid #44aeea;
}
.type__account .convBox__link:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/cnv_icon_account.png);
}
.type__appli .convBox__link {
  background-color: #e24b70;
  border: 2px solid #e24b70;
}
.type__appli .convBox__link:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/cnv_icon_direct_appli.png);
}
.type__logon .convBox__link {
  background-color: #f29a01;
  border: 2px solid #f29a01;
}
.type__logon .convBox__link:before {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/cnv_icon_direct_logon.png);
}


.convBox__linkInner {
  display: table-cell;
  width: 70%;
  height: 100%;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.convBox__textSub {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
}
.convBox__textMain {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}


/* ==================================================
cautionBox
================================================== */
.cautionBox {
  padding: 15px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #4d4d4d;
}



/* ==================================================
Button
================================================== */
/* normal */
.btn__nml {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px 28px 10px 10px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border: 1px solid #40ace0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn__nml:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_right_blue.png) no-repeat center center;
  background-size: 14px 14px;
}
.btn__nml img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}


/* blank */
.btn__nml.blank:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/link_blank_l_blue.png) no-repeat center center;
  background-size: 16px 16px;
}


/* type__b */
.btn__nml.type__b {
  padding: 10px 28px 10px 10px;
  font-size: 16px;
  text-align: left;
}
.btn__nml.type__b:after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-size: 10px 10px;
}



/* 2row */
.btn__2row {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 28px 10px 24px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #40ace0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn__2row:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_right_blue.png) no-repeat center center;
  background-size: 14px 14px;
}
.btn__2row img {
  vertical-align: middle;
}
.btn__sub {
  font-size: 14px;
  font-weight: normal;
}

/* color__blue */
.btn__nml.color__blue,
.btn__2row.color__blue {
  color: #fff;
  background: #40ace0;
  border: 1px solid #40ace0;
}
.btn__nml.color__blue:after,
.btn__2row.color__blue:after {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/arrow_right_white.png);
}


/* anchor */
.anchor__lists {
  margin-bottom: 30px;
  text-align: center;
}
.anchor__list {
  width: 100%;
  height: 60px;
  margin: 0 auto 10px;
}
.anchor__link {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  background: #fff url(/product/mutual-fund/nisa_new/common/img/pc/anchor_arrow_bottom.png) no-repeat center 40px;
  border: 1px solid #40ace0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
.anchor__link > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

/* カラム数 */
.col__2 .anchor__list:nth-child(2n+1) { margin-left: 0 }
.col__2 .anchor__list:nth-child(2n+2) { margin-right: 0 }

.col__3 .anchor__list:nth-child(3n+1) { margin-left: 0 }
.col__3 .anchor__list:nth-child(3n+3) { margin-right: 0 }

.col__4 .anchor__list:nth-child(4n+1) { margin-left: 0 }
.col__4 .anchor__list:nth-child(4n+4) { margin-right: 0 }

.col__5 .anchor__list:nth-child(5n+1) { margin-left: 0 }
.col__5 .anchor__list:nth-child(5n+5) { margin-right: 0 }

.col__6 .anchor__list:nth-child(6n+1) { margin-left: 0 }
.col__6 .anchor__list:nth-child(6n+6) { margin-right: 0 }

/* オレンジ×赤のカラーリング */
.color__2 .anchor__link {
  color: #fff;
  border: none;
  background-image: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_down_white.png);
  background-size: 10px 10px;
}
.color__2 .anchor__list:nth-child(1) .anchor__link {
  background-color: #f29a01;
}
.color__2 .anchor__list:nth-child(2) .anchor__link {
  background-color: #e24b70;
}

/* はじめてガイドのカラーリング */
.color__full .anchor__link {
  color: #fff;
  border: none;
  background-image: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_down_white.png);
  background-size: 10px 10px;
}
.color__full .anchor__list:nth-child(1) .anchor__link {
  background-color: #5085c5;
}
.color__full .anchor__list:nth-child(2) .anchor__link {
  background-color: #ca66a3;
}
.color__full .anchor__list:nth-child(3) .anchor__link {
  background-color: #8ec31e;
}
.color__full .anchor__list:nth-child(4) .anchor__link {
  background-color: #ef8200;
}
.color__full .anchor__list:nth-child(5) .anchor__link {
  background-color: #b69f14;
}
.color__full .anchor__list:nth-child(6) .anchor__link {
  background-color: #a7653b;
}


/* imgBtn1 */
.imgBtn1 {
  margin-bottom: 30px;
}
.imgBtn1__list {
  width: 250px;
  margin: 0 auto 15px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
}
.imgBtn1__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #383838;
  line-height: 1.4;
  border: 1px solid #dfe3e3;
}
.imgBtn1__text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 70px;
  padding: 0 30px 0 18px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, .75);
}
.imgBtn1__text:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_right_black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}
.imgBtn1__textInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.imgBtn1__sub {
  display: block;
  font-size: 10px;
}
.imgBtn1__main {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/* blank */
.imgBtn1__link.blank .imgBtn1__text:after {
  background-image: url(/product/mutual-fund/nisa_new/common/img/sp/link_blank_black.png);
}



/* type_2col */
.imgBtn1.type_2col:after {
  content: "";
  display: block;
  clear: both;
}
.imgBtn1.type_2col .imgBtn1__list {
  width: 48%;
}
.imgBtn1.type_2col .imgBtn1__list:nth-child(odd) {
  float: left;
}
.imgBtn1.type_2col .imgBtn1__list:nth-child(even) {
  float: right;
}
.imgBtn1.type_2col .imgBtn1__text {
  height: 45px;
  padding: 5px 20px 5px 5px;
  vertical-align: middle;
}
.imgBtn1.type_2col .imgBtn1__text:after {
  right: 5px;
}
.imgBtn1__sub {
  font-size: 10px;
}
.imgBtn1__main {
  font-size: 14px;
  line-height: 1.2;
}



/* imgBtn2 */
.imgBtn2 {
  margin-bottom: 30px;
}
.imgBtn2__list {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto 15px;
  overflow: hidden;
  border: 1px solid #40ace0;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 3px 3px 2px 0px rgba(100, 100, 100, 0.2);
}
.imgBtn2__list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 450px;
  height: 450px;
  background: #e2f6fd;
  -webkit-transform: rotate(27deg) translate(-140px, 130px);
  -moz-transform: rotate(27deg) translate(-140px, 130px);
  -ms-transform: rotate(27deg) translate(-140px, 130px);
  -o-transform: rotate(27deg) translate(-140px, 130px);
  transform: rotate(27deg) translate(-140px, 130px);
}
.imgBtn2__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #44aeea;
  line-height: 1.4;
  text-align: right;
  border: 4px solid #fff;
  z-index: 1;
}
.imgBtn2__img {
  width: 80px;
}
.imgBtn2__text {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: table;
  width: 100%;
  height: 84px;
  padding: 0 5px;
  vertical-align: middle;
}
.imgBtn2__textInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  text-align: left;
}
.imgBtn2__main {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.imgBtn2__sub {
  display: block;
  font-size: 10px;
}

/* type_2col */
.imgBtn2.type_2col:after {
  content: "";
  display: block;
  clear: both;
}
.imgBtn2.type_2col .imgBtn2__list {
  width: 48%;
}
.imgBtn2.type_2col .imgBtn2__list:nth-child(odd) {
  float: left;
}
.imgBtn2.type_2col .imgBtn2__list:nth-child(even) {
  float: right;
}

/* type__lifeplan */
.imgBtn2__list.color1 { border-color: #5085c5; }
.imgBtn2__list.color1:before { background: #e5effb; }
.imgBtn2__list.color1:after { background: #e5effb; }
.imgBtn2__list.color1 .imgBtn2__link { color: #5085c5; }

.imgBtn2__list.color2 { border-color: #ca66a3; }
.imgBtn2__list.color2:before { background: #fee9f5; }
.imgBtn2__list.color2:after { background: #fee9f5; }
.imgBtn2__list.color2 .imgBtn2__link { color: #ca66a3; }

.imgBtn2__list.color3 { border-color: #8ec31e; }
.imgBtn2__list.color3:before { background: #e8f3d2; }
.imgBtn2__list.color3:after { background: #e8f3d2; }
.imgBtn2__list.color3 .imgBtn2__link { color: #8ec31e; }

.imgBtn2__list.color4 { border-color: #ef8200; }
.imgBtn2__list.color4:before { background: #fbe6cc; }
.imgBtn2__list.color4:after { background: #fbe6cc; }
.imgBtn2__list.color4 .imgBtn2__link { color: #ef8200; }

.imgBtn2__list.color5 { border-color: #b69f14; }
.imgBtn2__list.color5:before { background: #f0ebd0; }
.imgBtn2__list.color5:after { background: #f0ebd0; }
.imgBtn2__list.color5 .imgBtn2__link { color: #b69f14; }

.imgBtn2__list.color6 { border-color: #a7653b; }
.imgBtn2__list.color6:before { background: #ede0d7; }
.imgBtn2__list.color6:after { background: #ede0d7; }
.imgBtn2__list.color6 .imgBtn2__link { color: #a7653b; }


/* ==================================================
Table
================================================== */
.table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px;
  background: #fff;
}
.table thead th {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  background: #40ace0;
}
.table thead td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  background: #cfd2d2;
}
.table tbody th {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  background: #f8f8f8;
}
.table tbody td {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

/* color__white */
.table.color__white thead th {
  color: #383838;
  background: #cfd2d2;
}
.table.color__white tbody td {
  background: #fff;
}
/* color__blue */
.table.color__blue thead th {
  background: #40ace0;
}
.table.color__blue tbody td {
  background: #e7f8ff;
}
/* color__red */
.table.color__red thead th {
  background: #ff8aa7;
}
.table.color__red tbody td {
  background: #ffeef2;
}
/* color__double */
.table.color__double thead th:nth-child(2) {
  background: #40ace0;
}
.table.color__double tbody td:nth-child(2) {
  background: #e7f8ff;
}
.table.color__double thead th:nth-child(3) {
  background: #ff8aa7;
}
.table.color__double tbody td:nth-child(3) {
  background: #ffeef2;
}


/* color__nisa */
.table.color__nisa thead th {
  font-size: 18px;
  font-weight: bold;
  background: #e74c3c;
}
.table.color__nisa tbody td {
  background: #ffe7e4;
}
/* color__tnisa */
.table.color__tnisa thead th {
  font-size: 18px;
  font-weight: bold;
  background: #ec79ac;
}
.table.color__tnisa tbody td {
  background: #fde7f1;
}
/* color__jnisa */
.table.color__jnisa thead th {
  font-size: 18px;
  font-weight: bold;
  background: #399ed7;
}
.table.color__jnisa tbody td {
  background: #ddf2fe;
}
/* color__ideco */
.table.color__ideco thead th {
  font-size: 18px;
  font-weight: bold;
  background: #f48004;
}
.table.color__ideco tbody td {
  background: #ffedd9;
}


/* ==================================================
FAQ
================================================== */
.faq {
  margin-bottom: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq_q {
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  cursor: pointer;
  background: #40ace0;
}
.faq_q:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/faq_icon_q.png) no-repeat center center;
  background-size: 20px 20px;
}
.faq_q:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/arrow_down_white.png) no-repeat center center;
  background-size: 14px 14px;
}
.faq_q * {
  line-height: 1.6;
}

/* active */
.faq.active .faq_q:after {
  background-image: url(/product/mutual-fund/nisa_new/common/img/pc/arrow_up_white.png);
}

.faq_q p {
  margin-bottom: 0;
}

.faq_a {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 2px;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  background: #EFEFEF;
}
.faq_a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/faq_icon_a.png) no-repeat center center;
  background-size: 20px 20px;
}
.faq_a * {
  line-height: 1.4;
}
.faq_a *:last-child {
  margin-bottom: 0;
}




/* faq2（考えてみよう） */
.faq2 {
  margin-bottom: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.faq2:last-child {
  margin-bottom: 0;
}
.faq2_q {
  display: table;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  border: 3px solid #cfd2d2;
  border-bottom: none;
}
.faq2_qL {
}
.faq2_qR {
}
.faq2_qTitle {
  font-size: 20px;
  font-weight: bold;
  color: #40ace0;
}
.faq2_qTitle:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/faq2_q_icon.png) no-repeat center center;
  background-size: 25px 25px;
}
.faq2_qTxt {
  margin-top: 20px;
}
.faq2_strong {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #40ace0;
  background: linear-gradient(transparent 60%, #eceb74 60%);
}

.faq2_btn {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: #40ace0;
}

.faq2_btn .faq2_btnAct {
  display: none;
}
.faq2_btn .faq2_btnAct:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/arrow_up_white.png) no-repeat center center;
}
.faq2_btn.active .faq2_btnDef {
  display: none;
}
.faq2_btn .faq2_btnDef:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/arrow_down_white.png) no-repeat center center;
}
.faq2_btn.active .faq2_btnAct {
  display: inline;
}

/* active */
.faq2_btn.active {
  background: #cfd2d2;
}


.faq2_a {
  display: none;
  position: relative;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  border: 3px solid #cfd2d2;
  border-top: none;
  background: #fffff4;
}
.faq2_aTitle {
  font-size: 24px;
  font-weight: bold;
  color: #40ace0;
}
.faq2_aTitle:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/faq2_a_icon.png) no-repeat center center;
}
.faq_a_man {
}
.faq_a_man:after {
  position: absolute;
  right: 0;
  bottom: 100%;
  content: '';
  display: none;
  width: 54px;
  height: 70px;
  background: url(/product/mutual-fund/nisa_new/common/img/pc/faq2_a_man.png) no-repeat center center;
  background-size: 54px 70px;
}


/* faq3（アドバイス） */
.faq3 {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.faq3_q {
  position: relative;
  display: table;
  width: 100%;
  min-height: 66px;
}
.faq3_qInner {
  display: table-cell;
  padding: 12px 10px 10px 70px;
  font-size: 14px;
  font-weight: bold;
  background: #eee;
}
.faq3_qImg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
}
.faq3_a {
  position: relative;
}
.faq3_aImg {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 50px;
}
.faq3_a {
  padding: 10px 10px 10px 70px;
  font-size: 14px;
}
.faq3_a .strong {
  font-size: 16px;
  font-weight: bold;
}


.qNoImg .faq3_q {
  min-height: 40px;
}
.qNoImg .faq3_qInner {
  padding-left: 10px;
}
.qNoImg .faq3_a {
  padding-left: 10px;
}
.qNoImg .faq3_aImg {
  left: auto;
  right: 10px;
  bottom: 100%;
}

/* color orange */
.faq3.color__orange {
  border: 1px solid #f29a01;
}
.faq3.color__orange .faq3_qInner {
  color: #f29a01;
  background: #fef3e1;
}
.faq3.color__orange .faq3_a {
  color: #f29a01;
}

/* color red */
.faq3.color__red {
  border: 1px solid #e24b70;
}
.faq3.color__red .faq3_qInner {
  color: #e24b70;
  background: #ffe7ed;
}
.faq3.color__red .faq3_a {
  color: #e24b70;
}

/* color blue */
.faq3.color__blue {
  border: 1px solid #197fb9;
}
.faq3.color__blue .faq3_qInner {
  color: #197fb9;
  background: #def2fd;
}
.faq3.color__blue .faq3_a {
  color: #197fb9;
}



/* ==================================================
Tab
================================================== */
.stdTab__btnBox {
  padding: 10px 0 0;
  text-align: center;
  font-size: 0;
  background: #e4e5e5;
  border-bottom: 5px solid #40ace0;
}
.stdTab__btn {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
  vertical-align: bottom;
  background: #fff;
  cursor: pointer;
}
.stdTab__btn span {
  font-size: 10px;
  font-weight: normal;
}

/* acitve */
.stdTab__btn.active {
  padding: 10px 0;
  color: #fff;
  background: #40ace0;
}
.stdTab__btn.active {
  cursor: default;
}

/* cols */
.stdTab__btnBox.col2 .stdTab__btn {
  width: 47%;
}
.stdTab__btnBox.col3 .stdTab__btn {
  width: 31%;
}
.stdTab__btnBox.col4 .stdTab__btn {
  width: 23%;
}

.stdTab__bodyBox {
  position: relative;
  background: #fff;
  border: 1px solid #40ace0;
}
.stdTab__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 10px;
  vertical-align: top;
}
.stdTab__body.active {
  position: static;
}


/* ==================================================
スマホ専用 オーバーフロースクロール
================================================== */
.scrollX {
  position: relative;
  margin-bottom: 10px;
  overflow: auto;
}
.scrollX .scrollX__overlay {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.scrollX .scrollX__btn {
  position: absolute;
  left: 50%;
  top: 30px;
  content: '';
  display: table;
  width: 240px;
  height: 50px;
  margin-left: -120px;
  background: #fff;
  border: 1px solid #40ace0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.scrollX .scrollX__btn span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-weight: bold;
  color: #40ace0;
  vertical-align: middle;
}
.scrollX .scrollX__btn:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  width: 28px;
  height: 24px;
  margin-top: -12px;
  background: url(/product/mutual-fund/nisa_new/common/img/sp/icon_swipe.png) no-repeat center center;
  background-size: 28px 24px;
}

.scrollX .scrollX__btn:after {
  -webkit-animation-name: swipe;
          animation-name: swipe;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@keyframes swipe {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}


.scrollX::-webkit-scrollbar {
  height: 5px;
}
.scrollX::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollX::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}


/*.scrollX.del:before {
  display: none;
}*/


/* ==================================================
display
================================================== */
.pc_dispN { display: none !important; }
.pc_dispB { display: block !important; }
.pc_dispI { display: inline !important; }
.pc_dispIB { display: inline-block !important; }
.pc_dispT { display: table !important; }
.pc_dispTC { display: table-cell !important; }

/* ==================================================
float
================================================== */
.sp_fN { float: none !important; }
.sp_fL { float: left !important; }
.sp_fR { float: right !important; }

/* ==================================================
text-align
================================================== */
.sp_taR { text-align: right !important; }
.sp_taL { text-align: left !important; }
.sp_taC { text-align: center !important; }

/* ==================================================
line-height
================================================== */
.sp_lh0 { line-height: 0 !important;}
.sp_lh1 { line-height: 1 !important;}
.sp_lh1p1 { line-height: 1.1 !important;}
.sp_lh1p2 { line-height: 1.2 !important;}
.sp_lh1p3 { line-height: 1.3 !important;}
.sp_lh1p4 { line-height: 1.4 !important;}
.sp_lh1p5 { line-height: 1.5 !important;}
.sp_lh1p6 { line-height: 1.6 !important;}
.sp_lh1p7 { line-height: 1.7 !important;}
.sp_lh1p8 { line-height: 1.8 !important;}
.sp_lh1p9 { line-height: 1.9 !important;}
.sp_lh2 { line-height: 2 !important;}

/* ==================================================
font-size
================================================== */
.sp_fs00 { font-size: 0px !important; }
.sp_fs06 { font-size: 6px !important; }
.sp_fs07 { font-size: 7px !important; }
.sp_fs08 { font-size: 8px !important; }
.sp_fs09 { font-size: 9px !important; }
.sp_fs10 { font-size: 10px !important; }
.sp_fs11 { font-size: 11px !important; }
.sp_fs12 { font-size: 12px !important; }
.sp_fs13 { font-size: 13px !important; }
.sp_fs14 { font-size: 14px !important; }
.sp_fs15 { font-size: 15px !important; }
.sp_fs16 { font-size: 16px !important; }
.sp_fs17 { font-size: 17px !important; }
.sp_fs18 { font-size: 18px !important; }
.sp_fs19 { font-size: 19px !important; }
.sp_fs20 { font-size: 20px !important; }
.sp_fs21 { font-size: 21px !important; }
.sp_fs22 { font-size: 22px !important; }
.sp_fs23 { font-size: 23px !important; }
.sp_fs24 { font-size: 24px !important; }
.sp_fs25 { font-size: 25px !important; }
.sp_fs26 { font-size: 26px !important; }
.sp_fs27 { font-size: 27px !important; }
.sp_fs28 { font-size: 28px !important; }
.sp_fs29 { font-size: 29px !important; }
.sp_fs30 { font-size: 30px !important; }
.sp_fs31 { font-size: 31px !important; }
.sp_fs32 { font-size: 32px !important; }
.sp_fs33 { font-size: 33px !important; }
.sp_fs34 { font-size: 34px !important; }
.sp_fs35 { font-size: 35px !important; }
.sp_fs36 { font-size: 36px !important; }
.sp_fs37 { font-size: 37px !important; }
.sp_fs38 { font-size: 38px !important; }
.sp_fs39 { font-size: 39px !important; }
.sp_fs40 { font-size: 40px !important; }
.sp_fs41 { font-size: 41px !important; }
.sp_fs42 { font-size: 42px !important; }
.sp_fs43 { font-size: 43px !important; }
.sp_fs44 { font-size: 44px !important; }
.sp_fs45 { font-size: 45px !important; }
.sp_fs46 { font-size: 46px !important; }
.sp_fs47 { font-size: 47px !important; }
.sp_fs48 { font-size: 48px !important; }
.sp_fs49 { font-size: 49px !important; }
.sp_fs50 { font-size: 50px !important; }
.sp_fs51 { font-size: 51px !important; }
.sp_fs52 { font-size: 52px !important; }
.sp_fs53 { font-size: 53px !important; }
.sp_fs54 { font-size: 54px !important; }
.sp_fs55 { font-size: 55px !important; }
.sp_fs56 { font-size: 56px !important; }
.sp_fs57 { font-size: 57px !important; }
.sp_fs58 { font-size: 58px !important; }
.sp_fs59 { font-size: 59px !important; }
.sp_fs60 { font-size: 60px !important; }
.sp_fs61 { font-size: 61px !important; }
.sp_fs62 { font-size: 62px !important; }
.sp_fs63 { font-size: 63px !important; }
.sp_fs64 { font-size: 64px !important; }
.sp_fs65 { font-size: 65px !important; }
.sp_fs66 { font-size: 66px !important; }
.sp_fs67 { font-size: 67px !important; }
.sp_fs68 { font-size: 68px !important; }
.sp_fs69 { font-size: 69px !important; }
.sp_fs70 { font-size: 70px !important; }
.sp_fs71 { font-size: 71px !important; }
.sp_fs72 { font-size: 72px !important; }
.sp_fs73 { font-size: 73px !important; }
.sp_fs74 { font-size: 74px !important; }
.sp_fs75 { font-size: 75px !important; }
.sp_fs76 { font-size: 76px !important; }
.sp_fs77 { font-size: 77px !important; }
.sp_fs78 { font-size: 78px !important; }
.sp_fs79 { font-size: 79px !important; }
.sp_fs80 { font-size: 80px !important; }


/* ==================================================
color
================================================== */
.sp_fcBlack  { color: #000 !important; }
.sp_fc333    { color: #333 !important; }
.sp_fc555    { color: #555 !important; }
.sp_fc777    { color: #777 !important; }
.sp_fcWhite  { color: #fff !important; }
.sp_fcBlue   { color: #40ace0 !important; }
.sp_fcRed    { color: #e24b70 !important; }
.sp_fcOrange { color: #f29a01 !important; }
.sp_fcPink   { color: #e24b70 !important; }
.sp_fcNml    { color: #383838 !important; }

/* ==================================================
font-weight
================================================== */
.sp_fwN { font-weight: normal !important; }
.sp_fwB { font-weight: bold !important; }

/* ==================================================
background-color
================================================== */
.sp_bgNone { background-color: transparent !important; }
.sp_bgBody { background-color: #fee2b2 !important; }
.sp_bgWhite { background-color: #fff !important; }
.sp_bgBlack { background-color: #000 !important; }
.sp_bgCream { background-color: #fff5e5 !important; }
.sp_bgOrange { background-color: #f90 !important; }
.sp_bgBrown { background-color: #382600 !important; }
.sp_bgBeige { background-color: #ffe6aa !important; }
.sp_bgYellow { background-color: #fffad8 !important; }

/* ==================================================
vertical-align
================================================== */
.sp_vaT { vertical-align: top !important; }
.sp_vaM { vertical-align: middle !important; }
.sp_vaB { vertical-align: bottom !important; }

/* ==================================================
ぶら下げインデント 文字幅指定
================================================== */
.sp_tI1em {
  margin-left: 1em !important;
  text-indent: -1em !important;
}
.sp_tI1p5em {
  margin-left: 1.5em !important;
  text-indent: -1.5em !important;
}
.sp_tI2em {
  margin-left: 2em !important;
  text-indent: -2em !important;
}
.sp_tI2p5em {
  margin-left: 2.5em !important;
  text-indent: -2.5em !important;
}
.sp_tI3em {
  margin-left: 3em !important;
  text-indent: -3em !important;
}
.sp_tI4em {
  margin-left: 4em !important;
  text-indent: -4em !important;
}
.sp_tI5em {
  margin-left: 5em !important;
  text-indent: -5em !important;
}

/* ==================================================
width
================================================== */
.sp_w00 { width: 0px !important; }
.sp_w01 { width: 1px !important; }
.sp_w02 { width: 2px !important; }
.sp_w03 { width: 3px !important; }
.sp_w04 { width: 4px !important; }
.sp_w05 { width: 5px !important; }
.sp_w06 { width: 6px !important; }
.sp_w07 { width: 7px !important; }
.sp_w08 { width: 8px !important; }
.sp_w09 { width: 9px !important; }
.sp_w10 { width: 10px !important; }
.sp_w15 { width: 15px !important; }
.sp_w20 { width: 20px !important; }
.sp_w25 { width: 25px !important; }
.sp_w30 { width: 30px !important; }
.sp_w35 { width: 35px !important; }
.sp_w40 { width: 40px !important; }
.sp_w45 { width: 45px !important; }
.sp_w50 { width: 50px !important; }
.sp_w55 { width: 55px !important; }
.sp_w60 { width: 60px !important; }
.sp_w65 { width: 65px !important; }
.sp_w70 { width: 70px !important; }
.sp_w75 { width: 75px !important; }
.sp_w80 { width: 80px !important; }
.sp_w85 { width: 85px !important; }
.sp_w90 { width: 90px !important; }
.sp_w95 { width: 95px !important; }
.sp_w100 { width: 100px !important; }
.sp_w110 { width: 110px !important; }
.sp_w120 { width: 120px !important; }
.sp_w130 { width: 130px !important; }
.sp_w140 { width: 140px !important; }
.sp_w150 { width: 150px !important; }
.sp_w160 { width: 160px !important; }
.sp_w170 { width: 170px !important; }
.sp_w180 { width: 180px !important; }
.sp_w190 { width: 190px !important; }
.sp_w200 { width: 200px !important; }
.sp_w210 { width: 210px !important; }
.sp_w220 { width: 220px !important; }
.sp_w230 { width: 230px !important; }
.sp_w240 { width: 240px !important; }
.sp_w250 { width: 250px !important; }
.sp_w260 { width: 260px !important; }
.sp_w270 { width: 270px !important; }
.sp_w280 { width: 280px !important; }
.sp_w290 { width: 290px !important; }
.sp_w300 { width: 300px !important; }
.sp_w310 { width: 310px !important; }
.sp_w320 { width: 320px !important; }
.sp_w330 { width: 330px !important; }
.sp_w340 { width: 340px !important; }
.sp_w350 { width: 350px !important; }
.sp_w360 { width: 360px !important; }
.sp_w370 { width: 370px !important; }
.sp_w380 { width: 380px !important; }
.sp_w390 { width: 390px !important; }
.sp_w400 { width: 400px !important; }
.sp_w410 { width: 410px !important; }
.sp_w420 { width: 420px !important; }
.sp_w430 { width: 430px !important; }
.sp_w440 { width: 440px !important; }
.sp_w450 { width: 450px !important; }
.sp_w460 { width: 460px !important; }
.sp_w470 { width: 470px !important; }
.sp_w480 { width: 480px !important; }
.sp_w490 { width: 490px !important; }
.sp_w500 { width: 500px !important; }
.sp_w510 { width: 510px !important; }
.sp_w520 { width: 520px !important; }
.sp_w530 { width: 530px !important; }
.sp_w540 { width: 540px !important; }
.sp_w550 { width: 550px !important; }
.sp_w560 { width: 560px !important; }
.sp_w570 { width: 570px !important; }
.sp_w580 { width: 580px !important; }
.sp_w590 { width: 590px !important; }
.sp_w600 { width: 600px !important; }
.sp_w610 { width: 610px !important; }
.sp_w620 { width: 620px !important; }
.sp_w630 { width: 630px !important; }
.sp_w640 { width: 640px !important; }
.sp_w650 { width: 650px !important; }
.sp_w660 { width: 660px !important; }
.sp_w670 { width: 670px !important; }
.sp_w680 { width: 680px !important; }
.sp_w690 { width: 690px !important; }
.sp_w700 { width: 700px !important; }
.sp_w710 { width: 710px !important; }
.sp_w720 { width: 720px !important; }
.sp_w730 { width: 730px !important; }
.sp_w740 { width: 740px !important; }
.sp_w750 { width: 750px !important; }
.sp_w760 { width: 760px !important; }
.sp_w770 { width: 770px !important; }
.sp_w780 { width: 780px !important; }
.sp_w790 { width: 790px !important; }
.sp_w800 { width: 800px !important; }
.sp_w810 { width: 810px !important; }
.sp_w820 { width: 820px !important; }
.sp_w830 { width: 830px !important; }
.sp_w840 { width: 840px !important; }
.sp_w850 { width: 850px !important; }
.sp_w860 { width: 860px !important; }
.sp_w870 { width: 870px !important; }
.sp_w880 { width: 880px !important; }
.sp_w890 { width: 890px !important; }
.sp_w900 { width: 900px !important; }
.sp_w910 { width: 910px !important; }
.sp_w920 { width: 920px !important; }
.sp_w930 { width: 930px !important; }
.sp_w940 { width: 940px !important; }
.sp_w950 { width: 950px !important; }
.sp_w960 { width: 960px !important; }
.sp_w970 { width: 970px !important; }
.sp_w980 { width: 980px !important; }
.sp_w990 { width: 990px !important; }
.sp_w1000 { width: 1000px !important; }

.sp_w00p { width: 0% !important; }
.sp_w01p { width: 1% !important; }
.sp_w02p { width: 2% !important; }
.sp_w03p { width: 3% !important; }
.sp_w04p { width: 4% !important; }
.sp_w05p { width: 5% !important; }
.sp_w06p { width: 6% !important; }
.sp_w07p { width: 7% !important; }
.sp_w08p { width: 8% !important; }
.sp_w09p { width: 9% !important; }
.sp_w10p { width: 10% !important; }
.sp_w11p { width: 11% !important; }
.sp_w12p { width: 12% !important; }
.sp_w13p { width: 13% !important; }
.sp_w14p { width: 14% !important; }
.sp_w15p { width: 15% !important; }
.sp_w16p { width: 16% !important; }
.sp_w17p { width: 17% !important; }
.sp_w18p { width: 18% !important; }
.sp_w19p { width: 19% !important; }
.sp_w20p { width: 20% !important; }
.sp_w21p { width: 21% !important; }
.sp_w22p { width: 22% !important; }
.sp_w23p { width: 23% !important; }
.sp_w24p { width: 24% !important; }
.sp_w25p { width: 25% !important; }
.sp_w26p { width: 26% !important; }
.sp_w27p { width: 27% !important; }
.sp_w28p { width: 28% !important; }
.sp_w29p { width: 29% !important; }
.sp_w30p { width: 30% !important; }
.sp_w31p { width: 31% !important; }
.sp_w32p { width: 32% !important; }
.sp_w33p { width: 33% !important; }
.sp_w34p { width: 34% !important; }
.sp_w35p { width: 35% !important; }
.sp_w36p { width: 36% !important; }
.sp_w37p { width: 37% !important; }
.sp_w38p { width: 38% !important; }
.sp_w39p { width: 39% !important; }
.sp_w40p { width: 40% !important; }
.sp_w41p { width: 41% !important; }
.sp_w42p { width: 42% !important; }
.sp_w43p { width: 43% !important; }
.sp_w44p { width: 44% !important; }
.sp_w45p { width: 45% !important; }
.sp_w46p { width: 46% !important; }
.sp_w47p { width: 47% !important; }
.sp_w48p { width: 48% !important; }
.sp_w49p { width: 49% !important; }
.sp_w50p { width: 50% !important; }
.sp_w51p { width: 51% !important; }
.sp_w52p { width: 52% !important; }
.sp_w53p { width: 53% !important; }
.sp_w54p { width: 54% !important; }
.sp_w55p { width: 55% !important; }
.sp_w56p { width: 56% !important; }
.sp_w57p { width: 57% !important; }
.sp_w58p { width: 58% !important; }
.sp_w59p { width: 59% !important; }
.sp_w60p { width: 60% !important; }
.sp_w61p { width: 61% !important; }
.sp_w62p { width: 62% !important; }
.sp_w63p { width: 63% !important; }
.sp_w64p { width: 64% !important; }
.sp_w65p { width: 65% !important; }
.sp_w66p { width: 66% !important; }
.sp_w67p { width: 67% !important; }
.sp_w68p { width: 68% !important; }
.sp_w69p { width: 69% !important; }
.sp_w70p { width: 70% !important; }
.sp_w71p { width: 71% !important; }
.sp_w72p { width: 72% !important; }
.sp_w73p { width: 73% !important; }
.sp_w74p { width: 74% !important; }
.sp_w75p { width: 75% !important; }
.sp_w76p { width: 76% !important; }
.sp_w77p { width: 77% !important; }
.sp_w78p { width: 78% !important; }
.sp_w79p { width: 79% !important; }
.sp_w80p { width: 80% !important; }
.sp_w81p { width: 81% !important; }
.sp_w82p { width: 82% !important; }
.sp_w83p { width: 83% !important; }
.sp_w84p { width: 84% !important; }
.sp_w85p { width: 85% !important; }
.sp_w86p { width: 86% !important; }
.sp_w87p { width: 87% !important; }
.sp_w88p { width: 88% !important; }
.sp_w89p { width: 89% !important; }
.sp_w90p { width: 90% !important; }
.sp_w91p { width: 91% !important; }
.sp_w92p { width: 92% !important; }
.sp_w93p { width: 93% !important; }
.sp_w94p { width: 94% !important; }
.sp_w95p { width: 95% !important; }
.sp_w96p { width: 96% !important; }
.sp_w97p { width: 97% !important; }
.sp_w98p { width: 98% !important; }
.sp_w99p { width: 99% !important; }
.sp_w100p { width: 100% !important; }


/* ==================================================
height
================================================== */
.sp_h00 { height: 0px !important; }
.sp_h01 { height: 1px !important; }
.sp_h02 { height: 2px !important; }
.sp_h03 { height: 3px !important; }
.sp_h04 { height: 4px !important; }
.sp_h05 { height: 5px !important; }
.sp_h06 { height: 6px !important; }
.sp_h07 { height: 7px !important; }
.sp_h08 { height: 8px !important; }
.sp_h09 { height: 9px !important; }
.sp_h10 { height: 10px !important; }
.sp_h15 { height: 15px !important; }
.sp_h20 { height: 20px !important; }
.sp_h25 { height: 25px !important; }
.sp_h30 { height: 30px !important; }
.sp_h35 { height: 35px !important; }
.sp_h40 { height: 40px !important; }
.sp_h45 { height: 45px !important; }
.sp_h50 { height: 50px !important; }
.sp_h55 { height: 55px !important; }
.sp_h60 { height: 60px !important; }
.sp_h65 { height: 65px !important; }
.sp_h70 { height: 70px !important; }
.sp_h75 { height: 75px !important; }
.sp_h80 { height: 80px !important; }
.sp_h85 { height: 85px !important; }
.sp_h90 { height: 90px !important; }
.sp_h95 { height: 95px !important; }
.sp_h100 { height: 100px !important; }
.sp_h110 { height: 110px !important; }
.sp_h120 { height: 120px !important; }
.sp_h130 { height: 130px !important; }
.sp_h140 { height: 140px !important; }
.sp_h150 { height: 150px !important; }
.sp_h160 { height: 160px !important; }
.sp_h170 { height: 170px !important; }
.sp_h180 { height: 180px !important; }
.sp_h190 { height: 190px !important; }
.sp_h200 { height: 200px !important; }
.sp_h210 { height: 210px !important; }
.sp_h220 { height: 220px !important; }
.sp_h230 { height: 230px !important; }
.sp_h240 { height: 240px !important; }
.sp_h250 { height: 250px !important; }
.sp_h260 { height: 260px !important; }
.sp_h270 { height: 270px !important; }
.sp_h280 { height: 280px !important; }
.sp_h290 { height: 290px !important; }
.sp_h300 { height: 300px !important; }
.sp_h310 { height: 310px !important; }
.sp_h320 { height: 320px !important; }
.sp_h330 { height: 330px !important; }
.sp_h340 { height: 340px !important; }
.sp_h350 { height: 350px !important; }
.sp_h360 { height: 360px !important; }
.sp_h370 { height: 370px !important; }
.sp_h380 { height: 380px !important; }
.sp_h390 { height: 390px !important; }
.sp_h400 { height: 400px !important; }
.sp_h410 { height: 410px !important; }
.sp_h420 { height: 420px !important; }
.sp_h430 { height: 430px !important; }
.sp_h440 { height: 440px !important; }
.sp_h450 { height: 450px !important; }
.sp_h460 { height: 460px !important; }
.sp_h470 { height: 470px !important; }
.sp_h480 { height: 480px !important; }
.sp_h490 { height: 490px !important; }
.sp_h500 { height: 500px !important; }
.sp_h510 { height: 510px !important; }
.sp_h520 { height: 520px !important; }
.sp_h530 { height: 530px !important; }
.sp_h540 { height: 540px !important; }
.sp_h550 { height: 550px !important; }
.sp_h560 { height: 560px !important; }
.sp_h570 { height: 570px !important; }
.sp_h580 { height: 580px !important; }
.sp_h590 { height: 590px !important; }
.sp_h600 { height: 600px !important; }
.sp_h610 { height: 610px !important; }
.sp_h620 { height: 620px !important; }
.sp_h630 { height: 630px !important; }
.sp_h640 { height: 640px !important; }
.sp_h650 { height: 650px !important; }
.sp_h660 { height: 660px !important; }
.sp_h670 { height: 670px !important; }
.sp_h680 { height: 680px !important; }
.sp_h690 { height: 690px !important; }
.sp_h700 { height: 700px !important; }
.sp_h710 { height: 710px !important; }
.sp_h720 { height: 720px !important; }
.sp_h730 { height: 730px !important; }
.sp_h740 { height: 740px !important; }
.sp_h750 { height: 750px !important; }
.sp_h760 { height: 760px !important; }
.sp_h770 { height: 770px !important; }
.sp_h780 { height: 780px !important; }
.sp_h790 { height: 790px !important; }
.sp_h800 { height: 800px !important; }
.sp_h810 { height: 810px !important; }
.sp_h820 { height: 820px !important; }
.sp_h830 { height: 830px !important; }
.sp_h840 { height: 840px !important; }
.sp_h850 { height: 850px !important; }
.sp_h860 { height: 860px !important; }
.sp_h870 { height: 870px !important; }
.sp_h880 { height: 880px !important; }
.sp_h890 { height: 890px !important; }
.sp_h900 { height: 900px !important; }
.sp_h910 { height: 910px !important; }
.sp_h920 { height: 920px !important; }
.sp_h930 { height: 930px !important; }
.sp_h940 { height: 940px !important; }
.sp_h950 { height: 950px !important; }
.sp_h960 { height: 960px !important; }
.sp_h970 { height: 970px !important; }
.sp_h980 { height: 980px !important; }
.sp_h990 { height: 990px !important; }
.sp_h1000 { height: 1000px !important; }

.sp_h00p { height: 0% !important; }
.sp_h01p { height: 1% !important; }
.sp_h02p { height: 2% !important; }
.sp_h03p { height: 3% !important; }
.sp_h04p { height: 4% !important; }
.sp_h05p { height: 5% !important; }
.sp_h06p { height: 6% !important; }
.sp_h07p { height: 7% !important; }
.sp_h08p { height: 8% !important; }
.sp_h09p { height: 9% !important; }
.sp_h10p { height: 10% !important; }
.sp_h11p { height: 11% !important; }
.sp_h12p { height: 12% !important; }
.sp_h13p { height: 13% !important; }
.sp_h14p { height: 14% !important; }
.sp_h15p { height: 15% !important; }
.sp_h16p { height: 16% !important; }
.sp_h17p { height: 17% !important; }
.sp_h18p { height: 18% !important; }
.sp_h19p { height: 19% !important; }
.sp_h20p { height: 20% !important; }
.sp_h21p { height: 21% !important; }
.sp_h22p { height: 22% !important; }
.sp_h23p { height: 23% !important; }
.sp_h24p { height: 24% !important; }
.sp_h25p { height: 25% !important; }
.sp_h26p { height: 26% !important; }
.sp_h27p { height: 27% !important; }
.sp_h28p { height: 28% !important; }
.sp_h29p { height: 29% !important; }
.sp_h30p { height: 30% !important; }
.sp_h31p { height: 31% !important; }
.sp_h32p { height: 32% !important; }
.sp_h33p { height: 33% !important; }
.sp_h34p { height: 34% !important; }
.sp_h35p { height: 35% !important; }
.sp_h36p { height: 36% !important; }
.sp_h37p { height: 37% !important; }
.sp_h38p { height: 38% !important; }
.sp_h39p { height: 39% !important; }
.sp_h40p { height: 40% !important; }
.sp_h41p { height: 41% !important; }
.sp_h42p { height: 42% !important; }
.sp_h43p { height: 43% !important; }
.sp_h44p { height: 44% !important; }
.sp_h45p { height: 45% !important; }
.sp_h46p { height: 46% !important; }
.sp_h47p { height: 47% !important; }
.sp_h48p { height: 48% !important; }
.sp_h49p { height: 49% !important; }
.sp_h50p { height: 50% !important; }
.sp_h51p { height: 51% !important; }
.sp_h52p { height: 52% !important; }
.sp_h53p { height: 53% !important; }
.sp_h54p { height: 54% !important; }
.sp_h55p { height: 55% !important; }
.sp_h56p { height: 56% !important; }
.sp_h57p { height: 57% !important; }
.sp_h58p { height: 58% !important; }
.sp_h59p { height: 59% !important; }
.sp_h60p { height: 60% !important; }
.sp_h61p { height: 61% !important; }
.sp_h62p { height: 62% !important; }
.sp_h63p { height: 63% !important; }
.sp_h64p { height: 64% !important; }
.sp_h65p { height: 65% !important; }
.sp_h66p { height: 66% !important; }
.sp_h67p { height: 67% !important; }
.sp_h68p { height: 68% !important; }
.sp_h69p { height: 69% !important; }
.sp_h70p { height: 70% !important; }
.sp_h71p { height: 71% !important; }
.sp_h72p { height: 72% !important; }
.sp_h73p { height: 73% !important; }
.sp_h74p { height: 74% !important; }
.sp_h75p { height: 75% !important; }
.sp_h76p { height: 76% !important; }
.sp_h77p { height: 77% !important; }
.sp_h78p { height: 78% !important; }
.sp_h79p { height: 79% !important; }
.sp_h80p { height: 80% !important; }
.sp_h81p { height: 81% !important; }
.sp_h82p { height: 82% !important; }
.sp_h83p { height: 83% !important; }
.sp_h84p { height: 84% !important; }
.sp_h85p { height: 85% !important; }
.sp_h86p { height: 86% !important; }
.sp_h87p { height: 87% !important; }
.sp_h88p { height: 88% !important; }
.sp_h89p { height: 89% !important; }
.sp_h90p { height: 90% !important; }
.sp_h91p { height: 91% !important; }
.sp_h92p { height: 92% !important; }
.sp_h93p { height: 93% !important; }
.sp_h94p { height: 94% !important; }
.sp_h95p { height: 95% !important; }
.sp_h96p { height: 96% !important; }
.sp_h97p { height: 97% !important; }
.sp_h98p { height: 98% !important; }
.sp_h99p { height: 99% !important; }
.sp_h100p { height: 100% !important; }


/* ==================================================
margin
================================================== */
.sp_m00 { margin: 0 !important; }
.sp_mAuto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.sp_mt00 { margin-top: 0px !important; }
.sp_mt05 { margin-top: 5px !important; }
.sp_mt10 { margin-top: 10px !important; }
.sp_mt15 { margin-top: 15px !important; }
.sp_mt20 { margin-top: 20px !important; }
.sp_mt25 { margin-top: 25px !important; }
.sp_mt30 { margin-top: 30px !important; }
.sp_mt35 { margin-top: 35px !important; }
.sp_mt40 { margin-top: 40px !important; }
.sp_mt45 { margin-top: 45px !important; }
.sp_mt50 { margin-top: 50px !important; }
.sp_mt55 { margin-top: 55px !important; }
.sp_mt60 { margin-top: 60px !important; }
.sp_mt65 { margin-top: 65px !important; }
.sp_mt70 { margin-top: 70px !important; }
.sp_mt75 { margin-top: 75px !important; }
.sp_mt80 { margin-top: 80px !important; }
.sp_mt85 { margin-top: 85px !important; }
.sp_mt90 { margin-top: 90px !important; }
.sp_mt95 { margin-top: 95px !important; }
.sp_mt100 { margin-top: 100px !important; }
.sp_mt105 { margin-top: 105px !important; }
.sp_mt110 { margin-top: 110px !important; }
.sp_mt115 { margin-top: 115px !important; }
.sp_mt120 { margin-top: 120px !important; }
.sp_mt125 { margin-top: 125px !important; }
.sp_mt130 { margin-top: 130px !important; }
.sp_mt135 { margin-top: 135px !important; }
.sp_mt140 { margin-top: 140px !important; }
.sp_mt145 { margin-top: 145px !important; }
.sp_mt150 { margin-top: 150px !important; }
.sp_mt155 { margin-top: 155px !important; }
.sp_mt160 { margin-top: 160px !important; }
.sp_mt165 { margin-top: 165px !important; }
.sp_mt170 { margin-top: 170px !important; }
.sp_mt175 { margin-top: 175px !important; }
.sp_mt180 { margin-top: 180px !important; }
.sp_mt185 { margin-top: 185px !important; }
.sp_mt190 { margin-top: 190px !important; }
.sp_mt195 { margin-top: 195px !important; }
.sp_mt200 { margin-top: 200px !important; }

.sp_mb00 { margin-bottom: 0px !important; }
.sp_mb05 { margin-bottom: 5px !important; }
.sp_mb10 { margin-bottom: 10px !important; }
.sp_mb15 { margin-bottom: 15px !important; }
.sp_mb20 { margin-bottom: 20px !important; }
.sp_mb25 { margin-bottom: 25px !important; }
.sp_mb30 { margin-bottom: 30px !important; }
.sp_mb35 { margin-bottom: 35px !important; }
.sp_mb40 { margin-bottom: 40px !important; }
.sp_mb45 { margin-bottom: 45px !important; }
.sp_mb50 { margin-bottom: 50px !important; }
.sp_mb55 { margin-bottom: 55px !important; }
.sp_mb60 { margin-bottom: 60px !important; }
.sp_mb65 { margin-bottom: 65px !important; }
.sp_mb70 { margin-bottom: 70px !important; }
.sp_mb75 { margin-bottom: 75px !important; }
.sp_mb80 { margin-bottom: 80px !important; }
.sp_mb85 { margin-bottom: 85px !important; }
.sp_mb90 { margin-bottom: 90px !important; }
.sp_mb95 { margin-bottom: 95px !important; }
.sp_mb100 { margin-bottom: 100px !important; }
.sp_mb105 { margin-bottom: 105px !important; }
.sp_mb110 { margin-bottom: 110px !important; }
.sp_mb115 { margin-bottom: 115px !important; }
.sp_mb120 { margin-bottom: 120px !important; }
.sp_mb125 { margin-bottom: 125px !important; }
.sp_mb130 { margin-bottom: 130px !important; }
.sp_mb135 { margin-bottom: 135px !important; }
.sp_mb140 { margin-bottom: 140px !important; }
.sp_mb145 { margin-bottom: 145px !important; }
.sp_mb150 { margin-bottom: 150px !important; }
.sp_mb155 { margin-bottom: 155px !important; }
.sp_mb160 { margin-bottom: 160px !important; }
.sp_mb165 { margin-bottom: 165px !important; }
.sp_mb170 { margin-bottom: 170px !important; }
.sp_mb175 { margin-bottom: 175px !important; }
.sp_mb180 { margin-bottom: 180px !important; }
.sp_mb185 { margin-bottom: 185px !important; }
.sp_mb190 { margin-bottom: 190px !important; }
.sp_mb195 { margin-bottom: 195px !important; }
.sp_mb200 { margin-bottom: 200px !important; }

.sp_ml00 { margin-left: 0px !important; }
.sp_ml05 { margin-left: 5px !important; }
.sp_ml10 { margin-left: 10px !important; }
.sp_ml15 { margin-left: 15px !important; }
.sp_ml20 { margin-left: 20px !important; }
.sp_ml25 { margin-left: 25px !important; }
.sp_ml30 { margin-left: 30px !important; }
.sp_ml35 { margin-left: 35px !important; }
.sp_ml40 { margin-left: 40px !important; }
.sp_ml45 { margin-left: 45px !important; }
.sp_ml50 { margin-left: 50px !important; }
.sp_ml55 { margin-left: 55px !important; }
.sp_ml60 { margin-left: 60px !important; }
.sp_ml65 { margin-left: 65px !important; }
.sp_ml70 { margin-left: 70px !important; }
.sp_ml75 { margin-left: 75px !important; }
.sp_ml80 { margin-left: 80px !important; }
.sp_ml85 { margin-left: 85px !important; }
.sp_ml90 { margin-left: 90px !important; }
.sp_ml95 { margin-left: 95px !important; }
.sp_ml100 { margin-left: 100px !important; }
.sp_ml105 { margin-left: 105px !important; }
.sp_ml110 { margin-left: 110px !important; }
.sp_ml115 { margin-left: 115px !important; }
.sp_ml120 { margin-left: 120px !important; }
.sp_ml125 { margin-left: 125px !important; }
.sp_ml130 { margin-left: 130px !important; }
.sp_ml135 { margin-left: 135px !important; }
.sp_ml140 { margin-left: 140px !important; }
.sp_ml145 { margin-left: 145px !important; }
.sp_ml150 { margin-left: 150px !important; }
.sp_ml155 { margin-left: 155px !important; }
.sp_ml160 { margin-left: 160px !important; }
.sp_ml165 { margin-left: 165px !important; }
.sp_ml170 { margin-left: 170px !important; }
.sp_ml175 { margin-left: 175px !important; }
.sp_ml180 { margin-left: 180px !important; }
.sp_ml185 { margin-left: 185px !important; }
.sp_ml190 { margin-left: 190px !important; }
.sp_ml195 { margin-left: 195px !important; }
.sp_ml200 { margin-left: 200px !important; }

.sp_mr00 { margin-right: 0px !important; }
.sp_mr05 { margin-right: 5px !important; }
.sp_mr10 { margin-right: 10px !important; }
.sp_mr15 { margin-right: 15px !important; }
.sp_mr20 { margin-right: 20px !important; }
.sp_mr25 { margin-right: 25px !important; }
.sp_mr30 { margin-right: 30px !important; }
.sp_mr35 { margin-right: 35px !important; }
.sp_mr40 { margin-right: 40px !important; }
.sp_mr45 { margin-right: 45px !important; }
.sp_mr50 { margin-right: 50px !important; }
.sp_mr55 { margin-right: 55px !important; }
.sp_mr60 { margin-right: 60px !important; }
.sp_mr65 { margin-right: 65px !important; }
.sp_mr70 { margin-right: 70px !important; }
.sp_mr75 { margin-right: 75px !important; }
.sp_mr80 { margin-right: 80px !important; }
.sp_mr85 { margin-right: 85px !important; }
.sp_mr90 { margin-right: 90px !important; }
.sp_mr95 { margin-right: 95px !important; }
.sp_mr100 { margin-right: 100px !important; }
.sp_mr105 { margin-right: 105px !important; }
.sp_mr110 { margin-right: 110px !important; }
.sp_mr115 { margin-right: 115px !important; }
.sp_mr120 { margin-right: 120px !important; }
.sp_mr125 { margin-right: 125px !important; }
.sp_mr130 { margin-right: 130px !important; }
.sp_mr135 { margin-right: 135px !important; }
.sp_mr140 { margin-right: 140px !important; }
.sp_mr145 { margin-right: 145px !important; }
.sp_mr150 { margin-right: 150px !important; }
.sp_mr155 { margin-right: 155px !important; }
.sp_mr160 { margin-right: 160px !important; }
.sp_mr165 { margin-right: 165px !important; }
.sp_mr170 { margin-right: 170px !important; }
.sp_mr175 { margin-right: 175px !important; }
.sp_mr180 { margin-right: 180px !important; }
.sp_mr185 { margin-right: 185px !important; }
.sp_mr190 { margin-right: 190px !important; }
.sp_mr195 { margin-right: 195px !important; }
.sp_mr200 { margin-right: 200px !important; }


/* ==================================================
padding
================================================== */
.sp_p00 { padding: 0px !important; }
.sp_p05 { padding: 5px !important; }
.sp_p10 { padding: 10px !important; }
.sp_p15 { padding: 15px !important; }
.sp_p20 { padding: 20px !important; }
.sp_p25 { padding: 25px !important; }
.sp_p30 { padding: 30px !important; }
.sp_p35 { padding: 35px !important; }
.sp_p40 { padding: 40px !important; }
.sp_p45 { padding: 45px !important; }
.sp_p50 { padding: 50px !important; }
.sp_p55 { padding: 55px !important; }
.sp_p60 { padding: 60px !important; }
.sp_p65 { padding: 65px !important; }
.sp_p70 { padding: 70px !important; }
.sp_p75 { padding: 75px !important; }
.sp_p80 { padding: 80px !important; }
.sp_p85 { padding: 85px !important; }
.sp_p90 { padding: 90px !important; }
.sp_p95 { padding: 95px !important; }
.sp_p100 { padding: 100px !important; }


.sp_pt00 { padding-top: 0px !important; }
.sp_pt05 { padding-top: 5px !important; }
.sp_pt10 { padding-top: 10px !important; }
.sp_pt15 { padding-top: 15px !important; }
.sp_pt20 { padding-top: 20px !important; }
.sp_pt25 { padding-top: 25px !important; }
.sp_pt30 { padding-top: 30px !important; }
.sp_pt35 { padding-top: 35px !important; }
.sp_pt40 { padding-top: 40px !important; }
.sp_pt45 { padding-top: 45px !important; }
.sp_pt50 { padding-top: 50px !important; }
.sp_pt55 { padding-top: 55px !important; }
.sp_pt60 { padding-top: 60px !important; }
.sp_pt65 { padding-top: 65px !important; }
.sp_pt70 { padding-top: 70px !important; }
.sp_pt75 { padding-top: 75px !important; }
.sp_pt80 { padding-top: 80px !important; }
.sp_pt85 { padding-top: 85px !important; }
.sp_pt90 { padding-top: 90px !important; }
.sp_pt95 { padding-top: 95px !important; }
.sp_pt100 { padding-top: 100px !important; }
.sp_pt105 { padding-top: 105px !important; }
.sp_pt110 { padding-top: 110px !important; }
.sp_pt115 { padding-top: 115px !important; }
.sp_pt120 { padding-top: 120px !important; }
.sp_pt125 { padding-top: 125px !important; }
.sp_pt130 { padding-top: 130px !important; }
.sp_pt135 { padding-top: 135px !important; }
.sp_pt140 { padding-top: 140px !important; }
.sp_pt145 { padding-top: 145px !important; }
.sp_pt150 { padding-top: 150px !important; }
.sp_pt155 { padding-top: 155px !important; }
.sp_pt160 { padding-top: 160px !important; }
.sp_pt165 { padding-top: 165px !important; }
.sp_pt170 { padding-top: 170px !important; }
.sp_pt175 { padding-top: 175px !important; }
.sp_pt180 { padding-top: 180px !important; }
.sp_pt185 { padding-top: 185px !important; }
.sp_pt190 { padding-top: 190px !important; }
.sp_pt195 { padding-top: 195px !important; }
.sp_pt200 { padding-top: 200px !important; }

.sp_pb00 { padding-bottom: 0px !important; }
.sp_pb05 { padding-bottom: 5px !important; }
.sp_pb10 { padding-bottom: 10px !important; }
.sp_pb15 { padding-bottom: 15px !important; }
.sp_pb20 { padding-bottom: 20px !important; }
.sp_pb25 { padding-bottom: 25px !important; }
.sp_pb30 { padding-bottom: 30px !important; }
.sp_pb35 { padding-bottom: 35px !important; }
.sp_pb40 { padding-bottom: 40px !important; }
.sp_pb45 { padding-bottom: 45px !important; }
.sp_pb50 { padding-bottom: 50px !important; }
.sp_pb55 { padding-bottom: 55px !important; }
.sp_pb60 { padding-bottom: 60px !important; }
.sp_pb65 { padding-bottom: 65px !important; }
.sp_pb70 { padding-bottom: 70px !important; }
.sp_pb75 { padding-bottom: 75px !important; }
.sp_pb80 { padding-bottom: 80px !important; }
.sp_pb85 { padding-bottom: 85px !important; }
.sp_pb90 { padding-bottom: 90px !important; }
.sp_pb95 { padding-bottom: 95px !important; }
.sp_pb100 { padding-bottom: 100px !important; }
.sp_pb105 { padding-bottom: 105px !important; }
.sp_pb110 { padding-bottom: 110px !important; }
.sp_pb115 { padding-bottom: 115px !important; }
.sp_pb120 { padding-bottom: 120px !important; }
.sp_pb125 { padding-bottom: 125px !important; }
.sp_pb130 { padding-bottom: 130px !important; }
.sp_pb135 { padding-bottom: 135px !important; }
.sp_pb140 { padding-bottom: 140px !important; }
.sp_pb145 { padding-bottom: 145px !important; }
.sp_pb150 { padding-bottom: 150px !important; }
.sp_pb155 { padding-bottom: 155px !important; }
.sp_pb160 { padding-bottom: 160px !important; }
.sp_pb165 { padding-bottom: 165px !important; }
.sp_pb170 { padding-bottom: 170px !important; }
.sp_pb175 { padding-bottom: 175px !important; }
.sp_pb180 { padding-bottom: 180px !important; }
.sp_pb185 { padding-bottom: 185px !important; }
.sp_pb190 { padding-bottom: 190px !important; }
.sp_pb195 { padding-bottom: 195px !important; }
.sp_pb200 { padding-bottom: 200px !important; }

.sp_pl00 { padding-left: 0px !important; }
.sp_pl05 { padding-left: 5px !important; }
.sp_pl10 { padding-left: 10px !important; }
.sp_pl15 { padding-left: 15px !important; }
.sp_pl20 { padding-left: 20px !important; }
.sp_pl25 { padding-left: 25px !important; }
.sp_pl30 { padding-left: 30px !important; }
.sp_pl35 { padding-left: 35px !important; }
.sp_pl40 { padding-left: 40px !important; }
.sp_pl45 { padding-left: 45px !important; }
.sp_pl50 { padding-left: 50px !important; }
.sp_pl55 { padding-left: 55px !important; }
.sp_pl60 { padding-left: 60px !important; }
.sp_pl65 { padding-left: 65px !important; }
.sp_pl70 { padding-left: 70px !important; }
.sp_pl75 { padding-left: 75px !important; }
.sp_pl80 { padding-left: 80px !important; }
.sp_pl85 { padding-left: 85px !important; }
.sp_pl90 { padding-left: 90px !important; }
.sp_pl95 { padding-left: 95px !important; }
.sp_pl100 { padding-left: 100px !important; }
.sp_pl105 { padding-left: 105px !important; }
.sp_pl110 { padding-left: 110px !important; }
.sp_pl115 { padding-left: 115px !important; }
.sp_pl120 { padding-left: 120px !important; }
.sp_pl125 { padding-left: 125px !important; }
.sp_pl130 { padding-left: 130px !important; }
.sp_pl135 { padding-left: 135px !important; }
.sp_pl140 { padding-left: 140px !important; }
.sp_pl145 { padding-left: 145px !important; }
.sp_pl150 { padding-left: 150px !important; }
.sp_pl155 { padding-left: 155px !important; }
.sp_pl160 { padding-left: 160px !important; }
.sp_pl165 { padding-left: 165px !important; }
.sp_pl170 { padding-left: 170px !important; }
.sp_pl175 { padding-left: 175px !important; }
.sp_pl180 { padding-left: 180px !important; }
.sp_pl185 { padding-left: 185px !important; }
.sp_pl190 { padding-left: 190px !important; }
.sp_pl195 { padding-left: 195px !important; }
.sp_pl200 { padding-left: 200px !important; }

.sp_pr00 { padding-right: 0px !important; }
.sp_pr05 { padding-right: 5px !important; }
.sp_pr10 { padding-right: 10px !important; }
.sp_pr15 { padding-right: 15px !important; }
.sp_pr20 { padding-right: 20px !important; }
.sp_pr25 { padding-right: 25px !important; }
.sp_pr30 { padding-right: 30px !important; }
.sp_pr35 { padding-right: 35px !important; }
.sp_pr40 { padding-right: 40px !important; }
.sp_pr45 { padding-right: 45px !important; }
.sp_pr50 { padding-right: 50px !important; }
.sp_pr55 { padding-right: 55px !important; }
.sp_pr60 { padding-right: 60px !important; }
.sp_pr65 { padding-right: 65px !important; }
.sp_pr70 { padding-right: 70px !important; }
.sp_pr75 { padding-right: 75px !important; }
.sp_pr80 { padding-right: 80px !important; }
.sp_pr85 { padding-right: 85px !important; }
.sp_pr90 { padding-right: 90px !important; }
.sp_pr95 { padding-right: 95px !important; }
.sp_pr100 { padding-right: 100px !important; }
.sp_pr105 { padding-right: 105px !important; }
.sp_pr110 { padding-right: 110px !important; }
.sp_pr115 { padding-right: 115px !important; }
.sp_pr120 { padding-right: 120px !important; }
.sp_pr125 { padding-right: 125px !important; }
.sp_pr130 { padding-right: 130px !important; }
.sp_pr135 { padding-right: 135px !important; }
.sp_pr140 { padding-right: 140px !important; }
.sp_pr145 { padding-right: 145px !important; }
.sp_pr150 { padding-right: 150px !important; }
.sp_pr155 { padding-right: 155px !important; }
.sp_pr160 { padding-right: 160px !important; }
.sp_pr165 { padding-right: 165px !important; }
.sp_pr170 { padding-right: 170px !important; }
.sp_pr175 { padding-right: 175px !important; }
.sp_pr180 { padding-right: 180px !important; }
.sp_pr185 { padding-right: 185px !important; }
.sp_pr190 { padding-right: 190px !important; }
.sp_pr195 { padding-right: 195px !important; }
.sp_pr200 { padding-right: 200px !important; }


/* ==================================================
border-radius
================================================== */
.sp_br03 {
  -webkit-border-radius: 3px!important;
     -moz-border-radius: 3px!important;
          border-radius: 3px!important;
}
.sp_br05 {
  -webkit-border-radius: 5px!important;
     -moz-border-radius: 5px!important;
          border-radius: 5px!important;
}
.sp_br06 {
  -webkit-border-radius: 6px!important;
     -moz-border-radius: 6px!important;
          border-radius: 6px!important;
}
.sp_br08 {
  -webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}
.sp_br10 {
  -webkit-border-radius: 10px!important;
     -moz-border-radius: 10px!important;
          border-radius: 10px!important;
}
.sp_br20 {
  -webkit-border-radius: 20px!important;
     -moz-border-radius: 20px!important;
          border-radius: 20px!important;
}
.sp_br30 {
  -webkit-border-radius: 30px!important;
     -moz-border-radius: 30px!important;
          border-radius: 30px!important;
}
.sp_br40 {
  -webkit-border-radius: 40px!important;
     -moz-border-radius: 40px!important;
          border-radius: 40px!important;
}