@CHARSET "utf-8";

@media screen and (max-width: 480px) {
	html {
		overflow-x: hidden;
	}
	/*------------------------------------------------------------------------------
		ヘッダ
	------------------------------------------------------------------------------*/
	header > ul > li > h2 {
		padding-left: 10px;
		font-size: 20px;
	}
	
	header > ul > li > h2 > a > span {
		font-size: 20px;
		display: block;
	}
	
	header > ul > li:last-of-type {
		padding-right: 10px;
	}
/*------------------------------------------------------------------------------
	ボディ
------------------------------------------------------------------------------*/
	main {
		height: auto;
	}
	/*------------------------------------------------------------------------------
		検索
	------------------------------------------------------------------------------*/
	.vs-search {
		padding: 20px 0;
	}
	
	.vs-search > h3 {
		font-size: 20px;
	}
	
	.vs-search > input {
		width: 80%;
		font-size: 16px;
	}
	
	.vs-search > a {
		width: 30px;
		height: 30px;
		margin-left: 10px;
		line-height: 30px;
		font-size: 16px;
	}
	/*------------------------------------------------------------------------------
		ページ1
	------------------------------------------------------------------------------*/
	.vs-page1 > div {
		padding: 20px 0;
		font-size: 16px;
	}

	.vs-page1 > div > p:first-of-type {
		font-size: 20px;
	}

	.vs-page1 > div > p:first-of-type::before {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.vs-page1 > ul {
		padding: 0 10px; 
	}

	.vs-page1 > ul > li {
			width: 100%;
			margin-right: 0;
	}
	
	.vs-page1 > p {
		font-size: 20px;
	}

	.vs-page1 .news-inner > p:first-of-type {
		font-size: 20px;
	}

	.vs-page1 .news-inner > div > span::before {
			content: '';
			width: auto;
			background: white;
	}

	.vs-page1 .news-inner > div > span.news-category-2::before {
		content: '';
	}
	
	.vs-page1 .news-inner > div > span.news-category-3::before {
		content: '';
	}
	/*------------------------------------------------------------------------------
		ページ4
	------------------------------------------------------------------------------*/
	.vs-page4 {
		padding:0 10px;  
	}
	/*------------------------------------------------------------------------------
		ページ7
	------------------------------------------------------------------------------*/
	.vs-page7 > .vs-split > li:last-of-type > p:first-of-type {
		font-size: 20px;
	}
	/*------------------------------------------------------------------------------
		問い合わせ
	------------------------------------------------------------------------------*/
	.vs-inquiry {
		padding: 0 10px;
	}

	.vs-inquiry > div > iframe {
		width: calc(100vw - 20px);
		height: 900px;
	}
	/*------------------------------------------------------------------------------
		HOME
	------------------------------------------------------------------------------*/
	.vs-home > ul {
		padding: 0 10px;
	}
	
	.vs-home > ul > li {
		width: 100%;
		font-size: 16px;
	}
	/*------------------------------------------------------------------------------
		画面分割
	------------------------------------------------------------------------------*/
	.vs-split {
		display:block;
/*		position: relative;*/
	}
	
	.vs-split > li:first-of-type {
		width: 100%;
		padding: 0 10px;
		display: none;
	}
	
	.vs-split > li:last-of-type {
		width: 100%;
		height: auto !important;
		padding: 0 10px;
	}
	/*------------------------------------------------------------------------------
		カテゴリーナビ
	------------------------------------------------------------------------------*/
	.category-open > li:last-of-type {
		display: block;
	}
}
