@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;
	}
}

.pg-home .mainVisualArea .swiper-slide {
  height: 300px;
}

.pg-home .mainVisualArea .swiper-slide .copy::before {
    content: none;
}

h1.p-pageHeader__hdg {
    color : #ffffff;            /* 文字の色 */
}

hr {
 border-top: 1px;
 color: #6e6e6e;
}

 /*
body {
background-image: url(https://www.ipsj.or.jp/img/2445286.png); 
background-position: left top 300px;
background-size: 95% auto;
background-repeat: no-repeat;
}
.c-boxSet {
    background-color: #ffffff;
    padding: 0px 20px;
}
.newsListArea {
    background-color: #ffffff;
    padding: 0px 20px;
}
.c-bodyAndImageSet__container {
    background-color: #ffffff;
    padding: 0px 20px;
}
.otherSect__hdg {
    background-color: #ffffff;
    padding: 0px 20px;
}
.btnArea {
   background-color: #ffffff;
    padding: 0px 20px;
}
.c-bodyAndImageSet__body {
   background-color: #ffffff;
    padding: 0px 20px;
}
*/

.c-body p {
  line-height: 1.8;
}


/* 縁取り文字 */

 .fuchidori{
  background:#3e5a75; /* 背景色 */
}
.fuchidori  span{
  color:#fff; /* テキスト色 */
  position:relative;
}

.fuchidori2{
 text-shadow: 1px 2px 3px #3e5a75;
}

.fuchidori3{
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  letter-spacing : 1px;                /* 文字間 */
  text-shadow    : 
       2px  2px 6px #3e5a75,
      -2px  2px 6px #3e5a75,
       2px -2px 6px #3e5a75,
      -2px -2px 6px #3e5a75,
       2px  0px 6px #3e5a75,
       0px  2px 6px #3e5a75,
      -2px  0px 6px #3e5a75,
       0px -6px #3e5a75;        /* 文字の影 */
}



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



.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 {
	font-size:85%;
	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: 1px solid #ccc;
	font-size: 90%;
	line-height: 130%;
}
.table_m1 th {
	border: 1px solid #ccc;
	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: 1px solid #ccc;
}

/* 詳細ページ表組み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;
}

/*  段落全体を100px下げる */
.indent100px {
margin-left: 100px;
}


/*定義＿リスト（マーク無し）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;
}


/*---- 長い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;
}

/* 囲み-ラベルをつけたようなデザイン */
.box27 {
    position: relative;
    margin: 3em 0;  /* 囲み上下アキ　*/
    padding: 1em 1em;
    border: solid 2px #777a7a;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: -2px;
    padding: 0px 9px;
    height: 26px;
    line-height: 25px;
    font-size: 16px;
    background: #777a7a;
    color: #ffffff;
    font-weight: normal;
    border-radius: 0px 0px 0 0;
}
.box27 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;
}

/* リスト行間 */
ol.height180 li {
  line-height: 200%;
  margin-left: 1.5em;
}


/*  お知らせリスト */
ul.list_a {
  list-style: none;
  line-height: 180%;
}
li.list_a {
  position: relative; 
  padding-left: 1.5em;
}
li.list_a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  color: #19a455;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

/* 画像を横に並べる*/
.box-row {
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	flex-wrap: wrap;
}
.box-row img {
	max-width: 100%;
	margin: 10px;
}

/*  サポーター申込ボタン*/
.flex_test-box {
    background-color: #fff;     /* 背景色指定 */
    padding:  20px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
    flex-wrap: wrap;            /* 折り返し指定 */
    align-content:stretch;      /* 折り返し時の配置指定 */
}
.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin: 10px 20px;             /* 外側の余白 */
    border-radius:  20px;        /* 角丸指定 */
    font-size:  15px;           /* 文字サイズ */
    width: 300px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}
