:root {
 /* 初期値 */
	--nav_toggle-width: 0px;
}

body{
	overflow-x: hidden;
	cursor:default;
	background-color:#fff;
	color:#444
}
body.nav_open,
body.modal-open{
	overflow: hidden;
	touch-action: none;
}
/* =========================
	アンカー共通処理
========================= */

.anchor {
	scroll-margin-top: 68px;
}

/* 見た目補正（container構造対応） */
.anchor > .container {
	padding-top: 68px;
	margin-top: -98px;
}

#contents_container{
	overflow: hidden;
	overflow: clip;
}
#content_wrapper::after {
	content: "";
	display: block;
	clear: both;
}
p{
	margin:1rem .4rem;
}
a{color:#333;transition:background-color .4s ease, color .4s ease}
.font_color-white{color:#fff}
.font_color-black{color:#000}
.font_color-red{color:#dd3333}
.oneos_search-input_wrap{
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
}
.oneos_search-input {
	flex: 1;
	height: 48px;
	padding: 0 1.8em 0 14px;
	font-size: 16px;
	border:none;
	border-radius: 0;
	outline: none;
}
.oneos_search-input::placeholder {
	color: #999;
}
.oneos_search-input:focus {
	border:none;
}

.oneos_search-button {
	font-size:20px;
	width: 48px;
	height: 48px;
	border: none;
	background-color: #aaa;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
}
.oneos_search-clear{
	color:#666;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s;
	z-index:8;
}
.oneos_search-clear.is-show{
	opacity:1;
	visibility:visible;
}
.oneos_search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: none;
}

.oneos_icon{
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: -0.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oneos_icon .clock-face{
  stroke-width: 1.5;
}

.oneos_icon .clock-hand{
  stroke-width: 2;
}

.oneos_icon .clock-hand-tip{
  fill: currentColor;
  stroke: none;
}
#header_wrapper{background-color:#fff}
#header_title_wrapper{min-width:0}
#page_title_wrapper{background-color:#eee}
#page_title_bg_container{
	z-index:1;
}
#page_title_container{
	z-index:2;
}
#global_nav{
	line-height:1.2;
}
#breadcrumb_wrapper{
	font-size:0;
}
.breadcrumb_item{
	color:#444;
	min-width:0;
}
.breadcrumb_link{
	max-width: 100%;
}
#breadcrumb_list > .breadcrumb_item:first-child > .breadcrumb_link{
	flex:0 0 auto
}
#breadcrumb_list > .breadcrumb_item:not(:first-child) > .breadcrumb_link{
	max-width: 80vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more_link,
.more_link:hover{
	padding:.8em 1.2em .7em;
	border-radius:.2em;
	background-color:#aaa;
	color:#fff;
	margin:.1em;
}
.font-goc.more_link{
	font-weight:500;
	padding:.8em 1.2em .8em;
}
.more_link::after{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-left: .2em;
  background-color: currentColor;
  -webkit-mask: url("../img/icon-arrow-right.svg") no-repeat center / contain;
  mask: url("../img/icon-arrow-right.svg") no-repeat center / contain;
  vertical-align: middle;
  transform: translateY(-0.08em);
}
.font-goc.more_link::after{
  transform: translateY(0.04em);
}

