@charset "UTF-8";
/* =====================================
	archive-tieup-report
===================================== */
@media (min-width:769px) and (max-width:1119px){
    ul.tieup-sns li:nth-child(2) , ul.tieup-sns li:nth-child(3) , ul.tieup-sns li:nth-child(4){
    flex-direction: column;
    column-gap: 0;
}
}

/*印刷対応*/
@media print {
/* 基本リセット */
* {
box-shadow: none !important;
text-shadow: none !important;
background: none !important;
}
/* レイアウト調整 */
body {
font-family: 'Noto Sans JP', sans-serif;
font-style: normal;
font-size: 12pt;
color: #000;
margin: 0;
padding: 0;
}
/* ヘッダー・フッター・ナビなどを非表示 */
header,
footer,
nav,.nav2 , .head ,.tieup-report-form , .pankuzu ,
.site-header,
.site-footer , .right-contents , .fixed-banner-pc {
display: none !important;
}
#tieup-report{
padding-top: 75px!important;
}
.left-contents{
width: 100%;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.page-title{
min-width: 864px;
background: #000!important;}
a.x-block {
    background: #baddf9;
    display: block;
    margin: 0 2px;
}
.sns-ttl {
background: #01417E!important;}
#tieup-report .tieup-report-list {
max-width: 960px;
column-gap: 10px!important;
}
ul.tieup-sns li:nth-child(1){
    display: block;
}
ul.tieup-sns li:nth-child(2) , ul.tieup-sns li:nth-child(3) , ul.tieup-sns li:nth-child(4){
    flex-direction: row;
    column-gap: 0;
}
    .total-summary{
        display: none;
    }
    .tieup-summary-contents-contents h3{
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        vertical-align: middle;
    }
/* ページャーなども非表示にしたい場合 */
.pager,
.pagination,
.tieup-summary-contents-pager {
display: none !important;
}

/* リンクURLの表示を抑止 */
a[href]:after {
content: none !important;
}
ul.tieup-sns img {
height: 16px!important;
}
.tieup-thumb img {
object-fit: contain;
width: 310px!important;
height: 200px!important;
}
/* 画像が途切れないように */
img {
max-width: 100% !important;
height: auto !important;
page-break-inside: avoid;
}
    ul.tieup-sns li.x-logo img{
        max-width: 18px!important;
        height: 18px!important;
    }

/* 改ページ制御：記事ごとに区切る例（必要に応じて） */
.tieup-summary-item {
page-break-inside: avoid;
break-inside: avoid;
margin-bottom: 20px;
}
#tieup-report .tieup-item{
    width: 32%!important;
}
/* 背景が必要な場合（無効にしたい場合は外す） */
.some-class-with-bg {
background-color: #f5f5f5 !important;
}
.print-header,.print-footer {
display: block;
width: 100%;
position: fixed;
left: 0;
z-index: 9999;
font-family: 'Noto Sans JP', sans-serif;
color: #fff;
background: #0356a6!important;
}
.print-header {
top: 0;
padding: 10px 20px!important;
}

.print-header-inner {
display: flex;
justify-content: space-between;
align-items: center;
}

.print-logo {
height: 40px!important;
}
.print-logo img {
height: 100%;
}

.print-title {
font-size: 16pt;
font-weight: bold;
}
.print-maintitle{
font-size: 24pt;
font-weight: bold;         
}

/*.print-footer {
background: #212121!important;
bottom: 0;
border-top: 1px solid #ccc;
padding: 15px 10px;
text-align: center;
font-size: 16pt;
color: #fff;
}*/
.print-footer {
display: block;
width: 100%;
position: fixed;
left: 0;
bottom: 0;
z-index: 9998;
font-family: 'Noto Sans JP', sans-serif;
background: #212121!important;
padding: 5px 10px;
text-align: center;
font-size: 1.5rem!important;
color: #fff;
}
.print-footer-inner {
  display: flex;
  justify-content: center; /* コピーを中央に */
  position: relative;      /* ノンブル配置のため */
}

.print-footer-inner span {
  font-size: 1.5rem!important;
}

.print-footer-inner .currentpage {
  position: absolute;
  right: 0;        /* 右端に固定 */
  text-align: right;
  min-width: 20px; /* 桁数が増えても崩れないように保険 */
}
    
h2.ipdb {
    display: none!important;

}
h2.ipdb-print{
    display: block!important;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    background: none;
    padding: 8px 10px 8px 0;
    margin-bottom: 30px !important;  
}
}
/*印刷対応ここまで*/


