@charset "utf-8";

.sub {
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_program.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ededed;
    background-size: 100%;
}

#header {
    width: 100%;
    height: 290px;
    position: relative;
    z-index: 10;
}

h2 {
    font-size: 6.0rem;
    line-height: 1;
    text-align: center;
    position: relative;
    top: 145px;
    text-transform: capitalize;
    /* margin: 100px 0; */
}

#main {
    padding-bottom: 80px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_program_ft.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.page-id-7 #main,
#main.no-post {
    background-image: none;
}


#main::before,
#main::after {
    content: "";
    width: 700px;
    position: absolute;
    z-index: -1;
    background-repeat: repeat-y;
    background-size: 100%;
}

#main::before {
    left: 0;
    /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_program_l.png); */
    background-position: left top;
    height: calc(100% - 30vw);
    top: 30vw;
}

#main::after {
    right: 0;
    /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_program_r.png); */
    background-position: right top;
    height: calc(100% - 30vw);
    top: 30vw;
}

.single-profile #main::before,
.single-profile #main::after {
    display: none;
}

@media screen and (max-width: 1080px) {
    #main::before {
        top: 60vw;
        width: 350px;
        height: calc(100% - 60vw);
    }

    #main::after {
        top: 60vw;
        width: 350px;
        height: calc(100% - 60vw);
    }
}

#main .inner {
    max-width: 1030px;
}

#main .inner .pd {
    padding: 0 15px;
}

#contents1 .contents-body {
    padding-bottom: 120px;
}

#contents1 .contents-body:before,
#contents1 .contents-body:after {
    background-repeat: repeat-y;
}

#main .head {
    padding: 90px 0 57px;
}

#main .head .title {
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
}

#main .head .title span {
    font-weight: 600;
}

#main .head .text {
    font-size: 1.6rem;
    line-height: 2;
}

/* program */

.program {}

.program.single #main .head {
    display: flex;
    margin: 0 0 51px;
    padding: 89px 14px 25px;
    border-bottom: solid 1px #000;
    position: relative;
}

.program.single #main .head .title {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    margin: 0 24px 0 0;
    padding: 7px 32px 7px 0;
    position: relative;
}

.program.single .head .title:before {
    content: "";
    width: 3px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
}

.program.single .head .title+div {
    line-height: 1.4;
}

.program.single .head .day {
    font-size: 2.0rem;
    font-weight: 600;
}

.program.single .head .time {
    font-size: 2.0rem;
    font-weight: 600;
}

.program.single .catch {
    margin-bottom: 30px;
    padding: 0 10px;
    line-height: 1;
    position: relative;
}

.program.single .catch .theme {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.program.single .imgon .catch .theme {
    width: calc(100% - 320px);
}

.program.single .catch .theme .session-tag {
    position: relative;
    top: -3px;
    margin-left: 15px;
}

.program.single .catch .title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
}

.program.single .imgon .catch .title {
    width: calc(100% - 320px);
}

.program.single .member {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 13px;
    padding: 0 10px;
    width: 100%;
}

.program.single .imgon .member {
    width: calc(100% - 320px);
}

.program.single .member li a span {
    font-size: 1.6rem;
}

.program.single .member+.agenda-wrap {
    margin: 0 10px 28px;
}

.program.single .text {
    line-height: 2;
    font-size: 1.8rem;
    margin-bottom: 75px;
    padding: 0 10px;
    width: 100%;
    min-height: 230px;
}

.program.single .imgon .text {
    width: calc(100% - 320px);
}

.program.single .member li .text {
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

.program.single .member li .text:hover {
    text-decoration: none;
}

.program.single .img {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 300px;
}

.program.single .img img {
    width: 100%;
}

.program.single .add-img-wrap {
    margin: 75px 0 0;
}

.program.single .add-img {
    margin: 0 0 75px;
    text-align: center;
}

.program.single .add-img:last-child {
    margin: 0;
}

.program.single .add-img img {
    max-width: 100%;
}

/* /program */

.searchWrap {
    margin: 0 0 68px;
    padding: 19px 0px 24px;
    border: solid 6px #fff;
}

.searchWrap .formArea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
    border-bottom: solid 5px #fff;
    padding: 0px 20px 20px;
}

.searchWrap .title {
    font-weight: 600;
    line-height: 1;
    font-size: 2.2rem;
    margin-right: 30px;
    margin-bottom: 0;
}

#search {
    position: relative;
    /* top: 5px; */
    /* right: 251px; */
    overflow: hidden;
    width: 397px;
    height: 45px;
}

#search.active {
    width: 250px;
    overflow: inherit;
}

#search .btn,
#search .btn-on {
    width: 38px;
    height: 42px;
    display: block;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_btn.png);
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #424242;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

