@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.wrap {
  border-top: 10px solid #AFDFE4;
}

header {
  max-width: 960px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head img {
  width: 80px;
}

.head {
  display: flex;
  align-items: center;
}

.title {
  margin-left: 10px;
}

.title h1 {
  font-size: 1.6em;
}

.title h1 span {
  display: block;
}

.title p {
  font-size: 1.3em;
}

.contact {
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}

.contact p {
  margin-bottom: 5px;
}

.contact a:visited,
.contact a:link {
  text-decoration: none;
  color: #AFDFE4;
}

.contact a {
  display: block;
  margin-top: -7px;
}

.tel::before, .mail::before {
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 0.7em;
}

.tel::before {
  content: "\f095";
}

.mail::before {
  content: "\f0e0";
}

nav {
  background-color: #AFDFE4;
}

nav ul {
  max-width: 960px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 4px 0 4px 0;
}

nav ul li {
  width: 20%;
  padding: 0 4px;
  border-left: 1px solid #fff;
}

nav ul li:nth-last-child(1) {
  border-right: 1px solid #fff;
}

nav ul li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding: 10px 0;
  transition: all 0.3s;
  letter-spacing: -0.05em;
}

nav ul li a:visited,
nav ul li a:link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main_img img {
  width: 100%;
}

.main {
  max-width: 960px;
  margin: 0 auto;
  /*    display:flex;*/
}

.main_area {
  margin-bottom: 70px;
  width: 100%;
  padding-right: 15px;
}

.about,
.about_questionnaire {
  position: relative;
}

.about h2 {
  position: absolute;
  width: 150px;
  height: 160px;
  text-align: center;
  background: #AFDFE4;
  top: -120px;
  color: #000;
  padding-top: 69.5px;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.about p {
  margin: 60px 0 50px 40px;
  padding: 40px 30px;
  border: 10px solid #dcf5f7;
  font-size: 1.3em;
}

.about_questionnaire {
  margin: 0 0 50px 40px;
  padding: 40px 30px;
  border: 10px solid #dcf5f7;
  font-size: 1.3em;
}

.about_questionnaire h2 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 3px;
  letter-spacing: 1px;
  border-bottom: 3px solid #AFDFE4;
}

.link_list_area {
  margin: 0 0 0;
  display: flex;
  justify-content: flex-start;
}

.link_list {
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}

.link_list:last-child {
  margin-right: 0;
}

.link_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #AFDFE4;
  font-weight: bold;
  border: 6px solid #AFDFE4;
  height: 110px;
  font-size: 1.6rem;
  position: relative;
  padding: 5px 20px 5px 50px;
}

.link_list a:before,
.link_list a:after {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #AFDFE4;
  border-right: 3px solid #AFDFE4;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.link_list a:before {
  left: 10px;
}

.link_list a:after {
  left: 18px;
}

/*.link_list img{
    width:100%;
}*/
.scroll_area {
  height: 570px;
  overflow-y: scroll;
}

.news_area {
  width: 30%;
  padding-left: 15px;
}

.news_area h2 {
  margin-top: 50px;
  font-size: 1.6em;
  border-bottom: 6px solid #AFDFE4;
}

.news_box {
  border-bottom: 1px dotted #AFDFE4;
  padding: 20px 5px 20px 5px;
  font-size: 1.1em;
}

.news_box time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 0.8em;
  margin-right: 2px;
}

.news_box p {
  padding: 5px 10px;
}

footer {
  background: #AFDFE4;
  height: 60px;
  margin-top: 100px;
}

footer p {
  color: #000;
  text-align: center;
  line-height: 5;
}

/*--------------------
	下層ページ
--------------------*/
.page .main_area {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}

.page .main_area h1 {
  margin: 0 auto 1.2em;
  padding: 29px 0 28px 30px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  color: #000;
  background: #dcf5f7;
  position: relative;
}

.page .main_area h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 82px;
  width: 5px;
  background: #AFDFE4;
}

.page .contents {
  margin-bottom: 30px;
}

