@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

html {
    overflow-y: scroll;
}

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

b,
strong {
    font-weight: bold;
}

nav, ol, ul {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

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

input,
button,
textarea {
    line-height: 1.231;
    color: #444444;
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
    font-size: 13px;
}

select,
input,
button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6,
p, dl, dt, dd, ul, ol, li, table, th, td,
div, blockquote, pre,
form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    *zoom: 1;
}

body {
  line-height: 1.231;
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

div.wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.header {
  width: 100%;
  height: 80px;
  background: #0088e7;
  border-bottom: 1px solid #ffffff;
}

.header div.logo {
  width: 190px;
  padding-top: 26px;
  padding-left: 100px;
}

div.content {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}

div.content div.left {
  margin-right: 20px;
}

div.content div.left ul li.blog {
  position: relative;
  height: 130px;
}

div.content div.left ul li.blog div.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

div.content div.left ul li.blog div.icon img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

div.content div.left ul li.blog div.title {
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
  font-size: 25px;
}

div.content div.left ul li.descriptionTitle {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

div.content div.left ul li.descriptionContent {
  margin-bottom: 3px;
  font-size: 14px;
  color: #999999;
  line-height: 1.6em;
}

div.content div.right img {
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
}

.footer {
  height: 80px;
  width: 100%;
  border-top: 2px solid #000000;
}

.footer div.inner {
  width: 190px;
  padding-top: 38px;
  padding-left: 100px;
  color: #999999;
}