@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");

/*! 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;
    /* 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;
    /* 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 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #454545;
    background-color: rgb(245, 245, 245);
    line-height: 1.6;
}

a {
    color: #1487bd;
}

a:hover {
    color: #0f668f;
}

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

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-left: 10px;
    padding-right: 10px;
}

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

@media (min-width: 992px) {
    #container,
    #footer {}
}


/* 2カラムレイアウト */

#content-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

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

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

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


/* ヘッダ */

#blog-title {
    text-align: center;
}

@media (min-width: 768px) {
    #blog-title {
        text-align: left;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
    display: none;
}

#blog-description {
    display: none;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.7rem;
    }
}

#title a {
    color: #454545;
}

#blog-description {
    font-weight: normal;
    font-size: 0.8rem;
    margin: 1em 0 0;
}


/* ヘッダ画像を設定したとき */

.header-image-enable #blog-title {
    height: 520px;
}

.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;
    background-size: cover;
}

.header-image-enable #blog-title-content {
    margin: 0 auto;
}


/* タイトル下HTML */

#top-editarea {
    margin-bottom: 1em;
}


/* パンくず（カテゴリー、記事ページで表示されます） */

.breadcrumb {
    font-size: 0.9rem;
}


/* entry */

.entry {
    position: relative;
}

.entry-header {
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}

.date {
    margin-bottom: 0.5em;
    font-size: 0.9rem;
}

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

.entry-title {
    margin: 0 0 0.3em;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.categories {
    margin: 0.5em 0;
    font-size: 0.9rem;
}

.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: 1em 0 0.8em 0;
}

.entry-content h1 {
    font-size: 1.5rem;
}

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

.entry-content h2 {
    font-size: 1.4rem;
}

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

.entry-content h3 {
    font-size: 1.2rem;
}

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

.entry-content h4 {
    font-size: 1.1rem;
}

.entry-content h5 {
    font-size: 1rem;
}

.entry-content h6 {
    font-size: 0.9rem;
}

.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 {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: 0.8rem;
}

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

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

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

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

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

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

.entry-content pre {
    background-color: #073642;
    color: #93a1a1;
    padding: 20px;
    white-space: pre;
    margin: 0 0 10px;
    border-radius: 3px;
    overflow-x: auto;
}

.entry-content pre.mermaid {
    background-color: unset;
}

.entry-content code {
    font-size: 95%;
    font-weight: 600;
    padding: 0 5px;
    border-radius: 3px;
    font-family: "DINRounded", sans-serif;
}

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

.entry-content div.math {
    background: #fff;
    border: 1px solid #333;
    padding: 20px;
    overflow-x: auto;
}

.entry-content pre::-webkit-scrollbar-thumb,
.entry-content code::-webkit-scrollbar-thumb,
.entry-content pre>code::-webkit-scrollbar-thumb,
.entry-content div.math::-webkit-scrollbar-thumb {
    background: #1ba2e6;
}

.entry-content pre::-webkit-scrollbar,
.entry-content code::-webkit-scrollbar,
.entry-content pre>code::-webkit-scrollbar,
.entry-content div.math::-webkit-scrollbar {
    overflow-x: scroll;
    height: 5px;
    background: #000;
}

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

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}


/* 記事下 */

.entry-footer .social-buttons {
    margin: 2em 0;
    text-align: center;
}

.entry-footer .social-buttons .social-button-item {
    padding: 0 5px;
    display: inline-block;
    vertical-align: bottom;
}

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

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


/* コメント */

.comment-box {
    margin: 1em 0;
}

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

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

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

.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;
    word-wrap: break-word;
    color: #454545;
    font-size: 0.85rem;
}

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

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

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

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


/* Pager */

