<!--
* {
   box-sizing: border-box;
}



header {
   padding: 30px 4% 10px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: #fff;
   display: flex;
   align-items: center;
}

a {	
   text-decoration: none;
   color: #4b4b4b;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
}

li {
   margin: 0 0 0 15px;
   font-size: 14px;
}

nav {
   margin: 0 0 0 auto;
}



body {
  margin: 0;
  padding: 7% 0% ;
  font-family:"Century Gothic", sans-serif;
  font-size:110%;
  background-color: #e6e6e6;

}
h1,h2,h3,h4,h5{
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	
}
h1 {
   margin: 0; padding: 0;
   font-size: 120%;
}

h2 {
  padding: 1rem 0rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color:#666666;
  	font-size: 1.5em;
}

h3 {
  font-size:150%;
  background:#9ACD32;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

h4 {
  font-size:80%;
  color:#FFFFFF;
  background:#333333; !important;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

h5 {
	font-size:120%;
	color: #0000CC;
}

h6 {
  font-size:100%;
  font-weight:normal;
  background: #E6FBFF;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

h2 {
	font-size: 18px;
}

.img{
  width: 100%;
  height: auto;
}

.img_logo{
  width: 30%;
  height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
width: 100%; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
 .pc { display: none !important; }
 .sp { display: block !important; }
.style2 {font-size: 100%}
.style1 {font-size: 100%}




#footer01 {
  position: relative;
   padding: 30px 4% 10px;
   top: 0;
   width: 100%;
   background-color: #fff;
}
 
#footer01 .logo {
  padding: 20px 0;
  border-bottom: 1px solid #111;
  width: 10%;
}
 
#footer01 .logo a {
  display: inline-block;
}
 
#footer01 .logo img {
  width: 120px;
}
 
#footer01 .nav a {
  display: block;
  padding: 0 10px;
  color: #ccc;
}
 

 -->
