@charset "utf-8";

body {
font-family: "Arial" , "";
width: 100%;
height: 100%;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
padding-right: 30%;
padding-left: auto;
margin: 70px 0;
letter-spacing: 0.05em;
line-height: 0.7;
color: #666666;
}
h {
    float: left;
    letter-spacing: 0.05em;
    margin-left: 2em;
    font-size: 100%;
    color: #666666;   
}
.container {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.main-contents {
  width: 55%;
  white-space: nowrap;
  line-height: 0.7;
  display: inline-block;
  text-align: left;
}
.left-menu {
  width: 15%;
  font-size: 100%;
  letter-spacing: 0.05em;
  margin-left: 2em;
}
.right-menu {
  width: 15%;
  padding: 10px;
}
@media screen and (min-width: 768px){
  .br-sp {display: none; }
}
h3 {
  display: block;
  font-weight: normal;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}
h4 {
  display: block;
  letter-spacing: 0.1em;
}
p {
  display: block;
  color: #666666;
}
p1 {
  display: block;
  padding-bottom: 1.5em;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
  color : #BB0000;
}
footer {
  margin-left: 2em;
  font-size: 100%;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
}
.wrapper{
  min-height: 100vh;/*①高さの最小値*/
  position: relative;/*②相対位置*/
}