
h1{
  color: #FFF;
  border: 1px solid #67696D;
  background: linear-gradient(to right, #060e3d, #003e7a);
  font-size: 2.8rem;
  position: relative;
  border-radius: 2px;
  padding: .5em;
  padding-left: 1.5em;
  margin:0 -15px;
  margin-bottom: .8em;
}

h1::before{
    position: absolute;
  top: 15%;
  left: 12px;
  width: 10px;
  height: 70%;
  content: '';
  border-radius: 3px;
  background: #F2D906;
}

.main h1{
  padding: 0;
  margin: 0;
}
.main h1::before{
  display: none;
}


h2{
  border-left: double 12px #F2D906;
  padding: .2em;
  padding-left: .5em;
  margin-bottom: 2rem;
}

h3{
  border-bottom: 4px solid #bbbbbb;
  position: relative;
  padding: .2em .5em;
  margin-bottom: 1em;
}
h3::after{
  content: "";
  width: 20%;
  height: 4px;
  background: #F2D906;
  position: absolute;
  left: 0;
  bottom: -4px;
}

h4{
  font-weight: bold;
  margin-bottom: .5em;
}

hr{
  margin: 1em 0;
}

.contents .ex_link .icon_external_link{
  vertical-align: middle;
  margin-left: 1rem;
}

.top{
  margin-bottom: 4em;
  
}
.top-menu{
	display: flex;
  margin: 1em 0; 
justify-content: space-between;
}
.top-menu li{
  list-style: none;
}


.linkTit{
  margin-top: 4em;
	display: flex;
	align-items: center;
}

.linkTit:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;

}

.linkTit:after {
	margin-left: .4em;
	background: #FFF;
}
.linkList-clm{
  flex-wrap: wrap;
  display: flex;
  gap: 1%;
  align-items: flex-start;
}
.linkList-clm > li{
  width: 49%;
  margin-bottom: .5em;
  list-style-type: square;
}
.linkList-clm li a{
  color: #6ac9ff;
}
.linkList-clm li.current>a{
  color: #FFF;
  font-weight:bold;
  text-decoration: none;
  pointer-events: none;
}

/*
.linkList-clm li.taiken{
  list-style: none;
}
.linkList-clm li.taiken::before{
  content: "★";
  display: inline-block;
  color: #FCDC03;
  margin-left: -3px;
}*/

.linkList-clm li::marker {
  vertical-align: top;
}

.sitemap .linkList-clm{
  display: block;
}
.sitemap .linkTit{
  display: none;
}

.sitemap .linkList-clm > li{
  width:inherit;
  list-style-type: inherit;
}
.sitemap .linkList-clm li a{
  color: #FFF;
}


p,table{
  margin-bottom: 2em;
  
}
.contents ol,
.contents ul{
  margin-left: 2em;
  margin-bottom: 2em;
}

.contents li ol,
.contents li ul{
  margin-bottom: 1em;
}

ol.num{
  
  counter-reset: my-counter;
  list-style: none;
}
ol.num li{
  position: relative;
}

ol.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #19D106;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #000;
  font-size: 85%;
  position: absolute;
  top: 0;
  left:-2em;
}

dl{
  
}
dl dt{
  background: #FCDC03;
  display: inline-block;
  color: #000;
  border-radius: 8px 8px 0 0;
  padding: 0 1em;
  min-width: 10em;
}
dl dd{
  padding: 1em;
  border: 2px solid #FCDC03;
  border-radius:8px ;
  margin-bottom: 2em;
}
dl dt+dd{
  border-radius: 0 8px 8px 8px;
}
dl dd *:last-child{
  margin-bottom: 0!important;
}

.exifTable{
  border-collapse: collapse;
}
.exifTable th,.exifTable td{
  text-align:left;
  border: 1px solid #CCC;
  padding: 2px;
  box-sizing: border-box;
}
.exifTable th{
  font-weight: bold;
  white-space:nowrap;
}


.dlImg{
  margin-bottom: 10px;
  text-align:center;
}
.dlImg img{
}
.dlImg a{
  display: inline-block;
}
.dlTxt{
  
}

.imgC{
  text-align: center;
}
.imgC img{
  max-width: 50%;
  height: auto;
}

