@charset "UTF-8";
/*
theme Name: Drawer
Author: Yukichi Works
Description: 自作テーマ
version： 1.0.0
*/
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

/*共通*/
/* 色設定 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #efefe8;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto !important;
}

@media (max-width: 1279px) {
  .inner {
    margin: 0 20px;
    width: 100%;
  }
}

a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1,
.header-logo {
  font-size: 34px;
  font-weight: bold;
  float: left;
  margin-right: 26px;
}

h1 a,
.header-logo a {
  color: #fff;
}

@media (max-width: 640px) {
  h1,
  .header-logo {
    float: none;
  }
}

/* header */
header {
  background-color: #323753;
  color: #fff;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  header {
    margin-bottom: 20px;
  }
}

header .inner {
  padding: 25px 0 31px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  header .inner {
    padding: 25px 20px 31px 20px;
  }
}

@media (max-width: 640px) {
  header .inner {
    padding: 10px 20px;
  }
}

header .inner .header-sub {
  margin-top: 19px;
}

@media (max-width: 640px) {
  header .inner .header-sub {
    margin-top: 0;
  }
}

header .inner .drawer {
  display: none;
}

@media (max-width: 768px) {
  header .inner .drawer {
    display: block;
  }
  header .inner .drawer .drawer-hamburger {
    color: #fff;
    top: 15px;
    right: 20px;
    background-color: #323753;
    padding: 10px 9px;
    border-radius: 50px;
  }
  header .inner .drawer .drawer-hamburger i {
    font-size: 26px;
  }
  header .inner .drawer .drawer-content {
    color: #fff;
    background-color: #555;
  }
}

header .inner .drawer .drawer-nav {
  text-align: center;
  padding: 20px 0;
}

header .inner .drawer .drawer-nav .search-form {
  width: 95%;
  border: 1px solid #efefe8;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
}

header .inner .drawer .drawer-nav .search-form .search-field {
  width: 75%;
  padding: 5px 0 5px 5px;
  border-radius: 5px 0 0 5px;
}

header .inner .drawer .drawer-nav .search-form .search-submit {
  width: 20%;
  padding: 0;
}

header .inner .drawer .drawer-nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #efefe8;
}

header .inner .drawer .drawer-nav li a:hover {
  background-color: #efefe8;
}

header .inner .drawer-open .drawer-hamburger {
  display: none;
}

.header-nav {
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}

.header-nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 475px) {
  .header-nav .header-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-nav .header-list li {
  min-width: 145px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 475px) {
  .header-nav .header-list li {
    width: 50%;
  }
}

.header-nav .header-list li::before {
  position: absolute;
  content: "";
  background: #323753;
  width: 15px;
  height: 100%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav .header-list li::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 2px;
  left: auto;
  width: 90%;
  height: 20px;
  max-width: 300px;
  background: #666;
  -webkit-box-shadow: 0 15px 10px #666;
  box-shadow: 0 15px 10px #666;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.header-nav .header-list li:hover {
  border-radius: 0 0px 73px 0 / 0 48px 73px 0;
}

.header-nav .header-list li:hover::before {
  border-radius: 0 0px 73px 0 / 0 48px 73px 0;
  height: 95%;
}

.header-nav .header-list li:hover::after {
  right: 7px;
}

.header-nav .header-list li a {
  color: #333 !important;
  font-weight: bold;
  display: block;
  padding: 7px 15px 7px 10px;
}

#content {
  width: 100%;
  padding: 0 20px;
}

#content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #content .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#content .inner #primary {
  max-width: 820px;
  margin-right: 40px;
}

@media (max-width: 1279px) {
  #content .inner #primary {
    max-width: 66.388%;
  }
}

@media (max-width: 768px) {
  #content .inner #primary {
    max-width: 100%;
    margin-right: 0;
  }
}

#content .inner .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1279px) {
  #content .inner .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 475px) {
  #content .inner .entries {
    margin-top: 0;
  }
}

#content .inner .entries .entry-item {
  width: 47.5%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

@media (max-width: 1279px) {
  #content .inner .entries .entry-item {
    width: 47%;
  }
}

