@charset "UTF-8";


/**260409追記*************/
.wapper-full .inner{
	max-width: 900px;
	padding: 20px 0;
	margin: 0 auto 0px;
	display: table;
}

#fc-news .inner{
	padding-bottom: 30px;
}



.mono .row.contener.card-waku{
	margin-top: 60px;
}


.row .card-reasn + .card-reasn{
	margin-left: 15px;
}
.row .card-reasn{
	width: calc((100% - 70px) / 3);
	padding: 30px 15px 70px;
	border: solid 1px #39b54a;
	border-radius: 16px;
	position: relative;
}
.row .card-reasn::before{
	content: '1';
	padding: 8px 15px;
	background: #39b54a;
	border-radius: 0 0 10px 0;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.row .card-reasn:nth-child(2)::before{
	content: '2';
}
.row .card-reasn:nth-child(3)::before{
	content: '3';
}
.row .card-reasn li + li{
	margin-top: 10px;
}
.row .card-reasn li{
	text-align: center;
}
.row .card-reasn li.link{
	margin-top: 0px;
	position: absolute;
	bottom: 25px;
	left: calc((100% - 120px) /2);
}
.row .card-reasn li.link a{
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.mono .link.arrow-l a:before{
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 16px;
    background: url(../img/arrow-l.png) no-repeat;
    background-size: 70%;
    z-index: 1;
}
.mono .link.arrow-l:before{
	display: none;
}

.row .card-reasn li.link a,
.row .card-reasn li.title h3,
.row .card-reasn li.title{
	font-weight: bold;
}
.row .card-reasn li.tx{
	font-size: 10px;
	line-height: 1.4;
}
.row .card-reasn li.title::before{
	position: absolute;
	display: block;
	content: '';
	width: 85px;
	height: 85px;
	left: calc((100% - 85px) / 2);
	top: -105px;
	background: url(../img/fc-news/i-bibs.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.row .card-reasn:nth-child(2) li.title::before{
	background: url(../img/fc-news/i-fc-t.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.row .card-reasn:nth-child(3) li.title::before{
	background: url(../img/fc-news/i-cs-t.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.row .card-reasn li.title{
	position: relative;
	margin-top: 105px;
}
.row .card-reasn li.title small{
	font-size: 12px;
}





.mono a.honbun-link::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 1rem;
	background: url(../img/fc-news/i-arrow-left.svg)no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	left: 0;
	top: 5%;
}
.mono a.honbun-link{
	padding-left: 1rem;
	position: relative;
}
#fc-news .c-ichiran{
	margin-top: 40px;
}
#fc-news .c-ichiran .row + .row{
	margin-top: 20px;
}
#fc-news .c-ichiran .row{
	padding-bottom: 12px;
	border-bottom: solid 1px #e2e2e2;
}
#fc-news .c-ichiran .row .title{
	font-weight: bold;
	margin-bottom: 6px;
}
#fc-news .c-ichiran .row .tx em,
#fc-news .c-ichiran .row .tx a,
#fc-news .c-ichiran .row .tx{
	font-size: 12px;
}
#fc-news .c-ichiran .row .title,
#fc-news .c-ichiran .row .tx{
	text-align: center;
}
.mono .bt-ph{
	display: table;
	margin: 40px auto 0;
	max-width: 600px;
}
.mono .button.bg-red,
.mono .button .bg-red{
  border: solid 2px #fff;
  color:#fff;
}



/*******************************************************************************/
@media screen and (max-width: 1023px) {

	.row .card-reasn li.title h3{
		font-size: 14px;
	}
	.row .card-reasn li.tx br{
		display: none;
	}


}
@media screen and (max-width: 767px) {


	.mono .row.contener{
		display: block;
	}
	.row .card-reasn + .card-reasn{
		margin-left: 0;
		margin-top: 15px;
	}
	.row .card-reasn li.title h3{
		font-size: 16px;
	}
	.row .card-reasn li.tx br{
		display: block;
	}
	#fc-news .c-ichiran .row .title{
		font-size: 14px;
	}

	#fc-news .c-ichiran .row .tx em, 
	#fc-news .c-ichiran .row .tx a, 
	#fc-news .c-ichiran .row .tx {
	    font-size: 10px;
	}

	#fc-news .row .card-reasn li.title,
	#fc-news .row .card-reasn li.tx{
		text-align: left;
	}

	#fc-news .row .card-reasn {
	    width: calc(100% - 142px);
	    padding: 30px 15px 70px 125px;
	}

	#fc-news .row .card-reasn li.title {
	    position: relative;
	    margin-top: 0px;
	}
	.row .card-reasn li.title::before{
		top: 30%;
		left: -105px;
	}
	.row .card-reasn li.link{
		left: 125px;
	}
	#fc-news .c-ichiran .row .title,
	#fc-news .c-ichiran .row .tx{
		text-align: left;
	}

}
@media screen and (max-width: 420px) {



	#fc-news .row .card-reasn{
		 width: calc(100% - 32px);
		padding: 125px 15px 70px;
		border: solid 1px #39b54a;
		border-radius: 16px;
		position: relative;
	}


	.row .card-reasn li + li{
		margin-top: 10px;
	}
	.row .card-reasn li{
		text-align: center;
	}
	.row .card-reasn li.link{
		margin-top: 0px;
		position: absolute;
		bottom: 25px;
		left: calc((100% - 120px) /2);
	}
	.row .card-reasn li.link a{
		display: table;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.mono .link.arrow-l a:before{
	    content: '';
	    position: absolute;
	    top: 10px;
	    right: 6px;
	    width: 8px;
	    height: 16px;
	    background: url(../img/arrow-l.png) no-repeat;
	    background-size: 70%;
	    z-index: 1;
	}
	.mono .link.arrow-l:before{
		display: none;
	}

	.row .card-reasn li.link a,
	.row .card-reasn li.title h3,
	.row .card-reasn li.title{
		font-weight: bold;
	}
	.row .card-reasn li.tx{
		font-size: 10px;
		line-height: 1.4;
	}
	.row .card-reasn li.title::before{
		position: absolute;
		display: block;
		content: '';
		width: 85px;
		height: 85px;
		left: calc((100% - 85px) / 2);
		top: -105px;
		background: url(../img/fc-news/i-bibs.png)no-repeat;
		background-size: contain;
		background-position: center;
	}
	.row .card-reasn:nth-child(2) li.title::before{
		background: url(../img/fc-news/i-fc-t.png)no-repeat;
		background-size: contain;
		background-position: center;
	}
	.row .card-reasn:nth-child(3) li.title::before{
		background: url(../img/fc-news/i-cs-t.png)no-repeat;
		background-size: contain;
		background-position: center;
	}

	.row .card-reasn li.title{
		position: relative;
		margin-top: 105px;
	}
	.row .card-reasn li.title small{
		font-size: 12px;
	}
	#fc-news .row .card-reasn li.title,
	#fc-news .row .card-reasn li.tx{
		text-align: center;
	}



}  