.pager {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* サイドバーモジュール */

.hatena-module {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    font-size: 0.85rem;
}

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

.hatena-module-title {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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


/* Profile module */

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

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

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


/* urllist module */

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

.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 img {
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.hatena-urllist li a img:hover {
    box-shadow: 0 3px 13.5px 1.5px rgba(27, 161, 230, 0.3);
}

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

.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 {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 10px;
    color: #454545;
    background: #fff;
    border: none;
    outline: none;
    height: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-size: 1.6rem;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    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;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

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


/* About ページ */

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

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


/* Archive */

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

.page-archive .archive-entry {
    line-height: 1.3;
}

.page-archive .entry-title {
    margin: 0.5em 0 0.3em 0;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        height: 180px;
    }
}

.page-archive .entry-description {
    margin: 0;
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: 0.9rem;
    }
}

.page-archive .social-buttons {
    display: block;
    margin-top: 0.3em;
}


/* footer */

#footer {
    display: none;
}


/* ↓↓↓↓↓ここからカスタマイズ↓↓↓↓↓ */


/* font指定↓ */

html {
    font-size: 10px;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

time {
    font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
}

.archive-category-link {
    font-size: 1.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: rgb(34, 34, 34);
    background-color: rgb(245, 245, 245);
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 8px 4px;
}

#box2-inner .hatena-module-html .hatena-module-title /*,
#box2-inner .hatena-module-recent-entries .hatena-module-title*/ {
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background-color: rgb(0, 156, 222);
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
#box2-inner .hatena-module-recent-entries .hatena-module-title a {
    color: #fff;
    text-decoration: none;
}

#box2-inner .hatena-module-recent-entries .hatena-module-title a:hover {
    border-bottom-color: #fff;
}
*/

#box2-inner .hatena-module-html .hatena-urllist li a {
    width: 100%;
    font-weight: bold;
}

#box2-inner .hatena-module-html .hatena-urllist li img.recruit {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.entry-title-link {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
}

.recent-entries-title-link {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: rgb(34, 34, 34);
    font-size: 1.5rem;
}

.hatena-urllist li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: rgb(34, 34, 34);
    font-size: 1.5rem;
}


/* font指定↑ */

#content {
    margin: 30px auto 0;
    padding-bottom: 80px;
    max-width: 1200px;
}

#wrapper {
    width: calc(100% - 337px);
}

#main-inner {
    padding: 0 40px;
}

#box2 {
    width: 337px;
}

#box2-inner {
    padding-right: 40px;
}

div.archive-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

div.archive-entries section.archive-entry {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    min-height: 400px;
}

div.archive-entries section.archive-entry:hover {
    box-shadow: 0 3px 13.5px 1.5px rgba(27, 161, 230, 0.3);
}

div.archive-entries section.archive-entry:nth-child(even) {
    margin-left: 20px;
}

div.archive-entries section.archive-entry .archive-entry-header {
    order: 2;
    position: absolute;
    top: 230px;
    left: 0;
    margin: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    all-items: stretch;
    min-height: 100px;
}

.archive-date {
    order: 2;
    margin: 0;
}

a.entry-title-link {
    line-height: 1.6em;
}

.entry-title {
    order: 1;
}

a.entry-thumb-link {
    width: 100%;
    order: 1;
}

.page-archive .entry-thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 17vw;
    max-height: 202px;
    width: calc(100% + 40px);
    margin: -20px 0 0 -20px;
    border-radius: 5px 5px 0 0;
}

div.archive-entries section.archive-entry .categories {
    order: 3;
    margin: 0;
    position: absolute;
    bottom: 20px;
}

div.archive-entries section.archive-entry .archive-entry-body {
    display: none;
}

#globalheader-container {
    background-color: #fff;
    color: rgb(0, 156, 222);
    width: 100%;
}

.header-image-enable #blog-title #blog-title-inner {
    height: 520px;
}

.header-image-enable #blog-title {
    display: none;
}

#title,
#blog-description {
    text-align: center;
}

#box2 .hatena-module-recent-entries img {
    margin: 0 10px 0 0;
    padding: 0;
}

#box2 .hatena-module-recent-entries li {
    padding: 10px 0;
}

#box2-inner .hatena-module-html p {
    margin: 0;
}

#box2-inner .hatena-module-html li {
    padding-bottom: 15px;
}

#box2-inner .hatena-module-html li:first-child,
#box2 .hatena-module-recent-entries li:first-child {
    padding-top: 0;
}


/*
#box2-inner .hatena-module-category .hatena-urllist a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    opacity: 0.6;
    margin-right: 5px;
    display: inline-block;
} */

#box2-inner .hatena-module-category .hatena-urllist li {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    padding: 2px 7px;
    border-radius: 2px;
    border: none;
    background-color: #ededed;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

