@charset "UTF-8";
/* --------------- variables --------------------- */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*日本語用（メイリオ）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 600px) {
  .GrayCot {
    padding: 30px 16px;
    background: #e2e2e2; }
  .top-infoTtl {
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .top-infoTtl a {
      display: block;
      margin-top: 7px;
      margin-bottom: 7px; }
  .top-infoList li {
    margin: 0 0 10px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .top-infoList li span {
      width: 25vw;
      margin: 0 10px 0 0;
      box-sizing: border-box;
      border: 1px solid #b30000;
      color: #b30000;
      text-align: center;
      font-weight: bold;
      padding: 6px 5px 3px;
      display: inline-block;
      font-size: 11px; }
    .top-infoList li a {
      width: 62.6vw;
      color: #262626;
      font-size: 13px;
      line-height: 1.5; }
  .top-infoBox dl {
    margin: 0 0 16px;
    background: #ececec; }
    .top-infoBox dl dt {
      padding: 8px;
      background: #4570a9;
      color: #fff;
      text-align: center;
      font-size: 16px; }
    .top-infoBox dl dd {
      padding: 10px; }
  /* 日本社会学大会 */
  .top-infoBox-mtg a {
    position: relative;
    display: block;
    padding: 20px 0 16px;
    text-align: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.6;
    text-decoration: none; }
    .top-infoBox-mtg a:after {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      border-right: 1px solid #395b87;
      border-top: 1px solid #395b87;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      right: 15px;
      top: 50%; }
  .top-infoBox-mtgTtl {
    font-size: 18px;
    font-weight: bold; }
  /* 機関誌 */
  .top-infoBox-bulletinList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px; }
    .top-infoBox-bulletinList a:first-child {
      margin: 0 2px 0 0; }
    .top-infoBox-bulletinList a:last-child {
      margin: 0 0 0 2px; }
  .BlueCot {
    padding: 30px 16px;
    background: #143867; } }

@media print, screen and (min-width: 601px) {
  .top-infoTtl {
    margin: 35px 18px 10px;
    font-weight: bold;
    font-size: 15px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .top-infoTtl a {
      display: inline-block;
      margin-left: 30px; }
  .top-infoList li {
    padding: 10px 18px;
    font-size: 14px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background: url(../images/home/line.png) no-repeat left bottom; }
    .top-infoList li:last-child {
      background: none; }
    .top-infoList li span {
      margin: 0 25px 0 0;
      border: 2px solid #b30000;
      color: #b30000;
      text-align: center;
      font-weight: bold;
      padding: 3px 10px;
      display: inline-block; }
    .top-infoList li a {
      color: #262626; }
      .top-infoList li a:hover {
        text-decoration: none; }
  .top-infoBox {
    display: flex;
    padding: 20px; }
    .top-infoBox dl {
      width: 367px;
      background: #ececec; }
      .top-infoBox dl:first-child {
        margin: 0 20px 0 0; }
      .top-infoBox dl dt {
        padding: 8px;
        background: #4570a9;
        color: #fff;
        text-align: center;
        font-size: 16px; }
      .top-infoBox dl dd {
        padding: 20px 17px 16px; }
  .top-infoBox-mtg {
    text-align: center; }
    .top-infoBox-mtgTtl {
      margin: 0 0 15px;
      padding: 10px 0 15px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 21px;
      font-weight: bold;
      color: #000;
      font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; }
    .top-infoBox-mtg a {
      text-decoration: none;
      color: #000; }
    .top-infoBox-mtg span.m-btn {
      margin: 15px auto 0;
      width: 210px; }
  .top-infoBox-bulletinList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px; }
    .top-infoBox-bulletinList a img {
      width: 164px; }
    .top-infoBox-bulletinList a:hover img {
      opacity: 0.7; }
  .BlueCot {
    width: 100%;
    min-width: 1080px;
    padding: 45px 0;
    background: #143867; }
    .BlueCotWrap {
      width: 1080px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }

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