@charset "utf-8";

/* root_main */
.root_main {
  position: relative;
  padding-top: 70px;
  /* padding-bottom: 122px; */
}

.root_main::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .root_main::before {
    height: 52px;
  }
}

.root_main_pickup {
  position: relative;
  padding-top: 70px;
}

.root_main_pickup .rp_title {
  margin: 64px 0 40px 0;
  padding-bottom: 0;
}

.root_main_pickup .rp_title:after {
  content: normal;
}

.root_main_pickup::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .root_main_pickup {
    padding-top: 52px;
  }

  .root_main_pickup::before {
    height: 52px;
  }
}

.root_top {
  position: relative;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  /* background: rgb(137, 210, 226, 0.75);
  background: -moz-linear-gradient(
    left,
    rgba(137, 210, 226, 0.75) 0%,
    rgba(98, 194, 143, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(137, 210, 226, 0.75) 0%,
    rgba(98, 194, 143, 0.75) 100%
  );
  background: linear-gradient(
    to right,
    rgba(137, 210, 226, 0.75) 0%,
    rgba(98, 194, 143, 0.75) 100%
  );  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d2e2', endColorstr='#62c28f',GradientType=1 ); /* IE6-9 */
}

.root_top .rp_title {
    font-family: 'RocknRoll One', sans-serif;
  text-align: center;
  color: #fff;
  /* padding-top: 100px;
    padding-bottom: 65px; */
}

.root_top p {
  font-size: 2.375rem;
}
.root_top aside {
  padding-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
}

.root_top::before,
.root_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.root_top::before {
  z-index: -2;
  /* background-image: url("../img/rp/root_main.webp"); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.root_about_top {
  position: relative;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d2e2', endColorstr='#62c28f',GradientType=1 ); /* IE6-9 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.root_about_top .rp_title {
  text-align: center;
  color: #fff;
    font-family: 'RocknRoll One', sans-serif;
  /* padding-top: 100px;
    padding-bottom: 65px; */
}

.root_about_top p {
  font-size: 2.75rem;
}

.root_about_top p span {
  margin-right: 28px;
  font-size: 2.15rem;
}

.root_about_top p span:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 45.2%;
  top: 43%;
  background: url(../img/common/titledeco_white.svg) no-repeat center center;
}

.root_about_top aside {
  padding-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
}

.root_about_top::before,
.root_about_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.root_about_top::before {
  z-index: -2;
  background-image: url("../img/about/about.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pickup1_title::before {
}


.info_title::before {
  background-image: url('../img/rp/info.webp');
}
.nakasho_title::before {
  background-image: url('../img/rp/nakasho.webp');
}
.nakasho-info .info_title::before {
  background-image: url('../img/rp/nakasho.webp');
}

.higashichu_title::before {
  background-image: url('../img/rp/higashichu.webp');
}
.higashichu-info .info_title::before {
  background-image: url('../img/rp/higashichu.webp');
}

.root_top::after {
  z-index: -1;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

.root_main_about .about_img {
  background-image: url("../img/top/mv4.webp");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  height:10em;
  border-radius:5px;
}



/*** 学校 ***************************************************/
.school_event h2{
    font-family: 'RocknRoll One', sans-serif;
    font-size: 2.25rem;
    position: relative;
    padding-bottom:50px;
    color: #779942;
}
.school_event table{
}
.school_event table th{
    font-weight:bold;
    background-color:#EEE;
    text-align:center;
    border-bottom: 1px solid #CCC;
    padding: 1em;
}
.school_event table td{
    text-align:left;
    border-bottom: 1px solid #CCC;
    padding: 1em;
}
.school_event table td:nth-of-type(1){
    white-space:nowrap;
}
/*** root_list ***************************************************/
.root_list {
  padding-top: 85px;
}

.root_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.root_list li {
  margin-left: 2%;
}
.root_list li:first-child {
  margin-left: 0;
}

.root_list ul a {
  width: 100%;
  padding: 16px 23px;
  font-size: 0.875rem;
  text-align: center;
}
.root_list ul a::after {
  content: none;
}

@media only screen and (max-width: 900px) {
  .root_list ul a {
    padding: 16px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .root_about_top p span:after {
    right: 32%;
  }
  .root_top {
    height: 160px;
  }

  .root_list ul {
    display: block;
  }
  .root_list li {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0;
  }
  .root_list li:first-child {
    margin-top: 0;
  }
  .root_list ul a .display_break {
    display: block;
  }
  .root_list ul a .display_none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .root_main {
    padding-top: 52px;
  }
  .root_top .rp_title p {
    font-size: 1.875rem;
  }
  .root_top .rp_title aside {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.rp_title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eae5e3;
  padding: 0 !important;
  margin: 64px 0 24px 0;
}

.rp_title2:after {
  content: normal !important;
}

.rp_title2 .left {
  width: 56.3636363636%;
}

.rp_title2 .left img {
  width: 100%;
  height: atuo;
}

.rp_title2 .right {
  width: calc(100% - 56.3636363636%);
}

.rp_title2 .txt {
  text-align: justify;
}

.rp_title2 .right p {
  margin-top: 56px;
  line-height: 140%;
  font-size: 1.15rem;
  font-weight: bold;
}

.rp_title2 .right p img {
  margin-top: 20px;
  mix-blend-mode: multiply;
}

.rp_title2 .right p span {
  font-size: 1.5rem;
  margin: 15px;
  display: block;
  line-height: 100%;
}

@media only screen and (max-width: 900px) {
  .rp_title2 .right .pr_title30 p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .rp_title2 {
    top: -47px;
  }
  .rp_title2 {
    display: block;
    padding-right: 0;
  }
  .rp_title2 .left {
    width: 100%;
  }
  .rp_title2 .right {
    width: 100%;
    padding-left: 0;
    padding: 20px;
  }
  .rp_title2 .right p {
    margin-top: 12px;
  }
  .rp_title2 .right .txt {
    margin-top: 12px;
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .rp_title2 .right .pr_linkBox {
    margin-top: 20px;
  }
  .rp_title2 .pr_elementBox {
    padding-bottom: 24px;
  }
}

.rp_title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eae5e3;
  padding: 0 !important;
  margin: 64px 0 24px 0;
}

.rp_title3:after {
  content: normal !important;
}

.rp_title3 .left {
  width: 40%;
}

.rp_title3 .left img {
  width: 100%;
  height: atuo;
}

.rp_title3 .right {
  width: 60%;
  text-align: center;
}

.rp_title3 .txt {
  text-align: justify;
}

.rp_title3 .right p img {
  margin-top: 24px;
  mix-blend-mode: multiply;
}

.rp_title3 .right span {
  font-size: 2rem;
  margin: -20px 0 8px;
  display: block;
  position: relative;
}

.rp_title3 .right span:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 45%;
  top: 55%;
  margin-top: -3px;
  background: url(../img/common/titledeco.svg) no-repeat center center;
}

.rp_title3 .right aside {
  margin: 16px 0 24px;
  font-size: 1rem;
}

@media only screen and (max-width: 900px) {
  .rp_title3 .right .pr_title30 p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .rp_title3 {
    top: -47px;
  }
  .rp_title3 {
    display: block;
    padding-right: 0;
  }
  .rp_title3 .left {
    width: 100%;
  }
  .rp_title3 .right {
    width: 100%;
    padding-left: 0;
    padding: 20px;
  }
  .rp_title3 .right p {
    margin-top: 12px;
  }
  .rp_title3 .right .txt {
    margin-top: 12px;
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .rp_title3 .right .pr_linkBox {
    margin-top: 20px;
  }
  .rp_title3 .pr_elementBox {
    padding-bottom: 24px;
  }
}



/* リンク・外部リンク */
.link_page {
  margin: 70px 0 0 50px;
  width: calc(50% - 50px);
  white-space: normal;
}

.link_page a {
  border: 1px;
  position: relative;
  padding: 36px;
  border: 1px solid #eae5e3;
  text-align: center;
  color: #043c78;
  display: block;
}

.link_page a .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #f44336;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

.link_page a[target='_blank'] {
}

.business .link_page {
  margin: 0 0 0 50px;
  width: calc(50% - 50px);
  white-space: normal;
}

.business .link_page a::after {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  /* content: "→"; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.single_link_page {
  width: calc(50% - 50px);
  white-space: normal;
}

.single_link_page a {
  border: 1px;
  position: relative;
  padding: 36px;
  border: 1px solid #eae5e3;
  text-align: center;
  color: #043c78;
  display: block;
}

.single_link_page a .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #f44336;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

.single_link_page a::after {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  /* content: "→"; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.business .single_link_page {
  width: calc(50% - 50px);
  white-space: normal;
}

.business .single_link_page a {
  text-align: center;
  text-decoration: none;
  /* background-color: #333;
  border: 2px solid #333;
  color: #fff; */
  padding: 12px;
  background-color: #fff;
  color: #043c78;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #eae5e3;
}

.business .single_link_page a::before,
.business .single_link_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.business .single_link_page a,
.business .single_link_page a::before,
.business .single_link_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.business .single_link_page a .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #f44336;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

.business .single_link_page a::after {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  /* content: "→"; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.business .single_link_page a:hover {
  filter: brightness(1.05) contrast(1.05);
  background-color: #043c78;
  border-color: #043c78;
  color: #fff;
}

.business .single_link_page a:hover .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

.business .link_page {
  width: calc(50% - 50px);
  white-space: normal;
}

.business .link_page a {
  text-align: center;
  text-decoration: none;
  padding: 12px;
  background-color: #fff;
  color: #043c78;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #eae5e3;
}

.business .link_page a::before,
.business .link_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.business .link_page a,
.business .link_page a::before,
.business .link_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.business .link_page a .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #f44336;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

.business .link_page a::after {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  /* content: "→"; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.business .link_page a:hover {
  filter: brightness(1.05) contrast(1.05);
  background-color: #043c78;
  border-color: #043c78;
  color: #fff;
  text-decoration: none;
}

.business .link_page a:hover .Item-Content-Flg1 {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% / 3);
}

a[target='_blank'] {
  /* color: #043c78; */
}

a[target='_blank'] i {
  color: #eae5e3;
  position: absolute;
  right: 0;
  margin-right: 16px;
  transition: all 0.1s;
}

a[target='_blank']:hover i {
  color: #474a4d;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=20); /* IE lt 8 */
  -ms-filter: 'alpha(opacity=20)'; /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.link_page a:hover {
  transition: all 0.1s;
  text-decoration: underline;
  transform: scale(1.01);
  border: 1px solid #bfbec5;
}

@media only screen and (max-width: 767px) {
  .link_page {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .business .link_page a::after {
    right: -80px;
  }
}

/* お問い合わせ */
.contact {
  background-image: url('../img/common/contact.webp');
  padding: 64px;
  background-repeat: initial;
}

.contact h4 {
  font-size: 1.15rem;
  margin: 60px 40px 40px;
  font-weight: bold;
  line-height: 150%;
  position: relative;
}

.contact h4:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 46%;
  /* top: 10%; */
  margin-top: -3px;
  background: url(../img/common/titledeco_white.svg) no-repeat center center;
}

.contact p {
  margin: 56px 40px;
  line-height: 150%;
}

.contact article {
  width: 960px;
  margin: 0 auto;
  height: 300px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #eae5e3; */
  padding: 0 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}

.contact article .left {
  width: 50%;
  background-color: #474a4d;
  color: #fff;
  text-align: center;
}

.contact article .right {
  /* width: calc(100% - 50%); */
}

.contact ul {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}

.contact ul li {
  margin-bottom: 36px;
}

.contact a {
  position: relative;
  display: block;
  width: 320px;
  height: 57px;
  line-height: 57px;
  margin: 40px auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.25s;
  box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
  background-color: #ffffff;
}

.contact i {
  font-size: 20px;
  margin-right: 8px;
}

.contact a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.contact a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.contact a:hover {
  /* background-color: rgba(255, 255, 255, 0.85);   */
  /* box-shadow: 3px 7px 60px rgb(255 255 204 / 30%); */
  /* border:1.5px solid rgb(255 255 204 / 30%);
  opacity: 1; */
}

.contact a:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #f9fffc;
  border-right-color: #f9fffc;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.contact a:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #f9fffc;
  border-left-color: #f9fffc;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

@media only screen and (max-width: 767px) {
  .business .single_link_page,
  .single_link_page {
    width: 80%;
    white-space: normal;
    margin: 0 auto;
  }

  .business .single_link_page a::after {
    right: -80px;
  }

  .contact {
    padding: 40px 16px;
  }

  .contact h4 {
    font-size: 1.11rem;
    margin: 0;
  }

  .contact ul {
    width: 100%;
    margin-top: 0;
  }

  .contact a {
    width: 100%;
  }

  .contact p {
    margin: 8px 0 0;
  }

  .contact article {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    /* background-color: #eae5e3; */
    padding: 0 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
  }

  .contact article .left {
    width: 100%;
    padding: 24px;
  }

  .contact article .right {
    width: 100%;
    padding: 0 36px 14px;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 2);
  border-bottom: 3px solid #f80;
  background-color: #d9d9d9;
  font-size: 1.5em;
  padding:0.5em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
.tab_item {
  font-size: 1em;
  padding:1em;
}
}
.tab_item:hover {
  opacity: 0.75;
}
.tabs h2{
    font-family: 'RocknRoll One', sans-serif;
    color: #5b3b2a;
}
.tabs h3{
    font-family: 'RocknRoll One', sans-serif;
    color: #779942;
    font-size:1.5em;
    margin-bottom: 1em;
}

/*タブ切り替え*/
input[name='tab_item'] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #f80;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .tab_content {
    display: none;
    padding: 10px;
    clear: both;
    overflow: hidden;
  }
}

.imgmask {
  height: 158px;
  overflow: hidden;
}

.case_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.case_list ul li {
  background-color: F2F4FF;
  width: calc(33% - 50px);
  padding: 8px 16px;
  /* border: 1px solid #EFFF5C; */
  margin: 16px;
  font-size: 0.85rem;
  box-shadow: 2px 2px 5px 0px #c1d9f7;
  font-weight: bold;
}

.case_list ul li:before {
  content: '●';
  margin-right: 6px;
  color: #c5e0ff;
}

@media only screen and (max-width: 1000px) {
  .case_list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .case_list li {
    width: 32%;
  }
  .case_list li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .case_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
}



/*** お知らせ ***************************************************/
.info .pr_contents{
    margin-bottom:5em;
}
.info .contents{
    flex-wrap:wrap;
/*    justify-content:center;*/
    flex-direction: initial;
    gap:2%;
}
.info .contents .article{
    width:31%;
    margin:1% 0;
}
@media only screen and (max-width: 767px) {
.info .contents .article{
    width:48%;
}
}

.info_detail .contents .article{
    padding-bottom:2em;
    margin-bottom:2em;
    border-bottom: 1px solid #CCC;
}
.info_detail .contents .article:after{
    content:"";
    display:block;
    clear:both;
}
.info_detail .contents .article figure{
    float:right;
    width:30%;
    margin-left:1%;
}
.info_detail .contents .article figure img{
    border-radius:10px;
}
.info_detail .contents .article h2{
    font-family: 'RocknRoll One', sans-serif;
    color:#5c3d2c;
    margin-bottom:1em;
    font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    .info_detail .contents .article h2{
        margin-bottom:0;
        font-size: 1.3em;
    }
}
.info_detail .contents .article time{
    display:inline-block;
    padding:0.2em 1em;
    font-weight: bold;
}
.info_detail .contents .article .timestamps{
    border-radius:0 1em 1em 0;
}
a article .layout-container .cate{
    background-color:#dda473 !important;
}
.article .info .info-general .cate{
    background-color:#dda473  !important;
    border-radius:1em 0 0 1em;
}
.info_detail .contents .article .category{
    display:inline-block;
    padding:0.2em 1em;
    border:1px solid #FFF;
    background-color:#FFF;
}
.info_detail .contents .article .body{
    display:block;
    margin-top:1em;
    line-height: 1.5em;
}
.the-paginator{
    width:100%;
}

@media only screen and (max-width: 767px) {
.info_detail .contents .article figure{
    float:none;
    width:100%;
    margin-left:0;
    margin-bottom:1em;
}
}

.root_main .pr_elementBox .btm {
    border-radius: 0;
}

/*** 中沢小学校 ***************************************************/
.nakasho .image,
.nakasho-info .image{

    display:flex;
    justify-content: flex-end;
    gap:1%;
}
.nakasho .info_detail .contents .article .image figure,
.nakasho-info .contents .article .image figure{
    width:50%;
    height:100%;
    text-align:center;
    float:none;
    margin-left:0;
}
.nakasho-info .pr_contents img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom:0.5em;
}
@media only screen and (max-width: 767px) {
.nakasho .image,
.nakasho-info .image{
    display:block;
}
.nakasho .info_detail .contents .article .image figure,
.nakasho-info .contents .article .image figure{
    width:100%;
    margin-bottom:1em;
}
}
/*** 中沢小学校 お知らせ ***************************************************/
.nakasho-info .contents{
    padding:75px;
}
@media only screen and (max-width: 767px) {
.nakasho-info .contents{
    padding:1em;
}
}
/*** 東中学校 お知らせ ***************************************************/
.higashi-info .contents{
    padding:75px;

}
@media only screen and (max-width: 767px) {
.higashi-info .contents{
    padding:1em;
}
}

/*** プライバシーポリシー ***************************************************/
.policy p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 32px;
}

.policy ul {
  width: 80%;
  margin: 0 auto;
}

.policy ul li h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.policy ul li {
  margin-bottom: 32px;
}

.policy ul li a {
  color: #043c78;
}

.policy .name {
  text-align: right;
}

/*** サイトマップ ***************************************************/
.sitemap {
  padding-top: 36px;
}

.sitemap .pr_rpTitle {
  padding-top: 30px;
}

.sitemap h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #c1d9f7;
  margin: 60px 0 24px;
  padding-bottom: 8px;
}