#search.active .btn-on:focus {
    outline: none !important;
}

#search .header-form {
    height: 42px;
    position: absolute;
    /* right: 38px; */
    /* top: 0; */
    padding: 2px;
    border: solid 2px #000;
    transition: 0.3s;
    z-index: 100;
    padding: 0;
}

#search.active .header-form {
    opacity: 1;
    /* right: 5px; */
    padding: 0 0 8px 0;
}

#search .header-form input {
    width: 355px;
    line-height: 41px;
    border: none;
    background-color: transparent;
    padding: 4px 20px;
    font-size: 1.8rem;
    /* letter-spacing: 0.4rem; */
    color: #000;
    /* border: solid 1px #000; */
    font: 600 1.8rem YakuHanJP, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
}

.searchWrap .tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.searchWrap .tag a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding: 7px 25px;
    margin: 0 10px 10px 0;
    border: solid 2px #000;
}

.searchWrap .block {
    padding: 0 20px;
    margin-bottom: 30px;
}

.searchWrap .block.session {
    margin: 0 0 39px;
}

.searchWrap .block.agenda {
    /* overflow: hidden; */
}

.searchWrap .block .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
}

.searchWrap .block.session .title {
    margin-bottom: 18px;
}

.searchWrap .block.session ul {
    display: flex;
    justify-content: center;
}

.searchWrap .block.session ul li {
    /* width: 155px; */
    margin: 0 10px;
}

.searchWrap .block.session .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 18px;
}

.searchWrap .block.session ul {
    /* display: flex; */
    /* justify-content: center; */
}

.searchWrap .block.session ul li {
    /* width: 155px; */
    /* margin: 0 10px; */
}

.searchWrap .block.session ul li a {
    /* width: 100%; */
    /* font-size: 13px; */
    /* padding: 5px 0 6px; */
}

.session-tag {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    width: 128px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 5px 0 5px;
}



.searchWrap .block.agenda .title {
    margin-bottom: 18px;
}

.searchWrap .block.agenda ul {
    display: flex;
    justify-content: center;
}

.searchWrap .block.agenda ul li {
    width: 155px;
    margin: 0 10px;
}

.searchWrap .block.agenda .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 22px;
}

.searchWrap .block.agenda ul {
    width: 680px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.searchWrap .block.agenda ul li {
    width: 58px;
    margin: 0 5px 10px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.searchWrap .block.agenda ul li:nth-child(-n+9) {
    z-index: 10;
}

.searchWrap .block.agenda ul li.active {
    z-index: 10;
    /* overflow: inherit; */
}

.searchWrap .block.agenda ul li a {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 0;
}

.searchWrap .block.agenda ul li a img {
    /* width: 100%; */
}

.searchWrap .block.keyword .title {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 17px;
    display: block;
}

.searchWrap.tagonly {
    width: calc(100% - 30px);
    display: flex;
    margin: 0 auto;
    padding: 33px 45px 24px;
}

.searchWrap.tagonly .title {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-right: 50px;
}

.searchWrap.tagonly .tag {
    justify-content: flex-start;
}

.back {
    text-align: center;
    margin-top: 30px;
}

.back a {
    font-size: 2.0rem;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
}

.back a:before {
    content: "";
    width: 24px;
    height: 18px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_list.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.anchor {
    display: flex;
    margin-bottom: 78px;
    justify-content: center;
}

.anchor a {
    max-width: 132px;
    width: 14.28%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 27px 0 50px;
    position: relative;
    margin: 0 6px 0 0;
}

.anchor a:last-child {
    margin-right: 0;
}

.anchor .title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
}

.anchor .date {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.anchor a:before {
    content: "";
    width: 22px;
    height: 11px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 23px;
    margin-left: -11px;
}

#day .bar {
    text-align: center;
    border-top: solid 5px #000;
    border-bottom: solid 1px #b8b8b8;
    padding: 36px 0 32px;
    position: relative;
    cursor: pointer;
}

#day .bar:before,
#day .bar:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    transition: .2s;
}

#day .bar:after {
    transform: rotate(-90deg);
}

#day .bar.active:after {
    transform: rotate(0deg);
}

#day .bar .title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: 0.2rem;
}

#day .bar .date {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
}

.day-body {
    display: none;
    margin: 45px 0;
}

.day-body dl {
    display: flex;
    margin: 0 0 55px;
    padding: 0 15px;
}

.day-body dl .date {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 2;
    min-width: 192px;
}

.day-body dl dd {}

.day-body dl .info a {}

.day-body dl .info h3 {
    /* margin-bottom: 20px; */
    /* text-decoration: underline; */
    line-height: 1.5;
}

.day-body dl .info h3 .title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
}

