@media screen and (max-width: 768px) {
	.head {
		flex-direction: column;
		text-align: left;
		margin: 0px;
		padding: 10px;
	}

	.logo {
		display: flex;
		flex-direction: row;
		padding: 10px;
		width: 70%;
	}

	*/ .telbox {
		margin-left: 0;
		text-align: center;
	}

	.head #open,
	#close {
		position: absolute;
		top: 28px;
		right: 12px;
	}

	nav ul {
		flex-direction: column;
	}

	nav li {
		padding-top: 0;
		border-bottom: 1px solid #959595;
		margin-bottom: 0;
	}

	.head #open,
	#close {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	nav ul {
		flex-direction: column;
	}

	nav li {
		padding-top: 0;
		margin-bottom: 0;
	}

	/* スマホ時はMENUボタンを表示 */
	#open {
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 70px;
		height: 70px;
		border: none;
		position: absolute;
		top: 10px;
		right: 10px;
		background-image: url(../img/button.png);
	}

	#close {
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 70px;
		height: 70px;
		border: none;
		position: absolute;
		top: 10px;
		right: 10px;
		background-image: url(../img/button2.png);
	}

	/* スマホ時はメニューを非表示 */
	#navi {
		display: none;
	}

	.p1-waku1 {
		font-weight: 300;
		text-align: center;
	}

	.news iframe {
		height: 200px;
		width: 100%;
	}

	.futomoji {
		color: #F60;
		font-weight: bold;
	}


	.point1 {
		font-size: ;
		font-size: 120%;
		line-height: 150%;
		font-weight: normal;
	}

	.point2 {
		font-size: ;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 120%;
		line-height: 180%;
		font-weight: bold;
		text-align: center;
		color: #02488D;
	}

	.type2 {
		width: 100%;
	}

	table.type2 th,
	table.type2 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	.type2 tr:last-child {
		border-bottom: solid 1px #ccc;
	}


}