@charset "utf-8";

html,body,div,span,p,blockquote,pre,applet,object,iframe,a,abbr,acronym,address,big,cite,code,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,fieldset,form,label,legend,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	outline:none;
}

html,body{
	width: 100%;
}
html{
	font-size: 62.5%;
}
body{
  -webkit-text-size-adjust: none;
  font-family:"NotoSansJP-3";
  color:#282828;
  line-height:1.4;
	background-color:#FFF;
}
a {
	text-decoration: none;
  color: #282828;
}
img{
  max-width: 100%;
  height: auto;
}

@media print,screen and (min-width : 501px) {

body{
  font-size:18px;font-size:1.8rem;
}
.base{ 
  width:100%;
  min-width:1240px;
}
.wrap{
  width:1000px;
  margin:0 auto;
}

#oneColumnContentsMain{
  background-color: rgba(255, 255, 255, .7);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 100px 20px;
  -webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
  text-align: center;
}

#headImg img{
  width: 400px;
}
#headDesc{
  font-size:20px;font-size:2.0rem;
  font-family:"NotoSansJP-5";
  margin-top: 40px;
}
h1{
  margin-top: 20px;
  font-family:"NotoSansJP-5";
  font-size:24px;font-size:2.4rem;
}

#main{
  margin-top: 60px;
}
#main p{
  margin-top: 10px;
}
#main .seisaku{
  margin-top: 40px;
}

#copyright{
  margin-top: 40px;
  font-size:14px;font-size:1.4rem;
}


}
@media screen and (max-width : 500px) { 

body{
  font-size:16px;font-size:1.6rem;
}
  img{
    max-width:100%;
  }
  .cbox{ 
    padding:0 20px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  }

#oneColumnContentsMain{
  background-color: rgba(255, 255, 255, .7);
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  -webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
  text-align: center;
}

#headImg img{
  width: 300px;
}
#headDesc{
  font-family:"NotoSansJP-5";
  margin-top: 10px;
}
h1{
  display: none;
}

#main{
  margin-top: 20px;
}
#main p{
  margin-top: 10px;
}
#main .seisaku{
  margin-top: 40px;
}

#copyright{
  margin-top: 40px;
  font-size:12px;font-size:1.2rem;
}

}
