@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
  height: 100%;
}
body {
    font-family: "M PLUS 1p";
    margin: 0px;
    height: 100%;
    color: #323232;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Noto Serif JP', serif;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	transition: 0.5s;
}
a:hover  {
	opacity: .50; 
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)"; 
	-khtml-opacity: .50;
	-moz-opacity: .50; 
}
li {
	list-style-type: none;
}

h1 {
    text-align: center;
}
.center {
    text-align: center;
}
footer {
    text-align: center;
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/**********************ロード用*********************
#warp {
	display: none;
}*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-----------------------------------------------------------------------pc*/
@media screen and (min-width: 751px){
.warap960 {
width: 960px;
margin-left: auto;
margin-right: auto;
}
.no_pc {
	display: none;
}
#contents {
	margin-bottom: 120px;
}

/**********************header #underlayer**********************/
#underlayer {
}


/**********************footer**********************/
footer {
}
.pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 999;
}
.pagetop a {
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
    border-radius: 25px;
}
end000000000000000000000000000{
}
}

/*-----------------------------------------------------------------------SP*/
@media screen and (max-width:750px){
.no_sp {
	display: none;
}
#contents {
	overflow: hidden;
	margin-bottom: 55px;
}

/**********************header #underlayer**********************/
#underlayer {
}


/**********************footer**********************/
footer {
  font-size: 12px;
}
.pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 999;
	margin: 0px;
}
.pagetop a {
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
    border-radius: 25px;
}
end000000000000000000000000000{
}
}
