@charset "utf-8";
/* CSS Document */

/*
# =================================================================
# Private_sector
# =================================================================
*/
/*
h1{
	font-size: 3.7rem;
	line-height: 1.2;
}
/* H2 */
h2.wp-block-heading {
  position: relative;
  margin-top: 1.4em;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 26px;
  letter-spacing: .025em;
  line-height: 120%;
  text-transform: inherit;
	font-weight: bold;
}
h2.wp-block-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: currentColor;
}
h3{
	font-size: 2.6rem;
}
*/
th,td{
	vertical-align: middle;
	word-break: break-word;
  word-wrap: break-word;
}
/*
.ps-content{
	background-color: #fff;
	border: 5px solid #fff;
	padding: 14px;
}

#private_sector h1{
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 30px;
}
#private_sector h2{
	font-size: 2.4rem;
	line-height: 1.2;
	margin-right: 10px;
	margin-bottom: 20px;
  font-weight: bold;
	border-left: 10px solid #A9A9A9;
	padding: 10px 15px;
	background-color: #F6F5F5;
}
#private_sector h3{
	font-size: 2.3rem;
	line-height: 1.2;
	margin-bottom: 20px;
    font-weight: bold;
	border-left: 7px solid #A9A9A9;
	padding: 8px 15px;

}
#private_sector h2,
#private_sector h3 {
	text-transform: none;
}
	*/
	.wp-block-table table {
    display: table;
    table-layout: auto;
    width: 100% !important;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
}
/*
.tbl_date{
	background-color: #fff;
}
.tbl_date th{
	text-align: left;
	font-size: 1.8rem;
}
.tbl_date td{
	font-size: 1.6rem;
}
*/
/*
.figure{
	text-align: center;
	padding: 30px 0 50px;
}
.photobox-col2{
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
}
.photobox-col2 img{
    width: 42%; 
}
.figure-col2{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
figure{
	text-align: center;
	font-size: 1.6rem;
}
.figure-col2 figure{
    padding: 0;
}
*/
/*写真右寄せ*/

/*
.imgr {
    float: right;
	margin: 0 0 10px 30px;
}
.ps-content .more_button{
	margin: 20px auto;
}
.ps-content .upday{
	text-align: right;
}
#private_sector  ol{
	font-size: 1.6rem;

}
#private_sector  ol ul li{
	list-style-type: disc;
	font-weight: normal;
}
#private_sector  ol.not_bold{
    font-weight: normal;
    font-size: 2rem;
}
*/

.bdr_gray{
	padding: 20px;
	border: 1px solid #ccc;	
}
#private_sector .bdr_gray figure {
	padding: 0;
}

/* カード型設定 */

/*
.entry-list-ap {
  display: flex;
  flex-flow: wrap;
	justify-content: space-between;
  justify-content: center;
}
.entry-list_item-ap {
	background-color: #FFF;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
}
.entry-list_item-ap:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.entry-list_item-ap img{
  width: 100%;
  height: 220px;
	object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.entry_inner{
	padding: 20PX;	
}
.entry-list_item-ap .entry_date{
	margin-bottom: 1em;
}
.entry_title-ap{
	margin: 0;
}
.entry-list_item-ap .entry a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
	  transition: color 0.3s;
}
.entry-list_item-ap .entry a:hover{
	color: #63B7E6;
}
*/

/*画像縮小*/
.w70{
	width: 70%;
	margin: auto;
	display: block;
}


/*********************/
/*出典明記
/*********************/
/*
.reference {
	text-align:left;
    margin: 20px 20px;
    font-size: 14px;
    font-size:1.4rem;
	color: #696969;
	border-top: 2px #ddd solid;
}
.reference ol {
   margin-left:20px;
   padding-left: 0;
}
.reference ul {
   margin-left:20px;
   padding-left: 0;
	list-style: none;
}
.reference li {
    margin-bottom:1em;
}
*/

/**********************/
/* program table
/**********************/
/*
.tbl-program {
    width: 100%;
	border-collapse:collapse; 
    border:1px #ddd solid;
	margin-bottom: 30px;
}
.tbl-program caption {
	text-align: center;
    font-size: 20px;
    font-size: 1.8rem;
	background-color:#6E6E6E;
	color:#fff;
}
.tbl-program th {
	padding: 15px 10px;
	border-right:1px #ddd dotted;
	border-bottom:1px #ddd solid;
	width:160px;
	vertical-align: top;
	background-color: #f5f5f5;
	font-size: 2.0rem;
}
.tbl-program td {
	padding: 5px 10px;
	border-bottom:1px #ddd solid;
	font-size: 2.0rem;
}
.tbl-program td dl {
	margin:10px 0 10px 20px;
	
}
.tbl-program td dt {
	font-weight: bold;
	line-height: 120%;
}
.tbl-program td dd{
	margin: 5px 0 0 0;
}
.tbl-program td dd.spage {
	margin-bottom:15px;
}
.tbl-program td dd.spage span {
	display:block;
	margin:5px 20px;
}
*/
#private_sector  .upday{
	text-align: right;
	font-size: 1.6rem;
}
#private_sector  .more_button{
	margin: 0 auto;
}
/*
.related-links{
	background-color: #EFEFEF;
	padding: 20px;
	margin-bottom: 30px;
}
.related-links p{
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.related-links ul{
	font-size: 17px;
	line-height: 1.6rem;
}
.related-links ul li{
	margin-bottom: 1em;
}
*/

