@charset "shift_jis";
/* Updated 2025/05/26.T */
/* Updated 2023/07/14.T */
/* Updated 2022/09/02,T */
/* Updated 2022/04/25,T */

/******************************
cardbtn-wrap01
******************************/
.card-wrap01{
	display: flex;
	justify-content: space-between;
	margin: 24px 0 0;
}
.card-wrap01 .inner01{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 496px;
	height: 150px;
	padding: 14px;
	background: #F3F8F6;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 143%;
	color: #004831;
}
.card-wrap01 .inner01::after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	width: 16px;
	height: 32px;
	background: url(/hojin/eb/web21/imgs/web21_bg_01.png) no-repeat 0 0 / 100%;
}
/******************************
card-link-wrap01
******************************/
.card-link-wrap01{
	margin: 24px 0 0;
	padding-bottom: 56px;
}
.card-link-wrap01 .title02{
	margin: 40px 0;
    color: #004831;
    font-size: 143%;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
/******************************
card-wrap01
******************************/
.card-wrap01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.card-wrap01 li{
	position: relative;
	width: 496px;
	border-radius: 8px;
	margin: 16px 0 0;
	padding: 45px 32px 45px 166px;
	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;
}
.card-wrap01 .point{
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	background: url(/hojin/eb/web21/imgs/index_bg_01.png) no-repeat 0 0 / 100%;
	color: #fff;
	font-size: 100%;
	font-family: roboto;
}
.card-wrap01 .point span{
	display: block;
	position: absolute;
	left: 4px;
	top: 14px;
	transform: rotate(-45deg);
}
.card-wrap01 .image{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 166px;
}
.card-wrap01 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.card-wrap01 .text01{
	margin: 10px 0 0;
	font-size: 114%;
	line-height: 1.5;
}
/******************************
section-block01
******************************/
.section-block01.-green01 {
	padding: 40px;
	background: #e2efbc;
	text-align: center;
	box-sizing: border-box;
}
.-green01>.title01 {
	font-size: 2.2rem;
	line-height: 1.5;
}
/******************************
list-notice01
******************************/
.list-notice01:not(:first-child) {
	margin-top: 8px
}
.list-notice01>.item:not(:first-child),
.list-notice01>.item>.child>.detail:not(:first-child) {
	margin-top: 8px
}
.list-notice01 > .item {
	position: relative;
	padding-left: calc(2.4em + 5px);
	color: #788883;
}
.list-notice01 > .item > .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.4em;
	text-align: right;
}
/******************************
detail-list01
******************************/
.detail-list01 > .title {
	font-size: 1.8rem;
}
/******************************
tbl-layout02
******************************/
.tbl-layout02 {
	border-collapse: collapse;
}
.tbl-layout02 thead tr th {
	background: #4D7F6F;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.3125;
}
.tbl-layout02 tbody tr th {
	background: #F3F8F6;
	font-size: 1.6rem;
	line-height: 1.3125;
}
.tbl-layout02 tbody tr td {
	color: #141D1D;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3125;
}
.tbl-layout02 tr th,
.tbl-layout02 tr td {
	padding: 18px 8px;
	border: 1px solid #D5DEDB;
	text-align: center;
	vertical-align: middle;
}
/******************************
Link
******************************/
.link {
	font-weight: bold;
}
.link:hover {
	color: #004831;
	text-decoration: none;
}
/******************************
Generic class
******************************/
/* Font-size */
._fsXs {
	font-size: 1.2rem !important;
}
/* Background */
.bgOrange03 {
	background: #fad7b3 !important;
}
.bgOrange04 {
	background: #fef7e6 !important;
}
.text-adjust {
	max-width: 250px;
	margin: 12px auto 0 !important;
	text-align: left;
}


.mW400 {
	max-width: 400px;
}

@media screen and (max-width: 767px){
	.mW400 {
		max-width: 100%;
	}
	.text-adjust {
		max-width: unset;
		margin: 12px 0 0 !important;
    text-align: center;
	}
	/******************************
	cardbtn-wrap01
	******************************/
	.card-wrap01 .inner01{
		width: 47.8%;
		height: auto;
		padding: 20px 10px 10px;
		background: #F3F8F6;
		font-size: 1.6rem;
		text-align: center;
	}
	.card-wrap01 .inner01::after{
		right: 10px;
		width: 10px;
		height: 20px;
	}
	.card-wrap01 li{
		width: 100%;
		padding: 20px 16px 20px 113px;
	}
	.card-wrap01 .image{
		width: 113px;
	}
	.card-wrap01 .image01{
		width: 70px;
	}
	.card-wrap01 .image02{
		width: 88px;
	}
	.card-wrap01 .image03{
		width: 86px;
	}
	.card-wrap01 .image04{
		width: 84px;
	}
	/******************************
	section-block01
	******************************/
	.section-block01.-green01 {
    padding: 40px 18px;
	}
	/******************************
	generic class
	******************************/
	/* Width */
	.spW100p {
		width: 100% !important;
	}
}
