* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul.mitsune__books_0801 {
  display: flex;
  flex-direction: column;
}
.background-custom {
  background: #fff7bd url("/images/bky01.gif") repeat fixed left top;
}
.mitsune__hidden {
  display: none !important;
}
a {
  text-decoration: none;
}
a:link {
  color: #ff1493;
}
a:active {
  color: #ff69b4;
}
a:visited {
  color: #dc143c;
}
a:hover {
  color: #ff69b4;
  text-decoration: underline;
}
.intro {
  /* background-color: white; */
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.intro-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 1.5rem;
}

.intro-img {
  width: 40%;
}
.intro-img-2 {
  width: 100%;
}

.intro-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 20px;
  padding: 0.25rem 0;
}

.intro-logo {
  width: 80%;
}

.intro-description {
  color: #483d8b;
  margin: 10px 0 6px;
}
.intro-description > h3 {
  font-size: x-large;
  margin-bottom: 0.75rem;
}
.hidden-on-mobile {
  display: none;
}
.content {
  display: flex;
  padding: 1rem 1rem 2rem;
  margin-top: 1rem;
}

.content-left {
  flex: 1;
}
.content-right {
  width: 35%;
}
.content-right-title {
  color: white;
  background-image: url("/images/title.gif");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2px 0 2px 1.5rem;
}
.content-right-card {
  padding: 0 0.25rem;
}
#categoryList {
  color: #000080;
  font-weight: 500;
  padding: 0 0.25rem;
}
.list-item {
  position: relative;
}
span.list-item-span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.list-item-span .cate-item-name {
  max-width: calc(100% - 2rem);
  display: flex;
}
.list-item-span .link_category_item {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
}
span.link_category_item:hover {
  color: #ce2f2f;
  text-decoration: underline;
  cursor: pointer;
}
.category-list {
  list-style-type: none;
  padding-left: 12px;
}
.category-list,
.book-list {
  height: auto;
  overflow: hidden;
  transition: height 0.3s ease;
  display: block;
}

.category-item {
  margin-top: 6px;
}

.page-list {
  list-style-type: none;
  padding-left: 12px;
}

.page-item {
  font-style: italic;
  color: #ce2f2f;
  margin-top: 6px;
  margin-left: 6px;
}

.content-sample {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem 2rem;
  margin-top: 1rem;
  list-style: none;
}

@media (min-width: 768px) {
  .hidden-on-large {
    display: none;
  }
  .hidden-on-mobile {
    display: block;
  }
  .content {
    padding: 1rem 2rem 2rem;
  }
  .intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .intro-content {
    align-items: flex-end;
    flex-direction: row;
  }
  .intro-text {
    gap: 0.5rem;
  }
  .intro-img-2 {
    width: 40%;
  }
  .intro-logo {
    width: 80%;
  }
  .content-right-card {
    padding: 0 1rem;
  }
  .category-list {
    list-style-type: none;
    padding-left: 20px;
  }

  .category-item {
    margin-top: 10px;
  }

  .page-list {
    list-style-type: none;
    padding-left: 20px;
  }

  .page-item {
    font-style: italic;
    color: #ce2f2f;
    margin-top: 10px;
    margin-left: 10px;
  }
}
img.line {
  margin: 0.5rem 0 1rem;
}
.content-left-img {
  width: 100%;
}

