@charset "UTF-8";

/* -------------------------
レイアウト 
-------------------------- */
.inner-block{width:990px;margin:0 auto;}
.inner-block.article,
.inner-block.page{width:1022px;margin:0 auto;}
#contents{margin:0 auto;background:#ededed;padding:0 0 80px;}
#contents.no-padding{padding-bottom:0;}
#contents::after{content:"";clear:both;display:block;}
#main-column{width:710px;float:left;}
#main-column.index{width:740px;float:left;margin:55px 0 0;}
#main-column.index.nomargin{width:740px;float:left;margin-top:0;}
#main-column.index.shareholders{width:710px;}
#main-column.article,
#main-column.page{width:764px;float:left;}
#sub-column{width:240px;float:right;margin:55px 0 0;position:relative;}/* パンくず */
.breadcrumb{font-size:14px;padding:20px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;box-sizing:border-box;}
.breadcrumb a{color:#014099;}
.breadcrumb span{position:relative;display:inline;padding-right:20px;line-height:1;}
.breadcrumb span::after{content:"";display:block;position:absolute;right:7px;top:6px;width:6px;height:6px;border-top:solid 1px #333;border-right:solid 1px #333;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.breadcrumb span:last-child{padding-right:0;}
.breadcrumb span:last-child::after{display:none;}

/* header 見出し */
.box-heading{background: #fff none repeat scroll 0 0;margin-bottom: 40px;padding: 40px 20px;}
.box-heading h1{font-size: 22px;line-height: 1.3;font-weight:normal;}
.box-heading--narrow{padding:0 20px;height:80px;margin-bottom:10px;}
.box-heading--narrow h1{font-size:24px;font-weight:bold;line-height:80px;margin:0;}

/* リボン */
.badge-icon{position:relative;}
.badge-icon .pickup{position:absolute;top:0;left:0;background:#bf0000;color:#fff;height:30px;line-height:30px;font-size:14px;padding:0 7px;z-index:1;}
.badge-icon .pickup::after{content:"";display:block;border-top:solid 15px #bf0000;border-bottom:solid 15px #bf0000;border-left:solid 1px #bf0000;border-right:solid 15px transparent;position:absolute;top:0;right:-15px;}

.badge-icon .feature{position:absolute;top:0;left:0;background:#014099;color:#fff;height:30px;line-height:30px;font-size:14px;padding:0 18px;z-index:1;}
.badge-icon .feature::after{content:"";display:block;border-top:solid 15px #014099;border-bottom:solid 15px #014099;border-left:solid 1px #014099;border-right:solid 15px transparent;position:absolute;top:0;right:-15px;}

.badge-icon .movie{position:absolute;top:0;left:0;background:#009f00;color:#fff;height:30px;line-height:30px;font-size:14px;padding:0 18px;z-index:1;}
.badge-icon .movie::after{content:"";display:block;border-top:solid 15px #009f00;border-bottom:solid 15px #009f00;border-left:solid 1px #009f00;border-right:solid 15px transparent;position:absolute;top:0;right:-15px;}

.badge-icon .votes{position:absolute;top:0;left:0;background:#fd7e01;color:#fff;height:30px;line-height:30px;font-size:14px;padding:0 18px;z-index:1;}
.badge-icon .votes::after{content:"";display:block;border-top:solid 15px #fd7e01;border-bottom:solid 15px #fd7e01;border-left:solid 1px #fd7e01;border-right:solid 15px transparent;position:absolute;top:0;right:-15px;}

.badge-icon .member{position:absolute;top:0;right:0;width:30px;height:30px;background:url(/common/toushiru/images/v1/icons/lock.png) no-repeat center #ecad14;display:block;text-indent:150%;overflow:hidden;white-space:nowrap;z-index:1;}

li.list.badge-icon:hover .feature,
li.list.badge-icon:hover .movie,
li.list.badge-icon:hover .votes{margin:-2px;}
/* ------------------------------
トップページ、検索、特集の記事リスト（共通） 
------------------------------- */
/* 共通指定 */
.article-list ul{margin:0;padding:0;position:relative;}
.article-list ul::after{content:"";display:block;clear:both;}
.article-list ul li{margin:0 10px 10px 0;padding:0;list-style:none;background:#fff;display:inline-block;width:240px;height:320px;box-sizing:border-box;float:left;overflow:hidden;position:relative;}
.article-list ul li:nth-child(3n){margin-right:0;}
.article-list ul li:nth-child(3n+1){clear:left;}
/* 一覧系ページ */
.article-list.index ul li:hover{border:solid 2px #014099;}
.article-list.index ul li:hover .wrap,
.article-list.index ul li:hover .report-wrap{margin:-2px;}
.article-list.index ul li .wrap{position:relative;}
.article-list.index ul li .icon{height:160px;display:block;overflow:hidden;position:relative;}
.article-list.index ul li .icon img{width:100%;}
.article-list.index ul li .icon .warning{position:absolute;top:50px;right:0;left:0;background:#fff;color:#f00;font-weight:bold;text-align:center;padding:10px;}
.article-list.index ul li .icon.douga a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(/common/toushiru/images/v1/icons/play.svg) no-repeat center center / contain;
}
.article-list.index ul li .icon.douga .duration {
  position: absolute;
  right: 7px;
  bottom: 3px;
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.article-list.index ul li .icon:not(.douga) .duration {
  display: none;
}
.article-list.index ul li .title-part{padding:15px;height:160px;box-sizing:border-box;position:relative;}
.article-list.index ul li .title-part .cname,
.article-list.index ul li .title-part .subtitle{color:#999;line-height:1.4;font-size:13px;}
.article-list.index ul li .title-part .date{color:#999;font-size:13px;position:absolute;right:15px;bottom:15px;}
.article-list.index ul li .select .title-part .date{bottom:-20px;}
.article-list.index ul li .title-part .new{color:#bf0000;display:inline-block;margin-right:10px;font-family:"游ゴシック",YuGothic,KoburinaGo-W3-83pv-RKSJ-H,Helvetica,Arial,"Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Meiryo,sans-serif;font-style:italic;}
.article-list.index ul li .title-part .title{line-height:1.4;margin-bottom:5px;font-weight:bold;}
.article-list.index ul li .bottom-part{padding:50px 15px 15px;}
.article-list.index ul li .bottom-part::after{content:"";display:block;clear:both;}
.article-list.index ul li .author{float:left;width:80px;text-align:center;}
.article-list.index ul li .photo{width:60px;margin:0 auto 10px;}
.article-list.index ul li .photo span{width:60px;height:60px;border-radius:60px;display:block;background-position:center;background-size:60px auto;}
.article-list.index ul li .name{font-size:12px;}
.article-list.index ul li .keywords{text-align:right;float:right;width:130px;}
.article-list.index ul li .keywords span{display:inline-block;width:90%;text-align:center;}
.article-list.index ul li .keywords span a{font-size:11px;color:#014099;background:#ededed;border-radius:2px;display:block;padding:3px 5px;margin-bottom:10px;}
.article-list.index ul li .keywords span a:hover{color:#fff;background:#014099;text-decoration:none;}
.article-list.index ul li a{display:block;}
.article-list.index ul li a:hover{text-decoration:none;}
.article-list.index ul li a:hover .title,
.article-list.index ul li a:hover .name{text-decoration:underline;}

/* -- ページネーション -- */
.pagination{margin-top:16px;text-align:center;}
.pagination a{display: inline-block;width: 28px;height: 28px;line-height: 28px;box-sizing: border-box;color: #828282;text-decoration: none;font-size:16px;}
.pagination a:hover{color:#084397;text-decoration:none;border-bottom: 1px solid #084397;}
.pagination .current{text-decoration:none;width: 28px;height: 28px;border-radius: 3px;background-color: #f7f7f7;color: #084397;font-weight: bold;display: inline-block !important;line-height: 28px;box-sizing: border-box;}
.pagination span.prev,
.pagination span.next{position: relative;top: 9px}
@media screen and (-webkit-min-device-pixel-ratio: 0) {_::-webkit-full-page-media, _:future, :root .pagination span.prev,.pagination span.next {position: relative;top: -5px}}
.pagination .prev.nopage,
.pagination .next.nopage{padding:0 6px;}
.pagination .prev.nopage,
.pagination .next.nopage,
.pagination .prev a,
.pagination .next a{display:inline-block;position:relative;font-size:0;overflow: hidden;}
.pagination .prev a:hover,
.pagination .next a:hover{border-bottom:none;}
.pagination .prev a::before,
.pagination .prev.nopage::before{content:"";display:block;position:absolute;top:8px;left: 50%;width:10px;height:10px;border-top:solid 1px #000;border-left:solid 1px #000;transform:rotate(-45deg);}
.pagination .prev a:hover::before{border-color:#084397;}
.pagination .next a::after,
.pagination .next.nopage::before{content:"";display:block;position:absolute;top:8px;right: 50%;width:10px;height:10px;border-top:solid 1px #828282;border-right:solid 1px #828282;transform:rotate(45deg);}
.pagination .next a:hover::after{border-color:#084397;}
.pagination span{display: inline-block;width:28px;height: 28px;line-height: 28px;box-sizing: border-box;}

.pagination.index{background:#fff;padding:10px;}
.pagination.index span,
.pagination.index span a{width:auto;}
.pagination.index span{padding:0 10px;}
.pagination.index .next,
.pagination.index .prev,
.pagination.index .next a,
.pagination.index .prev a{width:28px;}/* --------------------------
サブカラム
---------------------------- */
/* ランキング */
#ranking{margin:35px 0 40px;}
#ranking .heading{font-size:20px;font-weight:bold;background:url(/common/toushiru/images/v1/icons/article/ranking-outline@3x.png) no-repeat left;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:30px;margin-bottom:10px;line-height:1.8;}
#ranking .tab{text-align:center;}
#ranking .tab span{display:inline-block;width:33.33%;font-size:14px;color:#000;font-weight:bold;border-bottom:solid 1px #999;padding-bottom:13px;cursor:pointer;box-sizing:border-box;}
#ranking .tab span:hover{color:#014099;}
#ranking .tab span.current{color:#014099;border-bottom:solid 4px #014099;padding-bottom:10px;}
#ranking .rank{padding:16px 0 0;}
#ranking .rank ul{margin:0;padding:0;}
#ranking .rank ul li{margin:0 0 16px;padding:0;list-style:none;display:table;}
#ranking .rank ul li .icon{display:table-cell;width:80px;height:53px;vertical-align:top;position:relative;}
#ranking .rank ul li .icon img{width:100%;vertical-align:bottom;}
#ranking .rank ul li .num{position:absolute;top:0;left:0;width:24px;height:24px;border-radius:24px;line-height:22px;text-align:center;color:#fff;background:#084397;border:solid 1px #fff;font-size:12px;box-sizing:border-box;}
#ranking .rank ul li .title{display:table-cell;width:160px;padding-left:10px;box-sizing:border-box;vertical-align:top;font-size:12px;font-weight:bold;}
#ranking #weekly-table,#ranking #monthly-table{display:none;}

/* 投票 */
.m-banner-vote { width:100%; box-sizing:border-box; background:#FFF; }
.m-banner-vote__heading { margin-bottom:16px; border-bottom:solid 1px #ededed;}
.m-banner-vote__heading img{width:240px;height:78px;vertical-align:bottom;}
.m-banner-vote__wrapper { padding:0 16px 16px; }
.m-banner-vote__link:hover { text-decoration:none; }
.m-banner-vote__label{text-align:center;position:relative;}
.m-banner-vote__label.u--banner-lable__open::before{content:"";display:block;width:28%;height:2px;background:#bf0000;position:absolute;top:50%;transform:translate(0,-50%);left:0;}
.m-banner-vote__label.u--banner-lable__open::after{content:"";display:block;width:28%;height:2px;background:#bf0000;position:absolute;top:50%;transform:translate(0,-50%);right:0;}
.m-banner-vote__image { margin-top:16px; }
.m-banner-vote__image img { width:100%; vertical-align:top; }
.m-banner-vote__title { margin-top:16px; font-size:14px; line-height:1.3; font-weight:bold; text-decoration:none; }
.m-btn-vote__link { width:100%; box-sizing:border-box; border:1px solid #014099; font-size: 16px; font-weight: bold; text-align:center; border-radius:4px; line-height:1.0; padding:15px 0; margin-top:16px; color:#014099; }
.u-btn-vote__open { border:none; background:#014099; color:#FFF; }
.c-label-status__text { text-align:center;color:#666;font-size:12px;display:block;margin-top:10px;}
.m-other-vote__link { text-align:right; margin:8px 0 40px; font-size:12px; }
.u--banner-lable__open .c-banner-vote__status {background:#fff;text-align:center;color:#bf0000;font-size:12px;font-weight:bold;padding:0 10px;display:inline-block;vertical-align:bottom;}

/* 新着記事 */
.article-latest.subcolumn{margin:35px 0 40px;}
.article-latest.subcolumn .heading{font-size:20px;font-weight:bold;background:url(/common/toushiru/images/v1/icons/article/list-outline@3x.png) no-repeat left;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:30px;margin-bottom:10px;line-height:1.8;}
.article-latest-list ul{margin:0;padding:0;}
.article-latest-list ul li{margin:0 0 16px;padding:0;list-style:none;display:table;}
.article-latest-list ul li .icon{display:table-cell;width:80px;height:53px;vertical-align:top;position:relative;}
.article-latest-list ul li .icon img{width:100%;vertical-align:bottom;}
.article-latest-list ul li .text{display:table-cell;width:160px;padding-left:10px;box-sizing:border-box;vertical-align:top;}
.article-latest-list ul li .title{display:block;font-size:12px;font-weight:bold;}
.article-latest-list ul li .date{display:block;font-size:12px;color:#686868;margin-top:4px;}


#sub-column .keywords .list span:nth-last-child(-n+2) a{margin-bottom:16px;}


/* メルマガ */
#mailmagazine{margin:35px 0 40px;}
#mailmagazine .heading{font-size:20px;font-weight:bold;background:url(/common/toushiru/images/v1/icons/article/mail-outline@3x.png) no-repeat left;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:30px;margin-bottom:10px;line-height:1.8;}
#mailmagazine p{margin:0;padding:0 20px 10px;font-size:14px;line-height:1.5;text-align:center;}
#mailmagazine p.notice{color:#686868;padding-bottom:0;font-size:12px;text-align:left;padding:0;}
#mailmagazine .btn{width:240px;margin:0 auto 5px;}
#mailmagazine .btn a{display:block;background:#fff;color:#014099;border:solid 1px #014099;border-radius:4px;padding:15px 0;text-align:center;font-size:16px;font-weight:bold;line-height:1.2;}
#mailmagazine .btn a:hover{background-color:#014099;color:#fff;text-decoration:none;}
#mailmagazine .regist{margin:16px 0;font-size:13px;text-align:right;position:relative;padding-right:10px;}
#mailmagazine .regist::after{content:"";display:block;width:8px;height:8px;position:absolute;top:3px;right:0;border-right:solid 1px #333;border-top:solid 1px #333;transform:rotate(45deg);-webkit-transform:rotate(45deg);}

/* SNS */
#sns{margin:35px 0 40px;}
#sns .heading{font-size:20px;font-weight:bold;background:url(/common/toushiru/images/v1/icons/article/group-8-3@3x.png) no-repeat left;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:30px;margin-bottom:10px;line-height:1.8;}
#sns p{margin:0;padding:0 0 10px;font-size:14px;line-height:1.5;text-align:center;}
#sns p.notice{color:#686868;padding-bottom:0;font-size:12px;text-align:left;}
#sns .facebook,#sns .twitter,#sns .x-twitter{width:240px;margin:10px auto;}
#sns .facebook a,#sns .twitter a,#sns .x-twitter a{display:block;border:solid 1px #014099;border-radius:4px;height:46px;line-height:46px;font-size:16px;font-weight:bold;color:#014099;position:relative;}
#sns .facebook a:hover::after,#sns .twitter a:hover::after,#sns .x-twitter a:hover::after{border-color:#fff;}
#sns .facebook a{background:url(/common/toushiru/images/v1/icons/Group_facebook@2x.png) no-repeat 52px center #fff;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:83px;}
#sns .twitter a{background:url(/common/toushiru/images/v1/icons/Group_twitter@2x.png) no-repeat 60px center #fff;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:91px;}
#sns .x-twitter a{background:url(/common/toushiru/images/v1/icons/x-logo-bg.png) no-repeat 40px center #fff;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:70px;}
#sns .facebook a:hover{background:url(/common/toushiru/images/v1/icons/Group_facebook@2x.png) no-repeat 52px center #014099;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:83px;color:#fff;text-decoration:none;}
#sns .twitter a:hover{background:url(/common/toushiru/images/v1/icons/Group_twitter@2x.png) no-repeat 60px center #014099;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:91px;color:#fff;text-decoration:none;}
#sns .x-twitter a:hover{background:url(/common/toushiru/images/v1/icons/x-logo-bg.png) no-repeat 40px center #014099;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:70px;color:#fff;text-decoration:none;}

/* more */
#sub-column .more a{display:block;padding:0 10px 0 0;text-align:right;font-size:12px;position:relative;}
#sub-column .more a::after{content:"";display:block;position:absolute;right:0;top:5px;width:6px;height:6px;border-top:solid 1px #333;border-right:solid 1px #333;transform: rotate(45deg);-webkit-transform: rotate(45deg);}

/* 記事サブカラムのお知らせ */
.subcolumn-information{padding:10px;background:#fff;margin-bottom:25px;}
.subcolumn-information p{margin:0;padding:0;line-height:1.4;font-size:14px;}
.subcolumn-information a{color:#014099;}

/* バッヂバナー */
.sub-badge-banner__list{margin-bottom:16px;}
.sub-badge-banner__list .badge-banner__image{width:240px;height:120px;}
.sub-badge-banner__word{display:block;text-align:right;margin-top:5px;font-size:12px;}

/* キーワード */
.keywords{margin:35px 0 40px;}
.keywords .heading{font-size:20px;font-weight:bold;background:url(/common/toushiru/images/v1/icons/article/pin@3x.png) no-repeat left;background-size:24px 24px;-webkit-background-size:24px 24px;padding-left:30px;margin-bottom:10px;line-height:1.8;}
.keywords .list span{display:inline-block;text-align:center;}
.keywords .list a{font-size:14px;color:#014099;background:#fff;border-radius:20px;display:block;padding:2px 20px;line-height:1.8;margin-bottom:8px;}
.keywords .list a:hover{color:#fff;background:#014099;text-decoration:none;}/* --------------------------
記事下
----------------------------- */

.article-information{margin-top:20px;padding:20px;background:#fff;}
.article-information p{margin:0;padding:0;line-height:1.4;font-size:14px;}
.article-information a{color:#014099;text-decoration:underline;}

.article-end .heading{color:#333;font-weight:bold;font-size:20px;text-align:left;border-bottom:solid 1px #c4c4c4;margin-bottom:20px;position:relative;line-height:1;padding:10px 20px 16px 30px;background-repeat:no-repeat;background-position:left 8px;background-size:24px 24px;-webkit-background-size:24px 24px;}

.backnumber-articles .heading,
.recommend-articles .heading,
.related-words-article__block .heading{background-image:url(/common/toushiru/images/v1/icons/article/list-outline@3x.png);}
.article-end-ranking .heading{background-image:url(/common/toushiru/images/v1/icons/article/ranking-outline@3x.png);}

.backnumber-articles{margin:0 20px 0;}
.backnumber-articles.\--related{margin:0 20px 25px;}
.recommend-articles{margin:0;}
.article-end-ranking{margin-bottom:30px;}


/* 記事下のリスト */
.article-list-articles ul{margin:0;padding:0;}
.article-list-articles ul li{margin-bottom:16px;list-style:none;}
.article-list-articles ul li:last-child{margin-bottom:0;}
.article-list-articles ul li::after{content:"";display:block;clear:both;}
.article-list-articles ul li .icon{width:178px;height:118px;display:block;overflow:hidden;float:left;}
.article-list-articles ul li .icon img{width:178px;height:119px;}
.article-list-articles ul li .text{float:right;width:537px;display:block;box-sizing:border-box;position:relative;}
.article-list-articles ul li .title{display:block;font-size:16px;line-height:1.4;margin:5px 0;font-weight:bold;}
.article-list-articles ul li .author{font-size:14px;color:#686868;}
.article-list-articles ul li .date{font-size:14px;color:#686868;}
.article-list-articles ul li .date .new{color:#bf0000;}
.article-end .more{text-align:right;margin-top:16px;}
.article-end .more a{font-size:14px;position:relative;padding-right:12px;display:block;}
.article-end .more a::after{content:"";display:block;position:absolute;right:0;top:4px;width:8px;height:8px;border-top:solid 1px #333;border-right:solid 1px #333;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.article-end .article-list-articles ul+div.more a{display: inline-block;margin-bottom: 30px;}

/* --------------------------
記事下共通ブロック
----------------------------- */
#main-column.index #article-end-block{padding:20px 10px;}
#article-end-block{background:#fff;padding:20px;margin-top:20px;}

.article-end-ranking .tab{text-align:center;}
.article-end-ranking .tab span{display:inline-block;width:33.33%;font-size:16px;color:#c4c4c4;font-weight:bold;border-bottom:solid 1px #999;padding-bottom:13px;cursor:pointer;box-sizing:border-box;}
.article-end-ranking .tab span:hover{color:#014099;}
.article-end-ranking .tab span.current{color:#014099;border-bottom:solid 4px #014099;padding-bottom:10px;}
.article-end-ranking .rank{padding:16px 0 0;}
.article-end-ranking .rank::after{content:"";display:block;clear:both;}
.article-end-ranking .rank ul{margin:0;padding:0;list-style:none;}
.article-end-ranking .rank ul.upper{float:left;width:48%;}
.article-end-ranking .rank ul.lower{float:right;width:48%;}
.article-end-ranking .rank ul li::after{content:"";display:block;clear:both;}
.article-end-ranking .rank ul li{display:block;margin-bottom:10px;}
.article-end-ranking .rank ul li:last-child{margin-bottom:0;}
.article-end-ranking .rank ul li .icon{width:173px;height:115px;display:block;overflow:hidden;float:left;position:relative;}
.article-end-ranking .rank ul li .num{position:absolute;top:11px;left:11px;background:#fff;border:solid 1px #084397;font-size:14px;color:#084397;font-weight:bold;width:24px;height:24px;border-radius:24px;line-height:24px;text-align:center;}
.article-end-ranking .rank ul.upper li:nth-child(1) .num,
.article-end-ranking .rank ul.upper li:nth-child(2) .num,
.article-end-ranking .rank ul.upper li:nth-child(3) .num{background:#084397;color:#fff;border:solid 1px #fff;}
.article-end-ranking .rank ul li .icon img{width:173px;height:115px;}
.article-end-ranking .rank ul li .text{width:164px;float:right;position:relative;min-height:80px;}
.article-end-ranking .rank ul li .title{font-size:14px;font-weight:bold;line-height:1.6;display:block;margin-bottom:4px;}
.article-end-ranking .rank ul li .author{color:#686868;display:block;font-size:12px;}

.article-end-ranking #weekly-table,.article-end-ranking #monthly-table{display:none;}

/* トウシルおすすめ記事 */
.recommend-articles{margin-bottom:30px;}
.recommend-articles .article-block-articles ul{margin:0;padding:0;}
.recommend-articles .article-block-articles ul::after{content:"";display:block;clear:both;}
.recommend-articles .article-block-articles ul li{list-style:none;margin-bottom:12px;}
.recommend-articles .article-block-articles ul li:nth-child(odd){float:left;width:50%;clear:both;}
.recommend-articles .article-block-articles ul li:nth-child(even){float:right;width:50%;}
.recommend-articles .article-block-articles ul li:nth-last-child(-n+2){margin-bottom:0;}
.recommend-articles .article-block-articles ul li .icon{float:left;width:80px;height:53px;margin-right:10px;display:block;}
.recommend-articles .article-block-articles ul li .icon img{width:80px;height:53px;}
.recommend-articles .article-block-articles ul li .text{width:258px;float:left;}
.recommend-articles .article-block-articles ul li .text .title{color:#333;display:block;font-size:12px;font-weight:bold;line-height:1.5;}
.recommend-articles .article-block-articles ul li .text .author{color:#686868;display:block;font-size:12px;line-height:1;margin-top:4px;}/* --------------------------
記事ページの設定
----------------------------- */

/* タイトル部分 */
.signage{background:#fff;padding:33px 20px 30px;margin-bottom:10px;line-height:1.6;}
.signage h1{font-size:24px;margin:0;line-height:1.5;}
.signage .date{font-size:14px;color:#666;line-height:1;display:inline-block;vertical-align:bottom;padding:10px 0;}
.signage .date .new{font-weight:bold;color:#bf0000;}
.signage .author{display:inline-block;margin-left:10px;max-width:360px;line-height:1;vertical-align:bottom;}
.signage .author a{color:#014099;font-size:14px;display:block;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;box-sizing:border-box;padding:10px 0;}

.signage .heading{margin-top:16px;}
.signage .heading::after{content:"";display:block;clear:both;}
.signage .heading .image{float:left;width:550px;height:365px;display:block;overflow:hidden;position:relative;}
.signage .heading .image img{width:550px;height:auto;}
.signage .heading .member{position:absolute;bottom:0;left:0;right:0;background:#ecad14;display:block;color:#fff;font-size:16px;padding:10px;text-align:center;}
.signage .heading .member span{background:url(/common/toushiru/images/v1/icons/lock.png) no-repeat left 0;display:inline-block;padding:3px 0 0 25px;}
.signage .heading .video-wrap {
  position: relative;
  float:left;
  width: 550px;
}
.signage .heading .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.signage .heading .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.signage .heading .video-wrap .member{position: relative;}
.signage .heading .detail{float:right;width:158px;height:365px;box-sizing:border-box;position:relative;}
.signage .heading .video-wrap + .detail {
  height:310px;
}
.signage .heading .video-wrap:has(.member) + .detail {
  height:358px;
}
.signage .heading .detail .keywords{margin:0;}
.signage .heading .detail .keywords .list{padding:0;}
.signage .heading .detail .keywords .list span{display:block;}
.signage .heading .detail .keywords .list span a{font-size:14px;border-radius:20px;line-height:1.6;background:#ededed;padding:4px 0;color: #014099;display:block;margin-bottom: 8px;text-align:center;}
.signage .heading .detail .keywords .list span a:hover{color:#fff;background:#014099;}
.signage .heading .detail .sns-btns.article{position:absolute;bottom:0;}
.signage .heading .detail .sns-btns.article span.mail{margin-right:0;}
.signage .heading .detail .sns-btns.article span.printer{margin:16px 0 0;}
.signage .heading .detail .sns-btns.article span.printer a{width:158px;padding-left:40px;background-position:63%;}
.signage .summary{margin:16px 0 0;}
.signage .summary::after{content:"";display:block;clear:both;}
.signage .summary-text{margin-bottom:10px;font-weight:bold;}

.signage.lower::after{content:"";display:block;clear:both;}
.signage.lower .sns-btns.article span.fb a,
.signage.lower .sns-btns.article span.tw a,
.signage.lower .sns-btns.article span.x-tw a,
.signage.lower .sns-btns.article span.mail a{width:36px;height:36px;}
.signage.lower .sns-btns.article span.fb a{background-size:9px;}
.signage.lower .sns-btns.article span.tw a,
.signage.lower .sns-btns.article span.x-tw a{background-size:18px;}
.signage.lower .sns-btns.article span.mail a{background-size:15px;}
.signage.lower .sns-btns.article span.printer a{width:94px;height:36px;line-height:34px;background-size:21px 21px;-webkit-background-size:21px 21px;}

.signage-bottom-block::after{content:"";display:block;clear:both;}
.signage-bottom-block{margin-top:10px;}
.signage-bottom-block .author{vertical-align:top;}
.signage-bottom-block .author a{padding-top:0;}
.signage-bottom-block .date{vertical-align:top;padding-top:0;}
.signage-bottom-block .sns-btns.article{margin-top:15px;}

/* SNSボタンとページ送り（上下共通） */
.sns-btns.article{float:right;}
.sns-btns.article:not(.bottom){padding-top: 16px;}
.sns-btns.article span{display:inline-block;text-align:center;margin-right:5px;vertical-align:middle;}
.sns-btns.article span:last-child{margin-right:0;}
.sns-btns.article span a.fb,
.sns-btns.article span a.tw,
.sns-btns.article span a.x-tw,
.sns-btns.article span a.mail{display:block;width:45px;height:45px;border-radius:45px;text-indent:150%;overflow:hidden;white-space:nowrap;}
.sns-btns.article span a.fb{background-color:#3b5998;background-repeat:no-repeat;background-position:center;}
.sns-btns.article span a.fb.lazyloaded{background-image:url(/common/toushiru/images/v1/icons/facebook-icon.png);}
.sns-btns.article span a.x-tw{background-color:#000;background-repeat:no-repeat;background-position:center;background-size:50%;}
.sns-btns.article span a.x-tw.lazyloaded{background-image:url(/common/toushiru/images/v1/icons/x-logo-white.png);}
.sns-btns.article span a.mail{background-color:#db4437;background-repeat:no-repeat;background-position:center;}
.sns-btns.article span a.mail.lazyloaded{background-image:url(/common/toushiru/images/v1/icons/mail-icon.png);}
.sns-btns.article span.printer{margin-left:20px;display:inline-block;}
.sns-btns.article span.printer a{background:url() 80%  no-repeat;background-size:24px 24px;-webkit-background-size:24px 24px;box-sizing:border-box;text-decoration:none;font-size:13px;border:solid 1px #014099;color:#014099;width:103px;height:45px;border-radius:6px;display:block;line-height:45px;font-size:16px;text-align:left;padding-left:16px;}
.sns-btns.article span.printer a.lazyloaded{background-image:url(/common/toushiru/images/v1/icons/article/print-filled@3x.png);}
.backnumber{padding:20px 0 0;text-align:center;font-size:14px;position:relative;border-top:solid 1px #ededed;}
.backnumber .prev{position:absolute;top:20px;left:0;}
.backnumber .next{position:absolute;top:20px;right:0;}
.backnumber .prev a{display:block;position:relative;padding-left:15px;}
.backnumber .prev a::after{content:"";display:block;position:absolute;left:0;top:7px;width:8px;height:8px;border-bottom:solid 1px #333;border-left:solid 1px #333;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.backnumber .next a{display:block;position:relative;padding-right:15px;}
.backnumber .next a::after{content:"";display:block;position:absolute;right:0;top:7px;width:8px;height:8px;border-top:solid 1px #333;border-right:solid 1px #333;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
article .backnumber{padding:20px;}
article .backnumber .prev{padding-left:20px;}
article .backnumber .next{padding-right:20px;}
article .backnumber .prev a::after,
article .backnumber .next a::after{top:3px;}

.article-sns-bottom{margin:20px;}
.article-sns-bottom::after{content:"";display:block;clear:both;}
.sns-btns.article.bottom{float:left;}
.article-sns-bottom .feedback-btn{float:right;}
.article-sns-bottom .feedback-btn span{width:248px;height:45px;display:block;font-weight:bold;background-color:#084396;background-image:url(/common/toushiru/images/v1/icons/feedback-icon.png);background-repeat:no-repeat;background-position:20px 10px;background-size:24px 24px;color:#fff;font-size:16px;line-height:45px;border-radius:6px;padding-left:60px;box-sizing:border-box;cursor:pointer;}
.article-sns-bottom .feedback-btn.lazyloaded span{background-image:url(/common/toushiru/images/v1/icons/feedback-icon.png);}
.article-sns-bottom .feedback-btn .span:hover{text-decoration:none;}

/* ログインパーツ */
.login-parts{background:#ededed;padding:40px 20px;margin-bottom:20px;}
.login-parts::after{content:"";display:block;clear:both;}
.login-parts h3{text-align:center;color:#333;font-size:22px;padding:0;margin:0;border-style:none;font-weight:bold;}
.login-parts p{text-align:center;}
.login-parts .btns::after{content:"";display:block;clear:both;}
.login-parts .btns a{display:block;border-radius:4px;color:#fff;background:#ecad14;text-align:center;text-decoration:none;font-size:16px;font-weight:bold;line-height:1.4;padding:10px 0;}
.login-parts .btns span{display:block;position:relative;font-size:20px;}
.login-parts .btns span::after{content:"";display:block;position:absolute;width:10px;height:10px;border-top:solid 1px #fff;border-right:solid 1px #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.login-parts .btns .member span::after{top:8px;right:70px;}
.login-parts .btns .not-member span::after{top:8px;right:60px;}
.login-parts .btns .member{width:400px;height:65px;float:left;}
.login-parts .btns .not-member{width:260px;height:65px;float:right;}
.login-parts p.notes{font-size:12px;text-align:left;width:260px;float:right;margin-top:20px;position:relative;padding-left:20px;box-sizing:border-box;}
.login-parts p.notes::before{content:"※";display:inline-block;margin-right:10px;position:absolute;top:0;left:0;}

/* 記事の下にudocから任意で入れるバナー群 */
.article-end-banner{clear:both;}
.article-end-banner.typeimg{text-align:center;margin:40px auto;}

.article-end-banner.typeb{background:#e4ecf6;padding:16px;box-sizing:border-box;margin:40px 20px 30px;position:relative;}
.article-end-banner.typeb.upper{margin-bottom:0;}
.article-end-banner.typeb .badge{display:inline-block;width:120px;background: -webkit-linear-gradient(top left, #384396 0%, #384396 50%, #1856ac 51%, #1856ac 100%);
background: linear-gradient(to bottom right, #384396 0%, #384396 50%, #1856ac 51%, #1856ac 100%);color:#fff;padding:15px 18px;box-sizing:border-box;font-size:13px;line-height:19px;border-radius:4px;position:absolute;top:16px;left:16px;}
.article-end-banner.typeb .badge::after{content:"";display:block;position:absolute;top:100%;right:20%;width: 0;height: 0;border-style: solid;border-width: 0 10px 15px 0;border-color: transparent #1856ac transparent transparent;}

.article-end-banner.typeb .textarea{display:inline-block;width:550px;position:relative;margin:0 0 0 136px;}
.article-end-banner.typeb .summary{font-size:14px;color:#333;line-height:19px;}
.article-end-banner.typeb .title{color:#003e9a;font-weight:bold;margin-bottom:8px;}
.article-end-banner.typeb .btn{text-align:center;}
.article-end-banner.typeb .btn a{display:inline-block;box-sizing:border-box;line-height:1.6;border:solid 1px #014099;border-radius:4px;background:#fff;color:#014099;font-size:16px;font-weight:bold;padding:15px 54px;text-decoration:none;}

.article-end-banner.typec{background:#e4ecf6;padding:16px;box-sizing:border-box;margin:40px 20px 30px;position:relative;}
.article-end-banner.typec.upper{margin-bottom:0;}
.article-end-banner.typec .title{display:inline-block;background:#003e9a;color:#fff;padding:5px 15px;font-size:16px;font-weight:bold;margin-bottom:16px;position:relative;}
.article-end-banner.typec .title::after{content:"";display:block;position:absolute;top:100%;right:20%;width: 0;height: 0;border-style: solid;border-width: 0 10px 15px 0;border-color: transparent #084396 transparent transparent;transform: scale(-1,1);}
.article-end-banner.typec .summary{font-size:14px;color:#333;line-height:19px;}
.article-end-banner.typec .btn{text-align:center;}
.article-end-banner.typec .btn a{display:inline-block;box-sizing:border-box;line-height:1.6;border:solid 1px #014099;border-radius:4px;background:#fff;color:#014099;font-size:16px;font-weight:bold;padding:15px 54px;text-decoration:none;}

.typebtn.bottom{background:#e4ecf6;padding:0 16px 16px;box-sizing:border-box;margin:0 20px 30px;position:relative;}
.typebtn.bottom .btn{text-align:center;}
.typebtn.bottom .btn a{position:relative;display:inline-block;box-sizing:border-box;line-height:1.6;border-radius:4px;background:#e66300;color:#fff;font-size:16px;font-weight:bold;padding:10px 50px 12px 40px;text-decoration:none;box-shadow:0 4px 0 #a04601;}
.typebtn.bottom .btn a::after{content:"";display:block;position:absolute;top:20px;right:20px;border-top:solid 2px #fff;border-right:solid 2px #fff;width:7px;height:7px;transform:rotate(45deg);}

.article-end-banner.typed{border:solid 5px #ecad14;padding:16px 16px 6px;box-sizing:border-box;margin:40px 20px 30px;position:relative;}
.article-end-banner.typed.upper{border-top:solid 5px #ecad14;border-right:solid 5px #ecad14;border-left:solid 5px #ecad14;border-bottom:none;margin-bottom:0;}
.article-end-banner.typed .title{font-weight:bold;color:#333;margin-bottom:10px;line-height:1.6;}
.article-end-banner.typed .title::after{content:"";display:block;clear:both;}
.article-end-banner.typed .badge{display:inline-block;background:#ecad14;color:#fff;border-radius:20px;text-align:center;padding:5px 20px;line-height:1;margin-right:16px;float:left;}
.article-end-banner.typed ul.link-area::after{content:"";display:block;clear:both;}
.article-end-banner.typed ul.link-area{padding:0;margin:10px 0 0;}
.article-end-banner.typed ul.link-area li{list-style:none;position:relative;width:50%;box-sizing:border-box;margin-bottom:10px;padding-left:15px;}
.article-end-banner.typed ul.link-area li a{text-decoration:none;color:#014099;}
.article-end-banner.typed ul.link-area li:nth-child(odd){float:left;clear:both;}
.article-end-banner.typed ul.link-area li:nth-child(even){float:right;}
.article-end-banner.typed ul.link-area li::before{content:"・";display:block;color:#014099;position:absolute;top:0;left:0;}

.typelink.bottom{border-bottom:solid 5px #ecad14;border-right:solid 5px #ecad14;border-left:solid 5px #ecad14;border-top:none;padding:0 16px 16px;margin:0 20px 30px;}
.typelink.bottom ul.link-area::after{content:"";display:block;clear:both;}
.typelink.bottom ul.link-area{padding:0;margin:0;}
.typelink.bottom ul.link-area li{list-style:none;position:relative;width:50%;box-sizing:border-box;margin-bottom:10px;padding-left:15px;}
.typelink.bottom ul.link-area li a{text-decoration:none;color:#014099;}
.typelink.bottom ul.link-area li:nth-child(odd){float:left;clear:both;}
.typelink.bottom ul.link-area li:nth-child(even){float:right;}
.typelink.bottom ul.link-area li::before{content:"・";display:block;color:#014099;position:absolute;top:0;left:0;}

.article-end-banner.typeb.upper + p,
.article-end-banner.typec.upper + p,
.article-end-banner.typed.upper + p{margin:0;padding:0;font-size:0;line-height:0;}

/* 記事の下のテーマ用バナー */
.article-theme-banner{width:724px;margin:25px auto;}
.article-theme-banner__image{width:100%;}

/* 記事下SNS */
.article-body .share{text-align:right;clear:both;}
.article-body .share p{font-size:14px;margin:0 65px 0 0;}

/* 記事下キーワード */
.article-keywords p{font-size:14px;margin:0;}
.article-keywords .list{padding:0 0 10px;}
.article-keywords .list span{display:inline-block;}
.article-keywords .list a{font-size:14px;color:#084397;text-decoration:none;background:#ededed;border-radius:20px;display:block;line-height:1.6;margin:0 6px 10px 0;padding:4px 20px;}
.article-keywords .list a:hover{color:#fff;background:#014099;}

/* 記事下著者プロフィールとカテゴリ情報 */
.article-body .author-info{background:#ededed;padding:10px;width:100%;max-width:inherit;box-sizing:border-box;margin-bottom:0;display:table;}
.article-body .author-info::after{content:"";display:block;clear:both;}
.article-body .author-info div{width:100%;max-width:inherit;box-sizing:border-box;}
.article-body .author-info a{color:#000;text-decoration:none;display:block;}
.article-body .author-info a:hover{text-decoration:none;}
.article-body .author-info .category{float:left;width:100%;display:table;}
.article-body .author-info .category .icon{width:116px;min-width:116px;display:table-cell;vertical-align:middle;}
.article-body .author-info .category .icon img{width:100%;vertical-align:bottom;}
.article-body .author-info .category .text{display:table-cell;width:100%;padding-left:10px;box-sizing:border-box;vertical-align:middle;text-align:left;}
.article-body .author-info .category .text span{display:block;}
.article-body .author-info .category .text .title{font-size:16px;font-weight:bold;line-height:1.4;}
.article-body .author-info .category .text .summary{font-size:12px;line-height:1.4;}
.article-body .author-info .profile::after{content:"";display:block;clear:both;}
.article-body .author-info .profile{float:right;width:207px;background:#fff;border-radius:4px;display:table;}
.article-body .author-info .profile a{display:block;}
.article-body .author-info .profile .icon{width:77px;height:77px;display:table-cell;vertical-align:middle;}
.article-body .author-info .profile .icon img{width:100%;vertical-align:bottom;}
.article-body .author-info .profile .text{display:table-cell;vertical-align:middle;padding:0 10px;}
.article-body .author-info .profile .text span{display:block;}
.article-body .author-info .profile .text .name{color:#333;font-size:14px;font-weight:bold;}
.article-body .author-info .profile .text .arrow{color:#333;font-size:12px;position:relative;padding-right:10px;}
.article-body .author-info .profile .text .arrow::after{content:"";position:absolute;top:7px;right:0;display:block;width:6px;height:6px;border-top:solid 1px #333;border-right:solid 1px #333;transform:rotate(45deg);}
.article-author-info {
  padding: 24px 20px;
  margin: 20px;
  background: #EDEDED;
}
.article-author-info__headline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article-author-info-profile__inner {
  display: flex;
  gap: 12px;
}
.article-author-info-profile__img {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.article-author-info-profile__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.article-author-info-profile__name {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
}
.article-author-info-profile__ruby {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.article-author-info-profile__shoulder {
  font-size: 13px;
  margin-top: 6px;
}
.article-author-info-profile__shoulder > span {
  margin-left: 4px;
}
.article-author-info-profile__profile {
  line-height: 1.4;
  margin-top: 6px;
}
.article-author-info-profile__profile > p{
  margin: 0;
  line-height: 1.5;
}
.article-author-info-profile__link {
  color: #014099;
  display: block;
  margin-top: 8px;
}
.m-article-index {
  background: #EDEDED;
  padding: 20px;
  margin-top: 20px;
}
.m-article-index-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.m-article-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-article-index-item {
  padding-left: 32px;
  position: relative;
}
.m-article-index-item:not(:last-child) {
  margin-bottom: 17px;
}
.m-article-index-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #014099;
  border-left: solid 1px #014099;
  transform: rotate(-135deg);
}
.m-article-index-link {
  font-weight: 700;
  color: #014099;
}

/* ページネーション */
.article-end-pagination{margin:20px;padding:0 0 20px;border-bottom:solid 1px #7a7a7a;}
.article-end-nextpage{display: table;margin-bottom:16px;padding: 20px 0 15px;width:100%;text-align:center;background-color: #dcf3ff;}
.article-end-nextpage p{display: table-cell;width:190px;color:#084397;font-size:18px;font-weight: bold;line-height:1.6;margin:0;padding-right: 30px;text-align: right;box-sizing: border-box;vertical-align: top;}
.article-end-nextpage p::after {content: "";display: inline-block;position: relative;top: 0;left: 0;width: 10px;height: 10px;border-top: solid 2px #084396;border-right: solid 2px #084396;transform: rotate(45deg);}
.article-end-nextpage a{display:inline-block;text-align:left;font-size:18px;line-height:1.6;color:#084397;font-weight:bold;position:relative;}
.article-end-nextpage .next-link{display: table-cell;text-align: left;padding-right: 50px;}

/* フィードバック */
#feedback{display:none;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:997;}
#feedback .inner-block-outer{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);}
#feedback .close{border:solid 1px #fff;color:#fff;display:block;line-height:1;padding:10px 0;font-size:18px;border-radius:4px;width:140px;text-align:center;cursor:pointer;float:right;margin-bottom:1em;}
#feedback .inner-block{box-sizing:border-box;width:670px;background:#fff;padding:30px;clear:right;}
#feedback .heading{text-align:center;font-size:18px;font-weight:bold;color:#bf0000;}
#feedback .heading span{display:block;font-size:14px;font-weight:normal;margin-top:20px;color:#333;}
#feedback .block{margin:0 30px 30px;}
#feedback h5{font-size:18px;font-weight:normal;color:#999;border-bottom:solid 1px #999;line-height:1.4;}
#feedback h5 span{font-size:15px;display:inline-block;padding-left:10px;}
#feedback textarea{width:100%;box-sizing:border-box;-webkit-appearance:none;}
#feedback input.check{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border-style:none;border-radius:4px;background-color:#014099;color:#fff;font-size:18px;font-weight:bold;text-align:center;width:80%;padding:8px 0;cursor:pointer;display:block;margin:auto;}
#feedback button:hover{background:#bf0000;}
#feedback .block label{display:block;font-size:14px;margin-bottom:10px;cursor:pointer;}
#feedback .block label span{position:relative;display:inline-block;padding-left:30px;line-height:20px;}
#feedback .block label span:before{content:"";display:block;position:absolute;top:0;left:0;width:20px;height:20px;box-sizing:border-box;background:#fff;border:solid 1px #a8a8a8;border-radius:4px;}
#feedback .block input[type="checkbox"],#feedback .block input[type="radio"]{display:none;}
#feedback .block input[type="checkbox"]:checked + span::before,
#feedback .block input[type="radio"]:checked + span::before{background:#c1c1c1;}
#feedback .block input[type="checkbox"]:checked + span::after,
#feedback .block input[type="radio"]:checked + span::after{content:"";display:block;position:absolute;top:3px;left:4px;width:10px;height:7px;box-sizing;border-bottom:solid 2px #fff;border-left:solid 2px #fff;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);box-shadow:-1px 1px 1px #666;}

#feedback .disclaimer{font-size:12px;color:#999;margin-bottom:20px;}

/* フィードバック確認画面 */
#feedback-check{display:none;}
#feedback-check .detail{background:#fff;width:670px;z-index:999;box-sizing:border-box;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);padding:30px;}
#feedback-check .detail .heading{text-align:center;font-size:18px;font-weight:bold;color:#bf0000;margin-bottom:10px;}
#feedback-check .detail p{font-size:14px;text-align:center;}
#feedback-check .detail dl{margin:45px 0;}
#feedback-check .detail dt{font-size:18px;color:#999;border-bottom:solid 1px #999;padding:0 0 5px;margin-bottom:10px;}
#feedback-check .detail dd{font-size:18px;line-height:1.6;margin:0 0 40px 20px;}
#feedback-check .detail button{appearance:none;-webkit-appearance:none;border-style:none;background:transparent;font-family:"Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;cursor:pointer;}
#feedback-check .detail button.reset{background:#fff;color:#014099;border-radius:4px;border:solid 1px #014099;font-size:18px;text-align:center;padding:10px 0;line-height:1;width:285px;}
#feedback-check .detail button.submit{background:#014099;color:#fff;border-radius:4px;border:solid 1px #014099;font-size:18px;text-align:center;padding:10px 0;line-height:1;width:285px;}
#feedback-check .overlay{background:#000;opacity:0.4;position:fixed;top:0;bottom:0;right:0;left:0;z-index:998;}
/* 記事本文 */
article{background:#fff;}
article.transparent{background:transparent;}
.article-body{padding:20px;line-height:1.8;overflow-wrap:break-word;word-break:normal;}
.article-body.\--lead{padding:20px 20px 0;}
.article-body.with-bg{background:#fff;margin-bottom:10px;}
.article-body::after{content:"";display:block;clear:both;}
.article-body div{max-width:724px;}
.article-body p{font-size:16px;line-height:25px;margin-bottom:34px;}
.article-body p.caption{text-align:center;font-size:14px;margin-bottom:25px;}
.article-body a{color:#014099;text-decoration:underline;}
.article-body a:hover{text-decoration:none;}
.article-body img{max-width:660px;}
.article-body .figure-right{float:right;margin:0 0 25px 25px;}
.article-body .figure-left{float:left;margin:0 25px 25px 0;}
.article-body .figure-center{margin:25px auto;text-align:center;}
.article-body .image-area img{width:100%;vertical-align:bottom;}
.article-body .image-area .caption{font-size:12px;background:#ededed;padding:5px;text-align:left;}

/* 記事テンプレート用CSS */
.article-body h2{color:#014099;font-size:24px;border-bottom:solid 1px #c4c4c4;margin:16px 0;padding-bottom:12px;}
.article-body h3{color:#014099;font-size:18px;border-left:solid 5px #014099;padding-left:8px;line-height:1.2;}
.article-body h4{line-height:1.2;}
.article-body p.kakugen{font-size:48px;line-height:1.5;color:#0000cd;font-weight:bold;}
.article-body ol:not(.m-article-index-list){margin:25px 0;padding:0 20px;clear:both;}
.article-body ol:not(.m-article-index-list) li{padding-left:15px;}
.article-body ul{margin:25px 0;padding:0 20px;clear:both;}
.article-body ul li{padding-left:15px;}
.article-body table{margin:25px auto;border-collapse:collapse;width:100% !important;}
.article-body table thead th{background:#328ac7;color:#fff;padding:5px;font-weight:normal;font-size:15px;border:solid 1px #c3c3c3;}
.article-body table tbody th{background:#e5ebfb;padding:5px;font-weight:normal;font-size:15px;border:solid 1px #c3c3c3;}
.article-body table tbody td{padding:5px;font-weight:normal;font-size:15px;border:solid 1px #c3c3c3;}

/* youtubeと動画 */
.article-body .movie,
.article-body .video,
.article-body .youtube{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:15px;}
.article-body .movie iframe,
.article-body .video iframe,
.article-body .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/* brightcove */
.article-body div.video-js{max-width:initial;}

/* ディスクレーマー */
.article-disclaimer{color:#7a7a7a;padding:0 25px 25px;}
.article-disclaimer p{font-size:14px;line-height:1.6;letter-spacing:1px;margin:0;}
.article-disclaimer p a{color:#7a7a7a;text-decoration:none;}
.article-disclaimer p a:hover{text-decoration:underline;}
.disclaimer-text{color:#fff;margin:0 auto;padding:40px 0;}
.disclaimer-text p{font-size:14px;line-height:1.8;letter-spacing:1px;margin:0;padding:0;}
.disclaimer-text .link{margin-top:30px;}
.disclaimer-text .link a{display:block;text-align:left;font-size:14px;color:#fff;text-decoration:underline;}

.article-body .disclaimer-text{box-sizing:border-box;width:auto;padding:20px 15px;}
.article-body .disclaimer-text .link::after{top:7px;}/* 臨時レポート */
.report-list{background:#fff;margin-bottom:40px;padding:40px 20px;}
.report-list .heading{text-align:center;font-size:22px;font-weight:bold;margin-bottom:40px;}
.report-list .heading span{display:inline-block;background:url(/common/toushiru/images/v1/icons/report@2x.png) no-repeat left center;background-size:32px 32px;-webkit-background-size:32px 32px;-moz-background-size:32px 32px;padding:8px 0 8px 40px;}

.report-list .list-latest{width:520px;margin:0 auto 40px;}
.report-list .list-latest ul{margin:0;padding:0;}
.report-list .list-latest ul::after{content:"";display:block;clear:both;}
.report-list .list-latest ul li{list-style:none;margin:0;padding:0;width:240px;float:left;}
.report-list .list-latest ul li:first-child{margin-right:40px;}
.report-list .list-latest ul li .icon img{width:100%;}
.report-list .list-latest ul li h2.title{font-size:18px;font-weight:normal;line-height:1.4;}
.report-list .keywords .list {padding:0;}
.report-list .keywords .list a{padding:3px 10px;}
.report-list .list-latest ul li .securities{color:#999;font-size:14px;}
.report-list .list-latest ul li .date{color:#999;font-size:14px;text-align:right;}
.report-list .list-latest ul li .new{color:#bf0000;display:inline-block;margin-right:10px;font-family:"游ゴシック",YuGothic,KoburinaGo-W3-83pv-RKSJ-H,Helvetica,Arial,"Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Meiryo,sans-serif;font-style:italic;}
.report-list .list-latest ul li .btn{margin-top:20px;}
.report-list .list-latest ul li .btn::after{content:"";display:block;clear:both;}
.report-list .list-latest ul li .btn span:first-child{float:left;}
.report-list .list-latest ul li .btn span:last-child{float:right;}
.report-list .list-latest ul li .btn span a{display:inline-block;text-align:center;border:solid 1px #999;border-radius:2px;color:#014099;font-size:14px;padding:10px 0;width:115px;box-sizing:border-box;}
.report-list .list-latest ul li .btn span.pdf{background:url(/common/toushiru/images/v1/icons/pdfBlue@2x.png) no-repeat 10px center;background-size:20px 27px;-webkit-background-size:20px 27px;-moz-background-size:20px 27px;}
.report-list .list-latest ul li .btn span.pdf a{padding:10px 0 10px 20px;}

.report-list .list-article{border-top:solid 1px #ededed;}
.report-list .list-article ul{margin:0;padding:0;}
.report-list .list-article ul li{list-style:none;border-bottom:solid 1px #ededed;padding:25px 0;display:table;width:100%;box-sizing:border-box;}
.report-list .list-article ul li .date{display:table-cell;vertical-align:top;width:100px;font-size:14px;}
.report-list .list-article ul li .text{display:table-cell;vertical-align:top;width:470px;padding:0 20px;box-sizing:border-box;}
.report-list .list-article ul li .bnt{display:table-cell;vertical-align:middle;width:100px;}
.report-list .list-article ul li h2.title{margin:0 0 20px;padding:0;font-weight:normal;font-size:14px;}
.report-list .list-article ul li h2.title a{color:#014099;}
.report-list .list-article ul li .keywords{margin-bottom:0;}
.report-list .list-article ul li .keywords .list{padding:0;}
.report-list .list-article ul li .securities{font-size:14px;color:#999;}
.report-list .list-article ul li .btn .pdf{margin-bottom:25px;}
.report-list .list-article ul li .btn a{color:#014099;font-size:14px;}
.report-list .list-article ul li .btn .pdf a{background:url(/common/toushiru/images/v1/icons/pdfBlue@2x.png) no-repeat left;background-size:20px 27px;-webkit-background-size:20px 27px;-moz-background-size:20px 27px;padding:6px 0 6px 25px;display:inline-block;}
.report-list .list-article ul li .btn .link a{position:relative;padding-right:10px;display:block;}
.report-list .list-article ul li .btn .link a::after{content:"";display:block;position:absolute;right:10px;top:3px;width:8px;height:8px;border-top:solid 1px #014099;border-right:solid 1px #014099;transform: rotate(45deg);-webkit-transform: rotate(45deg);}

.report-list .list-article ul li.more{text-align:right;font-size:15px;border-style:none;}

/* -- 臨時レポート（特殊） -- */
.article-body.report div{max-width:initial;}
.article-body.report.series{padding-bottom:0;}
.report-detail{margin-bottom:15px;}
.report-detail::after{content:"";display:block;clear:both;}
.report-detail .text{float:left;width:560px;}
.report-detail .text h1{margin:0;font-size:22px;line-height:1.4;}
.report-detail .text .securities{font-size:14px;color:#999;margin-top:20px;}
.report-detail .icon{float:right;width:150px;}
.report-detail .icon img{width:100%;}
.report-detail .date{font-size:13px;color:#999;text-align:right;}
.pdf-btn{clear:both;padding-top:20px;}
.pdf-btn a{display:block;border:solid 1px #014099;border-radius:2px;text-align:center;padding:7px 0;text-decoration:none;}
.pdf-btn span{display:inline-block;background:url(/common/toushiru/images/v1/icons/pdfBlue@2x.png) no-repeat left;background-size:20px 27px;-webkit-background-size:20px 27px;-moz-background-size:20px 27px;padding:4px 0 4px 30px;}
.article-body.report .article-keywords{margin-top:20px;}
.article-body.report .article-keywords .list{padding-bottom:0;}
.article-body.report .keywords .list span a{text-decoration:none;}

/* -- 関連臨時レポート -- */
#related-report{margin-top:40px;background:#fff;padding:20px;}
#related-report.report-list .heading{margin:30px 0;font-size:18px;font-weight:bold;text-align:left;background-image:none;padding-left:0;}