@charset 'UTF-8';
.staff_img {
	padding: 5px;
	border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
	/* IE */
	.staff_img {
		padding: 0px;
		max-width: 40px;
		width: 100%;
		margin-right: 5px;
    }
}
.tips-table-div {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0px;
}

.tips-table-div:hover {
	text-decoration: underline;
}

.table-element1 {
	display: table-cell;
	width: 30%;
}

.table-element2 {
	display: table-cell;
	vertical-align: top;
	width: 70%;
	height: 85px;
	font-size: 1.2rem;
}

.c-tabs_wrap {
	margin-bottom:5px;
}
.c-tabs_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 5px solid #bbbbbb;
    margin-bottom: 30px;
}
.c-tabs_list::after {
    /* background-color: #8598a7; */
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.c-tabs_item {
    overflow: hidden;
    position: relative;
    z-index: 0;
	-ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #bbbbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    min-height: 2.8em;
    min-width: 8em;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 721px){
	.c-tabs_item {
	    font-size: 1.8rem;
	}
}

@media (max-width: 720px) {
	.c-tabs_item {
	    font-size: 1.3rem;
	    font-weight: 600;
	}
}

.c-tabs_item.not-selected:hover {
	color: #019e97;
	cursor: pointer;
}

.c-tabs_item.selected {
    z-index: 10;
}

.c-tabs_item.selected {
    border-bottom: 10px solid #019e97;
	color: #019e97;
    top: 5px;
}

.tab-switch {
    display: none;
}

.trim-img {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  height: 100%;
}

.trim-img > img {
  object-fit: contain;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) and (max-width: 720px) {
	/* IE */
	.tab-content {
		height: 380px;
	}
}

@media all and (-ms-high-contrast: none) {
	/* IE */
	.trim-img {
		width:100%;
		padding-bottom:100%;
	}
	.trim-img > img {
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
		width: auto !important;
		max-height: 100%;
		height: auto;
  	}
}


@media (min-width: 721px){
 .spinner_wrapper {
 	position: relative;
 	height: 100%;
 }
 .g-coordinate-spinner {
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   background-color: #fff;
 }
}
@media (max-width: 720px) {
 .spinner_wrapper {
 	position: relative;
 	height: 100%;
 }

 .g-coordinate-spinner {
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   background-color: #fff;
 }
}
.c-spinner_el {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 11;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.c-spinner_el::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.clamp {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