.day-body dl .info h3 .agenda-tag {}

.day-body dl .info h3 .session-tag {
    position: relative;
    /* top: -3px; */
    margin-left: 10px;
    vertical-align: bottom;
    margin-top: 5px;
    margin-bottom: 5px;
}

.agenda-wrap {
    display: flex;
    /* display: none; */
    margin: 15px 0 0;
}

.agenda-tag {
    width: 58px;
    height: 58px;
    position: relative;
    /* cursor: pointer; */
    margin-right: 10px;
}

.agenda-tag img {
    width: 100%;
    position: relative;
    z-index: 100;
}

.agenda-tag.active img {}

.tooltips {
    padding-bottom: 79px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -36px;
    display: none;
    /* transition: all .1s ease-out; */
}

.agenda-tag.active .tooltips {
    display: block;
    z-index: 1;
}

.tooltips span {
    width: 300px;
    color: #fff;
    background-color: #000;
    display: block;
    position: relative;
    padding: 15px 19px;
}

.tooltips span::after {
    content: "";
    width: 28px;
    height: 21px;
    position: absolute;
    left: 46px;
    bottom: -16px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/tooltips.png);
    background-repeat: no-repeat;
}

.tooltips span p {
    line-height: 1.6;
}

.tooltips span p:nth-child(1) {
    font-weight: bold;
    font-size: 1.3rem;
}

.tooltips span p:nth-child(2) {
    font-size: 1.6rem;
    font-weight: bold;
}

.tooltips span p:nth-child(3) {
    font-size: 1.4rem;
}

.day-body dl .info .text {
    margin-top: 20px;
    /* text-decoration: underline; */
}

.day-body dl .info h3:hover,
.day-body dl .info .text:hover {
    text-decoration: none;
}

.day-body dl .info .text>p {
    font-size: 1.6rem;
    line-height: 2;
}

.day-body dl .info .text>p a {
    text-decoration: underline;
    cursor: pointer;
}

.day-body dl .info .text>p a:hover {
    text-decoration: none;
}

/*　speakers & team  */

.tax-categores #main .inner {
    max-width: 1100px;
    padding: 0 15px;
}

.tax-categores .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    max-width: 280px;
    margin-right: 100px;
}

.tax-categores .medium-4:nth-child(3n) {
    margin-right: 0px;
}

.profile.single .membersSingleImg {
    max-width: 240px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.tax-categores .row {
    /* max-width: 59.375rem; */
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 90px;
    max-width: 100%;
    overflow: hidden;
}

.tax-categores .category+.row {
    padding-top: 60px;
}

.tax-categores .column {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-width: 0;
}

.tax-categores .small-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
}

.tax-categores .membersItem {
    text-align: center;
    margin-bottom: 75px;
}

.tax-categores .membersItem a {
    display: block;
    width: 100%;
}

.tax-categores .membersItem a:hover img {
    opacity: .3;
    transition: all .4s;
}

.tax-categores .membersItem img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 26rem;
    height: 26rem;
    max-width: 100%;
    margin-bottom: 30px;
}

.tax-categores .membersSingleImgList {
    width: 260px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.tax-categores .membersSingleImgList img {}

.tax-categores .membersItem h3 {
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    font-size: 2rem;
    margin: 0 0 10px;
    font-size: 3.2rem;
}

.tax-categores .membersItem h3 small {
    color: #000;
    font-size: 1.6rem;
}

.tax-categores .category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 90px 0 0;
}

.tax-categores .category li {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 20px 10px 0;
    padding: 8px 25px;
    line-height: 1;
}

