/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:nomal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ ----- */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  font:18px/1.7 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: #1c446b;
}
header {
  background: url(../img/header.jpg) center 0 / auto 100% no-repeat #D36015;
  padding: 250px 0 175px;
}
h1 {
  font:25px/1 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
}
header h1 {
  background-color: rgba(0, 0, 0, .5);
  padding: 25px 0;
  color: #FFF;
  text-align: center;
}
section {
  padding: 30px 0;
}
.box {
  width: 980px;
  padding: 10px;
  margin: 50px auto 0;
}
.box h1 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  letter-spacing: .3em;
  text-align: center;
  color: #FFF;
}
.box h1:before,
.box h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
.box h1:before {
  left:0;
}
.box h1:after {
  right: 0;
}
.box ul {
  padding-bottom: 20px;
}
.box li {
  border: 1px solid #5a97d2;
  border-left: 5px solid #5a97d2;
  background: #FFF;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.work h1 {
  color: #FFF;
  margin: auto;
  width: 100%;
  padding: 155px 0;
    background-color: #22374c;
  text-align: center;
  border-top: 10px solid  #0C5297;
  border-bottom: 10px solid  #0C5297;
}
.work h1 span {
  display: block;
  width: 980px;
  background-color: rgba(0, 0, 0, .5);
  padding: 15px 0;
  margin: auto;
}
.img_01 {
  background: url(../img/img_01.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_02 {
  background: url(../img/img_02.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_03{
  background: url(../img/img_03.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_04{
  background: url(../img/img_04.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_05{
  background: url(../img/img_05.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_06{
  background: url(../img/img_06.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_07{
  background: url(../img/img_07.jpg) center 0 / 980px 100% no-repeat #FFF;
}
.img_08{
  background: url(../img/img_08.jpg) center 0 / 980px 100% no-repeat #FFF;
}

.label-box {
  width: 960px;
  margin: 80px auto 30px;
  padding: 10px 15px;
  border: 1px solid #5a97d2;
  background: #FFF;
  font-size: 20px;
  border-left: 5px solid #5a97d2;
}
.investment+.label-box {
  /*border-left: 5px solid #f15e28;*/
}
.ec+.label-box {
  /*border-left: 5px solid #2ba773;*/
}
.internet+.label-box {
  /*border-left: 5px solid #303A55;*/
}

table {
  width: 100%;
}
tr {
  display: flex;
  margin-bottom: 10px;
  background: #FFF;
}
th,
td {
  padding: 10px 20px;

}
th {
  width: 20%;
  background: #0C5297;
  text-align: center;
  letter-spacing: .2em;
  color: #FFF;
}
td {
  border: 1px solid #0C5297;
  border-left: none;
  width: 80%;
}
footer {
  margin: 100px 0 0;
  padding: 15px 0 20px;
  border-top: 5px solid #0F2F56;
  text-align: center;
  background: #FFF;
}