<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 謨吶∴縺ｦ!縺阪＜縺｡繧�ｓ!逕ｨ霑ｽ蜉� */
#title.kyouka_title {
  width: 960px;
  min-height: 120px;
  height: auto;
  background: linear-gradient(to right,  #92dc9f 0%,#afe6bc 44%,#cdedd5 84%,#dcf3e1 100%);
  padding: 0;
  margin-top: 1em;
  display: block;
  border-bottom: none;
  position: relative;
}

.kyouka_title h1 {
  font-size: 130%;
  line-height: 1.3;
  display: flex;
  margin: -1em 0;
  padding: 1.5em 180px 1.5em 30px;
  box-sizing: border-box;
  align-items: center;
  background: url(../images/fig_kyoukagekkann08.png) no-repeat calc(100% - 1em) center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#title.kushichouson {
  position: relative;
  clear: both;
  font-size: 150%;
  line-height: 1.3;
  color: #000;
  display: flex;
  width: 960px;
  height: 100%;
  min-height: 60px;
  padding: 0 100px 0 30px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #ccc;
  align-items: center;
  margin: 1em 0;
}

#title.kushichouson::after {
  content: "";
  position: absolute;
  right: 1em;
  top: -20px;
  display: inline-block;
  height: 130px;
  width: 80px;
  background: url(../images/fig_kyoukagekkann07.png) no-repeat center;
  background-size: contain;
}

#title.kushichouson {
  background-image: none;
}

#contentsBody.kyoukaBody {
  width: 100% !important;
  margin-top: 4em;
}

#contents .kyoukaNav {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 0;
}

#contents .kyoukaNav li {
  position: relative;
  border: 5px solid #92D050;
  border-radius: 20px;
  width: 210px;
  min-height: 240px;
  padding: 0;
  box-sizing: border-box;
  margin: .5em 1em 3em 80px;
}

.kyoukaNav li::after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:22px;
  border-right-width:22px;
  margin-top: -12px;
  border-right-color:#92D050;
  right:100%;
  top:90%;
}

.kyoukaNav a {
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 16px;
}

.kyoukaNav a:hover {
  background-color: #F2F9EB;
}

.kyoukaNav a::after {
  position: absolute;
  bottom: -1.3em;
  left: -90px;
  z-index: 1;
}

.kyoukaNav_01::after {
  content: url(../images/fig_kyoukagekkann01.png);
}
.kyoukaNav_02::after {
  content: url(../images/fig_kyoukagekkann02.png);
}
.kyoukaNav_03::after {
  content: url(../images/fig_kyoukagekkann03.png);
}
.kyoukaNav_04::after {
  content: url(../images/fig_kyoukagekkann04.png);
}
.kyoukaNav_05::after {
  content: url(../images/fig_kyoukagekkann05.png);
}
.kyoukaNav_06::after {
  content: url(../images/fig_kyoukagekkann06.png);
}

.kyoukaNav span {
  display: block;
}

#contents .kyoukaNav h2 {
  background-image: none;
  padding-left: 0;
  align-self: flex-end;
  width: 100%;
  text-align: center;
  margin: 0;
}

#contents .kyoukaNav p {
  text-align: center;
  font-weight: bold;
}

/* 荳句ｱ､繝壹�繧ｸ */
#contentsBody.kushichousonBody {
  margin-top: 4em;
}

@media screen and (max-width: 670px) {

  #title.kyouka_title {
    width: 100%;
    border: none;
    margin-top: 0;
  }

  .kyouka_title h1 {
    position: static;
    margin: 0;
    padding: 1em 1em 200px 1em;
    background-position: center calc(100% - 30px);
  }

  #title.kushichouson {
    width: 100%;
    padding: .5em 70px .5em 30px;
  }

  #title.kushichouson::after {
    right: -0.5em;
    top: calc(50% - 50px);
    height: 100px;
    width: 100px;
  }

  #contents .kyoukaNav li {
    margin-left: 5em;
  }

}
</pre></body></html>