@charset "UTF-8";
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2019/04
**************************************************************/
/***************************************************************
Version      　　　 :      2.0
**************************************************************/
/*変数*/
/*フォント関連*/
/*FontSize(タイトル)*/
/*FontSize(テキスト)*/
/*LineHight(タイトル)*/
/*LineHight(テキスト)*/
/*FontSize(タイトル)*/
/*FontSize(テキスト)*/
/*LineHight(タイトル)*/
/*LineHight(テキスト)*/
/*余白関連*/
/*Margin Bottom(レイアウト)*/
/*Margin Bottom(タイトル)*/
/*Margin Bottom(テキスト)*/
/*Margin Bottom(レイアウト)*/
/*Margin Bottom(タイトル)*/
/*Margin Bottom(テキスト)*/
/*mixin*/
.mainvisual {
  width: 100%;
  padding-top: 40px;
  visibility: hidden;
  overflow: hidden; }
  .mainvisual .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px; }
  .mainvisual .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1; }
  .mainvisual .swiper-container img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none; }
  .mainvisual .swiper-button-prev {
    top: 165px;
    margin-top: 0;
    left: -45px;
    background: url(../img/home/slider/btn_prev.png) no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    z-index: 10; }
  .mainvisual .swiper-button-next {
    top: 165px;
    margin-top: 0;
    right: -45px;
    background: url(../img/home/slider/btn_next.png) no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    z-index: 10; }
  .mainvisual .swiper-pagination {
    position: relative;
    bottom: 0;
    line-height: 1;
    padding-bottom: 60px;
    width: 1120px;
    margin-left: -40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mainvisual .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    width: 268px;
    height: 96px;
    background-size: 268px 96px !important;
    margin: 15px 0 0 15px !important;
    border-radius: 0;
    opacity: 1; }
    .mainvisual .swiper-pagination-bullet:nth-child(4n+1) {
      margin-left: 0 !important; }
    .mainvisual .swiper-pagination-bullet:nth-child(-n+4) {
      margin-top: 30px !important; }
    .mainvisual .swiper-pagination-bullet:hover {
      opacity: 0.7; }
  .mainvisual .swiper-pagination-bullet-active {
    position: relative; }
    .mainvisual .swiper-pagination-bullet-active:before {
      content: "";
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -3.5px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #b81726; }
    .mainvisual .swiper-pagination-bullet-active:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #b81726; }
  .mainvisual .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px; }
    .mainvisual .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%; }
    .mainvisual .swiper-slide div {
      width: 100%;
      height: 44px;
      line-height: 1.5;
      color: #fff;
      padding: 0 20px;
      box-sizing: border-box;
      background: #252525;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }

.ttlH2Top {
  text-align: center;
  margin-bottom: 74px; }
  .ttlH2Top h2 {
    position: relative;
    display: inline-block;
    padding: 0 110px;
    font-size: 30px;
    font-weight: bold;
    color: #b81726;
    line-height: 1; }
    .ttlH2Top h2 span {
      font-size: 20px;
      display: block;
      line-height: 1;
      margin-bottom: 15px; }
    .ttlH2Top h2:before {
      content: "";
      width: 55px;
      height: 3px;
      background: #b81726;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1.5px; }
    .ttlH2Top h2:after {
      content: "";
      width: 55px;
      height: 3px;
      background: #b81726;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -1.5px; }

.newsSecLyt {
  width: 100%;
  padding: 60px 0;
  background: #f0ebec; }
  .newsSecLyt h2 {
    color: #b81726;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e2e3; }
  .newsSecLyt .newsLyt {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 30px 52px;
    margin-bottom: 50px;
    background: #fff;
    border-top: 3px solid #b81726;
    position: relative; }
    .newsSecLyt .newsLyt table {
      width: 100%;
      font-size: 13px; }
      .newsSecLyt .newsLyt table tr th {
        width: 190px;
        padding: 13px 0; }
        .newsSecLyt .newsLyt table tr th span {
          display: inline-block;
          width: 90px;
          letter-spacing: 0.1em;
          color: #717171; }
        .newsSecLyt .newsLyt table tr th div {
          display: inline-block;
          text-align: center;
          width: 70px;
          line-height: 1;
          background: #333;
          color: #fff;
          padding: 3px 0; }
      .newsSecLyt .newsLyt table tr td {
        width: calc(100% - 190px);
        padding: 13px 0; }
        .newsSecLyt .newsLyt table tr td div {
          line-height: 1.5; }
          .newsSecLyt .newsLyt table tr td div span {
            width: 46px;
            padding: 3px 0;
            line-height: 1;
            display: inline-block;
            text-align: center;
            background: #b81726;
            color: #fff;
            border-radius: 9px;
            margin-right: 10px; }
          .newsSecLyt .newsLyt table tr td div a {
            color: #b81726;
            text-decoration: underline; }
  .newsSecLyt ul {
    width: 100%; }
    .newsSecLyt ul li {
      float: left;
      width: 545px;
      box-sizing: border-box;
      padding: 25px 30px 52px;
      background: #fff;
      border-top: 3px solid #b81726;
      position: relative; }
      .newsSecLyt ul li table {
        width: 100%;
        font-size: 13px; }
        .newsSecLyt ul li table tr th {
          width: 170px;
          padding: 13px 0; }
          .newsSecLyt ul li table tr th span {
            display: inline-block;
            width: 80px;
            letter-spacing: 0.01em;
            color: #717171; }
          .newsSecLyt ul li table tr th div {
            display: inline-block;
            text-align: center;
            width: 70px;
            line-height: 1;
            background: #333;
            color: #fff;
            padding: 3px 0; }
        .newsSecLyt ul li table tr td {
          width: calc(100% - 170px);
          padding: 13px 0; }
          .newsSecLyt ul li table tr td div {
            line-height: 1.5; }
            .newsSecLyt ul li table tr td div span {
              width: 46px;
              padding: 3px 0;
              line-height: 1;
              display: inline-block;
              text-align: center;
              background: #b81726;
              color: #fff;
              border-radius: 9px;
              margin-right: 10px; }
            .newsSecLyt ul li table tr td div a {
              color: #b81726;
              text-decoration: underline; }
      .newsSecLyt ul li:first-child {
        margin-right: 30px;
        min-height: 300px; }
  .newsSecLyt .arrowShortBtn {
    position: absolute;
    right: 0;
    bottom: 0; }

.reportSecLyt {
  width: 100%;
  padding: 100px 0; }
  .reportSecLyt .wrap .reportLyt {
    margin-bottom: 50px; }
    .reportSecLyt .wrap .reportLyt a {
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box;
      position: relative; }
      .reportSecLyt .wrap .reportLyt a ul {
        width: 100%;
        padding: 30px 0;
        background: #f7f3f4;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .reportSecLyt .wrap .reportLyt a ul li {
          position: relative;
          width: calc(100% - 440px);
          box-sizing: border-box; }
          .reportSecLyt .wrap .reportLyt a ul li h3 {
            color: #b81726;
            font-size: 20px;
            font-weight: bold;
            text-decoration: underline;
            line-height: 1.5;
            margin: 20px 0; }
          .reportSecLyt .wrap .reportLyt a ul li div {
            width: 192px;
            height: 37px;
            box-sizing: border-box;
            padding: 0 0 0 10px;
            background: url("../img/home/report/bg.png") no-repeat top left;
            position: absolute;
            top: -7px;
            left: 18px;
            font-size: 15px;
            color: #fff;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: center;
            align-items: center; }
            .reportSecLyt .wrap .reportLyt a ul li div span {
              display: inline-block;
              margin-left: 20px; }
            .reportSecLyt .wrap .reportLyt a ul li div:after {
              content: "";
              width: 2px;
              height: 22px;
              background: #fff;
              position: absolute;
              top: 50%;
              left: 66px;
              margin: -11px 0 0 0; }
          .reportSecLyt .wrap .reportLyt a ul li p {
            font-size: 15px;
            line-height: 2; }
          .reportSecLyt .wrap .reportLyt a ul li:first-child {
            width: 440px;
            padding: 0 30px; }
          .reportSecLyt .wrap .reportLyt a ul li:last-child {
            padding-right: 30px; }
      .reportSecLyt .wrap .reportLyt a:before {
        content: "";
        width: 25px;
        height: 25px;
        background: #b81726;
        position: absolute;
        bottom: 0;
        right: 0; }
      .reportSecLyt .wrap .reportLyt a:after {
        content: "";
        width: 6px;
        height: 13px;
        background: url("../img/common/ico_arrow.png") no-repeat;
        position: absolute;
        bottom: 6px;
        right: 9px; }
  .reportSecLyt .wrap:after {
    content: "";
    width: 105px;
    height: 96px;
    background: url("../img/home/report/ico_report.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0; }

.scheduleSecLyt {
  width: 100%;
  padding: 100px 0;
  background: #f3f3f3; }
  .scheduleSecLyt .wrap:after {
    content: "";
    width: 118px;
    height: 108px;
    background: url("../img/home/schedule/ico_schedule.png") no-repeat;
    position: absolute;
    top: -20px;
    left: 0; }
  .scheduleSecLyt #scheduleWrap {
    background: #fff;
    border: 2px solid #f2f2f2;
    width: 1116px;
    margin: 0 0 55px; }
  .scheduleSecLyt #scheduleWrap > li {
    width: 162px;
    height: 276px;
    float: left;
    border-right: 2px solid #f2f2f2;
    padding: 0 10px; }
  .scheduleSecLyt #scheduleWrap > li:last-child {
    width: 196px;
    border-right: none;
    padding: 0; }
  .scheduleSecLyt #scheduleWrap > li .date {
    font-size: 16px;
    line-height: 1;
    height: 47px;
    box-sizing: border-box;
    padding: 12px 0 0; }
  .scheduleSecLyt #scheduleWrap > li .date span {
    font-size: 24px;
    font-weight: bold; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo {
    margin: -10px 0 0;
    position: relative;
    z-index: 1; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li {
    width: 160px;
    background: #f3f3f3;
    margin: 10px 0 0; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li a {
    display: block;
    width: 100%;
    height: 100%;
    /*padding:10px 8px;*/
    box-sizing: border-box; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li div {
    line-height: 1;
    padding: 10px 8px 5px; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li a p {
    text-decoration: underline;
    color: #b81726; }
  .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li p {
    line-height: 1.69;
    padding: 0 8px 10px; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li {
    padding: 0 10px;
    height: 137px;
    box-sizing: border-box; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li:first-child {
    height: 139px;
    border-bottom: 2px solid #f2f2f2; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 {
    width: 176px;
    background: #f3f3f3;
    position: relative;
    z-index: 1; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 a {
    display: block;
    width: 100%;
    height: 100%;
    /*padding:10px 8px;*/
    box-sizing: border-box; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 div {
    line-height: 1;
    padding: 10px 8px 5px; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 a p {
    color: #b81726;
    text-decoration: underline; }
  .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 p {
    line-height: 1.69;
    padding: 0 8px 10px; }
  .scheduleSecLyt #scheduleWrap .today {
    background: #faedee;
    position: relative; }
  .scheduleSecLyt #scheduleWrap .today .scheduleInfo > li {
    background: #fff; }
  .scheduleSecLyt #scheduleWrap .today .scheduleInfo2 {
    background: #fff !important; }
  .scheduleSecLyt #scheduleWrap .today:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #b81726;
    position: absolute;
    top: -2px;
    left: -2px; }

@media screen and (max-width: 480px) {
  .mainvisual .swiper-button-prev {
    display: none; }
  .mainvisual .swiper-button-next {
    display: none; }
  .mainvisual .swiper-pagination-bullet {
    display: inline-block; }
  .mainvisual .swiper-pagination {
    position: relative;
    bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
  .mainvisual .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-image: none !important;
    background-color: #666;
    margin: 0 0 0 20px !important;
    border-radius: 50%;
    opacity: 1; }
    .mainvisual .swiper-pagination-bullet:nth-child(4n+1) {
      margin-left: 20px !important; }
    .mainvisual .swiper-pagination-bullet:nth-child(-n+4) {
      margin-top: 0px !important; }
    .mainvisual .swiper-pagination-bullet:first-child {
      margin-left: 0 !important; }
    .mainvisual .swiper-pagination-bullet:hover {
      opacity: 0.7; }
  .mainvisual .swiper-pagination-bullet-active {
    position: relative;
    background-color: #b81726; }
    .mainvisual .swiper-pagination-bullet-active:before {
      display: none; }
    .mainvisual .swiper-pagination-bullet-active:after {
      display: none; }
  .mainvisual .swiper-slide {
    padding: 0; }
    .mainvisual .swiper-slide div {
      height: 57px;
      line-height: 1.5;
      color: #fff;
      padding: 0 20px; }

  .ttlH2Top {
    margin-bottom: 25px; }
    .ttlH2Top h2 {
      position: relative;
      display: inline-block;
      padding: 0 50px;
      font-size: 22px;
      font-weight: bold;
      color: #b81726;
      line-height: 1; }
      .ttlH2Top h2 span {
        font-size: 15px;
        margin-bottom: 7px; }
      .ttlH2Top h2:before {
        width: 20px; }
      .ttlH2Top h2:after {
        width: 20px; }

  .newsSecLyt {
    order: 1;
    padding: 30px 0; }
    .newsSecLyt h2 {
      font-size: 18px;
      padding-bottom: 17px; }
    .newsSecLyt .newsLyt {
      padding: 17px 20px 50px;
      margin-bottom: 25px; }
      .newsSecLyt .newsLyt table tr th {
        width: 100%;
        padding: 20px 0 10px;
        display: block; }
        .newsSecLyt .newsLyt table tr th span {
          display: inline-block;
          width: 90px;
          letter-spacing: 0.1em;
          color: #717171; }
        .newsSecLyt .newsLyt table tr th div {
          display: inline-block;
          text-align: center;
          width: 70px;
          line-height: 1;
          background: #333;
          color: #fff;
          padding: 3px 0; }
      .newsSecLyt .newsLyt table tr td {
        width: 100%;
        padding: 0;
        display: block; }
        .newsSecLyt .newsLyt table tr td div a {
          font-size: 14px; }
    .newsSecLyt ul {
      width: 100%; }
      .newsSecLyt ul li {
        float: none;
        width: 100%;
        padding: 17px 20px 50px; }
        .newsSecLyt ul li table {
          width: 100%; }
          .newsSecLyt ul li table tr th {
            width: 100%;
            display: block;
            padding: 20px 0 10px; }
            .newsSecLyt ul li table tr th span {
              display: inline-block;
              width: 90px;
              letter-spacing: 0.1em;
              color: #717171; }
            .newsSecLyt ul li table tr th div {
              display: inline-block;
              text-align: center;
              width: 70px;
              line-height: 1;
              background: #333;
              color: #fff;
              padding: 3px 0; }
          .newsSecLyt ul li table tr td {
            width: 100%;
            display: block;
            padding: 0; }
            .newsSecLyt ul li table tr td div a {
              font-size: 14px; }
        .newsSecLyt ul li:first-child {
          margin-right: 0px;
          display: none; }

  .reportSecLyt {
    order: 3;
    padding: 50px 0; }
    .reportSecLyt .wrap .reportLyt {
      margin-bottom: 25px; }
      .reportSecLyt .wrap .reportLyt a ul {
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box; }
        .reportSecLyt .wrap .reportLyt a ul li {
          width: 100%; }
          .reportSecLyt .wrap .reportLyt a ul li img {
            width: 100%;
            height: auto; }
          .reportSecLyt .wrap .reportLyt a ul li h3 {
            color: #b81726;
            font-size: 18px;
            margin: 15px 0 10px; }
          .reportSecLyt .wrap .reportLyt a ul li div {
            top: -7px;
            left: 5px; }
          .reportSecLyt .wrap .reportLyt a ul li p {
            line-height: 1.8; }
          .reportSecLyt .wrap .reportLyt a ul li:first-child {
            width: 100%;
            padding: 0; }
          .reportSecLyt .wrap .reportLyt a ul li:last-child {
            padding-right: 0px; }
    .reportSecLyt .wrap:after {
      content: "";
      width: 30px;
      height: 27px;
      background: url("../img/home/report/ico_report.png") no-repeat;
      background-size: 30px 27px;
      position: absolute;
      top: 0;
      right: 0; }

  .scheduleSecLyt {
    order: 2;
    padding: 50px 0; }
    .scheduleSecLyt .wrap:after {
      content: "";
      width: 35px;
      height: 32px;
      background: url("../img/home/schedule/ico_schedule.png") no-repeat;
      background-size: 35px 32px;
      position: absolute;
      top: -10px;
      left: 0; }
    .scheduleSecLyt #scheduleWrap {
      width: 100%;
      margin: 0 0 25px;
      box-sizing: border-box; }
    .scheduleSecLyt #scheduleWrap > li {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      float: none;
      border-right: none;
      border-bottom: 2px solid #f2f2f2;
      padding: 10px 10px 20px; }
    .scheduleSecLyt #scheduleWrap > li:last-child {
      width: 100%; }
    .scheduleSecLyt #scheduleWrap > li .scheduleInfo > li {
      width: 100%; }
    .scheduleSecLyt #scheduleWrap > li:last-child ul li {
      padding: 0 10px 20px;
      height: auto;
      box-sizing: border-box; }
    .scheduleSecLyt #scheduleWrap > li:last-child ul li:first-child {
      height: auto; }
    .scheduleSecLyt #scheduleWrap > li:last-child ul li .scheduleInfo2 {
      width: 100%; } }