@media (max-width: 475px) {
  #content .inner .entries .entry-item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

#content .inner .entries .entry-item:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

#content .inner .entries .entry-item:nth-child(odd) {
  margin-right: 40px;
}

@media (max-width: 1279px) {
  #content .inner .entries .entry-item:nth-child(odd) {
    margin-right: 0;
  }
}

#content .inner .entries .entry-item-img {
  position: relative;
}

#content .inner .entries .entry-item-img .entry-item-tag {
  position: absolute;
  color: #fff;
  font-size: 14px;
  background-color: #f18137;
  margin: 10px;
  padding: 3px 6px;
  border-radius: 50px;
}

#content .inner .entries .entry-item-img img {
  vertical-align: bottom;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}

#content .inner .entries .entry-item-body {
  background-color: #fff;
  padding: 13px;
}

#content .inner .entries .entry-item-body .time {
  font-size: 14px;
}

#content .inner .entries .entry-item-body .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
}

/* pagenation */
.pagenation {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.pagenation .page-numbers {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  margin: 0 7px;
  background-color: #fff;
  display: inline-block;
}

.pagenation .current {
  background-color: #323753;
  color: #fff;
}

.pagenation a:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/* secondary */
#secondary {
  max-width: 340px;
  /* widget共通 */
  /* widget_search */
  /* wprofile */
  /* widget_popular */
  /* rpwe_widget */
  /* widget_archive */
  /* よく読む記事  custom-html-widget */
}

@media (max-width: 1279px) {
  #secondary {
    width: 33.276%;
  }
}

@media (max-width: 768px) {
  #secondary {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

#secondary .widget {
  background-color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #secondary .widget {
    max-width: 100%;
  }
}

#secondary .widget .widget-title {
  background-color: #323753;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 7px;
}

#secondary .widget .wpost-items {
  padding: 13px;
}

#secondary .widget .wpost-items .wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#secondary .widget .wpost-items .wpost-item:hover {
  opacity: 0.8;
}

#secondary .widget .wpost-items .wpost-item:last-child {
  margin-bottom: 0;
}

#secondary .widget .wpost-items .wpost-item .wpost-item-img img {
  max-width: 108px;
  height: 67px;
  margin-right: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}

#secondary .widget .wpost-items .wpost-item .wpost-item-body .wpost-item-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 768px) {
  #secondary .widget .wpost-items .wpost-item .wpost-item-body .wpost-item-title {
    font-size: 16px;
  }
}

#secondary .widget_search {
  height: 48px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #secondary .widget_search {
    display: none;
  }
}

#secondary .widget_search .search-form .search-field {
  width: 292px;
}

@media (max-width: 1024px) {
  #secondary .widget_search .search-form .search-field {
    width: 200px;
  }
}

#secondary .widget_search .search-form .screen-reader-text {
  display: none;
}

#secondary .widget_search .search-form .search-field {
  height: 48px;
}

#secondary .widget_search .search-submit {
  height: 48px;
  width: 48px;
  background-color: #323753;
  position: absolute;
  right: 0;
}

#secondary .widget_search .search-submit i {
  color: #fff;
  font-size: 25px;
}

#secondary .wprofile .wprofile-img {
  text-align: center;
  margin-top: 20px;
}

#secondary .wprofile .wprofile-img img {
  border-radius: 50%;
  width: 153px;
  height: auto;
}

#secondary .wprofile .wprofile-name {
  text-align: center;
}

#secondary .wprofile .wprofile-name p {
  font-size: 18px;
  font-weight: bold;
}

#secondary .wprofile .wprofile-content {
  padding: 13px;
}

#secondary .popular-posts .wpp-list {
  padding: 13px;
}

@media (max-width: 768px) {
  #secondary .popular-posts .wpp-list {
    display: block;
  }
}

#secondary .popular-posts li {
  height: auto;
}

#secondary .popular-posts li:hover {
  opacity: 0.8;
}

#secondary .popular-posts li a {
  display: block;
}

#secondary .popular-posts li .wpp-post-title {
  height: 67px;
}

#secondary .popular-posts .wpost-item-img img {
  width: 108px;
  height: auto;
  margin-right: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}

#secondary .rpwe_widget .rpwe-block {
  padding: 13px;
}

