@media print,
screen and (min-width: 768px) {
    section {
        position: relative
    }

    #mainvisual {
        background: url(../../../kyoto2018/img/mainvisual_bg.png) no-repeat center center;
        background-size: cover
    }

    .welcome_box {
        display: flex;
        margin-bottom: 20px
    }

    .welcome_box .photo {
        flex-shrink: 0;
        width: 100px
    }

    .welcome_box .text {
        padding-left: 40px;
        text-align: left
    }

    .welcome_box .text p {
        font-size: 1.7rem;
        margin-top: 15px
    }

    .welcome_box .text .read {
        font-weight: bold;
        margin-top: 0
    }

    .welcome_box+.read {
        margin-bottom: 60px;
        padding: 15px;
        font-size: 1.7rem;
        background-color: #dce7d0;
        text-align: left
    }

    .mypage {
        font-size: 1.7rem;
        font-weight: bold
    }

    .pickup {
        background: #fff;
        padding: 20px 0 40px
    }

    .pickup .inner {
        width: 1160px;
        margin: 0 auto;
        display: flex;
        justify-content: center
    }

    .pickup .inner dl {
        margin: 0 30px;
        font-family: "Roboto", sans-serif;
        width: 25%
    }

    .pickup .inner dt {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 10px;
        font-size: 2.5rem;
        font-weight: 700
    }

    .pickup .inner dd {
        text-align: center
    }

    .pickup .inner dd p.btn {
        margin-top: 20px
    }

    .pickup .inner dd p.btn a {
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        height: 30px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.5rem;
        color: #000;
        text-decoration: none;
        border-radius: 8px
    }

    .pickup .inner dd p.btn a::before {
        margin-left: .8em;
        transform: translateY(0);
        width: 20px;
        height: 20px;
        background-size: auto 20px
    }

    .pickup .inner dd p.btn a:hover {
        background: #006834;
        color: #fff
    }

    .pickup .inner dd p.copy {
        text-align: center;
        margin-top: 8px;
        font-weight: 500
    }

    .pamphlet {
        text-align: right;
        transform: translateY(-1.2em)
    }

    .pamphlet a {
        text-decoration: underline
    }

    .pamphlet a:before {
        width: 15px;
        height: 15px;
        background-size: auto 15px
    }

    .pamphlet a:hover {
        text-decoration: none
    }

    .Request {
        text-align: right
    }

    .Request a {
        color: #262626;
        font-size: 1.7rem;
        font-weight: 600;
        text-decoration: underline
    }

    .Request a::before {
        content: "";
        width: 15px;
        height: 15px;
        background: url(/common/img/icon_mail.svg) no-repeat center center;
        background-size: 100%;
        display: inline-block;
        margin-right: 10px;
        text-decoration: none
    }

    .Request a:hover {
        opacity: 0.6
    }

    #contents .program {
        background: #efefef;
        padding: 80px 0
    }

    #contents .program .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    #contents .program .inner h2 {
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 0
    }

    #contents .program .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    #contents .program .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    #contents .program .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    #contents .program .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    #contents .program .inner h2 span:before {
        display: none
    }

    #contents .program .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media print,
