@charset "utf-8";
/* CSS Document */




@font-face {
  font-family: "hg";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/hiragino-w4.woff2") format("woff2"), url("../fonts/hiragino-w4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hg";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/hiragino-w5.woff2") format("woff2"), url("../fonts/hiragino-w5.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hg";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/hiragino-w6.woff2") format("woff2"), url("../fonts/hiragino-w6.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "reim";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/A-OTF-UDReiminPro-Regular.woff2") format("woff2"), url("../fonts/A-OTF-UDReiminPro-Regular.woff") format("woff");
  font-display: swap;
}


.reim {
	font-family: "reim";
}
.hg {
	font-family: "hg";
}



/*--------------------------------------
　common
---------------------------------------*/
.sp{
display:none!important;
}
.pc{
display:block!important;
}
@media only screen and (max-width: 1024px) {
.sp{
display:block!important;
}
.pc{
display:none!important;
}
}

a{
transition: all .2s ease-in-out;
}
a:hover{
opacity: .7;
}
@media only screen and (max-width: 1024px) {
a:hover{
opacity: 1;
}
}
/*a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}*/

img {
	height: auto;
}

/* Micro clearfix */

/* For modern browsers */
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }



/* mv def_code */
body:not(.page-id-index) .mv {
  position: relative;
}
body:not(.page-id-index) .mv__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body:not(.page-id-index) .mv__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-id-index) .mv__img img {
    height: 200px;
  }
}
body:not(.page-id-index) .mv__headline {
  position: absolute;
  left: max(50vw - 600px, 20px);
  top: 35%;
  margin-bottom: 8px;
  color: white;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
}
body:not(.page-id-index) .mv__headline::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #003481), color-stop(33%, #004AB5), color-stop(66%, #004AB5), color-stop(66%, #D9E021), to(#D9E021));
  background: linear-gradient(90deg, #003481 33%, #004AB5 33%, #004AB5 66%, #D9E021 66%, #D9E021);
  bottom: -12px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-id-index) .mv__headline {
    font-size: 30px;
    top: 50%;
  }
}


.furin_header .header__link02 {
    width: 100%;
	padding: 0 0 0 64px;
}
.furin_header .navigation__list {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
	height: auto;
}
.furin_header .btnArea {
    margin: 0 0 40px;
    background: #fff;
    padding: 30px;
}
.furin_header .btnArea .liBox a {
    display: block;
}
@media only screen and (max-width: 1024px) {
.furin_header .btnArea {
    margin: 0 auto;
    padding: 10px;
    width: 90%;
}
}

.furin_footer .footer__area01 {
	gap: 60px;
	margin-bottom: 30px;
}
.furin_footer .footer__block02 {
    display: flex;
    justify-content: space-between;
	align-items: center;
	width: 100%;
}
.furin_footer .footer__block02 .header__block01 {
    padding: 0 0 10px;
}
.furin_footer .footer__block02 .header__logo img {
	width: 320px;
}
.furin_footer .footer__block02 .adrs {
	font-size: 14px;
	color: #fff;
}
.furin_footer .footer__nav01 {
    flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
}
.furin_footer .footer__nav01 li {
    width: 16.6%;
	margin-bottom: 30px;
	line-height: 1.4;
}
.furin_footer .footer__nav01 a {
    display: block;
}
.furin_footer .footer__nav01 a::after {
    content: none;
}
.furin_footer .footer__nav01 li span {
    font-size: 12px;
}
.pageTop {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #D9E021 url(https://tokyo-startup-law.or.jp/common/img/_icon/icon_arrow01.svg) no-repeat center;
	background-size: 20px auto;
	transform: rotate(-90deg);
    border-radius: 50%;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
    pointer-events: all;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}

.breadcrumb li br {
	display: none;
}
@media only screen and (max-width: 1024px) {
.furin_footer .footer__inner {
    padding-top: 30px;
}
.furin_footer .footer__block02 .header__logo img {
	width: 100%;
}
.furin_footer .footer__block02 .adrs {
	font-size: 12px;
}
}

/* mv LC_code */
@media only screen and (max-width: 1024px) {
body:not(.page-id-index) .mv__headline {
margin-right: 20px;
}

body:not(.page-id-index) .mv__img img{
min-height: 200px;
height: auto;
}
body:not(.page-id-index) .mv__headline {
font-size: 26px;
top: 30%;
}
}

.fs-s {
	font-size: 90%;
}


.catch{
font-weight: 700;
}

