@charset "UTF-8";

body{
  width: 1024px;
  margin-right: auto;
  margin-left : auto;
}

#navArea nav {
  border-bottom: 1px solid #ccc;
  margin-bottom:5px;
}
nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
}
nav ul li {
  display: table-cell;
  min-width: 50px;
  border-right: 1px solid #ccc;
}
nav ul li:first-child {
  border-left: 1px solid #ccc;
}
nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #aaa;
}
nav ul li a:hover {
  background-color: #f8e750;
  border-bottom: 5px solid #f8e750;
}
nav ul li.current {
  font-weight: bold;
}
nav ul li.current a {
  border-bottom: 5px solid #00b0f0;
  color: #00b0f0;
}

footer {
  padding-top: 50px;
  height: 120px;
  text-align: center;
}

h2{
  margin-left: 25px;
}

h3{
  margin-left: 25px;
  color: dimgray;
}
.sentence{
  margin-left: 60px;
  margin-bottom: 30px;
  margin-right: 60px;
}
form{
  margin-left: 40px;
}
.right-position{
  padding-right: 150px;
  text-align: right;
}
table, td, th{
  border: solid gray 1px;
}
table{
  margin-left:55px;
  width: 85%;
  table-layout: fixed;
  border-collapse: collapse;
}
td, th{
  padding: 10px;
}
.achievement-award{
  color: firebrick;
}
.first-ul {
  border: solid 1px navajowhite;
  border-radius: 5px;
  padding: 0.5em 1em 0.1em 2.3em;
  position: relative;
  margin: 5px;
}
.second-ul {
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
ul li {
  line-height: 1.5;
  list-style-type: none!important;
}
.achivement-name:before {
  font-family: "Font Awesome 5 Free";
  content: "✓";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: firebrick;/*アイコン色*/
}
.achievement{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
.strong{
  border-bottom: 2px solid #ff3333;
}
#guidance-table table{
  table-layout: fixed;
  border-collapse: collapse;
}
#guidance-table td, th{
  border: solid gray 1px;
  height: 40px;
  padding: 10px;
}
#achievement-table td, th{
  border: solid gray 1px;
  padding: 5px;
}
#guidance-table th{
  border: solid gray 1px;
  height: 40px;
  padding: 10px;
  width:200px;
}
.block{
	float: left;
}
.basicInfo{
	height:300px;
    margin-right: 50px;
    width:420px;
}
.form-table{
	margin-left: 0px;
}
.form-table th{
	width: 250px;
}
.error-message{
	color:red;
	font-size:12px;
	vertical-align: top
}

input[type="submit"],[type="reset"], button[type="submit"]{
  padding: 10px;
  margin-top:40px;
  width: 200px;
}


.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}


.breadcrumb li a:hover {
  text-decoration: underline;
}