@charset "UTF-8";
/*
  Theme: OPTiM Tech Blog
  Author: OPTiM Corporation
  Responsive: yes
  Description:
    OPTiM Tech Blog Theme
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html,
body {
    background-color: #fff;
    color: #454545;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", "HelveticaNeue-Regular", sans-serif;
    line-height: 1.6;
}

body {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
}

a {
    color: #1487bd;
}

a:hover {
    color: #0f668f;
}

a.keyword {
    border-bottom: 1px dotted #ddd;
    color: #454545;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #0f668f;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: #454545;
    color: #fff;
}

/* container */
#container,
#footer {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    #container,
    #footer {
        margin: auto;
        padding-right: 0;
        padding-left: 0;
        width: 720px;
    }
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 1140px;
        max-width: 100%;
    }
}

#content {
    /*margin-top: 150px + 60px;
  @media (min-width: 768px) {
    margin-top: 280px + 120px;
  }
  #top-box ~ & {
    margin-top: 150px + 60px + 50px;
    @media (min-width: 768px) {
      margin-top: 280px + 120px + 60px;
    }
  }*/
}

#content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 768px) {
    #wrapper {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #wrapper {
        max-width: 1140px;
    }
}

#box2 {
    width: 100%;
}

@media (min-width: 768px) {
    #box2 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #box2 {
        width: 100%;
    }
}

#box2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (min-width: 768px) {
    #box2-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 -12px;
    }
}

.hatena-module {
    width: 100%;
}

@media (min-width: 768px) {
    .hatena-module {
        margin: 0 12px;
        width: calc((100% / 3) - 24px);
    }
}

#main {
    margin: 0 0 60px;
}

@media (min-width: 992px) {
    #main {
        margin: 0 0 120px;
    }
}

/* ヘッダ */
#blog-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 130px;
    background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/o/optim-tech/20250407/20250407173844_original.jpg") no-repeat top center !important;
    background-size: cover !important;
    text-align: center;
    text-shadow: 3px 3px 6px #fff, -3px 3px 6px #fff, 3px -3px 6px #fff, -3px -3px 6px #fff;
}

@media (min-width: 768px) {
    #blog-title {
        height: 320px;
    }
}

#blog-title::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 6px;
    border-bottom: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#004386), to(#008eee));
    background: linear-gradient(to bottom right, #004386, #008eee);
    content: "";
}

/* ブログタイトルロゴ */
.header-image-only #blog-title #blog-title-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    max-height: 44px;
    width: calc(100% - 30px);
    height: 100px;
    background-size: contain;
}

@media (min-width: 768px) {
    .header-image-only #blog-title #blog-title-inner {
        max-height: 108px;
    }
}

/* 画像にしたため不要
#title {
    margin: -80px 0 0;
    text-shadow: 0 0 8px $bland;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "Helvetica Neue","Segoe UI Semilight","Segoe UI",arial,sans-serif;
    @media (max-width: 410px) {
        margin: -130px 0 0;
    }
    @media (min-width: 768px) {
        font-size: 3.75rem;
    }
    a {
        color: #fff;
    }
}
*/
#blog-description {
    position: absolute;
    top: calc(-50px + -2em);
    margin: 0;
    width: 100%;
    font-weight: 300;
    font-size: 0.8rem;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}

.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-image-enable #blog-title-content {
    margin-right: 10px;
    margin-left: 10px;
}

/* タイトル下HTML */
#top-editarea {
    margin-top: 130px;
}

@media (min-width: 768px) {
    #top-editarea {
        margin-top: 320px;
    }
}

#top-editarea .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    gap: 10px;
}

@media (min-width: 768px) {
    #top-editarea .card-list {
        gap: 20px;
        padding: 40px 0;
    }
}

#top-editarea .card-list a {
    text-decoration: none;
    color: #000;
    width: 100%;
}

@media (min-width: 768px) {
    #top-editarea .card-list a {
        width: auto;
        min-width: 340px;
    }
}

