@charset "utf-8";
.inmode_nav {
  margin: 56px 0;
  padding: 24px 20px;
  background: #f8fbff;
  border: 1px solid #dbe9f6;
  border-radius: 12px;
}
.inmode_nav .area {
    margin: 0 0 12px;
    padding-left: 10px;
    border-left: 4px solid #6aa7d8;
    font-weight: 700;
    font-size: 1.05em;
    color: #1f3f5b;
}
.inmode_nav .parent {
    position: relative;
    padding: 1rem 0 1rem 1rem;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    font-size: 2.0rem;
    display: block;
    background: #1565c0;
    border-radius: 10px;
	margin: 0 0 1rem;
}
.inmode_nav .parent:hover {
  text-decoration: underline;
}
.inmode_nav .parent:before {
content: '';
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}
.inmode_nav .parent:after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #1565c0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.inmode_nav .child-list a {
  display: block;
  position:relative;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #dbe9f6;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.6;
  color: #333;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.inmode_nav .child-list a:hover {
  background: #f2f8fd;
  border-color: #bfd8ee;
  text-decoration: underline;
}
.inmode_nav .child-list a:before {
content: '';
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}
.inmode_nav .child-list a:after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #1565c0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}


@media (max-width: 767px) {
  .inmode-region-nav {
    margin: 40px 0;
    padding: 20px 16px;
  }

  .inmode-region-nav__child-list {
    grid-template-columns: 1fr;
  }
}


.category_inner {
    width: 800px;
    margin: 0 auto;
}
.category_inner h1{
	line-height: 1.5;
    font-size: 2.4rem;
}
.category_inner h2 {
    background: #fea7a7;
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
}
.category_inner h3 {
    font-weight: bold;
    border-left: 5px solid #fea7a7;
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0.3em 0 0.3em 0.7em;
}
.category_inner p {
    margin: 0 0 1em;
    line-height: 2.0;
}