.flex_test-item:nth-child(1) {
    background-color:  #4CAF50; /* 背景色指定 */
}
.flex_test-item:nth-child(2) {
    background-color:  #3F51B5; /* 背景色指定 */
}
.flex_test-item:nth-child(3) {
    background-color: #3F51B5; /* 背景色指定 */
}
.flex_test-item:nth-child(4) {
    background-color:  #00BCD4; /* 背景色指定 */
}

/* 入会方法／マイページ　横並び */
.flex_box1 {
    background-color: #fff;     /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:right;
    flex-wrap: wrap;            /* 折り返し指定 */
    align-content:stretch;      /* 折り返し時の配置指定 */
}
.flex_item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin: 0px 10px;             /* 外側の余白 */
    border-radius:  20px;        /* 角丸指定 */
    font-size:  15px;           /* 文字サイズ */
    width: 250px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}
.flex_item:nth-child(1) {
    background-color:  #3F51B5; /* 背景色指定 */
}
.flex_item:nth-child(2) {
    background-color:  #4CAF50; /* 背景色指定 */
}
.flex_item:nth-child(3) {
    background-color: #3F51B5; /* 背景色指定 */
}
.flex_item:nth-child(4) {
    background-color:  #00BCD4; /* 背景色指定 */
}


/*  左に写真、右にテキスト */
.j_flex{
  max-width: 700px;
  margin: 0 auto;
}
.j_img{
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:600px) { 
  .j_flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .j_item+.j_item{
    margin-left:1.0em;
  }
}

/* 見出し1*/
.heading01 {
    font-size: 18px;
    display: inline;
    border-bottom: solid 3px black;
    padding: 0.2em 0;/*上下の余白*/
}

/* ボタン （文字に合わせる）*/
a.btn_04 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 1rem 4rem;
	padding: 0.5rem 4rem;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #27acd9;
	background: #0b7ba1;
}



/* ボタン横並び（文字だけで作成） */
.blockparent {
    text-align: center;         /* 子要素を左右中央揃えにする */
    border: solid 0px;          /* 枠線指定 */
    padding:  10px;             /* 余白指定 */
}
.inline-block_01 {
    display: inline-block;      /* インラインブロック要素にする */
    font-size: 15px;
    font-weight: 500; /* 文字の太さ */
    justify-content: center;
    background-color: #27acd9;    /* 背景色指定 */
    border-radius: 100vh; 
    padding: 10px 20px;             /* 余白指定 */
    margin: 10px 20px;     /* マージン上下左右 */
}
.inline-block_02 {
    display: inline-block;      /* インラインブロック要素にする */
    font-size: 15px;
    font-weight: 500; /* 文字の太さ */
    justify-content: center;
    background-color: #00a822;   /* 背景色指定 */
    border-radius: 100vh; 
    padding: 10px 60px;             /* 余白指定 */
    margin: 10px 20px;   /* マージン上下左右 */
}
.inline-block_03 {
    display: inline-block;      /* インラインブロック要素にする */
    font-size: 15px;
    font-weight: 500; /* 文字の太さ */
    justify-content: center;
    background-color: #b04713;   /* 背景色指定 */
    border-radius: 100vh; 
    padding: 10px 20px;             /* 余白指定 */
    margin: 10px 20px;   /* マージン上下左右 */
}
/* ここまで */

/* カード */
.card-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.card-item {
  width: calc(33.33% - 30px * 2 / 3);
  margin-right: 30px;
  margin-top: 30px;
  background-color: #caebdc;
  padding: 20px;
  box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
}
.card-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .card-item {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
   }
  .card-item:nth-child(3n) {
    margin-right: 30px;
  }
  .card-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 430px) {
  .card-item {
    width: 100%;
    margin-right: 0;
  }
  .card-item:nth-child(3n) {
    margin-right: 0;
  }
}
.card-item-link {
  color: #333 !important;
}
.card-item-body {
  width: 100%;
  height: auto;
}
.card-item-title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.card-item-text {
  padding: 10px;
}

