
img {
	image-rendering: -webkit-optimize-contrast;
}


.panel-default > .panel-heading {
	color: #000;
	/**background-color: #F1EBEB;*/
	/**border-color: #F1EBEB;*/
}

.ww-table-price td  {
	padding-left: 20px;
	text-align: right;
}
.ww-table-price-cneter   {
	padding-left: 40px !important;
	text-align: left !important;
}
	
/*----------------------------------*/
/* Content Boxes v2
------------------------------------*/

.pz-content-boxes-v2 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	/**background: #dedede;*/
	background: #e67e22;	/** parimary */
	margin-bottom: 25px;
	display: inline-block;
}
.pz-content-boxes-v2 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	/**border: 1px solid #dedede;*/
	border: 1px solid #e67e22;	/** parimary */
	
	border-radius: 50% !important;
}
.pz-content-boxes-v2:hover i,
.pz-content-boxes-v2:hover i:after {
	transition: all 0.3s ease-in-out;
}

.pz-content-boxes-v2:hover i {
	background: #e67e22;
}

.pz-content-boxes-v2:hover i:after {
	border-color: #e67e22;
}

/*----------------------------------*/
/* Content Boxes v3
------------------------------------*/
.pz-content-boxes-v3 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}

.pz-content-boxes-v3 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #e67e22;
  margin-left: -22.5px;
  display: inline-block;
}

.pz-content-boxes-v3 h3,
.pz-content-boxes-v3 p {
    margin-bottom: 20px;
}
.bg-color-light  {
	color: #555;
}
/*----------------------------------*/
/* SECTION
------------------------------------*/
.pz-content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pz-content-sm-no-pb {
	padding-top: 60px;
}
.pz-content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pz-content-md-no-pb {
	padding-top: 80px;
}
.pz-content-sm-negative-mt,
.pz-content-sm-no-pb-negative-mt {
	margin-top: -60px;
}
.pz-content-md-negative-mt,
.pz-content-md-no-pb-negative-mt {
	margin-top: -80px;
}

.pz-content-xs {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pz-content-xs-no-pb {
	padding-top: 30px;
}
.pz-content-xs-no-pt {
	padding-bottom: 30px;
}

.pz-content-xxs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pz-content-xxs-no-pb {
	padding-top: 20px;
}
.pz-content-xxs-no-pt {
	padding-bottom: 20px;
}

.topbar-v3 ul.left-topbar li {
	color: #fff  !important;
font-size: 12px;
	
}
.pz-fullheight {
	height: 100vh;	
}

.pz-fullheight-inner {
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
/*----------------------------------*/
/* 
------------------------------------*/
@media screen and (min-width: 992px) {
	.pz-col-height-centered {
		position:relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-webkit-transform: -webkit-translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		width: 100%;
	}
}
/*----------------------------------*/
/* 
------------------------------------*/
@media screen and (min-width: 992px) {
	.pz-col-padding-side-sm {
		padding-left: 60px;
		padding-right: 60px;
	}
	.pz-col-padding-side-md {
		padding-left: 80px;
		padding-right: 80px;
	}
	.pz-col-padding-side-l {
		padding-left: 130px;
		padding-right: 130px;
	}
	.pz-col-padding-side-xl {
		padding-left: 150px;
		padding-right: 150px;
	}
}

/*----------------------------------*/
/* headline
------------------------------------*/
.pz-cols  h2 {
	/**font-size: 22px;*/
} 
.pz-headline {
	display: block;
	margin: 10px 0 25px 0;
}
.pz-headline h2 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
}

.pz-headline-v3 {
	border-bottom: 1px dotted #e4e9f0;
	margin-bottom: 30px;
}
.pz-headline-v1 h2,
.pz-headline-v2 h2 {
	position: relative;	
	font-size: 23px;
	margin-bottom: 30px;
}
.pz-headline-v1 h2::after {
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	position: absolute;
	background: #e67e22;	/** primary */
}
.text-left .pz-headline-v1 h2::after {
	left: 1px;
}
.text-center .pz-headline-v1 h2::after {
	left: 50%;
	margin-left: -15px;
}
.text-right .pz-headline-v1 h2::after {
	right: 1px;
}

.pz-headline-v2 h2::after {
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}
.text-left .pz-headline-v2 h2::after {
	left: 1px;
}
.text-center .pz-headline-v2 h2::after {
	left: 50%;
	margin-left: -35px;
}
.text-right .pz-headline-v2 h2::after {
	right: 1px;
}

.pz-headline-v3 h2 {
	display: inline-block;
	border-bottom: 2px solid #e67e22;	/** primary */
}
.pz-headline-v3 h2 {
	font-size: 24px;
}
.pz-headline-l00 h1 {
	font-size: 30px;
	line-height: 1.1em;
}
.pz-headline-l0 h1 {
	font-size: 30px;
	line-height: 1.1em;
}
.pz-headline-l1 h1 {
	font-size: 40px;
	line-height: 1.1em;
}

.pz-headline-l2 h1 {
	font-size: 50px;
	line-height: 1.1em;
}

.pz-headline-l2-top h1 {
	font-size: 70px;
	line-height: 1.1em;
}

.pz-headline-l2-xl h1 {
	font-size: 80px;
	line-height: 1.1em;
}

.pz-headline-ls h2 {
	font-size: 16px;
	line-height: 1.6em;
}
.pz-headline-l0 h2 {
	font-size: 33px;
	line-height: 1.1em;
}
.pz-headline-l1 h2 {
	font-size: 40px;
	line-height: 1.1em;
}
.pz-headline-l2 h2 {
	font-size: 50px;
	line-height: 1.1em;
}

.pz-headline-center  p {
	color: #666;
	padding: 0 70px;
}

/*----------------------------------*/
/* text-color
------------------------------------*/
.pz-color-white *,
.pz-color-white h1,
.pz-color-white h2,
.pz-color-white h3,
.pz-color-white h4,
.pz-color-white	.pz-headline-center p
 {
 	color: #fff;
}

.pz-color-white h2.title-v2::after,
.pz-color-white .pz-headline-v2 h2::after 
 {
	background: #fff;
}
.pz-color-white .btn-u.btn-brd.btn-u-dark {
	border-color: #fff;
	color: #fff;
}
.pz-color-white .pz-content-boxes-v2 i { 
	background: #e67e22;
}
.pz-color-white .pz-content-boxes-v2 i::after {
	border-color: #e67e22;
}

/*----------------------------------*/
/* Owl Carousel
------------------------------------*/
.pz-owl-carousel .owl-wrapper-outer {
  margin-bottom: 20px;
}

.pz-owl-carousel .item {
  /**margin: 0 3px;*/
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #e67e22;	/** primary */
}

.owl-carousel.pz-carousel-navi-side .owl-next ,
.owl-carousel.pz-carousel-navi-side .owl-prev {
	top:40%;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	line-height: 1.5em;
	font-size: 16px;
	/**background: #333; */
	background:#e67e22;
	opacity: 0.9;
}

.owl-carousel.pz-carousel-navi-side .owl-next {
	right: 10px;
}

.owl-carousel.pz-carousel-navi-side .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
	margin-right: -3px;
}
.owl-carousel.pz-carousel-navi-side .owl-prev {
	left: 10px;
}
.owl-carousel.pz-carousel-navi-side .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	margin-left: -3px;
}
@media (min-width: 1280px) {
	.owl-carousel.pz-carousel-navi-side .owl-next {
		right: -50px;
	}	
	.owl-carousel.pz-carousel-navi-side .owl-prev {
		left: -50px;
	}
}


