/*
Theme Name:daikeikyo-c
Theme URI:
Description: daikeikyo child thame
Template:daikeikyo
Author:Studio Neue Corp.
Author URI:https://neue.co.jp
Version:0.0.8
*/
/* -----------------------------------------------
   variable
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .none-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/* -----------------------------------------------
   common
----------------------------------------------- */
.content-wrapper,
main {
  max-width: 980px;
  margin: auto;
}

.post, .page {
  margin: 0;
}

.one-group,
.m-b-60 {
  margin-bottom: 60px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p {
  line-height: 1.75em;
}

a,
a:visited {
  color: #007bc4;
}
a img,
a:visited img {
  transition: 0.3s;
}

a:hover {
  color: #0056b3;
}
a:hover img {
  opacity: 0.8;
}

h1 {
  letter-spacing: 0.1em;
}

h2, h3, h4, h5 {
  color: #444;
}

h2 {
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

main li + li {
  margin-top: 0.5em;
}

main li ul {
  font-size: 90%;
  list-style: revert;
  margin-top: 8px;
}

table {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
table thead th {
  background-color: #007bc4 !important;
  color: #fff;
}
table th:first-child {
  border-left-width: 0 !important;
}
table th:last-child {
  border-right-width: 0 !important;
}
table td:first-child {
  border-left-width: 0 !important;
}
table td:last-child {
  border-right-width: 0 !important;
}
.link-button,
.pdf-button,
.word-button,
.excel-button,
.ppt-button {
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
}
.link-button:hover,
.pdf-button:hover,
.word-button:hover,
.excel-button:hover,
.ppt-button:hover {
  opacity: 0.8;
}
.link-button a,
.pdf-button a,
.word-button a,
.excel-button a,
.ppt-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}
.link-button::before,
.pdf-button::before,
.word-button::before,
.excel-button::before,
.ppt-button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 16%;
}

.link-button {
  background: #007bc4;
}

.pdf-button {
  background: #b00000;
  position: relative;
  padding-left: 2em;
}
.pdf-button::before {
  content: "\f1c1";
}

.word-button {
  background: #003bb0;
  position: relative;
  padding-left: 2em;
}
.word-button::before {
  content: "\f1c2";
}

.excel-button {
  background: #289800;
  position: relative;
  padding-left: 2em;
}
.excel-button::before {
  content: "\f1c3";
}

.ppt-button {
  background: #b03b00;
  position: relative;
  padding-left: 2em;
}
.ppt-button::before {
  content: "\f1c4";
}

.anchor-list {
  justify-content: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 24px 0;
  margin-bottom: 40px;
}
.anchor-list p + p {
  margin-left: 1em;
}
.anchor-list .link-button {
  max-width: none;
}

span.new-txt {
  background: #cf2e2e;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 0px 6px;
  font-size: 80%;
  margin-right: 0.5em;
  margin-bottom: 4px;
  position: relative;
  top: -2px;
}

.grecaptcha-logo {
  display: none;
}

/* -----------------------------------------------
   header
----------------------------------------------- */
header#masthead {
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
header#masthead .site-title {
  margin: 14px;
  max-width: 340px;
}

.page-item-98 {
  display: none;
}

.page-item-9 {
  display: none;
}

.page-item-99 {
  display: none;
}

.page-item-14 {
  display: none;
}

.main-navigation ul {
  justify-content: flex-end;
  margin-right: 1%;
}
.main-navigation ul a {
  padding: 10px;
  color: #000;
}
.main-navigation ul > li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid #2e6da4;
  transition: all 0.5s ease-out;
}
.main-navigation ul > li:hover::before,
.main-navigation ul .current_page_item::before {
  width: 100%;
}
.main-navigation ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.main-navigation ul ul {
  display: block;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.main-navigation ul ul li {
  background-color: #007bc4;
}
.main-navigation ul ul li a {
  color: #fff;
  font-size: 12px;
  padding: 14px;
  transition: 0.3s;
}
.main-navigation ul ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-navigation ul ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-navigation ul ul ul {
  position: relative;
  transition: 0.3s;
  position: absolute;
  left: 100% !important;
}
.main-navigation ul ul ul li {
  background-color: #0f8fd9;
}

/* -----------------------------------------------
   main
----------------------------------------------- */
.entry-header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007bc4;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 981px) {
  .entry-header {
    margin-left: calc(490px - 50vw);
    width: 100vw;
  }
}

.page-content, .entry-content, .entry-summary {
  margin: 50px 0 80px;
}

@media screen and (max-width: 980px) {
  .entry-content {
    margin-left: 4%;
    margin-right: 4%;
    overflow: scroll;
  }
}
/* -----------------------------------------------
   footer
----------------------------------------------- */
footer.entry-footer {
  display: none !important;
}

footer {
  border-top: 3px solid #007bc4;
  background-color: #f9f9f9;
  padding: 40px 0 10px;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .box-assoc-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
footer .box-assoc-info .site-title {
  width: 240px;
  margin-bottom: 10px;
}
footer .box-assoc-info .address {
  font-size: 14px;
}
footer .link-button {
  margin: auto;
  display: block;
  max-width: 240px;
}
footer .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */