/*common*/
@media screen and (min-width: 769px) {
  main {
    background: url("../img/cont_bg.jpg") center center repeat;
    background-size: 136.6rem auto; } }
@media screen and (max-width: 768px) {
  main {
    background: url("../img/cont_bg.jpg") center center repeat;
    background-size: 100% auto; } }

#utility_cont {
  position: relative;
  width: 100%; }

#utility_cont::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 769px) {
    #utility_cont::before {
      background: url("../img/utility_top.png") center top no-repeat;
      background-size: 136.6rem auto; } }
  @media screen and (max-width: 768px) {
    #utility_cont::before {
      background: url("../../character/img/school/bg_others_inner_sp.png") center top no-repeat;
      background-size: 100% auto; } }

#utility_cont::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    #utility_cont::after {
      background: url("../img/utility_btm.png") center bottom no-repeat;
      background-size: 136.6rem auto; } }
  @media screen and (max-width: 768px) {
    #utility_cont::after {
      background: url("../img/utility_btm_sp.png") center bottom no-repeat;
      background-size: 100% auto; } }

#utility_cont .inner {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner {
      padding: 13.5rem 0rem 13.5rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner {
      padding: 7.5rem 0rem 7.5rem; } }

#utility_cont .h_group {
  position: relative;
  text-align: center;
  background: url("../img/utility_h2.svg") center top no-repeat; }
  @media screen and (min-width: 769px) {
    #utility_cont .h_group {
      background-size: 7.9rem auto;
      padding: 4.5rem 0rem 5rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .h_group {
      background-size: 4.4rem auto;
      padding: 2.7rem 0rem 2rem; } }

#utility_cont .h_group h2 {
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #1a3661;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #utility_cont .h_group h2 {
      line-height: 1em;
      font-size: 3.2rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .h_group h2 {
      line-height: 1em;
      font-size: 2rem; } }

#utility_cont .box {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #utility_cont .box {
      min-height: 45rem;
      border-radius: 1.5rem;
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
      padding: 6rem 6rem 6rem;
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .box {
      min-height: 50rem;
      border-radius: 1.5rem;
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
      padding: 4rem 3rem 4rem;
      gap: 3rem; } }

#utility_cont .inner_box {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box {
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box {
      gap: 2rem; } }

#utility_cont h3 {
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0;
  border-bottom: #333 1px solid; }
  @media screen and (min-width: 769px) {
    #utility_cont h3 {
      line-height: 1.75em;
      font-size: 2rem;
      padding-bottom: 0.5rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont h3 {
      line-height: 1.723em;
      font-size: 1.8rem;
      padding-bottom: 0.5rem; } }

#utility_cont .inner_box ul {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box ul {
      gap: 0.8rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box ul {
      gap: 0.8rem; } }

#utility_cont .inner_box ul li {
  position: relative;
  display: block;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box ul li {
      line-height: 1.75em;
      font-size: 1.6rem;
      padding-left: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box ul li {
      line-height: 1.5em;
      font-size: 1.6rem;
      padding-left: 1.6rem; } }

#utility_cont .inner_box ul li span {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box ul li span {
      width: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box ul li span {
      width: 1.6rem; } }

@media screen and (min-width: 769px) {
  #utility_cont .inner_box ul li:has(> span) {
    padding-left: 3.2rem;
    text-indent: -1.6rem; } }
@media screen and (max-width: 768px) {
  #utility_cont .inner_box ul li:has(> span) {
    padding-left: 3.2rem;
    text-indent: -1.6rem; } }

@media screen and (min-width: 769px) {
  #utility_cont .inner_box ul li ul {
    margin-top: 0.6rem; } }
@media screen and (max-width: 768px) {
  #utility_cont .inner_box ul li ul {
    margin-top: 0.6rem; } }

/*
#utility_cont .inner_box ul li:has(> span) ul li {
	@include mq(pc) {
	padding-left:  divceil(0, 10, rem);
	text-indent:  divceil(0, 10, rem);
    }
    @include mq(sp) {
	padding-left:  divceil(0, 10, rem);
	text-indent:  divceil(0, 10, rem);
    }
}
*/
#utility_cont .news_list {
  display: flex;
  flex-direction: column;
  color: #1a3661; }
  @media screen and (min-width: 769px) {
    #utility_cont .news_list {
      gap: 0.5rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .news_list {
      gap: 1rem; } }

#utility_cont .inner_box .end_txt {
  position: relative;
  display: block;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box .end_txt {
      line-height: 1.75em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box .end_txt {
      line-height: 1.5em;
      font-size: 1.6rem; } }

#utility_cont .inner_box p {
  position: relative;
  display: block;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box p {
      line-height: 1.75em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box p {
      line-height: 1.5em;
      font-size: 1.6rem; } }

#utility_cont .inner_box a {
  position: relative;
  transition: ease-in-out 0.4s all;
  color: #1a3661; }

@media screen and (min-width: 769px) {
  #utility_cont .inner_box a:hover {
    text-decoration: underline; } }

#utility_cont .inner_box table {
  position: relative;
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box table {
      display: block !important;
      border-bottom: #000 1px solid; } }

@media screen and (max-width: 768px) {
  #utility_cont .inner_box table tbody,
  #utility_cont .inner_box table thead {
    display: block !important; } }

#utility_cont .inner_box table th {
  position: relative;
  border-collapse: collapse;
  border: #000 1px solid;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0;
  text-align: left;
  vertical-align: top;
  background: #f6f6f6; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box table th {
      line-height: 1.858em;
      font-size: 1.4rem;
      padding: 1rem;
      width: 25rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box table th {
      width: 100%;
      line-height: 1.572em;
      font-size: 1.4rem;
      padding: 1rem;
      display: block !important;
      border-bottom: none !important; } }

#utility_cont .inner_box table td {
  position: relative;
  border-collapse: collapse;
  border: #000 1px solid;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #333;
  margin: 0;
  text-align: left; }
  @media screen and (min-width: 769px) {
    #utility_cont .inner_box table td {
      line-height: 1.858em;
      font-size: 1.4rem;
      padding: 1rem; } }
  @media screen and (max-width: 768px) {
    #utility_cont .inner_box table td {
      width: 100%;
      line-height: 1.572em;
      font-size: 1.4rem;
      padding: 1rem;
      overflow-wrap: anywhere;
      display: block !important;
      border-bottom: none !important; } }