.owl-carousel.pz-carousel-navi-side .owl-next:hover ,
.owl-carousel.pz-carousel-navi-side .owl-prev:hover {
	background:#e67e22;
	 opacity: 0.4;
}

/* owl carousel 2 */
.owl-carousel.pz-carousel-navi-top  {
	margin-top: 40px;
}
.owl-carousel.pz-carousel-navi-top .owl-nav {
	position: absolute;
	top: -40px;
	right: 0;
}
.owl-carousel.pz-carousel-navi-bottom  {
/**	margin-top: 50px;*/
}
.owl-carousel.pz-carousel-navi-bottom .owl-nav {
}
.owl-carousel.pz-carousel-navi-top .owl-next ,
.owl-carousel.pz-carousel-navi-top .owl-prev,
.owl-carousel.pz-carousel-navi-bottom .owl-next ,
.owl-carousel.pz-carousel-navi-bottom .owl-prev
 {
	top:33%;
	width: 30px;
	color: #777;
	cursor: pointer;
	font-size: 18px;
	padding: 2px 9px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 0px;	
	margin: 0px;
}
.owl-carousel.pz-carousel-navi-top .owl-next,
.owl-carousel.pz-carousel-navi-bottom .owl-next
 {
	right: 10px;
}
.owl-carousel.pz-carousel-navi-top .owl-next:before,
.owl-carousel.pz-carousel-navi-bottom .owl-next:before
 {
	font-family: FontAwesome;
	content: "\f105";
}
.owl-carousel.pz-carousel-navi-top .owl-prev,
.owl-carousel.pz-carousel-navi-bottom .owl-prev
 {
	left: 10px;
	margin-right: 5px;
}
.owl-carousel.pz-carousel-navi-top .owl-prev:before,
.owl-carousel.pz-carousel-navi-bottom .owl-prev:before
 {
	font-family: FontAwesome;
	content: "\f104";
}
.owl-carousel.pz-carousel-navi-top .owl-next:hover ,
.owl-carousel.pz-carousel-navi-top .owl-prev:hover,
.owl-carousel.pz-carousel-navi-bottom .owl-next:hover ,
.owl-carousel.pz-carousel-navi-bottom .owl-prev:hover
{
	background-color: #e67e22;	/** primary */
 }

/*----------------------------------*/
/* col-4
------------------------------------*/
.pz-img-col {
	padding-left: 0px;
	padding-right: 0px;
}
.row.pz-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.pz-no-gutters > [class^="col-"],
.row.pz-no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*----------------------------------*/
/* 色々テスト中
------------------------------------*/
.pz-panelink img {
	opacity: 0.8;
}
.pz-panelink:hover img {
	opacity: 1;
	transition: all 0.2s ease;
}
.pz-panelink {
	background-color: #000;	
}

.pz-panelink .pz-panel-btn  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 43px;
	text-align: center;
	background: #fff;
	padding: 10px 15px;
	border-radius: 25px;
	width: 260px;
	border: 0px;
	font-size: 14px;
}
.pz-panel-btn-line2 {
	height: 60px !important;
}

.pz-panel-btn-line3 {
	height: 80px !important;
}
.pz-panel-btn-on {
	color: #fff;
	background: #666 !important;
}

.pz-panelink-on img {
	opacity: 0.3;
}
.pz-panelink-on:hover img {
	opacity: 0.3;
	transition: all 0.2s ease;
}

