@charset "shift_jis";
/* Updated 2025/05/26.T */
/* Updated 2023/12/05,a */


/******************************
cardbtn-wrap01
******************************/
.cardbtn-wrap01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.cardbtn-wrap01 li{
	position: relative;
	width: 496px;
	border-radius: 8px;
	margin: 16px 0 0;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	box-sizing: border-box;
}
.cardbtn-wrap01 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.cardbtn-wrap01 .text01{
	margin: 10px 0 0;
	font-size: 100%;
	line-height: 1.5;
}
.cardbtn-wrap01 .inner{
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 31px 50px 31px 24px;
}
.cardbtn-wrap01 a{
	display: block;
	text-decoration: none;
	color: #004831;
	transition: background-color .3s ease-out;
}
.cardbtn-wrap01 a:hover{
	background: #f5f5f5;
}
.cardbtn-wrap01 a:focus{
	background: #e1eb80;
	outline: 0;
}
.cardbtn-wrap01 a::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 11px);
	right: 16px;
	width: 22px;
	height: 22px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
/*02*/
.cardbtn-wrap02{
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.cardbtn-wrap02 li{
	position: relative;
	width: 324px;
	border-radius: 8px;
	margin: 16px 0 0 18px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.cardbtn-wrap02 li:nth-child(3n+1){
	margin-left: 0;
}
.cardbtn-wrap02 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.cardbtn-wrap02 .text01{
	margin: 10px 0 0;
	font-size: 100%;
	line-height: 1.5;
}
.cardbtn-wrap02 .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 97px;
}
.cardbtn-wrap02 .inner{
	position: relative;
	height: 100%;
	padding: 97px 24px 42px;
	display: block;
	text-decoration: none;
	color: #004831;
	transition: background-color .3s ease-out;
	box-sizing: border-box;
}
.cardbtn-wrap02 .inner::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 11px);
	right: 16px;
	width: 22px;
	height: 22px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
.cardbtn-wrap02 .inner:hover{
	background: #f5f5f5;
}
.cardbtn-wrap02 .inner:focus{
	background: #e1eb80;
	outline: 0;
}





@media screen and (max-width: 767px){

	/******************************
	cardbtn-wrap01
	******************************/
	.cardbtn-wrap01{
		display: block;
		margin: 24px 0 0;
	}
	.cardbtn-wrap01 li{
		width: auto;
		margin: 12px 0 0;
	}
	.cardbtn-wrap01 .inner{
		padding: 20px 47px 20px 16px;
	}
	.cardbtn-wrap01 a::after{
		right: 10px;
	}
	/*02*/
	.cardbtn-wrap02{
		display: block;
		margin: 24px 0 0;
	}
	.cardbtn-wrap02 li{
		width: auto;
		margin-left: 0;
		text-align: left;
	}
	.cardbtn-wrap02 .text01{
		margin: 7px 0 0;
	}
	.cardbtn-wrap02 .icon{
		right: auto;
		bottom: 0;
		height: auto;
		width: 66px;
	}
	.cardbtn-wrap02 .inner{
		padding: 24px 50px 24px 82px;
	}
	.cardbtn-wrap02 .inner::after{
		right: 10px;
	}

}

.underline {
	text-decoration: underline;
	font-weight: bold;
	color: #004831;
}
#tab-panelA02 .head-txt { color: #141D1D;}
.-red {color: #C83030 !important;}
.-black {color: #141D1D !important;}
.-bold {font-weight: bold;}
.mt00 {margin-top: 0;}
.mt18 {margin-top: 18px;}
.mt20 {margin-top: 20px;}
.mt24 {margin-top: 24px;}
.mt28 {margin-top: 28px;}
.mt40 {margin-top: 40px;}
.title03 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #141D1D;
}
@media screen and (max-width: 767px){
	.title03 {
		margin-top: 40px;
	}
	#tab-panelA02 .block-box01 .head {padding: 16px;}
	#tab-panelA02 .block-box01 .body {padding: 0 16px 24px 16px;}
}