/* 調整用スタイル */
@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

.title_logo {
	text-align:left;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: 700;
	font-weight:bold;
	font-size:200%;
	width:94%;
	margin: 2em 0;
}

.box{
	font-family: "Noto Serif JP", serif;
        border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	padding:20px 20px;
        text-align:left;
        width:96.5%;
        margin-top:50px;
        margin-bottom:80px;
	font-size:120%;
}

@media screen and (max-width: 768px) {
	.box{width:90%;}
}

ol, dl {
	padding: 0;
	margin: 0;
}

p {
	margin-top: 0;
	margin:10px 10px 20px 10px ;
	padding-right: 15px;
	padding-left: 15px; 
}

h1{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: 700;
	font-weight: bold;
	font-style: normal;
	border-bottom:2px solid black;
	font-size:2em;
	width:100%;
	text-align:left;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

h2{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: 700;
	font-weight: bold;
	font-style: normal;
	font-size:1.5em;
	text-decoration:underline;
	text-underline-offset:8px;
	margin-top: 2em;
	margin-bottom: 1em;
	padding:5px 0 5px 0em;
}

h2_::before{
 content:'';
 display: block;
 padding-top:120px;
 margin-top: -120px;
}

h3{
	font-family: "Noto Serif JP", serif;
	border-left:6px solid gray;
	font-size:110%;
	width:97%;
	margin:2em 0 1em 1em;
	padding:3px 0 3px 0.5em;
}

h4{
	font-family: "Noto Serif JP", serif;
	color:#fff;
	font-size:100%;
	width:97%;
	margin:2em 0 0 0;
	padding:5px 0 5px 0.5em;
}

@media screen and (max-width: 768px){
 h2{font-size:1.3em;}
}

.right_side{
	text-align:right;
	margin-top:-1em;
        margin-right:1em;
	}

/*************************************************************
 リスト、三角アイコン　日付関連　その他
*************************************************************/

.listnone li {
	list-style:none;
}

.arrow li {
	list-style:none;
	background-image: url("/common/images/arrows_bk.png");
	background-repeat: no-repeat;
	margin-left:1em;
	padding-left:2em;
	padding-bottom: 1em;
}

.arrow_sqg li {
	list-style-type: none;
	background-repeat: no-repeat;
	text-indent: -1em;
	margin-left: 2em;
	margin-top:0.5em;
}

.arrow_sqg li:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: black;
    transform: rotate(45deg);
    vertical-align: 2px;
}

.bl{
	border-left:1px solid #999;
	}

.date_list_e{
	margin:10px 0 0 1em;
	display:block;
	}
.date_list_e dt{
	width:6em;
	padding-top:0.5em;
	float:left;
	}
.date_list_e dd{
	margin-left:6em;
	padding-top:0.5em;
	display:block;
	}


/*************************************************************
 ページトップに「戻る」ボタン
*************************************************************/

.page-top {
	display:block;
	float:right;
	font-size:80%;
	margin-top:1em;
	margin-bottom:1em;
	padding-left:1.3em;
	background-image: url("/common/images/top_arw_bk.gif");
	background-repeat: no-repeat;
}


/*************************************************************
 各種margin padding
*************************************************************/

.ml1{margin-left:1em;}
.ml2{margin-left:2em;}
.ml3{margin-left:3em;}
.ml4{margin-left:4em;}
.ml5{margin-left:5em;}

.mt1{margin-top:1em;}
.mt2{margin-top:2em;}
.mt3{margin-top:3em;}
.mt4{margin-top:4em;}
.mt5{margin-top:5em;}

.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.mb4{margin-bottom:4em;}
.mb5{margin-bottom:5em;}

.pl1{padding-left:1em;}
.pl2{padding-left:2em;}
.pl3{padding-left:3em;}
.pl4{padding-left:4em;}
.pl5{padding-left:5em;}

.pt1{padding-top:1em;}
.pt2{padding-top:2em;}
.pt3{padding-top:3em;}
.pt4{padding-top:4em;}
.pt5{padding-top:5em;}

