html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
		line-height: 0;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}

	a, a:hover, a:visited{
		color: #222222;
		text-decoration: none;
	}

/*PC用記述*/
@media screen and (min-width:765px){
.content {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.content100p {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.center {

    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}


	.register{
		background-image: url(../img/bg01.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0 auto 0;
	}
	.register img{
		width: 50%;
		margin: 17% 0 4%;
	}
	.bgorange{
		background-color: #f0844b;
		padding: 0 0 5%;
	}
	.video{
  		position:relative;
  		width:90%;
  		padding-top:45%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:90%;
  		height:100%;
	}




}




@media screen and (max-width:765px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content100p{
		width: 100%;
		text-align: center;
	}
img{
	width:100%;
}
    
.hide-sp {
	display:none;
}



	.register{
		background-image: url(../img/bg01-sp.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0 auto 0%;
		text-align: center;
	}
	.register img{
		width: 85%;
		margin: 26.1% auto 6.1%;

	}
	.bgorange{
		background-color: #f0844b;
		padding: 0 0 5%;
	}

	.video{
  		position:relative;
  		width:95%;
  		padding-top:50%;
		
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:95%;
  		height:100%;
	}




}


