@charset "UTF-8";
/*******************************************************************************
 === INDEX ===
 (1) init html
     * -webkit-text-size-ajust: 100%;
     * -webkit-appearance: none;
     * html margin0 & padding0
     * body margin0 & padding0
     * h1〜6 margin0 & padding0
     * dl, dt, dd margin0 & padding0
     * ul, ol, li margin0 & padding0

 (2) template
     * a
     * table, tr, th, td, thead, tbody, tfoot, ...
     * ul, ol, li
     * dl, dt, dd
     * label
     * input[type="text"]
     * input[type="button"], input[type="submit"], button
     * section

 (3) utility
     * clearfix
     * tooltip
     * toastr
     * grid-template
     * image-popup
     * pager

 (4) business unique
     * request status
     * mobile line status
     * payment status
*******************************************************************************/


/*******************************************************************************
 （1） init css
*******************************************************************************/
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px 0px 80px 0px;
  min-height: 100%;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  overflow-wrap: break-word;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

ul, ol, li {
  margin: 0px;
  padding: 0px;
}

dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

pre {
  margin: 0px;
  padding: 0px;
}



/*******************************************************************************
 （2） style template
*******************************************************************************/
h3 {
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  z-index: 1;
}

h3.type1 {
  font-weight: bold;
  font-size: 15px;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  background-color: #ccc;
  display: inline-block;
}

h3.type2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  display: block;
}

h3.type2::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 5px solid #D9A94D;
  border-radius: 10px;
  margin: 5px 0px 0px -25px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.link-type1 {
  color: blue;
}

a.link-type1:hover {
  text-decoration: underline;
}

table.type1 {
  border-collapse: collapse;
}

table.type1 th.header {
  background-color: #333;
  color: #fff;
}

table.type1 th.footer {
  background-color: #333;
  color: #fff;
}

table.type1 th {
  text-align: left;
  background: #DEDEDE 0% 0% no-repeat padding-box;
}

table.type1 th,
table.type1 td {
  border: 1px solid #707070;
  padding: 10px;
  font-weight: normal;
}