.tieup-report-form{
    margin-bottom: 20px; 
    padding-top: 0;
    display: flex;
    min-width: 700px;
}
.selectarea{
    
}
label{
    font-size: calc(6px + 4 * ((100vw - 320px) / 1120));
}
select#month_filter , select#industry_filter , #keyword_filter , #copyright_filter{
appearance: auto;
padding: 5px;
background: #fff;
border: 1px solid #888;
}
.selectmontharea , .selectindustryarea , .keywordsearcharea , .selectcopyrightarea{
    margin-right: 1%;
}
.selectmontharea label , .selectindustryarea label , .keywordsearcharea label , .selectcopyrightarea label {
  display: block;
  margin-bottom: 0; /* 適度に調整、0でも可 */
  line-height: 1.2;
}
select#month_filter , select#industry_filter , select#copyright_filter{
font-size: calc(6px + 5 * ((100vw - 320px) / 1120));
}
#keyword_filter{
    padding: 6px;
    font-size: calc(8px + 4 * ((100vw - 320px) / 1120));
}
h1{
    padding: 5px 8px;
    font-size: calc(9px + 7 * ((100vw - 320px) / 1120));
    background: #333;
    color: #fff;
    margin-bottom: 20px;
}
.buttonarea{
display: flex;
align-items: end;
}

.tieup-report-form button{
    background: linear-gradient(0deg, rgba(7, 118, 178, 1) 0%, rgba(1, 64, 118, 1) 100%);
}
.tieup-report-form button.reset{
    background: #333;
}
.tieup-report-form button , .tieup-report-form button.reset{
padding: 4px 8px 5px;
color: #fff;
font-size: calc(7px + 6 * ((100vw - 320px) / 1920));
border-radius: 2px;
margin-left: 8px;
text-wrap: nowrap;
}
#tieup-report .left-contents{
    max-width: 800px;
    width: 100%;
}
#tieup-report .contents-wrap{
   
    gap: 0px;
}
.selectmonth , .selectindustry{
    margin-left: 15px;
}
.selectcopyrightarea{
    margin-left: 0;
}
#tieup-report .tieup-report-list{
display: flex;
/*justify-content: space-evenly;*/
justify-content: flex-start;
max-width: 800px;
flex-wrap: wrap;
}
#tieup-report .tieup-item{
    /*width: calc((100% - 20px) / 3);*/
    width: 33%;
    margin-bottom: 25px;

}
h2.ipdb {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    background: none;
    padding: 8px 10px 8px 0;
    margin-bottom: 5px!important;
}
h2.ipdb-print{
    display: none;
}

#tieup-report .left-contents h2{
    margin-bottom: 0;
}
.tieup-thumb {
background: #fff;
border: 1px solid #01417E;
}
.tieup-thumb img {
    object-fit: contain;
    width: 290px;
    height: 200px;
}
.tieup-item .tieup-title{
    font-size: calc(7px + 6 * ((100vw - 320px) / 1920));
    font-weight: bold;
    margin: 0 2px;
}
ul.tieup-meta{
    /*font-size: 12px;*/
    font-size: calc(8px + 4 * ((100vw - 320px) / 1920));
    margin-top: 3px;
    border-top: 1px solid #01417E;
    padding-top: 4px;
}
ul.tieup-sns{
    font-size: calc(6px + 8 * ((100vw - 320px) / 1920));
    display: flex;
    flex-direction: row;
    font-weight: bold;
    justify-content: center;
    padding: 6px 0 8px;
    align-items: center;
}
ul.tieup-sns li {
display: flex;
flex-direction: row;
align-items: center;
gap:2px;
margin-right: 10px;
text-decoration: underline;
}

ul.tieup-sns li.x-missing {
text-decoration: none;
}
ul.tieup-sns img{
    width: 15px;
}
ul.tieup-sns li.x-logo img {
     width: 24px;
}
li.tieup-report-quotation , li.tieup-report-copyright , p.tieup-report-quotation {
    /*font-size: 10px;*/
    font-size: calc(7px + 4 * ((100vw - 320px) / 1920));
    line-height: 1.4;
}
li.tieup-report-quotation a{
    text-decoration: underline;
}
li.tieup-report-copyright{
    /*border-top: 1px solid #01417E;*/
    padding-top: 2px;
}
button.reset a{
    color: #fff;
}
a.x-block {
    background: #baddf9;
    display: block;
    margin: 0 2px;
}
.sns-ttl{
background: #01417E;
color: #fff;
font-size: calc(10px + 2 * ((100vw - 320px) / 1920));
padding: 1px;
text-align: center;
margin: 2px 0;
}
.sns-ttl span{
font-size: calc(8px + 2 * ((100vw - 320px) / 1920)); 
}
.x-logo{
/*    background: #000;
    border-radius: 4px;
    padding: 6px;
    max-height: 30px;*/
}
.tieup-wrap {
  border: 2px solid transparent;
  transition: border 0.3s ease;

}