.post_list_type-1 > .post_list,
.post_list_type-2 > .post_list,
.post_list_type-5 > .post_list{
	border-bottom:1px solid #ccc;
}
.post_list_type-1 .post_cat_list,
.post_list_type-2 .post_cat_list,
.post_list_type-4 .post_cat_list,
.post_list_type-5 .post_cat_list{
	margin-top:-.1em;
	margin-right:.4em;
}
.post_list_type-3 .post_cat_list{
	margin:.1em auto 0;
	justify-content:center
}
.post_link{
	padding-right:1em;
}
.post_list_type-3 .post_link{
	padding-right:0;
}
.post_list_type-1 .post_link::after,
.post_list_type-2 .post_link::after,
.post_list_type-4 .post_link::after{
	content:"";
	position:absolute;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	mask: url("../img/icon-arrow-right.svg") no-repeat center / contain;
}
.cat_link,
.cat_link:hover{
	min-width:5em;
	padding:.1em .4em;
	line-height:1.2;
	background-color:#ccc;
	color:#444
}
#contents_container .post_list .post_excerpt{
	margin:0;
}
#contents_container .post_list .more_link_wrapper{
	margin:.25em 0 .1em 0;
}
.post_list_type-2 .post_excerpt{
	border-top:1px dotted #ccc;
}
.post_thumb{
	border:1px solid #ddd;
}
.post_list .arrow-right_bottom::before,
.post_list .arrow-right_bottom:hover::before{
	z-index:2;
	content: "";
	position: absolute;
	right: 9px;
	bottom: 9px;
	display: block;
	width: 19px;
	height: 19px;
	background-color: #fff;
	-webkit-mask: url("../img/icon-triangle-right_bottom.svg") no-repeat center / contain;
	mask: url("../img/icon-triangle-right_bottom.svg") no-repeat center / contain;
}
.post_list .arrow-right_bottom::after,
.post_list .arrow-right_bottom:hover::after{
	background-color: #aaa;
}
.img_link{
	background-color: #f0f0f0;
}
.post_excerpt_none{
	color:#aaa
}
.taxonomy_list-link{
	background-color: #f0f0f0;
}
#footer_common_container{
	background-color: #eee;
}
#fixed_footer_area{
	background:rgba(255,255,255, .9);
    bottom: 0;
    z-index: 160;
    transition: opacity 0.5s ease;
}
#fixed_footer_wrapper{
	background:#fff;
}
.fixed_footer_link{
	background:#ddd;
	text-decoration:none;
}
.page-numbers,
.page-numbers:hover{
	width:36px;
	height:36px;
	background-color:#ddd;
	color:#444;
	margin:0 .25rem
}
.page-numbers.current,
.page-numbers.current:hover,
.page-numbers.dots,
.page-numbers.dots:hover{
	background-color:#eee;
	color:#777
}
#fixed_footer_area{
	background:rgba(255,255,255, .9);
}
#page_top{
	right:0;
	bottom:128px;
	width:56px;
	opacity: 0;
	z-index: -1;
	transition: opacity .7s, z-index .7s;
	background:rgba(255,255,255, .8);
	border-radius:.4em 0 0 .4em;
}
#to_top_img {
	width: 80%;
	height: 80%;
}
#to_top_link{
	opacity:.7;
}
@media (max-width: 767px) {

	.modal_table tr {
		display: block;
	}

	.modal_table th,
	.modal_table td {
		display: block;
		width: 100%;
		margin-top:-1px
	}

}
@media (min-width: 768px) {

	.modal_table th {
		width:8em;
	}

}
@media (max-width: 1023px) {
}
@media (min-width: 1024px) {
	html {
		scrollbar-gutter: stable;
	}
	body {
		overflow-y: scroll; /* 常にスクロールバー表示 */
	}

	body.nav_open,
	body.modal-open{
		height: 100vh;
		overflow: hidden; /* 実際のスクロールは止める */
	}
	a:hover{color:#f00}
	.oneos_search-button:hover {
		background-color: #888;
	}
	.more_link:hover{
		background-color:#888;
		color:#fff;
	}
	#fixed_footer_area{
	    bottom: 8px;
	}
	.page-numbers,
	.page-numbers:hover{
		width:24px;
		height:24px;
		margin:0 .1rem
	}
	.page-numbers:hover{
		background-color:#ccc;
		color:#333;
	}
	#page_top{
		right:12px;
		width:72px;
		border-radius:.4em;
	}
	#to_top_link{
		opacity:1;
	}
}

/********** Navigation **********/

/************************************************
 * グローバルナビ PC版（1024px以上）
 ************************************************/
@media (min-width: 1024px) {

}

