body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
}


.grovalNavigation{
    width: 100%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #fff;
}

.f-top {
    width: 100%;
    height: 20px;
    background-color: #4d1f5c;
    font-size: small;
}

img {
    margin-top: 5px;
    margin-left: 5px;
    display: block;
}

.f-menu{
  width: 100%; 
  height: 25px;
  border: 1px #fff;
  border-style: solid;
  background-color: #ffffff;
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
  color: #060429;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
}

.f-menu-sub{
  width: 100%; 
  height: 25px;
  border: 1px #fff;
  border-style: solid;
  background-color: #ffffff;
  font-size: 15px;
  font-family:Arial, Helvetica, sans-serif;
  color: #060429;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
}

.f-title{
    width: 100%; 
    height: 50px;
    background-color: #fff;
    border-top: #fff;
    border-right: #fff;
    border-left: #fff;
    border-bottom: 1px #4d1f5c;
    border-style: solid;
    color: #4d1f5c;
    display: flex;
}

.f-left {
    width: 17%;
    height: 50px;
    background-color: #fff;
}
.f-center {
    width: 66%;
    height: 50px;
    background-color: #fff;
    text-align: center;
}

.f-center h1 {
    margin-top: 5px;
}

.f-center h3 {
    margin-top: 10px;
}

.f-right {
    width: 17%;
    height: 50px;
    background-color: #fff;
    display: flex;
}

.f-right h2 {
    margin-left: 10px;
    margin-top: 10px;
}

.grid-border {
  border: 1px solid #b3d1e7;
  background-color: #e6e6fa ;
  color: #222222;
}

/* footer */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  a {
    color: #4f4e4e;
    text-decoration: none;
  }
  
  a:hover {
    color: #3894ef;
  }
  
  .flex {
    display: flex;
  }
  
  hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7eb;
  }
  
  .footer {
    padding: 2rem;
    font-size: 15px;
    color: #999;
    background: #e3e2e2;
    position: relative; 
  }
  
  .footer__navi {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  
  .footer__navi li {
    display: inline-block;
  }
  
  .footer__navi li:not(:last-child) {
    margin-right: 16px;
  }
  
  .footer__logo {
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  @media (min-width: 768px) {
    .md-flex {
      display: flex;
    }
  
    .md-justify-between {
      justify-content: space-between;
    }
  
    .copyright {
      text-align: left;
    }
  }

  /* パンくずリスト */

  .breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    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;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}

/* パンくずリスト */

.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;
  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;
}

/* 登録 */
.es-Regist {
  cursor: pointer;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  color: #f32780;
  background-color: #fff;
  position: relative;
  border: 1px solid #f32780;
  border-radius: 3px 3px 3px 3px;
  transition: color 0.5s ease;
  font-size: 13px;
}

.es-Regist:hover {
  color: #fff;
  background-color: #f32780;
}

.es-Regist:hover::before {
  transform: scaleY(1);
}
/* 登録 */

/* クローズ */
.es-close {
  cursor: pointer;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  color: #000000;
  background-color: #fff;
  position: relative;
  border: 1px solid #00ced1;
  border-radius: 3px 3px 3px 3px;
  transition: color 0.5s ease;
  font-size: 13px;
}

.es-close:hover {
  color: #fff;
  background-color: #00ced1;
  border: 1px solid #00ced1;
}

.es-close:hover::before {
  transform: scaleY(1);
}
/* クローズ */

/* 削除 */
.es-Delete {
  cursor: pointer;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  color: #ff0505;
  background-color: #fff;
  position: relative;
  border: 1px solid #ff0505;
  border-radius: 3px 3px 3px 3px;
  transition: color 0.5s ease;
  font-size: 13px;
}

.es-Delete:hover {
  color: #fff;
  background-color: #ff0505;
  border: 1px solid #ff0505;
}

.es-Delete:hover::before {
  transform: scaleY(1);
}
/* 削除 */

/* 検索 */
.es-Return {
  cursor: pointer;
  width: 80px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  color: #ed6d35;
  background-color: #fff;
  position: relative;
  border: 1px solid #ed6d35;
  border-radius: 3px 3px 3px 3px;
  transition: color 0.5s ease;
  font-size: 13px;
}

.es-Return:hover {
  color: #fff;
  background-color: #ed6d35;
}

.es-Return:hover::before {
  transform: scaleY(1);
}
/* 戻る */

