/*
.slick-slide .image {
  padding: 10px;
}
.slick-slide img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  border: 0;
}
.slick-slider {
  margin: 30px auto 50px;
}



@media (max-width: 768px) {
  .fixed-header {
    display: none !important;
  }
  #carbonads {
    top: 0px;
  }
  .header ul.nav li {
    display: block;
    margin: 20px;
  }
  .blue h3 {
    font-size: 24px;
  }
  .button {
    margin: 0 auto 20px;
    width: auto;
  }
  .button.first {
    margin-top: 40px;
  }
  .buttons {
    padding: 0 0 20px;
  }
  .buttons .button {
    float: left;
    font-size: 12px;
    margin: 1%;
    width: 48%;
  }
  .center {
    margin-left: -40px;
    margin-right: -40px;
  }
  .center .slick-center h3 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
  }
  .center h3 {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.8;
    transform: scale(0.95);
    transition: all 300ms ease;
  }
}

*/

.center{
	clear: both;
	width: 100%;
	height: auto;
	/*background: rgba(231,114,116,1.00);*/
}
.img_box{
	width:50%;
	height:auto;
	padding:0 20px 0;
	position:relative;
}
.img_box img{
	width:100%;
	height:auto;
	cursor:pointer;
}
.img_box .slick_txt1{
	width:100%;
	height:auto;
	margin: 12px auto 0;
	padding: 0;
	
	font-size: 2vw;
	line-height: 150%;
	color: #707070;
	text-align: center;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: normal;
}
@media print, screen and (min-width: 801px) {
.img_box .slick_txt1{
	font-size: 13.5px;
}
}