.pz-video-wrap {
	position:relative;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.pz-video-wrap-col4 {
	position:relative;
	background-size: cover;
	/**width: 100%;*/
	overflow: hidden;	
}

.pz-video-wrap video ,
.pz-video-wrap-col4 video {

	background-attachment: fixed; /**中央揃えになるように、fixed。*/
	background-position: center center; /**positionも中央に。*/
	background-size: cover; /** 画面サイズに応じてサイズを可変するように設定。*/
	left: 0;
	/** 以下、画面いっぱいにするためのCSS設定*/
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	/** wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
	position: absolute;
	top: 0;
}
.pz-video-wrap-col4 video {
	min-width: auto;
	min-width: auto;
}


/*----------------------------------*/
/* Parallax
------------------------------------*/
.pz-parallax {
	width: 100%;
	/**height: auto;	TEST */
	/**padding: 50px 0;*/
	position: relative;
	background-size: cover;
	z-index: 1;
}
.pz-no-parallax {
	z-index: 1;
}

.pz-parallax:before,
.pz-no-parallax:before
  {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: -1;
}
.pz-console-parallax:before,
.pz-console-no-parallax:before
 {
	position: absolute;
	width: 100%;
	height: 50px;
	content: " ";
}
video::before {
	background: rgba(0,0,0,0.8);
	content: " ";
}
.pz-parallax-dark-black::before ,
.pz-img-effect-dark-black::after,
.pz-console-parallax .pz-img-effect-dark-black::before {
 	background: rgba(0,0,0,0.8);
}
.pz-parallax-black::before ,
.pz-img-effect-black::after,
.pz-console-parallax  .pz-img-effect-black::before {
 	background: rgba(0,0,0,0.5);
}
.pz-parallax-light-black::before ,
.pz-img-effect-light-black::after , 
.pz-console-parallax .pz-img-effect-light-black::before {
 	background: rgba(0,0,0,0.2);
}
.pz-parallax-very-dark-white::before ,
.pz-img-effect-very-dark-white::after,
.pz-console-parallax .pz-img-effect-very-dark-white::before {
 	background: rgba(255,255,255,0.95);
}
.pz-parallax-dark-white::before ,
.pz-img-effect-dark-white::after,
.pz-console-parallax .pz-img-effect-dark-white::before {
 	background: rgba(255,255,255,0.8);
}
.pz-parallax-white::before ,
.pz-img-effect-white::after ,
.pz-console-parallax .pz-img-effect-white::before {
 	background: rgba(255,255,255,0.5);
}
.pz-parallax-light-white::before ,
.pz-img-effect-light-white::after, 
.pz-console-parallax .pz-img-effect-light-white::before  {
 	background: rgba(255,255,255,0.2);
}

/*----------------------------------*/
/*pz-breadcrumbs
------------------------------------*/
.pz-breadcrumbs {
	transition: all 0.8s ease-in-out;
	z-index: 1;
	padding: 50px 0;
	position: relative;
}

.pz-breadcrumbs:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}

.pz-breadcrumbs h1 {
	font-size: 40px;
	line-height: 50px;
}

.pz-breadcrumbs p {
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 0;
}

/*----------------------------------*/
/* pz-no-parallax-container
------------------------------------*/
.pz-no-parallax-container {
	transition: all 0.8s ease-in-out;
	z-index: 1;
	position: relative;
}

.pz-no-parallax-container:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}


@media (max-width: 1280px) {
	body {
		font-size: 15px;
	}
	.breadcrumbs h1 {
		font-size: 20px;
	}
	.pz-breadcrumbs.pz-breadcrumbs-lg {
		padding: 100px 0;
	}
	
	.pz-headline-l1 h1 {
		font-size: 36px;
	}	
	.pz-headline-l2 h1 {
		font-size: 44px;
	}
	
	.pz-headline-l2-top h1,
	.pz-headline-l2-xl h1  {
		font-size: 44px;
	}	
	
	
	.pz-headline-l1 h2 {
		font-size: 36px;
	}	
	.pz-headline-l2 h2 {
		font-size: 44px;
	}
	
	.container-fluid h2 ,
	.container-fluid .pz-headline-l1 h2 {
		/**font-size: 26px; 2023.4.14*/
	}
	.container-fluid  .col-md-6 h2 ,
	.container-fluid .col-md-6 .pz-headline-l1 h2 {
		/**font-size: 30px; 2023.4.14*/
	}	
	.pz-headline-l1 h1 {
		font-size: 30px;
	}	
}

@media (max-width: 992px) {
	.pz-breadcrumbs.pz-breadcrumbs-lg {
		padding: 100px 0;
	}
	.pz-headline-l1 h2 {
		font-size: 30px;
		line-height: 1.1em;
	}
	.container-fluid h2 {
		font-size: 20px;
	}
	

}

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.pz-breadcrumbs  {
		padding: 50px 0;
	}
	
	.pz-breadcrumbs h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.pz-breadcrumbs p {
		font-size: 18px;
	}
	
	.fullheight h2 {
		font-size: 18px;
	}
	.fullheight .pz-headline-center p {
		font-size: 18px;
	}
	.pz-headline h2 {
		font-size: 24px;
	}
	.pz-headline-ls h2 {
	  font-size: 15px;
	}	
	.pz-headline-center p {
		padding: 0px;
	}	
			
	.pz-headline-l1 h1 {
		font-size: 30px;
	}
		
	video {
		display: none;
	}
	h2.ww-table-price-title  {
	font-size: 16px;
	}	
	.ww-table-price th  {
		display: block;
		width: 100%;
		text-align: left;
	}	
	.ww-table-price td  {
		display: block;
		width: 100%;
		padding-left: 10px;
		text-align: right;
	}
	.ww-table-price-cneter   {
		text-align: center;
	}	

}

.breadcrumbs .breadcrumb li {
	font-size: 14px;
}

/*----------------------------------*/
/*blog
------------------------------------*/
.pz-blog-item {
	font-size: 15px;
}
.pz-blog-item .imgL {
	margin-right: 15px;
}
.pz-blog-item .imgR {
	margin-left: 15px;
}
.pz-blog-item h2 {
	font-size: 24px;
}
.news-v3 h2 {
	font-size: 20px;
}
.news-v3 .posted-info li {
	font-style: normal;
}

.pz-side-container .container {
	width: 100%;
}
/*----------------------------------*/
/*faq
------------------------------------*/
.pz-faq-block {
	font-size: 15px;
}
.pz-faq-block .imgL {
	margin-right: 15px;
}
.pz-faq-block .imgR {
	margin-left: 15px;
}

.pz-faq-block .panel-heading span {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe;
}
.pz-faq-block .panel-body {
	font-size: 15px;
}



/*----------------------------------*/
/*pz-console-contentbody
------------------------------------*/
.pz-console-contentbody {
	padding:5px;
}

