@charset "UTF-8";
/*共通*/
[id] {
  margin-top: -80px;
  padding-top: 80px;
}

section.bannerBox {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558A;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenter, .textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

.w1000Box {
  width: 1000px;
  margin: 0 auto;
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box, .w1000Box {
    width: 94%;
  }
  body {
    font-size: 14px;
  }
}
/*common*/
a {
  color: #0081CC;
}

h2.normalTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  position: relative;
  margin-bottom: 2em;
}
h2.normalTitle .upper {
  color: #143D60;
  background-color: #EBE9DF;
  font-size: 80%;
  padding: 4px 8px;
}
h2.normalTitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #143D60;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}

h3.normalTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  background-color: #143D60;
  color: #EBE9DF;
  padding: 0.2em 0.4em;
  margin-bottom: 0.4em;
}

.textBottom {
  margin-bottom: 16px !important;
}

.marker {
  background: linear-gradient(transparent 30%, #FDF3AD 30%);
}

.contentsFlexBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.contentsBottom {
  margin-bottom: 40px;
}

.textBox > p:not(:last-child) {
  margin-bottom: 1em;
}

.textBoxCenter {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.readText {
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  color: #143D60;
  margin: 0.6em 0;
}

.centerText {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 0.4em;
}

.normalBtn {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

.textLink {
  display: inline-block;
  position: relative;
  color: #0081CC;
}
.textLink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: -10px;
  top: 50%;
  margin-top: 2px;
}

.linkUpper {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .contentsFlexBox {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .contentsBottom {
    margin-bottom: 24px;
  }
}
/*bannerBox*/
.bannerBox {
  background-color: #EBE9DF;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
.bannerBox .bannerImg {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.bannerBox .mainTitle {
  font-size: clamp(20px, 5vw, 32px);
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  background-color: #143D60;
  color: #EBE9DF;
  padding: 16px 0;
}

@media screen and (max-width: 640px) {
  .bannerBox {
    padding-top: 56px;
  }
}
/*columnBox*/
.columnBox {
  background-color: #EBE9DF;
  border-radius: 16px;
  padding: 24px 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.columnBox .columnTitle {
  font-size: clamp(18px, 4vw, 20px);
  margin-bottom: 0.6em;
  color: #143D60;
  text-align: center;
}
.columnBox .columnTitle span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
.columnBox .columnTitle span::after, .columnBox .columnTitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.4em;
  height: 2px;
  background-color: #143D60;
}
.columnBox .columnTitle span::after {
  left: 0;
}
.columnBox .columnTitle span::before {
  right: 0;
}

@media screen and (max-width: 640px) {
  .columnBox {
    padding: 24px 16px;
  }
}
/*youtube*/
.youtubeArea {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 16px;
}

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*table*/
.mainTable, .mainTable_side {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #143D60;
}
.mainTable th, .mainTable td, .mainTable_side th, .mainTable_side td {
  border-bottom: 1px solid #143D60;
  padding: 16px 16px 16px 0;
}
.mainTable th, .mainTable_side th {
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .mainTable {
    width: 100%;
  }
  .mainTable th, .mainTable td {
    display: block;
  }
  .mainTable th {
    padding: 8px 0 0 8px;
    border: none;
    text-align: left;
  }
  .mainTable td {
    padding: 0 8px 8px 8px;
  }
  .mainTable_side {
    width: 100%;
  }
  .mainTable_side th, .mainTable_side td {
    display: table-cell;
    padding: 8px 0;
    width: 50%;
    text-align: center;
  }
}
/*mokujiList*/
.mokujiList {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 24px 40px;
}
.mokujiList ul {
  list-style: inside;
}

@media screen and (max-width: 640px) {
  .mokujiList {
    padding: 24px 16px;
  }
}
/**//*# sourceMappingURL=260514_benrishi_benkyouhou.css.map */