@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main {
	padding-top: 90px;
}
#catch {
	height: 342px;
	background-size: cover;
	background-position: center center;
}
#catch h1 {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin-left: 7vw;
	color: #003399;
	text-align: left;
	position: relative;
	top: 140px;
}
.topicpath {
	margin-left: 7.5vw;
	text-align: left;
	font-size: 13px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 70px;
}
.topicpath li {
	display: inline;
}
.topicpath li a {
	color: #999999;
	text-decoration: none;
}
.topicpath li a:hover {
	text-decoration: underline;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main {
	padding-top: 16.5333333333vw;
}
#catch {
	height: 45vw;
	background-size: cover;
	background-position: center center;
}
#catch h1 {
	font-size: 5vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin-left: 7vw;
	color: #003399;
	text-align: left;
	position: relative;
	top: 18vw;
}
.topicpath {
	margin-left: 5vw;
	text-align: left;
	font-size: 2.5vw;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10vw;
}
.topicpath li {
	display: inline;
}
.topicpath li a {
	color: #999999;
	text-decoration: none;
}
.topicpath li a:hover {
	text-decoration: underline;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}