.pz-console-parallax {
	width:100%;
	height: 50px;	
}
.pz-console-content-content-sm {
	width:100%;
	height: 60px;
}
.pz-console-content-content-md {
	width:100%;
	height: 80px;
}
.pz-console-bg-color {
	width:100%;
	height: 50px;
}

/*----------------------------------*/
/* Revolusion Slider
------------------------------------*/
.pz-rs-mch:after {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
}
.pz-rs-text-color-white {
	color: #fff;
}
.pz-rs-title-l {
	font-size: 75px;
	font-weight: 500;
	/**line-height: 60px;*/
	font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
	
}
.pz-rs-title-m {
	font-size: 40px;
	font-weight: 500;
	/**line-height: 60px;*/
	font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-title-s {
	font-size: 30px;
	font-weight: 500;
	/**line-height: 60px;*/
	font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-text-1 {
	font-size: 24px;
	/**font-weight: 600;*/
	/**line-height: 60px;*/
	font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;

}
.pz-rs-title-lc {
	font-size: 75px;
	font-weight: 500;
	/**line-height: 60px;*/
	text-align: center;		
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}
.pz-rs-title-mc {
	font-size: 40px;
	font-weight: 400;
	/**line-height: 60px;*/
	text-align: center;
	font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-title-sc {
	font-size: 30px;
	font-weight: 400;
	/**line-height: 60px;*/
	text-align: center;
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}
.pz-rs-text-1c {
	font-size: 24px;
	/**font-weight: 600;*/
	/**line-height: 60px;*/
	text-align: center;
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}

.pz-h4-box {
	font-size: 80%;
}
.pz-h4-box-p {
	margin-bottom: 20px;
}
/*----------------------------------*/
/* footer
------------------------------------*/
.footer  {
	font-size: 14px;
}
.copyright {
	font-size: 12px;
}
/*----------------------------------*/
/* form
------------------------------------*/
.has-error .form-control{
	background-color: #fff0f0;
}
.pz-form-necessary {
	margin-left: 10px;
}
.pz-form-btn {
	text-align: center;
}
.pz-form .alert p{
	font-size: 14px;
	color: #c7254e;
	}
.pz-form-panel {
	background: none !important;
}

.pz-breadcrumbs .container .pz-form {
	padding-left: 0px;
	padding-right: 0px;
}
.pz-color-white * > .pz-form .form-control{
	color: #333 !important;
}
.alert {
	margin-bottom: 10px;
}

.news-v3-in blockquote.hero {
/**	margin-bottom: 0px;*/
}
.news-v3-in .list-inline.posted-info {
	margin-bottom: 0px;
	
}
.pz-blog-item .pz-headline {
	margin-top: 0px;
}
.pz-blog-item {
	margin-bottom: 30px;
}
.list-inline.tags-v2.pz-img-blog-side span.badge {
	font-size: 10px;
	margin-left: 3px;
}

.news-v3 h2 {
	text-transform: none;;
}
.pz-ticker {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}
.pz-color-white a:hover {
	color: #fff;
}

.header-v8 .navbar-nav > li > a {
	text-transform: none;
}

.bg-color-light {
	background-color: #fafafa !important;
}

.bg-color-blue {
	background: linear-gradient(0deg, rgba(238,241,252,1) 0%, rgba(238,241,252,1) 48%, rgba(255,255,255,1) 100%);
	color: #000;
}

.link-list a {
	text-transform: none;
}
	
/** orange.css*/	
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #d35400;
	/** color: inherit; */
}	
.pz-color-white a {
	color: #e67e22;	
	color: #fff;
}


.inc-col h2 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 24px; 
}
.pz-has-side-menu .inc-col h2 {
	font-size: 110%;
	margin-bottom: 2px;
	line-height: 20px;
	font-weight: 500; 
}

.inc-col small {
    display: block;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #777;
}

a.inc-col-h2:link, a.inc-col-h2:visited {
	color: #000 !important;
}
a.inc-col-h2:hover, a.inc-col-h2:active {
    color: #e67e22 !important;
}

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #e67e22;

}
.pz-has-side-menu .pz-headline,
.pz-headline {
	margin-top: 0px;
	margin-bottom: 15px;
}
body .pz-has-side-menu {
	/**font-size: 14px;*/
	font-size: 15px;
	line-height: 1.5;
}
.pz-has-side-menu .inc-col small {
	/**font-size: 100%; 2026.3.26*/
	font-size: 90%;
}

.pz-has-side-menu h3 {
	margin-top: 0px;
}
.pz-has-side-menu .pz-headline-l1 h2 {
	/**font-size: 36px;*/
	font-size: 32px;
}
.pz-has-side-menu .pz-headline-l0 h2 {
    font-size: 25px;
    line-height: 1.1em;

}

.pz-has-side-menu .pz-content-boxes-v1 .pz-content-boxes-in-v1 h2 {

    font-size: 22px;

}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
	background: #FEE9B1;
	background: #fafafa;
}
.sidebar-nav-child {
	background: #fafafa !important;
}
.sidebar-nav-v1 li ul a {
	/**border-top: solid 1px #FDCF55;*/
}

/** ここから全開用test */
.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
	/**
    color: #fff;
    background: #999;
    */
    color: #000;
    background: #dfdfdf !important;
    font-weight: 500;
}
.sidebar-nav-v1 > li.current, .sidebar-nav-v1 > li.current:hover {
    /**background: #B05E13;	*/
    background: #fafafa;
    
}
/** ここまで全開用test */

