@charset "utf-8";







/* mainvisual001 */
/*--------------------------------------------------*/

.mainvisual001 {
/*  overflow:hidden;*/
  position: relative;
  z-index: -500;
}
.ua-touch .mainvisual001 {
  height:474px;
}
.mainvisual001 video {
  width: 1920px;
  width: 100%;
/*  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;*/
}
.mainvisual001-text {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.mainvisual001-text-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
/* 0～991 */
@media (max-width: 991px) {

}
.mainvisual001-text2 {
  z-index: 500;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* 0～767 */
@media (max-width: 767px) {
  .ua-touch .mainvisual001 {
    height:350px;
  }
}





.banner001-btn {
  border: 3px solid #1074b9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.banner001-btn-ttl {
/*  display:inline-block;*/
  font-size: 30px;
  color: #1074ba;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5px;
}
/*.banner001-btn .banner001-btn-ttl::after {
  position: absolute;
  left: -50px;
  top: 5px;
}*/
.banner001-box {
  background-color: #FFF;
  display: block;
}
/*.banner001-box:nth-of-type(1) .banner001-btn-ttl::after {
  content: url(../images/index/banner001-icon1.png);
}
.banner001-box:nth-of-type(2) .banner001-btn-ttl::after {
  content: url(../images/index/banner001-icon2.png);
}
.banner001-box:nth-of-type(3) .banner001-btn-ttl::after {
  content: url(../images/index/banner001-icon3.png);
}*/
.banner001-text {
  text-align: left;
}
/* 768～991 */
@media (min-width: 768px) and (max-width: 991px) {
  .banner001-btn-ttl {
    font-size: 20px;
  }
/*  .banner001-box:nth-of-type(1) .banner001-btn-ttl::after {
    content: url(../images/index/banner001-icon1-min.png); left: -35px; top: 0;
  }
  .banner001-box:nth-of-type(2) .banner001-btn-ttl::after {
    content: url(../images/index/banner001-icon2-min.png); left: -30px; top: -5px;
  }
  .banner001-box:nth-of-type(3) .banner001-btn-ttl::after {
    content: url(../images/index/banner001-icon3-min.png); left: -35px; top: 0;
  }*/
}















.table001-box {
  background-color: #CCC;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  text-align: center;
  color: #FFF;
}

.table001-subttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/*.table001-subttl {
  font-size: 40px;
}*/
.table001-subttl-small {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.table001-list {
  text-align: left;
  font-size: 13px;
}
.table001-list li {
  display: inline-block;
}
.table001-subimg {
  /*width: 75px;*/
}
.table001-subimg3 { margin-top: -7px; }
.table001-subimg4 { margin-top: 5px; }
.table001-box1 { background-image: url(../images/index/table001-bg1.png); }
.table001-box2 { background-image: url(../images/index/table001-bg2.png); }
.table001-box3 { background-image: url(../images/index/table001-bg3.png); }
.table001-box4 { background-image: url(../images/index/table001-bg4.png); }
.table001-box5 { background-image: url(../images/index/table001-bg5.png); }
.table001-table {
  margin: auto;
}
.table001-table td {
  vertical-align: middle;
}
.table001-table td:first-child {
  width: 40%;
}
.table001-box1-imgs {
  display: table;
  margin: auto;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.table001-box1-img {
  display: table-cell;
  width: 1%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.table001-box1-img img {
  max-width: inherit;
  height: 150px;
}
.table001-list {
  line-height: 1.9;
}

.table001-box1 {
  padding: 20px 40px;
}
@media (min-width: 1200px) {
  .table001-box1 {
  height: 495px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table001-box1 {
    height: 595px;
  }
}
.table001-box1 .table001-subttl {
  font-size: 40px;
  text-align: left;
}
@media (max-width: 767px) {
.table001-box1 .table001-subttl {
  font-size: 27px;
}
}
.table001-box1 .table001-subttl-small {
  text-align: left;
}

.table001-box2, .table001-box3, .table001-box4, .table001-box5 { height: 240px }
.table001-subimg {
  /*width: 60%;*/
}
@media (max-width: 1199px) {
.table001-box2, .table001-box3, .table001-box4, .table001-box5 { height: 290px }
}
@media (max-width: 991px) {
.table001-box2, .table001-box3, .table001-box4, .table001-box5 { height: 250px }
}


/* 0～767 */
@media (max-width: 767px) {
  .table001-box1 {
    padding: 20px;
  }
  .table001-subimg {
    width: 100px;
  }
  .table001-subttl ._small {
    font-size: 18px;
  }
  .table001-subttl {
    text-align: left;
    /*font-size: 40px;*/
    font-size: 27px;
  }
  .table001-subttl-small {
    text-align: left;
  }
  .table001-table {
    margin-left: inherit;
  }
  .table001-box1-imgs {
    display: block;
    width: 100%;
  }
  .table001-box1-img {
    display: block;
    width: 100%;
  }
}
/* 768～991 */
@media (min-width: 768px) and (max-width: 991px) {
  .table001-box-wrapper:nth-child(3) .table001-subttl {
    font-size: 24px;
  }
  .table001-list {
    margin-left: 20px;
  }
  .table001-box1 img.table001-box1-img {
    width: 100px !important;
  }
  .table001-box1-imgs {
    width: 100%;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .table001-box-wrapper:nth-child(3) .table001-subttl {
    font-size: 36px;
  }
  .table001-subttl-first {
    font-size: 30px;
  }
}
/* 0～575 */
@media (max-width: 405px) { .table001-box-wrapper:nth-child(3) .table001-subttl { font-size: 34px; } }
@media (max-width: 380px) { .table001-box-wrapper:nth-child(3) .table001-subttl { font-size: 30px; } }
@media (max-width: 360px) { .table001-box-wrapper:nth-child(3) .table001-subttl { font-size: 27px; } }

/* IE対策*/
@media (min-width: 768px) {
  .table001-subimg {
    width: 96.5px;
  }
}



/* post001 */
/*--------------------------------------------------*/

.post001 {

}

.post001-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
}
.post001-inner2 {
  background-color: rgba(255, 255, 255);
  padding: 20px;
  position: relative;
}
/* more */
.post001-more {
  position: absolute;
  top: 15px;
  right: 0;
  -webkit-transition: opacity 100ms;
          transition: opacity 100ms;
}
.post001-more:hover {
  opacity: .75;
}
.post001-more a {
  font-size: 14px;
  line-height: 1;
}
.post001-more a::before {
  font-family: 'fontello';
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  content: '\e832';
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
  color: #127bc8;
}
/* title */
.post001-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 25px;
}
.post001-heading i {
  font-size: 36px;
  vertical-align: middle;
  color: #1d7dc5;
}
.post001-heading i::before {
  margin: 0;
}
/* list */
.post001-list a {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: background-color 100ms;
          transition: background-color 100ms;
  border-bottom: dashed 1px #a8a8a8;
}
.post001-list a:hover {
  background-color: #fafafa;
}
.post001-list p {
  font-size: 14px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}
/* date */
.post001-date {
  font-size: 14px;
  width: 7.5em;
}
/* category */
.post001-category {
  width: 11em;
}
.post001-category > span {
  font-size: 12px;
  display: block;
  padding: 5px 0;
  text-align: center;
  color: white;
  border-radius: 4px;
}
.post001-category-01 {
  background: #f9a402;
}
.post001-category-01:not(:first-child) {
  margin-top: 2px;
}
.post001-category-02 {
  background: #ff4b47;
}
.post001-category-03 {
  background: #1d7dc5;
}
.post001-category-04 {
  background: #379d2a;
}
/* title */
.post001-title {
  padding: 0 0 0 20px;
}
/* media query */
@media (max-width: 767px) {
  .post001 {
    border-top: 4px solid #1074ba;
  }
  .post001-list {
    margin-top: 15px;
  }
  .post001-list a {
    padding: 15px 0;
  }
  .post001-inner {
    background-color: rgba(255, 255, 255);
    padding: 40px 20px;
  }
  .post001-inner2 {
    padding: 0px;
  }
  .post001 .container-fluid {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .post001-heading {
    padding: 0;
  }
  .post001-list a {
    display: block;
    padding: 15px 0;
  }
  .post001-list p {
    display: block;
  }
  .post001-category {
    position: absolute;
    top: 12px;
    right: 0;
    width: 9em;
  }
  .post001-title {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}


.post001 .fontello-22-movie1-2 {
  color: #1074BA;
}