/*
Theme Name: SYN Ownd Child
Template: syn-ownd
Theme URI: https://syn.design/
Author: 株式会社ウェブライダー
Author URI: https://web-rider.jp/
Description: SYN Ownd の子テーマ
Version: 1.0.0
Text Domain: syn-ownd-child
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "utf-8";


.top_sev{
	display:flex;
}
@media screen and (max-width: 801px){
.top_sev{
	display:inline-block;
}
	.top_sev_in{
	float:left;
		width:33%;
}
}