@charset "UTF-8";
/* CSS Document */
.content-header h1 {
  margin-bottom: 40px;
}
.subttl h2 {
  background-color: #344D7B;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
ul.entrysheet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 40px;
}
ul.entrysheet-list li {
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  border-radius: 4px;
}
ul.entrysheet-list li a {
  display: block;
  padding: 13px;
  text-decoration: none;
}
ul.entrysheet-list li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f152";
  padding-right: 5px;
  color: #69C;
}
ul.entrysheet-list li a:hover {
  background-color: #efefef;
}
/*view*/
.company-name-title {
  position: relative;
  padding-left: 2.2em;
}
.company-name-title h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.company-name-title h2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subttl h3 {
  color: #344D7B;
  padding: 10px 0px;
  border-bottom: 1px solid #344D7B;
  border-top: 1px solid #344D7B;
}
.category {
  overflow: hidden;
  margin-bottom: 20px;
}
.company-cate {
  color: #ffffff;
  float: left;
  text-align: center;
  background-color: #344D7B;
  margin-bottom: 8px;
  padding: 5px 20px;
  border-radius: 15px;
}
.text-entrysheet {
  margin-bottom: 40px;
  background-color: #fafbfc;
  padding: 20px;
}
.category-link {
  margin-bottom: 20px;
}
.category-link a {
  border-radius: 0px;
  padding: 4px 10px;
  margin-bottom: 5px;
  color: #000;
}
.category-link-ttl {
  font-weight:700;
  margin-bottom:5px;}
.category-link-ttl:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c";
  padding-right: 5px;
}

.page-link {
  margin-bottom: 20px;
 
}
.page-link ul {
   padding-left:10px;
}
.page-link ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.page-link ul li:last-child { border-bottom:none;}
.page-link ul li a {
  display: block;
}
.page-link ul li a:hover {
  text-decoration: none;
  padding-left:5px;
}
.page-link ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f192";
  padding-right: 5px;
  color: #CCCCCC;
}
.page-link-ttl {
  font-weight:700;
  margin-bottom:5px;}
.page-link-ttl:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  padding-right: 5px;
}
.page-link-ttl {
  position: relative;
  margin-bottom:10px;
}
.page-link-ttl:after {
  position: absolute;
     content: " ";
     border-bottom: solid 1px #446689;
     top: 50%;
     left:20%;
     width:80%;
     display: block;
}
 @media screen and (max-width: 750px) {
.company-name-title h2 {
  font-size: 2rem;
}
ul.entrysheet-list li {
  width: 48%;
  margin-bottom: 10px;
}
ul.entrysheet-list li a {
  text-indent: -26px;
  padding: 7px 7px 7px 26px;
}
ul.entrysheet-list li a:before {
  padding-left: 10px;
}
.page-link-ttl:after {
     left:30%;
     width:70%;
}
}