.tax-categores .category li a {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.tax-categores .category li:last-child {
    margin-right: 0;
}

/* /speakers & team */

/* profile */

.profile.single .row {
    max-width: 59.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
}

.profile.single .align-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.profile.single .row {
    max-width: 67.5rem;
    overflow: hidden;
}

.profile.single .column,
.columns {
    -ms-flex: 1 1 0px;
    /* flex: 1 1 0px; */
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    /* margin-right: 100px; */
}

.profile.single .column,
.columns:nth-child(3n) {
    margin-right: 0px;
}

.profile.single .small-12 {
    -ms-flex: 0 0 100%;
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
}

.profile.single .membersSingleImgWrapper {
    position: relative;
    width: 320px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.profile.single .membersSingleImg {
    max-width: 320px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.profile.single .row {
    padding-top: 85px;
    padding-bottom: 90px;
}

.profile.single .membersSingle h3 {
    font-size: 5rem;
    margin: 53px 0 35px;
}

.profile.single .membersSingle h3 small {
    color: #000;
    font-size: 1.6rem;
    margin: 22px 0 0 0;
    display: block;
}

.profile.single .membersSingle p {
    font-size: 1.8rem;
    margin: 0 0 50px;
    text-align: justify;
    line-height: 2;
    text-justify: inter-ideograph;
}

.profile.single .membersSingle p:last-child {
    margin-bottom: 0;
}

.profile.single .membersSingle p.membersPost {
    text-align: left;
}

.membersSingle .share {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}

.membersSingle .share li {
    list-style: none;
    width: 40px;
    margin: 0 18px;
}

.membersSingle .share li a {
    transition: all .5s ease 0s;
}

.membersSingle .share li a:hover {
    opacity: 0.7;
}

.membersSingle .share li a img {
    width: 100%;
}

.profile.single .membersDetail {
    word-break: break-all;
}

.profile.single a.btn {
    display: block;
    margin: 1rem auto;
    cursor: pointer;
    border: .25rem solid #000;
    max-width: 12rem;
    padding: 1rem 0 .75rem 0;
    text-align: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #efefef 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all .5s ease 0s;
    text-decoration: none;
}

.profile.single #aboutMembersSingle a.btn {
    margin-top: 4rem;
    max-width: 17rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
    position: relative;
}

/* /profile */

/* contact */

.page #main .head {
    text-align: center;
    padding: 18px 0 40px;
}

.page #main .head .title {
    /* margin-bottom: 45px; */
}

.page #main .head .text {
    font-size: 1.4rem;
}

.page #main .link {
    margin: 30px auto;
}

/* /contact */

/* search & tag */

.search h2,
.tag h2,
.parent-pageid-775 h2,
.parent-pageid-784 h2 {
    font-size: 3.6rem;
    font-weight: 600;
}

.search #day,
.tag #day,
.parent-pageid-775 #day,
.parent-pageid-784 #day {
    padding: 20px 0 0 0;
}

.search .day-body,
.tag .day-body,
.parent-pageid-775 .day-body,
.parent-pageid-784 .day-body {
    display: block;
}

.search #day .bar:before,
.search #day .bar:after,
.tag #day .bar:before,
.tag #day .bar:after,
.parent-pageid-775 #day .bar:before,
.parent-pageid-775 #day .bar:after,
.parent-pageid-784 #day .bar:before,
.parent-pageid-784 #day .bar:after {
    display: none;
}

/* /search & tag */

/* sub */

.tax-categores #main,
.profile.single #main,
.search #main,
.tag #main,
.parent-pageid-775 #main,
.parent-pageid-784 #main {
    padding-bottom: 0px;
}

.tax-categores #contents1,
.profile.single #contents1,
.search #contents1,
.tag #contents1,
.parent-pageid-775 #contents1,
.parent-pageid-784 #contents1 {
    /* border-radius: 0 150px 0 0; */
}

/* /sub */


/* 404 */

.notfound {
    text-align: center;
    font-size: 3.6rem;
    padding: 206px 0 170px;
}

