@charset "UTF-8";

.body-aiaru .ttl-square2::before{color: #F75E28;}
.body-aiaru .maru::before{color: #F75E28;}
.copy-aiaru{color: #5DB500;}

/*------------------------------------------------------------------------------
	アイアル少額短期保険
------------------------------------------------------------------------------*/

/*補償内容*/
.block-hosho {
	color: #F75E28;
}
.block-hosho__ttl {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.block-hosho__ttl span{
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}
.block-hosho:last-child {color: #5DB500;}

.block-hosho__plus {
	color: #5DB500;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 15px auto 6px;
	}

.block-hosho__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.block-hosho__list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 10px 10px;
	border: 1px solid #F75E28;
}
.block-hosho:last-child .block-hosho__list li {border-color: #5DB500;}

.block-hosho__list li img {
	width: auto;
	height: 40px;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.block-hosho__ttl {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	.block-hosho__ttl span{
		display: block;
		font-size: 1.4rem;
	}
}