/*
	Theme Name:hrcc2026
*/
/******************** common ********************/
body{
	background: #fff;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0.5em;
	margin-bottom:0.85em;
	line-height: 1.35em;
}
h1{ font-size:1.4em; }
h2{ font-size:1.3em; }
h3{ font-size:1.1em; }
h4{ font-size:1.1em; }
h5{ font-size:1.05em; }
h6{ font-size:1.05em; }
p {
	font-size: 1em;
	margin: 0 0 1.3em 0;
	line-height:1.65em;
}
ul, ol {
	margin: 0 0 1.6em 0;
	padding: 0;
	list-style-type: none;
}
li{margin-bottom: 0.3em;}
img{
	max-width:100%;
	height: auto;
}
a{
	color: #296AB1;
	transition: opacity 0.3s ease;}
a:hover{
	color: #296AB1;
	text-decoration: none;
	opacity: 0.75;
}
table{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
span.f-unl{
	text-decoration:underline;
	text-decoration-color:#111;
}
.pc-disp{display: none;}
.c-text{
	text-align: center;
}
/*search*/
form.item-searchform-form{ display: flex; }
form.item-searchform-form input,
form.item-searchform-form button{
	display: block;
	background: #f7f7f7;
	color: #333;
	border:0;
}
form.item-searchform-form input{
	width: 295px;
	color: #333;
	padding: 4px 5px;
	border-radius: 10px 0px 0px 10px;
}
form.item-searchform-form button{
	background: #f7f7f7 url(./images/magnifying-glass-b.png) no-repeat 50% 50%;
	color: #333;
	padding-left: 25px;
	padding-right: 15px;
	border-radius: 0px 10px 10px 0px;
}
form.item-searchform-form input::placeholder {color:#aaa;}
/*contactform*/
.wpcf7-form{line-height:1.5em;}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),.wpcf7-form textarea{
	width:90%;
	border:1px #bbb solid;
	padding:6px 0;
	border-radius:6px;
}
.wpcf7-form textarea{height:190px;}
.wpcf7-form label{
	display:block;
	margin-top:3px;
	margin-bottom:12px;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-list-item label{
	display:inline-flex;
	align-items:flex-start;
	gap:6px;
	margin-bottom:2px;
}
.wpcf7-list-item input[type="checkbox" i] {
    margin: 10px 3px 3px 4px;
}
.wpcf7-form .wpcf7-submit{
	background:#3498db;
	color: #fff;
	font-weight:bold;
	font-size: 1.3em;
	width:90%;
	display:block;
	padding:14px 0 12px 0;
	border:1px #3498db solid;
}
.wpcf7 .wpcf7-submit:disabled {
	background:#d5d9e0;
	color: #999;
	border:1px #d5d9e0 solid;
    cursor: not-allowed;
}
.cf7-table p{
	margin-bottom: 15px;
}
/******************** header ********************/
.hrcc26-h-wrap a{text-decoration: none;}
.hrcc26-h-wrap .hrcc26-h-logoset .hrcc26-logo{
	margin-top:2px;
	font-size: 0.7em;
}
.hrcc26-h-wrap .hrcc26-h-logoset .hrcc26-h-search{display: none;}
/*mainmenu*/
.hrcc26-h-wrap .hrcc26-h-mainmenu{
	margin-bottom: 8px;
}
.hrcc26-h-wrap .hrcc26-h-mainmenu ul{
	display: flex;
	margin-bottom: 2px;
}
.hrcc26-h-wrap .hrcc26-h-mainmenu ul li{
	margin: 0;
	flex-basis:6%;
}
.hrcc26-h-wrap .hrcc26-h-mainmenu ul li a{
	width: 100%;
	color: #222;
	display: block;
	font-size: 0.75em;
	line-height: 1em;
	padding: 7px 0 7px 0 ;
	text-align: center;
	text-decoration: none;
}
.hrcc26-h-wrap .hrcc26-h-mainmenu ul li a:hover{
	color: #3498db;
	text-decoration:underline;
}
.hrcc26-h-sp-ftmenu{display:none;}
/*breadcrumb*/
.hrcc26-breadcrumbadd{
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.2em;
}
.hrcc26-breadcrumbadd a:hover{text-decoration:none;}

/******************** footer ********************/
.hrcc26-f-wrap{
	background: #ededed;
	color: #777;
	padding: 10px;
	font-size: 16px;
}

.hrcc26-f-wrap .hrcc26-f-copyright{
	flex-basis:100%;
	margin-top: 12px;
	font-size: 0.8em;
	text-align: center;
}
.bt_top_anc a {
	background:rgba(41, 106, 177, 0.8);
	box-shadow:1px 2px 4px 0px rgba(0, 0, 0, .3);
	font-weight:bold;
	color:#777;
	position:fixed;
	padding: 16px 15px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	z-index: 1000;
	text-decoration: none;
}
/******************** post ********************/
.hrcc26-main .post-content{ margin-top: 15px;}
.hrcc26-main .post-content h2{
	padding: 12px 6px 9px 9px;
	line-height: 1.3em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	border-bottom: 1px solid #aaa;
}
.hrcc26-main .post-content h3{
	background: #a1c1e6;
	color: #000000;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	line-height: 1.15em;
}
.hrcc26-main .post-content h4{
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	line-height: 1.15em;
	padding:6px 3px 10px 10px;
	border-left: 8px solid #296AB1;
}
.hrcc26-main .post-content ul{
	font-weight: bold;
	list-style: circle;
	padding-left: 20px;
	margin-bottom: 1em;
}
.hrcc26-main .post-content ol{
	font-weight: bold;
	list-style: decimal;
	padding-left: 22px;
	margin-bottom: 1em;
}
.hrcc26-main .post-content strong.subs-t{font-weight: bold;font-size:1.0625em;}
.hrcc26-main .post-content .alignnone {
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
/******************** single ********************/
.hrcc26-single .hrcc26-article{padding: 0 12px;}
.hrcc26-single .post-metadata{margin-top:5px;}
.hrcc26-single h1.post-title-h1{
	margin: 0.6em 0 0.4em 0;
	line-height: 1.2em;
}
.hrcc26-single .post-dateinfo{font-size: 0.75em;}
.hrcc26-single .post-dateinfo span{ margin-left: 7px;}
/*post deco*/
.post-ag{border: 1px solid #3498db;}
.post-content .post-ag h2 {
	font-size: 1.2em;
	border: 0px;
}
.post-content .post-ag ul{margin-bottom: 0px;}
.fc-bg{	background: linear-gradient(transparent 60%, #fffdc4 60%);}
.post-content .fc-table{
	width: 100%;
	margin: 25px 0;
	border: 1px solid #eee;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
.post-content .fc-table th{
	font-size:0.95em;
	background:#f6f6f6f6;
	font-weight:bold;
	padding:15px 17px;
	width:30%;
	border-bottom:1px solid #eee;
	line-height:1.45em;
}
.post-content .fc-table td{
	font-size:0.95em;
	padding:14px 18px;
	border-bottom:1px solid #eee;
	line-height:1.6em;
}
div.div-gray{
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
}
/*END post deco*/
.hrcc26-single .post-navi{
	display: flex;
	flex-wrap: wrap;
}
.hrcc26-single .post-navi div{
	flex-basis:100%;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.hrcc26-single .post-navi div a{
	min-height: 45px;
	display: block;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 7px;
	text-decoration: none;
}
/******************** page ********************/
.hrcc26-page h1.page-title-h1{
	background: #296AB1;
	color: #fff;
	font-size: 1.5em;
	padding: 15px 10px 15px 10px;
	margin-top: 1em;
	line-height: 1.15em;
}
/******************** index ********************/
.hrcc26-index .hrcc26-article .category-info{padding: 0 12px;}
.hrcc26-index .hrcc26-article .category-info h1.cat-title{
	font-size: 1.0625em;
	margin-top: 0.85em;
	margin-bottom: 0.75em;
	padding: 8px 0 5px 0;
	line-height: 1em;
	text-align: center;
}
.hrcc26-index .cat-content h2.index-main-title{
	background: none;
	font-size: 1.375em;
	border: none;
	padding: 5px 2px;
	margin: 0.8em 0 0.75em 0;
	line-height: 1.25em;
}
/*wp-navi*/
.wp-pagenavi{
	margin: 12px 8px;
	letter-spacing:-0.1em;
}
.wp-pagenavi a, .wp-pagenavi span{
	text-decoration: none;
	color: #444;
	border: 1px solid #ddd;
	padding: 4px 10px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	background: rgb(231, 239, 253);
	border-color: #3498db;
	color: #3498db;
}
/******************** home ********************/
.main-link-img .sp-fbdes{display: none;}
.hrcc26-home .hrcc26-article{
	padding: 0 0px;
}
/******************** editor ********************/
/******************** plugin function ********************/
#toc_container {
	border:0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 8px;
	margin-bottom: 1.4em;
	font-size: 0.85em;
	line-height: 1.15em;
}
#toc_container p.toc_title {
	text-align:left;
	font-weight: 700;
	font-size: 1.15em;
}
#toc_container p.toc_title+ul.toc_list {
	margin-left: 5px;
	margin-top: 10px;
}
#toc_container ul ul {
	margin-left: 1em;
	margin-bottom: 12px;
}
#toc_container li a{
	font-weight: normal;
	display: block;
	margin-bottom:5px;
}
/*iframe*/
iframe.wp-embedded-content{width: 90%;}