@media (min-width: 992px) {
    #top-editarea .card-list a {
        min-width: 400px;
    }
}

#top-editarea .card-list a:hover {
    opacity: 1;
}

#top-editarea .card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 67, 134, 0.3);
            box-shadow: 0 2px 8px rgba(0, 67, 134, 0.3);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    word-wrap: break-word;
}

#top-editarea .card:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 2px;
    height: 0;
    content: "";
    background-color: #0045e6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top-editarea .card:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    content: "";
    background-color: #0045e6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top-editarea .card .card-inner-hover {
    position: relative;
    width: 100%;
    height: 100%;
}

#top-editarea .card .card-inner-hover .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top-editarea .card .card-inner-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 2px;
    height: 0;
    content: "";
    background-color: #0045e6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top-editarea .card .card-inner-hover::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #0045e6;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top-editarea .card .card-inner-hover .card-img {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f2f6f9;
}

#top-editarea .card .card-inner-hover .card-img img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (min-width: 768px) {
    #top-editarea .card .card-inner-hover .card-img {
        width: 80px;
        height: 80px;
    }
    #top-editarea .card .card-inner-hover .card-img img {
        width: 50px;
        height: 50px;
    }
}

#top-editarea .card .card-inner-hover .card-body {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (min-width: 768px) {
    #top-editarea .card .card-inner-hover .card-body {
        padding: 0 16px;
    }
}

#top-editarea .card .card-inner-hover .card-body p,
#top-editarea .card .card-inner-hover .card-body h3 {
    margin: 0;
    line-height: 1.5;
}

#top-editarea .card .card-inner-hover .card-body p {
    font-size: 12px;
    margin-bottom: 0.5em;
}

#top-editarea .card .card-inner-hover .card-body h3 {
    font-size: 12px;
}

@media (min-width: 768px) {
    #top-editarea .card .card-inner-hover .card-body h3 {
        font-size: 18px;
    }
}

#top-editarea .card .card-inner-hover .card-body #card-corp-subtitle,
#top-editarea .card .card-inner-hover .card-body #card-recruit-subtitle {
    display: none;
}

@media (min-width: 768px) {
    #top-editarea .card .card-inner-hover .card-body #card-corp-subtitle,
    #top-editarea .card .card-inner-hover .card-body #card-recruit-subtitle {
        display: block;
    }
}

#top-editarea .card:hover::before,
#top-editarea .card:hover .card-inner-hover::before, #top-editarea .card.active::before,
#top-editarea .card.active .card-inner-hover::before {
    height: 100%;
}

#top-editarea .card:hover::after,
#top-editarea .card:hover .card-inner-hover::after, #top-editarea .card.active::after,
#top-editarea .card.active .card-inner-hover::after {
    width: 100%;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    width: 100%;
}

@media (min-width: 768px) {
    .breadcrumb .breadcrumb-inner {
        margin: 0 auto;
        padding: 0;
        width: 720px;
    }
}

@media (min-width: 992px) {
    .breadcrumb .breadcrumb-inner {
        width: 1140px;
    }
}

.breadcrumb .breadcrumb-link,
.breadcrumb .breadcrumb-child {
    height: 50px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .breadcrumb .breadcrumb-link,
    .breadcrumb .breadcrumb-child {
        height: 60px;
        line-height: 60px;
    }
}

.breadcrumb .breadcrumb-link:first-child {
    display: inline-block;
}