#box2-inner .hatena-module-category .hatena-urllist li:hover {
    box-shadow: 0 1px 7px 1.5px rgba(27, 161, 230, 0.3);
}

#box2-inner .hatena-module-category .hatena-urllist li a {
    display: inline;
    text-decoration: none;
    border: none;
}

#box2-inner .hatena-module-category .hatena-urllist li a:hover {
    border: none;
}

#box2-inner .hatena-module-category a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
}

#box2-inner .archive-module-button {
    font-size: 1.5rem;
}

#box2-inner .archive-module-hide-button {
    visibility: hidden;
    width: 0;
}

#box2-inner .archive-module-hide-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    visibility: visible;
}

#box2-inner .archive-module-show-button {
    visibility: hidden;
    width: 0;
}

#box2-inner .archive-module-show-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    visibility: visible;
}

#box2-inner .archive-module-year-title {
    margin-left: -15px;
}


/* custom-header設定↓ */

#header-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.page-index #top-editarea .entry-show {
    display: none;
}

.page-entry #top-editarea .entry-show img {
    max-height: 272px;
    width: 100%;
    object-fit: cover;
}

#mainvisiaul-inner {
    display: block;
    position: relative;
    text-align: center;
}

#mainvisiaul-inner #logo {
    top: calc(50% - 28px);
    left: calc(50% - 210px);
    position: absolute;
    display: block;
    width: 420px;
    fill: #fff;
}

#entry-mainvisiaul-inner {
    display: block;
    position: relative;
    text-align: center;
}

#entry-mainvisiaul-inner #entry-logo {
    top: calc(50% - 28px);
    left: calc(50% - 210px);
    position: absolute;
    display: block;
    width: 420px;
    fill: #fff;
}


/* hover設定↓ */

a {
    transition: 0.3s;
}

.date a {
    border-bottom: 1px solid rgba(153, 153, 153, 0);
    transition: 0.3s;
}

.date a:hover {
    border-bottom-color: rgba(153, 153, 153, 1);
}

.hatena-module-title a {
    border-bottom: 2px solid rgba(69, 69, 69, 0);
    transition: 0.3s;
}

.hatena-module-title a:hover {
    border-bottom-color: rgba(69, 69, 69, 1);
}

.hatena-urllist li a {
    border-bottom: 1px solid rgba(27, 162, 230, 0);
    transition: 0.3s;
}

.hatena-urllist li a:hover {
    border-bottom-color: rgba(27, 162, 230, 1);
    color: #1ba2e6;
}

.hatena-urllist .urllist-date-link a {
    border-bottom: 1px solid rgba(153, 153, 153, 0);
}

.hatena-urllist .urllist-date-link a:hover {
    border-bottom-color: rgba(153, 153, 153, 1);
    color: #999;
}

#box2-inner .hatena-module-html li a {
    display: inline-block;
    border: none;
}

#box2-inner .hatena-module-html li a .job-category {
    display: inline-block;
    background-color: rgb(34, 34, 34);
    color: #fff;
    padding: 0 15px 0.2rem;
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: normal;
}

#box2-inner .hatena-module-html li a .job-category::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -5px;
    transition: 0.3s;
}

#box2-inner .hatena-module-html li a .job-name {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
}

#box2-inner .hatena-module-html li a:hover {
    border: none;
}

#box2-inner .hatena-module-html li a:hover .job-category::after {
    background-color: rgba(27, 162, 230, 1);
}

.page-entry .entry-category-link:hover {
    color: #0f668f;
}

.page-entry .date a {
    border-bottom: 2px solid rgba(153, 153, 153, 0);
}

.page-entry .date a:hover {
    border-bottom-color: rgba(153, 153, 153, 1);
}


/* ページャ設定↓ */

.pager-next {
    width: 100%;
}

.pager-next a {
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 20px;
    width: 100%;
    color: rgba(27, 162, 230, 0);
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.pager-next a::before {
    content: "NEXT";
    font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: rgba(27, 162, 230, 1);
    text-decoration: none;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    letter-spacing: 0.2em;
    position: absolute;
    left: calc(50% - 24px);
}

.pager-next a:hover {
    box-shadow: 0 3px 13.5px 1.5px rgba(27, 161, 230, 0.3);
}

.pager-next a #next-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1ba1e6;
    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;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pager-next a #next-arrow::before {
    content: "";
    color: #fff;
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: white;
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
    -ms-transform: rotate(45deg) translate(-1px, 1px);
    transform: rotate(45deg) translate(-1px, 1px);
}