.page-contents{
padding: 90px 0 100px;
}
.page-contents a{
display: block;
}
@media only screen and (max-width: 1024px) {
.page-contents {
padding-top: 60px;
padding-bottom: 60px;
}
}


.page-headline {
position: relative;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;
font-size: 36px;
font-weight: 700;
text-align: center;
line-height: 1.5;
}
.page-headline::after {
position: absolute;
content: "";
width: 48px;
height: 4px;
background: -webkit-gradient(linear, left top, right top, color-stop(33%, #003481), color-stop(33%, #004AB5), color-stop(66%, #004AB5), color-stop(66%, #D9E021), to(#D9E021));
background: linear-gradient(90deg, #003481 33%, #004AB5 33%, #004AB5 66%, #D9E021 66%, #D9E021);
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
.page-headline {
font-size: 24px;
}
}

.sectTtl {
position: relative;
width: 100%;
padding-bottom: 17px;
margin-bottom: 40px;
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.5;
}
.sectTtl::before {
position: absolute;
content: "";
width: 100%;
height: 4px;
background-color: #003481;
bottom: 0;
left: 0;
}
.sectTtl::after {
position: absolute;
content: "";
width: 100%;
height: 2px;
background-color: #D9E021;
bottom: 7px;
left: 0;
}
@media only screen and (max-width: 1024px) {
.sectTtl {
padding-bottom: 13px;
margin-bottom: 24px;
font-size: 20px;
}
}
.catchTxt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	position: relative;
}
.catchTxt:before {
	content: "";
	background: #003481;
	width: 4px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
}
.catchTxt:after {
	content: "";
	background: #CFD819;
	width: 4px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 0;
}
@media only screen and (max-width: 1024px) {
.catchTxt {
	font-size: 17px;
	padding: 0 0 0 17px;
}
.catchTxt:before {
	width: 4px;
	height: 20px;
	top: 4px;
}
.catchTxt:after {
	width: 4px;
	height: 10px;
	top: 4px;
}
}
p[data-note=※] {
    position: relative;
    padding-left: 18px;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.02em;
}
p[data-note=※]::before {
    position: absolute;
    content: attr(data-note);
    left: 0;
}

.areaWrap {
width: 100%;
padding: clamp(40px, 2.3121387283vw + 31.3294797688px, 60px) 0;
background-color: #f5f5f5;
}
.areaInner{
width: min(100%, 1240px);
padding: 0 20px;
margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
.areaWrap {
margin-bottom: 40px;
}
.areaInner{	  
margin-bottom: 40px;
}
}
.sectBlock {
	margin-bottom: 100px;
}
.sectBlock:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
.sectBlock {
margin-bottom: 60px;
}
}
.contBlock {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
.contBlock {
margin-bottom: 40px;
}
}

.pers-archive__anchor a {
	display: flex;
}

/*--------------------------------------
　LIST
---------------------------------------*/
.disc li {
    position: relative;
    padding-left: 14px;
}
.disc li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #004ab5;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

/*--------------------------------------
　TABLE
---------------------------------------*/
.table-cmn {
	width: 100%;
	border: 1px solid #bbb;
}
.table-cmn th {
	border: 1px solid #bbb;
	padding: 20px;
	background: #f5f5f5;
}
.table-cmn td {
	border: 1px solid #bbb;
	padding: 20px;
}
@media only screen and (max-width: 640px) {
	.table-cmn {
        width: 100%;
        display: block;
		border: none;
		border-bottom: 1px solid #bbb;
    }
    .table-cmn th {
        width: 100%;
        display: block;
		border-bottom: none;
		padding: 15px 20px;
    }
    .table-cmn td {
        width: 100%;
        display: block;
		border-bottom: none;
    }
}

/*--------------------------------------
　LINK
---------------------------------------*/
.baseBtn {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
stify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
ign-items: center;
width: min(100%, 285px);
padding: 22px 30px 21px;
margin: 48px auto 0;
background-color: #003481;
color: white;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 1.5;
overflow: hidden;
}
.baseBtn::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
top: 0;
left: 0;
-webkit-transform: scaleX(0);
ansform: scaleX(0);
-webkit-transform-origin: left;
ansform-origin: left;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.baseBtn::after {
position: absolute;
content: "";
width: 24px;
height: 24px;
background: url(../img/icon_link_bg01.svg) no-repeat center/100%;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
ansform: translateY(-50%);
-webkit-transition: right 0.3s ease-out;
transition: right 0.3s ease-out;
}
@media (hover: hover) {
.baseBtn:hover::before {
-webkit-transform: scaleX(1);
ansform: scaleX(1);
}
.baseBtn:hover::after {
right: -14px;
}
}
@media only screen and (max-width: 1024px) {
.baseBtn {
width: min(100%, 500px);
padding: 17px 0 16px;
margin-top: 40px;
}
}
.anc{
    margin: 10px 0 0;
    padding: 0 25px 0 0;
    background: url("../img/arrow_bl.svg") 99% 50% no-repeat;
    background-size: 14px auto;
    font-size: 14px;
    color: #004ab5;
}
@media only screen and (max-width: 1024px) {
.anc{
    margin: 3px 0 0;
    padding: 0 16px 0 0;
    background: url("../img/arrow_bl.svg") 99% 50% no-repeat;
    background-size: 12px auto;
    font-size: 13px;
}
}
.anc_bb {
	color: #003481;
	text-decoration: underline;
}



/*--------------------------------------
　pagination
---------------------------------------*/
.wp-pagenavi{
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
	align-items: flex-end;
}
.wp-pagenavi .page{
    width: 45px;
    height: 45px;
    margin: 0 6px;
    padding: 10px 2px;
    background: #f8f6f0;
    line-height: 1;
    font-family: Helvetica;
    color: #3cb4c8;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.wp-pagenavi .current {
    width: 45px;
    height: 45px;
    margin: 0 6px;
    padding: 10px 2px;
    background: #3cb4c8;
    color: #fff;
    font-family: Helvetica;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.wp-pagenavi .extend {
	font-size: 20px;
	color: #3cb4c8;
	margin: 0 6px;
}
@media only screen and (max-width: 1024px) {
.wp-pagenavi{
padding: 20px 0 0;
}
.wp-pagenavi .page{
    width: 36px;
    height: 36px;
    margin: 0 4px;
    font-size: 18px;
}
.wp-pagenavi .current {
    width: 36px;
    height: 36px;
    margin: 0 4px;
    font-size: 18px;
}
.wp-pagenavi .extend {
	font-size: 15px;
	margin: 0 4px;
}
}


/*--------------------------------------
　contactArea
---------------------------------------*/
.contactArea{
padding: 80px 0 20px;
}
.contactArea .areaInner{
  width: min(100%, 1040px);
}
@media only screen and (max-width: 1024px) {
.contactArea{
padding: 50px 0 10px;
}
}



/*--------------------------------------
　srchArea
---------------------------------------*/
.resultTxt {
	text-align: center;
	margin-bottom: 50px;
}
.srchArea{
width: min(90%, 1000px);
margin: 0 auto 100px;
display: flex;
flex-wrap: wrap;
}
.srchArea .srchBox{
width: calc((100% - 40px) / 2);
margin: 0 40px 0 0;
border: 1px solid #dddddd;
border-radius:10px;
}
.srchArea .srchBox:nth-child(2n){
margin: 0 0 0 0;
}
.srchArea .srchBox h3,
.srchArea .srchBox .tit {
padding: 15px 10px;
background: #d9e021;
border-radius:10px 10px 0 0;
font-size: 20px;
font-weight: 700;
text-align: center;
}
.srchArea .srchBox:nth-child(2n) h3{
background: #004ab5;
color: #fff;
}
.srchArea .srchBox .inner{
padding: 10px 20px 10px;
}
.srchArea .srchBox .miniSct{
padding: 15px 0 15px;
background: url(../img/dotline4.png) 0 100% repeat-x;
background-size: auto 1px;
}
.srchArea .srchBox .miniSct:last-child{
background: none;
}
.srchArea .srchBox h4,
.srchArea .srchBox .sTit {
position: relative;
margin: 0 0 15px;
padding: 0 0 0 28px;
line-height: 1.3;
font-weight: 700;
}
.srchArea .srchBox h4::before,
.srchArea .srchBox .sTit::before {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 15px;
height: 4px;
background: #d9e021;
}
.srchArea .srchBox:nth-child(2n) h4::before,
.srchArea .srchBox:nth-child(2n) .sTit::before {
background: #004ab5;
}
.srchArea .srchBox ul{
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}

.srchArea .srchBox li{
width: calc((100% - 12px) / 3);
margin: 0 6px 10px 0;
}
.srchArea .srchBox li:nth-child(3n){
margin: 0 0 10px 0;
}
.srchArea .srchBox .box2 li{
width: calc((100% - 6px) / 2);
margin: 0 6px 10px 0;
}
.srchArea .srchBox .box2 li:nth-child(3n){
margin: 0 6px 10px 0;
}
.srchArea .srchBox .box2 li:nth-child(2n){
margin: 0 0 10px 0;
}



.srchArea .srchBox li a{
padding: 5px 10px;
background: #f5f5f5;
border-radius:5px;
font-size: 14px;
text-align: center;
}

@media only screen and (max-width: 1024px) {
.resultTxt {
	margin-bottom: 30px;
}
.srchArea{
display: block;
margin: 0 auto 50px;
}
.srchArea .srchBox{
width: auto;
margin: 0 0 30px;
border: 1px solid #dddddd;
border-radius:10px;
}
.srchArea .srchBox:nth-child(2n){
margin: 0 0 30px;
}
.srchArea .srchBox h3,
.srchArea .srchBox .tit {
padding: 12px 10px;
font-size: 18px;
}
}

/*--------------------------------------
　srchArea2
---------------------------------------*/

.srchArea2 .srchBox{
position: relative;
padding: 0 0 90px;
}
.srchArea2 input[type=radio] {
display: none;
}
.srchArea2 label {
display: block;
margin: 0;
padding: 5px 10px;
background: #f5f5f5;
border-radius:5px;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.srchArea2 input[type=radio]:checked+label {
background: #d9e021;
}
.srchArea2 .srchBox:nth-child(2n) input[type=radio]:checked+label {
background: #004ab5;
color: #fff;
}
.srchArea2 .botArea{
position: absolute;
bottom: 10px;
width: calc(100% - 40px);
display: flex;
flex-wrap: wrap;
padding: 20px 0 20px;
}
.srchArea2 .botArea input:hover{
transition: all .2s ease-in-out;
opacity: .7;
}
.srchArea2 .btnReset{
width: 130px;
margin: 0 20px 0 0;
padding: 10px 10px;
border: 2px solid #777777;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #777;
cursor: pointer;
}
.srchArea2 .btnSubmit{
width: calc(100% - 150px);
padding: 10px 10px;
background: #d9e021;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #333;
cursor: pointer;
}
.srchArea2 .srchBox:nth-child(2n) .btnSubmit{
background: #004ab5;
color: #fff;
}
.srchArea2 .srchBox .box2{
}

@media only screen and (max-width: 1024px) {
.srchArea2 .botArea input:hover{
opacity: 1;
}
    
.srchArea2 .btnReset{
width: 30%;
margin: 0 15px 0 0;
}
.srchArea2 .btnSubmit{
width: calc(70% - 15px);
padding: 10px 10px;
}

}


/*--------------------------------------
　articleList
---------------------------------------*/
.articleList{
width: min(100%, 1000px);
margin: 0 auto;
padding: 20px 40px;
background: #f5f5f5;
}
.articleList .liBox{
padding: 20px 0;
background: url(../img/dotline4.png) 0 100% repeat-x;
background-size: auto 1px;
}
.articleList .flame{
width: 220px;
float: left;
text-align: center;
}
.articleList .flame img {
width: 170px;
}
.articleList .leftArea{
width: 665px;
float: right;
}
.tags a{
display: inline-block;
margin: 0 8px 8px 0;
padding: 10px 26px 12px;
background: #666666;
border-radius:5px;
line-height: 1;
font-size: 13px;
font-weight: 700;
color: #fff;
pointer-events: none;
}
.tags{
margin: 0 0 5px;
}
.tags a.yw{
background: #00B7CB;
color: #fff;
}
.tags a.bl{
background: #4CBF93;
color: #fff;
}
.articleList .dateNum{
font-size:13px;
color: #b0b0b0;
}
.articleList .catch{
font-size: 18px;
}
.articleList .anc{
text-align: right;
}
@media only screen and (max-width: 1024px) {

.articleList{
padding: 10px 15px;
background: #f5f5f5;
}

.articleList .liBox{
padding: 15px 0;
}

.articleList .flame{
width: 70px;
}
.articleList .flame img {
width: 100%;
}
.articleList .leftArea{
width: calc(100% - 80px);
}

.tags a{
margin: 0 2px 4px 0;
padding: 6px 8px 7px;
font-size: 12px;
}

.articleList .catch{
font-size: 16px;
}
}


/*--------------------------------------
　case
---------------------------------------*/
#case_list{
}

#case_list .wp-pagenavi{
margin: 0 100px 100px;
padding: 30px 0 50px;
background: #f5f5f5;
}
#case_list .wp-pagenavi .page {
background: #fff;
}
#case_list .wp-pagenavi .current{
background: #002e73;
color: #fff;
}

