@charset "UTF-8";
/*
    Theme Name: comm-data_en
    Theme URI: 
    Description: Communication Site
    Version: 1.0.0
    Author: Hoiraku Co.,Ltd.
    Author URI: https://corp.hoiraku.jp/
*/

/*=================ここからcss=================*/
/*====header=====*/
/*header 日本語↔︎英語切り替え*/
.l-headTop__block{
    background-color: #0268b7;
    border-bottom: solid 1px #8e8e8e;
    text-align: right;
    padding: 10px 5%;
}
.l-headTop__block .l-headTop__language{
    text-decoration: none;
    font-size: 12px;
    color: var(--color_deep04);
    border: 1px solid #282828;
    background-color: #fff;
    border-radius: 20px;
    padding: 0.6em 1.5em;
    transition: letter-spacing 0.3s;
}
.l-headTop__block .l-headTop__language:hover{
    cursor: pointer;
    color: #8e8e8e;
    letter-spacing: 0.05em; /* 字間の設定 */
}

.-parallel-bottom .l-header__logo{
    padding: 0;
}
.l-header__logo .c-headLogo__link{
    background: url("/en/expo-archive/comm-data-utilisation/wp-content/uploads/h_bg__pc.png") repeat-x center top;
}
/**検索アイコン**/
.c-gnav__sBtn .icon-search{
    color: #0268b7;
}
/***ファーストビュー（白のグラデーションを重ねる）**
.p-mainVisual .c-filterLayer::before{
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    opacity: 1;
    content: "";
}*/
/***ファーストビュー文字**
.p-mainVisual__textLayer{
    left: 100%;
}
@media (min-width: 600px){
.p-mainVisual__textLayer{
    left: 110%;
}
}*/
.p-mainVisual__slideTitle{
font-size: 14px;
}
@media (min-width: 600px){
.p-mainVisual__slideTitle{
        font-size: 20px;
}
}
@media (min-width: 960px){
.p-mainVisual__slideTitle{
        font-size: 28px;
}
}
.p-mainVisual__slideText{
font-size: 11px;
}
@media (min-width: 600px){
.p-mainVisual__slideText{
        font-size: 13px;
}
}
@media (min-width: 960px){
.p-mainVisual__slideText{
        font-size: 16px;
}
}
@media (min-width: 960px) {
    .-parallel-bottom .l-header__inner {
        padding-top: 0;
    }
}
/*sp時のハンバーガーメニュー*/
.c-iconBtn__icon,.c-iconBtn__label{
	color: var(--color_text);
}

/*====footer=====*/
/*バック画像*/
.l-footer{
    position: relative;
    background: url("/en/expo-archive/comm-data-utilisation/wp-content/uploads/f_bg__pc.png") repeat-x center top;
    color: #fff;
    line-height: 1;
    padding: 260px 30px 0;
}
/*ナビ*/
@media (min-width: 600px){
    .l-footer__inner{
        line-height: 1.8;
}}
.l-footer__nav li a{
    font-size: 1.0em;
}
/*お問い合わせ*/
.l-footer .footer-contact{
    text-align: center;
    line-height: 1.8;
    padding: 1em 0;
    margin-bottom: 2em;
}
@media (min-width: 600px){
    .l-footer .footer-contact{
        padding: 2em;
        margin-bottom: 3em;
}}
.l-footer .footer-contact-p1{
    font-size: 1.5rem;
    font-weight: bold;
}
.l-footer .footer-contact-p2{
    font-weight: bold;
}
/*協賛ロゴ*/
.l-footer .footer-powered{
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer .footer-powered p{
    margin-right: 1em;
}
.l-footer .footer-powered .footer-powered-comipro{
    width: 120px;
    height: auto;
    margin-right: 1em;
}
.l-footer .footer-powered .footer-powered-hoiraku{
    width: 100px;
    height: auto;
}
@media (min-width: 600px){
    .l-footer .footer-powered .footer-powered-comipro{
        width: 150px;
        height: 50px;
    }
    .l-footer .footer-powered .footer-powered-hoiraku{
        width: 150px;
}}
/*コピーライト*/
.l-footer .copyright{
    display: none;
}
.l-footer .footer-copyright{
    font-size: 12px;
    text-align: center;
    padding: 2em;
    line-height: 1.5;
}
/*ページのトップへ*/
.c-fixBtn{
    background-color: #e60012;
    color: #fff;
    border: solid 1px #fff;
    opacity: 1;
}
        
/***************************************/
/***cookie同意****/
/***************************************/
#cookie-notice .cn-button:not(.cn-button-custom){
    margin: 0.3em 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 960px){
    #cookie-notice .cookie-notice-container{
    display: flex;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.cn-text-container{
    text-align: left;
    width: 65%;
    margin-bottom: 20px;
}
.cn-text-container, .cn-buttons-container{
    margin: auto 20px;
}
#cn-notice-buttons{
    display: flex;
    flex-wrap: wrap; 
}
#cn-accept-cookie{
    order: 2;
}
#cn-refuse-cookie{
    order: 1;
}}
        
