/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
.ye {
color: #ffc741;
}
.table-responsive table.table td, th {
    vertical-align: middle;
}
.table-responsive table.table {
    border-top: 2px solid #154f9e;
}
.table-responsive table.table tr{
	height: 75px;
} 
.table-responsive table.table tr.last{
	border-bottom: 2px solid #154f9e;
} 

.table-responsive table.table td{
	padding-left: 5%;

}
.table-responsive table.table th{
	padding-left: 7.5%;
	width: 30%;
	background: #f2f2f2;
}
/*-- loader --*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  font-size: 45px;
  font-weight: bold;
  background:rgba(255,0,0,0.5);
}
 
 .required-label::after {
  content: "必須";
  background-color: #ffc741;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
.radius2 {
	 border: 1px solid #ccc;
	 border-radius: 10px;
	 margin-bottom: 20px;
	 width: 100%;
	 padding: 12px 25px;
	 display: inline-block;
}
h4.h3head {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    transition: .1s;
    margin-bottom: 20px;
}
h4.h3head:before {
    content: "";
    display: block;
    background-color: #ffc741;
    width: 14px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 10px;
}
.ml-2em {
    margin-left: 1.5em;
}
ol.privacy {
    margin: -25px 0 0 20px;
    font-size: 0.875em;
}
ol.privacy ol{
    margin: 0 0 0 20px;
}
.form-alert {
    margin: 0.25em 0 0 0px;
    font-size: 0.875em;
    color: red;
}
.form-alert i.icon-remove-sign{
    margin: 0.1em 0.25em 0 0;
    font-size: 1em;
}
.vertical-middle .container .heading-block h1{
    font-size: 360%;
    color: #fff;
}

@media (max-width: 576px) {
  .vertical-middle .container .heading-block h1{
    font-size: 230%;
  }
  .sma{
        display: block;
  }
}
span.label{
    font-size: 12px;
    line-height: 12px;
    background-color: #154f9e;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    margin: 5px 25px;
}
.accordion-button ul.list-news{
    margin-bottom: 0 !important;
}
.accordion-button ul.list-news .news-txt{
    display: inline-block;
}