@charset "utf-8";
/* CSS Document */
footer dl dt > img {
  width: 100px;
  height: 100px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
footer dl dd {
  padding-left: 1em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 0.875em;
}
footer dl {
  display: flex;
  align-items: center;
  background: #0096d8;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
  transition: 0.4s;
}
footer dl:hover {
  background: #e98815;
  transition: 0.4s;
}
footer ul {
  display: flex;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer ul li {
  width: 30%;
}
footer a {
  text-decoration: none;
}
footer p {
  width: 90%;
  max-width: 1180px;
  margin: 40px auto;
  padding-bottom: 20px;
}
footer p img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
footer p a {
  transition: 0.2s;
}
footer p a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
footer {
  margin-top: 60px;
}
.linefoot ul{
	padding-bottom: 90px;
}
header {
  width: 90%;
  max-width: 11801px;
  margin: 0 auto;
}
header ul {
  position: relative;
}
header img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
header ul .right {
  font-size: 0.875em;
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 3em;
}
header ul .right a {
  color: #FFF;
  padding: 0 1em;
  background: #e98815;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}
header ul li a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
header h1 {
  text-align: center;
  font-size: 1.5em;
  color: #0e6eb8;
  padding-top: 30px;
}
header h1 span {
  display: block;
  font-size: 0.750em;
}
section {
  width: 90%;
  max-width: 1180px;
  margin: 60px auto;
}
section img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
  @media screen and (max-width: 960px) {
    footer ul li {
      width: 48%;
      margin-bottom: 20px;
    }
    footer p {
      width: 90%;
    }
    @media screen and (max-width: 768px) {
      /*footer p{
			width: 100%;
		}*/
      footer ul {
        display: block;
      }
      footer ul li {
        width: 100%;
      }
      header img {
        width: 200px;
        margin-left: 0;
      }
			section img {
  width: 100%;
}
    }