@charset "UTF-8";

/* CSS Document */

.cf{
    width: 100%;
	zoom: 0;
}
.cf:before,.cf:after{
	content:""; display: table;
}
.cf:after{
	clear: both;
}
p,ul,li{
	font-family:“メイリオ”,”Hiragino Kaku Gothic Pro”,Meiryo,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,Helvetica,Arial,sans-serif;
	padding:0;
	margin:0;
	margin-bottom:1.1em;
	font-size:0.95em;
	line-height:160%;
	list-style:none;
	color:#363636;
}
#access_nav{
	overflow:hidden;
}
#access_nav li{
	box-sizing:border-box;
	font-size:0.8em;
	font-weight:bold;
	float:left;
	width:31%;
	margin:1%;
	height:70px;
	 -webkit-border-radius: 6px;
	padding: 15px 10px 10px;
	text-align:center;
	position: relative;
}
.nav_arrow{
	background-color:#409999;
	color:#fff;
}
.nav_arrow:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color:#409999;
	top: 100%;
	left: 50px;
}
.nav_box{
	background-color:#BCBCBC;
	color:#333;
}
.nav_traffic li{
	font-size:0.8em;
	color:#FFF;
	float:left;
	padding:10px 5px;
	border-left:2px solid;
	box-sizing:border-box;
	width:33%;
	height:70px;
	background:#9CC;
	position:relative;
}
.nav_traffic li:after{
	content: "";
      display: block;
      position: absolute;
      top: 70%;
	  left:55px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);	
}
h2 {
	font-size: 1.4em;
	font-weight:bold;
	border-bottom:2px solid;
	padding:10px;
	text-align:center;
}
h3 {
	line-height:1.6em;
	text-align:center;
}
h4 {
	font-size:1.2em;
	border-bottom:3px solid;
}
h5{
	margin:1em auto;
	padding-left:10px;
	padding:10px;
	border-left:15px solid #DCC687;
	border-bottom:1px solid #DCC687;
	font-size:1em;
}
em{
	color:#F00;
	font-style:normal;
	font-weight:bold;
}
#main i{
	color:#090;
	font-style:normal;
}
#main{
	padding-top:70px;
	margin:0 auto;
	width:95%;
}
#main p{
	line-height: 1.6em;
	font-size: 1em;
	color: #333;
}
#wrapper{
	line-height:1.4em;
	font-size:1em;
}
#wrapper p{
	margin-bottom:1.4em;
}
#wrapper li{
	list-style:none;
	width:270px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}
#wrapper ul{
	margin-bottom:1em;
}
#wrapper img{
	margin-bottom:0.5em;
}
.center{
	text-align:center;
}
hr{
	margin:2em auto;
}
.link_btn{
	display:block;
	font-size:1em;
	padding:10px;
	border-radius:15px;
	text-align:center;
	text-decoration:none;
	margin:2em auto;
	font-weight:bold;
	background-color:#399;
	color:#fff;
}
.link_btn span{
  position: relative;
  padding-left: 30px;
}
.link_btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.blc{
	display:block;
}
.red{
	color:#F00;
}
.bold{
	font-weight:bold;
}
iframe{
	width:100%;
	height:400px;
}
@media only screen and (min-width: 470px) {

#access_nav{
	width:950px;
	margin:1em auto;
}
.blc{
	display:inline;
}
#access_nav li{
	width:300px;
	height:50px;
	margin:7px;
	padding:10px;
	font-size:1.2em;
	padding-left:25px;
}
.nav_box{
	padding-left:10px;
}
.nav_box:before{
	  content: "";
      display: block;
      position: absolute;
      top: 40%;
	  left:5px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);	
}
.nav_arrow:after{
	left:130px;
}
.nav_traffic li{
	font-size:1em;
	text-align:center;
	padding:10px 5px;
	border-left:2px solid;
	box-sizing:border-box;
	width:33%;
	height:70px;
	position:relative;
}
.nav_traffic li:after{
	top:40px;
	left:50%;
}
#main {
	width:950px;
	margin:0 auto;
	padding-top:80px;
}
#nav{
	width:950px;
	margin:0 auto;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.4em;
}
h4{
	text-align:center;
}
h5{
	font-size:1.2em;
}
#main p{
	margin-bottom: 1em;
	line-height: 1.7em;
}
#wrapper{
	margin:auto;
	margin-bottom:20px;
}
#wrapper img{
	margin-bottom:1em;

}
#wrapper ul{
	list-style:none;
	width:900px;
	margin-bottom:20px;
	overflow:hidden;
}
#wrapper li{
	width: 270px;
	float: left;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-left: 0.5%;
	line-height: 1.4em;
	font-size: 0.9em;
}
.link_button{
	width:400px;
	font-size:1em;
}
}