.breadcrumb .breadcrumb-link:first-child span {
    position: relative;
    top: -2px;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url("https://www.optim.co.jp/general-asset/img/home-icon.svg") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    text-indent: 100%;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-gt {
    position: relative;
    top: -2px;
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 20px;
    background: url("https://www.optim.co.jp/general-asset/img/angle-left.svg") left center no-repeat;
    background-size: cover;
    vertical-align: middle;
    text-indent: 100%;
    white-space: nowrap;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 4em;
}

@media (min-width: 992px) {
    .entry {
        margin-right: auto;
        margin-left: auto;
        max-width: 920px;
    }
}

.entry-header {
    position: relative;
    margin-bottom: 3em;
}

.date {
    margin-bottom: 10px;
}

.date a {
    color: #999;
    text-decoration: none;
}

.date a:hover {
    text-decoration: underline;
}

.entry-title {
    margin: 0 0 1rem;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}

@media (min-width: 768px) {
    .entry-title {
        margin: 0 0 30px;
        letter-spacing: 0.3px;
        font-size: 48px;
        line-height: 58px;
    }
}

.entry-title a {
    word-break: break-all;
}

.categories {
    margin: 0.5em 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    .categories {
        font-size: 14px;
    }
}

.categories a {
    margin-right: 0.5em;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 20px 0 8px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        margin: 30px 0 15px;
    }
}

.entry-content h1 {
    margin-top: 40px;
    letter-spacing: 0.5px;
    font-size: 36px;
    line-height: 46px;
}

@media (min-width: 992px) {
    .entry-content h1 {
        margin-top: 80px;
        letter-spacing: 0.3px;
        font-size: 48px;
        line-height: 58px;
    }
}

.entry-content h1 + h2,
.entry-content h1 + h3,
.entry-content h1 + h4 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .entry-content h1 + h2,
    .entry-content h1 + h3,
    .entry-content h1 + h4 {
        margin-top: 45px;
    }
}

.entry-content h2 {
    margin-top: 40px;
    letter-spacing: 0.5px;
    font-size: 26px;
    line-height: 36px;
}

@media (min-width: 992px) {
    .entry-content h2 {
        margin-top: 80px;
        font-size: 36px;
        line-height: 46px;
    }
}

.entry-content h2 + h3,
.entry-content h2 + h4 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .entry-content h2 + h3,
    .entry-content h2 + h4 {
        margin-top: 45px;
    }
}

.entry-content h3 {
    margin-top: 40px;
    letter-spacing: 0.5px;
    font-size: 22px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .entry-content h3 {
        margin-top: 80px;
        font-size: 26px;
        line-height: 36px;
    }
}

.entry-content h3 + h4 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .entry-content h3 + h4 {
        margin-top: 45px;
    }
}

.entry-content h4 {
    margin-top: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 992px) {
    .entry-content h4 {
        margin-top: 80px;
        letter-spacing: 0.5px;
        font-size: 22px;
        line-height: 32px;
    }
}

.entry-content h5 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
}

@media (min-width: 992px) {
    .entry-content h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.entry-content h6 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
}

@media (min-width: 992px) {
    .entry-content h6 {
        font-size: 14px;
        line-height: 26px;
    }
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}

.entry-content table {
    display: block;
    overflow: auto;
    margin-bottom: 1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1em;
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .entry-content table {
        font-size: 0.9rem;
    }
}

.entry-content table th,
.entry-content table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.entry-content table th {
    background: #f5f5f5;
}

.entry-content blockquote {
    margin: 0 0 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content pre,
.entry-content code {
    font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}

.entry-content pre {
    padding: 10px;
    border: none;
    background: #f5f5f5;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    font-size: 100%;
    font-size: 0.8rem;
    line-height: 1.3;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    white-space: pre;
    font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}

.entry-content code {
    margin: 0 2px;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #f5f5f5;
    font-size: 90%;
}

.entry-content hr {
    margin: 2em auto;
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.entry-content .table-of-contents {
    margin: 1em 0;
    padding: 20px 20px 20px calc(20px + 1em);
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .entry-content .table-of-contents {
        padding: 40px 40px 40px calc(40px + 1em);
    }
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: 0.9rem;
}

.entry-footer-section a {
    color: #999;
}

.entry-footer-section .user-name-paren,
.entry-footer-section .user-name-hatena-id,
.entry-footer-section .fn {
    display: none;
}

/* コメント */
.comment-box {
    margin: 1em 0;
}

.comment-box .comment {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: 0.9rem;
    }
}

.comment-box .entry-comment {
    position: relative;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ddd;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #ddd;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 0.4em 0;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 0.4em 0;
    color: #454545;
    word-wrap: break-word;
    font-size: 0.85rem;
}

.comment-content p {
    margin: 0 0 0.6em 0;
}

.comment-metadata {
    margin: 0;
    color: #999;
    font-size: 0.8rem;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    padding: 0.6em 1em;
    border: 1px solid #ddd;
    font-size: 0.85rem;
}

/* Pager */
.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2em 0;
}

