@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Afk-Element-Reg', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-weight: 400;
  color: #444;
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
}
.fwb {
  font-family: 'Afk-Element-Bold', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.for-sp {
  display: none;
}
.pc-only {
  display: none;
}
/*スマホ*/
/*ヘッダー*/
header {
  margin-bottom: 20px;
  background: #000;
}
header div.header-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-image: url("../images/main-img.webp");
  background-size: cover;
  background-position: center;
}
header h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 15px 10px 15px;
  text-align: center;
}
header h1 span {
  display: block;
}
#noshiro-2023 p.txt-greeting {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#noshiro-2023 .area-content {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#noshiro-2023 h2.txt-award {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: #000;
  box-sizing: border-box;
  padding: 8px 15px;
  margin: 0;
  position: relative;
}
#noshiro-2023 h2.txt-award span {
  width: 50%;
  position: absolute;
  right: 15px;
  text-align: right;
}
#noshiro-2023 .box-txt {
  margin: 0;
  padding: 0;
}
#noshiro-2023 .box-txt h3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #000;
  padding: 16px 0;
  margin: 0;
}
#noshiro-2023 .box-txt h4 {
  font-size: 16px;
  text-align: center;
  color: #000;
  border-top: solid 2px #000;
  margin: 0;
  padding: 6px 0 0 0;
}
#noshiro-2023 .box-txt p {
  font-size: 16px;
  line-height: 1.5;
}
#noshiro-2023 a.zoom {
  position: relative;
  display: block;
}
#noshiro-2023 a.zoom::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  top: auto;
  bottom: 4px;
  right: 4px;
  background: url("../images/zoom.png");
}
#noshiro-2023 footer {
  background: #EEE;
  padding: 20px;
}
#noshiro-2023 footer .footer-box {
  max-width: 470px;
  margin: 0 auto;
}
#noshiro-2023 footer .footer-box p {
  font-size: 12px;
  line-height: 16px;
}
#noshiro-2023 footer .footer-box p a {
  color: #000;
}
/*過去の Autodesk 賞*/
.past-awards {
  padding: 0 15px;
  margin-bottom: 30px;
}
.past-awards p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 6px 0;
  margin-bottom: 12px;
}
.past-awards ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.past-awards ul li {
  font-size: 15px;
  text-align: center;
}
.past-awards ul li a {
  background: #EEE;
  color: #000;
  display: block;
  margin-bottom: 8px;
  padding: 6px 0;
  text-decoration: none;
}
.past-awards ul li a:hover {
  background: #555;
  color: #FFF;
}
/*PC用
-------------------------------------------------------------------------------*/
@media screen and (min-width:567px) {
  .sp-only {
    display: none;
  }
  body {
    min-width: 1170px;
  } /**/
  header {
    margin-bottom: 50px;
  }
  /*header img{
    width: 1600px;
  }*/
  header div.header-img {
    height: 400px;
  }
  header h1 {
    font-size: 34px;
    line-height: 1;
    padding: 10px 0;
  }
  header h1 span {
    display: inline;
    padding-left: 1em;
  }
  #noshiro-2023 p.txt-greeting {
    max-width: 1170px;
    margin: 0 auto 50px auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  #noshiro-2023 .area-content {
    width: 1170px;
    margin: 0 auto 100px auto;
    padding: 0;
  }
  #noshiro-2023 h2.txt-award {
    font-size: 24px;
    text-align: center;
    padding: 12px 0 7px 0;
  }
  #noshiro-2023 h2.txt-award span {
    font-size: 20px;
    width: 30%;
    position: absolute;
    right: 15px;
    text-align: right;
  }
  #noshiro-2023 .area-content .block-flex {
    display: flex;
    justify-content: space-between;
  }
  #noshiro-2023 .area-content .box-txt {
    width: 420px;
  }
  #noshiro-2023 .box-txt h3 {
    font-size: 24px;
    padding: 34px 0 18px 0;
  }
  #noshiro-2023 .box-txt h4 {
    font-size: 24px;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
  }
  #noshiro-2023 .box-txt p {
    font-size: 16px;
    line-height: 1.8;
  }
  #noshiro-2023 .area-content .box-pic {
    width: 720px;
    padding-top: 20px;
  }
  #noshiro-2023 .area-content .box-pic.subaru {
    padding: 0 60px;
    box-sizing: border-box;
  }

  #noshiro-2023 a.zoom {
    margin: 0;
  }
  #noshiro-2023 footer .footer-box {
    width: 1150px;
    max-width: 1150px;
    margin: 0 auto;
  }
  #noshiro-2023 footer .footer-box p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  #noshiro-2023 footer .footer-box p a {
    color: #000;
  }
  /*過去の Autodesk 賞*/
  .past-awards {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto 50px auto;
  }
  .past-awards ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .past-awards ul li {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin: 0 10px;
  }
  .past-awards ul li a {
    background: #EEE;
    color: #000;
    display: block;
    margin-bottom: 8px;
    padding: 6px 30px;
  }
  .past-awards ul li a:hover {
    background: #555;
    color: #FFF;
  }
}