/****************/
/**hタグ 装飾**/
.post_content h2{
    margin: 1em 0;
}
@media (min-width: 960px){
.post_content h2{
    margin: 4em 0 2em;
}}
.post_content .h3-waku{
	position: relative;
	display: inline-block;
   padding: 5px 35px 5px 10px;
	background-color: var(--color_main);
	line-height: 1.3;
   z-index: -1;
	color: #fff;
}
.post_content .h3-waku::after{
	position: absolute;
  content: "";
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 65px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
.post_content .gap-0{
	gap: 0 !important;
}
.post_content .waku-kosei{
	border: solid 5px #9e9e9f;
   border-radius: 10px;
   padding: 15px;
	margin-left: 0;
}
.post_content span.sen-kosei1,
.post_content span.sen-kosei2,
.post_content span.sen-kosei3{
	position: relative;
	content: "";
	display: block;
	margin-right: 0 !important;
	width:30px;
	border: solid 3px #9e9e9f;
}
.post_content span.sen-kosei1::before{
	 position: absolute;
    content: "";
    left: -140px;
    top: 15px;
    width: 145px;
    transform: rotate(-15deg);
    border: solid 3px #9e9e9f;
    border-radius: 3px;
}
.post_content span.sen-kosei2::before{
	 position: absolute;
    content: "";
    left: -90px;
    top: 8px;
    width: 90px;
    transform: rotate(-15deg);
    border: solid 3px #9e9e9f;
    border-radius: 3px;
}
.post_content span.sen-kosei3::before{
	position: absolute;
    content: "";
    left: -40px;
    top: 2px;
    width: 40px;
    transform: rotate(-15deg);
    border: solid 3px #9e9e9f;
    border-radius: 3px;
}

/**ボタン**/
.is-style-more_btn a{
    padding: 1em;
    box-shadow: 0 0 0 2px #222426;
    color: #222426;
    font-size: 1,2em;
    }
    .is-style-more_btn a:after{
     content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #222426;
    border-right: solid 2px #222426;
    position: absolute;
    right: 1em;
    top: 45%;
     transform: rotate(45deg);
    }
    /**ボタン[もっと見る] **/
    .page-id-174 .is-style-more_btn-m a{
    box-shadow: 0 0 0 1px #222426;
    color: #222426;
    width: 150px;
    }
    .page-id-174 .is-style-more_btn-m a:after{
     content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #222426;
    border-right: solid 1px #222426;
    position: absolute;
    right: 1em;
    top: 43%;
     transform: rotate(45deg);
    }
    
    /****************/
    /**下線(ブルー) **/
    .border-bule{
    border-bottom:solid 1px #0268b7;
    padding-bottom: 10px;
    }
    /**下線(赤) **/
    .border-red{
    border-bottom:solid 3px #e60012;
    padding-bottom: 10px;
    }
    /**下線(グレー) **/
    .border-gray{
    width: 180px;
    border-bottom:solid 1px #d2d7da;
    margin: 0 auto 20px auto !important;
    }
    /**万博マーク**/
    .h3-mark{
    position: relative;
    padding: 0;
    border-bottom: solid 1px #d2d7da;
    }
    .h3-mark:before{/*アイコン*/
    position:absolute;
    top: -50px;
    left: -80px !important;
    width: 180px !important;
    height: 180px !important;
    background-image: url("/en/expo-archive/comm-data-utilisation/wp-content/uploads/sy_02.png");
     background-repeat: no-repeat; 
    background-size: contain;
    vertical-align: middle;
    content: url('/en/expo-archive/comm-data-utilisation/wp-content/themes/comm-data/'');	
    z-index: -1 !important;
    }
    
    /****************/
    /**表**/
    .wp-block-table{
        --table-border: none;
    }
    .table-boder{
    --table-border: solid 1px #0268b7 !important;
    }
    
    /*画像左右反転*/
    .flip-horizontal {
    transform: scale(-1, 1);
    }
    /*プロフィール*/
    .wp-block-columns{
    justify-content: center;
    }
    
    
    /****************/
    /*VPIAについて-コミュニティ評価吹き出し*/
    .comm-bubble{
    position: relative;
    background-color: #DBE7F5;
    border-radius: 10px;
    padding: 1em;
    }
    .comm-bubble:before{
    content: "";
    position: absolute;
    top: 20%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #DBE7F5;
    }
    @media screen and ( max-width:960px) {
    .comm-bubble:before{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #DBE7F5;
    }
    }
    
    /****************/
    /*お気に入りボタン・ランキング*/
    /*トップページ*/
    .page-id-11 .wpulike{
    display: none;
    }
    .page-id-11 .w-beforeFooter{
    display:none;
    }
    /*データ利活用について*/
    .page-id-54 .wpulike{
    display: none;
    }
    .page-id-454 .w-beforeFooter{
    display:none;
    }
    /*VPIAについて*/
    .page-id-174 .wpulike{
    display: none;
    }
    .page-id-174 .w-beforeFooter{
    display:none;
    }
    /*利用規約*/
    .page-id-58 .wpulike{
    display: none;
    }
    .page-id-58 .w-beforeFooter{
    display:none;
    }
    
    
    /***************************************/
    /****ホーム（TOPページ） post=11 *************/
    /***************************************/
    /*お知らせ一覧*/
    .page-id-11 .l-mainContent__inner>.post_content{
    margin-bottom: 1em;
    }
    .p-homePost__mews_note{
    text-align: right;
    margin-bottom: 20px;
    }
    .p-homePost__mews_note a{
    font-size: 14px;
    color: #222426;
    }
    .p-homePost__mews_note a:hover{
    color: #0268b7;
    }
    .dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #e60012;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    margin-right: 1em;
    }
    .dli-arrow-right::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
    }
    /**New!マーク**/
    span.new-mark{
    background-color: #e60012;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    height: 20px;
    margin: auto 20px auto 0;
    }
    /*一覧*/
    @media (min-width: 600px){
    .p-postList__meta{
    font-size: 16px;		
    }}
    .page-id-11 .p-postList__item{
    padding: 1em 0.25em;
    border-bottom: solid 1px #8e8e8e;
    font-size: 16px;
    color: #222426;
    }
    .page-id-11 .p-postList__item:hover{
    background-color: var(--swl-color_hov_gray);
    }
    .page-id-11 .p-postList__item .p-postList__link{
    display: flex;
    position: relative;
    width: 100%;
    }
    .page-id-11 .p-postList__item .p-postList__link::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #0068B7;
    border-radius: 100%;
    transform: translate(0, -50%);
    }
    .page-id-11 .p-postList__item .p-postList__link::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(-45deg);
    }
    .page-id-11 .p-postList__item .p-postList__meta{
    margin-top: 0;
    margin-right: 20px;
    }
    .page-id-11 .p-postList__item .p-postList__title{
    width: 100%;
    font-weight: normal;
    margin-right: 35px;
    font-size: 14px;
    }
    @media (min-width: 600px){
    .page-id-11 .p-postList__item .p-postList__title{
    font-size: 16px;
    }}
    .page-id-11 .p-postRanking{
    list-style: none;
    padding: 0;
    }
    .page-id-11 .p-postRanking .p-postList__item{
    font-size: 14px;
    display: flex;
    align-items: center;
    }
    .page-id-11 .p-postRanking .p-postList__item::before{
    content: '';
    margin-right: 10px;
    }
    .page-id-11 .p-postRanking .p-postList__item a{
    color: #222426;
    text-decoration: none;
    font-size: 14px;
    padding-left: 10px;
    }
    
    
    /***************************************/
    /****データ利活用について post=54 *************/
    /***************************************/
    .c-pageTitle__inner{
        text-align: center;
        font-size: 32px;
    }
    /*タイトル非表示*/
    .page-id-54 .c-pageTitle{
    display: none;
    }
    /*理念 青imgの大きさ*/
    @media (max-width: 781px){
    .sp_imgsize{
            width: 70%;
            margin: 0 auto;
    }
    }
    /*TRUST画像（sp版）*/
    .pc-trust-img{
    display: none;
    }
    .sp-trust-img{
    margin: 0 auto;
    position: relative;
    height: min(420 / 420* 100vw, 420px);
    }
    .sp-trust-img-trust{
    position: absolute;
    width: 38%;
    top: min(60 / 420* 100vw);
    left: 32%;
    }
    .sp-trust-img-t{
    position: absolute;
    width: 32%;
    top: min(0 / 420* 100vw);
    left: 0;
    }
    .sp-trust-img-r{
    position: absolute;
    width: 32%;
    top: min(140 / 420* 100vw);
    left: 0;
    }
    .sp-trust-img-u{
    position: absolute;
    width: 31%;
    top: min(220 / 420* 100vw);
    left: 36%;
    }
    .sp-trust-img-s{
    position: absolute;
    width: 32%;
    top: min(141 / 420* 100vw);
    left: 70%;
    }
    .sp-trust-img-t2{
    position: absolute;
    width: 32%;
    top: min(0 / 420* 100vw);
    left: 70%;
    }
    
    @media (min-width: 600px) and (max-width: 782px){
    .pc-trust-img{
    display: none;
    }
    .sp-trust-img{
    height: min(550 / 550* 100vw, 550px);
    }
    }
    @media (min-width: 783px){
    .pc-trust-img{
    display: block;
    }
    .sp-trust-img{
        display: none;
    }
    }