.pager .pager-prev,
.pager .pager-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: break-all;
}

.pager .pager-prev::before,
.pager .pager-next::before {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("https://www.optim.co.jp/general-asset/img/angle-left.svg") left center no-repeat;
    background-size: cover;
    content: "";
}

.pager .pager-prev {
    padding-left: 24px;
    width: calc(50% - 12px);
}

.pager .pager-prev::before {
    left: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.pager .pager-prev + .pager-next {
    width: calc(50% - 12px);
}

.pager .pager-next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 24px;
    width: 100%;
}

.pager .pager-next::before {
    right: 0;
}

.pager .pager-next a {
    text-align: right;
}

.pager .pager-arrow {
    display: none;
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px;
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .hatena-module {
        margin-bottom: 120px;
        font-size: 0.9rem;
    }
}

.hatena-module-title {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 1rem;
}

.hatena-module-title a {
    color: #454545;
    text-decoration: none;
}

.hatena-module-title a:hover {
    text-decoration: underline;
}

/* 関連記事 */
.hatena-module-related-entries {
    margin-right: 0;
    margin-left: 0;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hatena-urllist li {
    padding: 0.5em 0;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    padding: 0.1em 0.3em;
    font-size: 0.7rem;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: 0.3em;
}

/* Search module */
.hatena-module-search-box .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    height: 20px;
    outline: none;
    border: none;
    background: none;
    color: #454545;
}

.hatena-module-search-box .search-module-button {
    overflow: hidden;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    color: transparent;
    opacity: 0.5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
}

/* About ページ */
.page-about .entry-content dt {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.page-about .entry-content dd {
    margin-bottom: 2em;
    margin-left: 0;
}

/* Archive */
.archive-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .archive-entries {
        padding: 0;
    }
}

.archive-header-category {
    margin: 0;
    text-align: center;
}

.page-archive .archive-entry {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(1, 124, 197, 0.3);
            box-shadow: 0 2px 8px rgba(1, 124, 197, 0.3);
}

.page-archive .archive-entry:nth-child(n + 2) {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .page-archive .archive-entry:nth-child(-n + 3) {
        margin-top: 0;
    }
    .page-archive .archive-entry:nth-child(n + 4) {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .page-archive .archive-entry {
        margin: 0 12px;
        width: calc((100% / 3) - 24px);
    }
}

.page-archive .archive-entry:hover {
    cursor: pointer;
}

.page-archive .archive-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 0;
}

@media (min-width: 768px) {
    .page-archive .archive-entry-header {
        padding: 25px 25px 0;
    }
}

.page-archive .archive-entry-header .entry-title {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 26px;
}

@media (min-width: 768px) {
    .page-archive .archive-entry-header .entry-title {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.page-archive .archive-entry-header .entry-title .entry-title-link {
    display: block;
    overflow: hidden;
    height: 52px;
}

@media (min-width: 768px) {
    .page-archive .archive-entry-header .entry-title .entry-title-link {
        height: 56px;
    }
}

.page-archive .archive-entry-header .archive-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
    width: 100%;
}

.page-archive .entry-thumb-link {
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    padding: 0;
    width: calc(100%);
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb-link {
        padding: 0;
        width: calc(100%);
    }
}

.page-archive .entry-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
}

.page-archive .entry-thumb::before {
    display: block;
    padding-top: 56.33333%;
    content: "";
}

.page-archive .entry-description {
    left: 0;
    margin: 0;
}

.page-archive .social-buttons {
    display: none;
}

.page-archive .archive-entry-body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 20px 20px;
}