@media screen and (max-width: 1180px) {

    /* @media screen and (max-width: 639px) { */
    /*--------------------------------------------------------------
----------------------------------------------------------------
SP only
----------------------------------------------------------------
----------------------------------------------------------------*/
    .sub {
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_header_sub_sp.jpg);
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    #header {
        width: 100%;
        height: 190px;
        /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_header_sub_sp.jpg); */
        /* background-size: cover; */
        /* background-position: top center; */
        /* position: relative; */
        /* z-index: 10; */
        overflow: hidden;
    }

    h2 {
        font-size: 4rem;
        /* line-height: 1; */
        /* text-align: center; */
        /* position: relative; */
        top: 110px;
        /* margin: 100px 0; */
    }

    #main .inner {
        max-width: 1030px;
    }

    #main .inner .pd {
        padding: 0;
    }

    #contents1 .contents-body {
        padding-bottom: 60px;
    }

    #contents1 .contents-body:before {
        width: 100%;
        top: 40vw;
        right: 0;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts1_sp.jpg);
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    #contents1 .contents-body:after {
        width: 100%;
        top: 250vw;
        left: 0;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts2_sp.jpg);
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    #main .head {
        padding: 45px 0 34px;
    }

    #main .head .title {
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 7px;
    }

    #main .head .title span {
        font-weight: 600;
    }

    #main .head .text {
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .tax-categores .medium-4 {
        margin-right: 0px;
    }

    .single #main .head {
        display: flex;
        margin: 0 0 26px;
        padding: 50px 0px 12px;
        border-bottom: solid 1px #000;
        position: relative;
    }

    .single #main .head .title {
        font-size: 2.1rem;
        letter-spacing: 0.2rem;
        margin: 0 20px 0 0;
        padding: 8px 18px 0 0;
        position: relative;
    }

    .single #main .head .title:before {
        content: "";
        width: 2px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
    }

    .single #main .head .title+div {
        line-height: 1.4;
    }

    .single #main .head .day {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .single #main .head .time {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .single.program #main .head {
        display: flex;
        margin: 0 0 26px;
        padding: 50px 0px 12px;
        border-bottom: solid 1px #000;
        position: relative;
    }

    .single.program #main .head .title {
        font-size: 2.1rem;
        letter-spacing: 0.2rem;
        margin: 0 20px 0 0;
        padding: 8px 18px 0 0;
        position: relative;
    }

    .single.program #main .head .title:before {
        content: "";
        width: 2px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
    }

    .single.program #main .head .title+div {
        line-height: 1.4;
    }

    .single.program #main .head .day {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .single.program #main .head .time {
        font-size: 1.6rem;
        font-weight: 600;
    }



    .program.single .add-img-wrap {
        margin: 40px 0 0;
    }

    .program.single .add-img {
        margin: 0 0 40px;
    }

    .program.single .add-img:last-child {
        margin: 0;
    }

    /* program */
    #main {
        background-image: none;
        min-height: inherit;
    }

    .program.single .catch {
        margin-bottom: 15px;
        padding: 0;
        line-height: 1;
        position: relative;
    }

    .program.single .catch .theme {
        font-size: 1.7rem;
        /* font-weight: 600; */
        margin-bottom: 15px;
        width: inherit;
    }

    .program.single .imgon .catch .theme {
        width: inherit;
    }

    .program.single .catch .theme .session-tag {
        padding: 5px 16px;
        top: -3px;
    }

    .program.single .catch .title {
        font-size: 3rem;
        /* font-weight: 600; */
        margin-bottom: 22px;
        width: inherit;
    }

    .program.single .imgon .catch .title {
        width: inherit;
    }

    .program.single .member {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 7px;
        padding: 0;
        width: inherit;
    }

    .program.single .imgon .member {
        width: inherit;
    }

    .program.single .member li {}

    .program.single .text {
        line-height: 1.8;
        font-size: 1.4rem;
        margin-bottom: 45px;
        padding: 0;
        min-height: inherit;
    }

    .program.single .imgon .text {
        width: inherit;
    }

    .program.single .img {
        position: inherit;
        top: inherit;
        right: inherit;
        padding: 0 30px;
        margin: 0 auto;
    }

    /* /program */
    .searchWrap {
        margin: 0 0 38px;
        padding: 28px 0px 24px;
        /* border: solid 6px #fff; */
    }

    .searchWrap .formArea {
        display: block;
        /* justify-content: center; */
        /* align-items: center; */
        margin-bottom: 25px;
    }

    .searchWrap .title {
        font-weight: 600;
        line-height: 1;
        font-size: 1.7rem;
        margin-right: 30px;
        margin-bottom: 14px;
    }

    #search {
        position: relative;
        /* top: 5px; */
        /* right: 251px; */
        overflow: hidden;
        width: 100%;
        height: 45px;
    }

    #search.active {
        width: 250px;
        overflow: inherit;
    }

    #search .btn,
    #search .btn-on {
        width: 38px;
        height: 42px;
        display: block;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_btn.png);
        background-size: 38px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        background-color: #424242;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
    }

    #search.active .btn-on:focus {
        outline: none !important;
    }

    #search .header-form {
        height: 42px;
        position: absolute;
        /* right: 38px; */
        /* top: 0; */
        padding: 2px;
        border: solid 2px #000;
        transition: 0.3s;
        z-index: 100;
        padding: 0;
        width: calc(100% - 38px);
    }

    #search.active .header-form {
        opacity: 1;
        /* right: 5px; */
        padding: 0 0 8px 0;
    }

    #search .header-form input {
        width: 100%;
        /* line-height: 41px; */
        /* border: none; */
        /* background-color: transparent; */
        padding: 8px 10px;
        font-size: 1.3rem;
        /* letter-spacing: 0.4rem; */
        /* color: #000; */
        /* border: solid 1px #000; */
    }

    .searchWrap .tag {
        /* display: flex; */
        /* justify-content: center; */
        /* flex-wrap: wrap; */
        justify-content: flex-start;
        padding: 0;
    }

    .searchWrap .tag a {
        font-size: 1.3rem;
        /* font-weight: 600; */
        /* line-height: 1; */
        padding: 4px 18px;
        margin: 0 10px 10px 0;
        border: solid 2px #000;
    }


    .searchWrap .block {
        margin-bottom: 19px;
    }

    .searchWrap .block.session {
        padding: 0 20px;
        margin: 0 0 20px;
    }

    .searchWrap .block .title {}

    .searchWrap .block.session .title {
        font-size: 17px;
        text-align: left;
    }

    .searchWrap .block.session ul {}

    .searchWrap .block.session ul li {
        width: calc(50% - 15px);
        margin: 0 15px 8px 0;
    }

    .searchWrap .block.session .title {
        margin-bottom: 10px;
    }

    .searchWrap .block.session ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .searchWrap .block.session ul li {}

    .searchWrap .block.session ul li a {
        width: 100%;
    }

    .session-tag {
        /* width: inherit; */
        width: inherit;
        font-size: 1.1rem;
        padding: 5px 0 6px;
    }



    .searchWrap .block.agenda .title {
        text-align: left;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .searchWrap .block.agenda ul {
        width: inherit;
        display: flex;
        justify-content: flex-start;
    }

    .searchWrap .block.agenda ul li {
        width: 45px;
        margin: 0 4px 8px 0;
    }

    .searchWrap .block.agenda .title {}

    .searchWrap .block.agenda ul {}

    .searchWrap .block.agenda ul li {}


    .searchWrap .block.agenda ul li .tooltips {
        display: none;
    }

    .searchWrap .block.agenda ul li a {}

    .searchWrap .block.agenda ul li a img {}


    .searchWrap .block.keyword .title {
        font-size: 17px;
        text-align: left;
    }

    .searchWrap.tagonly {}

    .searchWrap.tagonly .title {}

    .day-body dl .info h3 .title {
        font-size: 1.7rem;
    }

    .day-body dl .info h3 .session-tag {

        padding: 4px 12px;

        top: -3px;

    }

    .searchWrap.tagonly {
        width: calc(100% - 0px);
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 17px 20px 24px;
    }

    .searchWrap.tagonly .title {
        font-size: 1.6rem;
        margin-top: 10px;
        margin-right: 50px;
    }

    .searchWrap.tagonly .tag {
        justify-content: flex-start;
    }

    .back {
        text-align: center;
        margin-top: 30px;
    }

    .back a {
        font-size: 1.4rem;
        /* font-weight: 600; */
        /* position: relative; */
        padding-left: 26px;
    }

    .back a:before {
        /* content: ""; */
        width: 16px;
        height: 14px;
        /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_list.png); */
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }

    .anchor {
        /* display: flex; */
        flex-direction: column;
        margin-bottom: 40px;
    }

    .anchor a {
        max-width: inherit;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: #fff;
        text-align: center;
        padding: 15px 20px;
        position: relative;
        margin: 0 6px 7px 0;
    }

    .anchor a:last-child {
        margin-right: 0;
    }

    .anchor .title {
        font-size: 1.8rem;
        font-weight: 600;
        /* line-height: 1; */
        margin-bottom: 0;
        margin-right: 20px;
    }

    .anchor .date {
        font-size: 1.3rem;
        line-height: 1;
        font-weight: 600;
    }

    .anchor a:before {
        /* content: ""; */
        width: 15px;
        height: 11px;
        /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/arrow.png); */
        /* position: absolute; */
        left: inherit;
        right: 18px;
        bottom: inherit;
        top: 50%;
        margin-left: inherit;
        margin-top: -3px;
    }

    #day .bar {
        text-align: center;
        border-top: solid 5px #000;
        border-bottom: solid 1px #b8b8b8;
        padding: 20px 0 17px;
        position: relative;
        cursor: pointer;
    }

    #day .bar:before,
    #day .bar:after {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #000;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -1px;
        transition: .2s;
    }

    #day .bar:after {
        transform: rotate(-90deg);
    }

    #day .bar.active:after {
        transform: rotate(0deg);
    }

    #day .bar .title {
        font-size: 2.5rem;
        /* font-weight: 600; */
        /* line-height: 1; */
        margin-bottom: 7px;
    }

    #day .bar .date {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1;
    }

    .day-body {
        display: none;
        margin: 35px 0 40px;
    }

    .day-body dl {
        /* display: flex; */
        flex-direction: column;
        margin: 0 0 25px;
        padding: 0 20px;
    }

    .day-body dl .date {
        font-size: 1.6rem;
        /* font-weight: 600; */
        /* line-height: 1; */
        width: 100%;
        margin-bottom: 10px;
        min-width: inherit;
    }

    .day-body dl .info a {
        text-decoration: underline;
    }

    .day-body dl .info h3 {
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.5;
        /* margin-bottom: 20px; */
    }

    .day-body dl .info .text {
        margin-top: 13px;
    }

    .day-body dl .info .text>p {
        font-size: 1.3rem;
        line-height: 2;
    }


    .agenda-wrap {
        margin-top: 10px;
    }

    .program.single .member+.agenda-wrap {

        margin: 0 0px 28px;
    }

    .agenda-tag {
        width: 40px;
        height: 45px;
        margin-right: 0px;
    }

    .agenda-tag img {
        z-index: 1;
    }

    .tooltips {
        position: fixed;
        top: 50%;
        left: 0;
        margin-top: -90px;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }

    .tooltips::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.6;
        position: fixed;
        top: 0;
        left: 0;
    }

    .agenda-tag.active .tooltips {
        /* position: fixed; */
        /* top: 50%; */
        /* left: 0; */
        /* margin-top: -90px; */
        /* width: calc(100% - 60px); */
        /* margin-left: 30px; */
        /* margin-right: 30px; */
        z-index: 999;
    }

    .tooltips span {
        width: 100%;
        padding: 25px 25px;
    }

    .tooltips span::after {
        display: none;
    }

    .tooltips span p {
        line-height: 1.6;
    }

    .tooltips span p:nth-child(1) {
        font-size: 1.3rem;
    }

    .tooltips span p:nth-child(2) {
        margin-bottom: 11px;
        font-size: 1.5rem;
    }

    .tooltips span p:nth-child(3) {
        font-size: 1.3rem;
    }

    .tooltips .close {
        position: absolute;
        top: -40px;
        right: 0;
        width: 25px;
        height: 25px;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/close.png);
        background-size: 100%;
        display: block !important;
    }




    /*　/speakers & team  */
    .row {
        max-width: 59.375rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        /* display: flex; */
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .row {
        max-width: 67.5rem;
        overflow: hidden;
    }

    .slant-section-wht .row {
        z-index: 1;
        position: relative;
    }

    .membersList {}

    .small-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tax-categores #main .inner {
        max-width: 870px;
        /* min-width: 464px; */
    }

    .tax-categores .medium-4 {
        -ms-flex: inherit;
        flex: 0 0 50%;
        max-width: 50%;
        max-width: 280px;
    }

    .tax-categores .row {
        /* max-width: 59.375rem; */
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 50px;
        max-width: 100%;
        overflow: hidden;
    }

    .tax-categores .membersItem {
        text-align: center;
        margin-bottom: 25px;
    }

    .tax-categores .membersItem a {
        display: block;
        width: 100%;
    }

    .tax-categores .membersItem img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: inherit;
        -ms-interpolation-mode: bicubic;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 26rem;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .tax-categores .membersSingleImgList {
        width: calc(50vw - 50px);
        height: calc(50vw - 50px);
    }

    .tax-categores .membersSingleImgList img {}

    .tax-categores .membersItem h3 {
        font-weight: normal;
        text-align: center;
        line-height: 1em;
        font-size: 2rem;
        margin: 0 0 10px;
        font-size: 2rem;
    }

    .tax-categores .membersItem h3 small {
        /* color: #000; */
        font-size: 1.2rem;
    }

    .tax-categores .column {
        padding-right: 7px;
        padding-left: 7px;
    }

    .tax-categores .membersItem .text {
        font-size: 1.2rem;
    }

    .tax-categores .category {
        /* display: flex; */
        /* justify-content: center; */
        /* flex-wrap: wrap; */
        padding: 50px 0 0;
    }

    .tax-categores .category li {
        /* background-color: #fff; */
        border-radius: 20px;
        margin: 0 10px 10px 0;
        padding: 3px 10px;
    }

    .tax-categores .category li a {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1;
    }

    .tax-categores .category li:last-child {
        margin-right: 0;
    }

    /* /speakers & team */
    /* profile */
    .profile.single .row {
        /* max-width: 59.375rem; */
        /* margin-right: auto; */
        /* margin-left: auto; */
        display: -ms-flexbox;
        /* display: flex; */
        -ms-flex-flow: row wrap;
        /* flex-flow: row wrap; */
    }

    .profile.single .align-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile.single .row {
        /* max-width: 67.5rem; */
        overflow: hidden;
    }

    .profile.single .column,
    .columns {
        -ms-flex: 1 1 0px;
        /* flex: inherit; */
        padding-right: 0;
        padding-left: 0;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        min-width: 0;
        margin: 0;
    }

    .profile.single .small-12 {
        -ms-flex: 0 0 100%;
        /* flex: 0 0 100%; */
        max-width: 100%;
        width: 240px;
        height: 240px;
    }

    .profile.single .membersSingleImgWrapper {
        position: relative;
    }

    .profile.single .membersSingleImg {
        /* max-width: 320px; */
        -moz-border-radius: 50%;
        /* -webkit-border-radius: 50%; */
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        /* border-radius: 50%; */
        /* display: block; */
        /* margin: 0 auto; */
        max-width: 150px;
    }

    .profile.single .row {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .profile.single .membersSingle h3 {
        font-size: 2.9rem;
        margin: 30px 0 35px;
    }

    .profile.single .membersSingle h3 small {
        color: #000;
        font-size: 1.6rem;
        margin: 15px 0 0 0;
        display: block;
    }


    .membersSingle .share {
        margin: 0 0 35px;
    }

    .membersSingle .share li {
        list-style: none;
        width: 28px;
        margin: 0 14px;
    }

    .profile.single .membersSingle p {
        font-size: 1.4rem;
        margin: 0 0 10px;
        text-align: justify;
        line-height: 1.8;
        text-justify: inter-ideograph;
    }

    .profile.single .membersSingle p:last-child {
        margin-bottom: 0;
    }

    .profile.single .membersSingle p.membersPost {
        text-align: left;
    }

    .profile.single .membersDetail {
        word-break: break-all;
    }

    .profile.single a.btn {
        display: block;
        margin: 1rem auto;
        cursor: pointer;
        border: .25rem solid #000;
        max-width: 12rem;
        padding: 1rem 0 .75rem 0;
        text-align: center;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #efefef 50%);
        background-position: 0 0;
        background-size: 200% auto;
        transition: all .5s ease 0s;
        text-decoration: none;
    }

    .profile.single #aboutMembersSingle a.btn {
        margin-top: 4rem;
        max-width: 17rem;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 50%);
        position: relative;
    }

    /* /profile */
    /* contact */
    .page #main .head {
        /* text-align: left; */
        /* padding: 0px 0 15px; */
    }

    .page #main .head .title {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }

    .page #main .head .text {
        /* font-size: 1.3rem; */
    }

    .page #main .link {
        margin: 30px auto 0;
        width: 100%;
    }

    .page #main .head {
        padding: 5px 0 14px;
        text-align: left;
    }

    .page #main .head .text {
        font-size: 1.4rem;
    }

    /* /contact */
    /* search & tag */
    .search h2,
    .tag h2,
    .parent-pageid-775 h2,
    .parent-pageid-784 h2 {
        font-size: 2.3rem;
        padding: 0 20px;
    }

    .search #day,
    .tag #day,
    .parent-pageid-775 #day,
    .parent-pageid-784 #day {
        padding: 50px 0 0 0;
    }

    .search .day-body,
    .tag .day-body,
    .parent-pageid-775 .day-body,
    .parent-pageid-784 .day-body {
        display: block;
    }

    .search #day .bar:before,
    .search #day .bar:after,
    .tag #day .bar:before,
    .tag #day .bar:after,
    .parent-pageid-775 #day .bar:before,
    .parent-pageid-775 #day .bar:after .parent-pageid-784 #day .bar:before,
    .parent-pageid-784 #day .bar:after {
        display: none;
    }

    /* /search & tag */
    /* sub */
    .tax-categores #main,
    .profile.single #main,
    .search #main,
    .tag #main,
    .parent-pageid-775 #main,
    .parent-pageid-784 #main {
        /* padding-bottom: 0px; */
    }

    .tax-categores #contents1,
    .profile.single #contents1,
    .search #contents1,
    .tag #contents1,
    .parent-pageid-775 #contents1,
    .parent-pageid-784 #contents1 {
        border-radius: 0 50px 0 0;
    }

    /* /sub */


    /* 404 */

    .notfound {
        text-align: center;
        font-size: 2rem;
        padding: 100px 0 100px;
    }
}