/*動画*/
/*
.item .cover_movie {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.item .cover_movie{
	position: relative;
}
.item .cover_movie i{
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.item .cover_movie img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 0.8;
}
.item .cover_movie img{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 260px;
    object-fit: cover;
}
*/
.act-col2-wrap{
	margin-top: 50px;
}
/* cop27 */
/*
.dl_file_col2_wrap{
    display: flex;
    margin-bottom: 30px;
	text-align: center; 
	justify-content: center;
}
.dl_file_col2_wrap a{
    margin-left: 20px;
}
.dl_file_col2_wrap a:hover{
    opacity: 0.7;
}	
.twitter-box{
	max-width: 550px;
	margin: 0 auto;
}
.twitter-box-col{
	max-width: 550px;
	margin: 0px auto;
}	
.ac-20231130-img{
    text-align: center;
}
.ac-20231130 img{
    width: 100%;
}
.ac-240131-img-box{
	display: flex;
	justify-content:center;
	flex-direction:column;
	text-align: center;
	
}
.ac-240131-img-item img{
	width: 100%;
	max-width: 280px;
	margin: auto;
}
*/
.link-pdf{
	border:1px solid #D1D1D1;
	padding: 20px;
	margin-bottom: 30px;
}
.link-pdf ul{
	margin: 10px 30px 20px;
}
.link-pdf li{
	border-bottom: dotted 1px #505050; 
}

@media (min-width : 768px){
/*
.ps-content{
	padding: 30px;
}
.entry-list_item-ap {
	width: 48%;
	margin-right: 2%;
}
*/
.act-col2-wrap{
	display: flex;
	justify-content: space-between;
}
.act-note{
	width: 68%;
}
.act-img{
	width: 30%;
}
.figure-col2 figure{
  padding: 30px 0 50px;
}
/*
.ac-20231130 img{
    width: 450px;
}
.ac-20231130 div{
    padding: 30px;
}
.ac-240131-img-box{
	display: flex;
	flex-direction:row;	
}
.ac-240131-img-item img{
	width: 100%;
	max-width: 280px;
	padding: 20px 30px;
	margin: 40px 60px;
	border:1px solid #F0F0F0;
}
*/
.wp-block-table tbody th {
	min-width: 160px;
}
}

@media (min-width : 1200px){
/*
.ps-content{
	padding: 80px;
}
#private_sector h1{
	font-size: 3rem;
	margin-bottom: 30px;
}
.entry-list_item-ap {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 50px;
}
.entry-list_item-ap:nth-child(3n){
	margin-right: 0;
}
*/
figure{
	text-align: center;
	font-size: 1.6rem;
}
.wp-block-table tbody th {
	min-width: 200px;
}
.bdr_gray.wp-block-columns{
	justify-content: center;
	margin-block: 20px;
}
}
@media (min-width : 1400px){
	.last_section{
		margin-bottom: 150px;
	}
/*
.twitter-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0px auto;
}	
.twitter-box blockquote{
	width: 50%;	
}
*/
}


/**********************/
/* WP調整
/**********************/
/*
.ps-content{
	background-color: #fff;
}
#private_sector .wp-block-table{
  width: 100%;
	margin-bottom: 30px;
	text-align: left;
	padding: 0;
}
#private_sector .wp-block-table th, #private_sector .wp-block-table td {
	font-size: 1.6rem;
}
#private_sector figure {
	padding: 0;
}
#private_sector .bdr_gray {
	margin-block: 2.0em;
}
*/

/* プラグイン追加項目の表示 */
.footnote-wrap {
	margin-block: 50px;
}
.footnote-wrap h4 {
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.footnote-wrap .footnote-content p {
	font-size: 1.4rem;
}

@media (max-width : 767px){
	#private_sector .wp-block-table th{
		min-width: auto;
	}
}


#private_sector .wp-block-image{
  width: 100%;
	max-width: 800px;
	margin-inline: auto;
}
/*#private_sector .wp-element-caption{
  text-align: center;
	width: 100%;
	white-space: normal;
	word-break: normal;
	display: block;
}
*/