@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
p{
	margin: 0px;
	padding: 0px;
}
img {
  user-select: none;
  caret-color: transparent;
}
.DEV_PC {
}
.DEV_SP {
	display: none;
}
header {
	background-color: #a2c1ea;
	height: 56px;
	display: flex;
	justify-content:center;
	align-items:center;
}


#no01 {
	background-image: url(no01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1173px;
	width: 100%;
	text-align: center;
}
#no01_c {
	padding-top: 136px;
}
#no03 {
	text-align: center;
}


#no03 iframe {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}

footer {
	background-color: #a2c1ea;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.sw{
	position: fixed;
	top: 40%;
	right: 10px;
}
.sw_sp{
	position: fixed;
	bottom: 20px;
}

#END----------------------------------------------------------------------------------------------------------------------------------{}
@media screen and (max-width: 737px){
.DEV_PC {
	display: none !important;
}
.DEV_SP {
	display: block !important;
}
#no01 {
	background-image: none;
	height: auto;
}
header {
	height: 40px;
}
#no03 iframe {
	width: 90%;
	height: 340px;
}
footer {
	margin-top: 0px;
	height: 20px;
}
}