#secondary .rpwe_widget .rpwe-block ul li {
  border: none;
  margin-bottom: 0;
}

#secondary .rpwe_widget .rpwe-block ul li a {
  display: block;
  height: 67px;
  width: 100%;
}

#secondary .rpwe_widget .rpwe-block ul li a .rpwe-thumb {
  border: none !important;
  padding: 0 !important;
}

#secondary .widget_archive ul li {
  border-bottom: 1px solid #e7e7e7;
}

#secondary .widget_archive ul li:hover {
  opacity: 0.8;
}

#secondary .widget_archive ul li a {
  padding: 13px;
  position: relative;
  display: block;
}

#secondary .widget_archive ul li a::after {
  color: #333;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#secondary .wpp-post-title {
  font-weight: bold;
  font-size: 14px;
}

/* primary-404 */
.m_404,
.m_one {
  width: 100%;
  margin: 60px 0;
}

.m_404 .primary-404,
.m_one .primary-404 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

.m_404 .primary-404 .entry-404-head,
.m_one .primary-404 .entry-404-head {
  margin: 0 auto;
  float: none;
  font-size: 64px;
  font-weight: bold;
  color: #686868;
}

.m_404 .primary-404 .entry-404-head span,
.m_one .primary-404 .entry-404-head span {
  font-size: 68px;
  font-weight: bold;
}

.m_404 .primary-404 .entry-404-content,
.m_one .primary-404 .entry-404-content {
  margin-bottom: 40px;
}

.m_404 .primary-404 .entry-404-btn,
.m_one .primary-404 .entry-404-btn {
  margin-bottom: 20px;
}

.m_404 .primary-404 .entry-404-btn .btn,
.m_one .primary-404 .entry-404-btn .btn {
  background-color: #686868;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}

.m_404 .primary-404 .entry-404-btn .btn:hover,
.m_one .primary-404 .entry-404-btn .btn:hover {
  opacity: 0.8;
}

/* page .m_one */
.m_one #primary {
  max-width: 1200px;
  margin: 0 auto;
}

.m_one #primary .entry-body {
  border: none;
}

/* archive category */
.archive-head {
  margin: 9px 0 16px 0;
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444;
}

@media (max-width: 475px) {
  .archive-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .archive-head {
    width: 100%;
  }
}

.archive-head h1 {
  float: none;
  font-size: 24px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #efefe8), to(#f7e490));
  background: linear-gradient(#efefe8 49%, #f7e490);
}

@media (max-width: 640px) {
  .archive-head h1 {
    font-size: 20px;
  }
}

.archive-head i {
  margin-right: 10px;
}

.archive-head .archive-lead {
  font-size: 24px;
  padding-right: 20px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #efefe8), to(#f7e490));
  background: linear-gradient(#efefe8 49%, #f7e490);
}

/* footer-menu */
#footer-menu {
  background-color: #323753;
  color: #fff;
  padding: 20px;
}

#footer-menu h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 5px;
}

#footer-menu a {
  color: #fff;
}

#footer-menu a:hover {
  opacity: 0.7;
}

#footer-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 640px) {
  #footer-menu .inner {
    display: block;
  }
}

#footer-menu .inner .footer-left,
#footer-menu .inner .footer-middle,
#footer-menu .inner .footer-right {
  width: 30%;
}

@media (max-width: 640px) {
  #footer-menu .inner .footer-left,
  #footer-menu .inner .footer-middle,
  #footer-menu .inner .footer-right {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #footer-menu .inner .footer-middle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-menu .inner .footer-middle ul li {
    margin-right: 20px;
  }
}

#footer-menu .inner .footer-logo {
  font-size: 34px;
}

#footer-menu .inner .footer-left {
  margin-right: 20px;
}

/* footer */
footer {
  text-align: center;
  color: #fff;
  background-color: #393939;
}

footer a {
  color: #fff;
}

/* floating */
.floating {
  position: fixed;
  right: 13px;
  bottom: 13px;
  z-index: 3;
}