table.type1 tr.top-label>th {
  background: transparent linear-gradient(180deg, #393939 0%, #000000 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

table.type2 {
  border-collapse: collapse;
}

table.type2 th {
  text-align: left;
}

table.type2 th,
table.type2 td {
  border: none;
  padding: 10px;
  font-weight: normal;
}

table.type3 {
  border-collapse: collapse;
}

table.type3 thead th,
table.type3 thead td {
  background: #ffffff !important;
  border-bottom: 3px #000 solid;
}

table.type3 th {
  text-align: left;
}

table.type3 th,
table.type3 td {
  border: none;
  padding: 10px;
}

table.type3 th.header,
table.type3 td.header {
  background: #ffffff !important;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
}

table.type3 tr:nth-child(odd) th,
table.type3 tr:nth-child(odd) td {
  background: #f0f0f0;
}

table.type4 {
  border-collapse: collapse;
}

table.type4 thead th,
table.type4 thead td {
  background: #ffffff !important;
  border-bottom: 3px #000 solid;
}

table.type4 th {
  text-align: left;
}

table.type4 th,
table.type4 td {
  border: none;
  padding: 10px;
  border: none;
  border-bottom: 1px #C0C0C0 dashed;
}

table.type4 th.header,
table.type4 td.header {
  background: #ffffff !important;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
}

table.type4 tr:nth-child(odd) th,
table.type4 tr:nth-child(odd) td {
  background: #f0f0f0;
}

th.noborderbg,
td.noborderbg {
  border: none !important;
  background-color: transparent !important;
}

td.free-padding {
  padding: 0px;
}

ul.type1,
ol.type1 {
  list-style-type: none;
  margin-bottom: 20px;
}

ul.type1 li,
ol.type1 li {
  margin-bottom: 10px;
}

ul.type2,
ol.type2 {
  margin: 0px 0px 20px 20px;
}

ul.type2 li,
ol.type2 li {
  margin-bottom: 10px;
}

ul.type3,
ol.type3 {
  margin: 0px 0px 20px 20px;
}

ul.type3 li,
ol.type3 li {
  margin-bottom: 10px;
  font-size: 15px;
}

ul.type4 li,
ol.type4 li {
  font-size: 15px;
  margin: 0px 0px 0px 20px;
}

dl.type1>dt {
  margin: 0;
  padding: 10px 15px 10px 5px;
  float: left;

  line-height: 20px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000000;
}

dl.type1>dd {
  margin: 0;
  padding: 10px 15px 10px 0;
  border-bottom: 1px dashed #C0C0C0;
  font-size: 15px;
  line-height: 20px;
}

dl.type1 dt.end-line,
dl.type1 dd.end-line {
  border-bottom: none;
  background-color: #fff;
}

dl.type1 dt:nth-child(4n+1),
dl.type1 dd:nth-child(4n+2) {
  background: #f0f0f0;
}

dl.type2 {
  margin: 0px;
  padding: 0px;
}

dl.type2>dt {
  display: inline;
  margin: 0px;
  padding: 5px 15px 5px 15px;
  background: #E3E3E3 0% 0% no-repeat padding-box;
  float: left;
  clear: both;
}

dl.type2>dd {
  margin: 0px 0px 10px 0px;
  padding: 5px 15px 5px 15px;
  float: left;
}

dl.type3 {
  margin: 0px;
  padding: 0px;
}

dl.type3 dt {
  margin: 0px;
  padding: 5px 15px 5px 15px;
  background: #E3E3E3 0% 0% no-repeat padding-box;
  font-weight: bold;
}

dl.type3 dd {
  margin: 0px 0px 10px 0px;
  padding: 5px 15px 5px 15px;
}

dl.type4 {
  margin-bottom: 20px;
}

dl.type4 dt {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: bold;
  background: transparent;
}

dl.type4 dd {
  margin: 0px 0px 10px 0px;
  padding: 0px 15px 5px 0px;
}

dl.type4 dt.required:before {
  background: #AF0000 0% 0% no-repeat padding-box;
  opacity: 1;
  content: "必須";

  margin: 5px 5px 0px 0px;
  padding: 1px 5px 1px 5px;
  display: inline-block;

  color: #fff;
  font-size: 12px;
  vertical-align: top;
}

dl.type5 dt {
  margin: 0px 0px 0px 27px;
  font-weight: bold;
}

dl.type5 dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 6px solid #D9A94D;
  border-radius: 11px;
  margin: 2px 0px 0px -27px;
}

dl.type5 dd {
  margin: 0px 0px 20px 27px;
}

label.type1 {
  position: relative;
  line-height: 40px;
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  z-index: 1;
}

label.type1 input[type="radio"]:checked:before,
label.type1 input[type="checkbox"]:checked:before {
  width: 100%;
  min-height: 40px;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: block;
  background: transparent linear-gradient(180deg, #FFCB8D 0%, #E3A45A 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 14px;
  opacity: 1;
  z-index: -1;
}

label.type1 input[type="radio"]:before,
label.type1 input[type="checkbox"]:before {
  width: 100%;
  min-height: 40px;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: block;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 14px;
  opacity: 1;
  z-index: -1;
}

label>span {
  font-weight: bold;
}

input.button-type1,
button.button-type1 {
  /* blocks */
  padding: 5px 15px 5px 15px;
  width: auto;

  background: #F4802D 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: none;

  /* letters */
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
}

input.button-type1:hover,
button.button-type1:hover {
  background: #FFA260 0% 0% no-repeat padding-box;
}

input.button-type2,
button.button-type2 {
  background: #7B7B7B 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: none;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

input.button-type2:hover,
button.button-type2:hover {
  background: #A8A8A8 0% 0% no-repeat padding-box;
}

input.button-type3,
button.button-type3 {
  padding: 5px 15px 5px 15px;
  background: #7B7B7B 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

input.button-type3:hover,
button.button-type3:hover {
  background: #A8A8A8 0% 0% no-repeat padding-box;
}

input.button-type4,
button.button-type4 {
  /* blocks */
  padding: 5px 15px 5px 15px;
  width: auto;
  height: 40px;
  margin-bottom: 20px;

  background: #FF8000 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: none;

  /* letters */
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
}

input.button-type4:hover,
button.button-type4:hover {
  background-color: #FF9919;
}

input.button-type5,
button.button-type5 {
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 7px;
  border: 1px #999 solid;

  font-size: 15px;
  margin: 0px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}

input.button-type5:hover,
button.button-type5:hover {
  background: #E6E6E6 0% 0% no-repeat padding-box;
}

input.button-type6,
button.button-type6 {
  /* blocks */
  padding: 5px 15px 5px 15px;
  width: auto;
  height: 40px;
  margin-bottom: 20px;

  background-color: #004C99;
  /* background: transparent linear-gradient(180deg, #C93131 0%, #770000 100%) 0% 0% no-repeat padding-box; */
  border: 1px solid #303030;
  border-radius: 7px;
  border: none;

  /* letters */
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
}

input.button-type6:hover,
button.button-type6:hover {
  background-color: #206CB9;
}

input.button-type7,
button.button-type7 {
  /* blocks */
  width: auto;
  padding: 5px 15px 5px 15px;

  /* background: transparent linear-gradient(180deg, #C93131 0%, #770000 100%) 0% 0% no-repeat padding-box; */
  background-color: #004C99;
  border: none;
  border-radius: 7px;

  /* letters */
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
}

input.button-type7:hover,
button.button-type7:hover {
  /* background: transparent linear-gradient(180deg, #DB5757 0%, #9D0000 100%) 0% 0% no-repeat padding-box; */
  background-color: #206CB9;
}

input[type="submit"]:disabled,
input[type="button"]:disabled {
  color: #ccc !important;
  text-decoration: line-through;
}

input.text-type1 {
  width: auto;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #707070;
  font-size: 18px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.text-type2 {
  max-width: 500px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  border: 1px solid #707070;
  font-size: 18px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.text-type3 {
  max-width: 500px;
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  font-size: 15px;
  padding-left: 5px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.text-type4 {
  width: 150px;
  height: 40px;
  border: 1px solid #707070;
  font-size: 15px;
  padding-left: 5px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].text-type5,
input[type="password"].text-type5 {
  width: 150px;
  margin: 0px;
  padding: 10px;
  font-size: 15px;
}

select {
  height: 40px;
  border: 1px solid #707070;
  font-size: 15px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  font-size: 15px;
}

/* pre */
pre.short,
pre.long {
  margin: 0px;
  padding: 20px;
  font-size: 12px;
  white-space: pre-wrap;

  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
}

pre.short {
  overflow-y: scroll;
  height: 100px;
}

.amendment1 {
  font-size: 12px;
  font-weight: normal;
}

.amendment2 {
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}

.amendment3 {
  font-size: 15px;
  font-weight: normal;
}

.amendment4 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}

.amendment5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0px 0px 20px 10px;
}

.amendment1-force {
  font-size: 12px;
  font-weight: normal;
  color: #f00;
}

.amendment2-force {
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
  color: #f00;
}

.amendment3-force {
  font-size: 15px;
  font-weight: normal;
  color: #f00;
}

.amendment4-force {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #f00;
}

/* ページ最下部戻るボタンブロック */
section.back-link {
  max-width: 1280px;
  width: 95%;
  margin: 20px auto 20px auto;
}
div.back-link-block {
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  background: #eeeeeecc 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #eeeeeecc;
  border-radius: 5px;
  opacity: 1;
  color: #777;
  font-size: 15px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.back-link div.back-link-block:hover {
  background: #e1e1e1cc 0% 0% no-repeat padding-box;
}

section.back-link a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  section.back-link div.back-link-block {
    margin-top: 0px;
  }
}

img.input-preview {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
}

/* 申込フロー */
.application-flow-block {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto 60px auto;
  padding: 20px 20px 20px 20px;
  background: #FFFFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 300px;
  border: 5px #ccc solid;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.application-flow>li {
  list-style-type: none;
  position: relative;
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}

.application-flow>li:nth-child(1):before,
.application-flow>li:nth-child(2):before,
.application-flow>li:nth-child(3):before,
.application-flow>li:nth-child(4):before,
.application-flow>li:nth-child(5):before,
.application-flow>li:nth-child(6):before {
  position: absolute;
  width: 29px;
  height: 30px;
  background: #D6D6D6 0% 0% no-repeat padding-box;
  border: 5px solid #B4B4B4;
  border-radius: 30px;
  margin-top: -45px;
  opacity: 1;
  line-height: 30px;
  color: #000;
  font-size: 15px;

  /* 中央寄せ */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.application-flow>li.active:nth-child(1):before,
.application-flow>li.active:nth-child(2):before,
.application-flow>li.active:nth-child(3):before,
.application-flow>li.active:nth-child(4):before,
.application-flow>li.active:nth-child(5):before,
.application-flow>li.active:nth-child(6):before {
  background: #FFE8B5 0% 0% no-repeat padding-box;
  border: 5px solid #D59300;
}

.application-flow>li:nth-child(1):before {
  content: "1";
}
.application-flow>li:nth-child(2):before {
  content: "2";
}
.application-flow>li:nth-child(3):before {
  content: "3";
}
.application-flow>li:nth-child(4):before {
  content: "4";
}
.application-flow>li:nth-child(5):before {
  content: "5";
}
.application-flow>li:nth-child(6):before {
  content: "6";
}

span.bold {
  font-weight: bold;
}



/*******************************************************************************
 （3） utility
*******************************************************************************/
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* toastr */
#toast-container > div {
  opacity:1;
}

.toast-top-right {
  top: 70px;
  display: flex;
  flex-direction: column-reverse;
}

/* jQuery validator */
input.error,
textarea.error {
  background-color: #fcc;
}

label.has-error {
  color: #f33;
}

/*  */
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.column1 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column2 {
  width: 50%;
  float: left;

  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column6 {
  width: 16%;
  float: left;

  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-2columns {
  display: grid;
  grid-template-columns: 50% 50%;
}

.grid-3columns {
  display: grid;
  grid-template-columns: 33% 34% 33%;
}

.grid-4columns {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.grid-5columns {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.grid-6columns {
  display: grid;
  grid-template-columns: 17% 17% 16% 16% 17% 17%;
}

/*  */
.left-separate {
  border-left: 3px #ccc solid;
  padding-left: 10px;
}

.right-separate {
  border-right: 3px #ccc solid;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  .column2 {
    width: 100%;
    float: none;
  }

  .left-separate {
    border: none;
    padding: 0px;
  }
}

.prewrap {
  white-space: pre-wrap !important;
}

/* 右下のトップへ戻る */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;

  width: 50px;
  height: 50px;
  line-height: 50px;

  border-radius: 25px;
  border: 1px #fff solid;

  color: #fff;
  font-size: 24px;
  text-align: center;

  background: #0000006A 0% 0% no-repeat padding-box;
  opacity: 1;

  z-index: 1;
}

.image-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000088;
  text-align: center;
  vertical-align: middle;
}

.hide {
  display: none;
}

.popup-inner-image {
  margin: 10%;
  width: auto;
  max-width: 1280px;
  height: auto;
  max-height: 70%;
}

.pagination {
  margin: 20px 0 20px 20px;
  text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover {
  background: #E0E0E0 0% 0% no-repeat padding-box;
}

.number,
.pagination .active {
  display: inline-block;
  width: 29px;
  height: 30px;
  background: #D6D6D6 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-size: 15px;

  /* 中央寄せ */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.pagination .active {
  border: 3px #D59300 solid;
  background: #FFE8B5 0% 0% no-repeat padding-box;
}

.only-pc-site {
  display: block !important;
}

.only-sp-site {
  display: none !important;
}

.only-pc-site-inline-block {
  display: inline-block !important;
}

.only-sp-site-inline-block {
  display: none !important;
}

.only-pc-site-inline {
  display: inline !important;
}

.only-sp-site-inline {
  display: none !important;
}

.only-pc-site-table-cell {
  display: table-cell !important;
}

.only-sp-site-table-cell {
  display: none !important;
}

.only-pc-site-grid {
  display: grid !important;
}

.only-sp-site-grid {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .only-pc-site {
    display: none !important;
  }

  .only-sp-site {
    display: block !important;
  }

  .only-pc-site-inline {
    display: none !important;
  }

  .only-sp-site-inline {
    display: inline !important;
  }

  .only-pc-site-inline-block {
    display: none !important;
  }

  .only-sp-site-inline-block {
    display: inline-block !important;
  }

  .only-pc-site-table-cell {
    display: none !important;
  }

  .only-sp-site-table-cell {
    display: table-cell !important;
  }

  .only-pc-site-grid {
    display: none !important;
  }

  .only-sp-site-grid {
    display: grid !important;
  }
}

.tooltip,
.tooltip2 {
  position: relative;
  cursor: pointer;
}

.tooltip:before,
.tooltip:after,
.tooltip2:before,
.tooltip2:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
  opacity 0.2s ease-in-out,
  visibility 0.2s ease-in-out,
  -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
  opacity 0.2s ease-in-out,
  visibility 0.2s ease-in-out,
  -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
  opacity 0.2s ease-in-out,
  visibility 0.2s ease-in-out,
  transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  bottom: 100%;
  left: 50%;
}

.tooltip:before,
.tooltip2:before {
  z-index: 1001;
  margin-left: -6px;
  margin-bottom: -12px;
  border: 6px solid transparent;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
  background: transparent;
  content: "";
}

.tooltip:after,
.tooltip2:after {
  z-index: 1000;
  margin-left: -80px;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip2:hover:before,
.tooltip2:hover:after,
.tooltip2:focus:before,
.tooltip2:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Bottom */
.tooltip2:before,
.tooltip2:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip2:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip2:hover:before,
.tooltip2:hover:after,
.tooltip2:focus:before,
.tooltip2:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}



/*******************************************************************************
 （4） business unique
*******************************************************************************/
/* request.status */
.request-status1,
.request-status11,
.request-status12,
.request-status13,
.request-status21,
.request-status22,
.request-status31,
.request-status32 {
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  margin-left: 5px;
  vertical-align: 2px;
  white-space: nowrap;
}

.request-status1,
.request-status13 {
  background: #007AE3 0% 0% no-repeat padding-box;
}

.request-status11,
.request-status21 {
  background: #E3AC00 0% 0% no-repeat padding-box;
}

.request-status12,
.request-status22,
.request-status32 {
  background: #BE3131 0% 0% no-repeat padding-box;
}

.request-status31 {
  background: #129F00 0% 0% no-repeat padding-box;
}

/* t_mobile_line.status */
.mobile-line-status1,
.mobile-line-status2,
.mobile-line-status3,
.mobile-line-status4 {
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  margin-left: 5px;
  vertical-align: 2px;
  white-space: nowrap;
}

.mobile-line-status1 {
  background: #E3AC00 0% 0% no-repeat padding-box;
}

.mobile-line-status2 {
  background: #129F00 0% 0% no-repeat padding-box;
}

.mobile-line-status3 {
  background: #505050 0% 0% no-repeat padding-box;
}

.mobile-line-status4 {
  background: #BE3131 0% 0% no-repeat padding-box;
}

/* payment.status */
.payment-status0,
.payment-status1,
.payment-status3,
.payment-status4,
.payment-status91,
.payment-status99 {
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  margin-left: 5px;
  vertical-align: 2px;
  white-space: nowrap;
}

.payment-status0 {
  background: #007AE3 0% 0% no-repeat padding-box;
}

.payment-status1 {
  background: #129F00 0% 0% no-repeat padding-box;
}

.payment-status3,
.payment-status4 {
  background: #E3AC00 0% 0% no-repeat padding-box;
}

.payment-status91,
.payment-status99 {
  background: #BE3131 0% 0% no-repeat padding-box;
}

/* active status */
.active-status1,
.active-status2 {
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  margin-left: 5px;
  vertical-align: 2px;
  white-space: nowrap;
}

.active-status1 {
  background: #505050 0% 0% no-repeat padding-box;
}

.active-status2 {
  background: #129F00 0% 0% no-repeat padding-box;
}