@media(min-width:769px){
.imgFR img{
  float: right;
  margin-left: 1em;
}
.imgFL img{
  float: left;
  margin-right: 1em;
}
}


@media(min-width:769px){
.dlImg{
  width: 200px;
  float: left;
  margin-right: 1em;
}
.dlTxt{
  overflow: hidden;
  
}
}


.page-btn{
  /*
  text-align: center;*/
  margin-bottom: 2em;
}
ul.page-btn{
  list-style: none;
  margin-left: 0;
}
ul.page-btn li{
  display: inline-block;
  
  margin: 0 .5em .5em;
}
.page-btn a{
  background: #05689D;
  border-radius: 5px;
  color: #FFF;
  padding: .8em 2em;
  text-decoration: none;
  display: inline-block;
  min-width: 12em;
}
.page-btn a:hover{
  
}

.noteFloat{
  overflow: hidden;
  
}

.noteFloat span.noteFloatIc{
  display: block;
  margin: 0 .5em 1em 0;
  text-align: center;
}
@media(min-width:769px){
.noteFloat span.noteFloatIc{
  float: left;
}
}

.noteFloat span.noteFloatIc img{
  width: 77px;margin-right: 10px;
}

.jsContents{
  background: #025e6e;
  border: 1px solid #666;
  margin-bottom: 2em;
  padding: 1em;
  word-break: break-all;
}
.jsContents p{
  margin-bottom:1em;
}

#fileInput{
  max-width: 100%;
}

.jsContents textarea,
.jsContents input,
.jsContents input[type=text]{
  background: #FFF;
  border: 1px solid #CCC;
  padding: .5em;
  color: #000;
}
.jsContents textarea,
.jsContents input,
.jsContents input[type=text]{
  width: 100%;
}

 p.jsContents-tit{
  margin-bottom: 0;
  margin-top: 1em;
  
}
.jsContents-tit::before{
  content: "■";
  color: #FCDC03;;
}

.jsContents-btn{
 text-align: center; 
}
.jsContents-btn button{
  background: #FCDC03;
  color: #000;
  border-radius: 5px;
  padding: .5em 1em;
}


@media(max-width:768px){
  h1{
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
  }
  h2{
    font-size: 1.8rem;
  }
  h3{
    font-size: 1.7rem;
  }
  .contents{
    padding: 1em;
  }
  .footBnr img{
    height: 60px;
  }
}



@media screen and (min-width: 900px) {
  .jsContents_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
.jsContents_wrap>*{
  width: 48%;
  }
}

@media screen and (max-width: 899px) {
  .foot-title {
    font-size:2rem;
  }
.linkList-clm{
  display: block;
}
  
.linkList-clm > li{
  width:inherit;
}
  
  footer{
    padding: 0 1em;
  }
  .footContents{
    display: block;
  }
  .footContents > div{
    width: inherit!important;
    margin-bottom: 1em;
  }
  .linkList-clm{
    margin-left: 1em!important;
  }
  
}
/* fukidashi */
@media screen and (min-width: 900px) {
    .fukidashiBox {
        width: 80%;
        margin: 0 auto;
    }
}

.fukidashi_txt {
    position: relative;
    min-height: 60px; /* 吹き出しの行数を3行に変更 */
    background: #FFF;
    padding: 10px;
    text-align: left;
    color: #000;
    margin: 1em auto 1em;
    border-radius: 10px;
}

.fukidashi_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
}

.fukidashi_img {
    margin-right: 1em;
}

.fukidashiBox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.fukidashiBox .fukidashi_txt:nth-child(1) {
    border: 5px solid #FFD700; /* 高校生の吹き出しの枠線の色（黄色） */
}

.fukidashiBox .fukidashi_txt:nth-child(2) {
    border: 5px solid #00BFFF; /* AOの吹き出しの枠線の色（水色） */
}

.fukidashiBox .fukidashi_txt:nth-child(2):before {
    border-color: transparent transparent transparent #FFF;
    border-width: 20px;
    top: 50%;
    left: -20px;
    border-radius: 0 10px 0 0;
    box-shadow: -6px -6px 0px #00BFFF;
    transform: rotate(45deg);
}
