@charset "UTF-8";

/**********************************************************
 *
 * docomo R&D Open House 2018 in TOKYO SMTニ恥ツーニ団
 *
 **********************************************************/


.onlypc {
    display: none;
}

/* docomo R&D Open House 2018 in TOKYO TOP
-------------------------------------------*/
#openhouse_body a {
    text-decoration: none;
}

#openhouse_body .btn {
    display: block;
    background: #fedd01;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
}
#openhouse_body a.btn {
    color: #333;
    font-size: 90%;
    font-weight: bold;
}
#openhouse_body a.btn.movie span {
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_movie_01.png) left center no-repeat;
    padding: 15px 0 15px 30px;
}
#openhouse_body a.btn.textreport span {
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_textreport_01.png) left center no-repeat;
    padding: 15px 0 15px 27px;
}
#openhouse_body a.btn:hover {
    background: #ffe954;
    color: #333;
}

#openhouse_body .btn_right {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 20px;
}
#openhouse_body .btn_right a {
    display: block;
    background: #444;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
}
#openhouse_body .btn_right a:hover {
    background: #666;
}

#openhouse_body .btn_back {
    clear: both;
    margin: 0 auto;
    padding: 30px 0;
}
#openhouse_body .btn_back a {
    display: block;
    background: #fafafa;
    border: solid 1px #777;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 90%;
    font-weight: bold;
}
#openhouse_body .btn_back span {
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_arrow_01.png) left center no-repeat;
    padding-left: 15px;
}
#openhouse_body .btn_back a:hover {
    background: #f3f3f3;
}

#openhouse_body .btn_paging {
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}
#openhouse_body .btn_paging ul {
    float: left;
    position: relative;
    left: 50%;
    margin: 0;
    padding: 0;
}
#openhouse_body .btn_paging ul li {
    float: left;
    position: relative;
    left: -50%;
    width: 50%;
    border-radius: 4px;
}
#openhouse_body .btn_paging ul li span {
    display: block;
    background: #777;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 7px 15px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}
#openhouse_body .btn_paging ul li span {
    border-radius: 4px 0 0 4px;
}
#openhouse_body .btn_paging ul li + li span {
    border-radius: 0 4px 4px 0;
}
#openhouse_body .btn_paging ul li a span {
    background: #fafafa;
    border-color: #777;
    box-sizing: border-box;
    color: #333;
}
#openhouse_body .btn_paging ul li a:hover span {
    background: #f3f3f3;
}
#openhouse_body .btn_paging p {
    clear: both;
    font-size: 85%;
    text-align: center;
    padding-top: 5px;
}


.inrto {
    width: 100%;
    margin: 0 auto;
}

.inrto p.lead {
    font-size: 120%; ;
}

.inrto p.center{
    text-align: center;
    margin-top: 50px;
    padding-bottom: 15px;
}

