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

/* 印刷時左メニューとフッターを非表示にする */
@media print {
  .l-wrapper {
    padding-left: 0;
  }
}
@media print {
  .l-header header {
    display: none;
  }
}
@media print {
  #myPageLinkBtn {
    display: none;
  }
}
@media print {
  #p-cookieConfirm {
    display: none;
  }
}
@media print {
	#l-footer {
		display: none;
	}
}

<style type="text/css">

/* （）つきリストインデント
<ul class="notice">
<li>ああああ</li>
<li>ああああ</li></ul> */
ul.notice li {
　list-style:none;
　margin:0 0 0 -1.5em;
　text-indent:-1.5em;
　padding-left:1.5em;
}


/* --- 委員会名簿--- */
ul.meibo{
/* width:590px; */
width:767px;
list-style:none;
}
@media screen and (max-width: 767px) {
ul.meibo{
width: auto;
}
}

ul.meibo li{
display:inline-block;
margin-right:0px;
margin-bottom:5px;
width:114px;
}

ul.meibo2{
width:590px; 
list-style:none;
}

ul.meibo2 li{
display:inline-block;
margin-right:0px;
margin-bottom:5px;
 width:228px; 
}

ul.meibo3{
/* width:700px; */
width:1000px;
list-style:none;
}

ul.meibo3 li{
display:inline-block;
margin-right:0px;
margin-bottom:5px;
/* width:165px; */
width:180px;
}




.precode
{
  font-family: Arial, Hiragino, Meiryo, "sans-serif";
  color: #000000 ;
  padding: 4pt
}


.honbun12 {
        font-family:Arial, Hiragino, Meiryo, "sans-serif";
	font-size:85%;
}

.TEXT-column-1 {
	border: 1px dotted #999999;
	margin: 5px;
	padding: 5px;
	background-color: #dddee1;
	line-height: 160%; }

.TEXT-column-2 {
	border: 1px dashed #003399;
	margin: 5px;
	padding: 3px;
	background-color: #FFFFFF;
	font-family: Arial, Hiragino, Meiryo, "sans-serif";
	line-height: 160%; }

.TEXT-column-3 {
	border: 1px dotted #278494;
	margin: 6px;
	padding: 8px;
	font-family: Arial, Hiragino, Meiryo, "sans-serif";
	line-height: 160%;
	font-size: 14px;
	color: #666666;
	font-weight: bold; }

.TEXT-column-4 {
	border: 1px dotted #999999;
	font-family: Arial, Hiragino, Meiryo, "sans-serif";
	margin: 5px;
	padding: 5px;
	background-color: #ffe4b5;
	line-height: 160%; }

.TEXT-small {
	line-height: 20px; }
.TEXT-big {
	font-family: Arial, Hiragino, Meiryo, "sans-serif";
	font-size:120%; }



