@charset "utf-8";

#main h2 span{
	display: none;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 1024px) {


}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 1024px) {

	body {
		background: none;
	}

}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 700px) {

	#main h2 {
		padding-left: 0;
		text-indent: 40px;
	}

	#main .photo {
		float: none;
		margin: 0 auto 10px;
		display: block;
		text-align: center;
	}

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

	#main h2 img{
		max-width: calc(100% - 45px);
		display: none;
	}

	#main h2 em{
		font-size: 18px;
		color: #014da1;
	}
	#main h2 span{
		display: block;
		font-size: 26px;
		color: #313131;
		text-align: left;
		font-weight: bold;
		padding-left: 40px;
		text-indent: 0;
		line-height: 0.7;
	}

	#main table th {
		padding-right: 1em;
	}

	#main h4::before {
		content: "";
		background-color: #eee;
		display: inline-block;
		margin-right: 10px;
		height: 20px;
		width: 8px;
		position: relative;
		top: -2px;
	}
	#main h4 {
		position: relative;
		background: none;
		border-bottom: dotted 2px #eee;
		padding-left: 0;
		display: flex;
	}

}