.sec_main_cont {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.sec_digest {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-bottom: 40px;
}
.sec_digest figure img {
    width: 100%;
}
.sec_digest h2 {
    font-size: 157%;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.sec_digest div {
    margin-bottom: 25px;
}
.sec_digest div em {
    display: table-cell;
    width: 5em;
    background: #000;
    color: #fff;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 5px;
}
.sec_digest div h2 {
    display: table;
    width: 500px;
    display: table-cell;
    padding: 0.15em 0 0.15em 1em;
}
.sec_digest h2 span {
    display: block;
    font-size: 75%;
    line-height: 2;
}

.sec_textreport {
    float: none;
    width: 100%;
}
.sec_textreport div {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.sec_textreport img {
    float: right;
    width: 116px;
    margin: 0 0 10px 10px ;
}
.sec_textreport h2 {
    font-size: 125%;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0;
}
.sec_textreport p {
    margin-bottom: 1em;: 0;
}
.sec_textreport a {
    clear: both;
}

.sec_cont {
    clear: both;
    margin-top: 40px;
    padding-top: 40px;
    overflow: hidden;
}
.sec_cont h2 {
    color: #979797;
    font-family: Arial;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
.sec_cont h2 span {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: dotted 1px #ccc;
}
.sec_cont p {
    text-align: center;
    margin-top: 23px;
    padding-bottom: 0;
}
.sec_cont p.toggle {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}


.sec_report_cont {
    padding-top: 0;
}
.report_unit {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 58px;
    margin-bottom: 30px;
}
.report_unit:nth-child(even) {
    float: right;
}
.report_unit img {
    width: 100%;
    height: auto;
}


.report_unit .inner {
    width: 100%;
    height: auto;
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/bg_top_report_inner_02_smt.png) center top repeat;
    padding: 0 30px 10px 30px;
}
.report_unit .inner span {
    font-size: 80%;
    font-weight: bold;
}
.report_unit .inner h3 {
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
}
.report_unit .inner p {
    font-size: 85%;
    text-align: left;
    margin: 0;
}

.report_unit a {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: #000;
    border-top: dotted 1px #808080;
    text-align: center;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding-top: 20px;
    z-index: 99;
}
.report_unit a span {
    height: 58px;
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_movie_02.png) left center no-repeat;
    padding: 15px 0 15px 36px;
}
.report_unit a:hover {
    background: #444;
    color: #fff;
}

.sec_download_cont {
   background: url(/corporate/technology/rd/openhouse/openhouse2020/images/bg_top_download_01.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.sec_download_category {
    clear: both;
    width: 90%;
    margin: 0 auto 50px;
    overflow: hidden;
}
.tit_download_category {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px;
    margin: 15px 0 20px;
}

.download_unit {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background: rgba(253, 223, 25, 0.8);
    border: solid 1px #fddf19;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.download_unit.download10 {
    margin-bottom: 30px;
}
a.download_unit {
    color: #000 !important;
}
a:hover.download_unit {
    background: rgba(253, 223, 25, 0.65);
}

.download_unit .inner {
    width: 100%;
    height: auto;
    border: solid 7px #fff;
    box-sizing: border-box;
    padding-left: 15px;
    overflow: hidden;
}

.download_unit .title {
    float: left;
    padding: 25px 15px 20px 73px;
    background-position: left center;
    background-repeat: no-repeat;
}
.download_unit .title span {
    color: #444;
    font-size: 80%;
    font-weight: bold;
}
.download_unit .title h3 {
    font-size: 145%;
    line-height: 1.2;
    font-weight: bold;
    margin: 2px 0 3px;
}

.download_unit.download01 .title {
    background-image: url(/corporate/technology/rd/openhouse/download01/images/ico_dl_cate_01.png);
}
.download_unit.download02 .title {
    background-image: url(/corporate/technology/rd/openhouse/download01/images/ico_dl_cate_02.png);
}
.download_unit.download03 .title {
    background-image: url(/corporate/technology/rd/openhouse/download01/images/ico_dl_cate_03.png);
}
.download_unit.download04 .title {
    background-image: url(/corporate/technology/rd/openhouse/download01/images/ico_dl_cate_04.png);
}
.download_unit.download05 .title {
    background-image: url(/corporate/technology/rd/openhouse/download01/images/ico_dl_cate_05.png);
}
.download_unit.download06 .title {
    background-image: url(/corporate/technology/rd/openhouse/download02/images/ico_dl_cate_06.png);
}
.download_unit.download07 .title {
    background-image: url(/corporate/technology/rd/openhouse/download02/images/ico_dl_cate_07.png);
}
.download_unit.download08 .title {
    background-image: url(/corporate/technology/rd/openhouse/download02/images/ico_dl_cate_08.png);
}
.download_unit.download09 .title {
    background-image: url(/corporate/technology/rd/openhouse/download02/images/ico_dl_cate_09.png);
}
.download_unit.download10 .title {
    background-image: url(/corporate/technology/rd/openhouse/download02/images/ico_dl_cate_10.png);
}

.download_unit .btn_dl {
    position: relative;
    float: right;
    border-left: dotted 1px #fff;
    text-align: center;
    padding: 5px 0 5px 10px;
    margin: 22px 12px 20px 10px;
}
.download_unit .btn_dl li {
    display: inline-block;
    background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_download_01.png) center top no-repeat;
    padding: 25px 0 0 0;
}
.download_unit .btn_dl li span {
    color: #333 !important;
    font-size: 90%;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .download_unit .inner {
        background: url(/corporate/technology/rd/openhouse/openhouse2020/images/ico_download_02.png) right center no-repeat;
    }
    .download_unit .btn_dl {
        display: none;
    }
}




/* アコーディオン
-------------------------------------------*/
#openhouse_body .unit {
    overflow: hidden;
    margin-bottom: 20px;
}
#openhouse_body .sub-title.btn {
    position: relative;
    background-color: #fedd01;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
 }
#openhouse_body .sub-title.btn span {
    display: block;
    background-image: url('/corporate/technology/rd/openhouse/openhouse2020/images/arrow.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
 }
#openhouse_body .sub-title.btn span.open {
    background-image: url('/corporate/technology/rd/openhouse/openhouse2020/images/arrow2.png');
}
#openhouse_body .detail {
    display: none;
}

#openhouse_body .sec_cont .sub-title.btn {
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
#openhouse_body .sec_cont .sub-title.btn .title-text {
    border-left: solid 1px #fff;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.75rem;
    margin-left: 80px;
    padding: 10px 35px 10px 20px;
}
#openhouse_body .sec_cont .sub-title.btn .intro-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
}