@media only screen and (max-width: 1024px) {

#case_list .wp-pagenavi{
margin: 0 0 50px;
padding: 10px 0 30px;
}

}






/*--------------------------------------
　voice
---------------------------------------*/
#voc_list .accordion__title{
    position: relative;
    width: min(90%, 600px);
    margin: 0 auto 50px;
    padding: 20px 10px 22px;
    background: #3c5a78 url("../img/top/arr_down_wh.png") no-repeat right 20px center;
	background-size: 15px auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#voc_list .accordion__title.show {
    background: #3c5a78 url("../img/top/arr_up_wh.png") no-repeat right 20px center;
	background-size: 15px auto;
}
#voc_list .accordion__title:hover {
    opacity: 0.8;
}
.accordion__content {
	padding: 0 0 80px;
}

@media only screen and (max-width: 599px) {
#voc_list .accordion__title{
    margin: 0 auto 30px;
}
}


/*--------------------------------------
　column
---------------------------------------*/
#col_list{
}
#col_list .areaInner{
    width: min(100%, 1200px);
    padding: 0 20px;
}
#col_list .lead {
	margin: 0 0 60px;
}
#col_list #sect01 .ulBox{
display: flex;
flex-wrap: wrap;
}
#col_list #sect01 .liBox{
width: calc((100% - 30px) / 3);
margin: 0 15px 15px 0;
background: #f8f6f0;
}
#col_list #sect01 .liBox:nth-child(3n){
margin: 0 0 15px;
}

