@charset "UTF-8";






/*********** 共通・bg *************/

main {
    margin-top: 160px;
}

.container-type {
    max-width: 1000px;
	margin: 0 auto;
}

footer {
	padding-top: 20px;
}

/*********** ↑共通・bg *************/




.type-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.type-header li:nth-child(1) {
	width: 50%;
}

.type-header > li:nth-child(2) {
	width: 48%;
}


.type_mbt-wrap ul {
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.type_mbt-wrap li {
	width: 47.83%;
}

.type_mbt-wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3D6A89;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	background: #fff;
	border: 1px solid #3D6A89;
	outline: 1px solid #3D6A89;
	outline-offset: -5px;
	width: 100%;
	padding: 20px 0;
	transition: all .2s ease;
}

.type_mbt-wrap li a:hover {
	color: #fff;
	background: #3D6A89;
	border: 1px solid #fff;
	outline: 1px solid #fff;
}

.type_mbt-wrap li.select a {
	color: #fff;
	background: #3D6A89;
	border: 1px solid #fff;
	outline: 1px solid #fff;
}

#type_content .disnon {
    display: none;
}

.plan_hanrei-wrap.disnon {
    display: none;
}

.plan_hanrei-cap.mt {
    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: 20px 0;
	background: #A7A2A4;
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
	outline: 1px solid #fff;
	outline-offset: -5px;
	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(120%);
	text-decoration: none;
}









