@charset "UTF-8";
/* CSS Document */
.sp_view { display: none; }
h1#logo { margin: 5px 0; width: 152px; height: 33px; background: url("../img/pc/header_logo.png?190919") no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }
#report_wrapper { width: 800px; margin: 0 auto; }
#report_wrapper a:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; }

/* パンくず */
.breadcrumb { padding-left: 0; margin: 25px 0; }
.breadcrumb li { display: inline; list-style: none; font-weight: bold; font-size: 14px; }
.breadcrumb li:after { content: '»'; padding: 0 3px; color: #555; }
.breadcrumb li:last-child:after { content: ''; }
.breadcrumb li a { text-decoration: underline; color: #333333; }
.breadcrumb li a:hover { text-decoration: underline; }

/* キービジュアル */
h1 { margin: 0 auto 30px; width: 800px; height: 226px; background: url("../img/pc/main_key_pc_r.png") no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }

/* ボタン */
.btn_block { margin-bottom: 60px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.btn_block a { width: 375px; }
.bt_media { width: 375px; height: 105px; background: url("../img/pc/bt_media.png") no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.bt_post { width: 375px; height: 105px; background: url("../img/pc/bt_post.png") no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }

/* リスト */
h2 { color: #40bfab; font-size: 30px; margin-bottom: 40px; }
h2:before { content: url(../img/pc/icon_pie.png); margin: 0 15px 0 0; position: relative; top: 3px; }

/* ページネーション */
#pagination { width: 630px; margin: 0 auto 15px; display: none;}
#pagination p { text-align: center; margin-bottom: 15px; font-size: 18px; }
#pagination .pageblock { margin-bottom: 15px; background: #fff; border: #cccccc 2px solid; border-radius: 5px; -webkit-border-radius: 5px; /* for Safari and Chrome 対応*/ -moz-border-radius: 5px; /* for Firefox 対応*/ }
#pagination .pageblock:after { display: block; clear: both; height: 0px; visibility: hidden; content: "."; }
#pagination .pageblock { min-height: 1px; /*IE6、7対策*/ }
#pagination ul { width: 100%; margin: 0 auto; display: -webkit-flex; display: flex; float: left; }
#pagination li { width: 100%; text-align: center; transition: background-color .2s linear 0s; position: relative; margin: 0 4px; border-right: #eaeaea 1px solid; padding: 10px 0; }
#pagination li a { display: block; text-decoration: none; color: #f59141; font-size: 18px; font-weight: bold; line-height: 2em; }
#pagination .nopage a { color: #cccccc; }
#pagination .first { display: block; width: 30%; text-align: center; margin: 0; border-right: #eaeaea 1px solid; }
#pagination .last { display: block; width: 30%; text-align: center; margin: 0; float: left; border-right: none; }
#pagination a:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; }

/* 記事一覧 */
#news_list { margin-bottom: 20px; }
.news_box { position: relative; border-radius: 10px; border: solid 2px #ffd0aa; background: #fff9f4 url(../img/pc/icon_listarrow.png) no-repeat; background-position: 97% 50%; padding: 18px 50px 18px 30px; margin-bottom: 20px; }
.news_box a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px; }
.news_box a:hover { background-color: #FFF; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: "alpha( opacity=30 )"; }
.news_box:after { display: block; clear: both; height: 0px; visibility: hidden; content: "."; }
.news_box { min-height: 1px; /*IE6、7対策*/ }
ul.news_top { display: flex; justify-content: space-between; margin-bottom: 15px; }
li.category { font-size: 18px; color: #f59141; font-weight: bold; }
li.category:before { content: 'カテゴリ：'; }
li.category b { text-decoration: underline; }
li.date { font-size: 18px; color: #666666; }
#news_list h3 { font-size: 27px; color: #333333; margin-bottom: 12px; }
p.description { font-size: 18px; line-height: 1.6; text-align: justify; margin-bottom: 20px; }
ul.keyword { display: flex; }
ul.keyword li { border-radius: 6px; background: #fd8a2d; color: #fff; font-size: 18px; padding: 10px 15px; margin-right: 10px; font-weight: bold; }

/* レポート詳細 */
#date_block { text-align: justify; }
#date_block h3 { font-size: 26px; color: #666666; margin-bottom: 35px; }
#date_block h4 { font-size: 36px; color: #333333; }
#date_block h5 { font-size: 26px; color: #289c8a; line-height: 1.38; border-top: #40bfab 6px solid; border-bottom: #40bfab 1px solid; background: #eff7f6; padding: 20px 15px 25px; margin-bottom: 40px; }
#date_block h6 { font-size: 26px; color: #333333; margin-bottom: 30px; }
#date_block table { margin-bottom: 40px; width: 100%; font-size: 14px; }
#date_block table, th, td { border-collapse: collapse; border: 1px solid #f7b27a; line-height: 1.5; }
#date_block th { width: 20%; padding: 15px; text-align: center; color: #fff; font-weight: bold; vertical-align: top; background-color: #f59141; }
#date_block td { padding: 15px; background-color: #fefefe; }
#date_block section { margin-bottom: 100px; }
#date_block h6.summary:before { content: '調査結果概要'; display: block; color: #40bfab; border-bottom: #40bfab 1px solid; padding-bottom: 5px; font-size: 30px; margin-bottom: 30px; }
#date_block p { font-size: 21px; line-height: 1.71; color: #555555; margin-bottom: 30px; }
#date_block dt { color: #40bfab; font-size: 18px; border-bottom: #40bfab 3px solid; padding-bottom: 4px; text-align: center; font-weight: bold; margin-bottom: 30px; }
#date_block dd { margin-bottom: 30px; }
#date_block dd:last-child { margin-bottom: 0px; }
#date_block dd img { width: 100%; }

/* 商材表示 */
#item_block { margin-top: 80px; }

/* バナー表示 */
.bnr_area { margin-top: 60px; }

/* ローカルフッター */
footer { background: none; border-top: 1px solid #ccc; }
.local_footer { width: 100%; background: #f2f2f2; margin-top: 100px; margin-bottom: -40px; }
.local_footer_inner { position: relative; padding: 30px 0; width: 980px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; }
.pagetop { width: 200px; padding: 0 0 0 23px; line-height: 40px; position: absolute; height: 40px; top: -40px; right: 0; background: #f2f2f2; border-radius: 6px 6px 0 0; box-sizing: border-box; }
.pagetop a { display: block; color: #333; text-decoration: none; width: 200px; height: 40px; }
.pagetop_arrow { width: 17px; position: absolute; top: 15px; right: 23px; }
.flex_box { display: flex; }
.flex_item { flex-grow: 0.4; margin-right: 100px; }
.local_footer_inner .flex_item:last-child { flex-grow: 2; margin-right: 0; }
.local_footer_link dt { font-weight: bold; margin-bottom: 5px; }
.local_footer_link dd ul li a { color: #333; }

/* SNS */
.sns-buttons{display: none;}
.sns_button_list { display: flex; justify-content: flex-end; }
.icon_sns { text-align: center; width: 50px; height: 50px; border-radius: 3px; }
.icon_sns a { display: block; width: 50px; height: 50px; }
.icon_sns + .icon_sns { margin-left: 10px; }
.icon_twitter { background: #00acec; }
.icon_facebook { background: #265a96; }
.icon_googleplus { background: #dc4a38; }
.icon_hatena { background: #006fbb; }
.icon_twitter img { width: 60%; height: auto; padding-top: 14px; }
.icon_facebook img { width: 37%; height: auto; padding: 9px 0 0 8px; }
.icon_googleplus img { width: 60%; height: auto; padding-top: 16px; }
.icon_hatena img { width: 60%; height: auto; padding-top: 13px; }