#col_list #sect01 .liBox .flame img{
width: 100%;
height: 150px;
-o-object-fit: cover;
object-fit: cover;
}
#col_list #sect01 .liBox .inner{
padding: 12px 20px 20px;
}
#col_list #sect01 .liBox .dateNum{
font-size:13px;
color: #b0b0b0;
}
#col_list #sect01 .liBox .catch{
line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
#col_list .areaInner{
padding: 0 20px;
}
#col_list .lead {
	margin: 0 0 40px;
	line-height: 1.8;
	text-align: justify;
}
#col_list #sect01 .ulBox{
	column-gap: 10px;
}
#col_list #sect01 .liBox{
width: calc(50% - 5px);
margin: 0 0 10px;
}
#col_list #sect01 .liBox:nth-child(4n){
margin: 0 0 10px;
}
#col_list #sect01 .liBox .flame img{
height: 120px;
}
#col_list #sect01 .liBox .inner{
padding: 12px 15px 15px;
}
#col_list #sect01 .liBox .catch {
    line-height: 1.5;
    font-size: 14px;
}
}


.pers-card__item a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.pers-card__item a:before {
    content: none;
}
@media (hover: hover) {
  .pers-card__item a:hover + .pers-card__img01 img {
	  transform: none;
	  opacity: 0.7;
  }
}


