@charset "UTF-8";
/*基本の青*/
/*薄いグレー*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
#h2box {
  background-color: #eee;
  margin-bottom: 80px;
}
#h2box h2 {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 2em;
  text-align: left;
}

p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

section {
  margin-bottom: 80px;
}
section:last-child {
  margin-bottom: 0;
}

#company section dl {
  text-align: left;
}
#company section dl dt {
  width: 12em;
  float: left;
  padding-left: 40px;
}
#company section dl dd {
  padding-left: 13em;
  border-bottom: 1px #ededed solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#business h3 {
  text-align: left;
  color: #08294C;
  font-size: 2em;
  margin-bottom: 20px;
}
#business .itembox {
  width: 48%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#business .itembox h4 {
  text-align: left;
  margin-bottom: 20px;
  background-color: #08294C;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 10px 20px;
}
#business .itembox ul {
  list-style: disc;
  margin-left: 20px;
  text-align: left;
}
#business .itembox ul li {
  margin-bottom: 10px;
}

#message section .imgbox {
  width: 300px;
}
#message section .imgbox img {
  width: 100%;
}
#message section .textbox {
  width: calc(100% - 320px);
}

#contact section .formbox {
  padding: 40px;
  background-color: #FFFEFA;
}
#contact section .formbox dl {
  text-align: left;
}
#contact section .formbox dl dt {
  width: 16em;
  float: left;
  padding-left: 40px;
}
#contact section .formbox dl dt span {
  font-size: 0.8em;
  color: #DD0000;
  margin-left: 10px;
}
#contact section .formbox dl dd {
  padding-left: 17em;
  border-bottom: 1px #ededed solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 1024px) {
  #h2box h2 {
    width: 100%;
    padding: 20px 20px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 840px) {
  #company section dl dt {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  #company section dl dd {
    padding-left: 0;
    border-bottom: 1px #ededed solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #business .itembox {
    width: 100%;
    margin-bottom: 20px;
  }

  #message section .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #message section .textbox {
    width: 100%;
  }

  #contact section .formbox {
    padding: 10px;
  }
  #contact section .formbox dl dt {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  #contact section .formbox dl dd {
    padding-left: 0;
    border-bottom: 1px #ededed solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}