#article p .pic img{
	width:auto;
	max-width:100%;
	
}
img.pic00 {
    float: right;
    width: 22%;
    margin-left: 5%;
}
#article_detail_area>div>article .pic img{
	display:block;
	margin:0 auto;
	width: auto;
    max-width: 100%;
}
.pic.layout_center img{
	width:24% !important;
}
ul.wrap_paging {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
ul.wrap_paging li {
    margin: 0 .5em;
    border: 1px solid #999;
    border-radius: 3px;
    position: relative;
}
ul.wrap_paging li a {
	display: block;
    text-decoration: none;
    padding: 0.2em 0.5em;
    color: #777;
}
ul.wrap_paging li a:hover {
    background-color: #000;
    color:#fff;
}
ul.wrap_paging li.now{
    padding: 0.2em 0.5em;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
ul.wrap_paging li.btn_prev a {
    padding-left: 1.5em;
}
ul.wrap_paging li.btn_next a {
    padding-right: 1.5em;
}
ul.wrap_paging li.btn_prev:before,ul.wrap_paging li.btn_next:after {
    content: "\25BC";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 10px;
    color: #ccc;
}
ul.wrap_paging li.btn_prev:before {
    left: 0;
    -webkit-transform: translate(10px, -50%) rotate(90deg);
    -ms-transform: translate(10px, -50%) rotate(90deg);
    transform: translate(10px, -50%) rotate(90deg);
}
ul.wrap_paging li.btn_next:after {
    right: 0;
    -webkit-transform: translate(-10px, -50%) rotate(-90deg);
    -ms-transform: translate(-10px, -50%) rotate(-90deg);
    transform: translate(-10px, -50%) rotate(-90deg);
}

#article_detail_area>div>article #keyvisual img{
	max-width:none;
	width:100%;
}
.slick-dots li button:before{
	font-size:40px;
}
.slick-prev,.slick-next {
    width: 12%;
    height: 40%;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before,.slick-next:before {
    font-size: 40px;
}
.slick-prev:before {
    content: "\2329";
}
.slick-next:before {
    content: "\232A";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgba(0,0,0,.4);
}
.slick-initialized .slick-slide {
    margin: 0 !important;
}
.slick-initialized .slick-slide img {
    margin: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.slick-dots {
    bottom: -30px;
}

.pic.hori_2col {
    display: flex;
    justify-content: space-between;
}
.pic.hori_2col p {
    width: 60%;
}
.pic.hori_2col p.caption {
    padding: 0 0 0 1em;
    box-sizing: border-box;
	width: 38%;
}


@media screen and (max-width: 660px){
	img.pic00 {
	    width: 30%;
	}
	.slick-prev, .slick-next{
		width: 9%;
	}
	.slick-prev:before, .slick-next:before {
	    font-size: 30px;
	}
	ul.wrap_paging {
	    justify-content: space-between;
   }
   ul.wrap_paging li {
	    margin: 0;
	}
}