.tieup-wrap:hover {
  border: 2px solid #FF0004;
}
/* 画面共通：リンクカードの初期状態 */
.tieup-card{
  display:block;                /* カード全体がクリック領域 */
  border:2px solid transparent; /* 枠は普段は見えない */
  transition: border-color .2s;
}
/* no-link のときはホバー無効化 */
.tieup-card.no-link:hover,
.tieup-card.no-link:focus {
  border-color: transparent !important;
  cursor: default;
}
/* cf-tieup-quotation-url がない時（.no-link が存在する .tieup-wrap）は hover 無効化 */
.tieup-wrap.no-link-wrap:hover {
  border-color: transparent !important;
  cursor: default;
}
/* ▼ no-link-wrap のとき、カード全体の hover 無効 */
.no-link-wrap:hover {
  border-color: transparent !important;
  cursor: default;
}

/* ▼ .tieup-card（上の画像 & 下の情報）の hover も無効化 */
.no-link-wrap .tieup-card:hover {
  border-color: transparent !important;
  cursor: default !important;
  pointer-events: none; /* ← hover 発火を完全に殺す */
}

/* ▼ ただし Xリンク（sns）は通常通り hover 有効 */
.no-link-wrap a.x-block {
  pointer-events: auto; /* ← クリック可に戻す */
}

.no-link-wrap a.x-block:hover {
  border-color: #FF0004; /* 好きな hover 表現。影でもOK */
}



/* PC・SP 共通ホバー */
/*.tieup-card:hover,
.tieup-card:focus{
  border-color:#FF0004;
    opacity: 1;
}*/
/* 画面では非表示 */
.print-header,
.print-footer {
display: none;
}
/*用語説明モーダル実装*/
button.help-btn {
background: none;        /* 背景消す */
/* border: none;            枠線消す */
/* padding: 0;              余白消す */
margin-left: 4px;        /* ラベルとの隙間ちょっとだけ */
font-size: 8px;        /* 小さめに */
color: #03417e;          /* リンクっぽい色 (WordPress管理画面カラー例) */
/* text-decoration: underline;アンダーライン */
cursor: pointer;         /* マウスを当てたらポインター */
line-height: 0.5;
font-weight:bold;
border: 1px solid #03417e;
border-radius: 10px;
padding: 3px 1px 2px;
}

/* PC用のhoverツールチップ */
button.help-btn:hover::after {
  color: #005177;   
}

/* モーダル */
dialog {
  padding: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  max-width: 500px;
}