.pb1{padding-bottom:1em;}
.pb2{padding-bottom:2em;}
.pb3{padding-bottom:3em;}
.pb4{padding-bottom:4em;}
.pb5{padding-bottom:5em;}

.date {
	margin-right:1em;
}


/*************************************************************
 議事　資料
*************************************************************/

.giji{
	margin:1em 0 2em 2.5em;
	line-height:2em;
	}
.giji ul{
	list-style-type:disc;
	margin:0 0 0 0em;
	}

.siryou{
	padding:1em 0 2em 2em;
	line-height:1.8em;
	}
.siryou dt{
	vertical-align:top;
	display:inline-block;
	width:12%;
	}
.siryou dd{
	vertical-align:top;
	display:inline-block;
	margin-left:0em;
	margin-bottom:0.7em;
	width:80%;
	}

@media screen and (max-width: 768px) {
.siryou dt{
	display:block;
	width:90%;
	}
.siryou dd{
	display:block;
	margin-left:1em;
	width:98%;
	}
}


/*************************************************************
 データテーブル枠線設定
*************************************************************/

.datatable_l{
	border:1px solid #bdbdbd;
	border-collapse:collapse;
	margin-bottom:2em;
}

.datatable_l th{
	background-color:#ddd;
	border:1px solid #bdbdbd;
	padding:8px;
	font-weight:normal;
	text-align:left;
        vertical-align: middle;
}

.datatable_l td{
	background-color:#ffffff;
	border:1px solid #bdbdbd;
	padding:8px;
        vertical-align: middle;
}

.datatable_nl{
	border-collapse:collapse;
}

.datatable_nl th{
	background-color:#ddd;
	padding:8px;
	font-weight:normal;
        vertical-align: middle;
}

.datatable_nl td{
	background-color:#ffffff;
	padding:8px;
        vertical-align: middle;
}

/*************************************************************
 テーブル枠線設定
*************************************************************/

.tbl {
  border: 1px solid #bdbdbd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.tbl caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.tbl tr {
  background: #ccc;
  borders: 1px solid #bdbdbd;
  paddings: .20em;
}
.tbl th,
.tbl td {
  padding: .625em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
	word-break:break-all;
}
.tbl th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tbl td {
  background-color:#fff;
}



/*************************************************************
レスポンシブ対応テーブル (枠線アリ)
*************************************************************/

.tbl_giji{
	width:95%;
	margin:0 0 0 1em;
	border-collapse:collapse;
	}
.tbl_giji th{
	padding:5px;
	text-align:left;
	border: 1px solid #999;
	background-color:#ccc;
        vertical-align: middle;
	}
.tbl_giji td{
	padding:5px;
	border:1px solid #999;
	text-align:left;
        vertical-align: middle;
	}
.tbl_giji caption{
	margin:5px 0;
	font-weight:bold;
	}

@media screen and (max-width: 768px){
		.tbl_giji th{
		display:block;
		border-bottom:none;
		padding-left:1em;
		}
		.tbl_giji th:last-child{
		border-bottom:1px solid #999;
		margin-bottom:15px;
		}
		.tbl_giji td{
		display:block;
		border-bottom:0px;
		text-align:left;
		padding-left:1em;
		}
		.tbl_giji td:last-child{
		border-bottom:1px solid #999;
		margin-bottom:15px;
		}
	}

/*************************************************************
レスポンシブ対応テーブル (枠線ナシ)
*************************************************************/

.tbl_giji_nl{
	width:95%;
	margin:0 0 0 1em;
	}
.tbl_giji_nl th{
	padding:5px;
	text-align:left;
        vertical-align: middle;
	background-color:#fff;
	color:#333;
	}
.tbl_giji_nl td{
	padding:5px;
	text-align:left;
        vertical-align: middle;
	}
.tbl_giji_nl caption{
	margin:5px 0;
	font-weight:bold;
	}

@media screen and (max-width: 768px){
		.tbl_giji_nl td{
		display:block;
		text-align:left;
		}
		.tbl_giji_nl td:last-child{
		margin-bottom:0px;
		}
	}


/*************************************************************
アイコン自動付与　PDF、エクセル、ワード、パワポ、外部リンク
*************************************************************/