/* ブラウザ表示幅991px以下サイドバーなし↓ */

@media (max-width: 992px) {
    #content {
        width: 100%;
    }
    #content-inner {
        flex-direction: column;
        align-items: center;
    }
    #wrapper {
        width: 100%;
    }
    #main-inner {
        padding: 0 40px;
    }
    .page-entry #main-inner {
        padding: 0;
    }
    .page-archive .entry-thumb {
        height: 24vw;
        background-position: center;
        max-height: none;
    }
    div.archive-entries section.archive-entry .archive-entry-header {
        position: absolute;
        top: 24vw;
        margin: 20px;
    }
    .custom-header-inner {
        width: 88%;
    }
    #box2 {
        width: 100%;
        max-width: none;
    }
    #box2-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 40px;
        @media (min-width: 768px) {
            margin-left: -20px;
            flex-direction: row;
        }
        @media (min-width: 992px) {
            margin-left: -30px;
        }
    }
    .hatena-module {
        width: 100%;
        @media (min-width: 768px) {
            width: 33.3333%;
        }
        @media (min-width: 992px) {
            padding-left: 30px;
        }
    }
    .page-entry #main {
        padding: 0 0 30px;
        margin: 0;
    }
}


/* ブラウザ表示幅767px以下完全1カラム↓ */

@media (max-width: 768px) {
    .page-index #content,
    .page-archive #content {
        margin: 0 auto;
    }
    .page-index #top-editarea,
    .page-archive #top-editarea {
        margin: 0;
    }
    .custom-header-inner {
        width: 90%;
    }
    #container {
        padding: 0;
    }
    .page-entry #main {
        margin: 0;
        padding: 0;
    }
    #main-inner {
        padding: 20px;
    }
    .page-entry #wrapper #main #main-inner {
        padding: 0;
    }
    .page-entry #wrapper #main #main-inner .entry {
        padding: 20px;
    }
    div.archive-entries {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    div.archive-entries section.archive-entry {
        width: 100%;
        margin-bottom: 20px;
        max-height: none;
    }
    div.archive-entries section.archive-entry:nth-child(even) {
        margin-left: 0;
    }
    div.archive-entries section.archive-entry .archive-entry-header {
        position: relative;
        top: auto;
        left: 0;
        margin: 30px 10px;
    }
    div.archive-entries section.archive-entry .categories {
        order: 3;
        margin: 0 10px;
    }
    .page-archive .entry-thumb {
        height: 48vw;
        background-size: cover;
    }
    #box2-inner {
        padding: 20px;
    }
    #mainvisiaul-inner #logo {
        top: calc(50% - 24px);
        left: calc(50% - 175px);
        width: 350px;
    }
    #entry-mainvisiaul-inner #entry-logo {
        top: calc(50% - 24px);
        left: calc(50% - 175px);
        width: 350px;
    }
}


/* archiveページ調整 */

.page-archive .breadcrumb,
.page-archive .entry-show {
    display: none;
}

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

.archive-heading,
.archive-header-category .archive-heading {
    font-size: 1.8rem;
    background-color: rgb(222, 222, 222);
    margin: 0 0 20px 0;
    padding: 10px;
}


/* ここから下層記事ページ */

.page-entry #top-editarea .entry-hide {
    display: none;
}

.page-entry #top-editarea .entry-show {
    display: block;
    height: auto;
    text-align: center;
}

.page-entry #top-editarea .entry-show img {
    margin-top: 0;
    width: 100%;
}

.page-entry #wrapper #main {
    width: 100%;
}

.page-entry #wrapper #main-inner {
    padding: 0 40px;
}

.page-entry #wrapper .entry {
    padding: 30px 40px;
    background-color: #fff;
}

.page-entry .entry-header {
    display: flex;
    flex-direction: column;
}

.page-entry .entry-header .entry-date {
    order: 2;
}

