@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#mainimg {
  background: url("/img/home/mainimg.jpg") center/cover no-repeat;
  margin-bottom: 10%; }
  #mainimg .img_copy {
    max-width: 1280px;
    margin: auto;
    padding: 40px 0; }

.fas {
  font-size: 3.5rem; }
  @media (min-width: 768px) {
    .fas {
      font-size: calc( 3.5rem + ( 1vw - 7.68px ) * 3.4722222222 ); } }
  @media (min-width: 1200px) {
    .fas {
      font-size: 5rem; } }

i {
  margin-right: 0px; }

.main_txt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .main_txt {
      font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
  @media (min-width: 1200px) {
    .main_txt {
      font-size: 2.6rem; } }

.w1200 {
  max-width: 1200px;
  margin: auto; }

p {
  font-size: 1.2rem;
  color: #454545; }
  @media (min-width: 768px) {
    p {
      font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
  @media (min-width: 1200px) {
    p {
      font-size: 1.4rem; } }

/*メインコンテンツ*/
#top_txt .w1200 {
  text-align: center;
  margin-bottom: 50px; }
  #top_txt .w1200 .main_txt p {
    font-size: 1.8rem; }

/*お知らせ*/
#column .w1200 .column_box {
  width: 90%;
  margin: 0 auto 100px; }
  #column .w1200 .column_box .detail_box {
    border-bottom: solid 1px #c3c3c3;
    text-align: center; }
    #column .w1200 .column_box .detail_box a {
      cursor: pointer;
      transition: 0.2s; }
      #column .w1200 .column_box .detail_box a table {
        width: 90%;
        margin: 0 auto;
        padding: 15px; }
        #column .w1200 .column_box .detail_box a table tbody td {
          padding: 15px 0; }
        #column .w1200 .column_box .detail_box a table tbody .thum {
          padding: 5px;
          width: 20%;
          vertical-align: middle; }
        #column .w1200 .column_box .detail_box a table tbody .time {
          width: 15%;
          vertical-align: middle; }
        #column .w1200 .column_box .detail_box a table tbody .title {
          width: 30%;
          font-size: 1.3rem;
          font-weight: normal;
          text-align: start;
          margin-bottom: 0px;
          vertical-align: middle; }
          @media (min-width: 768px) {
            #column .w1200 .column_box .detail_box a table tbody .title {
              font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.2314814815 ); } }
          @media (min-width: 1200px) {
            #column .w1200 .column_box .detail_box a table tbody .title {
              font-size: 1.4rem; } }
        #column .w1200 .column_box .detail_box a table tbody .body {
          font-size: 1.2rem;
          vertical-align: middle; }
          @media (min-width: 768px) {
            #column .w1200 .column_box .detail_box a table tbody .body {
              font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
          @media (min-width: 1200px) {
            #column .w1200 .column_box .detail_box a table tbody .body {
              font-size: 1.4rem; } }
    #column .w1200 .column_box .detail_box:hover {
      transition: 0.2s;
      opacity: 0.7; }
  #column .w1200 .column_box:first-child {
    border-top: solid 1px #c3c3c3; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*メインコンテンツ*/
  #top_txt .w1200 .main_txt p {
    font-size: 2.2rem; }

  /*お知らせ*/
  #column .w1200 .column_box {
    width: 95%;
    margin: 0 auto 100px; }
    #column .w1200 .column_box .detail_box a table tbody .thum {
      width: 8%; }
    #column .w1200 .column_box .detail_box a table tbody .time {
      width: 15%; }
    #column .w1200 .column_box .detail_box a table tbody .title {
      width: 20%; }
    #column .w1200 .column_box .detail_box a table tbody .body {
      display: table-cell;
      width: 40%; } }
.pagenation {
  margin-bottom: 100px; }
  .pagenation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center; }
    .pagenation ul li {
      flex: 0 1 26px;
      width: 26px;
      max-width: 26px;
      height: 26px;
      margin: 0 3px;
      text-align: center; }
      .pagenation ul li a {
        box-sizing: border-box;
        display: block;
        height: 100%;
        line-height: 24px;
        border: 1px solid #c3c3c3; }
        .pagenation ul li a.active {
          color: #fff;
          background: #00B75B;
          border: 1px solid #00B75B; }

/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt .w1200 .main_txt p {
    font-size: 2.2rem; }

  /*お知らせ*/
  #column .w1200 .column_box {
    width: 95%;
    margin: 0 auto 100px; }
    #column .w1200 .column_box .detail_box a {
      margin: 0 auto; }
      #column .w1200 .column_box .detail_box a table tbody .thum {
        width: 8%; }
      #column .w1200 .column_box .detail_box a table tbody .time {
        width: 15%; }
      #column .w1200 .column_box .detail_box a table tbody .title {
        width: 20%; }
      #column .w1200 .column_box .detail_box a table tbody .body {
        width: 45%; } }
/*------------------------------
		1280px以上
------------------------------*/

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