body{
    width: 100%;
    font-size: 0.9em;
}

/*    header    */
header{
    overflow: hidden;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
}
.header_inner{
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
	position: relative;
}
h1{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.header_left,
.header_right{
    float: left;
}
.header_left{
    width: 36%;
}
.header_right {
    width: 60%;
    margin: 0 2%;
    text-align: left;
}
.header_link_btn_area{
  overflow: hidden;
    width: 94%;
    padding: 1.2% 0;
    position: absolute;
    bottom: 0;
}
.outline_btn{
    padding-top: 1.4%;
    /*float: right;*/
	
}
.outline_btn img{
	max-width: 101px
}
/*    /header    */


/*    slick.js    */
.kv_area{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


#wrap{
  /*background-color: #fff;*/
  display: flex;
  flex-direction: column;
  justify-content: center;

}
#slider{
  width: 100%;
}
.slide-item img{
    width: 100%;
  }
#thumbnail-list{
	
  display: flex;
    width: 100%;
  justify-content: space-between;
  flex-wrap:wrap;
padding-top:1%;
background: #fff
}
.thumbnail-item{
  flex: 1;
  box-sizing: border-box;
  position:relative;
}
    .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
  .thumbnail-current:after{
    opacity: 0;
  }
  .thumbnail-item img{
    width: 100%;
    margin: 0 auto;
  }


/*    /slick    */
.copy_bg{
    background-image:url(../img/copy_bg.jpg) center no-repeat;
}

#copy1{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    
}
.footer_con{
    width: 100%;
    color: #dedede;

}
.fotter_con_img{
    display: block;
    width: 100%;

    
}
.footer_con .att {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: .6em;
    font-weight: lighter;
    border-bottom: 1px solid #dedede;
}
#slideshow img{
    width: 100%;
}
div#copy {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;

}
div#copy_o {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #001b31;
}


.copylight{
    margin: 0 auto;
    padding: 1% 0 2%;
}


/*    table    */
table{
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}
td{
    font-weight: lighter;
}



@media screen and (max-width:960px) {
    
    h1{
        width: 100%;
        margin: 0 auto;
    }
    .header_left{
        width: 40%;
    }
    .header_right {
        width: 54%;
        margin: 0 4% 0 2%;
        padding-top: 2%;
    }
    .header_link_btn_area {
        width: 100%;
    }
    .premium_img {
        width: 33%;
    }
    .outline_btn {
        padding-top: 2.4%;
    }
    .kv_area{
        width: 100%;
    }
    /*    table    */
    
}
@media screen and (max-width:768px) {
    .header_left,
    .header_right {
        float: none;
    }
    .header_left {
        width: 100%;
    }
    h1 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .header_right {
        width: 80%;
        margin: 0 auto;
        padding-top: 0;
    }
	.outline_btn img{
		width:100%;
		max-width: 137px;
	}
    /*.outline_btn {
        display: block;
        padding-top: 1%;
    }*/
    .header_link_btn_area {
        padding: 1% 0;
        position: relative;
        text-align: center;
    }
    .thumbnail-item{
        flex: .4 1 30%;
    }
    #thumbnail-list{
    width: 96%;
	padding:3% auto ;
    margin: 2% auto 0;
    }

    /*    table    */
    table{
        width: 98%;
        max-width: 960px;
        margin: 0 auto;
    }
    .line_a_1,.line_a{
        display: inline-block;
    }
    tr{
        display: block;
    }
    .line_a_1 {
        width: 100%;
        padding: .6% 0 .6% 2%;
        box-sizing: border-box;
    }
    .line_a {
        width: 100%;
        padding: .6% 0 .6% 2%;
        box-sizing: border-box;
    }
    .line_a_3{
        display: block;
        width: 100%;
        padding: 6px 0;
        box-sizing: border-box;
    }







     .premium_img {
        width: 60%;
    }






}

@media screen and (max-width:500px) {
    .header_right {
    width: 96%;
    }
    .premium_img {
        width: 70%;
    }
}



@media screen and (max-width:425px) {
    h1 {
        width: 80%;
    }
    header img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .premium_img {
        display: block;
        margin: 0 auto;
    }
    .outline_btn {
        padding-top: 1%;
        margin: 0 auto;
        float: none;
    }
    .thumbnail-item{
        flex: .4 1 50%;
    }
}
#slider_p{
	display:none
}
/*印刷用調整css*/
@media print{
	#slider{
  display:none;

}
	#slider_p{
	display:block;
		width:100%;
}
	#thumbnail-list{
	/*background-image: url(../img/bg2.jpg);!important*/

    margin:0 auto;
    }
	.thumbnail-item{
  flex: 6;
  box-sizing: border-box;
  position:relative;
}
    .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:0;
  }
  .thumbnail-current:after{
    opacity: 0;
  }
  .thumbnail-item img{
    width: 100%;
    margin: 0 auto;
  }

.hidden-print{
		display: none;
	}

}


@media screen and (min-width: 768px){
.header_inner {
    height: 130px!important;
}
}

/*

@media screen and (min-width:768px) {
.pb1p {
  padding-bottom: 1%;
}
}

*/