@media (min-width: 768px) {
    .page-archive .archive-entry-body {
        padding: 0 25px 25px;
    }
}

.page-archive .categories {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: -5px 0 0;
    padding: 0 20px 20px;
}

@media (min-width: 768px) {
    .page-archive .categories {
        padding: 0 25px 25px;
    }
}

.page-archive .categories a {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0 0;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 55px;
    height: 30px;
    border: 1px solid #017cc5;
    background: #fff;
    color: #017cc5;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 300;
    font-size: 10px;
    line-height: 28px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
    .page-archive .categories a {
        font-size: 12px;
    }
}

/*
 * アーカイブページのタイトル
 *   - 検索結果画面
 *   - カテゴリーアーカイブ
 *   - 日付アーカイブ
 */
.archive-heading,
.archive-header-category .archive-heading,
.search-result .archive-heading {
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .archive-heading,
    .archive-header-category .archive-heading,
    .search-result .archive-heading {
        margin: 0 0 30px;
        letter-spacing: 0.3px;
        font-size: 28px;
        line-height: 48px;
    }
}

/* 検索結果画面 */
.search-result .archive-heading {
    margin: 0 0 8px;
}

@media (min-width: 992px) {
    .search-result .archive-heading {
        margin: 0 0 15px;
    }
}

/* カテゴリーアーカイブ */
.archive-header-category .archive-heading {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .archive-header-category .archive-heading {
        margin: 0 0 30px;
    }
}

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    color: #999;
    text-align: center;
    font-size: 0.8rem;
}

#footer a {
    color: #999;
}

#footer p {
    margin: 0.5em auto;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm9wdGltLXRlY2gtYmxvZy5jc3MiLCIuLi9zY3NzL29wdGltLXRlY2gtYmxvZy5zY3NzIiwiLi4vbm9kZV9tb2R1bGVzL25vcm1hbGl6ZS5jc3Mvbm9ybWFsaXplLmNzcyIsIi4uL3Njc3MvbGliL19jb3JlLnNjc3MiLCIuLi9zY3NzL2xpYi9fdmFyaWFibGUuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxpQkFBaUI7QUNDakI7Ozs7OztFQU1FO0FDUEYsNEVBQTRFO0FBRTVFO2dGQUNnRjtBQUVoRjs7OztHQUlHO0FBRUg7SUFDRSxrQkFBaUI7SUFBRSxPQUFPO0lBQzFCLDJCQUEwQjtJQUFFLE9BQU87SUFDbkMsK0JBQThCO0lBQUUsT0FBTztDQUN4Qzs7QUFFRDtnRkFDZ0Y7QUFFaEY7O0dBRUc7QUFFSDtJQUNFLFVBQVM7Q0FDVjs7QUFFRDs7R0FFRztBQUVIOzs7Ozs7SUFNRSxlQUFjO0NBQ2Y7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxlQUFjO0lBQ2QsaUJBQWdCO0NBQ2pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDs7O0lBRU8sT0FBTztJQUNaLGVBQWM7Q0FDZjs7QUFFRDs7R0FFRztBQUVIO0lBQ0UsaUJBQWdCO0NBQ2pCOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZ0NBQXVCO1lBQXZCLHdCQUF1QjtJQUFFLE9BQU87SUFDaEMsVUFBUztJQUFFLE9BQU87SUFDbEIsa0JBQWlCO0lBQUUsT0FBTztDQUMzQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGtDQUFpQztJQUFFLE9BQU87SUFDMUMsZUFBYztJQUFFLE9BQU87Q0FDeEI7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOzs7R0FHRztBQUVIO0lBQ0UsOEJBQTZCO0lBQUUsT0FBTztJQUN0QyxzQ0FBcUM7SUFBRSxPQUFPO0NBQy9DOztBQUVEOzs7R0FHRztBQUVIO0lBQ0Usb0JBQW1CO0lBQUUsT0FBTztJQUM1QiwyQkFBMEI7SUFBRSxPQUFPO0lBQ25DLDBDQUFpQztZQUFq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 */