body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
}

a {
  color: #523329;
}

.atmark {
  display: inline-block;
  width: 14px;
  position: relative;
}
.atmark:before {
  content: "@";
  position: absolute;
  font-size: 14px;
  bottom: -2px;
  left: 0;
}



.main__content .main-content__greet {
  width: 1202px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 0px;
  background-color: ;
 
}
@media only screen and (max-width: 1025px) {
  .main__content .main-content__greet {
    width: calc(100% - 40px);
  }
}
.main__content .main-content-greet__line {
  margin-bottom: 4px;
}
.main__content .main-content-greet__line:last-of-type {
  margin-bottom: 0;
}
.main__content .main-content__area {
  width: 800px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 680px) {
  .main__content .main-content__area {
    width: calc(100% - 20px);
  }
}
.main__content .main-content-area__title {
  font-size: 24px;
  border-bottom: 4px dotted #346CB5;
  margin-bottom: 32px;
  padding: 4px 0 4px 8px;
}
.main__content .main-content-area__list {
  display: flex;
  flex-wrap: wrap;
}
.main__content .main-content-area-list__item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  text-align: center;
  display: flex;
}
.main__content .main-content-area-list__item:nth-of-type(2n) {
  margin-right: 0;
}
.main__content .main-content-area-list__item:nth-of-type(n+3) {
  margin-top: 24px;
}
@media only screen and (max-width: 680px) {
  .main__content .main-content-area-list__item {
    width: 100%;
    margin-right: 0;
  }
  .main__content .main-content-area-list__item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .main__content .main-content-area-list__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.main__content .main-content-area-list-item__link {
  width: 104px;
  height: 104px;
  display: block;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
}
.main__content .main-content-area-list-item-description__title {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 680px) {
  .main__content .main-content-area-list-item-description__title {
    font-size: 14px;
  }
}
.main__content .main-content-area-list-item__description {
  width: calc(100% - 112px);
  margin-left: 16px;
}
.main__content .main-content-area-list-item-description__lines {
  font-size: 14px;
  text-align: left;
}
.main__content .main-content-area-list-item-description__lines .line {
  margin-bottom: 4px;
}
.main__content .main-content-area-list-item-description__lines .line:last-of-type {
  margin-bottom: 0;
}

.footer .footer-content__links {
  margin: 64px auto;
  width: 720px;
  padding: 40px 32px;
  position: relative;
  background-color: #E3E6E1;
  border-radius: 4px;
}
@media only screen and (max-width: 680px) {
  .footer .footer-content__links {
    width: calc(100% - 20px);
  }
}
.footer .footer-content-links__title {
  position: absolute;
  left: 32px;
  top: 10px;
  font-weight: bold;
  color: #fefefe;
}
.footer .footer-content-links-list__item {
  margin-top: 16px;
}
.footer .footer-content-links-list__item:first-of-type {
  margin-top: 0;
}
.footer .footer-content-links-list-item__link {
  border-bottom: 1px solid #523329;
}
.footer .footer-content-links-list-item__text {
  display: block;
  font-size: 14px;
  padding-left: 16px;
  position: relative;
  margin-top: 4px;
}
.footer .footer-content-links-list-item__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #333;
}
.footer .footer-content__prof {
  width: 800px;
  margin: 64px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media only screen and (max-width: 680px) {
  .footer .footer-content__prof {
    width: calc(100% - 20px);
  }
}
.footer .footer-content-prof__names {
  width: 120px;
  margin: 0 auto;
}
.footer .footer-content-prof-names__img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.footer .footer-content-prof-names__name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.footer .footer-content-prof__text {
  margin: auto 0 auto 40px;
  padding: 16px;
  position: relative;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 680px) {
  .footer .footer-content-prof__text {
    width: 100%;
    margin: 16px auto 0;
  }
g: 8px 0;
}
@media only screen and (max-width: 680px) {
  .footer .footer-text__credit {
    width: calc(100% - 20px);
  }
}/*# sourceMappingURL=style.css.map */