#mainContent .mainContentInner {
  padding: 35px 0 110px; }
#mainContent h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  #mainContent h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; }
      #mainContent h1:before {
        height: 6px; } }
#mainContent h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h2 {
      font-size: 40px; } }

@media only screen and (min-width: 751px), print {
  #newsWrap {
    width: 940px;
    margin: 45px auto 0; }
    #newsWrap .linkBlock {
      text-align: right; }
      #newsWrap .linkBlock a {
        padding-left: 22px;
        font-size: 14px;
        background: url(../img/arw_box_blue.png) no-repeat left center; }
    #newsWrap .newsList {
      margin-top: 15px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      #newsWrap .newsList li {
        display: table;
        width: 100%; }
        #newsWrap .newsList li.new .date {
          position: relative; }
          #newsWrap .newsList li.new .date:before {
            content: "NEW";
            position: absolute;
            color: #f00;
            font-size: 14px;
            font-weight: bold;
            right: 20px; }
        #newsWrap .newsList li .date, #newsWrap .newsList li .title {
          display: table-cell;
          padding: 11px 0 10px; }
        #newsWrap .newsList li .date {
          width: 208px; }
        #newsWrap .newsList li:nth-child(n+2) {
          border-top: 1px dotted #000; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #newsWrap {
    margin-top: 55px; }
    #newsWrap .contentTitle {
      font-size: 40px; }
    #newsWrap .newsList {
      margin-top: 40px;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
      #newsWrap .newsList li {
        padding: 22px 0;
        padding-left: 16px; }
        #newsWrap .newsList li:nth-child(n+2) {
          border-top: 2px dotted #000; }
        #newsWrap .newsList li.new .date {
          position: relative; }
          #newsWrap .newsList li.new .date:after {
            content: "NEW";
            margin-left: 0.5em;
            color: #f00;
            font-weight: bold; }
    #newsWrap .linkBlock {
      margin-top: 15px;
      text-align: right; }
      #newsWrap .linkBlock a {
        padding-left: 30px;
        background: url(../img/arw_box_blue_sp.png) no-repeat left center; } }
@media only screen and (min-width: 751px), print {
  #newsWrap.detail .btnWrap {
    margin-top: 40px; }
    #newsWrap.detail .btnWrap .btnStyle {
      width: 340px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #newsWrap.detail .btnWrap {
    margin-top: 60px; } }

#newsTitle {
  width: 100%; }
  @media only screen and (min-width: 751px), print {
    #newsTitle {
      display: table;
      border-top: 1px solid #1a1a1a; }
      #newsTitle .date, #newsTitle h2 {
        display: table-cell;
        padding: 25px 0;
        vertical-align: baseline; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsTitle {
      padding: 20px 0;
      border-top: 2px solid #1a1a1a; } }
  @media only screen and (min-width: 751px), print {
    #newsTitle .date {
      width: 200px; } }
  #newsTitle .date.new:after {
    content: "new";
    margin-left: 0.5em;
    color: #f00;
    font-weight: bold; }
  #newsTitle h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsTitle h2 {
        font-size: 32px; } }

#newsBody {
  padding: 25px 0;
  line-height: 30px;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  word-break: break-all;
  white-space: wrap; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBody {
      padding: 40px 0;
      line-height: 48px;
      border-width: 2px; } }

@media only screen and (min-width: 751px), print {
  #selectYear {
    margin-top: 75px; }
    #selectYear .yearList {
      display: flex;
      width: 940px;
      margin: 20px auto 0;
      flex-wrap: wrap;
      justify-content: space-between;
      border-top: 1px solid #000; }
      #selectYear .yearList li {
        margin-top: 25px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #selectYear {
    margin-top: 70px; }
    #selectYear .yearList {
      margin-top: 45px;
      padding-top: 60px;
      border-top: 2px solid #000; }
      #selectYear .yearList li:nth-child(n+2) {
        margin-top: 40px; } }
