@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  color: #4D4D4D;
  margin: 0;
  font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#wrapper {
  width: 100%;
  min-width: 1000px;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}

header {
  width: 1000px;
  height: 82px;
  margin: 0 auto 52px;
  position: relative;
}
header div {
  position: absolute;
}
header .logo {
  position: absolute;
  top: 16px;
  left: 0;
}
header .tel {
  top: 27px;
  left: 469px;
}
header .btn {
  top: 27px;
  right: 0;
}

#fv {
  background: url("../img/fvbg.jpg") center 0 no-repeat;
  height: 757px;
}
#fv h1 {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#cost {
  text-align: center;
  padding: 30px 0 0;
}
#cost .lowcost {
  margin: 0 0 27px -50px;
}
#cost .list {
  margin: -327px 0 80px;
}

#entrust {
  text-align: center;
  background: url("../img/entrust_bg1.jpg") center 67px no-repeat;
}
#entrust h2 {
  height: 67px;
  background: #f90;
  padding: 16px 0 0;
  position: relative;
}
#entrust h2::after {
  content: url("../img/sankaku.png");
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -35px;
}
#entrust .inner {
  width: 879px;
  margin: 0 auto;
  padding: 84px 0 0;
  background: rgba(255, 255, 255, 0.9);
}
#entrust .cv {
  background: url("../img/entrust_bg2.png") center 0 no-repeat;
  height: 266px;
  margin: 36px 0 0;
  padding: 40px 0 0;
}
#entrust .btn {
  margin: 22px 0 0;
}

#tool {
  text-align: center;
  padding: 83px 0 236px;
  background: url("../img/tool_bg.png") center bottom no-repeat;
}
#tool h3 {
  margin: 0 0 50px 70px;
}
#tool h4 {
  margin: 0 0 27px 20px;
}

#support {
  background: url("../img/support_bg.png") center 0 no-repeat;
  text-align: center;
  padding: 72px 0 110px;
}
#support h3 {
  margin-bottom: 528px;
}
#support ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 57px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#support li {
  margin-bottom: 33px;
}
#support li:last-child {
  margin-right: -23px;
}
#support h4 {
  margin-bottom: 40px;
}

#voice {
  background: #f8f8f8;
  text-align: center;
  padding: 73px 0 92px;
}
#voice h3 {
  margin-bottom: 50px;
}
#voice table {
  width: 1000px;
  border: none;
  border-collapse: collapse;
  background: #fff;
  margin: 0 auto;
}
#voice td {
  border: 1px solid #e6e6e6;
  padding: 36px 0 40px;
}

#flow {
  text-align: center;
  padding: 75px 0 26px;
}
#flow h3 {
  margin-bottom: 45px;
}

#quote {
  text-align: center;
  padding: 120px 0 103px;
  background: #f8f8f8;
}
#quote h3 {
  margin-bottom: 52px;
}
#quote ul {
  width: 1000px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer {
  background: url("../img/btm_bg.png") center 0 repeat-x;
  text-align: center;
  padding: 42px 0 0;
}
footer ul {
  width: 882px;
  margin: 27px auto 37px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer small {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  display: block;
}
