@charset "UTF-8";

/* =====================

RESEARCH CENTER PAGE STYLING

===================== */
.researchcenter_description {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
}
.researchcenter_contentsList {
  margin-top: 30px;
}
.researchcenter_contentsList li + li {
  margin-top: 40px;
}
.contents_ttl {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.contents_ttl a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background-color: #EDEDDA;
  font-size: 14px;
}
.contents_ttl > a > span {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.ttl_number {
  max-width: 50px;
  padding: 10px 15px;
  margin-right: 5px;
  background-color: #473A2E;
  font-size: 14px;
  color: #FFFFFF;
}
.ttl_txt {
  width: 78%;
  font-size: 16px;
}
.contents_date {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
.contents_summary {
  margin-top: 5px;
  margin-left: 15px;
  line-height: 1.5;
  font-size: 14px;
  text-indent: 1em;
}
.contents_link {
  text-align: right;
}
.contents_link a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #CCCCCC;
  border-radius: 5px;
  color: #333333;
  text-decoration: none;
}
.contents_link a:hover {
  background-color: #473A2E;
  color: #FFFFFF;
}

/* =======================
下層ページ
======================= */

.researchcenter_subpage .contents_txt.mt60 {
  margin-top: 60px;
}
.researchcenter_subpage {}
.researchcenter_subpage .contents_ttl {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  background-color: #EDEDDA;
}
.researchcenter_subpage .contents_date {
  font-size: 15px;
}
.researchcenter_subpage .contents_txt {
  padding: 0 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  text-indent: 1em;
}
.researchcenter_subpage .contents_txt + .contents_txt {
  margin-top: 15px;
}
.researchcenter_subpage .contents_list + .contents_txt,
.researchcenter_subpage .contents_txt + .contents_list {
  margin-top: 15px;
}
.researchcenter_subpage .contents_date {
  font: 14px;
}
.researchcenter_subpage .contents_subttl {
  padding-left: 10px;
  margin: 30px 10px 0 10px;
  border-left: 5px solid #333333;
  font-size: 18px;
  font-weight: bold;
}
.researchcenter_subpage .contents_footer {
  padding-top: 10px;
  margin-top: 60px;
  border-top: 1px dashed #CCCCCC;
}
.researchcenter_subpage .footer_small {
  font-size: 13px;
  color: #666666;
  text-align: right;
}
.researchcenter_subpage .footer_backbtn {
  margin-top: 20px;
  text-align: center;
}
.researchcenter_subpage .footer_backbtn a {
  display: inline-block;
  width: 385px;
  height: 65px;
  line-height: 65px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-image: url(/contents/researchcenter/common/img/footer_btnbg.png);
  background-repeat: no-repeat;
  background-size: 385px 65px;
  background-position: center center;
}
.researchcenter_subpage .footer_caution {
  margin-top: 15px;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.contents_thumb {
  text-align: center;
  margin: 30px 0;
}
.contents_thumb img {
  width: 100%;
}
.blockquote {
  font-style: oblique;
  background-color: #EFEFEF;
}
.pageLinks {
  padding: 15px;
  margin-top: 30px;
  background-color: #F7F7EE;
}
.pageLinks > li + li {
  margin-top: 10px;
}
.pageLinks > li > a {
  font-style: 13px;
}

/*--------------------------------
LIST
---------------------------------*/
.contents_list {
  margin-top: 30px;
  margin-left: 30px;
}
.contents_list > li {
  list-style: disc;
  font-size: 12px;
}
.contents_list > li + li {
  margin-top: 15px;
}
/* dl */
.contents_dl {}
.contents_dl > dt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
.contents_dl > dd {
  padding-left: 10px;
  font-size: 14px;
}

/* dl > li */
.contents_dl_list {
  margin-top: 5px;
  padding-left: 30px;
}
.contents_dl_list > li {
  list-style: disc;
}

/*--------------------------------
text decoration
---------------------------------*/
.txt_orange {
  color: #D96D00;
  font-weight: bold;
}
/*--------------------------------
SNS
---------------------------------*/

.sns{
  margin: 60px auto 30px;
  text-align:center;
}
.sns ul {
  list-style:none;

}
.sns li {
  float:left;
  width:24%;
  margin:0 1% 3% 0;
}
.sns li a {
  font-size:80%;
  position:relative;
  display:block;
  padding:10px;
  color:#fff;
  border-radius:6px;
  text-align:center;
  text-decoration: none;
  text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
/* ツイッター */
.sns .twitter a {
  background:#00acee;
  box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
  background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
  background:#3b5998;
  box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
  background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
  background:#db4a39;
  box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
  background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
  background:#5d8ac1;
  box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
  background:#43638b;
}
