@media (min-width: 576px) and (max-width: 767.98px) { 
/* line height */
.ls { line-height: 1.1 !important; }
.lm { line-height: 1.15 !important; }
.ll { line-height: 1.4 !important; }
.lxl { line-height: 1.6 !important; }
.l2xl { line-height: 1.7 !important; }
.lmax { line-height: 1.8 !important; }
/* margin */
.mts { margin-top: 4px; }
.mt2s { margin-top: 8px; }
.mt3s { margin-top: 12px; }
.mtm { margin-top: 14px; }
.mt2m { margin-top: 18px; }
.mt3m { margin-top: 22px; }
.mtl { margin-top: 28px; }
.mt2l { margin-top: 48px; }
.mt3l { margin-top: 80px; }

.mbs { margin-bottom: 4px; }
.mb2s { margin-bottom: 8px; }
.mb3s { margin-bottom: 12px; }
.mbm { margin-bottom: 14px; }
.mb2m { margin-bottom: 18px; }
.mb3m { margin-bottom: 22px; }
.mbl { margin-bottom: 28px; }
.mb2l { margin-bottom: 48px; }
.mb3l { margin-bottom: 80px; }
/* padding */
.pts { padding-top: 4px; }
.pt2s { padding-top: 8px; }
.pt3s { padding-top: 12px; }
.ptm { padding-top: 14px; }
.pt2m { padding-top: 18px; }
.pt3m { padding-top: 22px; }
.ptl { padding-top: 28px; }
.pt2l { padding-top: 48px; }
.pt3l { padding-top: 80px; }

.pbs { padding-bottom: 4px; }
.pb2s { padding-bottom: 8px; }
.pb3s { padding-bottom: 12px; }
.pbm { padding-bottom: 14px; }
.pb2m { padding-bottom: 18px; }
.pb3m { padding-bottom: 22px; }
.pbl { padding-bottom: 28px; }
.pb2l { padding-bottom: 48px; }
.pb3l { padding-bottom: 80px; }
/* font size */
.fs { font-size: 12px !important; }
.f2s { font-size: 13px !important; }
.fm { font-size: 14px !important; }
.fnor { font-size: 15px !important; }
.f2m { font-size: 16px !important; }
.f3m { font-size: 18px !important; }
.fl { font-size: 20px !important;}
.f2l { font-size: 23px !important; }
.f3l { font-size: 29px !important; }
.fxl { font-size: 32px !important; }
.f2xl { font-size: 40px !important; }
.f3xl { font-size: 52px !important; }
.fmax { font-size: 64px !important; }

.mo { display: block; }
.po { display: none; }
.cont {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.acco::before, 
.acco::after {
	display: none;
}
#archive-list li a.btn span {
	display: none;
}
#archive-list li a.btn {
	left: auto; 
	right: 0;
	top: 50%;
	background-image: none;
	border: none;
	width: 100%;
	height: 48px;
	display: block;
	padding: 0;
	transform: translate(0, -50%);
}
#archive-list li a.btn:hover {
	background-color: transparent;
}
#archive-list .img li {
	width: calc(50% - 48px);
}
#archive-list .img {
	width: calc(100% + 28px);
	margin-left: -14px;
}
#archive-list .img li {
	width: calc(50% - 28px);
	margin-left: 14px;
	margin-right: 14px;
	border: none;
	border-radius: 0;
	padding: 0;
}
#archive-list .img li a.btn {
	transform: translate(0, 0);
	height: auto;
}
#archive-list li .panel {
	display: none !important;
}
#setting section#print {
	display: none;
}
#use-cont p {
	width: 100%;
	font-size: 14px !important;
	margin-bottom: 64px;
}
#use-cont .wp-block-group,
#use-cont .wp-block-image {
	width: 100%;
	margin-bottom: 10px;
}
#setting section {
	width: 25%;
}
#searchform input[type=text] {
	width: 120px;
}
.list li:hover {
	border: 1px solid #DEE2E6;
}
.list li {
	border: 1px solid #DEE2E6;
	box-sizing: border-box;
	padding: 4px 12px;
	margin-bottom: 12px;
}
#article-list .list li {
	width: 100%;
}
#article-list .list li:nth-child(even) {
	margin-left: 0;
}
#click-shadow {
	display: block;
}
#setting-inner {
	width: 100%;
}
#list-flag {
	top: 68px;
	left: 50%;
	transform: translate(-50%, 0);
}
#gnb {
	left: -150%;
	width: 100%;
}
#gnb-close {
	right: 40px;
}
#updown {
	display: none;
}
#on-list {
	left: 0;
	width: 100%;
	min-width: 0;
	padding: 24px 16px 16px;
	height: calc(100% - 68px);
}
#note {
	position: fixed;
	left: 50%;
	top: auto !important;
	bottom: 10% !important;
	transform: translate(-50%, 0%);
	width: 90% !important;
	background-color: #fff;
	border-radius: 8px;
	padding: 32px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.8);
}
.grid-sizer,
.grid-item {
	width: calc(50% - 20px);
} 
.home #archive-list ul.img li {
	width: calc(50% - 48px) !important;
}
#keyword-list li div.meta {
	width: 100%;
}
#keyword-list li ul {
	margin-top: 32px;
	width: calc(100% + 16px);
	float: left;
	margin-left: -8px;
}
#tag-list li {
	margin: 0 8px 16px;
	padding: 0;
	width: calc(33.3333% - 16px);
}
#keyword-list li a {
	height: 240px;
}
#keyword-list li ul li {
	width: calc(50% - 16px);
	border: none;
}
#about-cont h3 {
	width: 100%;
}
.dot li::before {
	top: 8px;
}
#about-cont .dot li, 
#about-cont p {
	font-size: 14px;
}
#about-cont .wp-block-group {
	width: 100%;
}
footer section {
	width: 100%;
}
footer .ft-wrap {
	padding: 32px 16px;
	height: 300px;
}
footer #addr {
	margin-left: 0;
}
footer #addr ul li {
	font-size: 12.5px;
	display: block;
	line-height: 1.8;
}
footer #sns {
	right: 16px;
	left: auto;
	top: 32px;
}
footer #ft-gnb {
	left: 50%;
	right: auto;
	transform: translate(-51%, 0) rotate(-90deg);
	bottom: -34px; 
}
footer #family {
	width: calc(100% - 32px);
	right: 16px;
	top: 164px;
	bottom: auto;
}
footer #family div.panel {
	bottom: 32px;
}
footer #addr img {
	width: 90px;
}
footer #sns li {
	width: 28px;
	height: 28px;
	margin-left: 4px;
}
#about-cont .col {
	width: calc(50% - 10px) !important;
}
#about-cont .col:nth-child(even) {
	margin-left: 20px;
	margin-bottom: 0;
}
#main-intro, 
#main-keyword {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
}
#keyword-list li ul li h3.title {
	font-size: 17px !important;
}
#news, 
#news-title {
	width: 50%;
}
.post-body pre {
	column-count: 1;
}
#copy-link div {
	width: 86%;
	box-sizing: border-box;
	padding: 10px 20px 30px;
}
#main-intro {
	width: calc(100% - 32px);
	padding: 0;
}
#home-todaybook {
	flex-wrap: wrap;
}
#intro-update-t {
	flex: 1;
	margin-right: 0;
	margin-bottom: 10px;
}
#intro-update-t h3 {
	font-size: 20px !important;
}
#intro-use ul li a {
	background-color: #f9f9f2;
}
#intro-update h3 {
	font-size: 15px !important;
}
#intro-update a {
	width: auto;
	margin: 0 8px;
	display: block;
}
#intro-update {
	flex: 1;
	box-sizing: border-box;
	margin: 0 auto;
}
#intro-use {
	flex: 0 0 100%;
	margin-top: 16px;
}
#intro-use ul li a .title {
	font-size: 15px !important;
}
#main-intro hr {
	margin-top: 48px;
}
#intro-use ul li a p {
	width: 100%;
	position: static;
}
}