screen and (min-width: 768px) {
    #contents .program .inner h3 {
        font-family: "Roboto", sans-serif;
        font-size: 2.5rem;
        text-align: center;
        font-weight: 500
    }

    #contents .program .inner .day {
        font-family: "Roboto", sans-serif;
        font-size: 2.2rem;
        text-align: center;
        font-weight: 500;
        margin-top: 5px
    }

    #contents .program .inner button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none
    }

    #contents .program .inner #tabcontent .note {
        margin-top: 15px;
        font-size: 1.3rem;
        text-align: right
    }

    #contents .program .inner #tab_area ul {
        display: flex;
        justify-content: space-between;
        margin-top: 25px
    }

    #contents .program .inner #tab_area ul li {
        width: 32%
    }

    #contents .program .inner #tab_area ul li a,
    #contents .program .inner #tab_area ul li button {
        display: flex;
        align-items: center;
        height: 80px;
        width: 100%;
        background-color: #006834;
        color: #fff;
        font-size: 1.7rem;
        font-weight: 700;
        justify-content: center;
        opacity: .6;
        padding-top: 5px;
        box-sizing: border-box
    }

    #contents .program .inner #tab_area ul li a:hover,
    #contents .program .inner #tab_area ul li button:hover {
        opacity: 1
    }

    #contents .program .inner #tab_area ul li.active a,
    #contents .program .inner #tab_area ul li.active button {
        background-color: #fff;
        color: #006834;
        opacity: 1;
        position: relative
    }

    #contents .program .inner #tab_area ul li.active a::before,
    #contents .program .inner #tab_area ul li.active button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #006834
    }

    #contents .program .inner #tab_box {
        background: #fff;
        padding: 35px 0 0
    }

    #contents .program .inner #tab_box h3 {
        color: #006834;
        position: relative;
        display: inline-block;
        margin-bottom: 25px
    }

    #contents .program .inner #tab_box h3 span::before {
        content: " ";
        width: 35px;
        height: 2px;
        background: #006834;
        position: absolute;
        left: -45px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    #contents .program .inner #tab_box h3 span::after {
        content: " ";
        width: 35px;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -45px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    #contents .program .inner #tab_box .wrap {
        display: none
    }

    #contents .program .inner #tab_box .active {
        display: block
    }

    #contents .program .inner #tab_box .tab_box_inner>ul {
        padding: 0 20px 20px;
        margin-top: 35px;
        display: flex;
        justify-content: space-between
    }

    #contents .program .inner #tab_box .tab_box_inner>ul li {
        width: 49%;
        background: #DCE7D0;
        padding: 8px 0;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        border-radius: 4px
    }

    #contents .program .inner dl {
        font-family: "Roboto", sans-serif;
        text-align: left;
        position: relative;
        z-index: 2
    }

    #contents .program .inner dt {
        position: relative;
        background: #0e6a3a;
        padding: 10px 20px;
        color: #fff;
        font-size: 2.5rem;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease-out;
        line-height: 1;
        letter-spacing: 1px;
        display: flex;
        align-items: center
    }

    #contents .program .inner dt span {
        font-size: 1.4rem;
        padding-left: 20px
    }

    #contents .program .inner dt.active {
        background: #00a650
    }

    #contents .program .inner dt.active:before {
        content: "";
        width: 24px;
        height: 2px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 20px;
        background: #fff;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in
    }

    #contents .program .inner dt.active:after {
        content: "";
        width: 2px;
        height: 0 !important;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 31px;
        background: #fff;
        transform: scale(1);
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in
    }

    #contents .program .inner dd {
        padding: 0 20px 20px
    }

    #contents .program .inner dd .timeLine {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #contents .program .inner dd .timeLine>div {
        width: 49.4%;
        margin-top: 20px
    }

    #contents .program .inner dd .timeLine .sessions {
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-top: 20px
    }

    #contents .program .inner dd .timeLine .sessions .label {
        padding: 2px 8px;
        margin-right: 10px
    }

    #contents .program .inner dd .timeLine .indent_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        border-radius: 5px
    }

    #contents .program .inner dd .timeLine .type1,
    #contents .program .inner dd .timeLine .type2 {
        box-sizing: border-box;
        padding: 15px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: flex-end
    }

    #contents .program .inner dd .timeLine .type1 .links,
    #contents .program .inner dd .timeLine .type2 .links {
        flex-shrink: 0;
        margin-left: 25px;
        position: absolute;
        left: 0;
        bottom: 20px;
        display: flex
    }

    #contents .program .inner dd .timeLine .type1 .links li,
    #contents .program .inner dd .timeLine .type2 .links li {
        margin: 0 10px 0 0;
        position: relative;
        z-index: 1001
    }

    #contents .program .inner dd .timeLine .type1 .links li a,
    #contents .program .inner dd .timeLine .type2 .links li a {
        display: flex;
        background: #fff;
        color: #0e6a3a;
        text-decoration: none;
        padding: 0 15px;
        align-items: center;
        font-size: 1.3rem;
        font-weight: 500;
        height: 30px;
        border-radius: 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2)
    }

    #contents .program .inner dd .timeLine .type1 .links li a::before,
    #contents .program .inner dd .timeLine .type2 .links li a::before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
        font-size: 1.3rem;
        margin-right: 5px;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        background: none
    }

    #contents .program .inner dd .timeLine .type1 .links li a:hover,
    #contents .program .inner dd .timeLine .type2 .links li a:hover {
        color: #fff;
        background: #0e6a3a
    }

    #contents .program .inner dd .timeLine .type1 .links li a[href$=".pdf"]:before,
    #contents .program .inner dd .timeLine .type2 .links li a[href$=".pdf"]:before {
        background: none
    }

    #contents .program .inner dd .timeLine .type1 .links li a.webcast:before,
    #contents .program .inner dd .timeLine .type2 .links li a.webcast:before {
        content: '\e805'
    }

    #contents .program .inner dd .timeLine .type1 .links li a.FollowUp:before,
    #contents .program .inner dd .timeLine .type2 .links li a.FollowUp:before {
        content: '\e807'
    }

    #contents .program .inner dd .timeLine .type1>a,
    #contents .program .inner dd .timeLine .type2>a {
        display: flex;
        text-decoration: none;
        margin-right: auto;
        width: 100%;
        flex-direction: column
    }

    #contents .program .inner dd .timeLine .type1>a:before,
    #contents .program .inner dd .timeLine .type2>a:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-out;
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a:hover:before,
    #contents .program .inner dd .timeLine .type2>a:hover:before {
        box-shadow: 0 0 0 4px #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a .profile a,
    #contents .program .inner dd .timeLine .type2>a .profile a {
        position: relative;
        z-index: 1000
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:before,
    #contents .program .inner dd .timeLine .type2>a .profile a:before {
        opacity: 0;
        box-shadow: 0 0 0 0 #555 inset;
        background: rgba(50, 50, 50, 0.7)
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:after,
    #contents .program .inner dd .timeLine .type2>a .profile a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        width: 15px;
        height: 15px;
        bottom: 0;
        right: 0;
        background: #555;
        color: #fff;
        font-size: 0.8rem;
        line-height: 15px;
        text-align: center;
        transition: all 0.2s ease-out
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:hover:before,
    #contents .program .inner dd .timeLine .type2>a .profile a:hover:before {
        opacity: 1;
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:hover:after,
    #contents .program .inner dd .timeLine .type2>a .profile a:hover:after {
        background: none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 2rem
    }

    #contents .program .inner dd .timeLine .type1>a .profileName,
    #contents .program .inner dd .timeLine .type2>a .profileName {
        display: inline-block;
        margin-left: 3px;
        position: absolute;
        z-index: 10
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:after,
    #contents .program .inner dd .timeLine .type2>a .profileName a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        color: #555;
        font-size: 0.9rem;
        margin-left: 5px
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:hover,
    #contents .program .inner dd .timeLine .type2>a .profileName a:hover {
        opacity: 0.5
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:hover:before,
    #contents .program .inner dd .timeLine .type2>a .profileName a:hover:before {
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1.hideBox,
    #contents .program .inner dd .timeLine .type2.hideBox {
        padding: 0;
        margin: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background: none;
        min-height: inherit
    }

    #contents .program .inner dd .timeLine .type1 .box,
    #contents .program .inner dd .timeLine .type2 .box {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: auto
    }

    #contents .program .inner dd .timeLine .type1 .box .text,
    #contents .program .inner dd .timeLine .type2 .box .text {
        padding-bottom: 7.5px
    }

    #contents .program .inner dd .timeLine .type1 .box .text .block,
    #contents .program .inner dd .timeLine .type2 .box .text .block {
        padding-bottom: 7.5px
    }

    #contents .program .inner dd .timeLine .type1 .photo,
    #contents .program .inner dd .timeLine .type2 .photo {
        height: 100px;
        flex-shrink: 0
    }

    #contents .program .inner dd .timeLine .type1 .photo object,
    #contents .program .inner dd .timeLine .type2 .photo object {
        display: block;
        position: absolute;
        width: 75px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1 .photo object a,
    #contents .program .inner dd .timeLine .type2 .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1 .photo img,
    #contents .program .inner dd .timeLine .type2 .photo img {
        max-width: inherit;
        height: 100%;
        width: 75px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1 .head_block,
    #contents .program .inner dd .timeLine .type2 .head_block {
        text-align: left;
        font-weight: 700;
        padding-bottom: 15px
    }

    #contents .program .inner dd .timeLine .type1 .head_block p,
    #contents .program .inner dd .timeLine .type2 .head_block p {
        display: inline;
        line-height: 1.5
    }

    #contents .program .inner dd .timeLine .type1 .head_block .sessionName,
    #contents .program .inner dd .timeLine .type2 .head_block .sessionName {
        font-size: 2.1rem;
        font-weight: 700;
        padding-top: 5px
    }

    #contents .program .inner dd .timeLine .type1 .head_block .label,
    #contents .program .inner dd .timeLine .type2 .head_block .label {
        margin-right: 10px;
        color: #fff;
        padding: 3px 10px;
        border-radius: 2px;
        display: inline-block;
        transform: translateY(-2px)
    }

    #contents .program .inner dd .timeLine .type1 .head_block .label span,
    #contents .program .inner dd .timeLine .type2 .head_block .label span {
        white-space: nowrap
    }

    #contents .program .inner dd .timeLine .type1 .head_block .data,
    #contents .program .inner dd .timeLine .type2 .head_block .data {
        margin-left: auto
    }

    #contents .program .inner dd .timeLine .type1 .label,
    #contents .program .inner dd .timeLine .type2 .label {
        background: #666;
        color: #fff
    }

    #contents .program .inner dd .timeLine .type1 .name,
    #contents .program .inner dd .timeLine .type2 .name {
        font-weight: 700;
        font-size: 1.6rem;
        flex-shrink: 0
    }

    #contents .program .inner dd .timeLine .type1 .name .label,
    #contents .program .inner dd .timeLine .type2 .name .label {
        transform: translateY(-2px);
        font-size: 1.1rem;
        padding: 2px 10px;
        font-weight: normal;
        display: inline-block;
        background: #666;
        color: #fff;
        margin-right: 10px;
        border-radius: 2px
    }

    #contents .program .inner dd .timeLine .type1 .name .label.online_speaker,
    #contents .program .inner dd .timeLine .type2 .name .label.online_speaker {
        background: #fff;
        border: 2px solid #538135;
        color: #538135;
        width: auto;
        line-height: 1.2
    }

    #contents .program .inner dd .timeLine .type1 .name .label.video_message,
    #contents .program .inner dd .timeLine .type2 .name .label.video_message {
        background: #366ACB;
        width: auto
    }

    #contents .program .inner dd .timeLine .type1 .name .label.speaker,
    #contents .program .inner dd .timeLine .type2 .name .label.speaker {
        background: #fff;
        border: 2px solid #222;
        color: #222;
        line-height: 1.2
    }

    #contents .program .inner dd .timeLine .type1 .name .label.commentator,
    #contents .program .inner dd .timeLine .type2 .name .label.commentator {
        background: #538135;
        width: auto
    }

    #contents .program .inner dd .timeLine .type1 .copy,
    #contents .program .inner dd .timeLine .type2 .copy {
        margin-top: 5px
    }

    #contents .program .inner dd .timeLine .type1.type1,
    #contents .program .inner dd .timeLine .type2.type1 {
        background: #dce7d0
    }

    #contents .program .inner dd .timeLine .type1.type2,
    #contents .program .inner dd .timeLine .type2.type2 {
        background: #f0f0f0
    }

    #contents .program .inner dd .timeLine .type1.type3,
    #contents .program .inner dd .timeLine .type2.type3 {
        background: #ddd
    }

    #contents .program .inner dd .timeLine .type1.type4,
    #contents .program .inner dd .timeLine .type2.type4 {
        background: #fff;
        border: 1px solid #ddd
    }

    #contents .program .inner dd .timeLine .type1.long,
    #contents .program .inner dd .timeLine .type2.long {
        width: 100%;
        padding-right: 135px;
        min-height: 140px;
        box-sizing: inherit
    }

    #contents .program .inner dd .timeLine .type1.long.two_photo {
        padding-right: 245px;
    }

    #contents .program .inner dd .timeLine .type1.long .text,
    #contents .program .inner dd .timeLine .type2.long .text {
        width: 100%
    }

    #contents .program .inner dd .timeLine .type1.long .photo,
    #contents .program .inner dd .timeLine .type2.long .photo {
        width: 105px;
        height: 140px;
        right: 15px;
        top: 15px;
        left: inherit;
        position: absolute
    }

    #contents .program .inner dd .timeLine .type1.long .photo.two_column,
    #contents .program .inner dd .timeLine .type2.long .photo.two_column {
        width: auto;
        display: flex;
        top: auto;
        bottom: 15px
    }

    #contents .program .inner dd .timeLine .type1.long .photo.two_column>p,
    #contents .program .inner dd .timeLine .type2.long .photo.two_column>p {
        margin-left: 15px;
        width: 105px
    }

    #contents .program .inner dd .timeLine .type1.long .photo object,
    #contents .program .inner dd .timeLine .type2.long .photo object {
        display: block;
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1.long .photo object a,
    #contents .program .inner dd .timeLine .type2.long .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1.long .photo img,
    #contents .program .inner dd .timeLine .type2.long .photo img {
        max-width: inherit;
        height: 100%;
        width: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.half,
    #contents .program .inner dd .timeLine .type2.half {
        width: 575px;
        padding-right: 103px
    }

    #contents .program .inner dd .timeLine .type1.half .photo,
    #contents .program .inner dd .timeLine .type2.half .photo {
        width: 105px;
        height: 107px;
        right: 15px;
        left: inherit
    }

    #contents .program .inner dd .timeLine .type1.half .photo object,
    #contents .program .inner dd .timeLine .type2.half .photo object {
        display: block;
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1.half .photo object a,
    #contents .program .inner dd .timeLine .type2.half .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1.half .photo img,
    #contents .program .inner dd .timeLine .type2.half .photo img {
        max-width: inherit;
        height: 100%;
        width: 80px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.half .nameArea,
    #contents .program .inner dd .timeLine .type2.half .nameArea {
        flex-wrap: wrap
    }

    #contents .program .inner dd .timeLine .type1.half .nameArea .copy,
    #contents .program .inner dd .timeLine .type2.half .nameArea .copy {
        width: 100%;
        margin-top: 5px
    }

    #contents .program .inner dd .timeLine .type1.short,
    #contents .program .inner dd .timeLine .type2.short {
        width: calc(25% - 8px);
        padding: 0;
        margin-top: 8px
    }

    #contents .program .inner dd .timeLine .type1.short .title,
    #contents .program .inner dd .timeLine .type2.short .title {
        background: #999;
        padding: 5px 10px;
        min-height: 52px;
        height: 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff
    }

    #contents .program .inner dd .timeLine .type1.short .title p,
    #contents .program .inner dd .timeLine .type2.short .title p {
        line-height: 1.2;
        margin: 0;
        width: 100%
    }

    #contents .program .inner dd .timeLine .type1.short .title p.cat,
    #contents .program .inner dd .timeLine .type2.short .title p.cat {
        font-size: 1.1rem;
        margin-bottom: 5px
    }

    #contents .program .inner dd .timeLine .type1.short .block,
    #contents .program .inner dd .timeLine .type2.short .block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px
    }

    #contents .program .inner dd .timeLine .type1.short .photo,
    #contents .program .inner dd .timeLine .type2.short .photo {
        width: 70px;
        height: 100px;
        position: relative;
        left: 0;
        margin: 0;
        flex-shrink: 0
    }

    #contents .program .inner dd .timeLine .type1.short .photo img,
    #contents .program .inner dd .timeLine .type2.short .photo img {
        max-width: inherit;
        height: 100%;
        width: 70px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.short .text,
    #contents .program .inner dd .timeLine .type2.short .text {
        padding-right: 15px;
        box-sizing: border-box;
        width: 72%;
        width: calc(100% - 70px)
    }

    #contents .program .inner dd .timeLine .type1.short .label,
    #contents .program .inner dd .timeLine .type2.short .label {
        font-size: 1.1rem;
        padding: 2px 10px;
        font-weight: normal
    }

    #contents .program .inner dd .timeLine .type1.short .data,
    #contents .program .inner dd .timeLine .type2.short .data {
        font-size: 1.2rem;
        font-weight: 500
    }

    #contents .program .inner dd .timeLine .type1.short .name,
    #contents .program .inner dd .timeLine .type2.short .name {
        margin-top: 5px;
        font-weight: 700;
        font-size: 1.5rem
    }

    #contents .program .inner dd .timeLine .type1.short .copy,
    #contents .program .inner dd .timeLine .type2.short .copy {
        font-size: 1.1rem
    }

    #contents .program .inner .open dd {
        padding: 20px 0
    }

    #contents .program .inner .program_data {
        background: #f5f5f5;
        border-radius: 6px;
        margin-top: 25px
    }

    #contents .program .inner .program_data .btn a {
        display: block;
        margin: 0 auto;
        padding: 15px 80px;
        font-size: 1.8rem
    }

    #contents .program .inner .program_data .btn a:hover {
        background: #222;
        color: #fff;
        text-decoration: none
    }

    .sponsor {
        background: #fff;
        padding: 80px 0 80px
    }

    .sponsor .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    .sponsor .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 50px
    }

    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .sponsor .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .sponsor .inner h2 span:before {
        display: none
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media print,
screen and (min-width: 768px) {
    .sponsor .inner dl {
        margin: 0 0 50px;
        text-align: center
    }

    .sponsor .inner dl:last-child {
        margin-bottom: 0
    }

    .sponsor .inner dt {
        display: inline-block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 500;
        color: #666
    }

    .sponsor .inner dd {
        text-align: left
    }

    .sponsor .inner dd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .sponsor .inner dd ul li {
        margin: 25px 10px
    }

    .sponsor .inner .btn a {
        text-align: center;
        width: 300px;
        display: block;
        background: #262626;
        padding: 15px 0;
        margin: 0 auto;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.6rem;
        cursor: pointer;
        text-decoration: none;
        transition-delay: 0s !important;
        border-radius: 4px
    }

    .sponsor .inner .btn a:hover {
        background: #006834
    }

    .venue {
        background: #f0f0f0
    }

    .venue .wrap {
        background: url(../../../img/venue_bg.png) no-repeat center center;
        background-size: cover
    }

    .venue .wrap .inner {
        padding: 80px 0;
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    .venue .wrap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 70px;
        color: #fff
    }

    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .venue .wrap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .venue .wrap .inner h2 span:before {
        display: none
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media print,
screen and (min-width: 768px) {
    .venue .wrap .inner h2 span:before {
        background: #fff !important
    }

    .venue .wrap .inner h2 span:after {
        background: #fff !important
    }

    .venue .wrap .inner .box {
        display: flex;
        justify-content: space-between
    }

    .venue .wrap .inner .text {
        font-family: "Roboto", sans-serif;
        width: 580px;
        color: #fff;
        text-align: left
    }

    .venue .wrap .inner .text p {
        font-size: 2.1rem;
        font-weight: 500
    }

    .venue .wrap .inner .text address {
        font-style: normal;
        margin-top: 15px;
        font-size: 1.5rem;
        line-height: 2
    }

    .venue .wrap .inner .text p.btn {
        margin-top: 40px;
        font-family: "Roboto", sans-serif;
        font-weight: 300
    }

    .venue .wrap .inner .text p.btn a {
        display: inline-block;
        background: #262626;
        padding: 15px 50px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.3rem
    }

    .venue .wrap .google-maps {
        position: relative;
        height: 60vh;
        overflow: hidden
    }

    .venue .wrap .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .venue .wrap .mapfield {
        width: 100%;
        height: 50vh
    }

    .floorMap {
        background: #fff
    }

    .floorMap .inner {
        padding: 80px 0;
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    .floorMap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 50px
    }

    .floorMap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .floorMap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .floorMap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .floorMap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .floorMap .inner h2 span:before {
        display: none
    }

    .floorMap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media print,
screen and (min-width: 768px) {
    .floorMap .inner a {
        display: none
    }

    .floorMap .inner .floorMapArea ul {
        padding: 30px;
        background: #fff;
        display: grid;
        grid-template-columns: 550px auto;
        grid-template-rows: auto auto;
        grid-auto-flow: row dense;
        grid-row-gap: 15px;
        grid-column-gap: 15px
    }

    .floorMap .inner .floorMapArea ul li {
        grid-row-start: row-b;
        grid-column-start: column-b;
        grid-row-end: row-c;
        grid-column-end: column-d
    }

    .floorMap .inner .floorMapArea ul li:first-child {
        grid-row: 1 / 4;
        grid-column: 1 / 2
    }

    .floorMap .inner .floorMapArea ul li:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3
    }

    .floorMap .inner .floorMapArea ul li:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3
    }

    .floorMap .inner .floorMapArea ul li:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 2 / 3
    }

    .access {
        background: #fff;
        padding: 80px 0;
        border-bottom: 1px solid #ddd
    }

    .access p {
        width: 1160px;
        margin: 0 auto
    }

    .tel {
        background: #fff;
        padding: 80px 0
    }

    .tel .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    .tel .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 50px
    }

    .tel .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .tel .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .tel .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .tel .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .tel .inner h2 span:before {
        display: none
    }

    .tel .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media print,
screen and (min-width: 768px) {
    .tel .inner table {
        width: 760px;
        margin: 0 auto
    }

    .tel .inner table tr td:last-child {
        text-align: center
    }

    .media {
        background: #fff;
        padding: 80px 0 0
    }

    .media .inner {
        width: 760px;
        margin: 0 auto;
        text-align: center
    }

    .media .inner p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 15px
    }

    .media .inner p a {
        color: #1a45b0;
        text-decoration: underline
    }

    .mediaRequest {
        background: #fff;
        padding: 80px 0
    }

    .mediaRequest .inner {
        width: 1160px;
        margin: 0 auto;
        text-align: center
    }

    .mediaRequest .inner .btn {
        width: 550px;
        margin: 0 auto;
        font-family: "Roboto", sans-serif
    }

    .mediaRequest .inner .btn a {
        display: block;
        padding: 30px;
        font-size: 2.2rem;
        color: #fff;
        background: #006834;
        border-radius: 5px
    }
}