.floating a {
  background-color: #323753;
  display: block;
  border-radius: 50%;
  padding: 14px 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating a:hover {
  opacity: 0.8;
}

.floating a i {
  font-size: 26px;
  color: #fff;
}

/* single-conten */
.single-content .entry,
.m_one .entry {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 40px;
  /*breadcrumb*/
  /* entry-meta */
  /* entry-img */
  /* entry-sns */
  /* entry-tag-items */
  /* entry-related */
}

@media (max-width: 640px) {
  .single-content .entry,
  .m_one .entry {
    padding: 20px 20px;
  }
}

@media (max-width: 320px) {
  .single-content .entry,
  .m_one .entry {
    padding: 20px 10px;
  }
}

.single-content .entry .breadcrumb,
.m_one .entry .breadcrumb {
  margin-bottom: 20px;
}

.single-content .entry .breadcrumb a:hover,
.m_one .entry .breadcrumb a:hover {
  opacity: 0.6;
}

.single-content .entry .breadcrumb .fa-home,
.m_one .entry .breadcrumb .fa-home {
  font-size: 14px;
}

.single-content .entry .entry-header h1,
.m_one .entry .entry-header h1 {
  display: inline-block;
}

.single-content .entry .entry-header h1 span,
.m_one .entry .entry-header h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #ffffff), to(#f7e490));
  background: linear-gradient(#ffffff 49%, #f7e490);
  font-weight: bold;
}

@media (max-width: 640px) {
  .single-content .entry .entry-header h1,
  .m_one .entry .entry-header h1 {
    font-size: 20px;
  }
}

.single-content .entry .entry-header .entry-item-img,
.m_one .entry .entry-header .entry-item-img {
  width: 100%;
}

.single-content .entry .entry-header .entry-item-img img,
.m_one .entry .entry-header .entry-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-content .entry .entry-body,
.m_one .entry .entry-body {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.single-content .entry .entry-body #toc_container,
.m_one .entry .entry-body #toc_container {
  border: solid 1px #323753;
  margin: 20px auto;
  padding: 0;
}

.single-content .entry .entry-body #toc_container .toc_title,
.m_one .entry .entry-body #toc_container .toc_title {
  text-align: center;
  background-color: #323753;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.single-content .entry .entry-body #toc_container .toc_toggle,
.m_one .entry .entry-body #toc_container .toc_toggle {
  display: none;
}

.single-content .entry .entry-body #toc_container .toc_list,
.m_one .entry .entry-body #toc_container .toc_list {
  padding: 13px;
}

.single-content .entry .entry-body #toc_container .toc_list .toc_depth_1,
.m_one .entry .entry-body #toc_container .toc_list .toc_depth_1 {
  background-color: #323753;
  color: #fff;
  border-radius: 50px;
  padding: 2px 8px;
  font-weight: bold;
}

.single-content .entry .entry-body #toc_container .toc_list .toc_depth_2,
.single-content .entry .entry-body #toc_container .toc_list .toc_depth_3,
.m_one .entry .entry-body #toc_container .toc_list .toc_depth_2,
.m_one .entry .entry-body #toc_container .toc_list .toc_depth_3 {
  display: none;
}

.single-content .entry .entry-body #toc_container .toc_list li ul li a,
.m_one .entry .entry-body #toc_container .toc_list li ul li a {
  margin-left: 31px;
}

.single-content .entry .entry-body .wp-block-image,
.m_one .entry .entry-body .wp-block-image {
  margin: 20px 0;
}

.single-content .entry .entry-body .wp-block-image img,
.m_one .entry .entry-body .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.single-content .entry h1,
.m_one .entry h1 {
  font-size: 28px;
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
}

@media (max-width: 640px) {
  .single-content .entry h1,
  .m_one .entry h1 {
    font-size: 20px;
  }
}

.single-content .entry h2,
.m_one .entry h2 {
  background-color: #323753;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 13px 23px;
  position: relative;
  margin-bottom: 30px;
}

.single-content .entry h2:after,
.m_one .entry h2:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 10px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -10px;
  border-top-color: #323753;
  top: 100%;
  left: 13%;
}

.single-content .entry h3,
.m_one .entry h3 {
  font-size: 22px;
  font-weight: bold;
  border-left: solid 5px #323753;
  padding-left: 14px;
  margin-bottom: 20px;
}