/*====コメント====*/
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent{ /*名前、メールアドレス、サイト非表示*/
    display: none;
}

/***************************************/
/****利用規約 post=58 *************/
/***************************************/
/*タイトル非表示*/
.page-id-58 .c-pageTitle{
    display: none;
    }
    /*第⚪︎条*/
    .item_column-gap{
    --wp-column-gap: 0.2em;
    }
    
    
    /***************************************/
    /****お知らせ一覧 post=** *************/
    /***************************************/
    /*h1「お知らせ」*/
    .c-pageTitle{
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
    }
    .c-pageTitle__subTitle{
    display: none;
    }
    /*記事一覧*/
    .p-postList__body{
    display: flex;
    }
    .-type-simple .p-postList__link{
    width: 100%;
    }
    .-type-simple .p-postList__link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #0068B7;
    border-radius: 100%;
    transform: translate(0, -50%);
    }
    .-type-simple .p-postList__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(-45deg);
    }
    .p-postList__author, .p-postList__cat, .p-postList__times, .p-postList__views {
    margin-right: 2em;
    }
    .icon-posted:before{
    content: " ";
    }
    
    /*一覧*/
    .l-archive__news .p-postList__item{
    padding: 1em 0.25em;
    border-bottom: solid 1px #8e8e8e;
    color: #222426;
    /*margin-bottom: 1em;*/
    }
    .l-archive__news .p-postList__item:hover{
    background-color: var(--swl-color_hov_gray);
    }
    .l-archive__news .p-postList__item .p-postList__link{
    display: flex;
    position: relative;
    width: 100%;
    }
    .l-archive__news .p-postList__item .p-postList__link::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    background: #0068B7;
    border-radius: 100%;
    transform: translate(0, -50%);
    }
    .l-archive__news .p-postList__item .p-postList__link::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(-45deg);
    }
    .l-archive__news .p-postList__item .p-postList__meta{
        margin-top: 0;
        margin-right: 20px;
    }
    .l-archive__news .p-postList__item .p-postList__title{
    width: 100%;
    margin-right: 40px;
    font-weight: bold;
    font-size: 14px;
    }
    @media (min-width: 600px){
    .l-archive__news .p-postList__item .p-postList__title{
        font-size: 16px;
    }}
    .l-archive__news .p-postList__item .p-postList_category p{
    color: #222426;
    position: absolute;
    right: 4em;
    top: -2px;
    padding: 3px 10px;
    font-size: 14px;
    border: solid 1px #222426;
    }
    /* newマーク */
    .l-archive__news .p-postList__item .new-mark{
        background-color: #e60012;
        border-radius: 20px;
        color: #fff;
        padding: 2px 10px;
        font-size: 10px;
        height: 20px;
        margin: auto 20px auto 0;
    }
    
    
    /***************************************/
    /**お知らせページ[news]のcss**/
    /***************************************/
    /*タイトル部分*/
    .c-postTitle__ttl{
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    }
    .c_category p{
    color: #222426;
    display: inline;
    padding: 10px;
    border: solid 1px #222426;
    }
    .p-articleMetas{
    margin-top: 20px;
    margin-left: 20px;
    }
    .l-mainContent__inner>.post_content{
    margin-top: 50px;
    }
    .p-articleMetas{
    font-size: 16px;
    }
    
    
    /***************************************/
    /**サービス詳細ページ（投稿）のcss**/
    /***************************************/
    .list-none{
    list-style: none;
    }
    .h2-underline{
    /*下線 黒*/
    }
    .h4-waku{
    /*青枠*/
    }
    /*記事下のカテゴリを非表示*/
    .p-articleFoot{
    display: none;
    }
    /*コメント送信*/ 
    .c-secTitle{
    color: var(--color_main);
    }
    .l-articleBottom__section .form-submit{
    text-align: center;
    }
    