@charset "UTF-8";



.linkcard {
  margin-bottom: 1.5em;
  background: #EEd;
}
.linkcard img {
  max-width: 450px;
  width: 100%;
}
.linkcard .lkc-external-wrap,
.linkcard .lkc-internal-wrap,
.linkcard .lkc-this-wrap {
  max-width: 450px;
  width: 100%;
  margin: auto;
}
.linkcard .lkc-thumbnail {
  max-width: 100%;
  margin: 0 0 1.5em;
  height: auto;
}
.linkcard .lkc-card {
  margin: 0;
}
.linkcard .lkc-this-wrap {
  background: #2173bf;
}
.linkcard .lkc-link {
  padding: 15px;
  display: block;
}
.linkcard .lkc-title-text {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.linkcard .lkc-content {
  height: auto;
}
.linkcard .lkc-url {
  display: none !important;
}
.linkcard .lkc-favicon {
  display: none !important;
}
.linkcard .lkc-domain {
  display: none !important;
}
.linkcard .lkc-date {
  float: none;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.linkcard .cat {
  font-weight: bold;
  border-right: 1px solid #141416;
  padding-right: 12px;
  margin-right: 12px;
}
.container.small{
	width:100%;
}
.post {
  padding-top: 5rem;
  margin: auto;
  max-width: 800px;
  width: 90%;
}
.post h1 {
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .post h1 {
    font-size: 24px;
  }
}
.post img {
  width: 100%;
  height: auto;
}
.post .posthead {
  margin-bottom: 2.5rem;
}
.post .posthead .cat {
  margin-top: 2rem;
  font-size: 11px;
}
.post .posthead .cat:after {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  margin: 1rem 0;
}
.post p img {
  padding: 15px;
}
.post .cont {
  text-align: left;
  margin-top: 2rem;
}
.post .cont h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #2173bf;
  background: rgba(33, 115, 191, 0.1);
  text-align: left;
}
.post .cont h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  color: #2173bf;
  filter: brightness(65%);
}
.post .cont h3:before {
  content: "■ ";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .post .cont h3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.post .cont h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  padding: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .post .cont h4 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1rem;
  }
}
.post .cont h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .post .cont h5 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1rem;
  }
}
.post .cont p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .post .cont p {
    margin-bottom: 1.5em;
  }
}
.post .cont ul, .post .cont ol {
  margin-bottom: 1.5em;
  padding: 1.2rem;
  background: rgba(33, 115, 191, 0.05);
}
.post .cont ul li, .post .cont ol li {
  margin-bottom: 0.9em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.7;
  color: #2173bf;
  filter: brightness(75%);
  font-weight: bold;
}
.post .cont ul li:last-child, .post .cont ol li:last-child {
  margin-bottom: 0;
}
.post .cont table {
  width: 100%;
  margin-bottom: 2.5rem;
}
.post .cont table tr {
  border: rgba(34, 34, 34, 0.15) 1px dotted;
}
.post .cont table th {
  padding: 1.5rem;
  font-weight: bold;
  background: rgba(34, 34, 34, 0.1);
  width: 25%;
}
.post .cont table td {
  padding: 1.5rem;
}
.post .cont ul li:before {
  content: "";
  position: absolute;
  padding-left: 0;
  margin-right: 0.6em;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0.25em;
  background: #1795f6;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.post .cont ol {
  counter-reset: num;
}
.post .cont ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  color: #2173bf;
  top: 0;
  left: 0;
  font-weight: 700;
}
.post .cont blockquote {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 5px;
}
.post .cont blockquote p {
  margin: 0;
}
.post .cont blockquote a {
  color: #1795f6;
}


#clm2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:96%;
	max-width:1240px;
	margin:0 auto;
}
#clm2 #content{
	margin:0;
	width:70%;
	max-width:70%;
}
#clm2 #side{
	width:25%;
	padding-top:1.3em;
}
#clm2 #side h3{
	border-top:4px solid #2173bf;
	padding:0.8em 0;
	font-size:1.2em;
	font-weight:bold;
}
#clm2 #side .slist1{
	padding-bottom:2em;
}
#clm2 #side .slist1 li{
	border-bottom:solid 1px #ddd;
	padding:0.6em 0;
	list-style:none;
	margin:0;
}
#clm2 #side .slist1 li ul li{
	border:none;
	padding-left:1em;
	position:relative;
}
#clm2 #side .slist1 li ul li::before{
	content:"-";
	position:absolute;
	left:0;
}
#clm2 #side .slist1 li a{
	display:block;
}
.plist{
	background:none !important;
	padding:0 0 2em !important;
}
.plist li{
	list-style:none !important;
	border-bottom:solid 1px #ddd !important;
	display:flex;
	justify-content:space-between;
	padding:0.6em 0 !important;
}
.plist li::before{
	display:none !important;
}
.plist li .pic{
	width:120px;
}
.plist li .pic img{
	max-width:100%;
	height:auto;
}
.plist li .txt{
	width:calc(100% - 140px);
}
.plist li .txt time{
	font-weight:normal;
	font-size:0.9em;
}
.wp-pagenavi a, .wp-pagenavi span{
	padding:0.1em 0.5em;
}
#postlist{
	padding-top:1.3em;
}
#postlist h2{
	font-size:1.5em;
	padding-bottom:1em;
}
#postlist .plist li .pic{
	width:160px;
}
#postlist .plist li .txt{
	width:calc(100% - 180px);
}

@media only screen and (max-width: 768px) {
#clm2 #content{
	margin:0 0 1em;
	width:100%;
	max-width:100%;
}
#clm2 #side{
	width:100%;
	max-width:100%;
}	
.plist li .pic{
	width:80px;
}
.plist li .txt{
	width:calc(100% - 95px);
}	
#postlist .plist li .pic{
	width:80px;
}
#postlist .plist li .txt{
	width:calc(100% - 95px);
}	
}