
.FT_fadada{
background-color:#368db6 !important;
}
.irc_FLR{
	height:auto;
	display:inline-block;
}
.irc_FLeft{
	width:53%;
	margin-right:2%;
	float:left;
}
.irc_FRight{
	width:44%;
	margin-left:1%;
	float:left;
}
.irc_FLeft img{
	width:100%;
}
.irc_sp_hidden{
	display:block;
}
.irc_sp_block{
	display:none;
}
@media only screen and (max-width: 750px) {
.irc_FLeft{
	width:100%;
	margin-bottom:0px;
}
.irc_FRight{
	width:100%;
}
.irc_sp_hidden{
	display:none;
}
.irc_sp_block{
	display:block;
	margin-top:30px;
}
}

.btn0::after{
background:none;
}

.kakutei{
	width:100%;
}
.kakutei_L {
    width: 100%;
    float: left;
    justify-content: center;
    display: flex;
}
.kakutei_L_title{
	width:100%;
	float:left;
	background-color:#368db6;
	text-align:center;
	padding:7px 0;
	font-size:17px;
	border-radius:10px;
	color:#fff;
	margin:0 0 20px 0;
}
.kakutei_L_text{
	width:29%;
	float:left;
	border:solid 3px #cccccc;
	border-radius:10px;
	text-align:center;
	padding:20px 0;
}
.kakutei_L_text span{
	font-size:22px;
	font-weight:bold;
}
.kakutei_L_arrow{
	width:6%;
	float:left;
	text-align:center;
	padding:22px 0 0 0;
}
.kakutei_L_arrow img{
	width:50%;
}
.br_sp{
	display:none;
}
@media only screen and (max-width: 840px) {
.br_sp{
	display:block;
}
.kakutei_L{
	width:100%;
    display: inline-block;
}
.kakutei_L_text{
	width:100%;
}
.kakutei_L_arrow{
	transform:rotate(90deg);
	margin:0 auto;
	width:100%;
	display:inline-block;
}
.kakutei_L_arrow img{
	width:20px;
}
.news-more {
    display: flex;
    justify-content: center;
}
}
/*テキスト+画像*/
@media only screen and (max-width: 840px) {
.irc_LR p,.irc_LR img{
	display:inline-block;
	width:100%;
}
}
.btn0 span{
padding:8px 0 0 5px;display:inline-block;
}