.page .contents h2 {
  font-size: 1.4em;
  border-left: 4px solid #AFDFE4;
  border-bottom: 1px dotted #AFDFE4;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  padding-left: 8px;
}

.page .contents h3 {
  font-size: 1.15em;
  border-left: 4px solid #AFDFE4;
  letter-spacing: 1px;
  margin: 1em 0 0.5em;
  padding-left: 8px;
}

.page .contents h4 {
  display: inline-block;
  font-size: 1.05em;
  border-left: 4px dotted #AFDFE4;
  letter-spacing: 1px;
  margin: 1em 0 0.5em;
  padding-left: 8px;
}

.page .contents p {
  font-size: 1.1em;
  padding-top: 5px;
  line-height: 2;
}

.page .contents ul,
.page .contents ol {
  font-size: 1.1em;
  line-height: 2;
  margin: 10px 0;
}

.page .contents ul li,
.page .contents ol li {
  margin-bottom: 10px;
}

.page .contents .about_list li {
  padding-left: 3.7rem;
  text-indent: -3.8rem;
}

.result_list li {
  position: relative;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 24px;
  line-height: 2;
}

.result_list li:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  z-index: 100;
}

.result_list li:after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: #aEaEaE;
}

.publication_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.publication_link li {
  width: calc(50% - 10px);
  margin: 10px 5px;
}

.publication_link li a {
  display: block;
  padding: 15px;
  background: #AFDFE4;
  color: #000;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #AFDFE4;
  transition: All 0.5s ease;
}

.publication_link li a:hover {
  background: #FFF;
  color: #AFDFE4;
}

.qa_con {
  padding: 15px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.qa_con li label span {
  width: 100%;
  word-break: break-all !important;
}

.indent {
  text-indent: -3.8rem;
  padding-left: 3.7rem;
}

@media screen and (max-width: 579px) {
  header {
    flex-direction: column;
    margin: 10px auto 0;
  }
  .head img {
    width: 60px;
  }
  .title h1 {
    margin-bottom: 0.5em;
    font-size: 1.4em;
  }
  .title h1 span {
    display: contents;
  }
  .title p {
    margin-bottom: 0.8em;
    font-size: 1.2em;
  }
  .contact {
    font-size: 1.3em;
    text-align: center;
    padding: 10px 0;
    background: #dcf5f7;
    width: 100%;
  }
  .contact a {
    margin-top: -3px;
  }
  nav ul {
    flex-wrap: wrap;
  }
  nav ul li {
    display: flex;
    align-items: center;
    width: 33.33%;
  }
  nav ul li a {
    font-size: 1em;
  }
  nav ul li:nth-last-child(1) {
    border-right: none;
  }
  nav ul li:nth-child(1) {
    border-left: none;
  }
  nav ul li:nth-child(4) {
    border-left: none;
  }
  nav ul li:nth-child(4),
  nav ul li:nth-child(5) {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .main {
    display: block;
  }
  .main_area {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .about p {
    margin: 10px;
    padding: 20px;
  }
  .about h2 {
    height: 50px;
    top: -30px;
    padding-top: 10px;
  }
  .about_questionnaire {
    margin: 10px;
    padding: 20px;
  }
  .link_list_area {
    margin: 0 0 0;
    display: block;
  }
  .link_list {
    width: 100%;
    padding: 0 10px;
  }
  .link_list:last-child {
    margin: 20px 0;
    margin-right: 0;
  }
  .link_list a {
    height: 80px;
    font-size: 1.1rem;
    border-width: 3px;
    padding: 10px 20px 10px 30px;
    justify-content: flex-start;
  }
  .link_list a:before,
  .link_list a:after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #AFDFE4;
    border-right: 3px solid #AFDFE4;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .link_list a:before {
    left: 0px;
  }
  .link_list a:after {
    left: 7px;
  }
  .news_area {
    width: 100%;
    padding: 10px;
  }
  .news_area h2 {
    margin-top: 20px;
  }
  footer {
    margin-top: 60px;
  }
  .publication_link li {
    width: 100%;
    margin: 10px 5px;
  }
}
@media screen and (min-width: 580px) and (max-width: 769px) {
  .link_list a {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */