/*
Theme Name: realinsight
Version: 1.0
*/

@media screen and (max-width:767px) {
	.customSelectInner{
		font-size:12px;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	.customSelectInner{
		font-size:14px;
	}
}
@media screen and (min-width:981px) {
	.customSelectInner{
		font-size:16px;
	}
}
#load-more_all:hover,
#load-more:hover,
#load-more_b:hover,
#load-more_a:hover{
	background:#f3f3f3;
}
#load-more_all,
#load-more,
#load-more_b,
#load-more_a{
	text-decoration-line: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
    outline-width: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .2s;
	transition-timing-function: var(--easeInOutExpo, cubic-bezier(1,0,0,1));
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
	width:100%;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--color-surface-normal, #fff);
    border-color: var(--color-border-default, #08131a24);
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    white-space: nowrap;
    height:30px;
    margin-top:20px;
    transition:all 0.6s;
}
.post-voice .post .post-cat {
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
}
.post-voice .post .post-cat li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    color: #FFF;
    text-align: center;
    margin: 0 7px 7px 0;
    padding: 5px 25px 8px 25px;
    background: #999999;
    box-sizing: border-box;
}
.single .post.one-column {
	padding-top:70px;
}
.single .post.one-column img {
    max-width: 100%;
    height: auto;
}
.single .post.one-column .size-full{
	width:revert-layer;
}
#footer{
    color: #333;
    font-family: YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 87.5%;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    padding: 16px;
}
#footer .footerUpper {
    text-align: center;
}
#footer .footerUpper .txt {
    text-align: center;
}
.post-detail.one-column .post-cnts{
	margin-top:0;
}
.post-voice .post .post-cat li,
.post-categories li{
	display:block;
	padding:0;
}
.post-voice .post .post-cat ul{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.post-categories li a{
	display:block;
	width:100%;
	height:100%;
	padding:5px 25px;
}
.post-detail.one-column .post-cnts iframe {
    display: block;
    margin: 0 auto;
}
#post-list{
	margin-top:100px;
}