img{
	border: 1px;
	width: 100%;
	height: auto;
    padding: 15px 0px;
    margin-left: auto;
    margin-right: auto;
	vertical-align: bottom;
}
body{
	width:100%;
	background:#FFFFFF;
}
#wrapper{
	width:100%;
	margin:auto;
	background:#FFFFFF;
}
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
}
.header_inner {
  position: relative;
		width:100%;
  padding: 15px;
}
.logo{
  position: absolute;
	width:100%;
  top: 0;
  left: 0;
  padding: 0px
clear:left;
}
.title{
  	font-size: 2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600;
 	 float:left;
}
h2{
width:100%;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size:2.3rem;
	color:#000000;
}
h3{
	width:100%;
	height:30px;
	padding:0px 0px;
	margin: auto;
	text-align: center;
	font-size:1.3rem;
	color:#ffffff;
	background:#0400a0;
}
h4{
	width:400px;
	padding:0px 0px 0px 30px;
	margin:20px auto 0px;
	font-size:1.3em;
	line-height:2em;
	text-align: center;
	color:#000000;
	background:#DCDCE7;
}
a{
	text-decoration: none;
}
#footer{
	clear:both;
	width:100%;
	font-size: .8rem;
	height:20px;
	margin: 0px;
	background:#827160;
	color:#fff;
	text-align:center;
}
.box1 {
    padding: 0px;
    margin:0px;
    font-weight: bold;
    border: solid 1px #000000;
}
.box1 p {
	font-size: .9rem;
	text-align: center;
	padding:10px;
    margin: 0; 
}
.box2{
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 10px;
    border: solid 1px #000000;
}
.cont{
	float: left;
	width:50%;
}
.cont img{
	margin:0px;
	padding:0px;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 80px;
	background-color: #FFFFFF
}

@media only screen and (max-width: 768px) {
	.main{  
  margin-top: 48px;
	background-color: #FFFFFF
}
	.title{
  		font-size: 1rem;
		margin: 5px 10px;
}
	.logo p{
		font-size: .8rem;
				margin: 5px 20px 0px 0px;
		color: #949292;
	background-color: #FFFFFF	
	}
	h3{
	width:100%;
	height:20px;
	padding:0px 0px;
	margin: auto;
	text-align: center;
	font-size:1rem;
	color:#ffffff;
	background:#0400a0;
}
	h2{
width:100%;
	margin: 2px;
	text-align: center;
	font-size:1rem;
}
	h4{
	width:250px;
	margin-top: 10px;
	padding:0px;
	font-size:.8em;
	line-height:2em;
	text-align: center;
	color:#000000;
	background:#DCDCE7;
}
	.box1 p {
	font-size: .7rem;
	text-align: center;
	padding:6px;
    margin: 0; 
}
	.box2{
	margin: 5px 0px 0px 0px;
	text-align: center;
	padding: 5px;
}
.header{
  width: 100%;
  height: 50px;
}
	.cont{
	float:none;
	width:100%;
}
	#footer{
	clear:both;
	width:100%;
	font-size: .6rem;
	height:15px;
}
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
	text-decoration:none;
    color: #676565;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 769px) {
	.nav {
			width:100%;
	}
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
}
  .header_inner{
    width: 100%;
	  padding: 0px;
  }
  .logo{
    padding: 0px;
  }
  .nav_list{
	  position: relative;
	  top: 78px;
	  width: 100%;
	  height: 62px;
    text-align: center;
	background-color:#aeb0ff;
  }
  .nav_list li{
	  width: 192px;
	  padding-top: 5px;
    display: inline-block;
    text-align: center;
  }
  .nav_list li a{
	font-size: 1rem;
    color: #FFFFFF;
  }
	.title{
			margin: 0px 100px;
	}
	.logo p{
		font-size: 1rem;
		color: #949292;
		margin: 0px 50px;
	background-color: #FFFFFF
		
	}
}/* pc */