@charset "utf-8";
/* 資料室 */
.imgBox {
  margin: 0 0 20px;
  background: #eaf1f7;
}
.Page h3 {
    text-align: left;
    margin: 20px 0 40px;
    background: #d5e3f3;
    border-bottom: none;
}

#S01 ul {
  counter-reset: number 0;
}
#S01 ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  background: #edeeef;
  border: 1px solid #ddd;
}
#S01 ul li:before {
  counter-increment: number 1;
  content: counter(number) "";
  padding: 10px;
  background: #265288;
  color: #fff;
  display: flex;
  margin: 0 20px 0 0;
  height: 70px;
  align-items: center;
}

.Page h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Page h4 small {
  display: block;
  padding: 10px;
  background: #265280;
  color: #fff;
  font-weight: 400;
  width: 120px;
  text-align: center;
  margin: 0 10px 0 0;
}
.Page #S01 h4, .Page #S01 h4 a:link, .Page #S01 h4 a:visited {
    font-weight: 600;
    font-size: 108%;
    margin: 0;
}
.drDetail input, .drDetail select, .drDetail textarea {
  vertical-align: middle;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.drDetail form input[type="submit"] {
  background: #83949f;
  border: none;
  color: #fff;
  font-size: 100%;
  padding: 15px 50px;
}
#S01 .detailBox {
    justify-content: center;
    padding: 30px;
    border: 20px solid #f5e8d4;
    background: #fff;
    margin: 2px;
}
#S01 .detailBox .leftBox {
  width: 280px;
}
#S01 .detailBox .rightBox {
  width: 660px;
  padding: 0 20px;
}

.Page #S02 dl dt {
    width: 120px;
    color: #fff;
    background: #6492b8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 80%;
}

#S02 .contentsDetail {
background: #fff;
}
.Page #S02 dl {
    justify-content: center;
}

.Page #S02 dl dd {
    width: 74.5%;
    background: #eff7fd;
    border-bottom: 1px dashed #6492b8;
}


@media screen and (max-width: 480px) {
.Page h3 {
    text-align: center;
 }

.Page h4 small {
     width: 100%;
    margin: 0 0 5px;
}	
.Page h4 {
    flex-wrap: wrap;
}
	
.Page dl {
    flex-flow: wrap;
}	

#S01 .detailBox .leftBox {
    width: 100%;
}	
	
#S01 .detailBox .rightBox {
    width: 100%;
padding: 0;
}

.Page #S02 dl dd,
.Page #S02 dl dt {
width: 100%;}	
 
	
	
	
}