
.ab_title1 {
	  font-size:clamp(1rem, 0.841rem + 0.8vw, 1.438rem); /*16px 23px */
	  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;
}

.pr_in {
	  font-size:clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12px 14px */
	  color:#2589d0;
	  margin:0px;
	  font-weight:400;
}


.pr1 {
	  font-size:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14px 18px */
	  color:#2589d0;
	  margin:0px;
	  font-weight:600;
}


.btn-border_ab {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #499AB2;
  border: 1px solid #499AB2;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.2em 1.2em 1.2em 1.2em;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_ab:hover {
  background-color: #ffffff;
  border-color: #499AB2;
  color: #499AB2;
}

.btn-border_ab2 {
  display: inline-block;
  width: 98%; 
  max-width: 400px;
  text-align: center;
  background-color: #F7AF00;
  border: 1px solid #F7AF00;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.0em 0.4em 0.8em 0.4em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ab2:hover {
  background-color: #ffffff;
  border-color: #F7AF00;
  color: #F7AF00;
}

.btn-border_ab3 {
  display: table-cell;
  vertical-align: middle;
  width: 400px; 
  height: 110px;
  max-width: 400px;
  background-color: #D4296A;
  border: 1px solid #D4296A;
  font-style: normal;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);/*14px 17px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em 0.4em 0.3em 0.4em;
  border-radius: 0px;
  transition: .3s;
}

.btn-border_ab3:hover {
  background-color: #ffffff;
  border-color: #D4296A;
  color: #D4296A;
}

/*　パンくず */

.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;
}