@charset "utf-8";

#main {
    height: 100%;
}

/*ページのみヘッダー固定*/
h1#brand-logo img {
    max-width: 1000px;
}

.global-head {
    width: calc(100% - 260px);
}

.m80 {
    padding-top: calc(110px - 0.5vw);
}

.head_ttl {
    padding: 20px 0;
    color: #033560;
    font-size: calc(1.5rem + ((1vw - 0.64rem) * 0.7143));
    /* 20px~24pxで可変*/
    ;
}

.content_wrap_in {
    margin-bottom: 30px;
}

h3.content_ttl {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #afc3f2;
    /*左線*/
    margin-bottom: 10px;
}

.content_p {
    padding-left: 1em;
    color: rgba(0, 0, 0, 0.5);
}


.content_wrap_in a {
    text-decoration: none;
    color: #033560;
}

.chairman_text {
    color: rgba(0, 0, 0, 0.5);
}

span.chairman_name {
    font-size: 20px;
}

.chairman_img img {
    width: 100%;
}

.chairman_img {
    width: 150px;
    margin-right: 20px;
}

.chairman_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.messege_box {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
    line-height: 1.7em;
}


.messege_box p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.message_contain {
    max-width: 760px;
    background: white;
    -webkit-box-shadow: 2px 2px 8px grey;
    box-shadow: 2px 2px 8px grey;
    padding: 50px;
}


.table_endai {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 15px;
}






#link01,
#link02 {
    margin-top: -105px;
    padding-top: 105px;
}

ul.endaiflex {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.bg_jalan,
.bg_jalan::before,
.bg_jalan::after {
    background: #e77611;
}

.bg_jalan {
    border: 2px solid #e77611;
}


.bg_rakuten,
.bg_rakuten::before,
.bg_rakuten::after {
    background: #66B821;
}

.bg_rakuten {
    border: 2px solid #66B821;
}

.bg_bookomg,
.bg_bookomg::before,
.bg_bookomg::after {
    background: #003580;
}

.bg_bookomg {
    border: 2px solid #003580;
}


a.abst_strong {
    background: yellow;
    font-weight: 600;
    font-size: 1.5em;
}

.left_space {
    margin-left: 1em;
}

.left_space ul li:nth-child(n+2) {
    margin-top: 0.5em;
}

.program_table,
.program_table td,
.program_table th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.program_table td,
.program_table th {
    padding: 10px 5px;
}

.program_table td {
    text-align: center;
}

.program_table th {
    background: #afc3f2;
}

.program {
    list-style: none;
    margin-left: 1em;
}

.program li:nth-child(n+2) {
    margin-top: 50px;
}

.speaker_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.part_info .speaker_name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.speaker_name:nth-child(n+2) {
    margin-top: 0.8em;
}

.speaker_name dt {
    background: #033560;
    color: #fff;
    text-align: center;
    padding: 5px;
    min-width: 100px;
    border-radius: 5px;
    margin-right: 0.5em;
}

.part_info .speaker_name dt {
    min-width: 160px;
}

.prog_ttl {
    font-size: 1.2em;
    font-weight: 600;
    color: #033560;
    margin-top: 10px;
}

.program li h4,
.subttl {
    color: #033560;
    line-height: 1em;
    padding: 5px;
    background: rgb(175, 195, 242);
    background: -webkit-gradient(linear, left top, right top, color-stop(74%, rgba(175, 195, 242, 1)), to(rgba(175, 195, 242, 0)));
    background: linear-gradient(90deg, rgba(175, 195, 242, 1) 74%, rgba(175, 195, 242, 0) 100%);
}

.venue {
    border: 2px solid #033560;
    border-radius: 100px;
    margin-bottom: 15px;
    margin-left: 1em;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
    color: #033560;
}

.jumping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jumping:nth-child(n+2) {
    padding: 20px 0 50px 0;
}

.jump_in {
    width: calc(100% / 3 - 10px);
}

.jump_in h2 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #033560;
    border-radius: 5px;
    margin-bottom: 10px;
}

.jump_in ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jump_in ul li {
    width: calc(100% / 2 - 5px);
}


.listflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img_ctrl {
    max-width: 300px;
}

.img_ctrl img {
    width: 100%;
}

.hidden2 {
    display: none;
}

.alart_box {
    border: solid red 2px;
    padding: 15px;
}

.alart_box h3 {
    border-bottom: 1px solid;
    color: red;
    margin-bottom: 15px;
    font-size: 18px;
}

.alart_box2 {
    border: solid #033560 2px;
    padding: 15px;
}

.alart_box2 h3 {
    border-bottom: 1px solid;
    color: #033560;
    margin-bottom: 15px;
    font-size: 18px;
}


.large_tex {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.subttl {
    background:
}

.left_space li:nth-child(n+2) {
    margin-top: 1em;
}

/**********************MEDIA+**********************/

@media screen and (max-width: 900px) {
    .global-head {
        width: 100%;
    }
}

@media screen and (max-width: 718px) {
    h1#brand-logo img {
        max-width: 400px;
    }

    .message_contain {
        padding: 20px;
    }

    .messege_box {
        font-size: 1em;
        line-height: 1.5em;
    }
}

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

    .m80 {
        padding-top: 20vw;
    }

    .chairman_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .chairman_img {
        margin-right: 0;
    }

    .button01 {
        width: 32vw;
        max-width: 450px;
        min-width: 320px;
    }

    .speaker_name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .speaker_name dt {
        margin-bottom: 8px;
    }

    .program,
    .venue {
        margin-left: 0;
    }

    .jump_in {
        width: calc(100% / 1 - 0px);
    }

    .jump_in:nth-child(n+2) {
        margin-top: 30px;
    }

}