dialog::backdrop {
  background: rgba(0,0,0,0.4);
}
#help-modal h2{
    font-size: 1em;
    font-weight: bold;
}
#help-modal p{
    font-size: 0.8em;
}  
#help-modal ul{
    
} 
#help-modal li{
    font-size: 0.8em;
} 
button#close-modal {
    text-decoration: underline;
    cursor: pointer;
    color: #03417e;
    font-size: 0.6em;
    padding-left: 0;
}
span.closeicon {
    border: 1px solid #0356a6;
    padding: 1px 2px 0;
    line-height: 0.9;
    display: inline-block;
    margin-right: 2px;
    border-radius: 2px;
}
#tieup-report .right-contents{
    max-width: 285px;
    width: 100%;
    padding-left: 20px;
}
#tieup-report .side-ip-summary ul li{
    font-size: 1.2rem;
}
.tieup-report-note{
    text-align: center;
    font-size: calc(8px + 4 * ((100vw - 320px) / 1120));
}
/*新ページャー*/
.tieup-summary-contents-pager {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.tieup-summary-contents-pager ul {
  display: inline-flex;
  list-style: none;
  gap: 0;
  padding: 0;
    align-items: center;
}
.tieup-summary-contents-pager li.pager-item a {
padding: 0 6px;
    color: #333;
    display: inline-block;
    background: #fff;
    border: 1px solid #333;
    font-size: 1.3rem;
    border-radius: 4px;
    margin: 0 2px;
    line-height: 1.5;
}
.tieup-summary-contents-pager li.pager-item .prev , .tieup-summary-contents-pager li.pager-item .next {
padding: 0 6px;
    color: #333;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 1.3rem;
    border-radius: 4px;
    margin: 0 2px;
    line-height: 1.5;
}
.tieup-summary-contents-pager li.active span {
    font-weight: bold;
    color: #fff;
    padding: 0 6px;
    display: inline-block;
    background: #333;
    font-size: 1.3rem;
    border-radius: 4px;
    margin: 0 3px;
    line-height: 1.5;
}   

@media screen and (min-width: 769px) and (max-width: 1190px) {
.tieup-report-form {
padding-top: 20px;
min-width: inherit;
}
.total-summary {
    margin-bottom: 8px;
}
.total-summary span.count-number{
font-size: 2.6rem;
font-weight: bold;
color: #c70000;
}
.total-summary p{
font-weight: bold;  
display: block;
line-height: 1.3;
}
.total-summary span{
font-size: 2rem;
color: #000;
}
}
@media screen and (min-width: 1191px){
.total-summary {
    margin-bottom: 8px;
}
.total-summary span.count-number{
font-size: 2.6rem;
font-weight: bold;
color: #c70000;
}
.total-summary p{
font-weight: bold;  
display: block;
line-height: 1.3;
}
.total-summary span{
font-size: 2rem;
color: #000;
}
}
/*submitボタンの位置変更*/
@media screen and (min-width: 769px) and (max-width: 1000px){

    .tieup-report-form {
    min-width: inherit;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buttonarea {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}
}
@media screen and (max-width:768px){

.left-contents{
padding: 0;
}
#tieup-report .pankuzu{
padding: 1.2em 20px;
}
#tieup-report .contents-wrap {
width: 100%;
min-width: 100%;
}
#tieup-report .left-contents {
    max-width: 100%;
}
#tieup-report .right-contents {
        max-width: 100vw;
        width: 100%;
        padding: 0 20px;
}
h2.ipdb{
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    padding: 0 10px;
}
.tieup-report-form {
    min-width: inherit;
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.buttonarea {
    justify-content: center;
    margin: 4px auto 0;
}
.selectindustry , .selectmonth{
    margin-left: 5px;
}
.selectmontharea label, .selectindustryarea label, .keywordsearcharea label{
    margin-bottom: 5px;
}
label {
    font-size: 16px;
}
.selectcopyrightarea label , .selectmontharea label, .selectindustryarea label, .keywordsearcharea label {
    display: inline-block;
}
#keyword_filter {
    padding: 6px;
    font-size: 15px;
    width: 100%;
}
select#month_filter , select#industry_filter , select#copyright_filter {
  font-size: 1.5rem;
  padding: 6px;
  border-radius: 4px;
  /*appearance: none;  カスタマイズしたいとき用 */
}
.tieup-report-form button, .tieup-report-form button.reset {
    padding: 6px 15px 7px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
}
/*用語説明モーダル*/
dialog {
width: 90%;
}
button.help-btn {
    background: none;
    /*border: none;*/
    /*padding: 0;*/
    margin-left: 4px;
    font-size: 0.9em;
    color: #0073aa;
    /*text-decoration: underline;*/
    cursor: pointer;
    line-height: 0.6;
    margin-right: 4px;
    font-weight:bold;
    border: 1px solid #03417e;
    border-radius: 10px;
    padding: 5px 1px 3px;
}
#help-modal h2{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 4px;
}
#help-modal p{
    font-size: 1em;
}  
#help-modal ul{
    
} 
#help-modal li{
    font-size: 1em;
} 
button#close-modal{
    text-decoration: underline;
    font-size: 1em;
    padding-left: 0;
}
span.closeicon {
    padding: 0 2px 0;
}
h1{
    padding: 10px;
    font-size: calc(16px + 3 * ((100vw - 320px) / 1120));
    background: #333;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}
.page-title-main{
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-size: 18px;
}
.total-summary {
    margin-bottom: 8px;
}
.total-summary span.count-number{
font-size: 2.6rem;
font-weight: bold;
color: #c70000;
}
.total-summary p{
font-weight: bold;  
display: block;
line-height: 1.3;
}
.total-summary span{
font-size: 2rem;
color: #000;
}
#tieup-report .tieup-report-list {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}
#tieup-report .tieup-item {
    width: 100%;
    margin-bottom: 20px;

}
#tieup-report .left-contents h2{
    margin-bottom: 5px;
}
.tieup-item .tieup-title {
    font-size: 18px;
    font-weight: bold;
}
.tieup-thumb img {
    margin: 0 auto;
}
ul.tieup-meta {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.sns-ttl {
    font-size: 1.6rem;
    padding: 3px;
}
.sns-ttl span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1920));
}
ul.tieup-sns {
    font-size: 1.8rem;
    padding: 8px 0;
}
.x-logo {
    padding: 8px;
}
li.tieup-report-quotation, li.tieup-report-copyright, p.tieup-report-quotation {
    font-size: 13px;
}
li.tieup-report-copyright {
    padding-top: 7px;
}
.contactArea{
padding-top: 10vw;
margin-top: 0;
}
 .total-summary {
     padding: 0 10px;
}  
.tieup-report-note{
    font-size: 1.2rem;
}
}


/*Pagenation*/
.pagenation {
    margin: 1em auto;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}
/*embed*/

/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;;
}
.flex .text {
  margin: 0 0 0 35px;
  padding: 0;
}