@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../shinryou/images/titleimg_nyuuin.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.main a:link	{
	text-decoration:underline;
	color:#5283db;
}
.main a:visited	{
	text-decoration:underline;
	color:#9E3BBA;
}

h4 {
  position: relative;
  background: #efefef;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #1c4081;
  border-radius: 0 10px 10px 0;
  margin:2em 0 1em 20px;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #94caef;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
h5 {
  position: relative;
  padding: 0.6em;
  background: #d9e6ee;
  margin:2em 0 0 0;
  font-weight: 500;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d9e6ee;
  width: 0;
  height: 0;
}
.nyuuin_list dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border-top: 1px solid #ccc;
}
.nyuuin_list dt {
flex-basis: 25%;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.nyuuin_list dd {
flex-basis: 75%;
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
@media screen and (max-width: 760px) {
.nyuuin_list dl {
flex-flow: column;
}
.nyuuin_list dt {
padding: 10px;
}
.nyuuin_list dd {
padding: 10px;
border-left: 1px solid #ccc;

}
}
.syokuji {
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 border-bottom: solid 1px #cdcdcd;
 margin:1em 0;
}
.syokuji th {
 padding: 7px 10px;
 border-top: solid 1px #cdcdcd;
 text-align: left;
 width:9em;
}
.syokuji td {
 padding:  7px 10px;
 border-top: solid 1px #cdcdcd;
 text-align: left;
}
.nyuuin_list_ol ol li{
list-style-type: disc;
margin-left:1.5em;
}

.cs_list td{
 padding:  7px 5px;
 text-align: left;
}
}