  @charset "utf-8";

/*=============================================================
 more-block
=============================================================*/
.more-block{
	background: url("/ir/img/individual_bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
}
.more-block .contentsInner{}
.more-block .more-ttl{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
.more-block .more-list {}
.more-block .more-list .item{
	display: flex;
	flex-direction: column;
}
.more-block .more-list .item a{
	flex-grow: 1;
	display: flex;
	align-items: center;
	width: 100%;
	background: rgba(255,255,255,1.00);
	border-left: 5px solid #FB7500;
	padding: 28px 10% 28px 15px;
	box-sizing: border-box;
	justify-content: space-between;
	column-gap: 10%;
	transition: 10s;
	position: relative;
}
/*.more-block .more-list .item a:hover{background: rgba(255,255,255,.9);}*/
.more-block .more-list .item a::after{
	content: '';
	position: absolute;
	background: rgba(0,0,0,1);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	transition: .6s;
	opacity: 0;
}
.more-block .more-list .item a:hover::after{opacity: .1;}
.more-block .more-list .item a .txt-box{width: calc((90% - 100px));}
.more-block .more-list .item a .txt-box .txt{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #C44000;
	border-bottom: 1px dotted #000;
	padding-bottom: 18px;
	margin-bottom: 0;
}
.imgLinkArea a .mT40,
.imgLinkArea a:hover .mT40,
.imgLinkArea a:visited .mT40{color: #222;}
/*.more-block .more-list .item a .txt-box .link-icon{
	position:relative;	
	line-height:1.4;
	display:inline-block;
	padding:4px 0 4px 20px;	
}
.more-block .more-list .item a .txt-box .link-icon::before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-bottom:2px solid #C44000;
	border-right:2px solid #C44000;	
	position:absolute;
	top:0.7em;
	left:0px;
	transform:rotate(-45deg);
}*/
.more-block .more-list .item a figure{width: 100px;}

.col-4.imgLinkArea a {
	font-size: 18px;
}

/*=============================================================
 imgLinkArea
=============================================================*/
.imgLinkArea p:nth-of-type(2){
    font-weight: normal;
}






/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:600px) and (max-width:959px){
    .more-block .more-list li.item a:hover{
        background: #fff;
    }
      
}
      
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:599px){
    .more-block .more-list .item a {
        padding: 28px 5% 28px 15px;
    }
    .more-block .more-list .item a:hover{
        background: #fff !important
    }
    .more-block .more-list .item a .txt-box{width: calc((90% - 90px));}
    .more-block .more-list .item a figure{width: 90px;}
	

	
}