#trackingEle {
    display: none;
}
@media only screen and (max-width: 1024px) {
#trackingEle {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	display: block;
	z-index: 1;
}
/*#trackingEle .slaEle {
	font-weight: 700;
	text-align: center;
	text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}*/
#trackingEle ul {
    display: flex;
    width: 100%;
}
#trackingEle ul li {
    height: 60px;
}
#trackingEle ul li:nth-of-type(1) {
    width: 48%;
}
#trackingEle ul li:nth-of-type(2) {
    width: 40%;
}
#trackingEle ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    height: 100%;
	line-height: 1;
}
#trackingEle ul li.telEle a {
    background-color: #da0202;
	padding-bottom: 3px;
}
#trackingEle ul li.mailEle a {
    background-color: #2a2a2a;
}
#trackingEle ul li a>span>span {
    display: inline-block;
    color: #fff;
}
#trackingEle ul li a>span>span:nth-of-type(1) {
	font-size: 11px;
	margin-bottom: 4px;
}
#trackingEle ul li.telEle a>span>span:nth-of-type(2) {
    background-image: url(../img/column/icon_08.svg);
    background-repeat: no-repeat;
    background-size: auto 15px;
	background-position: 0 3px;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 700;
}
#trackingEle ul li.mailEle a>span>span:nth-of-type(1) {
    background-image: url(../img/column/icon_07.svg);
	background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 15px auto;
    font-size: 16px;
	padding-left: 20px;
    font-weight: 700
}
#trackingEle ul li.telEle a>span>span:nth-of-type(3) {
    font-size: 9px;
    margin-top: 4px;
}
#trackingEle ul li.mailEle a>span>span:nth-of-type(2) {
    background-color: #fad205;
    color: #2a2a2a;
    border-radius: 40px;
    padding: 3px 15px;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px
}
}



