/* CONTENTS
---------------------------------------------------------------------------*/
.listArea dl.list {border-bottom:1px #333 dotted;}
.listArea dl.list dt{ border-top:1px #333 dotted; padding:15px 0; line-height:1.5; font-size:1.6rem;}
.listArea dl.list dt .country{ font-family:Verdana; font-size:0.9rem; border:1px #999 solid; display: inline-block; padding:1px; width:10em; text-align:center; font-weight:bold; color:#666; margin:0 10px 0 0;}
.listArea dl.list dt .date{ font-family:Verdana; display: inline-block; font-size:1.2rem; margin:0 0 10px;}
.listArea dl.list dt .cate{ font-family:Verdana; display: inline-block; font-size:1.0rem; margin:0 0 10px; background: #36C; padding:3px 5px; color:#FFFFFF;}
.listArea dl.list dt .press{ background: #36C;}
.listArea dl.list dt .oshirase{ background: #F63;}
.listArea dl.list dt .title{ font-weight:bold;}
.listArea dl.list dt .on{text-decoration:underline; cursor:pointer;}
.listArea dl.list dt.open {}
.listArea dl.list dd { display:none; line-height:1.5; padding:0 0 20px;word-wrap:break-word;}
.listArea dl.list dd p{ margin:0 0 1em;}
.listArea dl.list dd img{ margin:0 1em 1em 0; width:500px;}


@media screen and (max-width: 768px) {
	#contents .listArea{ float: none;width: auto;}
}


.date-box{ margin-bottom: 1em;}

/* DATA
---------------------------------------------------------------------------*/
.eye-catch{ margin-bottom: 1em;}

/* DATA
---------------------------------------------------------------------------*/
.date-box .data{ font-size:1.2rem;}

/* CATEGORY/TAG
---------------------------------------------------------------------------*/
.date-box ul.article_category{}
ul.article_category:before{font-family: "Font Awesome 5 Free"; content: "\f07b"; font-weight:400;line-height: 1;font-size: 1.2rem; }
ul.article_category a{font-size: 1.2rem; text-decoration: none;line-height: 1;}
ul.article_category a:hover{ text-decoration: underline;}
/*
ul.article_category{}
ul.article_category:before{font-family: "Font Awesome 5 Free"; content: "\f07b"; font-weight:900;line-height: 1;font-size: 1.2rem; }
ul.article_category li{ display: inline-block;margin-right:5px; margin-bottom:5px;}
ul.article_category li a{ display: block; font-size: 1.2rem; padding:5px 8px; border:1px #22bea6 solid; color:#22bea6; text-decoration: none;line-height: 1; border-radius: 2px; font-weight: 600;}
ul.article_category li a:hover{ background:#22bea6; color: #fff;}
*/

ul.article_tag{}
ul.article_tag:before{font-family: "Font Awesome 5 Free"; content: "\f02b"; font-weight:700;line-height: 1;font-size: 1.2rem; }
ul.article_tag a{font-size: 1.2rem; text-decoration: none;line-height: 1;}
ul.article_tag a:hover{ text-decoration: underline;}

/*
ul.article_tag{}
ul.article_tag:before{font-family: "Font Awesome 5 Free"; content: "\f02b"; font-weight:700;line-height: 1;font-size: 1.2rem; }
ul.article_tag li{ display: inline-block;margin-right:5px; margin-bottom:5px;}
ul.article_tag li a{ display: block; font-size: 1.2rem; padding:5px 8px; border:1px #22bea6 solid; color:#22bea6; text-decoration: none;line-height: 1; border-radius: 2px; font-weight: 600;}
ul.article_tag li a:hover{ background:#22bea6; color: #fff;}
*/



.entry-content ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.entry-content ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.entry-content ul li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
	font-weight: 700;
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}


.entry-content ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #f5faff;
	margin:1em 0:
}
.entry-content ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.entry-content ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-content blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}



/* CONTENTS
---------------------------------------------------------------------------*/
/*
.naviArea .year ul li.ynew a{background: #22bea6; color:#FFF;}
.naviArea .year ul li.ynew a:hover,{color:#FFF;}
*/