@charset "utf-8";

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

.wrapper {
  width: 100%;
}

.main > * {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.contents {
  width: 730px;
}

.side {
  width: 230px;
}

.footer > * {
  width: 960px;
  margin: 0 auto;
}

/*リンク*/
a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  filter: brightness(90%) contrast(110%);
  transition: all 1s;
  text-decoration: none;
}

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
style
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/
/* 基本 */
:root {
  --main-color: #004980;
  --sub-color: #E75297;
  --point-color: #CF145A;
  box-sizing: border-box;
  --space-s: 0.5em;
  --space-m: 1em;
  --space-l: 2em;
}

/* ページトップへもどる */
.page_top {
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  position: fixed;
  border: 1px solid var(--point-color);
  background: var(--point-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.page_top::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(-45deg);
}

/* 当日の連絡先 */
.contents.home {
  position: relative;
}
.tojitu {
  position: absolute;
  top: 660px;
  right: 0;
  width: 250px;
  background:rgba(255,255,255,0.8);
  border: 4px solid #cc0700;
  color: #cc0700;
  padding: 20px;
}
.top_info {
  max-width: 650px;
  border: 4px solid #cc0700;
  padding: 20px;
  margin: 0 auto 20px;
}

/* @group ヘッダーエリア
------------------------------------------------------*/

/* @group メインエリア
------------------------------------------------------*/
.main {
  background-color: #FFFAC6;
  background-image: url(../images/main_bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 5px 1170px;
}

/* @group コンテンツエリア
------------------------------------------------------*/

.society-title {
  margin-top: 35px;
  margin-left: 42px;
}


/* @group サイドエリア
------------------------------------------------------*/

.side {
  background-color: #FAE6F0;
  margin-top: 42px;
}

.menu {
  background-color: var(--point-color);
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.menu li a {
  display: flex;
  align-items: center;
  height: 49px;
  background-image: linear-gradient(to left, #EB7AA0, transparent);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 230px 49px;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.5s;
}

.menu li a > span {
  margin-left: 14px;
}

.menu li a:hover {
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
  color: var(--sub-color);
  text-decoration: none;
}

.menu li.active a {
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
  color: var(--sub-color);
  pointer-events: none;
}

.menu li.active a:hover {
  cursor: default;
}

/* 準備中メニュー */
/* .menu a[href*="poster"] {
    opacity: 0.55;
	  pointer-events: none;
} */

.secretariat-wrap {
  margin-top: 80px;
}

.secretariat {
  margin-bottom: 25px;
}

.secretariat h3 {
  height: 30px;
  background-color: var(--sub-color);
  display: flex;
  align-items: center;
}

.secretariat h3 span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.secretariat dl {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.3;
  color: var(--sub-color);
  font-feature-settings: "palt";
}

.secretariat-wrap > :first-child > :last-child {
  border-top: 1px dashed #EB7AA0;
  padding-top: 12px;
}

.secretariat dt {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.secretariat dd {
  font-size: 12px;
}

/* サイドバナー */
.side_banner{
	margin:30px auto;
}
.side_banner a{
	display:block;
	max-width:225px;
	margin:10px auto;
}
.side_banner a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.side_banner img{
	max-width:225px;
}

/* @group フッターエリア
------------------------------------------------------*/
.footer {
  height: 30px;
  background-color: var(--main-color);
}

.footer-copyright small {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}

/* @group トップページ
------------------------------------------------------*/

.contents.home {
  background-image: url(../images/contents_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 730px 815px;
}

.society-outline {
  background-color: #FFFFFF;
  margin-top: 557px;
  display: flex;
  justify-content: center;
}

.news {
  padding-top: 40px;
  padding-bottom: 22px;
  background-color: #ffffff;
}

.news h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.news h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  background-image: linear-gradient(var(--main-color), var(--main-color)), linear-gradient(var(--sub-color), var(--sub-color));
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 50px 5px, 50px 5px;
}

.news h2 span {
  margin-bottom: 10px;
  color: var(--sub-color);
  font-size: 16px;
  font-weight: bold;
}

.news-list {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 105px;
  overflow-y: auto;
  line-height: 1.4;
}

.news-list li {
  display: flex;
  align-items: baseline;
}

.date {
  width: 100px;
  font-weight: bold;
  font-size: 14px;
  color: var(--sub-color);
}

.excerpt {
  flex: 1;
  font-size: 12px;
  color: #787878;
}

/* @group 下層ページ共通
------------------------------------------------------*/

.society-title.child img {
  width: 650px;
  height: auto;
}

.page-contents {
  min-height: 949px;
  margin-top: 20px;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 0 6px 0 0;
}

/* 既存の垂直マージンを削除 */
.page-contents > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* 連続する要素だけに上方向のマージンを適用 */
.page-contents > * + * {
  margin-top: var(--space, 1.5rem);
}

.page-title {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--main-color);
  background-image: linear-gradient(to right, var(--main-color) 60%, var(--sub-color) 100%);
  box-shadow: 5px 5px 7px #bcbcbc, -5px -5px 7px #ffffff;
  padding: 0 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.page-title > span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-feature-settings: "palt";
}

.page-title span::before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-size: 0.85em;
  font-weight: 900;
  margin-right: 7px;
  opacity: 0.65;
  position: relative;
  bottom: 1px;
}

.page-body{
	padding: 10px;
}

/* 既存の垂直マージンを削除 */
.page-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* 連続する要素だけに上方向のマージンを適用 */
.page-body > * + * {
  margin-block-start: var(--space, 1.5em);
}

/* 見出し */
.heading_h3 {
	position: relative;
	/*background-color: var(--sub-color);
	background-image:linear-gradient(to right, var(--point-color), #fff);*/
	background-image:linear-gradient(to right, var(--point-color), var(--sub-color));
	border-radius: 3px;
	padding: .85em .75em .6em .25em;
	margin-bottom: 10px;
}
.heading_h3::after {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url(../images/heading_h3.png) no-repeat;
	/*width: 57px;
	height: 65px;*/
	width: 100px;
	height: 66px;
}
.heading_h3 > span {
	margin-left: 0.5em;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.heading_h3 > span span {
    display: block;
    font-size: 0.8em;
    margin-left: 0.75em;
}

/* 見出し（企業の皆様へ）*/
.heading_h3-02 {
	position: relative;
	padding: .75em .75em .5em .25em;
    margin-bottom: 10px;
}
.heading_h3-02::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: var(--sub-color);
	border-radius: 4px;
}

.heading_h3-02 > span {
    margin-left: 0.5em;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    color: var(--main-color);
}

.heading_h3-02 > span span {
    display: block;
    font-size: 0.8em;
    margin-left: 0.75em;
}

.heading_h4 {
  min-height: 20px;
  background-image: linear-gradient(to right, var(--main-color), var(--sub-color));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.heading_h4 > span {
	color: var(--main-color);
  margin-left: 5px;
  margin-right: 5px;
  /* font-size: 16px; */
  font-size: 18px;
  font-weight: bold;
}
.heading_h4-02 {
  min-height: 20px;
  background-image: linear-gradient(to right, var(--main-color), var(--sub-color));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.heading_h4-02 > span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}

/* ページ準備中
--------------------------*/

.under_construction {
  text-align: center;
  font-size: 1.1em;
  padding-top: 50px;
}

/* アイコン
--------------------------*/

.exlink:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.download:before {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.word:after {
  content: "\f1c2";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.ppt:after {
  content: "\f1c4";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.excel:after {
  content: "\f1c3";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.cipher a:before {
  content: "\f023";
  /* 暗号通信の前（fa-lock） */
  font-family: FontAwesome;
  margin-right: 0.5em;
}

/* 囲み
--------------------------*/

.enclosure01 {
  border: 2px;
  border-style: solid;
  padding: 10px 20px;
  border-radius: 6px;
}

.enclosure02 {
  border: 1px;
  border-style: solid;
  padding: 10px 20px;
}

.enclosure-color01 {
  border-color: #eeeeee;
  background: rgba(238, 238, 238, 0.2);
}

.enclosure-color02 {
  border-color: #cccccc;
  background: #ffffff;
}

/*囲みピンク*/
.border_pink{
	border: 3px solid rgba(245, 200, 200, 0.4);
	background: rgba(245, 200, 200, 0.1);
	padding: 1em 2em;
}
/*囲み青*/
.border_blue{
	border: 3px solid rgba(199, 222, 245, 0.4);
	background: rgba(199, 222, 245, 0.1);
	padding: 1em 2em;
}


/*表組み*/
.tbl-width100 {
  width: 100%;
}

.tbl-width50 {
  width: 50%;
}

.tbl-style01 thead th {
  background-color: #ddd;
  border: 1px #cccccc;
  border-style: solid;
  padding: 0.5em;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
  border: 1px #cccccc;
  border-style: solid;
}

.tbl-style01 tbody th {
  background-color: #eeeeee;
  padding: 0.5em;
}

.tbl-style01 tbody td {
  background-color: #ffffff;
  padding: 0.5em;
}

.tbl-style02 tbody th,
.tbl-style02 tbody td {
  border: 1px #ffffff;
  border-style: solid;
}

.tbl-style02 tbody th {
  background-color: #ffffff;
  padding: 0.5em;
}

.tbl-style02 tbody td {
  background-color: #ffffff;
  padding: 0.5em;
}

.th-c-m th {
  text-align: center;
  vertical-align: middle;
}

.th-l-m th {
  text-align: left;
  vertical-align: middle;
}

.th-l-t th {
  text-align: left;
  vertical-align: top;
}

.td-c-m td {
  text-align: center;
  vertical-align: middle;
}

.td-l-m td {
  text-align: left;
  vertical-align: middle;
}

.td-l-t td {
  text-align: left;
  vertical-align: top;
}

/*リストスタイル*/
.list-style01 {
  margin-left: 2em;
  margin-right: 2em;
}

.list-style01 li {
  margin-bottom: .3em;
}

.list-style {
  list-style-position: outside;
  padding-left: 1.5em;
}

.list-disc {
  list-style-type: disc;
}

.list-num {
  list-style-type: decimal;
}

.list-num2 {
  list-style-type: decimal-leading-zero;
}

/*※入り*/
.asterisk {
  padding-left: 1.2em;
  text-indent: -0.9em;
}

.asterisk > li::before {
  content: "※";
  margin-right: 0.3em;
  position: relative;
  bottom: 1px;
}

/* ボタン */

.btn_basic {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  transition: .3s linear;
}
.btn_basic.slide {
  margin: 0 0 10px 130px;
}
.btn_basic.slide .btn1 a {
  width: 220px;
  align-items: center;
  justify-content: center;
  background-color: var(--point-color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  transition: .3s linear;
  padding: 5px;
  margin: 10px auto 0;
}
.btn_basic.bg_blue a {
	background: var(--main-color); 
}
.btn_basic.w250 a {
	width: 250px;
}
.btn1 a:hover {
  transform: rotateX(15deg);
  box-shadow: 0 15px 15px #666;
  text-decoration: none;
}

/* 開催概要 */
.outline-detail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.outline-detail dt {
  width: 130px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  font-weight: bold;
  color: var(--main-color);
}

.outline-detail dt span::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  margin-left: .5em;
  margin-right: .5em;
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  opacity: 0.7;
  color: var(--sub-color);
}

.outline-detail dd {
  width: calc(100% - 130px - 10px);
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.5em;
}


/* リンク
--------------------------*/
.link_list {
  padding: 15px 10px;
  background-image: linear-gradient(to right, #CCCCCC, #EEEEEE);
  background-position: 10px bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.link_list dt {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}


.link_list dt::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  margin-left: .5em;
  margin-right: .5em;
  font-size: 0.8em;
  position: relative;
  bottom: 2px;
  opacity: 0.7;
  color: var(--sub-color);
}

.link_list dd {
  margin-left: 10px;
  font-size: 15px;
}

/*ごあいさつ
--------------------------*/
.contents.greeting{
	font-size: 13.5px;
	text-align:justify;
}
.presidentBox {
	display: flex;
	align-items: flex-end;
	border-bottom:1px solid #ccc;
}
.presidentBox img{
	width:140px;
	margin: 10px;
}
.presidentBox p {
	width: 190px;
}
.mainTxt02 {
	line-height:180%;
	margin:1em auto;
	text-indent:1em;
}


/* プログラム */
.probox{
	margin-block: 40px;
}
.pro_date {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 20px;
}
* + .pro_theme {
  margin-top: 20px;
}
.pro_theme {
	color:#00204C;
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px 3px 0;
	margin-left: 8px;
	margin-bottom: 10px;
}
.pro_title {
	color:#000000;
	line-height: 1.2;
	font-weight: bold;
	padding-left:.5em;
	margin-bottom: 5px;
}
.pro_chair{
	margin-bottom: 10px;
  margin-top: 20px;
}
.probox dl {
	display: flex;
	align-items: baseline;
	line-height: 1.2;
	padding-left: .5em;
	padding-right: .5em;
  margin-top: 15px;
}
.probox dt {
	width: 136px;
	display: flex;
	align-items: center;
}
.probox dt span {
	width: 116px;
	border: 1px solid #00204C;
	background-color: #00204C;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.probox dt.panelist span {
  font-size: 0.75em;
  letter-spacing: -0.05em;
  padding-block: 4.61px;
  text-align: left;
  padding-left: 8px;
}
.probox dt.commentator span {
  font-size: 0.9em;
  letter-spacing: -0.05em;
  padding-block: 3.1px;
  text-align: center;
}

.probox dt span.bg_none{
	border:none;
}
.probox .pro_speaker dt span {
	background-color: #FFFFFF;
	color:#00204C;
}
.probox .kyosai dt span {
	background-color: #FFFFFF;
	border: 1px solid #000;
	color:#000;
}
.kyosai dd{
	padding-left: 5px;
}
.probox .pro_speaker dl.kyosai dd{
	padding-left:6px;
}
.probox dd {
  width: calc(100% - 130px);
}
.probox dd ul {
	display: flex;
	align-items: baseline;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 10px;
}
/* .probox dd ul li{
	text-indent: -12px;
	padding-left: 12px;
  text-indent: -1em;
  padding-left: 1em;
} */
.probox dd ul li:first-child {
	/* width: 80px; */
  width: 120px;
}
.probox dd ul li.s-long:first-child {
	width: 90px;
}
.probox dd ul li.m-long:first-child {
	width:100px;
}
.probox dd ul li:last-child {
	flex: 1;
	font-size: 0.87em;
}

.pro-anchor {
	display: flex;
	justify-content: space-around;
	padding: 20px;
  ul li a:hover {
    text-decoration: underline;
  }
}


/* 市民啓発セミナーのご案内 */
.seminar_flyer{
	display: block;
	width: 270px;
	margin: 10px auto 30px;
}
.seminar_flyer img{
	width: 270px;
	box-shadow:2px 2px 2px #999;
	margin: 10px auto 30px;
}
.seminar .pro_body {
	display: grid;
	row-gap: 10px;
}
.seminar .pro_title {
	color:#003F8F;
	line-height: 1.2;
	font-weight: bold;
	padding-left:.5em;
	margin: 10px 0 5px;
}
.seminar .pro_body dl {
	display: flex;
	align-items: baseline;
	padding-left: .5em;
	padding-right: .5em;
	line-height: 1.2;
}
.seminar .pro_body dt {
	width: 80px;
	display: flex;
	align-items: center;
}
.seminar .pro_body dt span {
	width: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #003F8F;
	background-color: #003F8F;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.seminar .pro_body .pro_speaker dt span {
	background-color: #FFFFFF;
	color:#003F8F;
}
.seminar .pro_body dd {
	flex: 1;
}
.seminar .pro_body dd ul {
	display: flex;
	align-items: baseline;
	padding-left: .5em;
	padding-right: .5em;
}
.seminar .pro_body dd ul li:first-child {
	width: 150px;
}
.seminar .pro_body dd ul li:last-child {
	flex: 1;
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
}

.indent1em {
	text-indent: -1em;
	padding-left: 1em;
}
.indent13em {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.indent15em {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent2em {
	text-indent: -2em;
	padding-left: 2em;
}
.indent3em {
	text-indent: -3em;
	padding-left: 3em;
}
.indent4em {
	text-indent: -4em;
	padding-left: 4em;
}
.indent5em {
	text-indent: -5em;
	padding-left: 5em;
}
.indent6em {
	text-indent: -6em;
	padding-left: 6em;
}
.indent7em {
	text-indent: -7em;
	padding-left: 7em;
}
.indent8em {
	text-indent: -8em;
	padding-left: 8em;
}
.indent9em {
	text-indent: -9em;
	padding-left: 9em;
}
.indent10em {
	text-indent: -10em;
	padding-left: 10em;
}
.btn_shoroku {
  width:90px;
	border-radius: 2px;
  background: #009fe8;
  color: #F8F3EF;
  text-align: center;
  padding:5px;
  margin: 10px 0 1px 5px;
}  
.btn_shoroku:hover{
	cursor:pointer;
}
.shoroku{ 
	display:none;
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 10px 5px;
}