@charset "UTF-8";
/* *************************************
Date:2019-07-24
SCSS Document:Daily Hack On

common style

************************************** */
/* *************************************

reset style

************************************** */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* *************************************

settings style

************************************** */
/* *************************************

functions style

************************************** */
/* *************************************

mixin style

************************************** */
/* *************************************

base style

************************************** */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
.cf:after {
  clear: both;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: normal;
  background-color: #fbfbfb;
}

img {
  vertical-align: bottom;
}

ins {
  clear: both;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a:hover, a:active {
  color: inherit;
  text-decoration: underline;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

/* margin, padding */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* *************************************

layout style

************************************** */
body {
  position: relative;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #01648c;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.wrap {
  position: relative;
  z-index: 100;
  padding: 0 0;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header {
  border-top: solid #000 7px;
}
.header .header__cont {
  width: 1180px;
  margin: auto;
  border-bottom: solid #fff 1px;
}
.header .header__cont .header__logo {
  padding: 50px 0 30px;
  text-align: center;
  color: #fff;
}
.header .header__cont .header__logo .logo {
  font-family: "FuturaMi";
  font-size: 50px;
  font-weight: bold;
  color: inherit;
}
.header .header__cont .header__logo .desc {
  display: block;
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
}
.header .header__cont .header__nav {
  text-align: center;
}
.header .header__cont .header__nav li {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.content {
  padding: 50px 0 0;
}
.content .content__wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 60px 50px;
  background: #fff;
  border-radius: 5px;
}
.content .content__wrap .breadcrumb {
  margin: 0 0 10px;
}
.content .content__wrap .breadcrumb ul li {
  display: inline-block;
  margin: 0 5px;
}
.content .content__wrap .main {
  float: left;
  width: 710px;
}
.content .content__wrap .main .lists {
  float: left;
  width: 48%;
  margin: 0 4% 30px 0;
  padding: 0 0 30px;
  border-bottom: dotted 1px #ccc;
}
.content .content__wrap .main .lists .lists__thumb {
  height: 200px;
  overflow: hidden;
  border: solid 1px #eaeaea;
  border-radius: 3px;
}
.content .content__wrap .main .lists .lists__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content .content__wrap .main .lists .lists__thumb a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content .content__wrap .main .lists .lists__date {
  margin: 20px 0 0;
  font-size: 12px;
}
.content .content__wrap .main .lists .lists__ttl {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.5em;
  height: 54px;
  text-decoration: underline;
}
.content .content__wrap .main .lists .lists__lead {
  margin: 5px 0 0;
}
.content .content__wrap .main .lists .lists__category {
  margin: 20px 0 0;
}
.content .content__wrap .main .lists .lists__category + .post-categories li {
  display: inline-block;
  border-radius: 3px;
  background: #ededed;
  padding: 2px 8px 4px;
  font-size: 12px;
}
.content .content__wrap .main .lists .lists__category + .post-categories li + li {
  margin: 0 0 0 5px;
}
.content .content__wrap .main .lists .lists__readmore {
  margin: 15px 0 0;
  overflow: hidden;
}
.content .content__wrap .main .lists .lists__readmore a {
  float: right;
  display: block;
  border-radius: 3px;
  padding: 5px 30px 7px;
  background: #01648c;
  color: #fff;
  font-size: 12px;
}
.content .content__wrap .main .lists:nth-child(2n) {
  margin: 0 0 30px 0;
}
.content .content__wrap .main .single {
  float: left;
  width: 100%;
}
.content .content__wrap .main .single .single__ttl {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
}
.content .content__wrap .main .single .single__thumb {
  overflow: hidden;
  border: solid 1px #eaeaea;
  border-radius: 3px;
  margin: 20px 0 0;
}
.content .content__wrap .main .single .single__thumb img {
  width: 100%;
  height: auto;
}
.content .content__wrap .main .single .single__date {
  margin: 20px 0 0;
  font-size: 14px;
}
.content .content__wrap .main .single .single__content {
  margin: 20px 0 0;
}
.content .content__wrap .main .single .single__content ~ h2 {
  border-bottom: solid #111 3px;
  margin: 50px 0 40px;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
}
.content .content__wrap .main .single .single__content ~ h3 {
  border-left: solid #111 2px;
  margin: 40px 0 30px;
  padding: 15px 0 15px 15px;
  font-size: 20px;
  line-height: 1em;
}
.content .content__wrap .main .single .single__content ~ h4 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.content .content__wrap .main .single .single__content ~ p {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content .content__wrap .main .single .single__content ~ p strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.content .content__wrap .main .single .single__content ~ p code {
  background: #ededed;
  padding: 2px 6px 3px;
  border-radius: 3px;
}
.content .content__wrap .main .single .single__content ~ p a {
  color: #01648c;
  text-decoration: underline;
}
.content .content__wrap .main .single .single__content ~ .wp-block-image {
  text-align: center;
}
.content .content__wrap .main .single .single__content ~ #toc_container {
  padding: 10px 20px;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: dotted #ccc 1px;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dt, .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd {
  float: left;
  display: inline-block;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dt {
  width: 30%;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dt.essential::after {
  content: "必須";
  display: inline-block;
  background: #f00;
  margin: 0 0 0 10px;
  padding: 4px 10px 5px;
  color: #fff;
  font-size: 8px;
  line-height: 1em;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd {
  width: 70%;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-text {
  width: 80%;
  padding: 7px;
  font-size: 1em;
  border: solid #ccc 1px;
  border-radius: 2px;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 80%;
  padding: 7px;
  font-size: 1em;
  border: solid #ccc 1px;
  border-radius: 2px;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 5px 0 0;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form .wpcf7-submit {
  margin: 20px 0 0 0;
  padding: 8px 20px;
  background-color: #01648c;
  font-size: 1.2em;
  color: #fff;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form .wpcf7-validation-errors, .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form .wpcf7-acceptance-missing {
  border: 2px solid #f00;
  border-radius: 2px;
}
.content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 10px 20px;
}
.content .content__wrap .main .single .single__content ~ .ad-in-art {
  margin: 30px 0 0;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table tr th {
  background: #ddd;
  border-bottom: dotted #ccc 1px;
  padding: 15px 10px;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table tr td {
  border-bottom: dotted #ccc 1px;
  padding: 15px 10px;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table tr td + td {
  border-left: dotted #ccc 1px;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table tr:last-child td {
  border-bottom: none;
}
.content .content__wrap .main .single .single__content ~ .wp-block-table tr:nth-child(even) {
  background: #f2f2f2;
}
.content .content__wrap .main .single .single__content ~ div .syntaxhighlighter {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.content .content__wrap .main .single .single__content ~ div .syntaxhighlighter div {
  line-height: 1.5em !important;
}
.content .content__wrap .main .single .single__content ~ div .syntaxhighlighter div code {
  font-size: 14px !important;
}
.content .content__wrap .main .single .single__content ~ ol {
  padding: 20px 30px 20px;
  margin: 0 0 40px;
  background-color: #fdfdfd;
  border: solid 3px #eee;
  list-style: decimal;
  list-style-position: inside;
}
.content .content__wrap .main .single .single__content ~ ol li {
  position: relative;
  padding: 10px 0 10px 20px;
  line-height: 1.3em;
  font-size: 16px;
  border-bottom: dotted #ccc 1px;
}
.content .content__wrap .main .single .single__content ~ ol li:last-child {
  border-bottom: none;
}
.content .content__wrap .main .single .single__content ~ ul {
  padding: 20px 30px 20px;
  margin: 0 0 40px;
  background-color: #eefaff;
  border: solid 3px #eee;
}
.content .content__wrap .main .single .single__content ~ ul li {
  position: relative;
  padding: 10px 0 10px 20px;
  line-height: 1.3em;
  font-size: 16px;
  border-bottom: dotted #ccc 1px;
}
.content .content__wrap .main .single .single__content ~ ul li:before {
  content: " ";
  width: 9px;
  height: 9px;
  background: #3E3E3E;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .15) inset;
          box-shadow: 0 0 20px rgba(51, 51, 51, .15) inset;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 17px;
}
.content .content__wrap .main .single .single__content ~ ul li:last-child {
  border-bottom: none;
}
.content .content__wrap .main .single .single__content ~ blockquote {
  padding: 6% 4% 2%;
  margin: 2.5em 0 3em;
  position: relative;
  border: 1px solid;
}
.content .content__wrap .main .single .single__content ~ blockquote p {
  margin: 0 0 2em;
}
.content .content__wrap .main .single .single__content ~ blockquote::before, .content .content__wrap .main .single .single__content ~ blockquote::after {
  font-family: "FontAwesome";
  position: absolute;
  width: 1em;
  height: 1em;
  display: block;
  padding: 0.2em;
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  background: #fff;
}
.content .content__wrap .main .single .single__content ~ blockquote::before {
  content: "\f10d";
  left: -0.2em;
  top: -0.3em;
}
.content .content__wrap .main .single .single__content ~ blockquote::after {
  content: "\f10e";
  right: -0.2em;
  bottom: -0.4em;
}
.content .content__wrap .main .single .single__category {
  margin: 20px 0 0;
}
.content .content__wrap .main .single .single__category + .post-categories li {
  display: inline-block;
  border-radius: 3px;
  background: #ededed;
  padding: 2px 8px 4px;
  font-size: 12px;
}
.content .content__wrap .main .single .single__category + .post-categories li + li {
  margin: 0 0 0 5px;
}
.content .content__wrap .main .pagination {
  clear: both;
  padding: 10px 0;
}
.content .content__wrap .main .pagination .screen-reader-text {
  display: none;
}
.content .content__wrap .main .pagination .nav-links {
  text-align: center;
}
.content .content__wrap .main .pagination .nav-links .page-numbers {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin: 2px;
  padding: 7px 13px;
  font-size: 14px;
}
.content .content__wrap .main .pagination .nav-links .current {
  border-color: #888;
  background: #f2f2f2;
}
.content .content__wrap .main .navigation {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  border: #eaeaea solid 1px;
}
.content .content__wrap .main .navigation div:first-child {
  border-right: #eaeaea dotted 1px;
}
.content .content__wrap .main .navigation .previous__post, .content .content__wrap .main .navigation .next__post, .content .content__wrap .main .navigation .toppage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .content__wrap .main .navigation .previous__post a, .content .content__wrap .main .navigation .next__post a, .content .content__wrap .main .navigation .toppage a {
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  height: 100%;
}
.content .content__wrap .main .navigation .previous__post a .previous__label, .content .content__wrap .main .navigation .next__post a .previous__label, .content .content__wrap .main .navigation .toppage a .previous__label {
  font-size: 14px;
  margin-bottom: 7px;
  color: #999999;
  text-align: right;
}
.content .content__wrap .main .navigation .previous__post a .next__label, .content .content__wrap .main .navigation .next__post a .next__label, .content .content__wrap .main .navigation .toppage a .next__label {
  font-size: 14px;
  margin-bottom: 7px;
  color: #999999;
}
.content .content__wrap .main .navigation .previous__post a .previous__title, .content .content__wrap .main .navigation .next__post a .previous__title, .content .content__wrap .main .navigation .toppage a .previous__title {
  text-align: right;
}
.content .content__wrap .main .share {
  clear: both;
  overflow: hidden;
  border-top: solid #eaeaea 1px;
  border-bottom: solid #eaeaea 1px;
  margin: 20px 0;
  padding: 0 0 2%;
}
.content .content__wrap .main .share .btn {
  float: left;
  width: 32%;
  margin: 2% 2% 0 0;
}
.content .content__wrap .main .share .btn a {
  display: block;
  border-radius: 3px;
  padding: 13px 0;
  text-align: center;
  color: #fff;
}
.content .content__wrap .main .share .btn a i {
  margin: 0 5px 0 0;
}
.content .content__wrap .main .share .btn.facebook a {
  background: #3b5998;
}
.content .content__wrap .main .share .btn.twitter a {
  background: #1da1f3;
}
.content .content__wrap .main .share .btn.feedly a {
  background: #2bb24c;
}
.content .content__wrap .main .share .btn.pocket a {
  background: #ef4056;
}
.content .content__wrap .main .share .btn.line a {
  background: #00b900;
}
.content .content__wrap .main .share .btn.hatena a {
  background: #00a4de;
}
.content .content__wrap .main .share .btn:nth-child(3n) {
  margin: 2% 0 0 0;
}
.content .content__wrap .aside {
  float: right;
  width: 290px;
}
.content .content__wrap .aside .sidebar .widget {
  padding: 0 0 20px;
}
.content .content__wrap .aside .sidebar .widget .widgettitle {
  border-top: solid #111 3px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
.content .content__wrap .aside .sidebar .widget ul li {
  padding: 10px 0;
}
.content .content__wrap .aside .sidebar .widget ul li + li {
  border-top: dotted #ccc 1px;
}
.content .content__wrap .aside .sidebar .widget ul li .children {
  padding: 0 0 0 20px;
}
.content .content__wrap .aside .sidebar .widget ul li .children li:last-child {
  padding: 8px 0 0;
}
.content .content__wrap .aside .sidebar .widget.widget_custom_html {
  margin: 10px 0 0;
}
.content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__image {
  width: 60%;
  margin: 0 auto;
}
.content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__image img {
  width: 100%;
  border-radius: 50%;
}
.content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__name {
  text-align: center;
  margin: 10px 0 0;
  font-weight: bold;
}
.content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__explain {
  margin: 10px 0 0;
}
.content .content__wrap .aside .sidebar .widget.widget_categories .cat-item::before {
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #01648c;
}
.content .content__wrap .aside .sidebar .widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
}
.content .content__wrap .aside .sidebar .widget.widget_search form {
  overflow: hidden;
}
.content .content__wrap .aside .sidebar .widget.widget_search form input[type=text] {
  float: left;
  background: #f7f7f7 !important;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  width: 80%;
  font-size: inherit;
}
.content .content__wrap .aside .sidebar .widget.widget_search form input[type=submit] {
  float: right;
  background: #01648c;
  height: 40px;
  color: #fff;
  padding: 12px 0px;
  border: none;
  border-radius: 0;
  width: 20%;
  font-size: 1em;
  cursor: pointer;
}
.content .content__wrap .aside .sidebar .widget.widget_search form .screen-reader-text {
  display: none;
}

.footer {
  border-bottom: solid #000 7px;
  padding: 50px 0 0;
}
.footer .footer__cont {
  width: 1180px;
  margin: auto;
}
.footer .footer__cont .footer__info {
  padding: 30px 0 0;
}
.footer .footer__cont .footer__info ul {
  text-align: center;
  letter-spacing: -0.5em;
}
.footer .footer__cont .footer__info ul li {
  display: inline-block;
  color: #fff;
  letter-spacing: normal;
  margin: 0 15px;
}
.footer .footer__cont .footer__copy {
  padding: 20px 0;
  text-align: center;
  font-size: inherit;
  color: #fff;
}
/* *************************************
ブログカード 20230528
************************************** */
.blogcard {
  background: rgba(251, 140, 0, .01);
  border: 1px solid #fb8c00;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 3px;
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blogcard:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blogcard:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "\f02e  詳細を見る";
  background-color: #fb8c00;
  color: #fff;
  font-size: 14px;
  z-index: 1;
}

.blogcard a {
  text-decoration: none;
  display: block;
}

.blogcard__thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px 15px 10px;
}

.blogcard__thumbnail img {
  padding: 0;
  width: 100%;
}

.blogcard__content {
  display: table-cell;
  vertical-align: middle;
}

.blogcard__title {
  font-size: 17px;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4em;
}

.blogcard__title:hover {
  text-decoration: underline;
}

.blogcard__excerpt {
  font-size: 0.74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* *************************************

font style

************************************** */
@font-face {
  font-family: "FuturaMd";
  src: url("../font/futura_md.eot?") format("eot"), url("../font/futura_md.woff2") format("woff2"), url("../font/futura_md.woff") format("woff");
}
@font-face {
  font-family: "FuturaMi";
  src: url("../font/futura_mi.eot?") format("eot"), url("../font/futura_mi.woff2") format("woff2"), url("../font/futura_mi.woff") format("woff");
}
@media all and (min-width: 769px) {
  [data-cat$=sp],
  .sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  [data-cat$=pc],
  .pc {
    display: none;
  }
  [data-cat$=sp],
  .sp {
    display: block;
  }
  .hbg__menu {
    position: relative;
    z-index: 1000;
  }
  .hbg__menu .hbg__toggle {
    position: fixed;
    left: 40px;
    bottom: 40px;
    cursor: pointer;
    width: 36px;
    height: 28px;
  }
  .hbg__menu .hbg__toggle::before {
    content: "";
    background: #000;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: -12px;
  }
  .hbg__menu .hbg__toggle.toggle .toggle__btn {
    background-color: #cf4949;
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: relative;
    top: 12px;
    left: 0;
  }
  .hbg__menu .hbg__toggle.toggle .toggle__btn::before {
    background-color: #cf4949;
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
  }
  .hbg__menu .hbg__toggle.toggle .toggle__btn::after {
    background-color: #cf4949;
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
  }
  .hbg__menu .hbg__toggle.toggle.active .toggle__btn {
    background-color: transparent;
  }
  .hbg__menu .hbg__toggle.toggle.active .toggle__btn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    left: 6px;
  }
  .hbg__menu .hbg__toggle.toggle.active .toggle__btn::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    left: 6px;
  }
  .hbg__menu .hbg__cont {
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 30px;
  }
  .hbg__menu .hbg__cont p {
    padding: 0 0 5px;
  }
  .hbg__menu .hbg__cont a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    color: #FFF;
    font-size: 16px;
  }
  .hbg__menu .hbg__cont .nav__items, .hbg__menu .hbg__cont .info__items {
    border-top: solid #FFF 1px;
    padding: 5px 0;
  }
  .header .header__cont {
    width: auto;
    margin: 0 20px;
  }
  .header .header__cont .header__logo {
    padding: 30px 0;
  }
  .header .header__cont .header__logo .logo {
    font-size: 40px;
  }
  .header .header__cont .header__logo .desc {
    margin: 10px 0 0;
    font-size: 0.9em;
  }
  .content {
    padding: 30px 0 0;
  }
  .content .content__wrap {
    width: auto;
    margin: 0 20px;
    padding: 30px 20px 30px;
  }
  .content .content__wrap .main {
    float: none;
    width: auto;
  }
  .content .content__wrap .main .lists {
    margin: 20px 4% 0 0;
  }
  .content .content__wrap .main .lists:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .content .content__wrap .aside {
    float: none;
    width: auto;
  }
  .content .content__wrap .aside .sidebar .widget.widget_custom_html {
    margin: 20px 0 0;
  }
  .content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__image {
    width: 30%;
  }
  .footer {
    padding: 20px 0 0;
  }
  .footer .footer__cont {
    width: auto;
  }
  .footer .footer__cont .footer__info {
    padding: 20px 0 0;
  }
}
@media all and (max-width: 414px) {
  .header__nav--isPC {
    display: none;
  }
  .header .header__cont {
    margin: 0 10px;
  }
  .header .header__cont .header__logo {
    padding: 20px 0;
  }
  .header .header__cont .header__logo .logo {
    font-size: 30px;
  }
  .content {
    padding: 20px 0 0;
  }
  .content .content__wrap {
    margin: 0 10px;
    padding: 20px 15px 20px;
  }
  .content .content__wrap .main {
    width: 100%;
  }
  .content .content__wrap .main .lists {
    width: auto;
    margin: 20px 0 0 0;
    padding: 0 0 20px;
  }
  .content .content__wrap .main .lists .lists__thumb a {
    width: 100%;
  }
  .content .content__wrap .main .lists .lists__date {
    margin: 20px 0 0;
  }
  .content .content__wrap .main .lists:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .content .content__wrap .main .single .single__ttl {
    font-size: 22px;
  }
  .content .content__wrap .main .single .single__date {
    margin: 0 0 0;
  }
  .content .content__wrap .main .single .single__content ~ h2 {
    margin: 30px 0 20px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.4em;
  }
  .content .content__wrap .main .single .single__content ~ h3 {
    margin: 30px 0 20px;
    padding: 12px 0 12px 12px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .content .content__wrap .main .single .single__content ~ h4 {
    font-size: 16px;
  }
  .content .content__wrap .main .single .single__content ~ p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 28px;
  }
  .content .content__wrap .main .single .single__content ~ #toc_container {
    width: 100%;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl {
    padding: 10px 0;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dt {
    width: 100%;
    padding: 5px 0;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd {
    width: 100%;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-text {
    width: 100%;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
  }
  .content .content__wrap .main .single .single__content ~ .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 10px 0 0 0;
    padding: 6px 15px;
    font-size: 1em;
  }
  .content .content__wrap .main .single .single__content ~ .wp-block-table tr th {
    padding: 12px 7px;
    font-size: 12px;
  }
  .content .content__wrap .main .single .single__content ~ .wp-block-table tr td {
    padding: 12px 7px;
    font-size: 12px;
  }
  .content .content__wrap .main .single .single__content ~ ol {
    padding: 15px 15px 15px;
  }
  .content .content__wrap .main .single .single__content ~ ol li {
    font-size: 14px;
  }
  .content .content__wrap .main .single .single__content ~ ul {
    padding: 15px 15px 15px;
  }
  .content .content__wrap .main .single .single__content ~ ul li {
    font-size: 14px;
  }
  .content .content__wrap .main .navigation {
    display: block;
  }
  .content .content__wrap .main .navigation div:first-child {
    border: none;
    border-bottom: #eaeaea dotted 1px;
  }
  .content .content__wrap .main .navigation .previous__post a, .content .content__wrap .main .navigation .next__post a, .content .content__wrap .main .navigation .toppage a {
    padding: 10px 15px;
  }
  .content .content__wrap .main .navigation .previous__post a .previous__label, .content .content__wrap .main .navigation .next__post a .previous__label, .content .content__wrap .main .navigation .toppage a .previous__label {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: left;
  }
  .content .content__wrap .main .navigation .previous__post a .next__label, .content .content__wrap .main .navigation .next__post a .next__label, .content .content__wrap .main .navigation .toppage a .next__label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .content .content__wrap .main .navigation .previous__post a .previous__title, .content .content__wrap .main .navigation .next__post a .previous__title, .content .content__wrap .main .navigation .toppage a .previous__title {
    text-align: left;
  }
  .content .content__wrap .main .share .btn a {
    padding: 10px 0;
  }
  .content .content__wrap .aside {
    width: 100%;
  }
  .content .content__wrap .aside .sidebar .widget.widget_custom_html .profile .profile__image {
    width: 40%;
  }
  .content .content__wrap .aside .sidebar .widget.widget_search form input[type=submit] {
    padding: 10px 0px;
    font-size: 0.95em;
  }
  .footer {
    padding: 10px 0 0;
  }
  .footer .footer__cont .footer__info ul li {
    margin: 0 10px;
  }
  .footer .footer__cont .footer__copy {
    font-size: 0.8em;
  }
  .blogcard:before {
    font-size: 10px;
    padding: 0 8px;
    line-height: 2em;
  }
  .blogcard__thumbnail {
    width: 40%;
    padding: 20px 5px 20px 5px;
  }
  .blogcard__title {
    font-size: 14px;
  }
  .blogcard__excerpt {
    font-size: 10px;
  }
}
/*# sourceMappingURL=maps/common.css.map */
