@charset "UTF-8";
#ag-info #header .header-logo {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

#ag-info #header #header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#ag-info #header .header-logo {
  position: static;
}

#ag-info #header #header-nav {
  top: 100%;
}

#ag-info #header #header-inner::after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(left, #4b2382 0%, #64aadc 100%);
  background: linear-gradient(to right, #4b2382 0%, #64aadc 100%);
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 761px) {
  #ag-info #header #header-inner::after {
    content: none;
  }
}

#ag-info #header #menu-btn {
  width: 68px;
  height: 78px;
}

#ag-info #header .header-text {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 4px;
}

#ag-info #header .header-utility button {
  padding-bottom: 10px;
}

#ag-info #header .header-utility::before {
  content: none;
}

#ag-info #header #menu-btn::before,
#header #menu-btn::after {
  left: 24px;
}

#ag-info #header #menu-btn::before {
  top: 27px;
}

#ag-info #header #menu-btn::after {
  top: 39px
}


#ag-info #header #menu-btn > span::before {
  left: 24px;
  top: 33px;
}


#ag-info #header #menu-btn.open::before {
  top: 32px;
}

#ag-info #header #menu-btn.open::after {
  top: 32px;
}

#ag-info #header #header-nav {
  padding-top: 0;
}

#ag-info #header #header-nav .nav-01 {
  margin-top: 0;
}


#ag-info #header #header-nav .nav-01 > li:first-child {
  border-top: none;
}

#ag-info .main {
  max-width: 1010px;
}

#ag-info .container {
  border-bottom: none;
}

#ag-info .date {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.2;
}

#ag-info .link-01.link-back::before{
    border: 4px solid transparent;
    border-left-width: 5px;
    border-right: 5px solid #2662a8;
    left: -5px;
}


#ag-info .tbl[data-scroll="true"] {
  overflow: auto;
}

#ag-info .tbl[data-scroll="true"] table {
  min-width: 1010px;
}

@media screen and (max-width: 1030px) {
  #ag-info main {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
#ag-info .box-utility-01 .pagetop {
  border-bottom: none;
}
}

#ag-info .box-error {
  text-align: center;
  padding: 100px 20px 10px;
}


#ag-info .hdg-error {
  font-size: 20px;
  line-height: 1.5;
  color: #2662A8;
}

#ag-info .text-error {
  color: #2662A8;
  font-weight: bold;
}
#ag-info .link-btn-04[type="button"] {
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
}

#ag-info .link-btn-04[type="button"] span {
  display: block;
  text-align: left;
}

#ag-info .link-btn-04[type="button"]:before {
  top: 50%;
  margin-top: 0;
}

#ag-info .link-btn-04.open[type="button"]:before {
  border: 4px solid transparent;
  border-bottom: 5px solid #2662a8;
  border-top-width: 5px;
  top: 32%;
}

#ag-info .tgl-more + .hdg-02,
.un-news + .hdg-02 {
  margin-top: 40px;
}

#ag-info .box-prod-attention-01 {
  margin-top: 40px;
}

#ag-info .tgl-more {
  display: flex;
  flex-direction: column;
}


#ag-info .tgl-more button[type="button"] {
  order: 2;
  margin-top: 15px;
}

#ag-info .tgl-more .more-content {
  order: 1;
}

#ag-info .hdg-03 {
  overflow-wrap:anywhere;
}

#ag-info .box-em-02 {
  margin-top: 15px;
}

#ag-info .box-em-02 .box-txt p {
  margin-top: 0;
}

/* ==========================================
ニュース＋JS
===========================================*/

/*
 * ニュース
 ********************/
.un-news {
  margin-top: 20px;
}

.un-news__item {
  border-radius: 6px;
  border: 1px solid #b4d7ff;
}

.un-news__item + .un-news__item  {
  margin-top: 10px;
}

.un-news__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.un-news__inner {
  padding: 20px;
}

.un-news__date {
  font-size: .75rem;
  line-height: 1.2;
}

.un-news__ttl {
  color: #2662A8;
  font-size: 0.875rem;
  margin-top: 6px;
  line-height: 1.5;
}

.un-news__btn {
  width: 100%;
  padding: 10px 20px;
  margin-top: 15px;
  box-shadow: 0 4px 0 #ccc;
  text-align: left;
  border: none;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.un-news__btnTxt {
  padding-left: 15px;
  position: relative;
  font-size: 1rem;
  color: #2662a8;
}

.un-news__btnTxt::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: .5em;
  left: 0;
  border: 4px solid transparent;
  border-top: 5px solid #2662a8;
  border-bottom-width: 5px;
}

.un-mediaIcon {
  margin-top: 30px;
  text-align: right;
}

.un-mediaIcon img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

/*
 * js トグル
 ********************/
.js-newsToggle__item.is-close {
  display: none;
}

.un-news__btn.is-close .un-news__btnTxt::before {
  border: 4px solid transparent;
  border-bottom: 5px solid #2662a8;
  border-top-width: 5px;
  top: .2em;
}