.page-entry .entry-header .entry-title {
    order: 1;
}

.page-entry .entry-header .entry-categories {
    order: 3;
}

.page-entry .entry-category-link {
    text-decoration: none;
    color: rgb(34, 34, 34);
    background-color: rgb(245, 245, 245);
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 8px 4px;
    font-weight: bold;
    border-radius: 5px;
}


/* 記事内フォント指定↓ */

.page-entry .entry-header .entry-title-link {
    font-size: 3rem;
}

.page-entry .entry-content {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.page-entry .entry-date time {
    font-size: 1.8rem;
}

.page-entry .entry-content p,
.page-entry .entry-content dt,
.page-entry .entry-content dd,
.page-entry .entry-content td,
.page-entry .entry-content th,
.page-entry .entry-content .sectoon,
.page-entry .entry-content ul li,
.page-entry .entry-content ol li {
    font-size: 1.6rem;
    text-align: justify;
}

.page-entry .entry-content a {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #1ba2e6;
    border-bottom: 1px solid rgba(27, 162, 230, 1);
    transition: 0.3s;
}

.page-entry .entry-content a:hover {
    border-bottom-color: rgba(27, 162, 230, 0);
}

.page-entry .entry-content h2 {
    font-size: 3.2rem;
    font-weight: bold;
    margin: 2.5em 0 0.8em 0;
}

.page-entry .entry-content h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 2em 0 0.8em 0;
}

.page-entry .entry-content h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
}

.page-entry .entry-content h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1em 0 0.8em 0;
}

.page-entry .entry-content blockquote {
    border: none;
    margin: 1em 0;
    padding: 5px 5px 5px 15px;
    border-left: 3px solid #ddd;
}

.page-entry .entry-content blockquote cite a {
    font-size: 0.8em;
    border-bottom: 1px solid #808080;
    color: #808080;
}

