/*
Theme Name:ポートフォリオ
Theme URI:
Description:ポートフォリオ
Version:
Author:山下昌希
*/
/*フォントサイズリセット*/
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header,  menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1.4rem;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}

body {
    line-height:1.5;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*clerarfix*/
.clerarfix:after{/*floatを指定したときの親要素に適応する*/
	clear: both;
	content: "";
	display: block;
}
/*レスポンシブイメージ*/
img{
	max-width: 100%;
	height: auto;
}

/*ここからindex*/

/*top動画*/
.p-top-mv{
	width: 100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
}
.p-top-mv video{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

/*top動画アイコン*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: absolute;
	top:85%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cp_arrows .cp_arrow {
	position: relative;
	display: inline-block;
	padding-top: 1.8em;
	-webkit-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
	        animation: arrow-move06 2s 1s ease-in-out infinite;
	text-decoration: none;
	color: #000;
	border-color: #000;
}
.cp_arrows .cp_arrow:before {
	font-size: 2em;
	line-height: 1.9em;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2em;
	height: 2em;
	margin-left: -0.7em;
	content: '▼';
	-webkit-transition: transform 0.5s ease-in;
	        transition: transform 0.5s ease-in;
	text-align: center;
	border: 0.13em solid #ffffff;
	border-color: inherit;
	border-radius: 10em;
}
.cp_arrows .cp_arrow:hover {
	color: #e50011;
	border-color: #e50011;
}
.cp_arrows .cp_arrow:hover:before {
	transform: rotate(360deg);
}
@-webkit-keyframes arrow-move06 {
	0% {
		top: 1%;
		opacity: 0.1;
	}
	70% {
		top: 5%;
		opacity: 1;
	}
	100% {
		top: 1%;
		opacity: 0.3;
	}
}
@keyframes arrow-move06 {
	0% {
		top: 1%;
		opacity: 0.1;
	}
	70% {
		top: 5%;
		opacity: 1;
	}
	100% {
		top: 1%;
		opacity: 0.3;
	}
}

/*ロゴ*/
.header_inner{ background: #fff;}
.header-logo{ padding-left: 10px;}
.wrap{
	background: #dcdcdd;
	padding: 10px;
}
.header{ 
	position: relative;
	z-index: 100;
	border-top: 10px #dcdcdd solid;
	border-bottom: 10px #dcdcdd solid; 
}

/*コンテンツ*/
.video{ border:none;}
.contents{
	background: #fff;
	padding: 30px 20px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.contents video{ max-width: 100%;}
.contents h2{
	text-align: center;
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	z-index: 3;
	margin-bottom: -30px;
}
.contents-right p{ text-align: center;}
.contents a{
	color: #e50011;
	text-decoration: none; 
}
.contents a:hover{
	background: #000;
	color: #fff;
}
.mb1{ margin-bottom: 1em;}

/*サービス*/
.box_list h2{
	margin-bottom: 20px;
	text-align: center;
	position: inherit;
	font-size: 3.5rem;
	font-weight: bold;
}
.box_list h3{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.box_list p{
	font-size: 1.4rem;
	margin-bottom: 50px;
}
.box_list{
	background: #fff;
	margin: 20px 0px;
	padding: 20px 60px ;
}
.box_list ul li{
	list-style: none;
}
.icon{ text-align: center;}
.icon img{ margin-bottom: 10px;}

/*アバウト*/
.about{
	background: #fff;
	padding: 30px 20px 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.about video{ max-width: 100%;}
.about h2{
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	z-index: 10;
}
.about p{
	margin-bottom: 20px;
	z-index: 5;
	position: relative;
}
.about a{
	color: #e50011;
	text-decoration: none; 
}
.about a:hover{ 
	background: #000;
	color: #fff;}
.about video{
	margin-top: -110px;
	z-index: 1;
}

.youtube{
	background: yellow;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 20px;
}
.youtube a{ background: none}
.youtube a:hover{ background:none;}
.img-box1 img{ width: 100%;}
.img-box1{ position: relative;}
.img-box1 a{ padding: 0 !important;}
.img-box1 a:hover{ background: none; }
.img-box1 .active{
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	transition: 0.5s;
}
.img-box1:hover .active{ opacity: 1;}

/*ワークスの設定*/
.works{
	background: #fff000;
	padding: 20px 20px 5px;
	margin-bottom: 40px;
}
.works h3{
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.archive1{
	background: #fff;
	padding: 20px;
}
.img{ margin-bottom: 10px;}
.img img{ max-width: 100%;}
.lead{ 
	font-size: 1.1rem;
	margin-bottom: 0px;
	text-align: left;
}
.ttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.item{ 
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: #585858;
	text-align: left;
}
.txt{ 
	margin-bottom: 20px;
	text-align: left;
}

/*worksの設定*/
.img-w{ margin-bottom: 10px;}
.img-w img{	
	display: block;
	max-width: 100%;
	height: auto;
}
.contents.portofolio{ padding: 0;}
.portofolio{
	margin-bottom: 30px;
	padding-top: 20px;
}
.contents-g.portofolio{ padding-top: 0;}
.portofolio .archive1{ margin-bottom: 0px;}
.portofolio .btn{
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.m_ttl{
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.m_ttl span{
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 2rem;
	border-top:1px  #000 solid;
	margin: 0 auto;
	width: 200px;
}
.w_category{
	border: 2px solid;
	margin-bottom: 40px;
	text-align: center;
}
.w_category h3{
	padding: 10px 0;
	margin: 5px auto 0;
	border-bottom: 1px solid;
	width: 200px;
	font-weight: normal;
}
.w_category ul{
	margin: 20px 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	list-style: none;
	overflow: hidden;
}
.w_category ul li{
	margin: 0 5px 10px;
	font-size: 1.8rem;
}
.w_category li a{ 
	text-decoration: none;
	color:#fff;
	background: #000;
	padding: 3px 10px !important;
}

.w_category li a:hover{
	background: #e50011;
	color: #000;
}

/*ワークスのリスト色*/
.w_category .all a{
	background: #fff;
	color: #000;
}
.category-web .web1 a{
	background: #fff;
	color: #000;
}
.category-video .video1 a{
	background: #fff;
	color: #000;
}
.category-graphic .graphic1 a{
	background: #fff;
	color: #000;
}

/*シングル*/
.description-g img{ margin-bottom: 15px;}
.description-g p{
	font-size: 1.8rem;
	margin-bottom: 15px;
	position: none;
	text-align: left;
}
.description-g h4{
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: bold;
}

/*worksグラフィック*/
.img-g{ margin-bottom: 10px;}

/*ボタンの設定*/
.btn{ text-align: center;}
.btn a{
	display: inline-block;
	padding: 5px 15px;
	background: #000;
	color: #fff;
}
.btn a:hover{
	background: #e50011;
	color: #000;
}
.bottom {
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.bottom a{
	display: inline-block;
	padding: 10px 0;
	background: #000;
	color: #fff;
	width: 100%;
}
.bottom a:hover{
	background: #e50011;
	color: #000;
}
.intro{
	font-size: 1.4rem;
	margin: 30px auto !important;
}

/*コンタクトの設定*/
.contact{ text-align: center;}
.contact p{ font-size: 1.4rem;}
.contact ul{
	justify-content: center;
	list-style: none;
	overflow: hidden;
}
.contact ul li{
	display: inline-block;
	margin: 10px 20px 20px;
	font-size: 2rem;
}
.contact li a{ 
	color: #000;
	text-decoration: none;
}
.contact li a::after {
  border-bottom: solid 2px #000;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.contact li a:hover::after {
  width: 100%;
}

/*コンタクトロゴ*/
.message{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.img-box{ 
	position: relative;
	width:280px;
	margin:0 auto;
}
.img-box a{ padding: 0 !important;}
.img-box a:hover{ background: none; }
.img-box .active{
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	transition: 0.5s;
}
.img-box:hover .active{ opacity: 1;}

/*コンタクトフォーム*/
.contact-about h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px;
}

.contact-p{ margin-bottom: 30px;}

　　/* 必須マーク */
	.must{
		color: #F92931;
		padding: 6px 10px;
		font-size: 1.5rem;
	}

	/* 項目名を太字にする */
	form p {
		font-size: 1.6rem;
		font-weight: 600;
	}

	/* 入力項目を見やすくする */
	input.wpcf7-form-control.wpcf7-text,
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%;
		padding: 8px 0px;
		margin-right: 10px;
		margin-top: 10px;
		border: 1px solid #d0d5d8;
		border-radius: 3px;
		font-size: 2.5rem;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		height: 200px;
	}

	/* 送信ボタンを見やすくする */
	input.wpcf7-submit {
		width: 100%;
		height: 60px;
		background: #000;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		cursor:pointer;
	}
	input.wpcf7-confirm {
		width: 100%;
		height: 60px;
		background: #000;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		cursor:pointer;
	}
	input.wpcf7-back{
		margin-bottom: 30px;
		width: 100%;
		height: 50px;
		background: #000;
		color: #fff;
		font-size: 20px;
		cursor:pointer;
	}

	/* エラーメッセージを見やすくする */
	span.wpcf7-not-valid-tip,
	.wpcf7-response-output.wpcf7-validation-errors {
		color: red;
		font-weight: 600;
	}

/*thanks*/
.thanks p{ font-size: 2.2rem;}

/*フッターの設定*/
.footer{
	background: #000;
	color: #fff;
	height: 60px;
}
.footer p{
	text-align: center;
	display: block;
	padding-top: 20px;
}
small{ font-size: 1.4rem;}

/*ハンバーガー中身レイアウト*/
.category-contents{ margin: 30px 40px 0;}
.category-contents p{
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 65px;
}
.category li{
	text-align: center;
	list-style-type: none;
	font-size:8.8vw;
	color: #fff;
	margin-bottom: 10%;
}
.category-title a{ padding: 5px 20px;}
.category-title a:hover{ 
	background: #e50011;
	color: #000;
}
.category-contents .message p{ margin-top: -13px;}

/*pagetop*/
.pagetop{ 
	background: #000;
	height: 60px;
	border-bottom: 1px #fff solid;
}
.pagetop a{
	padding-top: 40px;
	background: url(./img/pagetop.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: 1000%;
	white-space: nowrap;
}

/*その他、色、文字など*/
.center{text-align: center;}

/*ひねる*/
.hineru{ 
	color: #e50011;
	font-size: 2rem;
	font-weight: bold;
}
.hineru:hover { 
	cursor: pointer;
	background: #000;
	color: #fff;
}
.boxNone { display: none; }

/*wp-pagenavi 05 ページ番号*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-bottom: 40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #000;
	background-color: #e50011;
	border-color: #e50011;
    }
.wp-pagenavi span.current{
	color: #000;
	background-color: #fff;
	border-color: #CFD5D;
	font-weight: bold;
    }

/*シングルページ送り*/
.post-navigation .nav-links,
.paging-navigation .nav-links { text-align: center;}
.post-navigation .nav-links a,
.paging-navigation .nav-links a {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	width: 214px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	margin-top: 20px;
}
.post-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover{
	background: #e50011;
	color: #000;
} 

/*br*/
.sm-only{ display: block;}
.pc-only{ display: none;}

.space-contact-about{
	height: 34vh;
}

@media screen and (max-width:599px){
.pc_only { display: none;}
}

/*タブレット*/
@media screen and (min-width: 600px) and (max-width:1025px){
	.mobi_only { display: none;}
	/*ロゴPC*/
	.header_inner{ margin: 15px auto;}
	.pc_only{
		display: block;
		margin: auto;
		padding: 0px 0 10px;
	}
	.wrap{ padding: 20px;}
	.contents h2{ 
		font-size: 3rem;
		text-align: center;
		position: relative;
		margin-top: 10px;
		margin-bottom: -50px;
	}
	.hineru{ font-size: 3rem;}
	.about h2{ font-size: 2.5rem;}
	.about video{ margin-top: -130px;}
	p{ font-size: 1.8rem;}
	.intro{ font-size: 2rem;}
	.bottom{ 
		font-size: 2.2rem;
		margin-bottom: 50px;
	}
	h3{ font-size: 3rem;}
	.m_ttl{ font-size: 4rem;}
	.item{font-size: 1.4rem;}
	.lead{ font-size: 1.4rem;}
	.ttl{ font-size: 2.4rem;}
	.w_category ul li{
	margin: 0 15px 10px;
	font-size: 2.8rem;
	}
	.contents-right p{ text-align: center;}
	.contact p{ font-size: 2rem;}
		/*サービス*/
	.box_list ul{ overflow: hidden; }
	.box_list ul li{ float: left;}
	.box_list3 ul li{
		width: 31.3333%;
		margin: 0 1%;
	}
	.box_list p{ font-size: 1.3rem;}
	.box_list h2{
		font-size: 4rem;
		margin: 10px 0;
	}
	.box_list h3{font-size: 2.5rem;}
	.box_list{
		margin: 20px 0px;
		padding: 20px 10px 30px;
	}
		/*シングル*/
	.description-g img{
		margin-bottom: 20px;
	}
	.description-g p{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.description-g h4{
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
		/*シングルページ送り*/
	.post-navigation .nav-links,
	.paging-navigation .nav-links {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.contact ul li{
	margin: 20px 60px 30px;
	font-size: 2.5rem;
	}
	.category-contents{ margin: 100px 40px 0;}
	.category li{
		margin-bottom: 50px;
		font-size:4.2rem;
	}
	/*br*/
	.sm-only{ display: none;}
	.pc-only{ display: block;}
	
}

/*PCレイアウト*/
@media only screen and (min-width: 1025px) {
	.mobi_only { display: none;}
	p{ font-size:1.8rem;}
	
	/*ロゴPC*/
	.header_inner{ margin: 15px auto;}
	.pc_only{
		display: block;
		margin: auto;
		padding: 0px 0 10px;
	}
	
	/*コンテンツのPC*/
	.contents{
		width: 1200px;
		margin: 30px auto 50px;
		padding: 30px 20px 30px;
	}
	.video{
		width: 50%;
		float: left;
	}
	.contents-right{
		width: 50%;
		float: left;
		padding-top: 130px;
	}
	.contents-right p{ text-align: left;}
	.works h3{ 
		font-size: 5rem;
		margin-bottom: 30px;
	}
	.contents h2{
		font-size: 3rem;
		text-align: center;
		position: relative;
	}
	.intro{
		width: 300px;
		height: 60px;
		font-size: 1.8rem;
		margin: 30px auto;
	}
	.about{
		width: 1200px;
		margin: 30px auto 50px;
		padding: 30px 120px;
	}
	.about h2{
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	.about .video{
		width: 100%;
		margin-top: -50px;
	}
	.youtube h2{ margin-top: 20px;}
	.youtube.about{ padding-bottom: 0px;}
	.youtube.about p{ margin-bottom: 70px;}
	.youtube{ margin-bottom: 40px;}
	.youtube .bottom a{ font-size: 2.5rem;}

	/*ワークスのPC*/
	.m_ttl.single{ 
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.m_ttl{ 	
		font-size: 4rem;
		margin-bottom: 30px;
	}
	.archive1{ padding: 0px;}
	.lead{
		display: inline-block;
		float: left;
		font-size: 1.4rem;
		margin-right: 20px;
		padding-top: 10px;
	}
	.ttl{
		font-size: 2.4rem;
		margin: 0px;
	}
	.item{
		font-size: 1.4rem;
		margin: 10px 0px;}
	.txt{ margin-bottom: 25px;}
	.description{ padding: 30px 50px;}
	
	/*サービス*/
	.box_list{
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.box_list ul{ overflow: hidden; }
	.box_list ul li{ float: left;}
	.box_list3 ul li{
		width: 29.3333%;
		margin: 0 2%;
	}
	.box_list p{ font-size: 1.7rem;}
	.box_list h2{
		font-size: 5rem;
		margin: 20px 0;
	}
	.box_list h3{ font-size: 3rem;}
	
	/*worksのPC設定*/
	.portofolio{ overflow: hidden;}
	.img-w{
		width: 38%;
		float: left;
	}
	.img-w{ margin: 0px;}
	.works{
		padding: 40px 120px 5px;
		margin-bottom: 40px;
	}
	.description-w{ 
		width: 62%;
		float: left;
		padding: 20px 25px 0;
	}
	.w_category{
	width: 800px;
	margin: 0 auto 50px;
	}
	.w_category h3{ font-size: 3rem;}
	.w_category ul{ margin: 30px 0;}
	.w_category ul li{
		margin: 0 20px 10px;
		font-size: 3rem;
	}
	.w_category li a{ padding: 6px 20px !important;}
	
	/*worksグラフィック*/
	.contents-g{
		width: 1000px;
		margin: 0 auto 70px;
	}
	.description-g{ padding: 70px;}
	.img-g{ margin-bottom: 30px;}
	
	/*シングル*/
	.description-g img{ margin-bottom: 30px;}
	.description-g p{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.description-g h4{
		font-size: 3rem;
		margin-bottom: 30px;
	}
	
	/*ボタンPC*/
	.btn{ margin-bottom: 10px;}
	.btn a{ 
		font-size: 2rem;
		padding: 5px 30px;
	}
	.bottom {
		font-size: 2.8rem;
		margin-bottom: 70px;
	}
	.bottom a{ padding: 10px 0 !important;}
	.intro{
		font-size: 2rem;
		margin: 50px 0 !important;
	}
	.contents-right .btn{ text-align: left;}
	.about-btn{ 
		width: 400px;
		margin: 0 auto;
	}
	
	/*ひねる*/
	.hineru{ font-size: 3rem;}
	
	/*コンタクトPC*/
	.contact p{ font-size: 2rem;}
	
	/*コンタクトフォームPC*/
	.contact-about h2{ font-size: 3rem;}
	.contact-p{ text-align: center;}
	.contact-about-inner{
		width: 600px;
		margin: 0 auto;
	}
	form p {font-size: 1.8rem;}
	input.wpcf7-submit {
		width: 300px;
		height: 70px;
		margin: 0 150px;
	}
	input.wpcf7-confirm{
		width: 300px;
		height: 70px;
		margin: 0 150px;
	}
	input.wpcf7-back{
		margin-bottom: 20px;
		width: 70px;
		height: 30px;
		font-size: 20px;
	}
	
	/*thanksPC*/
	.thanks p{ font-size: 3rem;}
	
	/*pagetop*/
	.pagetop{ 
		position: fixed; bottom: 10px; right: 30px;
		width: 60px;
		height: 40px;
		border-bottom:none;
	}
	.pagetop a{ padding-top: 25px;}
	
	/*ハンバーガー中身レイアウト*/
	.category-contents{ margin-top: 0px;}
	.category-contents p{
		font-size: 2.5rem;
		margin-top: 3%;
	}
	.category li{
		margin-bottom: 0%;
		font-size: 5.5vw;
	}
	.category-contents li a{ 
		font-size:4.5rem;
		padding: 5px 50px;}
	.category-contents li a:hover{ background: red;}
	.contact ul li{
	margin: 20px 60px 30px;
	font-size: 3rem;
	}
	/*シングルページ送り*/
	.post-navigation .nav-links,
	.paging-navigation .nav-links {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
		/*br*/
	.sm-only{ display: none;}
	.pc-only{ display: block;}
	
}