@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.wrap {
  border-top: 10px solid #000;
}

header {
  max-width: 960px;
  margin: 20px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head img {
  width: 80px;
}

.title {
  margin-left: 10px;
  color: #000;
}

.title h1 {
  font-size: 1.8em;
}

.title p {
  font-size: 1.3em;
  margin-top: -8px;
}

.title:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.contact {
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}

.contact p {
  margin-bottom: 5px;
}

.contact a {
  display: block;
  margin-top: -7px;
}

.contact a:visited, .contact a:link {
  text-decoration: none;
  color: #000;
}

.contact a.mail {
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  border: 4px double #fff;
  background-color: #000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.contact a.mail:hover {
  opacity: 0.7;
}

.tel::before, .mail::before {
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.2em;
  color: #fff;
}

.tel::before {
  content: "\f095";
}

.mail::before {
  content: "\f0e0";
}

nav {
  background-color: #000;
}

nav ul {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0 4px 0;
}

nav ul li {
  width: 20%;
  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 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav ul li a:visited, nav ul li a:link {
  color: #fff;
  text-decoration: none;
}

nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.index_slider_bg .slider_slick {
  display: none;
}
.index_slider_bg .slider_slick.slick-initialized {
  display: block;
}

.main_img img {
  width: 100%;
}

.main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_area {
  margin-bottom: 70px;
  width: 78%;
  padding-right: 15px;
}

.side_area {
  width: 22%;
  min-width: 206px;
  padding-top: 5em;
  padding-left: 15px;
}

/** main_area **/
.about {
  position: relative;
}

.about h2 {
  position: absolute;
  width: 150px;
  height: 160px;
  text-align: center;
  background: #000;
  top: -120px;
  color: #fff;
  padding-top: 110px;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.about p {
  border: 10px solid #dddddd;
  padding: 40px 30px;
  font-size: 1.3em;
  margin: 60px 0 50px 40px;
}

.news_area {
  margin-top: 2em;
}

.news_area h2 {
  margin-top: 50px;
  font-size: 1.6em;
  border-bottom: 6px solid #000;
}

.news_box {
  border-bottom: 1px dotted #000;
  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;
}

.link_list {
  margin-bottom: 20px;
  width: 655px;
  overflow: hidden;
}

.link_list img {
  width: 60%;
  margin: 0 auto;
}

.link_list img:hover {
  /* width:100%; */
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

/** side_area **/
.side_area {
  /** bar **/
}
.side_area .bnr_area .bnr_list li {
  margin-bottom: 2em;
}
.side_area .bnr_area .bnr_list li a {
  padding: 3px;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
}
.side_area .bnr_area .bnr_list li a img {
  width: 180px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background: #000;
  height: 60px;
  margin-top: 100px;
}

footer p {
  color: #fff;
  text-align: center;
  line-height: 5;
}

/*--------------------
	下層ページ
--------------------*/
.page .main_area {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}

.page .contents {
  margin-bottom: 30px;
}

.page h2 {
  font-size: 24px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #000;
  text-shadow: #999 1px 1px;
  border-left: 5px solid #333;
  background-color: #eee;
}

.page .contents h3 {
  font-size: 1.6em;
  border-left: 4px solid #000;
  border-bottom: 1px dotted #000;
  letter-spacing: 1px;
  margin-left: 15px;
  padding-left: 8px;
}

.page .contents p {
  font-size: 1.1em;
  padding-top: 5px;
  line-height: 2;
  padding-left: 1em;
}

.contents .agreement_title {
  padding: 20px;
  font-size: 1.3em;
}

.contents article {
  padding: 20px 0;
}

.contents .research_content {
  padding: 20px 30px;
}

.contents .research_content ul li {
  padding-bottom: 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.contents .research_content ul li:nth-last-of-type(1) {
  border-bottom: none;
}

table {
  width: 75%;
  margin: 10px;
}

table th {
  width: 25%;
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px !important;
}

table td {
  width: 50%;
  border: 1px solid #ccc;
  padding: 10px !important;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 579px) {
  header {
    margin: 10px auto;
  }
  header .head a {
    text-decoration: none;
  }
  .head img {
    width: 60px;
  }
  .title {
    font-size: 0.8em;
  }
  .title h1 {
    font-size: 1.4em;
  }
  .title p {
    font-size: 1.3em;
    line-height: 1.2;
    padding-top: 0.3em;
  }
  .contact {
    font-size: 1.1em;
  }
  .contact a.mail {
    padding: 10px 5px;
    width: 100px;
    font-size: 0.6em;
    margin-right: 5px;
  }
  nav ul li a {
    font-size: 0.8em;
  }
  nav ul li:nth-last-child(1) {
    border-right: none;
  }
  nav ul li:nth-child(1) {
    border-left: none;
  }
  .main {
    display: block;
  }
  .main_area {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .about p {
    margin: 10px;
    padding: 20px;
  }
  .about h2 {
    height: 50px;
    top: -20px;
    padding-top: 10px;
  }
  .link_list {
    width: 90%;
  }
  .news_area {
    width: 100%;
    padding: 10px;
  }
  .news_area h2 {
    margin-top: 20px;
  }
  /** side_area **/
  .side_area {
    width: 100%;
    min-width: 100%;
    margin: 60px auto 0;
    padding: 0;
    /** bar **/
  }
  .side_area .bnr_area .bnr_list {
    width: 60%;
    margin: 0 auto;
  }
  .side_area .bnr_area .bnr_list li {
    width: 100%;
  }
  .side_area .bnr_area .bnr_list li img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3.6/1;
  }
  footer {
    margin-top: 60px;
  }
  .sp_block {
    display: block;
  }
} /*# sourceMappingURL=style.css.map */