.ab1 {
	  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
	  color:#000000;
	  margin:0px;
	  font-weight:600;
}

.ab2 {
  font-size:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14px 18px */
  color:#000000;
  margin:0px;
  font-weight:400;
}

.ab3 {
  font-size:clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem); /*13px 15px */
  color:#000000;
  margin:0px;
  font-weight:400;
}

.ab4 {
  font-size:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14px 18px */
  color:#ED6C00;
  margin:0px;
  font-weight:400;
}

.ab_title1 {
	  font-size:clamp(0.938rem, 0.801rem + 0.68vw, 1.313rem); /*15px 21px */
	  margin:0px;
	  font-weight:600;
	  color: #333333;
}

.ab_title2_no {
	  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
	  color:#ffffff;
	  margin:0px;
	  padding: 0.4em 0.5em 0.3em 0.6em;
	  font-weight:600;
}

.ab_title2_tx {
	  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
	  margin:0px;
	  padding: 0.4em 0.6em 0.3em 0.4em;
	  font-weight:600;
	  color: #505050;
}

.btn-border_tr {
  display: inline-block;
  text-align: center;
  background-color: #499AB2;
  border: 1px solid #499AB2;
  font-style: normal;
  font-size:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.9em 2.2em 0.8em 2.2em;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_tr:hover {
  background-color: #ffffff;
  border-color: #499AB2;
  color: #499AB2;
}

/*　リンク画像 */

a.word:link {
   background-image: url("img_word.svg");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 28px;
}

a.excel:link {
   background-image: url("img_excel.svg");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 28px;
}

/*　パンくず */

.breadcrumb-003 {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f2f2f2;
    font-size: .9em;
}

.breadcrumb-003 li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb-003 li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
	margin-bottom: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb-003 li:not(:last-child)::before,
.breadcrumb-003 li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb-003 li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb-003 li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f2f2f2;
}

.breadcrumb-003 a {
    color: #333333;
    text-decoration: none;
}
