@charset "UTF-8";
/* ----------------------
　大同窓会部分用CSS
----------------------- */
a.under {
  text-decoration: underline !important;
}
a.color {
  color: #2e3190 !important;
}

p {
  margin-bottom: 20px !important;
}

section.second_box {
  max-width: 900px;
  line-height: 1;
  padding-top: 30px !important;
  margin: 0 auto 100px !important;
  display: flex;
}
section.second_box.noflex {
  max-width: 900px;
  line-height: 1;
  padding-top: 30px !important;
  margin: 0 auto 100px !important;
  display: block;
}
section.second_box .block,
section.second_box .block_all {
  width: 100%;
  order: 2;
  margin-right: 0 !important;
}
section.second_box .block:nth-child(2),
section.second_box .block_all:nth-child(2) {
  margin-right: 4% !important;
  order: 1;
}
section.second_box .block h2,
section.second_box .block_all h2 {
  padding: 30px 0 !important;
  color: #333;
  font-size: 30px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  text-align: left !important;
  height: auto !important;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
section.second_box .block h2:after,
section.second_box .block_all h2:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #333;
  position: absolute;
  top: 85px;
  left: 0px;
}
section.second_box .block p,
section.second_box .block_all p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
section.second_box .block_all {
  width: 100%;
  margin: auto;
}
section.second_box .block_all h2:after {
  content: "";
  height: 2px;
  width: 120px;
  background: #333;
  position: absolute;
  top: 85px;
  left: 0px;
}
section.second_box .block_all table {
  font-size: 17px;
  line-height: 1.7;
}
section.second_box .block_all th {
  padding: 5px;
  font-weight: bold;
}
section.second_box .block_all td {
  padding: 5px;
}
section.second_box .block_all p.images {
  margin: 10px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.second_box {
    display: block;
  }
  section.second_box .block,
  section.second_box .block_all {
    width: 90% !important;
    margin: 20px auto !important;
  }
  section.second_box .block:nth-child(2),
  section.second_box .block_all:nth-child(2) {
    margin-right: auto !important;
  }
  section.second_box .block h2,
  section.second_box .block_all h2 {
    padding: 30px 0 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    text-align: left !important;
    height: auto !important;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    font-size: 6vw !important;
  }
  section.second_box .block h2:after,
  section.second_box .block_all h2:after {
    content: "";
    height: 2px;
    width: 10vw;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  section.second_box .block p,
  section.second_box .block_all p {
    font-size: 4.5vw;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  section.second_box .block_all h2:after {
    content: "";
    height: 2px;
    width: 10vw;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0px;
  }

  section.second_box .block_all table {
    font-size: 4.5vw;
    line-height: 1.7;
  }

  section.second_box .block_all table th {
    width: 100%;
    text-align: left;
    display: block;
  }

  section.second_box .block_all table td {
    width: 100%;
    text-align: left;
    display: block;
  }
}

/*# sourceMappingURL=ddsk.css.map */
