@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height: 1;
}
button {
    outline: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
html {height:100%;font-size: 16px;}
@media screen and (max-width: 1300px) {
    html {
        font-size: 1.25vw
    }
}
@media screen and (max-width: 1080px) {
    html {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 12px;
    }
}
body {
    line-height: 1;
    z-index: 0;
    height: 100%;
    font-family: "メイリオ", "Meiryo" , sans-serif;
    font-size: 100%;
    overflow-x:  hidden;
    width: 100%;
}
label:hover {
    cursor: pointer
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img {
    vertical-align: middle;
    height:  auto;
}
/*Reset End*/

/*clearfix Start*/
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*clearfix End*/
* {
    box-sizing: border-box;
    /* transition:  .5s; */
    /* transition-property: font; */
}

/*style*/
#login #wrap {
    height: 100%;
}
#login #formWrap {
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0px 15px -4px rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 3px;
}
#formWrap h2 {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
}
#formWrap dl {
    max-width: 300px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center */
    padding-bottom: 20px;
}
#formWrap dl dt {
    font-size: 14px;
    margin-bottom: 5px;
    width: 90px;
    padding-top: 4px;
}
#formWrap dl dd {
    margin-bottom: 20px;
    width: 200px;
}
#formWrap dl dd input {
    font-size: 16px
}
#formWrap .err {
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
}
#formWrap button {
    display: block;
    background: #0063b1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 176px;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    margin: auto;   
}
#header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 87px; */
    background: #fff;
    box-shadow: 0 -10px 25px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 100;
    padding: 18px 20px;
}
#wrapper > img {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}
#logo {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 10; */
}
#videoArea {
    background: url(../images/video_bg.png) no-repeat center bottom;
    padding: 4% 40px 22%;
    position: relative;
    z-index: 90;
}
@media screen and (min-width: 1150px) {
    #videoArea {
        padding: 40px 40px 180px;
    }
}
#video:after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 114px;
    padding-bottom: 0;
    background: url(../images/char1.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 100%;
    margin-top: 60px;
}
#programArea {
    padding: 210px 10px 230px;
    margin-top: -180px;
    background: url(../images/program_bgA.png) no-repeat center bottom;
    position: relative;
    z-index: 80;
}
#programArea h2 {
    max-width: 1080px;
    margin: 20px auto 50px;
    width: 100%;
    text-align: center;
    font-size:150%;
}
#programArea h2 img {
    width: 28%;
    min-width: 200px;
}

#tableWrap {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative
}

#tableWrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 324px;
    height: 298px;
    padding-bottom: 0;
    background: url(../images/char2.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 100%;
    margin-top: 0px;
}
#tableWrap table + p {
    padding: 10px
}
#programArea table {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px;
}
#programArea th,
#programArea td {
    padding: 20px 20px;
    vertical-align: middle;
}
#programArea table tr:nth-child(odd) th {
    background: #fff5b7
}
#programArea table tr:nth-child(even) th {
    background: #fffaf0
}
#programArea table tr:nth-child(odd) td {
    background: #fffaf0
}
#programArea table tr:nth-child(even) td {
    background: #fff5b7
}
#programArea table .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#programArea table .text span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 8px
} 
#programArea table .inner .button a {
    display: block;
    background: #0063b1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 176px;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
}

#programArea #tableWrap a{
    color: #3399cc;
}

#programArea #tableWrap th a{
    margin-top: 10px;
    background-image: url(https://www.apricot-plaza.co.jp/ap_admin/wp-content/themes/apub/img/common/icon_arrow1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.5em;
    margin-bottom: 0em;
}

#programArea #tableWrap a:hover{
    color: #0066ad;
    text-decoration: underline;
}


#presentersArea {
    padding: 250px 10px 180px;
    margin-top: -180px;
    background: url(../images/presenters_bg.png) no-repeat center bottom;
    position: relative;
    z-index: 70;
}
#presentersArea h2 {
    max-width: 1080px;
    margin: 0 auto 50px;
    width: 100%;
    text-align: center;
}
#presentersArea h2 img {
    width: 38%;
    min-width: 272px;
}
#presentersBox {display: -webkit-flex;display: flex;width: 100%;max-width: 1080px;margin: auto;justify-content: space-between;flex-wrap: wrap;}
#presentersBox li {display: -webkit-flex;display: flex;width: 100%;margin-bottom: 30px;}
#presentersBox li .left img {
    width: 233px;
    display: block;
}
#presentersBox li .left img:first-child {
    /* margin-bottom: 20px */
}
#presentersBox li .right {
    padding-left: 30px
}
#presentersBox li .right .profileTop {
    border-bottom: 2px solid #8b262a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#presentersBox li .right .profileTop .name {
    margin-bottom: 20px
} 
#presentersBox li .right .profileTop .name img {
    /* max-width: 100%; */
    /* max-width: 450px; */
    height: 45px;
}
#presentersBox li .right .profileTop .bold {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}
#presentersBox li .right .profileTop .small {
    font-size: 14px;
    line-height: 26px
}
#presentersBox li .right .profileBtm {
    font-size: 14px;
    line-height: 1.85
}
#presentersBox li .right .profileBtm a {
    text-decoration: underline;
}
#footer {
    background: #8b262a;
    text-align: center;
    color: #fff;
    padding: 130px 0 40px;
    margin-top: -140px;
    position: relative;
    z-index: 60;
}
#video img {
    width: 100%;
    border-radius: 2% / 3%;
}

