@charset "UTF-8";
/*
 ============================================================
  ファイル名：seg_1column.css
 ============================================================
*/

/*セグメント1カラム用のcssです。*/


#report .sec02__list01,
#report .sec02__list02,
#report .sec02__list03,
#report .sec02__list04 {
	min-height: inherit;
}

.sec02__list li {
    width: 1000px !important;
	word-wrap: break-word;
	
}

.sec02__list li .figure {
	float: left;
	padding: 0 20px 0 0;
}

.sec02__list li .figure img{
	width: inherit;
}

.sec02__list .detail {
	margin: 75px 0 0 0;
}

.sec02__list .detail p {
	word-wrap:break-all !important;
}

/*SP用*/
.specialList > li {
	position: relative;
	float: left;
	width: 100%;
	height: 190px !important;
	transition: height 0.3s ease;
	z-index: 11; /*カレントではないもの以外*/ /*それぞれの調整*/
}
.specialList > li:nth-child(even) > .content {
/*	left: -150px !important; */
}



/*印刷用*/
  
@media print { 	

#report .ly__fr,
#report .ly__fl{
	float:none !important;
	height:auto !important;
}
#report .figure img{
	width:100% !important;
}

#report .sec01{
    height: auto !important;
}
#report .read__btn{
	display:none !important;
}

#report .sec02__list {
	display: block !important;
    padding: 0 10px !important;
	margin-bottom: 40px !important;
}
#report .sec02__list:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
	height: 0 !important;
}

#report #main {
    display: none !important;
}


#report #backgroundBlack,
#report #spSpecialList{
	display:none !important;
	}


#report .sec02__list li {
	width: 100% !important;
	padding: 0 20px 20px !important;
}
#report .sec02__list li .figure {
	min-height: auto !important;
}
#report .sec02__list li .figure img{
	width: 100% !important;
}
#report .sec02__list p {
	font-size: 18px !important;
}
#report .sec02__list01,
#report .sec02__list02,
#report .sec02__list03,
#report .sec02__list04,
#report .sec02__list05,
#report .sec02__list06 {
	float: none !important;
	margin-bottom: 20px !important;
	height:auto !important;
	min-height:auto !important;
}
#report .sec02__list01 img,
#report .sec02__list02 img,
#report .sec02__list03 img,
#report .sec02__list04 img,
#report .sec02__list05 img,
#report .sec02__list06 img {
	width: 100% !important;
}
}