html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

body a img {
  transition: all 0.5s; }
body a:hover img {
  opacity: 0.5; }

@media (min-width: 768px) {
  .top_wrapper {
    padding: 2em 0 5em; } }
@media (max-width: 767px) {
  .top_wrapper {
    padding: 2em 1.5em 3em; } }
.top_wrapper h2 {
  border-left: 10px solid #145096;
  padding-left: 1em; }
  @media (min-width: 768px) {
    .top_wrapper h2 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.8; } }
  @media (max-width: 767px) {
    .top_wrapper h2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875; } }
  .top_wrapper h2 span {
    display: block;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .top_wrapper h2 span {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .top_wrapper h2 span {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.4285714286; } }
.top_news h3 {
  background: #145096;
  border-radius: 10px;
  color: #fff;
  padding: 0.5em 1.5em; }
.top_news ul {
  max-height: 300px;
  overflow: auto; }
  .top_news ul li {
    padding: 1em 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 768px) {
      .top_news ul li {
        display: flex;
        align-items: flex-start; } }
    .top_news ul li span {
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .top_news ul li span {
          width: 120px; } }
    @media (min-width: 768px) {
      .top_news ul li p {
        width: calc(100% - 120px); } }
    .top_news ul li p a {
      color: #666;
      text-decoration: underline; }
      .top_news ul li p a:hover {
        text-decoration: none; }
.top_sns {
  margin-top: 3em; }
  .top_sns h3 {
    background: #D73F16;
    border-radius: 50px;
    color: #fff;
    padding: 0.5em 1.5em; }
  .top_sns ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 1em; }
    @media (max-width: 767px) {
      .top_sns ul {
        justify-content: center; } }
    .top_sns ul li {
      padding: 0.5em;
      width: 120px; }
      .top_sns ul li a img {
        margin: 0 auto 0.5em;
        width: 100%;
        max-width: 70px;
        display: block; }
      .top_sns ul li a p {
        color: #000;
        text-align: center;
        font-size: 13px; }
      .top_sns ul li.line {
        width: 180px; }
        .top_sns ul li.line a img {
          max-width: 180px; }