#footText ,
#loginText{
    width: 100%;
    max-width: 940px;
    margin: 20px auto;
    font-size: 14px;
    padding: 20px;
    /* background: #fff7dc; */
    text-align: left;
}
#loginText {
    background: #fff7dc;
    padding: 10px;
    font-size: 13px;
    max-width: 720px;
    line-height: 1.6;
    margin-top: 40px;
}
#footText dt {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}
#footText li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 6px;
    font-size: 10px;
}
@media screen and (min-width: 1080px) {
    .u1080 {
        display: none;
    }
    #logo {
        /* padding-left: 1%; */
        width: 434px;
    }
    #date {
        width: 150px;
    }
    #logo img,
    #date img {
        width: 100%;
    }
    #right {
        position: absolute;
        right: 1%;
        top: 0;
        z-index: 100;
        margin-left: 0!important;
        left: auto!important;
    }
    #video {
        /* position: absolute; */
        /* left: 50%; */
        /* margin-left: -540px; */
        width: 100%;
        max-width: 1080px;
        /* height: 720px; */
        /* top: 200px; */
        margin: auto;
        position: relative;

    }
    #video.video {
        padding-bottom: 607px;
    }
    #video video {
        width: 100%;
    }
}
@media screen and (max-width: 1079px) {
    .o1080 {
        display: none;
    }
    #header {
        padding: 10px 10px;
    }
    #logo {
        padding-left: 0;
        width: 65%;
        max-width: 434px;
    }
    #logo img {
        width: 100%;
    }
    #date {
        width: 30%;
        max-width: 150px;
    }
    #date img {
        width: 100%;
    }

    #video {
        position: relative;
        /* left: 0%; */
        /* margin-left: 0px; */
        width: 100%;
        /* height: auto; */
        /* top: 8%; */
        /* padding: 0 4%; */
        margin: auto;
    }
    #video.video {
        padding-bottom: 56.65%;
    }
    #video video {
        width: 100%;
    }
    #presentersBox {
        flex-wrap: wrap;
        max-width: 768px;
    }
    #presentersBox li {
        width: 100%;
        margin-bottom: 80px;
        align-items: center;
    }
    #presentersBox li:last-child {
        margin-bottom: 0;
    }
    #presentersBox li .left {
        /* width: 165px; */
    }
    #presentersBox li .right {
        width: calc(100% - 223px);
    }
    #presentersBox li .left img {
        width: 100%
    }
}
@media screen and (max-width: 768px) {
    #footText {
        padding: 10px;
    }
    #footText dt {
        font-size: 13px;
    }
    #footText li {
        font-size: 10px;
    }
    #programArea table,
    #programArea tbody,
    #programArea tr,
    #programArea th,
    #programArea td {
        display: block;
        background: none!important;
    }
    #programArea tr {
        margin-bottom: 10px;
        padding: 10px 0
    }
    #programArea tr:nth-child(odd) {
        background: #fff5b7!important;
    }
    #programArea tr:nth-child(even) {
        background: #fffaf0!important;
    }
    #programArea th {
        position: relative;
    }
    #programArea th:after {
        content: "";
        width: 2em;
        height: 2px;
        display: block;
        position: absolute;
        background: #333;
        left: 50%;
        top: 100%;
        margin-left: -1em;
        margin-top: -1px;
    }
    #programArea th, #programArea td {
        padding: 10px;
        text-align: center;
    }
    #programArea table .inner {
        display: block;
    }
    #programArea table .inner .text p,
    #programArea table .inner .text span {
        line-height: 1.4
    }
    #programArea table .button {
        margin-top: 15px;
    }
    #programArea table .inner .button a {
        margin: auto;
    }
    #video:after {
        width: 24%;
        height: 124px;
        margin-top: 3%;
        min-width: 130px;
    }
    #tableWrap:after {
        width: 37%;
        height: 261px;
        left: 20px;
        min-width: 125px;
    }
    #presentersBox li .right .profileTop .name img {
        height: 30px
    }
}
@media screen and (max-width: 640px) {
    #presentersBox li {
        flex-wrap: wrap;
        display: block;
    }
    #presentersBox li .left {
        /* width: 100%; */
        /* text-align: center; */
        float: left;
        width: 150px;
    }
    #presentersBox li .left img {
        max-width: 233px;
    }
    #presentersBox li .right {
        width: auto;
        padding-left: 0;
    }
    #presentersBox li .right .profileTop {
        float: right;
        width: calc(100% - 180px);
        margin-top: 20px;
    }
    #presentersBox li .right .profileBtm {
        clear: both;
    }
    #presentersBox li .right .profileTop .name img {
        width: 100%;
        height: auto;
    }
    #presentersBox li:last-child .right .profileTop .name img {
        width: 80%
    }
}
@media screen and (max-width: 480px) {
    #login #formWrap {
        padding: 20px
    }
    #videoArea {
        padding: 35px 10px 34%;
    }
    #programArea {
        padding: 180px 10px 130px;
        /* background-repeat: repeat-y; */
    }
    #presentersArea {
        padding: 200px 10px 130px;
        background: url(../images/presenters_bg.png) no-repeat center top,url(../images/presenters_bg.png) no-repeat center bottom;
    }
    #presentersBox li {
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    #presentersBox li .left {
        width: 100%;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-around; */
        text-align: center;
    }
    #presentersBox li .left img:first-child {
        width: 100%;
        display: inline;
    }
    #presentersBox li .left img:nth-child(2) {
        width: 55%;
    }
    #presentersBox li .right .profileTop{
        padding-left: 0;
        width: 100%;
    }
    #footer {
        padding: 140px 0 20px;
    }
    #video:after {
        width: 30%;
        height: 0;
        margin-top: 28px;
        min-width: 0;
        padding-bottom: 25%;
        right: 3%;
    }
    #tableWrap:after {
        width: 49%;
        height: 0;
        left: 1%;
        min-width: 0;
        padding-bottom: 26%;
        margin-top: 8px;
    }
}