@media screen and (max-width: 767px) {
    section {
        position: relative
    }

    #mainvisual {
        background: url(../../../kyoto2018/img/mainvisual_bg.png) no-repeat center center;
        background-size: cover
    }

    .welcome_box {
        display: flex;
        margin-bottom: 6%;
        padding-bottom: 6%;
        border-bottom: 1px solid #ccc
    }

    .welcome_box .photo {
        flex-shrink: 0;
        width: 18vw
    }

    .welcome_box .text {
        padding-left: 6%;
        text-align: left
    }

    .welcome_box .text p {
        margin-top: 3%
    }

    .welcome_box .text .read {
        font-weight: bold;
        margin-top: 0
    }

    .mypage {
        font-size: 1.3rem;
        font-weight: bold
    }

    .pickup {
        background: #fff
    }

    .pickup .inner {
        padding: 3% 5%
    }

    .pickup .inner dl {
        padding: 5% 0;
        font-family: "Roboto", sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd
    }

    .pickup .inner dt {
        width: 45%;
        font-size: 1.5rem;
        font-weight: 700
    }

    .pickup .inner dd {
        width: 50%;
        text-align: center
    }

    .pickup .inner dd p.btn {
        margin-top: 2%
    }

    .pickup .inner dd p.btn a {
        display: block;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 10px 2%;
        font-weight: 700;
        font-size: 1rem;
        color: #000;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2)
    }

    .pickup .inner dd p.btn a::before {
        margin-left: .8em;
        transform: translateY(0);
        width: 15px;
        height: 15px;
        background-size: auto 15px
    }

    .pickup .inner dd p.copy {
        text-align: center;
        margin-top: 8px;
        font-weight: 500
    }

    .Request {
        text-align: right
    }

    .Request a {
        color: #262626;
        font-size: 1.2rem;
        font-weight: 600;
        text-decoration: underline
    }

    .Request a::before {
        content: "";
        width: 11px;
        height: 11px;
        background: url(/common/img/icon_mail.svg) no-repeat center center;
        background-size: 100%;
        display: inline-block;
        margin-right: 10px;
        text-decoration: none
    }

    #contents .program {
        background: #efefef;
        padding-bottom: 5%
    }

    #contents .program .inner {
        text-align: left
    }

    #contents .program .inner h3 {
        font-family: "Roboto", sans-serif;
        font-size: 1.4rem;
        text-align: left;
        font-weight: 500
    }

    #contents .program .inner .day {
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        text-align: left;
        font-weight: 500;
        margin-top: 5px
    }

    #contents .program .inner button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none
    }

    #contents .program .inner .title_head {
        padding: 10% 5% 0
    }

    #contents .program .inner .title_head .alignC {
        text-align: left !important
    }

    #contents .program .inner .title_head .pamphlet {
        text-align: right;
        transform: translateY(-1.5em)
    }

    #contents .program .inner .title_head .pamphlet a {
        text-decoration: underline
    }

    #contents .program .inner .title_head .pamphlet a:before {
        width: 12px;
        height: 12px;
        background-size: auto 12px
    }

    #contents .program .inner .title_head .pamphlet a:hover {
        text-decoration: none
    }

    #contents .program .inner #tabcontent .note {
        margin-top: 15px;
        margin-right: 15px;
        font-size: 1rem;
        text-align: right
    }

    #contents .program .inner #tab_area {
        width: 100%;
        overflow-x: scroll
    }

    #contents .program .inner #tab_area ul {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
        width: 640px;
        padding-left: 5%
    }

    #contents .program .inner #tab_area ul li {
        width: 205px
    }

    #contents .program .inner #tab_area ul li a,
    #contents .program .inner #tab_area ul li button {
        display: flex;
        align-items: center;
        height: 65px;
        width: 100%;
        background-color: #006834;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 700;
        justify-content: center;
        opacity: .6;
        padding-top: 5px;
        box-sizing: border-box
    }

    #contents .program .inner #tab_area ul li a:hover,
    #contents .program .inner #tab_area ul li button:hover {
        opacity: 1
    }

    #contents .program .inner #tab_area ul li.active a,
    #contents .program .inner #tab_area ul li.active button {
        background-color: #fff;
        color: #006834;
        opacity: 1;
        position: relative
    }

    #contents .program .inner #tab_area ul li.active a::before,
    #contents .program .inner #tab_area ul li.active button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #006834
    }

    #contents .program .inner #tab_box {
        background: #fff;
        padding: 8% 5%;
        text-align: center;
        transform: translateY(-1px)
    }

    #contents .program .inner #tab_box h3 {
        color: #006834;
        position: relative;
        display: inline-block
    }

    #contents .program .inner #tab_box h3 span::before {
        content: " ";
        width: 35px;
        height: 2px;
        background: #006834;
        position: absolute;
        left: -45px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    #contents .program .inner #tab_box h3 span::after {
        content: " ";
        width: 35px;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -45px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    #contents .program .inner #tab_box .wrap {
        display: none
    }

    #contents .program .inner #tab_box .active {
        display: block
    }

    #contents .program .inner #tab_box .tab_box_inner {
        text-align: left
    }

    #contents .program .inner #tab_box .tab_box_inner>ul {
        display: none
    }

    #contents .program .inner dl {
        font-family: "Roboto", sans-serif;
        margin-top: 3%;
        text-align: left
    }

    #contents .program .inner dt {
        position: relative;
        background: #0e6a3a;
        padding: 3%;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease-out;
        border-radius: 4px
    }

    #contents .program .inner dt span {
        display: block;
        font-size: 1.2rem
    }

    #contents .program .inner dd .timeLine .sessions .label {
        padding: 3px 8px;
        text-align: center
    }

    #contents .program .inner dd .timeLine>div {
        margin-top: 5%
    }

    #contents .program .inner dd .timeLine .type1,
    #contents .program .inner dd .timeLine .type2 {
        box-sizing: border-box;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        overflow: hidden
    }

    #contents .program .inner dd .timeLine .type1 .links,
    #contents .program .inner dd .timeLine .type2 .links {
        flex-shrink: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 4%
    }

    #contents .program .inner dd .timeLine .type1 .links li,
    #contents .program .inner dd .timeLine .type2 .links li {
        position: relative;
        z-index: 1001
    }

    #contents .program .inner dd .timeLine .type1 .links li a,
    #contents .program .inner dd .timeLine .type2 .links li a {
        display: flex;
        background: #fff;
        color: #0e6a3a;
        text-decoration: none;
        padding: 0 13px;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 500;
        height: 34px;
        border-radius: 17px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2)
    }

    #contents .program .inner dd .timeLine .type1 .links li a::before,
    #contents .program .inner dd .timeLine .type2 .links li a::before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: relative;
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        line-height: 1rem;
        font-size: 1rem;
        margin-right: 5px;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        background: none
    }

    #contents .program .inner dd .timeLine .type1 .links li a:hover,
    #contents .program .inner dd .timeLine .type2 .links li a:hover {
        color: #fff;
        background: #0e6a3a
    }

    #contents .program .inner dd .timeLine .type1 .links li a[href$=".pdf"]:before,
    #contents .program .inner dd .timeLine .type2 .links li a[href$=".pdf"]:before {
        background: none
    }

    #contents .program .inner dd .timeLine .type1 .links li a.webcast:before,
    #contents .program .inner dd .timeLine .type2 .links li a.webcast:before {
        content: '\e805'
    }

    #contents .program .inner dd .timeLine .type1 .links li a.FollowUp:before,
    #contents .program .inner dd .timeLine .type2 .links li a.FollowUp:before {
        content: '\e807'
    }

    #contents .program .inner dd .timeLine .type1>a,
    #contents .program .inner dd .timeLine .type2>a {
        display: block;
        text-decoration: none;
        margin-right: auto;
        width: 100%
    }

    #contents .program .inner dd .timeLine .type1>a:before,
    #contents .program .inner dd .timeLine .type2>a:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-out;
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a:hover:before,
    #contents .program .inner dd .timeLine .type2>a:hover:before {
        box-shadow: 0 0 0 4px #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a .profile a,
    #contents .program .inner dd .timeLine .type2>a .profile a {
        position: relative;
        z-index: 1000
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:before,
    #contents .program .inner dd .timeLine .type2>a .profile a:before {
        opacity: 0;
        box-shadow: 0 0 0 0 #555 inset;
        background: rgba(50, 50, 50, 0.7)
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:after,
    #contents .program .inner dd .timeLine .type2>a .profile a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        position: absolute;
        width: 15px;
        height: 15px;
        bottom: 0;
        right: 0;
        background: #555;
        color: #fff;
        font-size: 0.8rem;
        line-height: 15px;
        text-align: center;
        transition: all 0.2s ease-out
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:hover:before,
    #contents .program .inner dd .timeLine .type2>a .profile a:hover:before {
        opacity: 1;
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1>a .profile a:hover:after,
    #contents .program .inner dd .timeLine .type2>a .profile a:hover:after {
        background: none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 2rem
    }

    #contents .program .inner dd .timeLine .type1>a .profileName,
    #contents .program .inner dd .timeLine .type2>a .profileName {
        display: inline-block;
        margin-left: 3px;
        position: absolute;
        z-index: 10
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:after,
    #contents .program .inner dd .timeLine .type2>a .profileName a:after {
        content: "\e800";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        color: #555;
        font-size: 0.9rem;
        margin-left: 5px
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:hover,
    #contents .program .inner dd .timeLine .type2>a .profileName a:hover {
        opacity: 0.5
    }

    #contents .program .inner dd .timeLine .type1>a .profileName a:hover:before,
    #contents .program .inner dd .timeLine .type2>a .profileName a:hover:before {
        box-shadow: 0 0 0 0 #555 inset
    }

    #contents .program .inner dd .timeLine .type1.hideBox,
    #contents .program .inner dd .timeLine .type2.hideBox {
        padding: 0;
        margin: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background: none;
        min-height: inherit
    }

    #contents .program .inner dd .timeLine .type1 .box,
    #contents .program .inner dd .timeLine .type2 .box {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    #contents .program .inner dd .timeLine .type1 .box .text,
    #contents .program .inner dd .timeLine .type2 .box .text {
        padding-bottom: 10px;
        padding-right: 10px
    }

    #contents .program .inner dd .timeLine .type1 .box .text>.block,
    #contents .program .inner dd .timeLine .type2 .box .text>.block {
        margin-bottom: 15px
    }

    #contents .program .inner dd .timeLine .type1 .box .text>.block:last-child,
    #contents .program .inner dd .timeLine .type2 .box .text>.block:last-child {
        margin-bottom: 0
    }

    #contents .program .inner dd .timeLine .type1 .photo,
    #contents .program .inner dd .timeLine .type2 .photo {
        height: 100px;
        flex-shrink: 0;
        align-self: flex-end
    }

    #contents .program .inner dd .timeLine .type1 .photo object,
    #contents .program .inner dd .timeLine .type2 .photo object {
        display: block;
        position: absolute;
        width: 75px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1 .photo object a,
    #contents .program .inner dd .timeLine .type2 .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1 .photo img,
    #contents .program .inner dd .timeLine .type2 .photo img {
        max-width: inherit;
        height: 100%;
        width: 75px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1 .head_block,
    #contents .program .inner dd .timeLine .type2 .head_block {
        text-align: left;
        font-weight: 700;
        padding-bottom: 15px
    }

    #contents .program .inner dd .timeLine .type1 .head_block p,
    #contents .program .inner dd .timeLine .type2 .head_block p {
        display: inline;
        line-height: 1.5
    }

    #contents .program .inner dd .timeLine .type1 .head_block .sessionName,
    #contents .program .inner dd .timeLine .type2 .head_block .sessionName {
        font-size: 1.6rem;
        font-weight: 700;
        padding-top: 5px
    }

    #contents .program .inner dd .timeLine .type1 .head_block .label,
    #contents .program .inner dd .timeLine .type2 .head_block .label {
        margin-right: 10px;
        color: #fff;
        padding: 3px 10px;
        border-radius: 2px;
        display: inline-block;
        transform: translateY(-2px)
    }

    #contents .program .inner dd .timeLine .type1 .head_block .label span,
    #contents .program .inner dd .timeLine .type2 .head_block .label span {
        white-space: nowrap
    }

    #contents .program .inner dd .timeLine .type1 .head_block .data,
    #contents .program .inner dd .timeLine .type2 .head_block .data {
        margin-left: auto
    }

    #contents .program .inner dd .timeLine .type1 .label,
    #contents .program .inner dd .timeLine .type2 .label {
        background: #666;
        color: #fff
    }

    #contents .program .inner dd .timeLine .type1 .name,
    #contents .program .inner dd .timeLine .type2 .name {
        font-weight: 700;
        font-size: 1.3rem;
        flex-shrink: 0
    }

    #contents .program .inner dd .timeLine .type1 .name .label,
    #contents .program .inner dd .timeLine .type2 .name .label {
        transform: translateY(-2px);
        font-size: 1rem;
        padding: 1px 10px;
        font-weight: normal;
        display: inline-block;
        background: #666;
        color: #fff;
        margin-right: 10px;
        border-radius: 2px
    }

    #contents .program .inner dd .timeLine .type1 .copy,
    #contents .program .inner dd .timeLine .type2 .copy {
        margin-top: 5px
    }

    #contents .program .inner dd .timeLine .type1.type1,
    #contents .program .inner dd .timeLine .type2.type1 {
        background: #dce7d0
    }

    #contents .program .inner dd .timeLine .type1.type2,
    #contents .program .inner dd .timeLine .type2.type2 {
        background: #f0f0f0
    }

    #contents .program .inner dd .timeLine .type1.type3,
    #contents .program .inner dd .timeLine .type2.type3 {
        background: #ddd
    }

    #contents .program .inner dd .timeLine .type1.type4,
    #contents .program .inner dd .timeLine .type2.type4 {
        background: #fff;
        border: 1px solid #ddd
    }

    #contents .program .inner dd .timeLine .type1.long,
    #contents .program .inner dd .timeLine .type2.long {
        width: 100%
    }

    #contents .program .inner dd .timeLine .type1.long .photo,
    #contents .program .inner dd .timeLine .type2.long .photo {
        height: 107px;
        right: 15px;
        left: inherit
    }

    #contents .program .inner dd .timeLine .type1.long .photo.two_column,
    #contents .program .inner dd .timeLine .type2.long .photo.two_column {
        height: auto
    }

    #contents .program .inner dd .timeLine .type1.long .photo.two_column>p,
    #contents .program .inner dd .timeLine .type2.long .photo.two_column>p {
        margin-top: 7px
    }

    #contents .program .inner dd .timeLine .type1.long .photo object,
    #contents .program .inner dd .timeLine .type2.long .photo object {
        display: block;
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1.long .photo object a,
    #contents .program .inner dd .timeLine .type2.long .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1.long .photo img,
    #contents .program .inner dd .timeLine .type2.long .photo img {
        max-width: inherit;
        height: 100%;
        width: 80px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.half,
    #contents .program .inner dd .timeLine .type2.half {
        width: 575px;
        padding-right: 103px
    }

    #contents .program .inner dd .timeLine .type1.half .photo,
    #contents .program .inner dd .timeLine .type2.half .photo {
        height: 107px;
        right: 15px;
        left: inherit
    }

    #contents .program .inner dd .timeLine .type1.half .photo object,
    #contents .program .inner dd .timeLine .type2.half .photo object {
        display: block;
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 10;
        right: 0
    }

    #contents .program .inner dd .timeLine .type1.half .photo object a,
    #contents .program .inner dd .timeLine .type2.half .photo object a {
        display: block
    }

    #contents .program .inner dd .timeLine .type1.half .photo img,
    #contents .program .inner dd .timeLine .type2.half .photo img {
        max-width: inherit;
        height: 100%;
        width: 80px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.half .nameArea,
    #contents .program .inner dd .timeLine .type2.half .nameArea {
        flex-wrap: wrap
    }

    #contents .program .inner dd .timeLine .type1.half .nameArea .copy,
    #contents .program .inner dd .timeLine .type2.half .nameArea .copy {
        width: 100%;
        margin-top: 5px
    }

    #contents .program .inner dd .timeLine .type1.short,
    #contents .program .inner dd .timeLine .type2.short {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    #contents .program .inner dd .timeLine .type1.short .title,
    #contents .program .inner dd .timeLine .type2.short .title {
        background: #999;
        padding: 5px 10px;
        min-height: 52px;
        height: 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff
    }

    #contents .program .inner dd .timeLine .type1.short .title p,
    #contents .program .inner dd .timeLine .type2.short .title p {
        line-height: 1.2;
        margin: 0;
        width: 100%
    }

    #contents .program .inner dd .timeLine .type1.short .title p.cat,
    #contents .program .inner dd .timeLine .type2.short .title p.cat {
        font-size: 1.1rem;
        margin-bottom: 5px
    }

    #contents .program .inner dd .timeLine .type1.short .block,
    #contents .program .inner dd .timeLine .type2.short .block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px
    }

    #contents .program .inner dd .timeLine .type1.short .photo,
    #contents .program .inner dd .timeLine .type2.short .photo {
        width: 70px;
        height: 100px;
        position: relative;
        left: 0;
        margin: 0
    }

    #contents .program .inner dd .timeLine .type1.short .photo img,
    #contents .program .inner dd .timeLine .type2.short .photo img {
        max-width: inherit;
        height: 100%;
        width: 70px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    #contents .program .inner dd .timeLine .type1.short .text,
    #contents .program .inner dd .timeLine .type2.short .text {
        padding-right: 15px;
        box-sizing: border-box;
        width: 72%;
        width: calc(100% - 70px)
    }

    #contents .program .inner dd .timeLine .type1.short .label,
    #contents .program .inner dd .timeLine .type2.short .label {
        font-size: 1.1rem;
        padding: 2px 10px;
        font-weight: normal
    }

    #contents .program .inner dd .timeLine .type1.short .data,
    #contents .program .inner dd .timeLine .type2.short .data {
        font-size: 1.2rem;
        font-weight: 500
    }

    #contents .program .inner dd .timeLine .type1.short .name,
    #contents .program .inner dd .timeLine .type2.short .name {
        margin-top: 5px;
        font-weight: 700;
        font-size: 1.5rem
    }

    #contents .program .inner dd .timeLine .type1.short .copy,
    #contents .program .inner dd .timeLine .type2.short .copy {
        font-size: 1.1rem
    }

    #contents .program .inner .open dd {
        padding: 3% 0
    }

    #contents .program .inner .program_data {
        background: #f5f5f5;
        border-radius: 6px;
        margin-top: 3%
    }

    #contents .program .inner .program_data .btn a {
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 1.8rem;
        text-align: center
    }

    #contents .program .inner .program_data .btn a:hover {
        background: #222;
        color: #fff;
        text-decoration: none
    }

    .sponsor {
        background: #fff;
        padding: 8% 5%
    }

    .sponsor .inner {
        margin: 0 auto
    }

    .sponsor .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 3%
    }

    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .sponsor .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .sponsor .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .sponsor .inner h2 span:before {
        display: none
    }

    .sponsor .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) {
    .sponsor .inner dl {
        margin: 6% 0 0
    }

    .sponsor .inner dl:last-child {
        margin-bottom: 0
    }

    .sponsor .inner dt {
        display: inline-block;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        color: #666
    }

    .sponsor .inner dd {
        text-align: left
    }

    .sponsor .inner dd ul {
        display: flex;
        flex-wrap: wrap
    }

    .sponsor .inner dd ul li {
        width: 24%;
        margin-right: 1%;
        margin-top: 1%
    }

    .sponsor .inner .btn a {
        text-align: center;
        width: 85%;
        display: block;
        background: #262626;
        padding: 3% 0;
        margin: 8% auto;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.1rem;
        cursor: pointer;
        text-decoration: none;
        transition-delay: 0s !important;
        border-radius: 4px
    }

    .sponsor .inner .btn a:hover {
        background: #006834
    }

    .venue {
        background: #f0f0f0
    }

    .venue .wrap {
        background: url(../../../img/venue_bg.png) no-repeat center center;
        background-size: cover
    }

    .venue .wrap .inner {
        padding: 8% 5%;
        margin: 0 auto
    }

    .venue .wrap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 3%;
        color: #fff
    }

    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .venue .wrap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .venue .wrap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .venue .wrap .inner h2 span:before {
        display: none
    }

    .venue .wrap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) {
    .venue .wrap .inner h2 span:before {
        background: #fff !important
    }

    .venue .wrap .inner h2 span:after {
        background: #fff !important
    }

    .venue .wrap .inner .box {
        margin-top: 6%
    }

    .venue .wrap .inner .text {
        font-family: "Roboto", sans-serif;
        color: #fff;
        text-align: left
    }

    .venue .wrap .inner .text p {
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 5%
    }

    .venue .wrap .inner .text address {
        font-style: normal;
        margin-top: 3%;
        font-size: 1rem;
        line-height: 2
    }

    .venue .wrap .inner .text p.btn {
        margin-top: 5%;
        font-family: "Roboto", sans-serif;
        font-weight: 300
    }

    .venue .wrap .inner .text p.btn a {
        display: inline-block;
        background: #262626;
        padding: 3% 15%;
        color: #fff;
        letter-spacing: 1px;
        font-size: 1rem
    }

    .venue .wrap .floorMap {
        margin: 5% 5% 8%;
        position: relative
    }

    .venue .wrap .floorMap a {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 7vw;
        height: 7vw;
        text-align: center;
        background: #999;
        color: #fff;
        line-height: 7vw;
        text-align: center
    }

    .venue .wrap .mapfield {
        width: 100%;
        height: 50vh
    }

    .venue .wrap .google-maps {
        position: relative;
        height: 60vh;
        overflow: hidden
    }

    .venue .wrap .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .venue .wrap .mapfield {
        width: 100%;
        height: 50vh
    }

    .floorMap {
        background: #f0f0f0
    }

    .floorMap .inner {
        padding: 8% 5%;
        margin: 0 auto
    }

    .floorMap .inner h2 {
        display: block;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: left;
        font-size: 3.2rem;
        font-weight: 500;
        margin-bottom: 50px
    }

    .floorMap .inner h2 span {
        display: inline-block;
        padding: 0 50px;
        position: relative
    }

    .floorMap .inner h2 span:before {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }

    .floorMap .inner h2 span:after {
        content: " ";
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .floorMap .inner h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative
    }

    .floorMap .inner h2 span:before {
        display: none
    }

    .floorMap .inner h2 span:after {
        content: " ";
        width: 10vw;
        height: 2px;
        background: #006834;
        position: absolute;
        right: -8vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media screen and (max-width: 767px) {
    .floorMap .inner a {
        display: none
    }

    .floorMap .inner .floorMapArea ul {
        padding: 0 3%;
        background: #fff
    }

    .floorMap .inner .floorMapArea ul li {
        padding: 3% 0
    }

    .access {
        position: relative;
        background: #fff;
        padding: 8% 5%
    }

    .access p {
        margin: 0 auto;
        overflow: auto;
        scrollbar-base-color: #00519c;
        scrollbar-arrow-color: #00519c;
        padding-bottom: 5%
    }

    .access p::-webkit-scrollbar {
        height: 6px
    }

    .access p::-webkit-scrollbar-track {
        border-radius: 6px;
        background-color: rgba(20, 20, 20, 0.3)
    }

    .access p::-webkit-scrollbar-thumb {
        background-color: #262626;
        border-radius: 6px
    }

    .access p span {
        display: block;
        width: 760px
    }

    .access .scroll {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation-delay: 1200ms
    }

    .access .scroll:before {
        content: "";
        background: url(../../img/scroll.svg) no-repeat center center;
        width: 15vw;
        height: 15vw;
        position: absolute;
        background-size: auto 15vw;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateX(-50%);
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        transition-delay: 1200ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation: scrollTween 800ms infinite alternate;
        animation: scrollTween 800ms infinite alternate;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .access.in .scroll {
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-name: fadeTween;
        animation-name: fadeTween;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .tel {
        background: #fff;
        padding: 8% 5%;
        border-top: 1px solid #ddd
    }

    .tel .inner {
        text-align: left;
        margin: 0 auto
    }

    .tel .inner table {
        width: 100%;
        margin: 0 auto
    }

    .tel .inner table tr td:last-child {
        text-align: center
    }

    .media {
        background: #fff;
        padding: 8% 5% 0
    }

    .media .inner {
        margin: 0 auto
    }

    .media .inner p {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 15px
    }

    .media .inner p a {
        color: #1a45b0;
        text-decoration: underline;
        word-wrap: break-word
    }

    .mediaRequest {
        background: #fff;
        padding: 8% 5%
    }

    .mediaRequest .inner .btn {
        width: 80%;
        margin: 8% auto 0;
        font-family: "Roboto", sans-serif
    }

    .mediaRequest .inner .btn a {
        display: block;
        text-align: center;
        padding: 5%;
        font-size: 1.6rem;
        color: #fff;
        background: #006834;
        border-radius: 5px
    }
}

.anniversary_logo{
    margin:  30px auto;
    width: 40%;
    max-width: 300px;
}