@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}



/*===============================================
	■main
===============================================*/


body {
font-family: 'Noto Sans JP', sans-serif;
}
.spIn {
	display:none;	
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding: 0;
vertical-align:bottom;
}
@media screen and (max-width:900px){


.pcIn {
	display:none;	
}
.spIn {
	display:inline;	
}
}





/*===============================================
	■other
===============================================*/


.aCenter {
	text-align:center !important;	
}
.aRight {
	text-align:right !important;	
}
.commonBtn {
	margin:0 0 30px;
	text-align:center;
}
.mini {
	font-size:12px;	
}
.pointTxt{
	color:#0083ff;
	font-weight:bold;	
}
.pointR{
	color:#e60012;
	font-weight:bold;
	text-decoration: underline;
}

.imgLeft {
	float:left;
	margin:0 15px 10px 0 !important;
}

.imgRight {
	float:right;
	margin:0 0 10px 15px !important;
}
.over {
	overflow:hidden;
}
.attention {
	font-size:90%;
	color:#ce0000;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb20 {
margin-bottom: 10px !important;
}
.mb30 {
margin-bottom: 10px !important;
}
.mb40 {
margin-bottom: 10px !important;
}
.mb50 {
margin-bottom: 50px !important;
}

/* link */
a:link {
	color:#0083ff;
	text-decoration:underline;
}
a:visited {
	color:#0083ff;
	text-decoration:underline;
}
a:active {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#004587;
	text-decoration:underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.clearLeft {
	clear:left;
}
.clear {
	clear:both;	
}
.clearfix::after {
    content:" ";
	display: block;
    clear:both;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
