.shinoken .header .header-logo{
    padding: 10px 0 0 20px;
}
@media only screen and (max-width: 840px) {
    .symposium-column{
        padding-bottom: 30px !important;
        overflow: auto;
    }
}
.shinoken.symposium img {
    display: block;
}
.shinoken.symposium .container .main-section {
    height: 500px;
    background-position: center 0px !important;
    background-repeat: no-repeat !important;
}

.shinoken.symposium .container .content-section {
    max-width: 905px;
    margin: 35px auto;
}

.shinoken.symposium .container .content-section.full-width {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.shinoken.symposium .container .content-section.full-width .article {
    margin: 112px 0 0;
    width: 100%;
    /* max-width: 1200px; */
    float: left;
}

.shinoken.symposium .container .content-section.full-width .article .article-text {
    width: calc(100% - 200px);
    margin: auto;
}

.shinoken.symposium .container .content-section.full-width .article .article-text .title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    position: relative;
    margin-top: -8px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.shinoken.symposium .container .content-section.full-width .article .article-text .text {
    line-height: 2em;
    margin-bottom: 20px;
    width: auto;
}

.shinoken.symposium .container .content-section.full-width .article .article-text .text p{
    display: block;
}
.shinoken.symposium .container .content-section.full-width .article .article-text h2 + .text{
    margin-top: 35px;
}

.shinoken.symposium .container .content-section.full-width .article .article-img {
    width: calc(100% - 635px);
    max-width: 530px;
    height: 440px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.shinoken.symposium .container .content-section.full-width .article .article-img img {
    width: auto;
    height: 440px;
    display: block;
}

.shinoken.symposium .container .content-section.full-width .article .article-img.person-right img {
    float: right;
}

.shinoken.symposium .container .content-section.full-width .article.right {
    float: right;
}

.shinoken.symposium .container .content-section.full-width .article.right .article-img {
    float: right;
}

.shinoken.symposium .container .content-section.full-width .article:after {
    content: "";
    clear: both;
    display: table;
}

.shinoken.symposium .footer {
    clear: both;
}

.shinoken .btn-bottom-page {
    clear: both;
    display: block;
    text-align: center;
    padding: 110px 0 120px;
}

.shinoken .btn-bottom-page a {
    border: 2px solid #000;
    display: inline-block;
    padding: 10px 80px 10px 53px;
    margin: auto;
    position: relative;
}

.shinoken .btn-bottom-page a i {
    font-size: 40px;
    font-size: 2.5rem;
}

.shinoken .btn-bottom-page a .jp {
    display: inline-block;
    margin: 0 18px 0 22px;
}

.shinoken .btn-bottom-page a .ico {
    top: 45px;
    position: absolute;
    height: 1px;
    width: 25px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.shinoken .btn-bottom-page a .ico:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0px;
    top: -3px;
}

.shinoken .btn-bottom-page a:hover .ico {
    width: 40px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

@media only screen and (min-width: 1400px) {
    .shinoken.symposium .container .content-section.full-width .article {
        max-width: calc(100% - 200px);
    }
    .shinoken.symposium .container .content-section.full-width .article .article-text {
        margin-right: 0;
        margin-left: auto;
        padding-left: 200px;
        padding-right: 0;
        max-width: none;
        width: auto;
    }
    .shinoken.symposium .container .content-section.full-width .article.right .article-text {
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 200px;
    }
}

@media only screen and (min-width: 841px) {
    .shinoken.symposium .container .content-section.full-width {
        padding: 0;
    }
}

@media only screen and (min-width: 841px) and (max-width: 1260px) {
    .shinoken.symposium .container .content-section.full-width .article .article-text {
        width: 100%;
        margin: 0;
        padding: 0 35px;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img {
        height: auto;
        width: 100%;
        max-width: 35%;
    }
    .shinoken.symposium .container .content-section.full-width .article.right .article-text {
    }
}

@media only screen and (max-width: 840px) {
    .shinoken .footer {
        margin-top: 90px !important;
    }
    .shinoken.symposium {
        background: #ebebeb;
    }
    .shinoken.symposium .container .main-section {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 421px;
    }
    .shinoken.symposium .container .content-section {
        font-size: 14px;
    }
    .shinoken.symposium .container .content-section.full-width {
        padding: 0 15px;
    }
    .shinoken.symposium .container .content-section.full-width .article {
        margin: 49px 0 0;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img,
    .shinoken.symposium .container .content-section.full-width .article .article-text {
        float: none;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img,
    .shinoken.symposium .container .content-section.full-width .article .article-text {
        float: none !important;
        width: 100%;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 0 20px !important;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-img.person-right img {
        float: none;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-text .title {
        font-size: 19px;
        margin-top: 20px;
        padding-left: 12px;
    }
    .shinoken.symposium .container .content-section.full-width .article .article-text .title:before {
        margin: 6px 0 0 -12px;
        width: 3px;
        height: calc(100% - 9px);
    }
    .shinoken.symposium .container .content-section.full-width .article .article-text p.text {
        margin-top: 18px;
        line-height: 1.87em;
    }
    .shinoken .btn-bottom-page {
        padding: 110px 0 0px;
        padding-top: 42px;
    }
    .shinoken .btn-bottom-page a {
        border: 2px solid #000;
        padding: 8px 55px 9px 29px;
    }
    .shinoken .btn-bottom-page a .eng {
        font-size: 30px;
    }
    .shinoken .btn-bottom-page a .jp {
        font-size: 14px;
        margin: 0 13px 0 17px;
    }
    .shinoken .btn-bottom-page a .ico {
        top: 33px;
        height: 1px;
        width: 24px;
    }
    .shinoken .btn-bottom-page a .ico:after {
        border-bottom: 4px solid #000;
        border-right: 4px solid transparent;
        top: -3px;
        right: -1px;
    }
}
@media only screen and (max-width: 460px) {
    .shinoken.symposium .container .main-section {
        height: 200px;
    }
}

@media only screen and (max-width: 360px) {
    .shinoken .btn-bottom-page a {
        padding: 8px 45px 9px 20px;
    }
}

.shinoken.symposium .link-index{
    width: 100%;
    max-width: 1055px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.shinoken.symposium .link-index__background{
    background: #fff;
    padding: 40px 20px;
}
.shinoken.symposium .link-index__title{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.25rem;
}
.shinoken.symposium .link-index__link{
    width:100%;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.shinoken.symposium .link-index__link::before{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #e3b06e;
    position: absolute;
    left: 0;
    top: 0; 
    bottom:0;
    margin-top: auto;
    margin-bottom: auto;
}
/*-QA-*/
.shinoken.symposium .speaker-jinji,
.shinoken.symposium .speaker-orito,
.shinoken.symposium .speaker-yuasa,
.shinoken.symposium .speaker-iwashita,
.shinoken.symposium .speaker-nakamura,
.shinoken.symposium .speaker-haneda{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding-left: 50px;
    padding-top: 9px;
    line-height: 3;
    display: inline;
}
.shinoken.symposium .speaker-jinji::before,
.shinoken.symposium .speaker-orito::before,
.shinoken.symposium .speaker-yuasa::before,
.shinoken.symposium .speaker-iwashita::before,
.shinoken.symposium .speaker-nakamura::before,
.shinoken.symposium .speaker-haneda::before{
    position:absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    content: '';
}
.shinoken.symposium .speaker-jinji{
    padding-left: 0;
    color: rgb(50, 50, 50);
}

.shinoken.symposium .speaker-orito{
    color:rgb(60, 60, 248);
}

.shinoken.symposium .speaker-orito::before{
    background: url(/assets/images/crosstalk/symposium/face_icon_05.png) no-repeat;
    background-size: contain;
}
.shinoken.symposium .speaker-yuasa{
    color: #ff72a1;
}
.shinoken.symposium .speaker-yuasa::before{
    background: url(/assets/images/crosstalk/symposium/face_icon_02.png) no-repeat;
    background-size: contain;
}
.shinoken.symposium .speaker-iwashita{
    color: orangered;
}
.shinoken.symposium .speaker-iwashita::before{
    background: url(/assets/images/crosstalk/symposium/face_icon_01.png) no-repeat;
    background-size: contain;
}
.shinoken.symposium .speaker-nakamura{
    color: orange;
}
.shinoken.symposium .speaker-nakamura::before{
    background: url(/assets/images/crosstalk/symposium/face_icon_04.png) no-repeat;
    background-size: contain;
}
.shinoken.symposium .speaker-haneda{
    color: green;
}
.shinoken.symposium .speaker-haneda::before{
    background: url(/assets/images/crosstalk/symposium/face_icon_03.png) no-repeat;
    background-size: contain;
}

.shinoken.symposium .member-list{
    margin: 35px 15px;
    position: relative;
}

.shinoken.symposium .member__name{
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
}
.shinoken.symposium div:first-child .member__name{
    padding: 0 0 15px 0;
}

.shinoken.symposium .member-iwashita,
.shinoken.symposium .member-yuasa,
.shinoken.symposium .member-haneda,
.shinoken.symposium .member-nakamura,
.shinoken.symposium .member-orito{
    padding-left: 65px;
    position: relative;
}
.shinoken.symposium .member-iwashita .member__name::after{
    content: "";
    width: 105px;
    height: 2px;
    background-color: orangered;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.shinoken.symposium .member-yuasa .member__name::after{
    content: "";
    width: 105px;
    height: 2px;
    background-color: #ff72a1;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.shinoken.symposium .member-haneda .member__name::after{
    content: "";
    width: 105px;
    height: 2px;
    background-color: green;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.shinoken.symposium .member-nakamura .member__name::after{
    content: "";
    width: 105px;
    height: 2px;
    background-color: orange;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.shinoken.symposium .member-orito .member__name::after{
    content: "";
    width: 105px;
    height: 2px;
    background-color: rgb(60, 60, 248);
    position: absolute;
    left: 0;
    bottom: 10px;
}
.shinoken.symposium .member-iwashita::before{
    content: '';
    background: url(/assets/images/crosstalk/symposium/face_icon_01.png) no-repeat;
    background-size: contain;
    position:absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 0;
}
.shinoken.symposium .member-yuasa::before{
    content: '';
    background: url(/assets/images/crosstalk/symposium/face_icon_02.png) no-repeat;
    background-size: contain;
    position:absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 0;
}
.shinoken.symposium .member-haneda::before{
    content: '';
    background: url(/assets/images/crosstalk/symposium/face_icon_03.png) no-repeat;
    background-size: contain;
    position:absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 0;
}
.shinoken.symposium .member-nakamura::before{
    content: '';
    background: url(/assets/images/crosstalk/symposium/face_icon_04.png) no-repeat;
    background-size: contain;
    position:absolute;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
}
.shinoken.symposium .member-orito::before{
    content: '';
    background: url(/assets/images/crosstalk/symposium/face_icon_05.png) no-repeat;
    background-size: contain;
    position:absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 0;
}

@media screen and (min-width: 767px) {
    .shinoken.symposium .container .content-section.full-width .article:last-child {
        margin-bottom: 5rem;
    }
    .shinoken.symposium .member-list{
        margin:0;
        font-size: 10px;
    }
    .shinoken.symposium .member__name{
        padding: 0 0 15px 0;
        font-size: 14px;
    }
    .shinoken.symposium .member-iwashita::before,
    .shinoken.symposium .member-yuasa::before,
    .shinoken.symposium .member-haneda::before,
    .shinoken.symposium .member-nakamura::before,
    .shinoken.symposium .member-orito::before{
        display: none;
    }
    .shinoken.symposium .member-iwashita,
    .shinoken.symposium .member-yuasa,
    .shinoken.symposium .member-haneda,
    .shinoken.symposium .member-nakamura,
    .shinoken.symposium .member-orito{
        position:absolute;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 7px;
        width:160px;
        height:108px;
    }
    .shinoken.symposium .member-iwashita{
        left: 33%;
        bottom: 30px;
    }
    .shinoken.symposium .member-yuasa{
        left: 53%;
        bottom: 30px;
    }
    .shinoken.symposium .member-haneda{
        left: 79%;
        bottom: 30px;
    }
    .shinoken.symposium .member-nakamura{
        left: 7%;
        bottom: 30px;
    }
    /* .shinoken.symposium .member-orito{
        left: 80vw;
        top: 225px;
    } */
    .shinoken.symposium .container .content-section.full-width .article .article-img{
        margin-left: auto;
        margin-right: 20px;
    }

    .shinoken.symposium .container .content-section.full-width .article.right .article-img{
        margin-left: 20px;
        margin-right: auto;
    }
    
}


@media (max-width: 1020px) and (min-width: 766px) { 
    .shinoken.symposium .container .main-section{
        background-size: 100%!important;
        background-position: 0 0!important;
    }
    .shinoken.symposium .member-iwashita, .shinoken.symposium .member-yuasa, .shinoken.symposium .member-haneda, .shinoken.symposium .member-nakamura, .shinoken.symposium{  
        bottom: 10vw;
    }
    .shinoken.symposium .member-iwashita{
        bottom: 10vw;
    }
}
@media (max-width: 765px) and (min-width: 461px) { 
    .shinoken.symposium .container .main-section{
        background-size:120%!important;
        height:260px!important;
    }
}