@charset "utf-8";
/* CSS Document */

/*--------------------------------
	協定ページ
---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.fontMontserrat {
	font-family: "Montserrat", sans-serif;
}

/*------------------------------*/

.contIn1080 {
	box-sizing: border-box;
	max-width: 1080px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.detailContWrap01 {
	font-family: "Noto Sans JP", sans-serif;
	background-image: url("../images/cont_mainbg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 100px;
}

/*------------------------------*/

.soluAgreeBlock01 {
	margin-top: 60px;
}

.soluAgreeH2Wrap01 {
	padding-left: 20px;
	border-left: 5px solid #2363C9;
	margin-bottom: 50px;
}
.soluAgreeDay01 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
}
.soluAgreeNew01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 22px;
	padding: 2px 5px;
	background-color: #F31F22;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin-right: 10px;
}
.soluAgreeH201 {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
}

.soluAgreeFlex01 {
	display: flex;
	gap: 0px 50px;
    margin-bottom: 40px;
}
.soluAgreeCate01 {
	display: inline-block;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 26px;
	padding: 3px 10px;
	background-color: #DEE9FB;
	border: 1px solid #2363C9;
	border-radius: 4px;
	color: #2363C9;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 20px;
}
.soluAgreeImg01 {
	width: 500px;
	flex-shrink: 0;
}
.soluAgreeImg01 img {
	border-radius: 10px;
}
.soluAgreeText16_18_m {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
    margin-bottom: 40px;
}
.soluAgreeBox01 {
	background-color: #F5F9FF;
	border: 1px solid #DBE4F2;
	border-radius: 15px;
	padding: 25px 40px 30px;
}
.soluAgreeH301 {
	color: #2363C9;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
.soluAgreeUl01 {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
}
.soluAgreeUl01 li {
	display: flex;
}
.soluAgreeUl01 li .s01 {
	width: 3em;
}

.soluAgreeLine01 {
	height: 1px;
	background-color: #DEDEDE;
	margin-top: 80px;
}



@media print, screen and (max-width: 960px) {

	.contIn1080 {
		box-sizing: border-box;
		max-width: 1080px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.detailContWrap01 {
		font-family: "Noto Sans JP", sans-serif;
		background-image: url("../images/cont_mainbg01.png");
		background-repeat: repeat;
		background-position: center top;
		padding-top: 5px;
		padding-bottom: 100px;
	}

	/*------------------------------*/

	.soluAgreeBlock01 {
		margin-top: 50px;
	}

	.soluAgreeH2Wrap01 {
		padding-left: 20px;
		border-left: 5px solid #2363C9;
		margin-bottom: 50px;
	}
	.soluAgreeDay01 {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: 500;
	}
	.soluAgreeNew01 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 22px;
		padding: 2px 5px;
		background-color: #F31F22;
		border-radius: 4px;
		color: #ffffff;
		font-size: 13px;
		line-height: 1.2em;
		font-weight: bold;
		margin-right: 10px;
	}
	.soluAgreeH201 {
		font-size: 27px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.soluAgreeFlex01 {
		display: flex;
		gap: 0px 4%;
        margin-bottom: 45px;
	}
	.soluAgreeCate01 {
		display: inline-block;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 26px;
		padding: 3px 10px;
		background-color: #DEE9FB;
		border: 1px solid #2363C9;
		border-radius: 4px;
		color: #2363C9;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.soluAgreeImg01 {
		width: 48%;
		flex-shrink: 0;
	}
	.soluAgreeImg01 img {
		border-radius: 10px;
	}
	.soluAgreeText16_18_m {
		font-size: 16px;
		line-height: 1.8em;
		font-weight: 500;
        margin-bottom: 45px;
	}
	.soluAgreeBox01 {
		background-color: #F5F9FF;
		border: 1px solid #DBE4F2;
		border-radius: 15px;
		padding: 22px 20px 22px;
	}
	.soluAgreeH301 {
		color: #2363C9;
		font-size: 20px;
		line-height: 1.8em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.soluAgreeUl01 {
		font-size: 16px;
		line-height: 1.8em;
		font-weight: 500;
	}
	.soluAgreeUl01 li {
		display: flex;
	}
	.soluAgreeUl01 li .s01 {
		width: 3em;
	}

	.soluAgreeLine01 {
		height: 1px;
		background-color: #DEDEDE;
		margin-top: 50px;
	}




}



@media print, screen and (max-width: 600px) {

	.contIn1080 {
		box-sizing: border-box;
		max-width: 1080px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 15px;
	}

	.detailContWrap01 {
		font-family: "Noto Sans JP", sans-serif;
		background-image: url("../images/cont_mainbg01.png");
		background-repeat: repeat;
		background-position: center top;
		padding-top: 5px;
		padding-bottom: 50px;
	}

	/*------------------------------*/

	.soluAgreeBlock01 {
		margin-top: 40px;
	}

	.soluAgreeH2Wrap01 {
		padding-left: 12px;
		border-left: 4px solid #2363C9;
		margin-bottom: 25px;
	}
	.soluAgreeDay01 {
		display: flex;
		align-items: center;
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.2em;
		font-weight: 500;
	}
	.soluAgreeNew01 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 22px;
		padding: 2px 5px;
		background-color: #F31F22;
		border-radius: 4px;
		color: #ffffff;
		font-size: 10px;
		line-height: 1.2em;
		font-weight: bold;
		margin-right: 10px;
	}
	.soluAgreeH201 {
		font-size: 22px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.soluAgreeFlex01 {
		display: block;
		gap: 0px 0;
        margin-bottom: 0;
	}
	.soluAgreeCate01 {
		display: inline-block;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 26px;
		padding: 3px 10px;
		background-color: #DEE9FB;
		border: 1px solid #2363C9;
		border-radius: 4px;
		color: #2363C9;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.soluAgreeImg01 {
		width: auto;
		margin-bottom: 20px;
	}
	.soluAgreeImg01 img {
		border-radius: 10px;
	}
	.soluAgreeText16_18_m {
		font-size: 16px;
		line-height: 1.8em;
		font-weight: 500;
        margin-bottom: 30px;
	}
	.soluAgreeBox01 {
		background-color: #F5F9FF;
		border: 1px solid #DBE4F2;
		border-radius: 15px;
		padding: 20px 15px;
	}
	.soluAgreeH301 {
		color: #2363C9;
		font-size: 17px;
		line-height: 1.8em;
		font-weight: bold;
		margin-bottom: 6px;
	}
	.soluAgreeUl01 {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 500;
	}
	.soluAgreeUl01 li {
		display: flex;
	}
	.soluAgreeUl01 li .s01 {
		width: 3em;
	}

	.soluAgreeLine01 {
		height: 1px;
		background-color: #DEDEDE;
		margin-top: 40px;
	}




}

/*---------- パンくず ----------*/
.breadcrumb_wrap {
	padding: 0 2.5%;
    padding-top: 90px;
}

.breadcrumb_item {
	display: inline-block;
	font-size: 1.2rem;
}

.breadcrumb_link {
	display: inline-block;
	margin-right: 5px;
	color: black;
}

.breadcrumb_gt {
	color: #999;
	vertical-align: 1px;
}
@media print, screen and (max-width: 600px) {
    .breadcrumb_wrap {
        width: 100%;
        overflow: scroll;
        padding: 70px 1.5rem 0.5rem;
    }
    .breadcrumb_list {
        display: flex;
        justify-content: flex-start;
    }
    .breadcrumb_item {
        flex-shrink: 0;
    }
}
/*---------- end_パンくず ----------*/








