/*
	style SP & Tab
*/
/*SP*/
@media screen and (max-width:767.98px) {

/***************common***************/
body{font-size: 0.95em;}
p {
	font-size: 1.05em;
	margin: 0 1px 1.3em 1px;
	line-height:1.75em;
}
/***************header***************/
.hrcc26-h-wrap .hrcc26-h-logoset .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.hrcc26-h-wrap .hrcc26-h-logoset .hrcc26-logo{
	width:230px;
	margin:auto;
	height: auto;
}
.hrcc26-h-logoset .hrcc26-h-mainmenu {
	display: none;
}
/*SP drawer button JS*/
#hrcc26-sp-bt{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: none;
	width: auto;
	padding: 12px 14px;
	position: static;
	cursor: pointer;
}
#hrcc26-sp-bt .drawer-icon .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	background: #296AB1;
	margin: 0 auto 7px auto;
}
.sp-menu-text {
	font-size: 11px;
	color: #296AB1;
	letter-spacing: 0.05em;
	line-height: 1;
}
/*drawer1 close*/
#hrcc26-dw-close{
    display:none; /*test initial*/
    position: fixed;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 2px 3px;
    background: #296AB1;
    text-align: center;
    font-size: 14px;
    top: 0;
    left: 0;
    z-index: 20000;
}
#hrcc26-dw-close img{
    width: 29px;
	display: initial;
    margin: 3px auto 1px auto;
}
/*drawer1 box*/
#hrcc26-sp-drawerbox{
    display: initial;
    width: calc(100% - 60px);
    height: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    background-color:#296AB1;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20000;
    transition: all .5s;
	transform: translate(100%);/*test translate(0%)*/
    overflow: auto;
	text-align: left;
    -webkit-overflow-scrolling: touch;
}
.drawerbox-open { transform: translateZ(0) !important; }
/* drawer search */
.sp-search{ padding: 0px 12px 9px 12px; }
.sp-search form.item-searchform-form input {
    flex-basis: 85%;
	color: #25AEF2;
    padding: 7px 6px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.sp-search form.item-searchform-form button {
	background: #ffffff url(./images/magnifying-glass-b.png) no-repeat 50% 50%;
    flex-basis: 15%;
	font-size: 18px;
	padding-right:6px;
    border: 1px solid #ffffff;
}
.sp-search form.item-searchform-form input::placeholder {color:#153167;}
/*drawer sp-menu-list*/
.sp-menu-list{
	background: #296AB1;
	width: 100%;
    z-index: 10000;
}
.sp-menu-list .hrcc26-h-mainmenu ul{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sp-menu-list .hrcc26-h-mainmenu ul li{
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sp-menu-list .hrcc26-h-mainmenu ul li a{
	display: block;
	position: relative;
	color: #fff;
	padding: 16px 36px 16px 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.sp-menu-list .hrcc26-h-mainmenu ul li a::after{
	content: '>';
	font-size: 14px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.sp-menu-list .hrcc26-h-mainmenu ul li a span{
	display: block;
	font-size: 0.8em;
}
.sp-menu-list .hrcc26-h-mainmenu li.sub-menu3{ background: #085EBC;margin-bottom: 0em; }
.sp-menu-list .hrcc26-h-mainmenu li.sub-menu4{ background: #E45469; }
/* drawer background*/
.sp-dw-over{
	display: block;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: 15000;
    opacity: 0;
    transition: opacity .2s;
}
.sp-dw-over-open{
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*breadcrumb*/
.hrcc26-breadcrumbadd {
    padding: 9px 5px 2px 5px;
    font-size: 0.7em;
    line-height: 1em;
	color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hrcc26-breadcrumbadd a{color: #777;}
.bt_top_anc a {
    background:rgba(55, 155, 225, 0.9);
	padding: 13px 12px;
	right: 5px;
	bottom: 5px;
}
/***************footer contents (所長コラム)***************/
.footer-contents {
	background-color: #2b7bbf;
	padding: 20px 0 10px;
	width: 100%;
}
.hrcc26-f-contents {
	background-color: #2b7bbf;
	padding: 10px 15px;
	width: 100%;
}
h2.main-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	padding-left: 22px;
	position: relative;
}
h2.main-title::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 22px;
	background-color: #296AB1;
}
h2.main-title span {
	font-size: 14px;
	font-weight: normal;
}
.hrcc26-f-contents .main-title.footer-title {
	color: #ffffff;
}
.hrcc26-f-contents .main-title.footer-title span {
	color: #ffffff;
}
.hrcc26-f-contents .main-title.footer-title::before {
	background-color: #fff;
}
.column-flex {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 12px;
	padding: 0px 40px 0 40px;
}
.column-flex .item-thumb {
	position: relative;
	margin-bottom: 4px;
}
.column-flex .item-thumb .li-thumb-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}
.column-badge {
	position: absolute;
	top: -8px;
	left: -8px;
	background-color: #78bce9ee;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 14px 8px;
	clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
	width: 56px;
	text-align: center;
	z-index: 1;
}
.column-flex .item-text {
	color: #ffffff;
}
.column-flex .item-date .rday {
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 1px;
}
.column-flex .tile-post-item .item-text h3 {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
	margin: 0 0 10px;
}
.column-flex .tile-post-item .item-text h3 a {
	color: #ffffff;
	text-decoration: none;
}
.post-home-link {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
.post-home-link a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 0 60px 0 12px;
	position: relative;
	line-height: 1;
}
.post-home-link a span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2E6DB1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid #ffffff;
	line-height: 1;
}
/***************footer service (実績・サービス紹介)***************/
.footer-service-contents {
	background: #eee;
	width: 100%;
}
.hrcc26-f-contents-sv {
	padding: 20px 15px 10px;
	width: 100%;
}
.f-service {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 5px;
}
.serv-item {
	flex: 0 0 calc(50% - 8px);
	min-width: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}
.serv-text h3 {
	font-size: 15px;
	margin: 6px 0 4px;
	line-height: 1.15;
}
.serv-text .serv-btn{
	display: none;
}
.serv-img img {
	height: 100px;
	object-fit: cover;
	width: 100%;
	display: block;
	border-radius: 6px;
}
/***************footer link (外部リンクバナー)***************/
.footer-link-contents {
	width: 100%;
}
.hrcc26-f-contents-link {
	padding: 15px 0% 10px;
	width: 100%;
}
.f-outlink {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}
.link-navi {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
}
.link-navi a {
	display: block;
	text-decoration: none;
	height: auto;
}
.navi-body {
	display: flex;
	min-height: 100px;
}
.navi-right {
	flex: 0 0 100px;
	height: 100px;
	overflow: hidden;
}
.navi-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.navi-left {
	flex: 1;
}
.navi-title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.3;
	margin: 15px 0 4px 10px;
}
.navi-title br{display:none;}
.navi-sub {
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
}
.navi-footer {
	font-size: 16px;
	padding: 8px 12px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 10px;
}
.navi-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
}
.navi-hotel .navi-body { background-color: #e73d35; }
.navi-hotel .navi-footer { background-color: #bd1616; }
.navi-sales .navi-body { background-color: #d7ad14; }
.navi-sales .navi-footer { background-color: #b79000; }
/***************footer offer (経営者・物件募集)***************/
.f-offer {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.of-mana,
.of-renta {
	width: 100%;
	border-radius: 0px;
	overflow: hidden;
	padding: 0 0 16px;
	background-color: #2b7bbf;
}
.offer-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	background-color: #2b7bbf;
}
.offer-head h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}
.offer-en {
	font-size: 15px;
	color: #fff;
}
.offer-body {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 12px;
	border-radius: 0px;
	padding: 0px;
}
.offer-img {
	flex: 0 0 120px;
}
.offer-img img {
	width: 150px;
	height: 120px;
	object-fit: cover;
	display: block;
	border-radius: 7px;
}
.offer-text p {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	margin: 0 0 10px;
}
.of-mana .serv-btn a,
.of-renta .serv-btn a {
	display: inline-block;
	background-color: #ffffff;
	color: #296AB1;
	border: 2px solid #296AB1;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
}
/***************footer***************/
.hrcc26-f-wrap .site-info .f-menuflex {
	display: flex;
	flex-direction: column;
}
.f-logo {
	width: 100%;
	padding: 15px 0 12px;
}
.f-logo img {
	width: 80px;
	height: auto;
}
.f-nav1,
.f-nav2 {
	width: 100%;
	margin-right: 0;
}
.f-nav1 ul li a,
.f-nav2 ul li a {
	display: block;
	background: url(./images/arrr.png) 0% 60% no-repeat;
	text-decoration: none;
	color: #555;
	padding: 12px 0 12px 25px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	line-height: 1.4;
	background-size: 15px;
}
.f-nav2 ul li a span {
	display: block;
	font-size: 0.8em;
	color: #777;
}
.hrcc26-f-wrap .site-info{
	justify-content: space-between;
	margin-top: 0px;
	font-size: 12px;
	margin-bottom:2px;
}
.hrcc26-f-wrap .site-info .site-info-right{
	flex-basis: 100%;
	margin-right: 0%;
}
.hrcc26-f-wrap .site-info .site-info-right .page-link{
	display: flex;
	flex-direction:row-reverse;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.hrcc26-f-wrap .site-info .site-info-right .page-link a{
	flex-basis:100%;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0;
	padding:6px 0px 6px 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.hrcc26-f-wrap .site-info .site-info-left{
	display: none; /*SNS image LINK*/
	flex-basis: 100%;
	margin-left: 0%;
	order:2;
}
.hrcc26-f-wrap .site-info .site-info-left .sns-link{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:0px;
}
.hrcc26-f-wrap .site-info .site-info-left .sns-link img{margin-right: 15px;}
.hrcc26-f-wrap .hrcc26-f-copyright{
	margin-top: 10px;
	margin-bottom: 10px;
}
.hrcc26-f-wrap .hrcc26-f-copyright a{color: #555;}
/***************sidebar***************/
.hrcc26-s-wrap{
	margin-top: 0px;
	align-self: flex-start;
}
.hrcc26-s-wrap .s-container{
	padding: 0 0px ;
}
.hrcc26-s-wrap .list-post{
	border-top: 1px solid #ddd;
}
.hrcc26-s-wrap .s-title{
	font-weight:bold;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 10px 2px 10px;
	margin-top:7px;
	margin-bottom: 5px;
}
.hrcc26-s-wrap .side-post-item{
	display:flex;
	justify-content:space-between;
	padding: 6px 12px;
	border-bottom: 1px solid #ddd;
}
.hrcc26-s-wrap .side-post-item .item-thumb{
	flex-basis:28%;
	order: 1;
}
.hrcc26-s-wrap .side-post-item .item-text{
	flex-basis:100%;
	order: 2;
}
.hrcc26-s-wrap .side-post-item h3{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 0px;
}
.hrcc26-s-wrap .side-post-item h3 a{
	color: #111;
	text-decoration: none;
}
.hrcc26-s-wrap .side-post-item .item-text a{
	display: block;
	text-decoration: none;
	font-size: 0.95em;
	line-height: 1.35em;
	padding: 5px 0;
}
.hrcc26-s-wrap .side-post-item .item-text .post-info{
	display:flex;
}
.hrcc26-s-wrap .side-post-item .item-date{
	font-size: 0.75em;
	color: #777;
}
.hrcc26-s-wrap .side-post-item .cicon-set{
	font-size: 0.75em;
	background-color: #296AB1;
	padding:0px 3px;
	margin-right: 5px;
	color: #fff;
}
/***************post***************/
.hrcc26-main .post-content {
	margin-top: 10px;
	padding: 0 10px;
	word-break: break-all;
}
.hrcc26-main .post-content h2{
	padding: 5px 0 3px 0;
	font-size: 1.35em;
	margin-top: 1.3em;
	margin-bottom: 1.1em;
}
.hrcc26-main .post-content h3,
.hrcc26-main .post-content h4{
	font-size: 1.2em;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
	padding: 14px 8px 10px 8px;
}
.hrcc26-main .post-content h4{
padding:4px 2px 3px 9px;
border-left: 4px solid #296AB1;
}
.hrcc26-main .post-content strong.subs-t{
	font-size:1.05em;
}
.hrcc26-main .post-content .alignnone{
	margin-top: 10px;
}
.hrcc26-main .post-content ul,
.hrcc26-main .post-content ol{
	font-size: 1.05em;
    list-style: circle;
    padding-left: 15px;
	line-height: 1.2em;
    margin-bottom: 1.2em;
}
.hrcc26-main .post-content ul li,.hrcc26-main .post-content ol li{
    margin-bottom: 0.75em;
}
.hrcc26-main .post-content ul li::marker,
.hrcc26-main .post-content ol li::marker{
	color: #296AB1;
	font-size: 0.9em;
}
/***************single***************/
.hrcc26-single .hrcc26-article { padding: 0 7px; }
.hrcc26-single .hrcc26-article .post-info{
	margin-top: 15px;
}
.hrcc26-single .hrcc26-article .post-title-h1{
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 0.5em;
	padding: 12px 5px 14px 5px;
}
.hrcc26-single .hrcc26-article .post-dateinfo{
	color: #777;
	padding: 0 9px;
}
.hrcc26-single .hrcc26-article .post-metadata{
	margin-top: 1px;
	margin-left: 9px;
}
.hrcc26-single .hrcc26-article .post-metadata a{
	font-size: 0.75em;
	background-color: #296AB1;
	color: #fff;
	margin-top: 0px;
	margin-left:0px;
	margin-right:4px;
	padding:0px 6px;
	text-decoration: none;
}
.hrcc26-single .hrcc26-article .post-content{margin-top:2px;}
/*post deco*/
.post-ag{
    padding: 10px 12px 6px 12px;
    margin: 20px auto 15px auto;
}
.post-content .post-ag h2 {
	font-size: 1.15em;
	margin: 1px 0px 7px 0px;
}
.post-content .post-ag ul{
	margin-bottom: 4px;
}
.post-content .post-ag ul li {
	margin-bottom: 7px;
	font-size: 0.95em;
}
div.div-gray{
	padding: 9px 7px 7px 7px;
	margin-bottom: 17px;
}
/*END post deco*/

/***************page***************/
.hrcc26-page h1.page-title-h1 {
	font-size: 1.35em;
	margin-bottom: 0.85em;
	padding: 10px 10px 10px 10px;
}
/*cf7-table*/
.cf7-table tr,
.cf7-table th,
.cf7-table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.cf7-table th {
	background: #f2f2f2;
	padding-bottom: 4px;
}
.cf7-table td {
	padding-bottom: 10px;
}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]), .wpcf7-form textarea {
    width: 100%;
}
.cf7-table p {
	margin-top: 10px;
    margin-bottom: 2px;
}
/*************** comments ***************/
#comments{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
#comments h3{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 10px;
}
#comments .item-comments{
	display: flex;
	margin-bottom: 10px;
}
#comments .item-c-img{flex-basis: 12%;}
#comments .item-c-img img{border-radius: 50%;}
#comments .item-c-text{ flex-basis: 86%;margin-left: 2%; }
#comments .item-c-text .c-aut{ font-size: 11px; }
#comments .item-c-text .c-date{
	color: #999;
	font-size: 11px;
}
#comments .item-c-text .c-text{
	font-size: 13px;
	line-height: 1.3em;
}
#comments h3#reply-title{
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
    margin-right:0px;
}
#comments .comment-respond{
	background: #f2f2f2;
	padding: 8px 10px;
	border-radius: 6px;
}
#comments .comment-respond label{display: none;}
textarea#comment{
	width: 100%;
}
.form-submit #submit{
	background: #153167;
	border: 1px solid #153167;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
}
/***************index***************/
.hrcc26-index .hrcc26-article .category-info { padding: 0 2px; }
.hrcc26-index .hrcc26-article .category-info h1.cat-title{
	font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 15px 0 5px 0;
}
/* list item */
.index-post{
	display: flex;
	flex-wrap: wrap;
}
.index-post .tile-post-item{
	flex-basis: 47%;
	padding:2px 0 10px 0;
	margin:2px 0 4px 2%;
}
.tile-post-index-item .item-thumb .li-thumb-img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
	border-radius: 2px;
}
/* text */
.tile-post-item .item-text{
	flex-basis:100%;
	padding-top: 4px;
}
.tile-post-item .item-text h3{
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 5px;
}
.tile-post-item .item-text h3 a{
	color: #111;
	text-decoration: none;
}
.tile-post-item .item-text .post-metadata a{
	font-size: 0.75em;
    background-color: #296AB1;
    color: #fff;
    padding: 0px 5px;
	margin-top: 4px;
    margin-right: 0px;
	text-decoration: none;
}
.tile-post-item .item-text .item-date{
	color: #777;
	font-size:0.75em;
	padding: 3px 0;
}
/*first post*/
.index-post .post-item-no1{
	flex-basis: 47%;
    padding: 2px 0 10px 0;
    margin: 2px 0 4px 2%;
}
/*wp-navi*/
.wp-pagenavi{
    margin: 12px 3px;
    line-height: 2.5em;
}
.wp-pagenavi a, .wp-pagenavi span{
	font-size: 0.9em;
	padding: 3px 7px;
}
/***************home***************/
/* メインイメージ */
.home-main-link-img {
	background: #000 url(./images/mainimg-sp.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 140px 0;
}
.home-main-link-img .home-copy {
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
	background: #000000be;
	width: 100%;
	padding: 20px 15px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
/* 事業内容 */
.hrcc26-main .hrcc26-bus {
	background: #e6f3fb;
	margin: 10px 0 0 0;
	padding: 0;
}
h2.home-title {
	background: #296AB1;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 14px 0;
	border-radius: 8px 8px 0 0;
}
h2.home-title::before {
	display: none;
}
h2.home-title span {
	color: #fff;
}
.bus-con-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 10px 30px 10px ;
}
.con-box {
	width: calc(50% - 6px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.con-box h3 {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #316FB4;
	border-radius: 2px;
	padding: 10px 8px 10px 80px;
	font-size: 14px;
	font-weight: bold;
	color: #296AB1;
	margin: 0 0 8px;
	line-height: 1.35;
	min-height: 60px;
	background-repeat: no-repeat;
	background-position: 8px 2px;
	background-size: 52px;
}
.biz-1 h3 { background-image: url('./images/biz-1-icon.png'); }
.biz-2 h3 { background-image: url('./images/biz-2-icon.png'); }
.biz-3 h3 { background-image: url('./images/biz-3-icon.png'); }
.biz-4 h3 { background-image: url('./images/biz-4-icon.png'); }
.biz-5 h3 { background-image: url('./images/biz-5-icon.png'); }
.biz-6 h3 { background-image: url('./images/biz-6-icon.png'); }
.con-box p {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 8px 8px;
}
.con-box-img {
	margin-top: auto;
}
.con-box-img a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.con-box-img img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto 8px;
}
.con-box-img span {
	display: inline-block;
	border: 1px solid #316FB4;
	padding: 2px 20px;
	font-size: 14px;
	color: #296AB1;
	background-color: #ffffff;
	letter-spacing: 0.05em;
}
/* 新着情報 */
.hrcc26-home .hrcc26-postback {
	background: #eee;
	width: 100%;
}
.hrcc26-home .home-post-box {
	margin-top: 0%;
	background: none;
	padding: 20px 5px 0 5px;
}
h2.home-post-title {
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 10px;
}
.home-post .post-item {
	flex-basis: 100%;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-top: 3px;
}
.home-post .item-text {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 0 36px 0 0;
}
.home-post .item-date {
	flex: 0 0 90px;
	padding: 0 10px 0 8px;
}
.home-post .item-date .rday {
	display: block;
	font-size: 13px;
	color: #666;
	letter-spacing: 0.03em;
	white-space: nowrap;
}
.home-post .item-title {
	flex: 1;
	min-width: 0;
}
.home-post .item-title a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
	overflow: hidden;
}
.home-post .post-item::after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 15px;
	color: #2f6fb3;
	line-height: 1;
}
.post-new-link a {
	color: #535557;
}
/*home post*/
.home-post{
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
}
.home-post .home-title{ display:none; }
.home-post .tile-post-item{
    flex-basis: 96%;
    padding: 2px 0 10px 0;
    margin: 2px 0 4px 2%;
}.home-post .post-item-no1{
	flex-basis: 100%;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.home-post  .post-item-no1 .item-text{
    flex-basis: 94%;
    padding: 2px 0 5px 0;
    margin: 5px 3% 2px 3%;
}
/***************plugin function**************/
#toc_container {
	width: 90% !important;
	font-size: 0.875em;
	background: #fff;
}
#toc_container p.toc_title+ul.toc_list li{
	font-size: 0.9em;
}
/*iframe*/
iframe{max-width: 100%;}
iframe.wp-embedded-content{width: 100%;}

} /*@media screen and (max-width:767.98px) {*/
