
/* --------------------------------------------------------------------------- */
/* Competition Setting */
/* --------------------------------------------------------------------------- */

.competition div.newsList {
    min-height: auto;
}

.competition div.newsList dl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ddd dotted;
    line-height: 2;
}

.competition div.newsList dt {
    margin-right: 15px;
}

.competition div.newsList dt::after {
    display: none;
}

.competition div.newsList dd {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-entry {
    display: inline-block;
    width: 500px;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #ec1000;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s ease;
}

.btn-entry span {
    position: relative;
}

.btn-entry span:before,
.btn-entry span:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.btn-entry span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img2/common/icn_search.png) left top / 100% auto no-repeat;
    left: -35px;
}

.btn-entry span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img2/common/icn_blank_w.png) left top / 100% auto no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
}

.btn-entry:hover {
    color: #fff;
    background: #424242;
}

.btn-type04.compe-jp img {
    width: 100px;
}

.one-third .box-white-shadow.news {
    height: 330px;
}

.insta_btn2{ /*ボタンの下地*/
    position: relative;
    display: inline-block;
    height: 90px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    border: 8px solid;
    border-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%) 1;
    text-decoration:none;
  }
  
/*  .insta_btn2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid;
    border-image: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) 1;
    z-index: 2;
  }
*/
  .insta_btn2 .fa-instagram{ /*アイコン*/
    font-size: 42px;
    position: relative;
    top: 4px;
    left: -10px;
  }
  
  .insta_btn2 span { /*テキスト*/
    display:inline-block;
    position: relative;
    transition: .5s ease;
  }

.fb-page {
    width: 100% !important;
}

.fb-page iframe {
    box-shadow: 2px 2px 4px #ddd;
  }

.tile > a {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}


/* --------------------------------------------------------------------------- */
/* Responsive Setting */
/* --------------------------------------------------------------------------- */

@media only, screen and (max-width: 820px) {
    .fb-page iframe {
        width: 100% !important;
        height: 180px !important;
      }
}


@media only, screen and (max-width: 768px) {

    .btn-entry {
        width: 100%;
        padding: 10px;
        font-size: 17px;
    }

    .btn-type04.compe-jp img {
        width: 50px;
    }
        
    .workList .w-240 {
        width: 75%;
        text-align: center;
        margin: 0 auto;
    }
	
}/*max768*/


/* --------------------------------------------------------------------------- */
/* Slider Setting */
/* --------------------------------------------------------------------------- */

.Slider {
    margin: 0 auto 20px;
    overflow: hidden;
}

.slide{
    display: none;
    margin: 0 auto;
}

.slide figure,
.slide a{
    margin: 0 8px;
	padding: 5px;
}

.slide a img{
	box-shadow: 2px 2px 5px #eee;
}

.slide .slick-initialized{
  display: block;
}
.slick-dots{
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
    text-indent: -9999px;
    border-radius: 100%;
    background-color: #f2eff6;
    border: none;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button{
    background-color: #ec1000;
}
.slide-prev{
    width: 26px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 15%;
    top: 35%;
    z-index: 2;
    cursor: pointer;
}
.slide-next{
    width: 26px;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 15%;
    top: 35%;
    z-index: 2;
    cursor: pointer;
}
.slider img{
	object-fit: contain;
}
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
    height: 400px;
}

@media only, screen and (max-width: 768px) {

    .slide{
        margin: 0 auto 30px;
    }
    .slick-list {
        margin: 0 -8px;
      }
      .slick-slide {
        margin: 0 8px;
        height: 210px;
      }
	
}/*max768*/


