@charset "UTF-8";

#item-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.table_wrap{
display:table;
width:calc(100% - 2px);
width:100%;
max-width:900px;
margin:0px auto 25px auto;
/*border:1px solid #999;*/
/*background:#333;*/
}

.table_tr{
display:table-row;
}

.table_th{
display:table-cell;
width:5em;
padding:0.5em 1em;
border:1px solid #999;
/*border-right:none;*/
border-bottom:none;
}

.table_td{
display:table-cell;
/*padding:0.5em 1em;*/
/*border:1px solid #999;*/
border-bottom:none;
/*background:#212121;*/
}
	.table_td dt,.table_td dd{
	font-size:75%;
	}

.table_td p{
margin-bottom:1em;
}

@media (max-width: 930px) {
	.table_td p{
	font-size:110%;
  margin-bottom: .5em;
	}
	.table_td dt,.table_td dd{
	font-size:75%;
	}
	.table_td section{
	flex-flow: wrap-reverse;
	}
	.table_td h5{
	width: 100% !important;
	}
	.table_td h5.txt{
	padding: 1em !important;
	width: 100% !important;
	}
}

.table_wrap div:last-child div {
/*border-bottom:1px solid #999;*/
}



.table_ex{
margin:0px auto 25px auto;
border:1px solid #999;
background:#333;
width:100%;
max-width:900px;
}
.table_ex th{
padding:0.5em 1em;
width:5em;
border:1px solid #999;
}
.table_ex td{
padding:0.5em 1em;
border:1px solid #999;
background:#212121;
}
.table_ex td p{
margin:0px 0px 1em;
}
.table_ex td p.lastchild{
margin:0px;
}

.table_ex_in{
border:1px solid #999;
background:#212121;
width:100%;
}
.table_ex_in th{
padding:0.5em;
border:1px solid #999;
background:#333;
}
.table_ex_in td{
padding:0.5em;
border:1px solid #999;
background:#212121;
}

.wrap_other{
}
.wrap_other p{
margin:0px 0px 1em;
}
.wrap_other p.lastchild{
margin:0px;
}
.wrap_other .pagetop{
padding:0px 15px 0px 0px;
text-align:right;
}

/* color */
.pink{
color:#E91E63;
}
.yellow{
color:#FFC107;
}

.t_h2{
margin:0px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
}
.t_h2bottom{
margin:20px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
text-align:left;
}

.main-slick-slider,.sub-slick-slider {
  height: auto !important;
  max-width: 600px !important;
  margin: auto;
}

/* slickのスライド同士の間に余白を作る */
.main-slick-slider .slick-slide,.sub-slick-slider .slick-slide {
  height: auto !important;
  margin: 0 3px; /* 左右に10pxずつの隙間を作成 */
  opacity: 0.6;   /* 👈 [おすすめ] 両端のスライドを少し半透明にすると中央が際立ちます */
  transition: none !important;
}

.slick-list {
    max-width: 600px !important;
    margin: auto !important;
    overflow: visible !important;
}

/* 中央に来ているアクティブなスライドのスタイル */
.main-slick-slider .slick-current,.sub-slick-slider .slick-current {
  opacity: 1 !important; /* 中央のスライドはくっきり表示 */
}

/* 画像が親要素からはみ出ないように設定 */
.main-slick-slider .slick-slide img,.sub-slick-slider .slick-slide img, {
  width: 100%;
  height: auto;
  display: block;
}

.slick-next {
    right: 2% !important;
    width: 40px;
    height: 40px;
}

.slick-next:before {
    font-size: 40px !important;
}

.slick-prev {
    left: 2% !important;
    z-index: 100;
    width: 40px;
    height: 40px;
}

.slick-prev:before {
    font-size: 40px !important;
}