.contents a[href$=".pdf"] {
background: url(/common/images/pdf.png) no-repeat 100% 50%;
}
* html a.pdf{
background: url(/common/images/pdf.png) no-repeat;
}
.contents a[href$=".pdf"] {
padding: 4px 20px 4px 0px;
}


.contents a[href$=".docx"] {
background: url(/common/images/ico_word.gif) no-repeat 100% 50%;
}
* html a.docx{
background: url(/common/images/ico_word.gif) no-repeat;
}
.contents a[href$=".docx"] {
padding: 4px 20px 4px 0px;
}


.contents a[href$=".xlsx"] {
background: url(/common/images/exel_icon.gif) no-repeat 100% 50%;
}
* html a.xlsx{
background: url(/common/images/exel_icon.gif) no-repeat;
}
.contents a[href$=".xlsx"] {
padding: 4px 20px 4px 0px;
}


.contents a[href$=".pptx"] {
background: url(/common/images/ppt_icon.gif) no-repeat 100% 50%;
}
* html a.pdf{
background: url(/common/images/ppt_icon.gif) no-repeat;
}
.contents a[href$=".pptx"] {
padding: 4px 20px 4px 0px;
}


.contents  a[href^="//www"] {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
.contents  a[href^="http"] {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
* html a.external   {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
.contents  a[href^="www.cas.go.jp"]  {
padding: inherit;
background: transparent;
}
.contents  a[href^="//www"] {
padding: 4px 20px 4px 0px;
}
.contents  a[href^="http"] {
padding: 4px 20px 4px 0px;
}

/*************************************************************
 ページ下部 過去リンク
*************************************************************/

.kako ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

.kako li{
	line-height:2em;
	list-style:none;
	display: inline-block;
	width:8em;
	}

.kako a{
	padding:0 1em 0 0;
	border-right:1px solid #999;
	}

@media screen and (max-width:600px){
.kako ul {
	margin:0 0 0 0.5em;
	padding:0 0 0 0.5em;
	}
.kako li {
	margin-left:0.5em;
	}
}

/*************************************************************
 パンくず 
*************************************************************/

.top_navi {
	margin:25px 0 70px 0;
	font-size:90%;
}

.top_navi a, .top_navi a:visited { 
	text-decoration: none;
}
.top_navi a:hover, .top_navi a:active, .top_navi a:focus {
	text-decoration: underline;
}

.sikiri{
  margin-bottom:20px;
  height:5px;
}

@media screen and (max-width:960px){
.top_navi {margin-top:-20px;margin-bottom:60px;}
}

/*************************************************************
                        NEW STYLE
*************************************************************/


a {
  text-decoration: underline gray;
  text-underline-offset:3px;
  color:black;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

main {
  margin-top:100px;
  height: auto;
  display: flex;
}

.mgse {
 width:90%;
 max-width:1080px;
}

@media screen and (max-width: 960px) {
  main {margin-top:100px;padding-top:5px;} 
}

.topback{
  background-color: #f1f1f1;
}

.main {
  margin: auto;
}

.footer {
  background-color: #666666;
  height: auto;
}

.footer div {
  margin: auto;
}


/* ヘッダー */


.header {
  background-color: white;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 5px solid gray;
}


@media screen and (min-width: 960px) {
  .header {
    height: 100px;

  }
}


.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 160px;
}


.header__title:hover {
  opacity: 0.8;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 200px;
  }
  .header__inner {
  padding: 0 30px;
  }
}



/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  transform: translateX(100%);
  background-color: #cccccc;
  transition: ease .4s;
  display: flex;
  box-shadow: 4px 4px 15px #cccccc;
}

@media screen and (max-width: 960px) {
  .header__nav {height: 100vh;}

}

.nav__items {
  margin: auto;
　width:90%;
  max-width:1080px;
}

.nav-items__item {
  cursor: pointer;
  position: relative;
　width:90%;
  max-width:1080px;
  align-items: center;

}


  .nav-items__item:hover:before {
    opacity: 1;
  }

}


/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}



/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
  margin-right:2px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 30px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}


.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
  opacity: 0;
}


.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/* トピックスコンテンツ */
.wrapper {
	float: left;
	width: 100%;
}

.content {
	padding: 1em 0 0 0em;
	borders:1px solid gray;
}

/* トピックス */
#topics {
	margin-top:-1em;
	width:100%;
}

/* トピックス 日付 */
#topics .date{
	display:table-cell;
	width:9em;
}

/* トピックス 開催ラベル */
#topics .kaisai {
	display:table-cell;
	background-color:#ee5532;
	padding:2px 5px;
	font-size:70%;
	text-align:center;
	width:70px;
	height:16px;
	margin-left:2em;
}

/* トピックス 会議ラベル */
#topics .kaigi {
	display:table-cell;
	background-color:#0099ff;
	padding:2px 5px;
	margin-left:10px;
	font-size:70%;
	text-align:center;
	width:70px;
	margin-left:2em;
	height:16px;
}

/* トピックス 採用ラベル */
#topics .saiyou {
	display:table-cell;
	background-color:#00cc33;
	padding:2px 5px;
	margin-left:10px;
	font-size:70%;
	text-align:center;
	width:70px;
	margin-right:35em;
	margin-left:2em;
	height:16px;
}

/* トピックス 報道ラベル */
#topics .houdou {
	display:table-cell;
	background-color:#ff1eff;
	padding:2px 5px;
	margin-left:10px;
	font-size:70%;
	text-align:center;
	width:70px;
	margin-right:35em;
	margin-left:2em;
	height:16px;
}

/* トピックス その他ラベル */
#topics .sonota {
	display:table-cell;
	background-color:#999999;
	padding:2px 5px;
	margin-left:10px;
	font-size:70%;
	text-align:center;
	width:70px;
	margin-right:35em;
	margin-left:2em;
	height:16px;
}

/* トピックス タイトル */
#topics dt {
	margin-top:1em;
	margin-left:2em;
	margin-bottom:0.5em;
}

/* トピックス 内容 */
#topics dd {
	border-bottom:1px dotted #333;
	padding-left:2em;
	background-image: url("/common/images/arrows_bk.png");
	background-repeat: no-repeat;
	padding-bottom:0.5em;
}

/* トピックス リンクオーバー */
#topics  a:hover{
	color:#0033ff;
	position:relative;
	top:2px;left:2px;
}

/* pdf要素
----------------------------------------------------------- */
#main a[href$=".pdf"] {
background: url(/common/images/pdf.png) no-repeat 100% 50%;
}
* html a.pdf{
background: url(/common/images/pdf.png) no-repeat;
}
#main a[href$=".pdf"] {
padding: 4px 20px 4px 0px;
}


/* 外部リンク要素
----------------------------------------------------------- */
#topics a[href^="//www"] {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
#topics a[href^="http"] {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
* html a.external   {
background: url(/common/images/link.png) no-repeat 100% 50%;
}
#topics a[href^="www.cas.go.jp"]  {
padding: inherit;
background: transparent;
}
#topics a[href^="//www"] {
padding: 4px 20px 4px 0px;
}
#topics a[href^="http"] {
padding: 4px 20px 4px 0px;
}


/* コンテント内 リスト関係 */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* RSスタイル */
.menu-items{
  display:flex;
  width:100%;
  text-align:right;
}

.menu-items li{
  width:20%;
}

.spmenu01{
 width:100%;
 border-top: solid 1px #d0d0d0; 
 display:none;
 background-color:white;
}
.spli01{
 width:35%;
 height:30px;
 margin: 0 auto;
 text-align:center;
 padding-top: 6px; 
}

@media screen and (max-width: 960px) {
.menu-items{display:none;}
.spno{display:none;}
.spmenu01{display:block;}
}

.shirase{
 padding:0px 20px 20px 10px;
}

.menu_shisaku{
  width:100%;
  display:flex;
  justify-content:left;
  margin:0 auto;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}

.shi-li{
 width:calc(80% / 3);
 color:#000000;
 background-color:#f1f1f1;
 border: solid 1px #000000;
 border-radius:5px;
 margin:1%;
 padding:15px 20px;
 text-align:center;
}

.shi-li:hover{
 background-color:gray;
 border: solid 1px gray;
 color:#ffffff;
} 

.so-li{
 width:calc(80% / 4);
 color:#000000;
 border-left: solid 3px #ABABAB;
 margin:2% 1% 2% 1%;
 padding:1px 10px 1px 7px;
 text-align:left;
}

.ftcont{
  width:100%;
  max-width:1080px;
  padding-top:30px;
  display:flex;
  flex-direction: row-reverse;
 justify-content:center;
  margin:0 auto;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}

.ft-li{
 width:calc(86% / 2);
 color:#ffffff;
 padding:15px 20px;
 text-align:left;
 line-height:1.2em;
}

.ft-li2{
 justify-content:center;
 position: relative;
 margin:0 auto;
 width:calc(86% / 2);
 color:#ffffff;
 padding:15px 20px;
 text-align:left;
 line-height:1.2em;
 posituon:
}

.sankaku{
 line-height:1.2em;
  padding-left:2em;
  background-image: url("/common/images/arrows_bk.png");
  background-repeat: no-repeat;
  padding-bottom:0.5em;
}

.sankaku2{
 line-height:1.2em;
  padding-left:3em;
  background-image: url("/common/images/arrows_wh.png");
  background-repeat: no-repeat;
  padding-bottom:0.5em;
}

.copri{
 width:100%;
 justify-content:center;
 margin:0 auto;
 color:#ffffff;
 margin:0 auto;
 text-align:center;
 padding-top:30px;
 padding-bottom:20px;
 font-size:0.8em;
 letter-spacing:0.1em;
}

.futter__title {
  width: 200px;
}

.ftad{font-size:1em;}

@media screen and (max-width: 764px) {
  .shi-li{width:90%;}
  .so-li{width:calc(84% / 2);font-size:0.8em;}
  .ftcont{flex-direction:column;}
  .ft-li{width:90%;}
  .ft-li2{width:100%;padding-top:40px;padding-bottom:10px;margin-left:auto;margin-right:auto;}
  .ftad{font-size:0.8em;}
  .copri{padding-top:0px;}
}


/* 検索部分 */
.dropdown input[type="checkbox"] {
  display: none;
}

.dropdown label {
  cursor: pointer;
}

.dropdown .submenu {
  display: none;
}

.dropdown input[type="checkbox"]:checked + label + .submenu {
  display: block;
  opacity:1;
  transition: opacity .3s, visibility .3s;
  visibility: visible;
}

.ddmenu{
  background-color:#ffffff;
  right: 0;
  top: 100%;
  opacity: o;
  position: absolute;
  transition: opacity .3s, visibility .3s,
  visibility: hidden;
  width: 30%;
  z-index: 1;
}

#switch{
margin-right:0px;
width:170px;
height: 100px;
background: url(/common/images/sarch_bt.png) no-repeat;
cursor: pointer;
background-size: contain;
}
#switch.on_switch{
margin-right:0px;

background: url(/common/images/kenaf.png) no-repeat;
background-size: contain;
}

@media screen and (max-width: 960px) {
 #switch{width:170px;height: 50px;}
.ddmenu{width:100%;}
}

/* ハンバーガーメニュー中身 */
.navcon{
  width:90%;
  max-width:1080px;
  align-items: center;
  margin-top: 100px;
  margin-left:auto;
  margin-right:auto;
}

.navme{
 color:#000000;
 text-align:left;
 font-weight: bold;
 font-size:1.1em;
}

.tmenu{
 width:25%;
 padding-left:2%;
}

.submenu1{
 width:35%;
 padding-left:2%;
 margin-bottom:20px;
}

.submenu2{
 width:55%;
 padding-left:2%;
 margin-bottom:20px;
}

.somenu{
  width:100%;
  display:flex;
  justify-content:center;
  margin:0 auto;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}

@media screen and (max-width: 960px) {
 .navcon{margin-top: 60px;}
 .navme{font-size:1em;}
 .tmenu{width:100%;margin-bottom:20px;}
 .submenu1{width:100%;}
 .submenu2{width:100%;}
}

.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}

.menu_mar{
 margin-top:20px;
 padding-left:1.2em;
}