.pager li > a:hover, .pager li > a:focus {

    background: #e67e22 ;
    border-color: #e67e22 ;

}
b, strong {
	/**font-weight: 400;*/

}
.h4, .h5, .h6, h4, h5, h6 {

    margin-bottom: 5px;

}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.pz-study-label {
	font-size: 20px !important;
	display:inline-block;
	margin-bottom: 15px;
}
.pz-study-label span {
	margin-right: 5px;
}
@media (max-width: 768px) {
	.sm-margin-bottom-5 {
		margin-bottom: 5px;
	}
}
@media (min-width: 768px) {
	.pz-flex-container{
	  display: flex;
	  align-items: center;
	}	
	.pz-flex-top-container{
	  display: flex;
	  align-items: top;
	}
}

.testimonials-pz-large img {
    width: 80px !important;
    height: auto;
    margin: 0 0px;
    display: inline !important;
}

.testimonials.testimonials-pz-l p {
	font-style:normal;
}


.sticky-footer {
	height: 91px

	}
.search-block-v2 {
	padding: 50px 0 50px;
	margin-bottom: 0px;
}
.search-results .results-number {
	margin-top:50px;
	margin-bottom: 26px;
	color: #808080;
	font-size: small;
}

.search-results .inner-results {
	margin-top: 0px;
	margin-bottom: 26px;
}

.search-results .inner-results h3 {
	margin-bottom: 5px;
}
.search-results .inner-results h3 {
	font-size: 18px;
	color: #1a0dab;
}
.search-results .inner-results h3:hover {
	text-decoration: underline;
	text-decoration-color: #1a0dab;
}
.search-results .inner-results a:hover {
	font-size: 18px;
	color: #1a0dab;
	text-decoration:none;
}
.search-results .inner-results .url {
	color: #006621;
	font-style: normal;
	font-size: 14px;
	margin-bottom:2px;
}
.search-results .inner-results  a:hover .url {
	text-decoration: none !important;
}

.search-results .inner-results .fragment {
	font-size: 14px;
	color: #545454;
	line-height: 21px;
}

.search-results .inner-results .fragment .highlight {
	font-weight: bold;
	color: red;
}

.bg-color-sea {
    background-color: #e6f1fd !important;
    color: #333;
}


/** 
* partner-portal
*/


.header-v6 .navbar-toggle {
    border: none;
    margin: 20px 0 0px 0px;
}

.content-boxes-v6 i {
	color: #fff;
	background: #E67E22;
}
.content-boxes-v6 i::after {
	border: 1px solid #E67E22;
}

.sidebar-nav-v1 li ul a  {
	padding: 6px 15px 6px 15px;
}

.pz-icon-no {
	color :#555 !important;
	background-color: #fff !important;
}
.pz-icon-no::before {
	font-size: 100px;
	font-family: "Georgia";
	line-height: 80px;
}

.pz-icon-no0::before {
	content: "?";
}

.pz-icon-no1::before {
	content: "1";
}
.pz-icon-no2::before {
	content: "2";
}
.pz-icon-no3::before {
	content: "3";
}
.pz-icon-no4::before {
	content: "4";
}
.pz-icon-no5::before {
	content: "5";
}
.pz-icon-no6::before {
	content: "6";
}
.pz-icon-no7::before {
	content: "7";
}
.pz-icon-no8::before {
	content: "8";
}

.pz-headline .heading h2 {
	font-size: 32px;
}
.pz-has-side-menu .pz-headline .heading h2 {
	font-size: 28px;
}
.pz-has-side-menu h4 {
    font-size: 16px;
}
.pz-has-side-menu .pz-headline-v1 h2, .pz-has-side-menu .pz-headline-v2 h2 {
	font-size: 25px;	
	margin-bottom: 26px;
}

.pz-has-side-menu .pz-headline-v2 h2::after {
    bottom: -5px;
}

.margin-top-0 {
	margin-top: 0px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.breadcrumbs h1 {
	margin-top: 14px;
}

.pz-has-side-menu .testimonials-pz-large .pz-headline-l0 h1 {
	font-size: 28px;

	}
	
.inc-link .testimonials-pz-large .testimonials-pz-large-in::before {
    font-size: 40px;
    margin: -15px 0 0 0px;
}
.inc-link .testimonials-pz-large .testimonials-pz-large-in {
    padding: 0px 20px 0px 0px;
}
.inc-link .testimonials.testimonials-pz-l .item::before {
	top: 20px;
}
.inc-link  h2.title-v3-md {
	padding-left: 20px;
	}
	
.testimonials-bg-default .item p {
    background: #FFF3CC;
}
.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
    color: #333;
}
.testimonials.testimonials-pz-l .item::before {
	border-top-color: #FFF3CC;
}

/**
	knowledge-no
*/

