@charset "UTF-8";

/* CSRトピックス
-----------------------------------------*/

/*トピックス一覧*/

#mainArea .contentTopic{
margin: 0 0 40px;
clear: both;
}

#mainArea .contentTopic .contentTopicEntry{
background: #F4F4F4;
margin-bottom: 30px;
border-bottom: 1px dashed #0068BB;
}

#mainArea .contentTopic .contentTopicEntry .entryTitle a{
font-size: 1.6rem;
display: block;
font-weight: bold;
margin-bottom: 30px;
line-height:1.4;
}

#mainArea .contentTopic .contentTopicEntry .entryTitle a:hover{
text-decoration: underline;
}

#mainArea .contentTopic .contentTopicEntry .entryBoxInner{
padding: 15px;
}

#mainArea .contentTopic .contentTopicEntry .entryTags{
overflow: hidden;
}

#mainArea .contentTopic .contentTopicEntry .entryTags li{
float: left;
background: url("/company/activity/images/ico_tag.gif") no-repeat 0 42%;
padding-left: 20px;
padding-right: 12px;
}

#mainArea .contentTopic .contentTopicEntry .entryTags li a{
font-size: 1.4rem;
}

#mainArea .contentTopic .contentTopicEntry .entryTags li a:hover{
text-decoration: underline;
}

#mainArea .contentTopic .contentTopicEntry .entryDate{
text-align: right;
padding: 15px 15px 15px 0px;
font-size: 1.4rem;
clear: both;
}

/*トピックス記事コンテンツ*/

#mainArea .contentTopic .topic_date{
text-align: right;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 10px;
width: 100%;
}

#mainArea .contentTopic .topic_entryTags{
background: #F4F4F4;
margin-bottom: 20px;
overflow: hidden;
padding: 10px;
width: 100%;
}

#mainArea .contentTopic .topic_entryTags li{
float: left;
background: url("/company/activity/images/ico_tag.gif") no-repeat 0 42%;
padding-left: 20px;
padding-right: 12px;
}

#mainArea .contentTopic .topic_entryTags li a{
font-size: 1.4rem;
}

#mainArea .contentTopic .topic_entryTags li a:hover{
text-decoration: underline;
}

#mainArea .contentTopic .topic_content{
overflow: hidden;
margin-bottom: 10px;
}

#mainArea .contentTopic .topic_content p{
margin-bottom: 10px;
}

#mainArea .contentTopic .topic_content a:hover{
text-decoration: underline;
}

/*陣レイアウト*/

/*本文-中央寄せ*/
.topic_content .c_text{
text-align: center;
margin-bottom: 15px;
}

/*箇条書きリスト*/
.topic_content .discList ul{
margin-bottom: 17px;
counter-reset:topicslist01;
}

.topic_content .discList ul li{
margin-bottom: 3px;
text-indent: -1em;
margin-left: 1em;
}

.topic_content .discList ul li::before{
counter-increment:topicslist01;
content: "・";
}

.topic_content .discList ul li.lv2{
padding: 0px 0px 0px 1em;
}

/*番号付リスト*/
.topic_content .link-list ul{
margin-bottom: 17px;
}

.topic_content .link-list ul li{
margin-bottom: 3px;
}

.topic_content .link-list ul li.lv2{
padding: 0px 0px 0px 1em;
}

/*定義リスト*/
.topic_content .link-list dl{
counter-reset:topicslist02;
margin-bottom: 20px;
}

.topic_content .link-list dt.text-item{
font-weight: bold;
margin-bottom: 3px;
text-indent: -1em;
margin-left: 1em;
}

.topic_content .link-list dt.text-item::before{
counter-increment:topicslist02;
content: "・";
}

.topic_content .link-list dd{
padding: 0px 0px 0px 1em;
margin-bottom: 10px;
}

/*ページ内リンク*/
.topic_content .internal-list ul{
margin-bottom: 15px;
}

.topic_content .internal-list li{
margin-bottom: 5px;
}

/*注釈テキスト*/
.topic_content .notice ul{
margin-bottom: 15px;
}

.topic_content .notice li{
margin-bottom: 5px;
text-indent: -1em;
margin-left: 1em;
font-size:1.4rem;
}


.topic_content .link-list{
overflow:hidden;
}

.topic_content .link-list li strong{
margin: 0px 0px 20px 0px;
font-weight: bold;
font-size: 1.125em;/*18px*/
}