.single-content .entry h4,
.m_one .entry h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.single-content .entry h4::after,
.m_one .entry h4::after {
  color: #323753;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-content .entry p,
.m_one .entry p {
  margin-bottom: 20px;
}

.single-content .entry p a,
.m_one .entry p a {
  color: #34aadc;
  font-weight: bold;
  border-bottom: 1px solid #34aadc;
  word-break: break-all;
}

.single-content .entry p a:hover,
.m_one .entry p a:hover {
  opacity: 0.8;
}

.single-content .entry .entry-btn,
.m_one .entry .entry-btn {
  text-align: center;
  margin-bottom: 30px;
}

.single-content .entry .entry-btn a,
.m_one .entry .entry-btn a {
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #eb6100;
  padding: 10px 20px;
  border-radius: 5px;
}

.single-content .entry .entry-btn a:hover,
.m_one .entry .entry-btn a:hover {
  opacity: 0.8;
}

.single-content .entry .entry-meta,
.m_one .entry .entry-meta {
  margin-bottom: 7px;
}

.single-content .entry .entry-meta time,
.m_one .entry .entry-meta time {
  font-size: 16px;
  font-weight: bold;
  color: #6e6e6e;
  margin-right: 10px;
}

.single-content .entry .entry-img img,
.m_one .entry .entry-img img {
  width: 100%;
}

.single-content .entry .entry-sns,
.m_one .entry .entry-sns {
  background-color: #f1f1f1;
  padding: 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns,
  .m_one .entry .entry-sns {
    padding: 10px;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns,
  .m_one .entry .entry-sns {
    padding: 10px 0;
  }
}

.single-content .entry .entry-sns .entry-sns-head,
.m_one .entry .entry-sns .entry-sns-head {
  width: 233px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  color: #535353;
}

.single-content .entry .entry-sns .entry-sns-head:before, .single-content .entry .entry-sns .entry-sns-head:after,
.m_one .entry .entry-sns .entry-sns-head:before,
.m_one .entry .entry-sns .entry-sns-head:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #535353;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-content .entry .entry-sns .entry-sns-head:before,
.m_one .entry .entry-sns .entry-sns-head:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-content .entry .entry-sns .entry-sns-head:after,
.m_one .entry .entry-sns .entry-sns-head:after {
  right: 0;
}

.single-content .entry .entry-sns .entry-sns-buttons,
.m_one .entry .entry-sns .entry-sns-buttons {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .single-content .entry .entry-sns .entry-sns-buttons,
  .m_one .entry .entry-sns .entry-sns-buttons {
    width: 80%;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns .entry-sns-buttons,
  .m_one .entry .entry-sns .entry-sns-buttons {
    width: 94%;
  }
}

@media (max-width: 320px) {
  .single-content .entry .entry-sns .entry-sns-buttons,
  .m_one .entry .entry-sns .entry-sns-buttons {
    width: 95%;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul,
.m_one .entry .entry-sns .entry-sns-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-content .entry .entry-sns .entry-sns-buttons ul li a,
.m_one .entry .entry-sns .entry-sns-buttons ul li a {
  background-color: #fff;
  padding: 24px 10px 5px 10px;
  margin-right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li a,
  .m_one .entry .entry-sns .entry-sns-buttons ul li a {
    padding: 20px 7px 3px 7px;
    margin: 0 7px;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li a,
  .m_one .entry .entry-sns .entry-sns-buttons ul li a {
    padding: 18px 6px 2px 6px;
    margin: 0 4px;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul li a:hover,
.m_one .entry .entry-sns .entry-sns-buttons ul li a:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.single-content .entry .entry-sns .entry-sns-buttons ul li a img,
.m_one .entry .entry-sns .entry-sns-buttons ul li a img {
  height: 30px;
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li a img,
  .m_one .entry .entry-sns .entry-sns-buttons ul li a img {
    height: 26px;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li a img,
  .m_one .entry .entry-sns .entry-sns-buttons ul li a img {
    height: 24px;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul li .m_facebook,
.m_one .entry .entry-sns .entry-sns-buttons ul li .m_facebook {
  padding: 24px 19px 5px 19px;
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li .m_facebook,
  .m_one .entry .entry-sns .entry-sns-buttons ul li .m_facebook {
    padding: 20px 16px 3px 16px;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li .m_facebook,
  .m_one .entry .entry-sns .entry-sns-buttons ul li .m_facebook {
    padding: 17px 14px 2px 14px;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul li .m_line,
.m_one .entry .entry-sns .entry-sns-buttons ul li .m_line {
  padding: 30px 10px 1px 10px;
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li .m_line,
  .m_one .entry .entry-sns .entry-sns-buttons ul li .m_line {
    padding: 20px 10px 3px 10px;
  }
}

@media (max-width: 475px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li .m_line,
  .m_one .entry .entry-sns .entry-sns-buttons ul li .m_line {
    padding: 20px 7px 0px 7px;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul li .m_line img,
.m_one .entry .entry-sns .entry-sns-buttons ul li .m_line img {
  height: 34px;
}

@media (max-width: 640px) {
  .single-content .entry .entry-sns .entry-sns-buttons ul li .m_line img,
  .m_one .entry .entry-sns .entry-sns-buttons ul li .m_line img {
    height: 27px;
  }
}

.single-content .entry .entry-sns .entry-sns-buttons ul li:last-child a,
.m_one .entry .entry-sns .entry-sns-buttons ul li:last-child a {
  margin-right: 0;
}

.single-content .entry .entry-tag-items .entry-tag-head,
.m_one .entry .entry-tag-items .entry-tag-head {
  position: relative;
  color: #fff;
  font-size: 18px;
  background-color: #323753;
  width: 95px;
  padding: 6px 6px 7px 42px;
  margin-bottom: 13px;
  border-radius: 5px;
  font-weight: bold;
}

.single-content .entry .entry-tag-items .entry-tag-head::after,
.m_one .entry .entry-tag-items .entry-tag-head::after {
  color: #323753;
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 17px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-content .entry .entry-tag-items .entry-tag-item-wrapper,
.m_one .entry .entry-tag-items .entry-tag-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-content .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item,
.m_one .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item {
  border: solid 1px #323753;
  border-radius: 5px;
  padding: 5px;
  margin: 0 13px 13px 0;
}

.single-content .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item a,
.m_one .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item a {
  color: #323753;
  font-weight: bold;
}

.single-content .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item a:hover,
.m_one .entry .entry-tag-items .entry-tag-item-wrapper .entry-tag-item a:hover {
  opacity: 0.6;
}

.single-content .entry .entry-related .related-title,
.m_one .entry .entry-related .related-title {
  background-color: #323753;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.single-content .entry .entry-related .related-items,
.m_one .entry .entry-related .related-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-content .entry .entry-related .related-items::after,
.m_one .entry .entry-related .related-items::after {
  display: block;
  content: "";
  width: 31%;
}

.single-content .entry .entry-related .related-items .related-item,
.m_one .entry .entry-related .related-items .related-item {
  width: 31%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 640px) {
  .single-content .entry .entry-related .related-items .related-item,
  .m_one .entry .entry-related .related-items .related-item {
    width: 48%;
  }
}

.single-content .entry .entry-related .related-items .related-item:hover,
.m_one .entry .entry-related .related-items .related-item:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.single-content .entry .entry-related .related-items .related-item .related-item-title,
.m_one .entry .entry-related .related-items .related-item .related-item-title {
  padding: 11px 13px;
}

.single-content .entry .entry-related .related-items .related-item .related-item-img img,
.m_one .entry .entry-related .related-items .related-item .related-item-img img {
  vertical-align: bottom;
  height: 121px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hljs {
  position: relative;
  padding: 40px 12px 12px !important;
}

.hljs::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
}

.hljs.html.xml::before {
  content: "HTML";
  background-color: #e44d26;
}

.hljs.css::before {
  content: "CSS";
  background-color: #006eb9;
}

.hljs.javascript::before {
  content: "jQuery";
  background-color: #e5a228;
}

.hljs.php::before,
.hljs.php-template::before {
  content: "PHP";
  background-color: #8892bf;
}
/*# sourceMappingURL=style.css.map */