@charset "utf-8";

/*recet css*/
html,body,h1,h2,h3,p,ul,li,dl,dt,dt,img {
  margin:0;
  padding:0;
  line-height:1.0;
  font-family:"Hiragino kaku Gothic ProN",Meiryo,sans-serif;
}

ul {
  list-style:none;
}

a {
  text-decoration:none;
  color:inherit;
}



/*body*/

body {
  background-color:#fff;
  font-size:16px;
}

/*header*/
.header {
  padding:21px 0 17px;
  border-bottom:3px solid #a40000;
}

.wrapper1 {
  overflow:hidden;
  width:980px;
  margin:0 auto;
  height:38px;
  position:relative;
}

h1{
  width:266px;
}


.wrapper1 ul {
    position:absolute;
    right:0;
    bottom: 0;   
}


.wrapper1 li {
  float:left;
}

.wrapper1 li a{
  display:block;
  color:#444;
  font-size:1.1em;
  font-weight:bold;
  padding-left:29px;
}

.wrapper1 li a:hover{
  color:#a40000;
}

/*container*/
.container {
  width:980px;
  margin:0 auto 30px;

}


/*main*/
.text {
  text-align:center;
  font-size:0.9em;
  line-height:1.9;
  margin:20px 0 25px;
  color:#555;
}


/*wrapper2*/
.wrapper2 {
  overflow:hidden;
}

.wrapper2 p{
  float:left;
  padding-right:4%;
  box-sizing:border-box;
}

.wrapper2 p:last-child{
  padding-right:0;
}

/*aside*/
.aside {
  margin-top:30px;
}

h3 {
  font-size:1.5em;
  color:#444;
  margin-bottom:8px;
}

dt {
  float:left;
  line-height:1.5;
}

dd {
  line-height:1.5;
  padding-left:5.4em;
}

.fa-square {
  color: #a40000;
  font-size:1em;
  padding-right:4px;
}

/*footer*/
.footer {
  background-color:forestgreen;
  color:#fff;
  margin:0 auto;
  padding:25px 0;
}

.footer2 {
  width:800px;
  margin:0 auto;
  text-align: center;
}

/*wrapper3*/
.wrapper3 {
  width:450px;
  overflow:hidden;
  margin:0 auto 28px;
}

.wrapper3 li {
  float:left;
}

.wrapper3 li a {
  display:block;
  text-align: center;
  padding-right:40px;
  font-weight:bold;
}

.wrapper3 li a:hover{
  color:greenyellow;
}

.wrapper3 li:last-child a {
  padding-right:0;
}




/*wrapper4*/
.wrapper4 {
  overflow:hidden;
  width:650px;
  margin:10px auto 25px;
  font-size:0.9em;
}

.left {
  float:left;
  width:40%;
}

.left p {
  margin-bottom:12px;
  text-align: left;
}

.address p{
  float:right;
  width:60%;
  line-height:1.5;
  text-align: left;
}

small {
  width:400px;
  margin:0 auto;
  text-align: center;
  font-size:0.8em;
}

