@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap");
@import url(/Users/atorii/Sites/blog/wp-content/themes/lds-coder/assets/scss/_reset.min.css);
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/vs2015.min.css");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9nkd7a");
  src: url("../fonts/icomoon.eot?9nkd7a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9nkd7a") format("truetype"), url("../fonts/icomoon.woff?9nkd7a") format("woff"), url("../fonts/icomoon.svg?9nkd7a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-prof-facebook:before {
  content: "\e90b";
}

.icon-prof-instagram:before {
  content: "\e90c";
}

.icon-prof-youtube:before {
  content: "\e90d";
}

.icon-prof-note:before {
  content: "\e90a";
}

.icon-prof-twitter:before {
  content: "\e908";
}

.icon-prof-github:before {
  content: "\e909";
}

.icon-bars-solid:before {
  content: "\e906";
}

.icon-times-solid:before {
  content: "\e903";
}

.icon-angle-left-solid:before {
  content: "\e904";
}

.icon-angle-right-solid:before {
  content: "\e905";
}

.icon-hatebu:before {
  content: "\e900";
}

.icon-pocket:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-bookmark:before {
  content: "\e907";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 100%;
  font: 16px/1 "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  background: #f7f7f7;
  color: #444;
  cursor: auto;
  font-family: "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}

@media (-ms-high-contrast: none) {
  body {
    font: 16px/1 "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  backface-visibility: hidden;
  overflow: hidden;
}

a {
  line-height: inherit;
  display: inline-block;
  transition: all 100ms ease-out;
  text-decoration: none;
  color: #444;
}

a:hover, a:active, a:focus {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  a:hover, a:active, a:focus {
    opacity: .7;
    text-decoration: none;
    color: #444;
  }
}

@media only screen and (min-width: 768px) {
  a:hover img, a:active img, a:focus img {
    opacity: .7;
    text-decoration: none;
    color: #444;
  }
}

a img {
  transition: all 100ms ease-out;
  border: none;
}

@media only screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

strong,
em {
  font-style: normal;
  font-weight: 700;
}

select {
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input,
select,
textarea {
  -webkit-appearance: none;
}

input input[type=text],
select input[type=text],
textarea input[type=text] {
  font-size: 16px;
  transform: scale(0.8);
}

textarea {
  min-height: 50px;
  min-height: 100px;
}

select {
  width: 100%;
}

ul,
ol,
dl {
  list-style: none;
  font-family: "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  list-style-position: outside;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.no-bullet {
  list-style: none;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

p {
  font-family: "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
p,
a {
  word-break: break-all;
}

textarea,
input[type="text"] {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 7px;
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  border-radius: 3px;
  width: 100%;
  outline: none;
}

input[type="checkbox"] {
  position: relative;
  outline: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

input[type="checkbox"] + label:before {
  content: "\e911";
  font-family: "icomoon";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
  font-size: 23px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

input[type="checkbox"]:checked + label:before {
  content: "\e910";
  color: #89c997;
}

input[type="submit"] {
  border-style: none;
  line-height: 1;
  background: #222;
  color: #fff;
  font-size: 16px;
  border-radius: 1000px;
  text-align: center;
  min-width: 80px;
  padding: 7px 20px;
}

input[type="submit"]:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.ratio {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
}

.ratio img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .header__body, .gnav ul {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.has-brackets {
  text-indent: -.4em;
}

.breadcrumb {
  display: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: flex;
    margin-bottom: 5px;
    margin-top: -32px;
  }
  .breadcrumb li:not(:last-child):after {
    content: ">";
    font-size: 12px;
    color: #999;
    padding: 0 5px;
  }
  .breadcrumb a {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
  }
}

.header {
  background: #2d2b21;
  padding: 25px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 15px 0;
  }
}

.header__sitename {
  color: #fff;
  font-family: "Cabin Sketch", "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header__sitename {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__sitename {
    margin-right: 10px;
    font-size: 42px;
  }
}

.header__desc {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header__desc {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__desc {
    margin-right: 10px;
    font-size: 13px;
  }
}

.header a:hover, .header a:active, .header a:focus {
  color: #fff;
}

.entry-data {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .entry-data {
    align-items: center;
  }
}

.entry-data__category {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .entry-data__category {
    font-size: 14px;
    display: flex;
    flex: 1;
  }
}

.entry-data__category a {
  color: #999;
}

@media only screen and (max-width: 767px) {
  .entry-data__category a {
    display: block;
  }
}

.entry-data__category span {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .entry-data__category span {
    display: block;
  }
}

.entry-data__image {
  width: 30px;
}

.entry-data__image img {
  border-radius: 3px;
}

.entry-list-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .entry-list-title {
    margin: 40px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry-list-title {
    font-size: 22px;
  }
}

.entry-list {
  padding: 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .entry-list {
    margin: 20px 20px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .entry-list {
    padding: 50px;
  }
}

.list-item a {
  display: flex;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .list-item a {
    padding: 30px 0;
  }
}

.list-item figure {
  flex: 0 0 40px;
}

@media only screen and (min-width: 768px) {
  .list-item figure {
    flex: 0 0 85px;
  }
}

.list-item figure img {
  border-radius: 3px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .list-item figure img {
    height: 85px;
  }
}

.list-item__body {
  margin-left: 10px;
  min-width: 0;
}

@media only screen and (min-width: 768px) {
  .list-item__body {
    margin-left: 20px;
  }
}

.list-item__title {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .list-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .list-item__desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .list-item__desc {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.list-item__category {
  display: inline-block;
  background: #2d2b21;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.list-item__date {
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
}

.list-item li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.list-item li:first-child a {
  padding-top: 0;
}

.list-item li:last-child a {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .main {
    display: flex;
    min-width: 1px;
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .contents {
    flex: 0 1 900px;
    min-width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .side {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .side {
    flex: 0 0 300px;
    margin-left: 60px;
  }
}

.sidebar-widget .widgettitle {
  background: #2d2b21;
  color: #fff;
  font-family: "Cabin Sketch", "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1;
  padding: 10px 8px 8px 20px;
  border-radius: 0 1000px 1000px 0;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .sidebar-widget .widgettitle {
    padding: 10px 8px 8px;
  }
}

.sidebar-widget .widget {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget .widget ul {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar-widget .widget > ul {
    padding-right: 30px;
  }
}

.widget_categories li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-top: 10px;
}

.widget_categories a {
  display: inline;
  word-break: break-all;
}

.widget_categories a:before {
  content: "・";
}

.popular-posts ul > li {
  margin-bottom: 0;
}

.popular-posts ul > li a {
  display: flex;
  margin-top: 15px;
}

.popular-posts ul > li figure {
  flex: 0 0 40px;
}

.popular-posts ul > li figure img {
  border-radius: 3px;
}

.popular-posts ul > li div {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.popular-posts ul > li:first-child a {
  margin-top: 0;
}

.footer {
  background: #2d2b21;
  padding: 30px 10px 50px;
  margin-top: 60px;
}

.footer a {
  color: #666;
  font-size: 14px;
}

.footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer ul li {
  padding: 0 20px;
}

.notfound {
  width: 1200px;
  max-width: 100%;
  text-align: center;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {
  .notfound {
    margin: 0 auto;
    padding: 100px 0 60px;
  }
}

.notfound__text1 {
  font-size: 20px;
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
  .notfound__text1 {
    font-size: 30px;
  }
}

.notfound__text2 {
  font-size: 30px;
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
  .notfound__text2 {
    font-size: 50px;
  }
}

.notfound__button {
  margin-top: 30px;
}

.page-entry,
.post-entry {
  background: #fff;
  padding: 20px;
  margin: 0 20px 30px;
}

@media only screen and (min-width: 768px) {
  .page-entry,
  .post-entry {
    padding: 50px;
    margin: 0 0 50px 0;
  }
}

.page-entry h1,
.post-entry h1 {
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .page-entry h1,
  .post-entry h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.page-entry h2,
.post-entry h2 {
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
  border-bottom: 1px dashed #2d2b21;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .page-entry h2,
  .post-entry h2 {
    font-size: 28px;
    margin: 60px 0 40px;
  }
}

.page-entry h3,
.post-entry h3 {
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  margin: 30px 0;
  font-weight: 700;
  border-left: 8px solid #444;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .page-entry h3,
  .post-entry h3 {
    font-size: 22px;
    margin: 40px 0;
  }
}

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

@media only screen and (min-width: 768px) {
  .entry-content {
    margin-top: 60px;
    max-width: 700px;
  }
}

.entry-content > p {
  font-size: 16px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .entry-content > p {
    padding: 0 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.entry-content > p a {
  color: #38bea2;
  text-decoration: underline;
}

.entry-content > figure,
.entry-content > img {
  display: block;
  margin: 30px auto;
}

@media only screen and (min-width: 768px) {
  .entry-content > figure,
  .entry-content > img {
    margin: 40px auto;
  }
}

.entry-content figcaption {
  color: #666;
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .entry-content figcaption {
    font-size: 14px;
  }
}

.entry-content .ext-img, .entry-content > figure img, .entry-content > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > figure {
  text-align: center;
}

.entry-content > ul:not([class]),
.entry-content > ol:not([class]) {
  background: #f7f7f7;
  margin: 30px 0;
  padding: 10px 15px 10px calc(15px + 1.5em);
}

@media only screen and (min-width: 768px) {
  .entry-content > ul:not([class]),
  .entry-content > ol:not([class]) {
    margin: 60px 30px 60px;
    padding: 20px 20px 20px calc(20px + 2em);
  }
}

.entry-content > ul:not([class]) li,
.entry-content > ol:not([class]) li {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .entry-content > ul:not([class]) li,
  .entry-content > ol:not([class]) li {
    margin-top: 10px;
  }
}

.entry-content > ul:not([class]) {
  list-style: circle;
}

.entry-content > ol:not([class]) {
  list-style: decimal;
}

.entry-content > .google-auto-placed {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .entry-content > .google-auto-placed {
    margin-bottom: 60px;
  }
}

.share {
  text-align: center;
  margin: 40px -5px;
  background: #f7f7f7;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .share {
    margin-top: 80px;
    padding: 30px 0 20px;
    margin: 60px auto;
  }
}

.share ul {
  display: flex;
  justify-content: center;
}

.share a {
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .share a {
    font-size: 14px;
  }
}

.share a i {
  display: block;
  font-size: 35px;
}

@media only screen and (min-width: 768px) {
  .share a i {
    font-size: 40px;
  }
}

.share li {
  min-width: 1px;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .share li {
    margin: 0 20px;
  }
}

.share .is-tw a {
  color: #00AAEE;
}

.share .is-fb a {
  color: #235898;
}

.share .is-hatebu a {
  color: #00a4de;
}

.share .is-line a {
  color: #57CE01;
}

.share .is-pocket a {
  color: #ef4457;
}

.post-category {
  margin-top: 10px;
}

.post-category span {
  color: #444;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

.post-category a {
  color: #999;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  font-size: 14psx;
}

.post-category a:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
}

.pagenav {
  margin-top: 30px;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .pagenav {
    padding-top: 30px;
    margin-bottom: -20px;
    margin-top: 60px;
  }
}

.pagenav li {
  flex: 0 0 50%;
  min-width: 1px;
  position: relative;
}

.pagenav li:first-child a {
  padding-right: 15px;
}

.pagenav li:first-child a:before {
  content: "\e904";
  left: -20px;
}

@media only screen and (min-width: 768px) {
  .pagenav li:first-child a:before {
    left: -30px;
  }
}

.pagenav li:last-child a {
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

.pagenav li:last-child a:before {
  content: "\e905";
  right: -20px;
}

@media only screen and (min-width: 768px) {
  .pagenav li:last-child a:before {
    right: -30px;
  }
}

.pagenav a:before {
  transform: translateY(-50%);
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .pagenav figure {
    display: none;
  }
}

.pagenav figure img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .pagenav a {
    display: block;
  }
  .pagenav figure {
    height: 50px;
    margin-bottom: 5px;
  }
  .pagenav p {
    font-size: 14px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) {
  .pagenav a {
    display: flex;
  }
  .pagenav figure {
    flex: 0 0 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pagenav figure {
    flex: 0 0 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .pagenav p {
    padding-left: 10px;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
    height: 58.8px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .kanren {
    margin: 20px 0;
  }
}

.kanren h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .kanren h2 {
    margin-bottom: 20px;
  }
}

.kanren li {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.5;
}

.kanren li:before {
  content: "・";
}

.kanren a {
  word-break: break-all;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle a {
  font-size: 32px;
  position: absolute;
  top: 30px;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  line-height: 1;
  padding: 5px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .gnav-close {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
  .gnav.is-active {
    display: block;
    position: fixed;
    min-height: 100%;
    text-align: center;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    background: #2d2b21;
    padding: 50px 15px 30px;
  }
  .gnav.is-active ul {
    display: flex;
    flex-direction: column;
  }
  .gnav.is-active li {
    margin: 5px 0;
  }
  .gnav.is-active a {
    color: #fff;
    font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 32px;
    margin: 10px 0;
  }
  .gnav.is-active .gnav-close {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .gnav.is-active .gnav-close i {
    font-size: 40px;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .gnav {
    border-bottom: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 768px) {
  .gnav ul {
    display: flex;
  }
  .gnav ul li {
    border-left: 1px solid #e5e5e5;
  }
  .gnav ul li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .gnav ul a {
    display: block;
    font-size: 18px;
    color: #aaa;
    line-height: 1;
    padding: 20px 40px;
  }
  .gnav ul a:hover {
    background: #ede8e8;
  }
}

@media only screen and (max-width: 767px) {
  .pagenation {
    display: flex;
    background: #fff;
    margin: 15px 20px;
  }
  .pagenation li {
    flex: 0 0 50%;
    position: relative;
  }
  .pagenation li:first-child {
    border-right: 1px solid #ddd;
  }
  .pagenation li:first-child i {
    left: 10px;
  }
  .pagenation li:last-child {
    text-align: right;
  }
  .pagenation li:last-child i {
    right: 10px;
  }
  .pagenation i {
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
  }
  .pagenation a {
    display: block;
    padding: 15px 40px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  .pagenation {
    display: flex;
    justify-content: center;
    border-radius: 1000px;
    margin-top: 60px;
  }
  .pagenation a,
  .pagenation span {
    margin: 0 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 1000px;
    background: #2d2b21;
    color: #fff;
    position: relative;
  }
  .pagenation a.current,
  .pagenation span.current {
    pointer-events: none;
    color: #2d2b21;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #2d2b21;
  }
  .pagenation a.dots,
  .pagenation span.dots {
    background: transparent;
    color: #444;
    margin: 0;
  }
  .pagenation i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .pagenation.pc-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pagenation.sp-only {
    display: none;
  }
}

pre {
  margin: 30px -20px;
}

@media only screen and (min-width: 768px) {
  pre {
    margin: 50px -50px;
  }
}

.hljs {
  font-size: 14px;
  font-family: "Source Code Pro", monospace;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .hljs {
    padding: 25px 50px;
  }
}

.hljs-ln td.hljs-ln-numbers {
  padding-right: 15px;
  color: #999;
}

pre[class*=filename] {
  position: relative;
}

pre[class*=filename] code {
  padding-top: 35px;
}

pre .filename {
  line-height: 1;
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  pre .filename {
    left: 50px;
    top: 0;
  }
}

div#ez-toc-container {
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 50px;
}

div#ez-toc-container .ez-toc-title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 13px;
}

div#ez-toc-container .ez-toc-list li {
  text-indent: -.7em;
  padding-left: .7em;
  margin-bottom: 5px;
  line-height: 1.4;
}

div#ez-toc-container .ez-toc-list li a {
  word-break: break-all;
  display: inline;
  font-size: 13px;
}

div#ez-toc-container .ez-toc-list li:before {
  content: "- ";
}

.side-author {
  padding: 30px 20px 20px;
  text-align: center;
  border: 1px solid #efefef;
  background: #fff;
}

.side-author figure {
  width: 130px;
  height: 130px;
  border-radius: 1000px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.side-author figure img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.side-author__name {
  margin: 5px 0 10px;
  font-weight: 700;
}

.side-author__desc {
  text-align: left;
  padding: 10px 10px 0 10px;
  word-break: break-all;
}

.side-author__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-author__sns li {
  margin: 0 2px;
}

.side-author__sns a {
  font-size: 36px;
  display: block;
  line-height: 1;
}

.side-author__sns .icon-prof-twitter {
  color: #00AAEE;
}

.side-author__sns .icon-prof-note {
  color: #2cb696;
  font-size: 120%;
}

@media only screen and (max-width: 767px) {
  .blog-ranking {
    text-align: center;
  }
}

.basic-box {
  margin: 30px 0;
  padding: 20px;
  background: #fff0da;
}

@media only screen and (min-width: 768px) {
  .basic-box {
    margin: 30px;
    padding: 30px;
  }
}

.basic-box .title {
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif, "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffa24f;
}

@media only screen and (min-width: 768px) {
  .basic-box .title {
    font-size: 24px;
  }
}

.basic-box.type02 {
  background: #fbf4f4;
}

.basic-box.type02 .title {
  color: #fd9393;
}

.basic-box.type03 {
  background: #f4f1f1;
}

.basic-box.type03 .title {
  color: #898989;
}

.flag-box {
  margin: 30px 0;
  padding: 20px;
  background: #fff9e5;
}

@media only screen and (min-width: 768px) {
  .flag-box {
    margin: 30px;
    padding: 30px;
  }
}

.flag-box .title {
  display: inline-block;
  background: #ffc168;
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif, "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 0 1000px 1000px 0;
  padding: 0 20px;
  margin-left: -30px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .flag-box .title {
    margin-left: -40px;
    font-size: 24px;
    padding: 0 30px 0 30px;
  }
}

.line-box {
  border: 1px solid #ccc;
  margin: 30px 10px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .line-box {
    margin: 60px 30px;
    padding: 30px;
  }
}

.line-box.dots {
  border: 2px dashed #ddd;
}

.ad-button {
  text-align: center;
  margin: 30px auto;
}

@media only screen and (min-width: 768px) {
  .ad-button {
    margin-bottom: 60px;
  }
}

.ad-button a {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ad-button a {
    width: auto;
    max-width: 100%;
    min-width: 360px;
  }
}

.ad-button__text {
  color: #aaa;
  font-weight: 700;
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ad-button__text {
    font-size: 20px;
  }
}

.ad-button.type01 a {
  background: #38bea2;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 20px 9px;
  border-radius: 5px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .ad-button.type01 a {
    font-size: 20px;
  }
}

.ad-button.type02 a {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 13px 10px 13px;
  background-image: linear-gradient(-20deg, #209cff 0%, #68e0cf 100%);
  border-radius: 1000px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .ad-button.type02 a {
    font-size: 24px;
    padding: 13px 20px 13px;
  }
}

.link {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .link {
    margin: 30px 0;
    padding: 15px;
  }
}

.link a {
  word-break: break-all;
  text-indent: -25px;
  padding-left: 25px;
  color: #38bea2;
}

.link a:before {
  color: #38bea2;
  content: "\e907";
  font-family: "icomoon";
  font-size: 120%;
  margin-right: 5px;
  vertical-align: -3px;
}

.small-code {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background: #364549;
  font-family: "Source Code Pro", monospace;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.naibu {
  line-height: 2;
  color: #444;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .naibu {
    margin-bottom: 60px;
  }
}

.naibu .title {
  font-weight: 700;
}

.naibu li {
  display: flex;
  min-width: 0;
}

.naibu li:before {
  content: "・";
}

.naibu a {
  color: #38bea2;
  text-decoration: underline;
  word-break: break-all;
  font-size: 16px;
}

.naibu.border {
  border: 1px solid #ccc;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .naibu.border {
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .naibu.border .title {
    margin-bottom: 5px;
  }
}

.naibu.box {
  background: #f4f1f1;
  position: relative;
  margin-top: 62px;
}

@media only screen and (min-width: 768px) {
  .naibu.box {
    margin-top: 102px;
  }
}

.naibu.box .title {
  background: #f4f1f1;
  position: absolute;
  display: inline-block;
  top: -32px;
  border-radius: 10px 10px 0 0;
  color: #898989;
  padding: 5px 15px 0;
}

@media only screen and (min-width: 768px) {
  .naibu.box .title {
    padding: 5px 20px 0;
    margin-bottom: 0;
  }
}

.naibu.box ul {
  padding: 5px 15px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .naibu.box ul {
    padding: 25px 25px 25px;
  }
}

.naibu-type02 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 {
    margin-bottom: 60px;
  }
}

.naibu-type02 a {
  border: 1px solid #ddd;
  color: #888;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 a {
    display: flex;
    min-width: 0;
    align-items: center;
  }
}

.naibu-type02 .title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 .title {
    font-size: 16px;
  }
}

.naibu-type02 figure {
  flex: 0 0 180px;
}

.naibu-type02 .detail {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 .detail {
    padding: 15px;
  }
}

.naibu-type02 .post-title {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 .post-title {
    font-size: 16px;
  }
}

.naibu-type02 .date {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .naibu-type02 .date {
    font-size: 14px;
  }
}

.baloon {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .baloon {
    margin-bottom: 60px;
  }
}

.baloon .talk p {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding: 8px 15px;
  text-align: left;
  min-height: 50px;
  word-break: normal;
  display: flex;
  min-width: 2.5em;
  align-items: center;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .baloon .talk p {
    max-width: 80%;
    font-size: 16px;
    min-height: 80px;
    padding: 10px 20px;
  }
}

.baloon .talk p:after {
  content: "";
  position: absolute;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .baloon .talk p:after {
    top: 35px;
  }
}

.baloon .left .talk {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .baloon .left .talk {
    padding-left: 20px;
  }
}

.baloon .left .talk p {
  margin-right: auto;
  background: #d6f0ed;
}

.baloon .left .talk p:after {
  border: 8px solid transparent;
  border-right: 15px solid #d6f0ed;
  left: -20px;
}

.baloon .right {
  flex-direction: row-reverse;
}

.baloon .right .talk {
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .baloon .right .talk {
    padding-right: 20px;
  }
}

.baloon .right .talk p {
  margin-left: auto;
  background: #fdf0db;
}

.baloon .right .talk p:after {
  border: 8px solid transparent;
  border-left: 15px solid #fdf0db;
  right: -20px;
}

.baloon figure {
  flex: 0 0 50px;
}

@media only screen and (min-width: 768px) {
  .baloon figure {
    flex: 0 0 80px;
  }
}

.baloon figure img {
  border-radius: 1000px;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .baloon figure img {
    width: 80px;
    height: 80px;
  }
}

.baloon .talk-group {
  display: flex;
  min-width: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .ad-box {
    margin: 30px 0;
  }
  .ad-box figure {
    margin-bottom: 20px;
    text-align: center;
  }
  .ad-box img {
    width: auto;
    height: auto;
    max-height: 250px;
    max-width: 100%;
  }
  .ad-box__title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
  }
  .ad-box__subline {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
  }
  .ad-box ul a {
    color: #fff;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 20px 10px 0;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 700;
  }
  .ad-box ul .is-amazon a {
    background: #f19149;
  }
  .ad-box ul .is-rakuten a {
    background: #e23830;
  }
  .ad-box ul .is-all a {
    background: #38bea2;
  }
}

@media only screen and (min-width: 768px) {
  .ad-box {
    display: flex;
    flex-direction: row-reverse;
    width: 600px;
    max-width: 100%;
    margin: 60px auto;
  }
  .ad-box__body {
    width: 100%;
  }
  .ad-box figure {
    margin-left: 30px;
    text-align: center;
  }
  .ad-box img {
    width: auto;
    height: auto;
    max-height: 250px;
    max-width: 250px;
  }
  .ad-box a {
    color: #444;
  }
  .ad-box__title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
  }
  .ad-box__subline {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
  }
  .ad-box ul {
    display: flex;
    margin: 40px -5px 0 -5px;
  }
  .ad-box ul li {
    margin-top: auto;
    flex: 1 1 50%;
    min-width: 1px;
  }
  .ad-box ul a {
    color: #fff;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  .ad-box ul .is-amazon a {
    background: #f19149;
  }
  .ad-box ul .is-rakuten a {
    background: #e23830;
  }
  .ad-box ul .is-all a {
    background: #38bea2;
  }
}

.ad-box.border {
  border: 5px solid #eee;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .ad-box.border {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .ad-box.border img {
    max-width: 150px;
  }
}

.ad-button {
  text-align: center;
  margin: 30px auto;
}

@media only screen and (min-width: 768px) {
  .ad-button {
    margin-bottom: 60px;
  }
}

.ad-button a {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ad-button a {
    max-width: 100%;
    min-width: 360px;
  }
}

.ad-button__text {
  color: #aaa;
  font-weight: 700;
  font-family: "M PLUS 1p", "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ad-button__text {
    font-size: 20px;
  }
}

.ad-button.type01 a {
  background: #38bea2;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 20px 9px;
  border-radius: 5px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .ad-button.type01 a {
    font-size: 20px;
  }
}

.ad-button.type02 a {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 13px 10px 13px;
  background-image: linear-gradient(-20deg, #209cff 0%, #68e0cf 100%);
  border-radius: 1000px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .ad-button.type02 a {
    font-size: 24px;
    padding: 13px 20px 13px;
  }
}

.adsbygoogle {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .adsbygoogle {
    margin-bottom: 40px;
  }
}
