.breads {
  z-index: 100;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
	padding: 10px 0px;
}
.breads h1{
 font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .breads {
    overflow-x: scroll;
    position: static;
    width: 100%;
    background: #F7F9F9;
    margin-bottom: 5px;
    padding: 10px 20px;
  }
}
.breads .bread_link {
  font-size: 15px;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .breads .bread_link {
    font-size: 13px;
  }
}
.breads .bread_link:hover {
  text-decoration: none;
}
.breads .bread_link.arrow {
  padding-right: 20px;
}
.breads .bread_link.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .breads .bread_link.arrow:after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
.breads .bread_text {
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .breads .bread_text {
    font-size: 13px;
  }
}
.breads .bread_text.arrow {
  padding-right: 20px;
}
.breads .bread_text.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .breads .bread_text.arrow:after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
}

.content {
  max-width: 1030px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
}
.content.yellow .content_nav {
  border-color: #FFB900;
}
.content.yellow .content_nav .content_nav_link.active {
  background: #FFB900;
}
.content.yellow .heading01 .heading_text:after {
  background: #FFB900;
}

.content_nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: solid 5px;
}
@media screen and (max-width: 767px) {
  .content_nav {
    display: none;
  }
}
.content_nav > li {
  width: calc((100% - 40px) / 5);
  position: relative;
}
#about_sma_nav > li {
  margin-bottom: -.0px;
}
.content_nav > li:not(:first-of-type) {
  margin-left: 10px;
}
.content_nav .content_nav_link {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  text-align: center;
  background: #f6fcfd;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content_nav .content_nav_ch {
  display: none;
  z-index: 99;
  background: white;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  border: solid 1px #B2B2B2;
}
.content_nav .content_nav_ch .content_nav_ch_link {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  padding: 15px 10px;
  transition: background-color 0.3s;
}
.content_nav .content_nav_ch li:not(:first-of-type) {
  border-top: solid 1px #B2B2B2;
}
.content_nav .content_nav_ch .content_nav_ch_link:hover {
  background: #ebebeb;
}

.create {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

.content_body {
  background: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  padding: 60px 50px 70px;
}


@media screen and (max-width: 767px) {
  .content_body {
    padding: 20px;
    width: 100%;
  }
	
}

.heading01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .heading01 {
    flex-direction: column;
  }
}
.heading01 .heading_icon {
  width: 76px;
  margin-right: 20px;
}
.heading01 .heading_body .heading_update {
  font-size: 11px;
  font-weight: 400;
}
.heading01 .heading_body .heading_text {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.heading01 .heading_body .heading_text:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.figure_support_top01 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .figure_support_top01 {
    display: none;
  }
}
.figure_support_top01 img {
  width: 100%;
}

.img_support_top01 {
  width: 318px;
  margin-left: 30px;
  float: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .img_support_top01 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.link_box {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  background: #fbedc4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .link_box {
    flex-direction: column;
    width: 100%;
  }
}

.poster_pdf_sample {
  width: 92px;
}

.btns_link_support {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btns_link_support {
    flex-direction: column;
  }
}
.btns_link_support .btn_link_support {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 980px) {
  .btns_link_support .btn_link_support {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .btns_link_support .btn_link_support {
    width: 100%;
  }
}
.btns_link_support .btn_link_support:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 980px) {
  .btns_link_support .btn_link_support:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btns_link_support .btn_link_support:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.btn_link_support {
  padding: 20px 10px;
  text-decoration: none;
  border-radius: 5px;
  background: white;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn_link_support.yellow {
  border: solid 2px #FFB900;
}
.btn_link_support.yellow .btn_text {
  border-color: #FFB900;
}
.btn_link_support.blue {
  border: solid 2px #001C71;
}
.btn_link_support.blue .btn_text {
  border-color: #00ADDC;
}
.btn_link_support.red {
  border: solid 2px #D50057;
}
.btn_link_support.red .btn_text {
  border-color: #D50057;
}
.btn_link_support .btn_icon {
  width: 76px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.btn_link_support .btn_text {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  border-bottom: solid 5px;
}
@media screen and (max-width: 1230px) {
  .btn_link_support .btn_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .btn_link_support .btn_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1247px) {
  .win .btn_link_support .btn_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 997px) {
  .win .btn_link_support .btn_text {
    font-size: 14px;
  }
}

.btn_link_text {
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 290px;
  padding: 20px;
  border: solid 1px #B2B2B2;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: .2s background-color;
}
.btn_link_text:hover {
  background-color: #CCEFF8;
}


.tns_link_support {
	width:100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tns_link_support {
    flex-direction: column;
  }
}
.tns_link_support .tn_link_support {
  width: calc((100% - 60px) / 2);
}
.tns_link_support .tn_link_support a{
	display: block;
}
.tns_link_support .tn_link_support img{
	width:100%;
}
@media screen and (max-width: 980px) {
  .tns_link_support .tn_link_support {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .tns_link_support .tn_link_support {
    width: 100%;
  }
}
.tns_link_support .tn_link_support :not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 980px) {
  .tns_link_support .tn_link_support:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tns_link_support .tn_link_support:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.menuScreening.btnRectangle .btnRectangle_link{
  min-height: 80px;
}
@media screen and (max-width: 335px) {
  .menuScreening.btnRectangle .btnRectangle_link{
    min-height: 100px;
  }
}

.menuScreening.btnRectangle .btnRectangle_link > div{
  margin-top: -2%;
}

.btnArrowBig.equalArrow{
  padding-left: 5em;
}

.scroll-table.scrollScreening {
  overflow: auto;
  white-space: nowrap;
  border: none;
  text-align: center;
}
.scroll-table.scrollScreening img{
  margin-bottom: 10px;
}