.topic_content .link-list ul li.arrow{
margin-bottom: 5px;
text-indent:0;
margin-left: 0;
}


/*画像レイアウト*/

#mainArea .contentTopic .topic_content .figureBlock p.image{
margin-bottom: 0px;
}

.topic_content .figureBlock{
margin-bottom: 20px;
}

.topic_content .figureBlock table{
width: 100%;
}

.topic_content .figureBlock table td{
padding: 0px 5px;
}

.topic_content .figureBlock img{
display: block;
margin:0 auto 5px;
max-width: 100%;
}


#mainArea .contentTopic .topic_content .figure-floated-L p.image,
#mainArea .contentTopic .topic_content .figureBlock-floated-L p.image{
margin-bottom: 0px;
}

.topic_content .figure-floated-L img,
.topic_content .figureBlock-floated-L img{
display: block;
max-width: 100%;
margin: 0 auto;
}

.topic_content .figureBlock-floated-L table{
width: 100%;
margin-bottom: 10px;
}

/* 画像回りこみ - figure-floated
--------------------------------------- */

.topic_content .figure-floated-L,
.topic_content .figure-floated-C,
.topic_content .figure-floated-R{
margin:0 0 20px;
overflow:hidden;
}

.topic_content .figure-floated-L{
text-align:left;
}

.topic_content	.figure-floated-L embed,
.topic_content	.figure-floated-L img{
float:left;
}

.topic_content .figure-floated-C{
text-align:center;
}

.topic_content	.figure-floated-C embed,
.topic_content	.figure-floated-C img{
margin:0 auto;
}

.topic_content	.figure-floated-R{
text-align:right;
}

.topic_content	.figure-floated-R embed,
.topic_content	.figure-floated-R img{
float:right;
}


/* 表組みのキャプション*/

.topic_content .leftHandedTableSet table{
width: 100%;
border: 1px solid #cacaca;
border-collapse: collapse;
margin-bottom: 20px;
}

.topic_content .leftHandedTableSet table caption{
margin-bottom: 10px;
}

.topic_content .leftHandedTableSet table th,
.topic_content .leftHandedTableSet table td {
margin: 0;
border: none;
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
line-height: 1.3;
}

.leftHandedTableSet table th {
text-align:left;
padding:8px 12px;
background:#6284A0;
color: #fff;
}

.topic_content .leftHandedTableSet table td {
padding: 8px 12px;
color: #333;
}

/* 汎用ブロック */
.topic_content .common-block {
margin: 0 0 20px;
border: 1px solid #BEBEBE;
background: #FFFFFF;
padding: 10px 10px 0;
}

#mainArea .topic_content .common-block h3{
color:#1b1b1b;
border-bottom: 2px solid #1f5fa8;
padding: 10px 10px 10px;
margin: -10px -10px 25px;
text-align: left;
}

/*下線*/

.topic_content .bdr hr {
clear: both;
padding: 1px 0;
display: block;
margin: 20px 0;
height: 1px;
border: none;
border-bottom: 1px dashed #cecece;
}


/*トピックスタグ*/

.targetTab {
margin-bottom: 20px;
overflow: hidden;
}

.targetTab #tab{
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
}

.targetTab .clearfix {
display: block;
}

.targetTab .disnon {
display: none;
}

.targetTab #tab{
border-top: 1px solid #959595;
border-right: 1px solid #959595;
}

.targetTab #tab li{
text-align: center;
background: #fff;
border-left: 1px solid #959595;
font-size:1.4rem;
padding: 12px 0px;
}

.targetTab #tab li.select {
background: #E4ECF0;
font-weight: bold;
}

.targetTab #tab li.tabHead01,
.targetTab #tab li.tabHead02,
.targetTab #tab li.tabHead03 {
width:33.2%;
color: #006CB4;
box-sizing: border-box;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
flex-direction: column;
cursor:pointer;
}

.targetTab .tab_content {
background-color: #E4ECF0;
border-bottom: 1px solid #959595;
border-right:1px solid #959595;
border-left: 1px solid #959595;
overflow: hidden;
}

.targetTab .tab_content ul {
padding: 15px;
overflow: hidden;
width:90%;
margin:0 auto;
}

.targetTab .tab_content li {
display: inline-block;
width: 49%;
}

.targetTab .tab_content li a {
display: block;
}

.targetTab .tab_content li a:hover{
opacity: 0.5;
}

.targetTab .tab_content li a img{
max-width: 100%;
width: 100%;
height: auto;
}