@media screen and (min-width: 639px) and (max-width: 1180px) {

    /*--------------------------------------------------------------
----------------------------------------------------------------
PC→SP Responsive
----------------------------------------------------------------
----------------------------------------------------------------*/
    .tax-categores .medium-4 {
        -ms-flex: 0 0 33.33333%;
        /* flex: 0 0 33.33333%; */
        max-width: 33.33333%;
        /* max-width: 280px; */
        /* margin-right: 100px; */
    }

    .tax-categores .medium-4:nth-child(3n) {
        margin-right: 0px;
    }

    .profile.single .membersSingleImg {
        max-width: 240px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    .contact #main .head {
        text-align: center;
        padding: 38px 0 60px;
    }

    .contact #main .head .title {
        margin-bottom: 45px;
    }

    .contact #main .head .text {
        font-size: 1.8rem;
    }

    .contact #main .link {
        margin: 30px auto;
    }

    .tax-categores .membersSingleImgList {
        width: 28vw;
        height: 28vw;
        width: calc(26vw - 50px);
        height: calc(26vw - 50px);
        min-width: 180px;
        min-height: 180px;
    }

    .tax-categores .membersSingleImgList img {}
}

@media screen and (min-width: 1180px) and (max-width: 1320px) {
    .tax-categores #main .inner {
        max-width: 980px;
    }

    .tax-categores .medium-4 {
        margin-right: 3vw;
    }
}