.page-entry .entry-content a.keyword {
    font-size: inherit;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

.page-entry .entry-content a.keyword:hover {
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

.page-entry .entry-content a.hatena-fotolife {
    border-bottom: none;
}


/* 記事内フォント指定↑ */

.page-entry .entry-content p span {
    margin: 0 auto;
}

.page-entry .entry-content .mjx-chtml {
    padding: 1px 0.2em;
}

.page-entry .hatena-fotolife {
    max-width: 100%;
}

.page-entry .hatena-star-container {
    margin-bottom: 20px;
}

.page-entry .hatena-module-related-entries {
    margin: 0;
}

.page-entry a.related-entries-title-link {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: none;
}

.page-entry a.related-entries-title-link:hover {
    border-bottom: none;
    color: #1487bd;
}

.page-entry .related-entries-entry-body {
    display: none;
}

.page-entry .related-entries li {
    margin: 20px 0;
    padding: 0;
    min-height: 100px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.page-entry .related-entries li:hover {
    box-shadow: 0 3px 13.5px 1.5px rgba(27, 161, 230, 0.3);
}

.page-entry .urllist-image-link .related-entries-image {
    margin: 0 10px 0 0;
    padding-right: 0;
    object-fit: contain;
    box-shadow: none;
}

.page-entry .table-of-contents ul,
.page-entry .table-of-contents li {
    list-style-type: decimal;
}

.page-entry .table-of-contents {
    padding: 30px 60px;
}

.page-entry .table-of-contents::before {
    border-bottom: 1px solid #999;
    content: "目次";
    width: 110%;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px -5%;
    padding-bottom: 10px;
}

.page-entry .table-of-contents li a {
    color: #333;
    border: none;
}

.page-entry .pager-permalink {
    display: none;
}

.footer-area {
    position: relative;
}

.footer.footer-pagetop {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(70, 72, 73, 0.2);
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    cursor: pointer;
    right: calc((100% - 1680px) / 2);
    top: -30px;
    z-index: 101;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background 0.4s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background 0.4s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background 0.4s ease-in-out, transform 0.2s ease-in-out;
    transition: background 0.4s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer.footer-pagetop:hover {
    background-color: #1ba2e6;
}

.footer.footer-pagetop svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 13px;
    fill: #1ba2e6;
    -webkit-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
}

.footer.footer-pagetop:hover svg {
    fill: #fff;
}

@media (max-width: 1840px) {
    .footer.footer-pagetop {
        right: 80px;
    }
}

@media (max-width: 1023px) {
    .footer.footer-pagetop {
        right: 40px;
    }
}

@media (max-width: 739px) {
    .footer.footer-pagetop {
        width: 40px;
        height: 40px;
        right: 15px;
        top: -20px;
    }
}

@media (max-width: 739px) {
    .footer.footer-pagetop svg {
        width: 14px;
        height: 9px;
    }
}

.footer.footer-content-copyright {
    color: #fff;
    font-family: "FFMarkWebProBold";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    opacity: 0.3;
    position: absolute;
    right: 80px;
    top: 144px;
    z-index: 2;
}

@media (max-width: 1023px) {
    .footer.footer-content-copyright {
        right: 40px;
        top: 100px;
    }
}

@media (max-width: 739px) {
    .footer.footer-content-copyright {
        position: static;
        font-size: 10px;
        margin-bottom: 43px;
    }
}

.footer.footer-content {
    height: 300px;
    background-color: #1ba1e6;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1023px) {
    .footer.footer-content {
        min-width: 0;
        height: 250px;
    }
}

@media (max-width: 739px) {
    .footer.footer-content {
        height: auto;
        padding: 25px 0 35px;
    }
}

.footer.footer-content-inner {
    height: 300px;
    margin: 0 auto;
    position: relative;
    max-width: 1680px;
    padding: 0 80px;
    box-sizing: content-box;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .footer.footer-content-inner {
        height: 250px;
    }
}

@media (max-width: 739px) {
    .footer.footer-content-inner {
        min-width: 0;
        width: 100%;
        height: auto;
        position: static;
        padding: 0;
    }
}

.footer.footer-content-sns {
    width: 170px;
    height: 115px;
    position: absolute;
    top: 99px;
    left: 80px;
}

@media (max-width: 1023px) {
    .footer.footer-content-sns {
        top: 60px;
        left: 40px;
    }
}

@media (max-width: 739px) {
    .footer.footer-content-sns {
        width: 120px;
        position: static;
        margin: 0 auto;
        margin-bottom: 0;
        height: 90px;
    }
}

.footer.footer-content-sns-text {
    color: #fff;
    font-family: "FFMarkWebProBold";
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
}

@media (max-width: 739px) {
    .footer.footer-content-sns-text {
        margin-bottom: 12px;
    }
}

.footer.footer-content-sns-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 18px 0;
}

@media (max-width: 1023px) {
    .footer.footer-content-sns-list {
        margin-bottom: 13px;
    }
}

.footer.footer-content-sns-item a {
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    -webkit-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
}

@media (max-width: 739px) {
    .footer.footer-content-sns-item a {
        width: 34px;
        height: 34px;
    }
}

.footer.footer-content-sns-item a:hover {
    background-color: #fff;
}

.footer.footer-content-sns-item a:hover svg {
    fill: #1ba2e6;
}

.footer.footer-content-sns-item svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}

@media (max-width: 739px) {
    .footer.footer-content-sns-item svg {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}

.footer.footer-content-sns-fb svg {
    width: 7px;
    height: 14px;
}

.footer.footer-content-sns-tw svg {
    width: 14px;
    height: 11px;
}

.footer.footer-content-sns-inst svg {
    width: 16px;
    height: 16px;
}

.footer.footer-content-sns-link {
    color: #0c4866;
    font-family: "FFMarkWebProBold";
    font-size: 11px;
    text-decoration: underline;
    text-align: center;
    display: block;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    .footer.footer-content-sns-link {
        font-size: 10px;
    }
}

.footer.footer-content-logo {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 70px;
    width: 168px;
    z-index: 2;
}

.footer.footer-content-logo svg {
    display: block;
    width: 168px;
}

@media (max-width: 1023px) {
    .footer.footer-content-logo svg {
        width: 126px;
        height: 120px;
        margin: 0 auto;
    }
}

@media (max-width: 739px) {
    .footer.footer-content-logo svg {
        width: 105px;
        height: 100px;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .footer.footer-content-logo {
        top: 60px;
    }
}

@media (max-width: 739px) {
    .footer.footer-content-logo {
        position: static;
    }
}
