@charset "utf-8";

/*----- 特長ページ -----*/
.dsp_flx_alc {
	display: flex;
	align-items: center;
}

@media print, screen and (min-width : 641px){
	.switch_pc{ display: block;}
	.switch_sp{ display: none;}
}

@media screen and (max-width : 640px){
	.switch_pc{ display: none;}
	.switch_sp{ display: block;}
}

.sct_bg01.jp_theme_06 {
	background-color: #ededed;
	padding:20px 0;
}

.w625   { width:  625px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
