@charset "UTF-8";



/*********** 共通 *************/

.container-type {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}


/*********** ↑共通 *************/



main {
    margin-top: 200px;
}

.type-header {
	display: grid;
	grid-template-columns: 60% 36.7%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.type-header > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.type-header > li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.type-header > li:nth-child(3) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.merit-wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.merit-wrap li {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	outline : 1px solid #fff;
	outline-offset : -5px;
	padding: 22px 10px;
    width: 32%;
}

.ldk3 .merit-wrap li {
    background: #73918F;
}

.ldk4 .merit-wrap li {
    background: #646274;
}

.type-madori {
    margin-top: 60px;
}

.type-cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 40px;
}


.type_bt-wrap ul {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.type_bt-wrap ul li {
	width: 300px;
}

.type_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	background: linear-gradient(110deg, #D3CFD0, #7E7169, #B9B0AF);
	color: #fff;
	font-size: 2.2rem;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.type_bt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}







/*********** type_fbt *************/

.type_fbt-bg {
	background: #E5DFDE;
	padding: 60px 0;
	margin-top: 120px;
}

.type_fbt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.type_fbt-wrap ul li {
	width: 360px;
	margin: 0 30px;
}

.type_fbt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: linear-gradient(110deg, #D3CFD0, #7E7169, #B9B0AF);
	color: #fff;
	font-size: 2.5rem;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.type_fbt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

.type_fbt-wrap .txt1 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 10px;
}

.type_fbt-wrap .txt2 {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

.type_fbt-wrap ul li .f-gara a {
	font-size: 2.8rem;
}

/*********** ↑type_fbt *************/




