/*headerの共通設定 ここから*/
.wrapper{
  width: 100%;
}

header{
  padding: 30px 0 0;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
}

header h1{
  display: inline-block;
  float: left;
  margin-left: 10%;
}

.header_right{
  display: inline-block;
  float: right;
  text-align: right;
  margin-right: 10%;
}

.header_right p{
  padding-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
}

#tel{
  padding-right: 0.5em;
  font-size: 1.1em;
}

nav{
  clear: both;
  text-align: center;
}

nav ul li{
  display: inline-block;
  margin-right: 45px;
  position: relative;
  top: -30px;
  left: -20px;
}

nav ul li a{
  text-decoration: none;
  color: #333;
}

nav ul li a:hover{
  color: #ff4500;
}

/*トップへ戻るボタン*/
 #page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 80px;
  bottom: 50px;
  background: #999;
  opacity: 0.6;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

#page_top i{
  font-size: 45px;
  margin-top: 2px;
}
/*headerの共通設定 ここまで*/

/*コンテンツ全体を包含するwrapperの共通設定*/
.main_wrap{
  margin-top: 96px;
  text-align: center;
}

/*footerの共通設定*/
footer{
  background-color: #111;
  color: #fff;
}

footer a{
  color: #fff;
}

.contentsList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 40px;
  margin: 0 10%;
  border-bottom: 1px solid #fff;
}

.content{
  padding-bottom: 4em;
}

.content h3{
  font-size: 1.3em;
  padding-bottom: 1em;
}

.content ul li,.content p{
  line-height: 1.6em;
}

.link_list::before{
  content: "- ";
}

.content a:hover{
  font-weight: bolder;
}

.content a:visited{
  color: #fff;
}

.copyRight{
  font-size: 0.8em;
  text-align: center;
  line-height: 4em;
}
