@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* Main IMG
/* ------------------------------- */
/* PC View */
@media print, screen and (min-width:650px) {
  ul.topimg_slick_pc {
      width: 100%;
      min-width: 1000px;
      max-width: 1280px;
      margin: 0 auto;
  }
}
/*  650 < view < 1299 */
@media only screen and (min-width:650px) and (max-width: 1280px) {
  ul.topimg_slick_pc{
    left: calc( 1 * (100% - 1280px ) / 2);
    width: 200%;
  }
}

/* ------------------------------- */
/* top_newsbox
/* ------------------------------- */
.top_newsbox{
  width: 950px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.top_newsbox .top_newsbox_img{
  width: 190px;
  min-height: 1px;
  margin-right: 30px;
  float: left;
  text-align: left;
}
.top_newsbox .top_newsbox_news{
  width: 730px;
  min-height: 1px;
  margin-right: 0;
  float: left;
  text-align: left;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .top_newsbox{
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .top_newsbox .top_newsbox_img{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .top_newsbox .top_newsbox_news{
    width: 100%;
    min-height: 1px;
    text-align: left;
  }
}
/* ------------------------------- */
/* News
/* ------------------------------- */
.top_news{
  width: 710px;
  max-height: 240px;
  overflow: scroll;
  overflow-x: hidden;
}
.top_news ul{
  list-style: none;
  padding: 0;
  margin: 0;
}


.top_news li {
  font-size: 1.35rem;
  display:block;
  font-weight: normal;
  width: 680px;
  padding:8px 15px 8px 8px;

  border-bottom: 1px dashed #D3CDBC;
}
.top_news li:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}
.top_news li a,
.top_news li a:visited{
  color: #FFF;
}
.top_news li a:hover{
  color: #FFFF26;
  text-decoration: underline;
}
.top_news .date{
  display: block;
  float: left;
  width: 130px;
}
.top_news .headline{
  display: block;
  float: left;
  width: 430px;
}
/* PC View */
@media print, screen and (min-width:650px) {
  .top_news::-webkit-scrollbar{
    width: 12px;
  }
  .top_news::-webkit-scrollbar-thumb{
    background-color: #7C7032;
    border-radius: 6px;
  }
  .top_news::-webkit-scrollbar-track-piece:start{
    /* top */
    background-color: #C7CA9E;
  }
  .top_news::-webkit-scrollbar-track-piece:end{
    /* bottom */
    background-color: #C7CA9E;
  }
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {

  .top_news{
    width: 100%;
    max-height: 200px;
    padding: 0;
  }

  .top_news::-webkit-scrollbar{
    width: 12px;
  }
  .top_news::-webkit-scrollbar-thumb{
    background-color: #7C7032;
    border-radius: 6px;
  }
  .top_news::-webkit-scrollbar-track-piece:start{
    /* top */
    background-color: #C7CA9E;
  }
  .top_news::-webkit-scrollbar-track-piece:end{
    /* bottom */
    background-color: #C7CA9E;
  }
  .top_news li {
    width: 96%;
  }
  .top_news .date{
    display: block;
    float: left;
    float: none;
  }
  .top_news .headline{
    display: block;
    width: 100%;
    float: none;
  }
}


/* ------------------------------- */
/* メディア紹介
/* ------------------------------- */

.parts06z{
  overflow: hidden;
}
.parts06z .child{
  margin-bottom: 25px;
  overflow: hidden;
}
.parts06z .child{
  width: 215px;
  float: left;
  margin-right: 30px;
}
.parts06z .child:nth-child(4n){
  margin-right: 0;
}

.parts06z .child{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.parts06z .child .photo{
  width: 100%;
}
.parts06z .child .btn{
  font-size: 0.95em;
  margin-bottom: 0;
}
.parts06z .child .txt{
  width: 100%;
  margin: 10px auto 0 auto;
}

.parts06z .child .photo{
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.parts06z .child .btn{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.parts06z .child .txt{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}


.parts06z .photo.b_left,
.parts06z .heading.b_left,
.parts06z .txt.b_left{
  text-align: left;
}
.parts06z .photo.b_center,
.parts06z .heading.b_center,
.parts06z .txt.b_center{
  text-align: center;
}
.parts06z .photo.b_right,
.parts06z .heading.b_right,
.parts06z .txt.b_right{
  text-align: right;
}


/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts06z .child{
    width: 47%;
    margin-right: 6%;
  }
  .parts06z .child:nth-child(2n){
    margin-right: 0;
  }


  .parts06z.sp1column .child{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .parts06z .child .photo,
  .parts06z .child .txt{
    width: 100%;
  }
  .parts06z .child img{
    max-width: 100%;
  }
  .parts06z .ch_group:after{
    content: "";
    display: block;
    clear: both;
  }
}
/* ------------------------------- */