.sitemap ul li {
  display: inline-block;
  margin-right: 16px;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
}

.sitemap ul li ::before {
  content: '';
  position: absolute;
  top: 0.35em;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c1d9f7;
}

.sitemap ul li a {
  color: #043c78;
}

.sitemap ul li a:hover {
  box-shadow: none;
  font-weight: bold;
}

/*** rp_bottom_bn ***************************************************/
.contact_box {
  background-color: #c1d9f7;
  text-align: center;
    background-image: url(../img/common/contact.webp);
    padding: 64px 0;
    background-repeat: initial;
    background-attachment: fixed;
}

.contact_box .listBox {
}

.contact_box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between;
  position: relative; */
}

.contact_box .wrap li {
  position: relative;
    border-radius: 10px;
    overflow: hidden;
}
/*
.contact_box .wrap li:nth-child(1) {
  margin-top: 0;
  margin-left: 0;
}

.contact_box .wrap li:nth-child(2) {
  margin-top: 0;
}

.contact_box .wrap li:nth-child(3) {
  margin-left: 0;
}
.contact_box .wrap li:nth-child(4) {
  top: calc(-70px * 3);
} */

.contact_box .wrap .linkBtn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1150px) {
  .contact_box {
    /* padding-top: 50px; */
  }
}

@media only screen and (max-width: 1150px) {
  .bus_leftPd {
    padding-left: calc(75px + 20px);
  }
  .bus_sidePd {
    padding-left: calc(75px + 20px);
    padding-right: calc(75px + 20px);
  }
  .contact_box .wrap .linkBtn {
    right: calc(75px + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .bus_leftPd {
    padding-left: 40px;
  }
  .bus_sidePd {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact_box .wrap .linkBtn {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_box {
    padding-top: 20px;
  }
  .contact_box .wrap {
  }
  .contact_box .wrap li {
    position: static;
    margin-top: 20px;
    width: 48%;
  }

  .contact_box .wrap li:first-child {
    margin-top: 0;
  }

  .contact_box .wrap li:nth-child(1) {
    margin-top: 20px;
  }

  .contact_box .wrap li:nth-child(2) {
    margin-top: 20px;
  }
  .contact_box .wrap .linkBtn {
    position: static;
  }
  .contact_box .listBox {
    /* padding-top: 27px; */
    padding-bottom: 86px;
  }
  .contact_box dd {
    cursor: pointer;
    /* padding-top: 50.1423728%; */
    height:128px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact_box .wrap li:nth-child(1) dd {
    background-image: url('../img/top/pickup1.webp');
  }
  .contact_box .wrap li:nth-child(2) dd {
    background-image: url('../img/top/pickup4.webp');
  }
  .contact_box .wrap li:nth-child(3) dd {
    background-image: url('../img/top/pickup2.webp');
  }
  .contact_box .wrap li:nth-child(4) dd {
    background-image: url('../img/top/pickup3.webp');
  }
  .contact_box .pr_imgLarge a img {
    display: none;
  }
}

@media only screen and (max-width: 330px) {
  .contact_box {
    padding-top: 120px;
  }
}
