@charset "UTF-8";

/*-------------------------------------------
new styles
-------------------------------------------*/
/* main_visual */
@media print, screen and (min-width:768px){
	.mv {
		padding: 50px 0;
	}

	.mv_ttl {
		margin: 30px auto 56px !important;
		font-size: 54px;
	}

	.mv_btn {
		margin-bottom: .5rem !important;
	}

	.mv_btn a {
		opacity: .9 !important;
	}

	.d_flex_wrap_custom {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around !important;
	}
}

@media screen and (max-width: 767px) {
	.mv_btn_col_2 > ul > * {
		width: 100%;
		margin-bottom: 6px;
		}

	.mv_ttl {
		margin-bottom: 6%;
		font-size: 28px;
		line-height: 1.3;
		}
}