.TEXT-RED {color: #CC0000; }
.TEXT-VIOLET {color: #6600CC; }
.TEXT-GREEN {color:#339900; }

/* 目次ページ用表組み1 罫線あり*/
.table_m1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 90%;
	line-height: 130%;
}
.table_m1 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size:90%;
	font-color: #424141;
	background-color: #e1e9f3;
	text-align: center;
	vertical-align: top;
}
.table_m1 td {
	font-size:90%;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* 詳細ページ表組み1 罫線あり*/
.table_1 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 130%;
}
.table_1 th {
	font-size:100%;
	background-color: #e1e9f3;
	text-align: center;
}
.table_1 td {
	font-size:100%;
}
.table_1 th,
.table_1 td {
	border: 1px solid #ccc;
	padding: 5px 7px;
}

/*詳細ページ表組み2 罫線なし*/

.table_2 {
	font-size:100%;
	margin-bottom: 20px;
}
.table_2 th,
.table_2 td {
	text-align: left;
	vertical-align: top;	
	padding: 5px 7px;
}


.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* インデント50px下げる */
.indent50px {
margin-left: 50px;
padding-left:50px;
text-indent:50px;

}


/* 段落全体を5文字下げる */
.indent5em {
	padding: 0px 0px 0px 5em;
}

/* 2行目以降を1字下げる */
.indext-2L-1em {
  padding-left: 1em;
  text-indent: -1em;
}



/* 2行目以降を5字下げる */
.indext-2L-5em {
	padding-left: 5em;
	text-indent: -5em;
}

.indent100px {
margin-left: 100px;
}

/* num1 カッコ付きリスト
<ol class="num1">
<li><span>(1)</span>カッコ数字をリストで使う</li>
<li><span>(2)</span>カッコ数字をリストで使う</li>
<li><span>(3)</span>カッコ数字をリストで使う</li>
</ol> */

ol.num1 { margin-bottom: 1em; margin-left: -1em; }
ol.num1 li {
	position: relative;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 0em;
}
ol.num1 li span {
	position: absolute;
	top: 0;
	left: -2.5em;
}
* html ol.num1 li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.num1 li span { top: -0em; } /* for win ie7 */


/*定義＿リスト（マーク無し）CSS
<dl class="list309">
	<dt>(1)</dt><dd>ああああ</dd>
	<dt>(2)</dt><dd>いいいい</dd>
</dl>
と指定する。(1)と文章の間のスペースはwidth: 4em;　の数値で調節。*/

dl.list309 dt {
	clear: left;
	float: left;
	margin: 0em 0em 0.5em 1em;
	width: 3em;
	padding-left: 0px;
}

dl.list309 dd {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}


/* --- olタグで括弧付きの数字で表示する--- */
ol.parentheses1 {
	margin-left: 3.5em; /* サイトに合せて調整 */
}
 
ol li {
	list-style-type: none;
	counter-increment: cnt;
}
 
ol li::before {
	content: "（" counter(cnt) "）";
	display:inline-block;
	margin-left:-3em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
}


/*定義＿リスト（マーク無し）CSS
	<dt>見出しああああ</dt>
	　<dd>説明ええええええ</dd>
　　<dt>見出しああああ</dt>
	　<dd>説明ええええええ</dd>
</dl>*/


dl.list2em dt {
	clear: left;
	float: left;
	margin: 0em 0em 0.5em 0em;
	width: 8em;
	padding-left: 0px;
}

dl.list2em dd {
	margin: 0em 0em 0.5em 8em;
}

/* 広告枠のスタイル */
.adsArea { text-align:center; }
.adsArea p { margin:0; padding:0px }
.adsArea a img { padding-top:5px; }


h3.midashi {
  color: #179875 ;
  border-left: 7px solid #19a57f;
  /*　border-bottom: 1px solid #19a57f;　*/
  padding: 0.5em 0.5em 0 0.5em;
}

/* --- リストエリア
htmlサンプル
<ol class="qa">
<li><dl>
<dt>1. 見積りは無料ですか？</dt>
<dd>正式なご発注をいただくまでは、料金が発生することはございません。</dd>
</dl></li>
--- */

ol.qa {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目の内容 --- */
ol.qa dl {
margin: 0;
}

/* --- Questionエリア --- */
ol.qa dt {
margin: 0;
padding: 8px 6px 6px 35px; /* Questionエリアのパディング（上右下左） */
background: #f9f9f9 url(http://www.ipsj.or.jp/images/ecalic032_009.gif) no-repeat 7px 7px; /* Questionエリアの背景 */
border: 1px #c0c0c0 solid; /* Questionエリアの境界線 */
font-weight: bold;
line-height: 120%;
}

/* --- Answerエリア --- */
ol.qa dd {
margin: 0;
padding: 11px 6px 25px 35px; /* Answerエリアのパディング（上右下左） */
background: url(http://www.ipsj.or.jp/images/ecalic032_005.gif) no-repeat 8px 10px; /* Answerエリアの背景 */
line-height: 150%;
}

/* --- ニュース --- */

dl.listnews {
	clear: left;
	float: left;
	font-size: 13px;
	padding-left: 10px;
	line-height: 140%;
}
dl.listnews dt {
	width: 10em;
}
dl.listnews dd {
	margin-left: 10em;
}


	/* --- ボックスデザイン--- */
.bdbox{
	border:solid 1px #744A1A;
	padding:0px 3px 0px 10px;
	margin:auto;
	background-color:#FBF2E3;
	width:550px;
}
.obi01{
	border-left: 5px #744A1A solid;
	padding-left:5px;
}
.clear{
	clear:both;
}

/* --- CITP名簿--- */
ul.citplist{
width:590px;
list-style:none;
}

ul.citplist li{
display:inline-block;
margin-right:0px;
margin-bottom:5px;
width:114px;
}

/* --- CITP用--- */
#citppage ul.citplist_1 li {font-size:10px;line-height: 160%; }
ol.citplist_1 li {font-size:10px;line-height: 160%; }
#citppage p.citpcontent {font-size:13px;line-height: 160%; }

/*---- 長いurlを折り返す---*/
.breakall {word-break: break-all;}

/*---- 飾り付き囲み---*/
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/* --- 吹き出し（左向き）--- */
.balloon2-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}

/* --- 吹き出し（右向き）--- */
.balloon2-right {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}

.balloon2-right:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-right:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
 	z-index: 1;
}

.balloon2-right p {
	margin: 0;
	padding: 0;
}


/* 賛助リスト3つ */
.s-grid300 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.s-grid300 item {
  border-radius: 10px;
  background: #edf;
  padding: 15px;
  text-align: center;
}
s-grid300 img {
  max-width: 100%;
  height: auto;
}
s-grid300 p {
  text-align: left;
}

/* 賛助リスト4つ */
.s-grid200 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.s-grid200 item {
  border-radius: 10px;
  background: #edf;
  padding: 15px;
  text-align: center;
}
s-grid200 img {
  max-width: 100%;
  height: auto;
}
s-grid200 p {
  text-align: left;
}

/* ボタン （左右中央、文字の長さに合わせる）*/
/* --html---
<div class="btn_05">
<div class="btn_05_div"><a href="https://xxx" target="_blank" style="color:white;" >チラシダウンロード</a></div>
</div>
----　*/
.btn_05{
    display: flex;
    justify-content: center; 
}
.btn_05_div{
	display: inline-block;
	padding: 1rem 4rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 1rem 4rem ;
	border: 2px solid #276bd9;
	background: #276bd9;
	color: #fff;
	border-radius: 50vh; 
	transition: 0.5s; 
}