@media (min-width: 1024px) {
  .content {
    padding: 1rem 5rem 2rem;
  }
  .intro {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .content-right-card {
    padding: 0 1rem;
  }
}
@media (min-width: 1274px) {
  .intro-img {
    width: 35%;
  }
  .intro-logo {
    width: 65%;
  }
  .content-right-title {
    padding: 2px 2rem;
  }
  .content {
    padding: 1rem 10rem 2rem;
  }
  .intro {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1494px) {
  .intro-img-2 {
    width: 30%;
  }
}

/* posts */
ul.mitsune__posts {
  list-style: none;
  padding: 0;
  margin-top: 1.25rem;
}

ul.mitsune__posts li {
  border-top: solid 1px #cccccc;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0;
}

ul.mitsune__posts li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

ul.mitsune__posts article {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: -moz-flex-start;
  -webkit-align-items: -webkit-flex-start;
  -ms-align-items: -ms-flex-start;
  align-items: flex-start;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

ul.mitsune__posts article .image {
  display: block;
  margin-right: 1.5em;
  width: 80px;
}

ul.mitsune__posts article .image img {
  width: 100%;
}

ul.mitsune__posts article header {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
a.linkNewPost {
  text-decoration: none;
  position: relative;
  color: #483d8b;
}
a.linkNewPost:hover {
  text-decoration: underline;
  color: #ce2f2f;
}

ul.mitsune__posts article header h4 {
  margin-top: 0.125em;
  border-bottom: solid 1px #483d8b;
}

ul.mitsune__posts article header .published {
  display: block;
  font-weight: 400;
  margin-top: 8px;
  color: #5f5f5f;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #cccccc;
  font-size: 80%;
}

ul.mitsune__posts article header > :last-child {
  margin-bottom: 0;
}

.link {
  color: #483d8b;
  padding: 0.25rem 0.25rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.link__title {
  position: relative;
}
.link__title::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-1rem);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 85%;
}
.breadcrumbs > .current {
  color: #000080 !important;
  font-weight: 400;
}

.footer__block {
  background-color: #ebe9e8;
}
.footer__menu {
  display: flex;
  padding: 0 1rem;
}
.footer__menu > a {
  flex: 1;
  border-left: 1px solid black;
  color: #000080;
  font-weight: 400;
  padding: 4px 0.75rem;
  margin-top: 2rem;
  text-align: center;
  text-decoration: none;
}
.footer__menu > a:hover {
  color: #ce2f2f;
  text-decoration: underline;
}
.footer__menu > a:last-child {
  border-right: 1px solid black;
}
.footer__copy_right {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
.footer__content {
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .footer__menu {
    padding: 0 2rem 1rem;
  }
  .footer__content {
    padding: 0 2rem 1rem;
  }
}
@media (min-width: 1024px) {
  .footer__menu {
    padding: 0 5rem 1rem;
  }
  .footer__content {
    padding: 0 5rem 1rem;
  }
  nav {
    padding: 1rem 5rem;
  }
}
@media (min-width: 1400px) {
  .footer__menu {
    padding: 0 10rem 1rem;
  }
  .footer__content {
    padding: 0 10rem 1rem;
  }
  nav {
    padding: 1rem 10rem;
  }
}

.header-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  height: 80px;
  max-height: 160px;
}

.header-img {
  height: 75%;
}

.active {
  background-color: white;
  color: #000080;
}

.navigation {
  height: 50px;
  background: #e5e7eb;
  display: flex;
  justify-content: center;
}

.nav-container {
  flex: 1;
  display: flex;
  justify-content: center;
}

nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

nav ul {
  flex: 1;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -16px;
}

nav ul li ul {
  margin-top: 4px;
}

nav ul li {
  float: left;
  position: relative;
  z-index: 9;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 10px 16px;
  text-align: left;
  background: #e5e7eb;
  color: #ce2f2f;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #ffffdb;
  color: #000080;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  color: #000080;
  background-color: #fff;
  border-bottom: 1px solid gray;
}

.nav-dropdown {
  position: absolute;
  background: white;
  display: none;
  z-index: 1;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 5rem;
  right: 0;
  background: #e5e7eb;
  height: 40px;
  width: 70px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 13px;
  cursor: pointer;
  padding: 10px 0;
  width: 0;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ce2f2f;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .header-images {
    padding: 0.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .header-images {
    padding: 1rem 5rem;
  }
  .header-img {
    height: 100%;
  }
  .entry-content > img {
    max-width: 200px !important;
    height: auto;
  }
  .mitsune_kawara_intro {
    margin: 0.5rem 5rem 1rem !important;
  }
}
@media (min-width: 1440px) {
  .header-images {
    padding: 1rem 10rem;
  }
  .mitsune_kawara_intro {
    margin: 0.5rem 10rem 1rem !important ;
  }
  .entry-content > img {
    max-width: 300px !important;
    height: auto;
  }
}
@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 50px 0 0px;
  }

  nav ul {
    display: none;
    padding: 0;
  }

  nav ul li ul {
    margin-top: 0;
  }

  nav ul li {
    float: none;
    margin-left: 1rem;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
    color: #000080 !important;
    /* background-color: #fff !important; */
  }

  .nav-dropdown {
    position: static;
  }
  .footer__menu {
    display: none;
  }
  .content {
    flex-direction: column;
    gap: 1rem;
  }
  .content-right {
    width: 90%;
  }

  .entry-content > img {
    max-width: 150px !important;
    height: auto;
  }
  .mitsune_kawara_intro {
    margin: 0.5rem 2rem 1rem;
  }
}

@media screen and (max-width: 430px) {
  .mitsune_kawara_intro {
    margin: 0.5rem 1rem 1rem !important;
  }
  .hidden__when__mobile {
    display: none;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: flex !important;
  }

  nav ul li ul li a {
    color: #000080 !important;
    background-color: #ffffdb !important;
  }
  .nav-dropdown {
    background: #ffffdb !important;
  }
}
.form__element__mtn {
  padding: 1.5rem 0;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__element__mtn.border {
  padding-top: 0;
}
.form__element__mtn > label {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-bottom: 0.25rem;
}
.form__element__mtn > button {
  padding: 0.5rem 1rem;
  width: fit-content;
  background-color: white;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.form__element__mtn > button:hover {
  background-color: indigo;
  color: white;
}
.form__element__mtn > label.required::after {
  content: "必須";
  color: white;
  background-color: #c73b3b;
  padding: 4px 0.75rem;
  font-size: x-small;
  border-radius: 6px;
  min-width: 20px;
}
.form__element__mtn > label.border {
  position: relative;
  left: 1.75rem;
  bottom: -2rem;
  background-color: white;
}
.form__element__mtn > input,
select,
textarea {
  padding: 0.5rem;
}
.form__element__mtn > p.chui::before {
  content: "※御注意：";
  font-weight: 700;
}
.boder__label__mtn {
  border: 1px solid #cccccc;
  padding: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mitsune_kawara_intro {
  margin: 0.5rem 1rem 1rem;
  border-radius: 6px;
  padding: 1.5rem;
  background: url("/images/b4-195.gif");
  color: white;
}
.mitsune_kawara_intro > h3 {
  margin-bottom: 1rem;
}
.mitsune_kawara_intro > h3 > a {
  color: white;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}
.mitsune_kawara_intro > h3 > a:hover {
  text-decoration: underline;
}
.mitsune_kawara_intro > p {
  margin-left: 1rem;
  font-size: 95%;
}
.bg-kawara {
  background: #ffffdb;
}
span.mitsune___ellipsis {
  display: inline-block;
}
.mitsune___ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category_custom {
  margin: 1rem 0 !important;
  border-radius: 6px;
  padding: 1.5rem;
  background: url(/images/b4-195.gif);
  color: white;
}
.category_custom > p.mt {
  margin-top: 1rem;
}
.mitsune__cate__name > a {
  color: #000080;
}
.mitsune__cate__name > a:hover {
  color: #ff69b4;
  text-decoration: underline;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-text > a {
  color: #000080;
}
.truncate-text > a:hover {
  color: #ff69b4;
  text-decoration: underline;
}
.book-list {
  margin-left: 1.5rem;
}
.ml-025 {
  margin-left: -0.25rem;
}
.content-custom-0701 {
  padding-top: 1.5rem;
}
div.mitsune__cate {
  display: flex;
  gap: 1rem;
}
