@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

a {
  color: #000;
  text-decoration: none;
}

div.works {
  background: #fff;
  border: 1px solid #003F97;
  margin: 32px auto;
  height: auto;
  width: 1040px;
}
div.works:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.works div.works_img {
  background-size: cover;
  float: left;
  height: 150px;
  width: 200px;
  overflow: hidden;
}
div.works div.works_img img {
  min-height: 150px;
  width: 100%;
}
div.works div.textbox {
  float: right;
  width: 838px;
}
div.works div.textbox div.w_name {
  background: #e9f1fb;
  box-sizing: border-box;
  color: #003F97;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding-left: 18px;
  width: 718px;
}
@media screen and (max-width: 767px) {
  div.works {
    width: 100%;
  }
  div.works div.works_img {
    float: none;
    height: auto;
    overflow: auto;
    width: 100%;
  }
  div.works div.textbox {
    float: none;
    width: 100%;
  }
  div.works div.textbox div.w_name {
    font-size: 18px;
    float: none;
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}

div.w_detail {
  background: #003F97;
  color: #fff;
  float: right;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 120px;
}
div.w_detail:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
div.w_detail a {
  color: #fff;
  display: block;
  text-decoration: none;
}
div.w_detail a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  div.w_detail {
    float: none;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
}

div.w_about {
  box-sizing: border-box;
  font-size: 14px;
  height: 90px;
  overflow: auto;
  padding: 18px 18px 0 18px;
  width: 820px;
}
@media screen and (max-width: 767px) {
  div.w_about {
    padding: 10px 5px;
    width: 100%;
  }
}

/*# sourceMappingURL=works.css.map */
