@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8em;/* =18px */
  line-height: 1;
  color: #3B4043;
}
a {
  color: #3B4043;
  text-decoration: none;
}
img {
  border-style: none;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
}
/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* ----------------------------------------------
header
----------------------------------------------*/
header {
  width: 1000px;
  margin: auto;
  overflow: hidden;
}
header p.logo {
  padding: 3px 0;
  float: left;
}
header ul {
  display: flex;
  float: right;
  margin-top: 36px;
}
header ul li a {
  display: block;
  background: url(../img/list-leaf.png) no-repeat 0 50%;
  background-size: 20px auto;
  font-weight: bold;
  color: #000000;
  padding-left: 25px;
  padding-top: 2px;
  height: 20px;
  margin-left: 40px;
}
/* ----------------------------------------------
main
----------------------------------------------*/
#pageTop {
  position: fixed;
  right: 70px;
  bottom: 100px;
  z-index: 10;
}
/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
  color: #ffffff;
  background-color: #00A650;
  padding: 30px 0px 15px;
}
footer .footerIn {
  width: 980px;
  margin: auto;
  overflow: hidden;
}
footer .footerIn .boxL {
  width: 565px;
  float: left;
  font-size: 1.4rem;
  line-height: 1.7;
  padding-top: 25px;
}
footer .footerIn .boxL .dlWrap {
  background: url(../img/res2.png) no-repeat 0 0;
  padding-left: 150px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .footerIn .boxL .dlWrap dt {
  font-size: 1.6rem;
  font-weight: bold;
}
footer .footerIn .boxL .dlWrap dd a {
  background: url(../img/link-icon.png) no-repeat 0 50%;
  color: #ffffff;
  padding-left: 20px;
}
footer .boxR {
  float: right;
}