#openhouse_body .sec_cont .ai .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_ai.png);
}
#openhouse_body .sec_cont .uiux .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_uiux.png);
}
#openhouse_body .sec_cont .digi .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_digi.png);
}
#openhouse_body .sec_cont .iot .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_iot.png);
}
#openhouse_body .sec_cont .inov .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_inov.png);
}
#openhouse_body .sec_cont .glo .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_glo.png);
}
#openhouse_body .sec_cont ._5glife .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_5glife.png);
}
#openhouse_body .sec_cont ._5gbusi .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_5gbusi.png);
}
#openhouse_body .sec_cont ._5gfuture .sub-title.btn {
    background-image: url(/corporate/technology/rd/openhouse/openhouse2020/images/icon_cate_5gfuture.png);
}





/* TEXTREPORT
-------------------------------------------*/
#openhouse_body.textreport_cont {
    width: 100%;
    margin: 0 auto;
}

.textreport_cont .tit_textreport {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}
.textreport_cont .tit-cmn-lv2 {
    text-align: center;
    margin-bottom: 40px;
}
.textreport_cont .tit-cmn-lv3 {
    text-align: center;
    margin: 10px auto;
}
.textreport_cont p {
    width: 100%;
    line-height: 1.9;
    margin: 35px auto;
}
.textreport_cont figure {
    text-align: center;
    margin-bottom: 5px;
}
.textreport_cont figure img {
    width: 100%;
    height: auto;
}
.textreport_cont .caption {
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}
.textreport_cont .col2 {
    overflow: hidden;
}
.textreport_cont .col2 .left,
.textreport_cont .col2 .right {
    float: none;
    width: 100%;
}
.textreport_cont .col2 .left {
    margin-bottom: 20px;
}

.textreport_cont .col2.col2_1 .right img,
.textreport_cont .col2.col2_2 .left img {
    width: 100%;
    max-width: 269px;
    text-align: center;
}




/* REPORT
-------------------------------------------*/
#openhouse_body.report_cont {
    width: 100%;
    margin: 0 auto;
}

#openhouse_body.report_cont .grid-cmn {
    clear: both;
    margin-bottom: 50px;
}

#openhouse_body.report_cont .grid-cmn .col2:first-child {
    width: 100%;
}

#openhouse_body.report_cont .grid-cmn .col2:last-child {
    width: 100%;
}

#openhouse_body.report_cont .resize {
    width: 100%;
}

#openhouse_body.report_cont .col2 .cate {
    color: #444;
    font-size: 85%;
    font-weight: bold;
    margin: 7px 0 4px;
}
#openhouse_body.report_cont h2 {
    font-size: 125%;
    line-height: 1.2;
    font-weight: bold;
    margin: 1px 0 3px;
}
#openhouse_body.report_cont p {
    margin: 15px 0 0;
}
#openhouse_body.report_cont p.subcatch {
    font-size: 95%;
    line-height: 1.2;
    margin: 7px 0 0;
}




/* DOWNLOAD
-------------------------------------------*/
#openhouse_body.download_cont {
    width: 100%;
    margin: 0 auto;
}

#openhouse_body.download_cont .tit_download_event {
    background: rgba(253, 223, 25, 1);
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#openhouse_body.download_cont .tit_download_event figure {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
#openhouse_body.download_cont .tit_download_event figure img {
    width: 60px;
    height: auto;
}
#openhouse_body.download_cont .tit_download_event span {
    display: block;
    color: #444;
    font-size: 85%;
    font-weight: bold;
    margin: 7px 0 4px;
}
#openhouse_body.download_cont .tit_download_event h3 {
    font-size: calc(2rem + 0.5vw);
    line-height: 1.2;
    font-weight: bold;
}

#openhouse_body .sec_download_list {
    margin: 0 0 50px;
}

#openhouse_body.download_cont .sec_download_list div {
    display: table;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 0 0 10px;
    margin: 10px 0 0 0;
}
#openhouse_body.download_cont .sec_download_list em {
    display: table-cell;
    width: 3.2em;
    background: #888;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    box-sizing: content-box;
    color: #fff;
    font-size: 95%;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
}
#openhouse_body.download_cont .sec_download_list p {
    display: table-cell;
    vertical-align: middle;
}
#openhouse_body.download_cont .sec_download_list a {
    display: block;
    background: url(https://www.docomo.ne.jp/images_osp/common/ico/ico_pdf01.png) 0.7em 0.5em no-repeat;
    padding: 2px 0 2px 2em;
}
#openhouse_body.download_cont .sec_download_list a span {
    font-size: 90%;
}
#openhouse_body.download_cont .sec_download_list a:hover {
    background: #eee url(https://www.docomo.ne.jp/images_osp/common/ico/ico_pdf01.png) 0.7em 0.5em no-repeat;
}
