* {
  color: #323c44;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  /* list-style: none; */
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@font-face {
  font-family: "YuGothic";
  src: url(fonts/Futura-Bol.ttf);
}
a {
  color: #323c44;
}
p {
  letter-spacing: 0.05em;
  text-indent: 1em;
}
.title {
  text-align: center;
}

.title1 {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 1120px;
  margin: 0 auto;
  padding-top: 150px;
}
.title_1 {
  background-image: url(../images/title1.png);
  width: 160px;
  height: 96px;
  background-repeat: no-repeat;
}
h1 {
  border-bottom: 1px solid #4a69a4;
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  /* margin-left: 320px;
    padding-top: 225px; */
}
h2 {
  color: #4a69a4;
  border-bottom: 6px #bbe2f1 solid;
  font-size: 36px;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

.title2 {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 1026px;
  margin: 0 auto 20px;
}
.title_2 {
  background-image: url(../images/title2.png);
  width: 113px;
  height: 70px;
  background-repeat: no-repeat;
}

h3 {
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: bold;
}
.title3 {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 870px;
  margin: 0 auto 0px;
}
.title_3 {
  background-image: url(../images/title3.png);
  background-size: cover;
  background-position: center;
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;

  width: 800px;
}

a[rel="external"] {
  color: #1a0dab;
  text-decoration: underline;
}

iframe {
  display: flex;
  margin: 30px auto 0;
}

.date {
  font-weight: bold;
}
img {
  display: flex;
  margin: 0 auto;
}
.intro p {
  margin-top: 10px;
}

.second .intro img {
  width: 600px;
  height: 450px;
  background-size: cover;
}

.images {
  text-align: center;
}
.images img {
  display: inline-block;
  margin-left: 10px;
}

/* 上から順番 */
  list-style: decimal;

  width: 750px;
  margin: 0 auto;
}
}

/* 余白 */
.naiyou {
  padding-top: 110px;
}
.content_section {
  margin-top: 140px;
}
.content_subsection {
  margin-top: 40px;
}
.content_item {
  margin-top: 20px;
}

section img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.noncaption {
  margin-bottom: 0;
}
.caption {
  margin-bottom: 30px;
  font-size: 14px;
}
/* footer styles are defined in common.css */
.logos {
  margin-left: 80px;
}
.logo {
  display: inline-block;
  background-image: url(../images/soraichi.jpg);
  height: 140px;

  width: 150px;
  background-size: cover;
  background-position: center;
}
.texts {
  display: flex;
}
.kikaku {
  width: 180px;
}

.sns {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
/* SNS logo styles are defined in common.css */

.texts a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.texts a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.texts a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 18px;
  }
  h2 {
    width: 90vw;
    margin: 0 auto;
    margin-top: 20px;
  }
  .title1,
  .title2 {
    width: 90vw;
  }

  .title3 {
    width: 85vw;
  }

  .title1 {
    width: min(92vw, 640px);
    padding-top: 80px;
    height: auto;
    min-height: 150px;
  }
  .title1 p {
    font-size: 16px;
    width: auto;
    margin-top: 10px;
  }
  }
  .title_3 {
    width: 14px;
    height: 16px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
    width: 85vw;
  }

  .naiyou img {
    max-width: 280px;
    max-height: 200px;
  }
  .imgset img {
    max-width: 280px;
    max-height: 200px;
  }
  iframe {
    width: 280px;
    height: 158px;
  }

  ol {
    width: 70vw;
  }

  /* header */
}