.menu_mar2{
 width:46%;
 margin-top:20px;
}

.suki01{
 width:100%;
 border-bottom: solid 1px #000000;
 padding-bottom:30px;
}

.suki02{
 width:100%;
 margin-top:50px;
}

@media screen and (max-width: 960px) {
.suki01{padding-bottom:15px;}
.suki02{margin-top:25px;}
.menu_mar{margin-top:18px;font-size:0.9em;}
.menu_mar2{width:49%;margin-top:18px;font-size:0.7em;}
}

/* 官房組織図 */
  .kanbo_sosiki{
	display:flex;
	justify-content:
	center;min-height:0%;
	margin-top:20px;
}

  .kanbo_link{
	width:45%;
}

  .kanbo_image{
	width:45%;
	min-height:0%;
	margin-bottom:50px;
}

  .kanbo_image img{
	width:100%;
	margin-top:auto;
}

  @media screen and (max-width:960px){
	.kanbo_sosiki{flex-direction:column-reverse;padding:0 1em;} 
	.kanbo_link{width:100%;display:block;} 
	.kanbo_image{width:100%;display:block;text-align:center;} 
	.kanbo_image img{width:80%;} .script li{padding:0 auto;}
}




/*外部アイコン位置補正*/
        .contents li a[href^="//www"] {
            background-position: 99%;
        }
        .contents li a[href^="http"] {
            background-position: 99%;
            }

/*<li>に当てるclass 無いと余白が無くなります*/
/*官房*/
        .kaigi_list .cas a{
            padding: 10px 20px;
        }
/*官邸*/
        .kaigi_list .kantei a{
            padding: 10px 20px;
        }
/*外部*/
        .kaigi_list .gaibu a{
            padding: 10px 20px;
        }
/*ナシ*/
        .linknone{
            padding: 10px 20px;
        }


/*会議体リスト*/
        .kaigi_list{
            margin: 1em auto 1em auto;
            width:100%;
        }
        .kaigi_list ul{
            list-style: none;
            padding-left: 0;
            border-collapse: collapse;
        }
        .kaigi_list li{
            border:1px solid #ddd;
            margin: 0 0;
        }
        .kaigi_list a{
            display:block;
            transition: 0.3s;
        }
        .kaigi_list li span{
            display: inline-block;
        }
        .kaigi_list span a{
            padding-left: 0px;
        }
        .kaigi_list .kakko a{
            margin-left: -20px;
        }
        .kaigi_list .lftpad{
            padding: 10px 20px;
        }
        .kaigi_list a:hover{
            opacity:0.8;
            background-color:#ccc;
        }

        /*TOPへ戻るボタン*/
        #page_top{
          width: 80px;
          height: 50px;
          position: fixed;
          right: -10px;
          bottom: 120px;
          background: gray;
          border-radius: 10px;
        }
        #page_top a{
          position: relative;
          display: block;
          width: 50px;
          height: 50px;
          margin: 10px;
          /*text-decoration: none;*/
        }
        #page_top a::before{
          /*font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          content: '\f0d8';
          font-size: 25px;
          color: #fff;*/
          position: absolute;
          width: 25px;
          height: 25px;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          text-align: center;
        }

        /*あいうえおボタン*/
        .shortcut{
            line-height: 3em;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .shortcut a{
            background: gray;
            width: 9.5%;
            color:azure;
            display: flex;
            justify-content: center;
            border: 1px solid #fff;
            font-weight: bold;
            border-radius: 10px;
            transition: 0.5s;
        }
        .shortcut a:hover{
            opacity: 0.75;
        }

        /*レスポンシブ（メディアクエリ）*/
        @media screen and (max-width:768px){
            #page_top{
                  bottom: 170px;/*フッダーに被らないようにする*/
            }
            .shortcut a{
                width: 32%;
                font-size: 130%;
            }
        }

/*写真2列配置*/
.colm02{
　display:flex;
  max-width:1200px;
　width:90%;
　margin:0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.pho2{
 width:48%;
 margin:1%;
}

.w100{
 width:100%;
}

 @media screen and (max-width:768px){
 .pho2{width:90%;margin:1em auto;}
}