@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

@media print, screen and (min-width: 1220px){
.spOnly {
		display: none;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#main .title{
	padding-bottom: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	margin-bottom: 60px;
}

#main p{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 25px;
}
#main p.end{
	margin-bottom: 0px;
	padding-bottom: 70px;
	border-bottom-style: none;
}
#main p strong{
	font-size: 14px;
	line-height: 28px;
}

#main p a:link ,
#main p a:visited { 
	color:#000;
	text-decoration: underline;
}
#main p a:active ,
#main p a:hover {
	color:#000;
	text-decoration: none;
}




}
@media screen and (max-width: 1219px) and (min-width: 764px){
.pcOnly {
		display: none;
}
.pcOnly {
	display: block;
}



#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#main .title{
	padding-bottom: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	margin-bottom: 60px;
}

#main p{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 25px;
}
#main p.end{
	margin-bottom: 0px;
	padding-bottom: 70px;
	border-bottom-style: none;
}
#main p strong{
	font-size: 14px;
	line-height: 28px;
}

#main p a:link ,
#main p a:visited { 
	color:#000;
	text-decoration: underline;
}
#main p a:active ,
#main p a:hover {
	color:#000;
	text-decoration: none;
}




}

@media screen and (max-width: 763px){
.pcOnly {
		display: none;
}



#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-top: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#main .title{
	padding-bottom: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	margin-bottom: 2em;
}
#main .title img{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

#main p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 90%;
	line-height: 180%;
	text-align: left;
	margin-bottom: 1em;
}
#main p.end{
	margin-bottom: 0px;
	padding-bottom: 3em;
	border-bottom-style: none;
}
#main p strong{
	font-size: 100%;
	line-height: 200%;
}

#main p a:link ,
#main p a:visited { 
	color:#000;
	text-decoration: underline;
}
#main p a:active ,
#main p a:hover {
	color:#000;
	text-decoration: none;
}



}