.knowledge-no-bg {
  background: -moz-linear-gradient(top, #21ADBA, #1C969F);
  background: -webkit-linear-gradient(top, #21ADBA, #1C969F);
  background: linear-gradient(to bottom, #21ADBA, #1C969F);
  color: #fff;
}
.knowledge-no {
	font-family: "Georgia";	
	font-size: 50px;
	padding-left: 5px;
	font-style: italic;
}
@media (max-width: 1280px) {
	.knowledge-no {
		font-size: 50px;
	}
	.knowledge-no-bg {
	padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
	.knowledge-no {
	font-size: 45px;
	}
}
@media (max-width: 768px) {
	.knowledge-no {
	font-size: 25px;
	}
}

.knowledge-no-a,
.knowledge-no-a:hover {
	color: #336699;
}
.knowledge-no-current {
	color: #fff;
	background: #999;
}
@media screen and (max-width: 768px) {
	.knowledge-no-current {
	    margin-bottom: 15px;
	
	}
}
.knowledge-no-current .knowledge-no-a,
.knowledge-no-current .knowledge-no-a:hover {
	color: #fff;
}
.knowledge-no-current .knowledge-no-bg {
  background: -moz-linear-gradient(top, #17767D, #1A868E);
  background: -webkit-linear-gradient(top, #17767D, #1A868E);
  background: linear-gradient(to bottom, #17767D, #1A868E);
}

/**
	about_cms-no
*/
.about_cms-no-bg {
  background: -moz-linear-gradient(top, #009ADC, #009ADC);
  background: -webkit-linear-gradient(top, #009ADC, #009ADC);
  background: linear-gradient(to bottom, #009ADC, #009ADC);
  color: #fff;
  
}

.about_cms-no {
	font-family: "Georgia";	
	font-size: 50px;
	padding-left: 5px;
	font-style: italic;
}

@media (max-width: 1280px) {
	.about_cms-no {
		font-size: 50px;
	}
	.about_cms-no-bg {
	padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
	.about_cms-no {
	font-size: 45px;
	}
}
@media (max-width: 768px) {
	.about_cms-no {
	font-size: 25px;
	}
}

.about_cms-no-a,
.about_cms-no-a:hover {
	color: #336699;
}
.about_cms-col {
	background-color: #fff;
}

.about_cms-no-current .about_cms-col  {
	color: #fff;
	background: #999;
}

.about_cms-no-current .about_cms-no-a,
.about_cms-no-current .about-cms-no-a:hover {
	color: #fff;
}

.about_cms-no-current .about_cms-no-bg {
  background: -moz-linear-gradient(top, #007BB0, #007BB0);
  background: -webkit-linear-gradient(top, #007BB0, #007BB0);
  background: linear-gradient(to bottom, #007BB0, #007BB0);
}

blockquote.about-cms,blockquote.about-cms:hover {
	border-left: solid 2px #1C54B1;
}
blockquote.about-cms h1, .about_cms-col h1{
	color: #1C54B1;
}

/**
	ww_faq-no
*/
.ww_faq-no-bg {
/** 2023.1.20
  background: -moz-linear-gradient(top, #9b6bcc, #9b6bcc);	
  background: -webkit-linear-gradient(top, #9b6bcc, #9b6bcc);
  background: linear-gradient(to bottom, #9b6bcc, #9b6bcc);
*/
  background: -moz-linear-gradient(top, #999, #999);	
  background: -webkit-linear-gradient(top, #999, #999);
  background: linear-gradient(to bottom, #999, #999);
  color: #fff;
}

.ww_faq-no {
	font-family: "Georgia";	
	font-size: 50px;
	padding-left: 5px;
	font-style: italic;
}

@media (max-width: 1280px) {
	.ww_faq-no {
		font-size: 50px;
	}
	.ww_faq-no-bg {
	padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
	.ww_faq-no {
	font-size: 45px;
	}
}
@media (max-width: 768px) {
	.ww_faq-no {
	font-size: 25px;
	}
}

.ww_faq-no-a,
.ww_faq-no-a:hover {
	color: #336699;
}
.ww_faq-col {
	background-color: #fff;
}

.ww_faq-no-current .ww_faq-col  {
	color: #fff;
	background: #999;
}

.ww_faq-no-current .ww_faq-no-a,
.ww_faq-no-current .about-cms-no-a:hover {
	color: #fff;
}

.ww_faq-no-current .ww_faq-no-bg {
  background: -moz-linear-gradient(top, #007BB0, #007BB0);
  background: -webkit-linear-gradient(top, #007BB0, #007BB0);
  background: linear-gradient(to bottom, #007BB0, #007BB0);
}

blockquote.ww_faq,blockquote.ww_faq:hover {
	border-left: solid 2px #1C54B1;
}
blockquote.ww_faq h1, .ww_faq-col h1{
	/**color: #4B2671;	*/
	color: #000;/** 2023.1.20 */
}

/**
 * FAQ タブ
 */
.ww_faq_tab .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    /**background: #9b6bcc;*/
    /** 2023.1.20 */
    background: #efefef;	
    color: #333;			
    border-radius: 10px;	
}
.ww_faq_tab .tab-v1 .nav-tabs {
    /**border-bottom: solid 2px #9b6bcc;*/
    border-bottom: solid 2px #999;
}
.ww_faq_tab .tab-v1 .nav-tabs > li > a:hover {
	/**background: #9b6bcc;	*/
	/** 2023.1.20 */
	background: #efefef;	
	color: #333;	
	border-radius: 10px;
}
.ww_faq_tab a:focus, .ww_faq_tab a:hover, .ww_faq_tab a:active {
	/**color: #9b6bcc;*/
	/** 2023.1.20 */
	color: #e67e22;
	border-radius: 10px;
}
.ww_faq_tab > .panel-default > .panel-heading {
    /**color: #4B2671;*/
    /**background-color: #F8F4FB;*/
    /**border-color: #E8DCF3;*/
    /** 2023.1.20 */
    color: #333;	
    background-color: #fff !important; 
    border-color: #eee;
    padding: 15px 25px;
}
.ww_faq_tab .panel-body {
	padding: 15px 25px !important;
	background: #efefef;
}

.ww_faq_tab	.tab-v1 .nav-tabs > li > a {
	padding: 10px 15px;
}
.ww_faq_tab	.tab-v1 .nav-tabs > li {
	margin-bottom: 5px;
}

.ww_faq_tab h4.panel-title {
	font-weight: 500;
}

.ww_faq_tab > .panel,  .ww_faq_tab > .panel-group .panel  {
    border:0px;
}
a.ww_faq_link {
	/**color: #4B2671;*/
	color :#000;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;	
}

/**
 * hero
 */
.pz-has-side-menu blockquote.hero,.pz-has-side-menu blockquote.hero:hover  {
	font-size: 14px;
	background: #fff;
}
.color-dark:hover {
	color: #555;
}


.pz-form .form-group.has-danger label,
.pz-form .form-group.has-danger :not(.pz-form-head) :not(span) input,
.pz-form .form-group.has-danger textarea,
.pz-form .form-group.has-danger select,
.pz-form .form-group.has-danger span.pz-form-checkbox,
.pz-form .form-group.has-danger span.pz-form-radio {
	color: #d9534f;
}

.badge-danger {
	background-color: #d9534f;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.pz-form-fld-len {
	color: #999;
	font-size: 85%;
	margin-left: 10px;
}

[class*="pz-form-ENQ"] label {
 	color: #333;
 	font-weight:normal;
 }
 
[class*="pz-form-ENQ"] .pz-form-head {
 	font-weight:bold;
 	color: #333;
}
[class*="pz-form-ENQ"] h3 {
 	display: none;
}

[class*="pz-form-ENQ"] h4 {
 	padding-left: 10px;
 	margin-bottom: 5px;
}

[class*="pz-form-ENQ"] .badge {
 	background-color: #d9534f;
}

[class*="pz-form-ENQ"] textarea {
 	height: 50px;
}

[class*="pz-form-ENQ"] p  {
	font-size: 80%;
	color: #666;
}
 
[class*="pz-form-ENQ"] .pz-form-radio {
 	margin-left: 5px;
 	margin-right: 5px;
}
[class*="pz-form-ENQ"] .pz-form-checkbox  {
 	margin-left: 5px;
 	margin-right: 5px;
}

[class*="pz-form-ENQ"] .pz-form-btn-complete  {
	display: none;
}


.news-v3-in h1 {
	font-size: 24px;	
}


.inc-colx h2 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 24px; 
}
.pz-has-side-menu .inc-colx h2 {
	font-size: 110%;
	margin-bottom: 2px;
	line-height: 20px;
	font-weight: bold; 
}
.inc-colx small {
	font-size: 100%;
}
.inc-colx small {
	display: block;
	line-height: 1.6;
	margin-bottom: 20px;

}
.colx-imgcap {
	text-align: left;
	color: #888;
	font-size: 85%;
	margin-bottom: 10px;
}


.sidebar-nav-v1 li ul a {
	font-size: 13px;
}
.sidebar-nav-v1 li a {
  display: block;
 /** padding: 30px 30px 30px 10px; 2025.07.23*/
 padding: 15px 30px 15px 25px;
 font-size: 13px !important;
  background: #e67e22;	/** 2023.7.14 add*/
  color: #fff;	/** 2023.7.14 add*/
}
.sidebar-nav-v1 li ul a {
  /**padding: 30px 25px 30px 15px; 2025.07.23*/
  padding: 15px 30px 15px 10px;
  font-size: 13px;
}
.sidebar-nav-v1 > li > ul a { font-size:13px !important; }

/* サイドバーでは first-line の補正を無効化 */
.sidebar-nav-v1 li::first-line,
.sidebar-nav-v1 li p::first-line {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}


/* 親（オレンジ帯）だけ白 */
.sidebar-nav-v1 > li > a {
  color:#fff;
  -webkit-text-fill-color:#fff;
}

/* 子リスト（展開部分）は濃いグレーに戻す */
.sidebar-nav-v1 > li > ul a,
.sidebar-nav-v1 > li > .collapse a {
  color:#444;
  -webkit-text-fill-color:currentcolor;
  background:transparent; /* 念のため */
}

/* 子のホバー/フォーカス */
.sidebar-nav-v1 > li > ul a:hover,
.sidebar-nav-v1 > li > ul a:focus {
  color:#222;
  -webkit-text-fill-color:currentcolor;
}


.sidebar-nav-v1 > li.active > a {	/** 2023.7.14 add*/
  background: #CD6D16;
}

#sidebar-nav .list-group-item {
	border-left: 0px;
	border-right: 0px;
}

.list-toggle::after {

    /**top: 20px; 2025.07.23*/
    top: 5px;
    right: 15px;
    color: #777;
    color: #fff;	/** 2023.7.14 add*/
    font-size: 30px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;

}
.headline-v2 h2 {
  font-weight: 500;
}

.cube-portfolio .cbp-l-grid-agency-title { 
	letter-spacing: 0px;
	text-transform: none;
	}
.cbp-l-grid-agency-title {
	text-align: left;
	margin-top: 5px;
	padding: 0px;
	white-space: normal;
}

.cbp-l-grid-agency-desc {
	text-align: left;;

	}
	
.bg-color-gradation-1 {
	/**background: linear-gradient(0deg, rgba(238,241,252,1) 0%, rgba(238,241,252,1) 48%, rgba(255,255,255,1) 100%);	*/		
	/**background: linear-gradient(0deg, rgba(223,242,252,1) 0%, rgba(223,242,252,1) 48%, rgba(255,255,255,1) 100%);*/
	/**background: rgba(223,242,252,1);*/
}

.inline {
	display: inline;
}
.ol-li-mb-10 li {
	margin-bottom: 10px;
}
.ul-li-mb-10 li {
	margin-bottom: 10px;
}
.bg-color-light-10 {
	background:#F5F7FA;
}
/**
.ol-li-bold-first-line ol li::first-line,
.ol-li-bold-first-line ol li p::first-line
 {
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
	color: #000;
}
.ol-li-bold-first-line ul li::first-line,
.ol-li-bold-first-line ul li p::first-line
 {
	font-weight: normal;
	font-size:15px;
	margin-bottom:5px;
	color: #555;
}
*/

html {
	scroll-behavior: smooth;
}

.pager {
	text-align: left;
}
.label-black {
	font-size: 75%;
	margin-bottom:20px;
	background: #e67e22;
	color:#fff; 
	padding:5px 15px;
	border-radius: 20px !important;
	display: inline-block;
}

.label-black-large {
	margin-bottom:30px;
	background: #000;
	color:#fff; 
	padding:15px;
	border-radius: 10px !important;
	display: block;
}

.label-headline {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 10px;
	background: #e67e22;
	color: #fff;
	font-weight :normal !important;
	border-radius: 15px !important;	
}

@media (max-width: 768px) {
	.label-headline {
	  font-size: 11px;
	}
	
	.inc-col h2 {
	  font-size: 18px;
	  line-height: 22px;
	}
	
	.small-12px {
		font-size: 12px;
	}
	.pager2 .previous > a {
		float: none;
		margin-bottom: 20px;
	}
	.pager2 .next > a {
		float: none;
	}	
}
@media (min-width: 375px) {
	.pager2 a {
		max-width: 390px;
	}	
}

.topbar-search-block .form-control:focus {
  color: #fff;
}


.balloon-v1 {
  position: relative;
  /**display: inline-block;*/
  margin: 0 0 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 1px #eee;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon-v1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon-v1:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eee;
  z-index: 1;
}

.balloon-v1 p {
  margin: 0;
  padding: 0;
}




.balloon1-left {
  position: relative;
  display: inline-block;
  /**margin: 1.5em 0 1.5em 15px;*/
  padding: 15px 15px;
  min-width: 120px;
  max-width: 100%;
  /**color: #555;*/
  /**font-size: 16px;*/
  background: #e0edff;
  border-radius: 10px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -25px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.highlighter-01 {
	 background: linear-gradient(transparent 60%, #ffff66 60%);
}

.clamp1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.clamp4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.clamp5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.centered-div-70 {
    width: 100%; /* デフォルトは幅100% */
    margin: 0 auto; /* 横方向の中央寄せ */
}

/* PC用のスタイル */
@media (min-width: 1024px) {
    .centered-div-70 {
        width: 70%;
    }
}
/* TOC V1  wrap & no scroll */
.ww-toc-v1{
  margin:12px 0 20px;
  font-size:.95em;
  /* ↓スクロールを消す・折り返し許可 */
  overflow-x:visible;              /* was: auto */
  white-space:normal;              /* was: nowrap */
  -webkit-overflow-scrolling:auto; /* was: touch */
  /* ↓横並び→複数行に */
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;                    /* 余白はmarginの代わりにgapで */
}

.ww-toc-v1 a{
  display:inline-block;
  margin:0;                        /* gapを使うので0に */
  text-decoration:underline;
  color:#000;
}
.ww-toc-v1 a:hover,
.ww-toc-v1 a:focus{ text-decoration:none; }

.ww-toc-mt {
	margin:20px 0 12px;
}
/* 白地以外のとき */
.ww-toc-v1-w a{ color:#fff; }

.ww-toc-v1-mx-small { margin:12px 0 8px; }


:root{ --anchor-offset: 80px; }             /* PCのヘッダ高さに合わせる */
h2[id], h3[id]{ scroll-margin-top: var(--anchor-offset); }
@media (max-width: 768px){
  :root{ --anchor-offset: 110px; }          /* SPでヘッダが高いなら調整 */
}


.pz-has-side-menu .inc-col .col_head{
	font-size: 140%;margin-bottom: 15px;font-weight: normal;line-height: 1.5;font-weight: 500;border-left: solid 3px #e67e22; padding-left: 15px;padding-top: 10px;padding-bottom: 10px;border-bottom: solid 1px #ccc;
}

h2.heading-sm, h3.heading-md {
    line-height: 28px;
}

/* */
	:root{
		--ww-accent:#F28C00;
	}

	.ww-list-check,.list-dot,.ww-list-warn{margin:12px 0 0;padding-left:0;list-style:none}
	.ww-list-check li,.list-dot li,.ww-list-warn li{position:relative;padding-left:28px;margin:9px 0;color:#000;line-height: 1.7}
	
	.ww-list-check li{position:relative;padding-left:1.25em}
	.ww-list-check li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--ww-accent, #0ea5e9);font-weight:700}
	
	.ww-list-dot li{position:relative;padding-left:1.25em}
	.ww-list-dot li::before{content:"\2022";position:absolute;left:.25em;top:.1em;color:var(--ww-accent, #0ea5e9);font-size:1.2rem}
	
	.ww-list-warn li{position:relative;padding-left:1.25em}
	.ww-list-warn li::before{content:"\26A0";position:absolute;left:0;top:0;color:var(--ww-accent, #f59e0b);font-weight:700}

	

.pz-has-side-menu .content-boxes-v2-o small {
  font-size: 70%; 
}
@media (min-width: 1024px) {
	.pz-has-side-menu .content-boxes-v2-o small {
	  font-size: 0.9em; 
	}	
}

.pz-has-side-menu .pz-headline-l0 h2 {
  font-size: 24px;
}



/* =========================================
   カード（pillar）	2026.3.27 
   ========================================= */
:root {
  --brand: #e67e22;
  --ink: #111;
  --bg: #fff;
  --line: #e5e7eb;

  /* TOCアンカー用オフセット（PC用） */
  --toc-offset: 120px;
}

.pillar-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pillar-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  min-height: 190px;
}

.pill {
  align-self: flex-start;
  display: inline-flex;
  height: 28px;
  padding: 0 12px;
  border-radius: 9999px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: .02em;
}

.pillar-card h3 {
  margin: 2px 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px !important;
  color: var(--ink);
}

.pillar-card p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.mini-kpi {
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px dashed var(--line);
  color: var(--ink);
  font-size: 13px;
}

@media (max-width: 960px) {
  .pillar-cards {
    grid-template-columns: 1fr;
  }
}
.inc-col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--ww-gap);
}

.col-span-1  { grid-column: span 1; }
.col-span-2  { grid-column: span 2; }
.col-span-3  { grid-column: span 3; }
.col-span-4  { grid-column: span 4; }
.col-span-6  { grid-column: span 6; }
.col-span-12 { grid-column: span 12; }

@media (max-width: 980px) {
  .inc-col-grid { grid-template-columns: repeat(2, 1fr); }
  [class*="col-span-"] { grid-column: span 1; }
}
@media (max-width: 640px) {
  .inc-col-grid { grid-template-columns: 1fr; }
}


#_ww_main_contents {
	opacity: 0;
	transform: translateY(5px);
	animation: wwFadeIn .6s ease-out .03s forwards;
}
@keyframes wwFadeIn {
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	#_ww_main_contents {
		opacity: 1;
		transform: none;
		animation: none;
	}
}
.topbar-time {
	text-transform: none;
}

.breadcrumbs h1 {
	color: #000;

	}