/*年別リンク*/

.yeartopicslist{
border-top: 1px dotted #006CB6;
border-bottom: 1px dotted #006CB6;
padding: 15px 0px;
margin-bottom: 20px;
}

.yeartopicslist ul{
counter-reset:yearlistlink;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}

.yeartopicslist li{
margin: 0px 0px 5px 5px;
}

.yeartopicslist li a::before{
counter-increment:yearlistlink;
font-family: 'Material Icons';
content: "\e5df";
font-weight: 900;
padding-right: 3px;
}

.yeartopicslist li a{
color:#225EA7;
padding: 10px;
border:1px solid #225EA7;
display: block;
font-size: 1.4rem;
}

.yeartopicslist li a:hover{
background: #225EA7;
color:#fff;
}

/*ページネーション*/

.pagenation{
margin-bottom: 30px;
}


.pagenate-num{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}

.pagenav{
margin-bottom: 10px;
}

.pagenav a {
display: block;
padding: 0.8em 0.6em;
border: 2px solid #81BDE1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
margin: 0 0.4em;
font-weight: bold;
}

.pagenav a:hover{
display: block;
padding: 0.8em 0.6em;
border: 2px solid #81BDE1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
margin: 0 0.4em;
font-weight: bold;
}

.pagenav a:hover{
background: #017EC0;
color: #fff;
text-decoration: none;
}

.pagenav a:hover, .current a {
background: #017EC0;
color: #fff;
}

div#mainArea h4.topics_TagTitle{
margin-bottom: 20px;
}

.relativeContents{
margin: 0px 0px 10px;
}

.relativeContents dt {
font-weight: bold;
padding-left: 6px;
border-bottom: 2px solid #225EA7;
margin-bottom: 8px;
font-size: 1em;
}

.relativeContents dd {
margin-bottom: 8px;
padding-left: 1.8em;
background: url("/company/activity/topics/images/listmark_01.gif") no-repeat 6px center;
}

.relativeContents dt a{
color: #000;
}

@media all and (-ms-high-contrast: none) {
*::-ms-backdrop, .topic_content .figureBlock img{
display: block;
width: 100%;
margin-bottom: 5px;
}
}

@media all and (-ms-high-contrast: none) {
.topic_content .figureBlock img{
display: block;
width: 100%;
margin-bottom: 5px;
}
}


/*レスポンシブ レイアウト
-----------------------------------------*/

@media screen and (min-width:768px) and (-ms-high-contrast: none) {
*::-ms-backdrop, div.C table td.item p.image img{
display: block;
margin:0 auto 5px;
max-width: 100%;
width: auto;
}
}

@media screen and (min-width:768px) and (-ms-high-contrast: none) {
div.C table td.item p.image img{
display: block;
margin:0 auto 5px;
max-width: 100%;
width: auto;
}
}

/*スマホ*/
@media screen and (min-width:0px) and ( max-width:767px) {
div#mainArea .leftHandedTableSet{
overflow: auto;
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

}



/* スマホ〜タブレット */
@media screen and (min-width:0px) and ( max-width:999px) {

}

/* PC〜タブレット */
@media screen and (min-width:768px) {
/*画面サイズが768pxからはここを読み込む*/

.spbr{
display: none;
}

/*トピックス一覧*/

#mainArea .contentTopic{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
}

#mainArea .contentTopic .contentTopicEntry{
width: 49%;
margin: 0px 0px 30px;
box-sizing: border-box;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
flex-direction: column;
}

#mainArea .contentTopic .contentTopicEntry .entryDate{
margin-top: auto;
}

#mainArea .contentTopic .contentTopicEntry.odd{
margin-right: 10px;
}

.targetTab .tab_content li {
width: 23%;
margin-left: 6px;
margin-bottom: 5px;
}

.targetTab .tab_content#search_keywords li {
width: 23%;
margin-bottom: 5px;
margin-left: 6px;
}

.topic_content .figureBlock-floated-L{
width: 49%;
float: left;
padding: 0 15px 25px 0;
}

.topic_content .figureBlock-floated-L table{
margin-bottom: 0px;
}

.relativeContents{
width: 43%;
margin: 0px 15px 24px;
float: left;
}


}

@media screen and (min-width:1000px) {
/*画面サイズが1000pxからはここを読み込む*/
.targetTab .tab_content li {
width: 24%;
margin-left: 2px;
margin-bottom: 5px;
}


}
